Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4465013425096604064.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-8181
+ 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
a69bc8d ttcn3-bts-test: Run fake_trx with sched-prio-rr
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#7 CACHED
#8 [ 8/28] RUN MKDIR /var/run/sshd
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [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
#10 CACHED
#11 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#11 CACHED
#12 [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
#12 CACHED
#13 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#13 CACHED
#14 [ 3/28] RUN groupadd osmo-gsm-tester
#14 CACHED
#15 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#15 CACHED
#16 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#16 CACHED
#17 [ 9/28] COPY SSH /root/.ssh
#17 CACHED
#18 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#18 CACHED
#19 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#19 CACHED
#20 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#20 CACHED
#21 [ 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
#21 CACHED
#22 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#22 CACHED
#23 [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
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [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
#25 CACHED
#26 [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
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [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
#29 CACHED
#30 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED
#31 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#31 CACHED
#32 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:9a2bf66b3ee4fa5235939e9efc7a995415f6437c1f3b98baa6c9695f9b443871 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=8182 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-16 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8182
+ mkdir -p trial-8182
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-16_13_25_57.tgz osmo-bts-oc2g.build-2025-12-16_00_51_52.tgz osmo-bts-sysmo.build-2025-12-16_00_51_45.tgz osmo-bts.build-2025-12-16_00_51_52.tgz osmo-ggsn.build-2025-12-16_20_42_30.tgz osmo-hlr.build-2025-12-16_16_36_52.tgz osmo-hnbgw.build-2025-12-16_15_08_38.tgz osmo-mgw.build-2025-12-16_08_33_12.tgz osmo-msc.build-2025-12-16_16_29_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-16_07_38_11.tgz osmo-pcu-sysmo.build-2025-12-16_07_38_07.tgz osmo-pcu.build-2025-12-16_07_34_13.tgz osmo-sgsn.build-2025-12-16_20_48_18.tgz osmo-stp.build-2025-12-16_13_23_04.tgz osmo-trx.build-2025-12-16_15_14_39.tgz osmocom-bb.build-2025-12-16_21_17_39.tgz srslte.build-19.tgz trial-8182
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-16_13_25_57.md5 osmo-bts-oc2g.build-2025-12-16_00_51_52.md5 osmo-bts-sysmo.build-2025-12-16_00_51_45.md5 osmo-bts.build-2025-12-16_00_51_52.md5 osmo-ggsn.build-2025-12-16_20_42_30.md5 osmo-hlr.build-2025-12-16_16_36_52.md5 osmo-hnbgw.build-2025-12-16_15_08_38.md5 osmo-mgw.build-2025-12-16_08_33_12.md5 osmo-msc.build-2025-12-16_16_29_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-16_07_38_11.md5 osmo-pcu-sysmo.build-2025-12-16_07_38_07.md5 osmo-pcu.build-2025-12-16_07_34_13.md5 osmo-sgsn.build-2025-12-16_20_48_18.md5 osmo-stp.build-2025-12-16_13_23_04.md5 osmo-trx.build-2025-12-16_15_14_39.md5 osmocom-bb.build-2025-12-16_21_17_39.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-16_13_25_57.md5 osmo-bts-oc2g.build-2025-12-16_00_51_52.md5 osmo-bts-sysmo.build-2025-12-16_00_51_45.md5 osmo-bts.build-2025-12-16_00_51_52.md5 osmo-ggsn.build-2025-12-16_20_42_30.md5 osmo-hlr.build-2025-12-16_16_36_52.md5 osmo-hnbgw.build-2025-12-16_15_08_38.md5 osmo-mgw.build-2025-12-16_08_33_12.md5 osmo-msc.build-2025-12-16_16_29_02.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-16_07_38_11.md5 osmo-pcu-sysmo.build-2025-12-16_07_38_07.md5 osmo-pcu.build-2025-12-16_07_34_13.md5 osmo-sgsn.build-2025-12-16_20_48_18.md5 osmo-stp.build-2025-12-16_13_23_04.md5 osmo-trx.build-2025-12-16_15_14_39.md5 osmocom-bb.build-2025-12-16_21_17_39.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-8182 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8182'
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-8182
--------------------------------------------------------------------------------------------
22:48:17.673590 tst trial-8182: Detailed log at /build/trial-8182/run.2025-12-16_22-48-17/log
---------------------------------------------------------------------
trial-8182 netreg_mass
---------------------------------------------------------------------
22:48:17.878155 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.878527 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.879316 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.880470 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.922457 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.924219 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.926264 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.991172 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-8182 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.991967 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.007182 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.007710 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.008156 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.008586 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.009028 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.009481 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.009922 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.041240 tst register_default_mass.py: using LAC 2
22:48:18.063995 tst register_default_mass.py: using RAC 2
22:48:18.090885 tst register_default_mass.py: using CellId 2
22:48:18.121413 tst register_default_mass.py: using BVCI 3
22:48:18.135560 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.136263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.136841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.137364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.137880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.138391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.138879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.139384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.139901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.140394 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.140910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143980 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.144501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146565 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.149134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.149656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169668 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172208 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176817 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184394 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185937 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.187515 tst register_default_mass.py:21: Launching a simple network
22:48:18.197615 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.317408 run create_hlr_db(pid=20): Launched
22:48:19.331700 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.355940 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.371369 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.377179 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.565194 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.579981 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.585611 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.004281 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.019371 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.034136 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.148232 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.163475 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.169145 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.192417 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.207433 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.213150 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.526884 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.542280 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.568780 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.742177 run osmo-bts-virtual(pid=34): Launched
22:48:30.778084 tst register_default_mass.py: using MSISDN 1001
22:48:30.792158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.831305 tst register_default_mass.py: using MSISDN 1002
22:48:30.848766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.879097 tst register_default_mass.py: using MSISDN 1003
22:48:30.893560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.925125 tst register_default_mass.py: using MSISDN 1004
22:48:30.940055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.970558 tst register_default_mass.py: using MSISDN 1005
22:48:30.985033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.015316 tst register_default_mass.py: using MSISDN 1006
22:48:31.029592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.059860 tst register_default_mass.py: using MSISDN 1007
22:48:31.074035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.104182 tst register_default_mass.py: using MSISDN 1008
22:48:31.118432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.148697 tst register_default_mass.py: using MSISDN 1009
22:48:31.162998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.193125 tst register_default_mass.py: using MSISDN 1010
22:48:31.207364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.237461 tst register_default_mass.py: using MSISDN 1011
22:48:31.251620 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.281875 tst register_default_mass.py: using MSISDN 1012
22:48:31.296108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.326294 tst register_default_mass.py: using MSISDN 1013
22:48:31.340366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.370567 tst register_default_mass.py: using MSISDN 1014
22:48:31.384945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.415293 tst register_default_mass.py: using MSISDN 1015
22:48:31.429549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.459960 tst register_default_mass.py: using MSISDN 1016
22:48:31.474160 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.504587 tst register_default_mass.py: using MSISDN 1017
22:48:31.519116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.549793 tst register_default_mass.py: using MSISDN 1018
22:48:31.564182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.594688 tst register_default_mass.py: using MSISDN 1019
22:48:31.609251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.639759 tst register_default_mass.py: using MSISDN 1020
22:48:31.654191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.684588 tst register_default_mass.py: using MSISDN 1021
22:48:31.698770 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.737455 tst register_default_mass.py: using MSISDN 1022
22:48:31.755256 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.794344 tst register_default_mass.py: using MSISDN 1023
22:48:31.812258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.842872 tst register_default_mass.py: using MSISDN 1024
22:48:31.853999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.884443 tst register_default_mass.py: using MSISDN 1025
22:48:31.898657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.929371 tst register_default_mass.py: using MSISDN 1026
22:48:31.943739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.982838 tst register_default_mass.py: using MSISDN 1027
22:48:32.000604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.031215 tst register_default_mass.py: using MSISDN 1028
22:48:32.045981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.076487 tst register_default_mass.py: using MSISDN 1029
22:48:32.083835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.115061 tst register_default_mass.py: using MSISDN 1030
22:48:32.129688 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.160375 tst register_default_mass.py: using MSISDN 1031
22:48:32.174918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.205025 tst register_default_mass.py: using MSISDN 1032
22:48:32.216593 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.247569 tst register_default_mass.py: using MSISDN 1033
22:48:32.262201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.292809 tst register_default_mass.py: using MSISDN 1034
22:48:32.307368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.337800 tst register_default_mass.py: using MSISDN 1035
22:48:32.352248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.382504 tst register_default_mass.py: using MSISDN 1036
22:48:32.396773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.427423 tst register_default_mass.py: using MSISDN 1037
22:48:32.441932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.472929 tst register_default_mass.py: using MSISDN 1038
22:48:32.487440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.517750 tst register_default_mass.py: using MSISDN 1039
22:48:32.532134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.562469 tst register_default_mass.py: using MSISDN 1040
22:48:32.576736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.607358 tst register_default_mass.py: using MSISDN 1041
22:48:32.621943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.652723 tst register_default_mass.py: using MSISDN 1042
22:48:32.667256 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.697602 tst register_default_mass.py: using MSISDN 1043
22:48:32.712035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.742387 tst register_default_mass.py: using MSISDN 1044
22:48:32.756742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.795832 tst register_default_mass.py: using MSISDN 1045
22:48:32.813627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.844224 tst register_default_mass.py: using MSISDN 1046
22:48:32.858947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.889607 tst register_default_mass.py: using MSISDN 1047
22:48:32.904081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.934497 tst register_default_mass.py: using MSISDN 1048
22:48:32.948944 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.979783 tst register_default_mass.py: using MSISDN 1049
22:48:32.994230 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.024576 tst register_default_mass.py: using MSISDN 1050
22:48:33.038977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.069520 tst register_default_mass.py: using MSISDN 1051
22:48:33.083893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.114375 tst register_default_mass.py: using MSISDN 1052
22:48:33.128891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.159461 tst register_default_mass.py: using MSISDN 1053
22:48:33.173838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.204521 tst register_default_mass.py: using MSISDN 1054
22:48:33.219291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.249764 tst register_default_mass.py: using MSISDN 1055
22:48:33.264156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.294979 tst register_default_mass.py: using MSISDN 1056
22:48:33.309432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.339822 tst register_default_mass.py: using MSISDN 1057
22:48:33.354351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.384817 tst register_default_mass.py: using MSISDN 1058
22:48:33.399295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.429780 tst register_default_mass.py: using MSISDN 1059
22:48:33.444151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.474887 tst register_default_mass.py: using MSISDN 1060
22:48:33.489386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.520106 tst register_default_mass.py: using MSISDN 1061
22:48:33.534714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.565003 tst register_default_mass.py: using MSISDN 1062
22:48:33.579172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.609720 tst register_default_mass.py: using MSISDN 1063
22:48:33.624223 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.654574 tst register_default_mass.py: using MSISDN 1064
22:48:33.668799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.699233 tst register_default_mass.py: using MSISDN 1065
22:48:33.713604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.744057 tst register_default_mass.py: using MSISDN 1066
22:48:33.758461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.797424 tst register_default_mass.py: using MSISDN 1067
22:48:33.815267 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.845881 tst register_default_mass.py: using MSISDN 1068
22:48:33.860582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.890886 tst register_default_mass.py: using MSISDN 1069
22:48:33.905292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.935915 tst register_default_mass.py: using MSISDN 1070
22:48:33.950509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.980936 tst register_default_mass.py: using MSISDN 1071
22:48:33.994696 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.025324 tst register_default_mass.py: using MSISDN 1072
22:48:34.039629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.070180 tst register_default_mass.py: using MSISDN 1073
22:48:34.084608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.115001 tst register_default_mass.py: using MSISDN 1074
22:48:34.129584 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.160520 tst register_default_mass.py: using MSISDN 1075
22:48:34.175046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.205002 tst register_default_mass.py: using MSISDN 1076
22:48:34.218954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.248820 tst register_default_mass.py: using MSISDN 1077
22:48:34.262807 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.292726 tst register_default_mass.py: using MSISDN 1078
22:48:34.302782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.341442 tst register_default_mass.py: using MSISDN 1079
22:48:34.359733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.390491 tst register_default_mass.py: using MSISDN 1080
22:48:34.405424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.435980 tst register_default_mass.py: using MSISDN 1081
22:48:34.450322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.480922 tst register_default_mass.py: using MSISDN 1082
22:48:34.495276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.526038 tst register_default_mass.py: using MSISDN 1083
22:48:34.540691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.571008 tst register_default_mass.py: using MSISDN 1084
22:48:34.585211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.615629 tst register_default_mass.py: using MSISDN 1085
22:48:34.630107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.660431 tst register_default_mass.py: using MSISDN 1086
22:48:34.674776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.704899 tst register_default_mass.py: using MSISDN 1087
22:48:34.719082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.749258 tst register_default_mass.py: using MSISDN 1088
22:48:34.763381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.802492 tst register_default_mass.py: using MSISDN 1089
22:48:34.820466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.851347 tst register_default_mass.py: using MSISDN 1090
22:48:34.866278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.896583 tst register_default_mass.py: using MSISDN 1091
22:48:34.910971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.940557 tst register_default_mass.py: using MSISDN 1092
22:48:34.946283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.975647 tst register_default_mass.py: using MSISDN 1093
22:48:34.988568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.018283 tst register_default_mass.py: using MSISDN 1094
22:48:35.027076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.056842 tst register_default_mass.py: using MSISDN 1095
22:48:35.062804 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.093139 tst register_default_mass.py: using MSISDN 1096
22:48:35.106951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.137235 tst register_default_mass.py: using MSISDN 1097
22:48:35.151373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.182276 tst register_default_mass.py: using MSISDN 1098
22:48:35.196679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.227257 tst register_default_mass.py: using MSISDN 1099
22:48:35.241732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.272688 tst register_default_mass.py: using MSISDN 1100
22:48:35.287206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.379046 run mass: Starting testcase
22:48:35.384754 run mass: Pre-launching all virtphy's
22:48:35.390267 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.403341 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.409531 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.422600 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.428770 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.441931 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.447989 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.461050 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.467262 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.480463 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.486540 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.499529 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.505621 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.518622 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.524688 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.537711 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.543761 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.556747 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.562801 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.575728 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.581759 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.594706 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.600986 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.614101 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.620136 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.633132 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.639126 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.652122 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.658180 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.671126 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.677122 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.690053 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.696092 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.709080 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.715089 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.728455 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.734555 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.747478 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.753463 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.766414 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.772408 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.785403 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.791366 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.804259 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.810357 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.823302 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.829282 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.842254 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.848266 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.861226 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.867257 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.880222 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.886258 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.899351 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.905439 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.918432 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.924449 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.937587 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.943561 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.956729 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.962731 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.975672 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.981749 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.994709 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.000756 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.013727 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.019849 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.032996 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.039116 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.052277 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.058372 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.071571 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.077673 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.090815 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.096900 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.110071 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.116164 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.129520 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.135620 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.148892 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.155000 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.168074 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.174100 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.187126 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.193151 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.206128 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.212106 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.225076 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.231050 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.244081 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.250083 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.262986 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.268984 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.281947 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.287933 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.300916 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.306912 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.319850 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.325867 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.338794 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.344807 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.357912 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.363922 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.377016 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.382986 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.395902 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.401914 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.414945 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.420975 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.434090 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.440034 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.453030 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.459059 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.472059 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.478056 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.490977 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.496976 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.509951 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.515870 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.528848 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.534821 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.547796 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.553822 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.566796 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.572811 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.585896 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.591898 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.605098 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.611204 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.624187 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.630158 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.643272 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.649238 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.662316 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.668256 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.681220 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.687221 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.700193 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.706216 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.719194 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.725172 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.738111 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.744076 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.757087 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.763035 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.775973 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.781952 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.794908 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.800901 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.813800 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.819781 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.832929 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.838890 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.852031 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.858029 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.871043 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.877128 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.890071 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.896197 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.909168 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.915159 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.928122 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.934080 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.946988 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.952964 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.965927 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.971913 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.984882 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.990825 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.003778 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.009747 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.022630 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.028590 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.041494 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.047508 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.060470 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.066659 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.079605 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.085769 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.098736 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.104747 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.117882 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.123822 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.136928 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.142919 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.155886 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.161867 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.174776 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.180776 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.193666 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.199651 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.212682 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.218896 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.231874 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.238047 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.251180 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.257292 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.270419 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.276487 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.289685 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.295736 run mass: Checking if sockets are in the filesystem
22:48:37.307927 run osmo-ms-mob/00000: Starting mobile
22:48:37.321246 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.332866 run mass: MS start registered {at=29156223.03621413, delay=0.005469854921102524, ms=00000}
22:48:41.541579 run osmo-ms-mob/00001: Starting mobile
22:48:41.554973 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.565751 run mass: MS start registered {at=29156227.269093398, delay=0.004661437124013901, ms=00001}
22:48:42.570775 run mass: MS performed LU {at=29156228.274013266, lu_delay=5.237799134105444, ms=00000}
22:48:43.343061 run osmo-ms-mob/00002: Starting mobile
22:48:43.359928 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.370419 run mass: MS start registered {at=29156229.07376338, delay=0.004406340420246124, ms=00002}
22:48:44.634236 run osmo-ms-mob/00003: Starting mobile
22:48:44.650760 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.661692 run mass: MS start registered {at=29156230.36504071, delay=0.004906743764877319, ms=00003}
22:48:45.711998 run osmo-ms-mob/00004: Starting mobile
22:48:45.724926 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.735590 run mass: MS start registered {at=29156231.43894034, delay=0.004672747105360031, ms=00004}
22:48:46.336245 run mass: MS performed LU {at=29156232.039481416, lu_delay=4.770388018339872, ms=00001}
22:48:46.742858 run osmo-ms-mob/00005: Starting mobile
22:48:46.759594 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.770313 run mass: MS start registered {at=29156232.4736605, delay=0.00465518981218338, ms=00005}
22:48:47.635207 run osmo-ms-mob/00006: Starting mobile
22:48:47.651476 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.662335 run mass: MS start registered {at=29156233.365687422, delay=0.004491247236728668, ms=00006}
22:48:48.238014 run mass: MS performed LU {at=29156233.941246253, lu_delay=4.8674828708171844, ms=00002}
22:48:48.542397 run osmo-ms-mob/00007: Starting mobile
22:48:48.559438 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.570086 run mass: MS start registered {at=29156234.27343572, delay=0.004596784710884094, ms=00007}
22:48:49.312181 run osmo-ms-mob/00008: Starting mobile
22:48:49.325403 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.336128 run mass: MS start registered {at=29156235.039482, delay=0.004693016409873962, ms=00008}
22:48:50.050640 run osmo-ms-mob/00009: Starting mobile
22:48:50.073379 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.084059 run mass: MS start registered {at=29156235.787411667, delay=0.0044496022164821625, ms=00009}
22:48:50.101243 run mass: MS performed LU {at=29156235.804591537, lu_delay=5.439550828188658, ms=00003}
22:48:50.753657 run osmo-ms-mob/00010: Starting mobile
22:48:50.771375 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.782503 run mass: MS start registered {at=29156236.485849146, delay=0.005011659115552902, ms=00010}
22:48:51.335115 run osmo-ms-mob/00011: Starting mobile
22:48:51.351337 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.362118 run mass: MS start registered {at=29156237.065470703, delay=0.004682615399360657, ms=00011}
22:48:51.946728 run osmo-ms-mob/00012: Starting mobile
22:48:51.964178 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.975015 run mass: MS start registered {at=29156237.678367823, delay=0.004838932305574417, ms=00012}
22:48:52.002888 run mass: MS performed LU {at=29156237.706196606, lu_delay=5.232536107301712, ms=00005}
22:48:52.031332 run mass: MS performed LU {at=29156237.73460397, lu_delay=6.295663632452488, ms=00004}
22:48:52.542274 run osmo-ms-mob/00013: Starting mobile
22:48:52.559723 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.570526 run mass: MS start registered {at=29156238.273880277, delay=0.004706680774688721, ms=00013}
22:48:53.112789 run osmo-ms-mob/00014: Starting mobile
22:48:53.126388 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.137710 run mass: MS start registered {at=29156238.84105101, delay=0.005340851843357086, ms=00014}
22:48:53.750571 run osmo-ms-mob/00015: Starting mobile
22:48:53.766911 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.777849 run mass: MS start registered {at=29156239.481199026, delay=0.0048171281814575195, ms=00015}
22:48:53.868715 run mass: MS performed LU {at=29156239.571921524, lu_delay=6.206234101206064, ms=00006}
22:48:53.933329 run mass: MS performed LU {at=29156239.636546403, lu_delay=5.363110683858395, ms=00007}
22:48:54.233906 run osmo-ms-mob/00016: Starting mobile
22:48:54.251255 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.257481 run mass: MS performed LU {at=29156239.960840337, lu_delay=4.921358335763216, ms=00008}
22:48:54.263590 run mass: MS start registered {at=29156239.966955516, delay=0.006133373826742172, ms=00016}
22:48:54.712641 run osmo-ms-mob/00017: Starting mobile
22:48:54.726169 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.737574 run mass: MS start registered {at=29156240.44091944, delay=0.005325086414813995, ms=00017}
22:48:55.342557 run osmo-ms-mob/00018: Starting mobile
22:48:55.359240 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.370062 run mass: MS start registered {at=29156241.07341376, delay=0.004728928208351135, ms=00018}
22:48:55.713161 run osmo-ms-mob/00019: Starting mobile
22:48:55.726552 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.737357 run mass: MS start registered {at=29156241.44070966, delay=0.004641242325305939, ms=00019}
22:48:55.769057 run mass: MS performed LU {at=29156241.4723402, lu_delay=5.68492853268981, ms=00009}
22:48:55.796804 run mass: MS performed LU {at=29156241.500109013, lu_delay=5.014259867370129, ms=00010}
22:48:56.244985 run osmo-ms-mob/00020: Starting mobile
22:48:56.258138 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.269351 run mass: MS start registered {at=29156241.97269923, delay=0.005147531628608704, ms=00020}
22:48:56.724176 run osmo-ms-mob/00021: Starting mobile
22:48:56.738090 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.749172 run mass: MS start registered {at=29156242.452524524, delay=0.004993721842765808, ms=00021}
22:48:57.123548 run osmo-ms-mob/00022: Starting mobile
22:48:57.137608 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.148553 run mass: MS start registered {at=29156242.85190494, delay=0.004927966743707657, ms=00022}
22:48:57.635029 run osmo-ms-mob/00023: Starting mobile
22:48:57.651094 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.657222 run mass: MS performed LU {at=29156243.36058135, lu_delay=5.68221352621913, ms=00012}
22:48:57.662989 run mass: MS start registered {at=29156243.366356596, delay=0.0057931579649448395, ms=00023}
22:48:57.698524 run mass: MS performed LU {at=29156243.40180605, lu_delay=6.3363353461027145, ms=00011}
22:48:57.767921 run mass: MS performed LU {at=29156243.471171055, lu_delay=5.197290778160095, ms=00013}
22:48:57.782325 run osmo-ms-mob/00024: Starting mobile
22:48:57.795786 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.806802 run mass: MS start registered {at=29156243.510148384, delay=0.004848547279834747, ms=00024}
22:48:58.021929 run mass: MS performed LU {at=29156243.72517738, lu_delay=4.8841263726353645, ms=00014}
22:48:58.524612 run osmo-ms-mob/00025: Starting mobile
22:48:58.538435 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.549888 run mass: MS start registered {at=29156244.253238786, delay=0.005377165973186493, ms=00025}
22:48:58.912702 run osmo-ms-mob/00026: Starting mobile
22:48:58.925891 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.936960 run mass: MS start registered {at=29156244.64031208, delay=0.005090828984975815, ms=00026}
22:48:59.342318 run osmo-ms-mob/00027: Starting mobile
22:48:59.358824 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.369853 run mass: MS start registered {at=29156245.073203947, delay=0.004936058074235916, ms=00027}
22:48:59.451792 run mass: MS performed LU {at=29156245.155040443, lu_delay=4.714121002703905, ms=00017}
22:48:59.535560 run mass: MS performed LU {at=29156245.23881069, lu_delay=5.757611662149429, ms=00015}
22:48:59.561534 run mass: MS performed LU {at=29156245.264844496, lu_delay=5.297888979315758, ms=00016}
22:48:59.573507 run osmo-ms-mob/00028: Starting mobile
22:48:59.586501 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.597487 run mass: MS start registered {at=29156245.300840963, delay=0.004955410957336426, ms=00028}
22:49:00.144167 run osmo-ms-mob/00029: Starting mobile
22:49:00.157754 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.168872 run mass: MS start registered {at=29156245.87222359, delay=0.0050011686980724335, ms=00029}
22:49:00.525389 run osmo-ms-mob/00030: Starting mobile
22:49:00.539121 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.550701 run mass: MS start registered {at=29156246.254045878, delay=0.005380585789680481, ms=00030}
22:49:00.940997 run osmo-ms-mob/00031: Starting mobile
22:49:00.955991 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.967104 run mass: MS start registered {at=29156246.670447376, delay=0.005040299147367477, ms=00031}
22:49:01.212241 run osmo-ms-mob/00032: Starting mobile
22:49:01.225412 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.236689 run mass: MS start registered {at=29156246.940039214, delay=0.004826415330171585, ms=00032}
22:49:01.400089 run mass: MS performed LU {at=29156247.103336547, lu_delay=6.029922787100077, ms=00018}
22:49:01.464241 run mass: MS performed LU {at=29156247.1674917, lu_delay=5.726782038807869, ms=00019}
22:49:01.534174 run mass: MS performed LU {at=29156247.237421125, lu_delay=5.264721896499395, ms=00020}
22:49:01.606291 run osmo-ms-mob/00033: Starting mobile
22:49:01.621712 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.628051 run mass: MS performed LU {at=29156247.331408586, lu_delay=4.878884062170982, ms=00021}
22:49:01.634398 run mass: MS start registered {at=29156247.337762997, delay=0.006374537944793701, ms=00033}
22:49:02.027878 run osmo-ms-mob/00034: Starting mobile
22:49:02.042366 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.053915 run mass: MS start registered {at=29156247.757262856, delay=0.005348831415176392, ms=00034}
22:49:02.312192 run osmo-ms-mob/00035: Starting mobile
22:49:02.325298 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.336646 run mass: MS start registered {at=29156248.03998795, delay=0.005309537053108215, ms=00035}
22:49:02.741081 run osmo-ms-mob/00036: Starting mobile
22:49:02.754966 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.766539 run mass: MS start registered {at=29156248.4698779, delay=0.005367744714021683, ms=00036}
22:49:03.133759 run osmo-ms-mob/00037: Starting mobile
22:49:03.153088 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.164181 run mass: MS start registered {at=29156248.86753271, delay=0.005041450262069702, ms=00037}
22:49:03.218566 run mass: MS performed LU {at=29156248.921816505, lu_delay=5.411668121814728, ms=00024}
22:49:03.300098 run mass: MS performed LU {at=29156249.0034266, lu_delay=6.151521660387516, ms=00022}
22:49:03.311526 run osmo-ms-mob/00038: Starting mobile
22:49:03.324854 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.336981 run mass: MS start registered {at=29156249.040318593, delay=0.005738552659749985, ms=00038}
22:49:03.472497 run mass: MS performed LU {at=29156249.175744895, lu_delay=4.922506108880043, ms=00025}
22:49:03.728636 run osmo-ms-mob/00039: Starting mobile
22:49:03.742450 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.753518 run mass: MS start registered {at=29156249.4568713, delay=0.004997529089450836, ms=00039}
22:49:04.124555 run osmo-ms-mob/00040: Starting mobile
22:49:04.138685 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.150321 run mass: MS start registered {at=29156249.853664722, delay=0.0052571482956409454, ms=00040}
22:49:04.425931 run osmo-ms-mob/00041: Starting mobile
22:49:04.441136 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.452264 run mass: MS start registered {at=29156250.15561759, delay=0.005031682550907135, ms=00041}
22:49:04.727571 run osmo-ms-mob/00042: Starting mobile
22:49:04.743399 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.754755 run mass: MS start registered {at=29156250.458107382, delay=0.005236949771642685, ms=00042}
22:49:05.163775 run osmo-ms-mob/00043: Starting mobile
22:49:05.183362 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.189494 run mass: MS performed LU {at=29156250.892854072, lu_delay=4.638808194547892, ms=00030}
22:49:05.195370 run mass: MS start registered {at=29156250.898737524, delay=0.0059011951088905334, ms=00043}
22:49:05.230166 run mass: MS performed LU {at=29156250.933455274, lu_delay=6.293143194168806, ms=00026}
22:49:05.247422 run osmo-ms-mob/00044: Starting mobile
22:49:05.260215 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.271300 run mass: MS start registered {at=29156250.97465361, delay=0.005194775760173798, ms=00044}
22:49:05.299250 run mass: MS performed LU {at=29156251.002547048, lu_delay=5.130323458462954, ms=00029}
22:49:05.316665 run mass: MS performed LU {at=29156251.019994684, lu_delay=5.719153720885515, ms=00028}
22:49:05.330040 run osmo-ms-mob/00045: Starting mobile
22:49:05.343105 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.354381 run mass: MS start registered {at=29156251.057729535, delay=0.005127996206283569, ms=00045}
22:49:05.372573 run mass: MS performed LU {at=29156251.075913988, lu_delay=6.002710040658712, ms=00027}
22:49:06.012977 run osmo-ms-mob/00046: Starting mobile
22:49:06.026410 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.037899 run mass: MS start registered {at=29156251.74124878, delay=0.005061980336904526, ms=00046}
22:49:06.325842 run osmo-ms-mob/00047: Starting mobile
22:49:06.339984 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.351372 run mass: MS start registered {at=29156252.05471249, delay=0.005015745759010315, ms=00047}
22:49:06.624147 run osmo-ms-mob/00048: Starting mobile
22:49:06.637991 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.649024 run mass: MS start registered {at=29156252.352377918, delay=0.004977721720933914, ms=00048}
22:49:06.912431 run osmo-ms-mob/00049: Starting mobile
22:49:06.925369 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.936251 run mass: MS start registered {at=29156252.639601532, delay=0.004886459559202194, ms=00049}
22:49:06.983696 run mass: MS performed LU {at=29156252.686959766, lu_delay=5.7469205521047115, ms=00032}
22:49:07.002338 run mass: MS performed LU {at=29156252.705696274, lu_delay=4.948433417826891, ms=00034}
22:49:07.026464 run osmo-ms-mob/00050: Starting mobile
22:49:07.040020 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.051092 run mass: MS start registered {at=29156252.75444345, delay=0.004965692758560181, ms=00050}
22:49:07.066226 run mass: MS performed LU {at=29156252.769578416, lu_delay=5.431815419346094, ms=00033}
22:49:07.274475 run mass: MS performed LU {at=29156252.977726202, lu_delay=4.937738250941038, ms=00035}
22:49:07.298581 run mass: MS performed LU {at=29156253.00194239, lu_delay=6.331495013087988, ms=00031}
22:49:07.309886 run osmo-ms-mob/00051: Starting mobile
22:49:07.322883 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.333896 run mass: MS start registered {at=29156253.037250604, delay=0.004948638379573822, ms=00051}
22:49:07.926771 run osmo-ms-mob/00052: Starting mobile
22:49:07.940516 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.952195 run mass: MS start registered {at=29156253.655543085, delay=0.005355574190616608, ms=00052}
22:49:08.225663 run osmo-ms-mob/00053: Starting mobile
22:49:08.239514 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.250788 run mass: MS start registered {at=29156253.95414117, delay=0.005078386515378952, ms=00053}
22:49:08.521879 run osmo-ms-mob/00054: Starting mobile
22:49:08.535766 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.547127 run mass: MS start registered {at=29156254.250473414, delay=0.005245391279459, ms=00054}
22:49:08.812448 run osmo-ms-mob/00055: Starting mobile
22:49:08.825302 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.836728 run mass: MS start registered {at=29156254.540079836, delay=0.005063112825155258, ms=00055}
22:49:08.931713 run mass: MS performed LU {at=29156254.63496228, lu_delay=5.59464368596673, ms=00038}
22:49:08.996064 run mass: MS performed LU {at=29156254.699314635, lu_delay=4.845649912953377, ms=00040}
22:49:09.022970 run osmo-ms-mob/00056: Starting mobile
22:49:09.036032 run osmo-ms-mob/00056(pid=191): Launched
22:49:09.047018 run mass: MS start registered {at=29156254.750374295, delay=0.005003973841667175, ms=00056}
22:49:09.063767 run mass: MS performed LU {at=29156254.767120477, lu_delay=5.899587765336037, ms=00037}
22:49:09.082568 run mass: MS performed LU {at=29156254.78590842, lu_delay=5.329037118703127, ms=00039}
22:49:09.096046 run osmo-ms-mob/00057: Starting mobile
22:49:09.109218 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.120617 run mass: MS start registered {at=29156254.82396, delay=0.00522555410861969, ms=00057}
22:49:09.138512 run mass: MS performed LU {at=29156254.84181842, lu_delay=6.371940519660711, ms=00036}
22:49:09.429367 run mass: MS performed LU {at=29156255.132617824, lu_delay=4.97700023278594, ms=00041}
22:49:09.823351 run osmo-ms-mob/00058: Starting mobile
22:49:09.845825 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.857314 run mass: MS start registered {at=29156255.56066219, delay=0.0052362531423568726, ms=00058}
22:49:10.125228 run osmo-ms-mob/00059: Starting mobile
22:49:10.139242 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.150471 run mass: MS start registered {at=29156255.85382108, delay=0.005092538893222809, ms=00059}
22:49:10.411956 run osmo-ms-mob/00060: Starting mobile
22:49:10.425121 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.436453 run mass: MS start registered {at=29156256.139797434, delay=0.005048856139183044, ms=00060}
22:49:10.749393 run mass: MS performed LU {at=29156256.452640582, lu_delay=5.3949110470712185, ms=00045}
22:49:10.778866 run osmo-ms-mob/00061: Starting mobile
22:49:10.792214 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.798225 run mass: MS performed LU {at=29156256.50158479, lu_delay=4.760336011648178, ms=00046}
22:49:10.804236 run mass: MS start registered {at=29156256.507600628, delay=0.006033703684806824, ms=00061}
22:49:10.860369 run mass: MS performed LU {at=29156256.563618544, lu_delay=5.664881020784378, ms=00043}
22:49:10.874905 run osmo-ms-mob/00062: Starting mobile
22:49:10.887905 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.899019 run mass: MS start registered {at=29156256.602374226, delay=0.005006797611713409, ms=00062}
22:49:11.040300 run mass: MS performed LU {at=29156256.743551966, lu_delay=5.768898356705904, ms=00044}
22:49:11.064837 run mass: MS performed LU {at=29156256.768198762, lu_delay=4.713486272841692, ms=00047}
22:49:11.076086 run osmo-ms-mob/00063: Starting mobile
22:49:11.089139 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.100520 run mass: MS start registered {at=29156256.80386186, delay=0.005195263773202896, ms=00063}
22:49:11.755554 run mass: MS performed LU {at=29156257.458804138, lu_delay=7.0006967559456825, ms=00042}
22:49:11.785635 run osmo-ms-mob/00064: Starting mobile
22:49:11.798839 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.810112 run mass: MS start registered {at=29156257.513463326, delay=0.004812069237232208, ms=00064}
22:49:12.115459 run mass: MS performed LU {at=29156257.8187101, lu_delay=3.864568930119276, ms=00053}
22:49:12.146043 run osmo-ms-mob/00065: Starting mobile
22:49:12.159389 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.170433 run mass: MS start registered {at=29156257.873783942, delay=0.004860240966081619, ms=00065}
22:49:12.541721 run osmo-ms-mob/00066: Starting mobile
22:49:12.557108 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.568078 run mass: MS start registered {at=29156258.27142928, delay=0.004981465637683868, ms=00066}
22:49:12.594589 run mass: MS performed LU {at=29156258.297914628, lu_delay=5.260664023458958, ms=00051}
22:49:12.613662 run mass: MS performed LU {at=29156258.316942494, lu_delay=4.661399409174919, ms=00052}
22:49:12.761687 run mass: MS performed LU {at=29156258.46494258, lu_delay=5.7104991264641285, ms=00050}
22:49:12.803912 run osmo-ms-mob/00067: Starting mobile
22:49:12.817078 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.828236 run mass: MS start registered {at=29156258.53159077, delay=0.00501624122262001, ms=00067}
22:49:12.905649 run mass: MS performed LU {at=29156258.608897563, lu_delay=6.256519645452499, ms=00048}
22:49:12.960483 run mass: MS performed LU {at=29156258.663751375, lu_delay=6.024149842560291, ms=00049}
22:49:12.985699 run osmo-ms-mob/00068: Starting mobile
22:49:12.999253 run osmo-ms-mob/00068(pid=203): Launched
22:49:13.010457 run mass: MS start registered {at=29156258.713811547, delay=0.005143888294696808, ms=00068}
22:49:13.625514 run osmo-ms-mob/00069: Starting mobile
22:49:13.639577 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.651164 run mass: MS start registered {at=29156259.354504216, delay=0.005482859909534454, ms=00069}
22:49:14.022446 run osmo-ms-mob/00070: Starting mobile
22:49:14.036240 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.047714 run mass: MS start registered {at=29156259.751059182, delay=0.005158312618732452, ms=00070}
22:49:14.434515 run osmo-ms-mob/00071: Starting mobile
22:49:14.450508 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.461374 run mass: MS start registered {at=29156260.164726477, delay=0.004859376698732376, ms=00071}
22:49:14.515182 run mass: MS performed LU {at=29156260.218440734, lu_delay=5.9679673202335835, ms=00054}
22:49:14.535958 run mass: MS performed LU {at=29156260.239321068, lu_delay=5.4153610691428185, ms=00057}
22:49:14.626296 run mass: MS performed LU {at=29156260.329542927, lu_delay=5.7894630916416645, ms=00055}
22:49:14.640658 run osmo-ms-mob/00072: Starting mobile
22:49:14.653670 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.664737 run mass: MS start registered {at=29156260.368089084, delay=0.005030125379562378, ms=00072}
22:49:14.806631 run mass: MS performed LU {at=29156260.509881712, lu_delay=4.949219521135092, ms=00058}
22:49:14.831261 run mass: MS performed LU {at=29156260.534623843, lu_delay=4.680802762508392, ms=00059}
22:49:14.837375 run mass: MS performed LU {at=29156260.540743187, lu_delay=5.790368892252445, ms=00056}
22:49:14.848084 run osmo-ms-mob/00073: Starting mobile
22:49:14.861285 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.872484 run mass: MS start registered {at=29156260.575837094, delay=0.005073133856058121, ms=00073}
22:49:15.612068 run osmo-ms-mob/00074: Starting mobile
22:49:15.625092 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.636363 run mass: MS start registered {at=29156261.339714114, delay=0.0051940083503723145, ms=00074}
22:49:16.040642 run osmo-ms-mob/00075: Starting mobile
22:49:16.055969 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.067223 run mass: MS start registered {at=29156261.770572975, delay=0.0050994157791137695, ms=00075}
22:49:16.361615 run mass: MS performed LU {at=29156262.064863104, lu_delay=5.261001244187355, ms=00063}
22:49:16.379593 run mass: MS performed LU {at=29156262.082869764, lu_delay=5.575269136577845, ms=00061}
22:49:16.397299 run osmo-ms-mob/00076: Starting mobile
22:49:16.410543 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.422358 run mass: MS start registered {at=29156262.125708852, delay=0.00518454983830452, ms=00076}
22:49:16.434648 run mass: MS performed LU {at=29156262.137969363, lu_delay=5.998171929270029, ms=00060}
22:49:16.725854 run mass: MS performed LU {at=29156262.42910466, lu_delay=5.8267304338514805, ms=00062}
22:49:16.951816 run osmo-ms-mob/00077: Starting mobile
22:49:16.968899 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.980272 run mass: MS start registered {at=29156262.683621537, delay=0.0053809210658073425, ms=00077}
22:49:17.429804 run osmo-ms-mob/00078: Starting mobile
22:49:17.444257 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.450580 run mass: MS performed LU {at=29156263.153938144, lu_delay=5.640474818646908, ms=00064}
22:49:17.456533 run mass: MS start registered {at=29156263.159899298, delay=0.005978420376777649, ms=00078}
22:49:17.843850 run osmo-ms-mob/00079: Starting mobile
22:49:17.862921 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.875089 run mass: MS start registered {at=29156263.578426525, delay=0.005897693336009979, ms=00079}
22:49:18.280983 run mass: MS performed LU {at=29156263.984231766, lu_delay=5.712802484631538, ms=00066}
22:49:18.337092 run osmo-ms-mob/00080: Starting mobile
22:49:18.352566 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.358731 run mass: MS performed LU {at=29156264.062089484, lu_delay=5.530498713254929, ms=00067}
22:49:18.364854 run mass: MS performed LU {at=29156264.068217527, lu_delay=5.354405980557203, ms=00068}
22:49:18.370712 run mass: MS start registered {at=29156264.07407923, delay=0.012008223682641983, ms=00080}
22:49:18.535466 run mass: MS performed LU {at=29156264.238715515, lu_delay=6.36493157222867, ms=00065}
22:49:18.571420 run mass: MS performed LU {at=29156264.27469549, lu_delay=4.920191273093224, ms=00069}
22:49:18.589550 run osmo-ms-mob/00081: Starting mobile
22:49:18.602850 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.613887 run mass: MS start registered {at=29156264.317237888, delay=0.005044102668762207, ms=00081}
22:49:19.226909 run osmo-ms-mob/00082: Starting mobile
22:49:19.241058 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.252022 run mass: MS start registered {at=29156264.955375742, delay=0.004898775368928909, ms=00082}
22:49:19.834148 run osmo-ms-mob/00083: Starting mobile
22:49:19.850240 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.861429 run mass: MS start registered {at=29156265.56478277, delay=0.005070708692073822, ms=00083}
22:49:20.127510 run mass: MS performed LU {at=29156265.83075745, lu_delay=4.491043336689472, ms=00074}
22:49:20.145369 run mass: MS performed LU {at=29156265.8486414, lu_delay=5.683914922177792, ms=00071}
22:49:20.172809 run osmo-ms-mob/00084: Starting mobile
22:49:20.186370 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.197555 run mass: MS start registered {at=29156265.900908414, delay=0.00500030443072319, ms=00084}
22:49:20.203850 run mass: MS performed LU {at=29156265.90721055, lu_delay=5.539121467620134, ms=00072}
22:49:20.492069 run mass: MS performed LU {at=29156266.19531714, lu_delay=6.444257959723473, ms=00070}
22:49:20.510331 run mass: MS performed LU {at=29156266.213603914, lu_delay=22.847247317433357, ms=00023}
22:49:20.843054 run osmo-ms-mob/00085: Starting mobile
22:49:20.858777 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.870742 run mass: MS start registered {at=29156266.574089814, delay=0.00564851239323616, ms=00085}
22:49:21.421484 run osmo-ms-mob/00086: Starting mobile
22:49:21.436262 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.447300 run mass: MS start registered {at=29156267.150653023, delay=0.005049034953117371, ms=00086}
22:49:22.043964 run osmo-ms-mob/00087: Starting mobile
22:49:22.061059 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.072565 run mass: MS start registered {at=29156267.775917023, delay=0.005104422569274902, ms=00087}
22:49:22.111944 run mass: MS performed LU {at=29156267.81520667, lu_delay=4.655307371169329, ms=00078}
22:49:22.129781 run mass: MS performed LU {at=29156267.833056923, lu_delay=5.707348071038723, ms=00076}
22:49:22.302336 run mass: MS performed LU {at=29156268.005584165, lu_delay=6.23501119017601, ms=00075}
22:49:22.644353 run osmo-ms-mob/00088: Starting mobile
22:49:22.663012 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.678931 run mass: MS start registered {at=29156268.382244352, delay=0.0067627914249897, ms=00088}
22:49:23.228300 run osmo-ms-mob/00089: Starting mobile
22:49:23.242513 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.253754 run mass: MS start registered {at=29156268.95710382, delay=0.005012210458517075, ms=00089}
22:49:23.812102 run osmo-ms-mob/00090: Starting mobile
22:49:23.825352 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.836299 run mass: MS start registered {at=29156269.539651033, delay=0.004654876887798309, ms=00090}
22:49:24.040658 run mass: MS performed LU {at=29156269.74388371, lu_delay=6.165457185357809, ms=00079}
22:49:24.059269 run mass: MS performed LU {at=29156269.762544118, lu_delay=4.807168375700712, ms=00082}
22:49:24.128320 run mass: MS performed LU {at=29156269.83156883, lu_delay=5.514330942183733, ms=00081}
22:49:24.152214 run mass: MS performed LU {at=29156269.855576187, lu_delay=5.781496956944466, ms=00080}
22:49:24.512123 run osmo-ms-mob/00091: Starting mobile
22:49:24.525194 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.536408 run mass: MS start registered {at=29156270.23975844, delay=0.004923269152641296, ms=00091}
22:49:25.225629 run osmo-ms-mob/00092: Starting mobile
22:49:25.239758 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.250878 run mass: MS start registered {at=29156270.954232194, delay=0.004966478794813156, ms=00092}
22:49:25.832554 run mass: MS performed LU {at=29156271.53580519, lu_delay=4.961715377867222, ms=00085}
22:49:25.878010 run mass: MS performed LU {at=29156271.58126859, lu_delay=5.680360175669193, ms=00084}
22:49:25.919408 run osmo-ms-mob/00093: Starting mobile
22:49:25.935003 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.941086 run mass: MS performed LU {at=29156271.644448273, lu_delay=6.079665504395962, ms=00083}
22:49:25.946871 run mass: MS start registered {at=29156271.65023859, delay=0.005806107074022293, ms=00093}
22:49:26.085718 run mass: MS performed LU {at=29156271.788957655, lu_delay=4.638304632157087, ms=00086}
22:49:26.912213 run osmo-ms-mob/00094: Starting mobile
22:49:26.925293 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.936262 run mass: MS start registered {at=29156272.639616113, delay=0.00498851016163826, ms=00094}
22:49:27.845893 run osmo-ms-mob/00095: Starting mobile
22:49:27.863510 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.869616 run mass: MS performed LU {at=29156273.57297547, lu_delay=5.1907311193645, ms=00088}
22:49:27.875534 run mass: MS performed LU {at=29156273.57890066, lu_delay=5.80298363789916, ms=00087}
22:49:27.881271 run mass: MS start registered {at=29156273.584638126, delay=0.011680006980895996, ms=00095}
22:49:28.129898 run mass: MS performed LU {at=29156273.833149213, lu_delay=4.876045394688845, ms=00089}
22:49:28.824766 run osmo-ms-mob/00096: Starting mobile
22:49:28.838698 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.850078 run mass: MS start registered {at=29156274.553426106, delay=0.004980765283107758, ms=00096}
22:49:29.644048 run mass: MS performed LU {at=29156275.347243782, lu_delay=5.807592749595642, ms=00090}
22:49:29.660934 run mass: MS performed LU {at=29156275.364217564, lu_delay=5.124459125101566, ms=00091}
22:49:29.952220 run osmo-ms-mob/00097: Starting mobile
22:49:29.968435 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.979462 run mass: MS start registered {at=29156275.68281026, delay=0.005043543875217438, ms=00097}
22:49:31.252820 run osmo-ms-mob/00098: Starting mobile
22:49:31.269917 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.280986 run mass: MS start registered {at=29156276.984339256, delay=0.004997175186872482, ms=00098}
22:49:31.572324 run mass: MS performed LU {at=29156277.275572963, lu_delay=5.625334374606609, ms=00093}
22:49:31.591107 run mass: MS performed LU {at=29156277.29440863, lu_delay=4.65479251742363, ms=00094}
22:49:31.659792 run mass: MS performed LU {at=29156277.363044757, lu_delay=6.408812563866377, ms=00092}
22:49:33.044049 run osmo-ms-mob/00099: Starting mobile
22:49:33.061503 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.067580 run mass: All started... {duration=55.76591765880585, too_slow=0}
22:49:33.073454 run mass: MS start registered {at=29156278.776814777, delay=0.005868375301361084, ms=00099}
22:49:33.409553 run mass: MS performed LU {at=29156279.112766676, lu_delay=5.528128549456596, ms=00095}
22:49:33.662770 run mass: MS performed LU {at=29156279.366017673, lu_delay=4.812591567635536, ms=00096}
22:49:35.338299 run mass: MS performed LU {at=29156281.04152373, lu_delay=5.358713466674089, ms=00097}
22:49:37.175862 run mass: MS performed LU {at=29156282.87911264, lu_delay=22.303275544196367, ms=00073}
22:49:37.193190 run mass: MS performed LU {at=29156282.896470714, lu_delay=5.912131458520889, ms=00098}
22:49:39.104447 run mass: MS performed LU {at=29156284.80769683, lu_delay=6.030882053077221, ms=00099}
22:49:39.357901 run mass: MS performed LU {at=29156285.0611502, lu_delay=22.37752866372466, ms=00077}
22:49:39.381269 run mass: Tests done {all_completed=True, max=22.847247317433357, min=3.864568930119276}
22:49:39.386965 tst register_default_mass.py: Test passed (81.4 sec)
22:49:39.392407 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.395709 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.398992 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.402268 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.405550 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.408890 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.412272 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.415729 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.419249 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.422730 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.426118 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.429616 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.433104 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.436910 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.440551 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.444180 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.447820 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.451595 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.455555 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.459401 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.462972 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.466586 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.470164 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.473781 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.477369 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.481085 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.484691 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.488354 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.491936 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.495438 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.498940 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.502772 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.506367 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.509844 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.513416 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.516986 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.520557 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.524086 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.527629 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.531140 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.534624 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.538239 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.541796 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.545309 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.548787 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.552323 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.555815 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.559329 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.563125 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.567021 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.570551 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.574144 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.577656 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.581153 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.584630 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.588116 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.591582 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.595163 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.598652 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.602168 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.605649 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.609140 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.612780 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.616481 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.620100 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.623750 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.627256 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.630721 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.634181 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.637668 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.641146 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.644655 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.648161 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.652036 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.655527 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.659038 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.662493 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.665914 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.669294 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.672844 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.676327 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.679793 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.683279 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.686804 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.690370 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.693855 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.697381 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.700905 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.704362 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.707895 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.711453 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.715025 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.718645 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.722154 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.725730 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.729274 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.732779 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.736298 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.739774 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.743798 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.747334 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.750801 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.754350 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.757832 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.761292 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.764870 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.768363 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.771838 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.775385 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.778917 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.782484 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.786042 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.789615 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.793199 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.796790 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.800275 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.803717 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.807148 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.810558 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.813963 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.817382 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.820803 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.824235 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.827693 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.831164 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.834629 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.838116 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.841584 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.845047 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.848516 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.851999 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.855474 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.858872 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.862227 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.865585 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.868959 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.872324 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.875680 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.879003 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.882344 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.885667 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.888976 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.892289 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.895591 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.898900 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.902233 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.905544 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.908843 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.912139 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.915455 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.918771 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.922085 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.925425 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.928724 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.932035 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.935358 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.938664 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.941973 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.945282 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.948596 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.951895 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.955316 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.958629 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.961937 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.965260 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.968570 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.971890 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.975197 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.978505 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.981833 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.985146 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.988478 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.991795 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.995105 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.998444 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.001775 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.005081 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.008405 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.011716 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.015033 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.018333 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.021653 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.024965 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.028268 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.031590 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.034907 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.038221 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.041537 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.044867 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.048167 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.051469 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.054778 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.058088 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.061397 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.064696 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.068024 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.071334 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.074641 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.077951 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.081275 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.084580 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.087909 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.091219 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.094532 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.097837 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.101144 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.104444 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.107748 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.111067 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.114380 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.117682 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.120995 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.124308 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.127669 --- ParallelTerminationStrategy: PID 22 died...
22:49:40.129186 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.132876 --- ParallelTerminationStrategy: PID 23 died...
22:49:40.134397 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.138037 --- ParallelTerminationStrategy: PID 24 died...
22:49:40.139524 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.143269 --- ParallelTerminationStrategy: PID 25 died...
22:49:40.144785 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.148532 --- ParallelTerminationStrategy: PID 26 died...
22:49:40.150077 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.153861 --- ParallelTerminationStrategy: PID 27 died...
22:49:40.155399 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.159182 --- ParallelTerminationStrategy: PID 28 died...
22:49:40.160709 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.164435 --- ParallelTerminationStrategy: PID 29 died...
22:49:40.165936 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.169599 --- ParallelTerminationStrategy: PID 30 died...
22:49:40.171082 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.174770 --- ParallelTerminationStrategy: PID 31 died...
22:49:40.176255 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.180011 --- ParallelTerminationStrategy: PID 32 died...
22:49:40.181529 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.185289 --- ParallelTerminationStrategy: PID 33 died...
22:49:40.186812 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.190570 --- ParallelTerminationStrategy: PID 35 died...
22:49:40.192090 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.195832 --- ParallelTerminationStrategy: PID 36 died...
22:49:40.197355 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.201119 --- ParallelTerminationStrategy: PID 37 died...
22:49:40.202637 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.206360 --- ParallelTerminationStrategy: PID 38 died...
22:49:40.207875 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.211615 --- ParallelTerminationStrategy: PID 39 died...
22:49:40.213132 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.216867 --- ParallelTerminationStrategy: PID 40 died...
22:49:40.218386 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.222115 --- ParallelTerminationStrategy: PID 41 died...
22:49:40.223629 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.227357 --- ParallelTerminationStrategy: PID 42 died...
22:49:40.228868 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.232591 --- ParallelTerminationStrategy: PID 43 died...
22:49:40.234123 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.237842 --- ParallelTerminationStrategy: PID 44 died...
22:49:40.239338 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.243063 --- ParallelTerminationStrategy: PID 45 died...
22:49:40.244575 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.248300 --- ParallelTerminationStrategy: PID 46 died...
22:49:40.249838 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.253565 --- ParallelTerminationStrategy: PID 47 died...
22:49:40.255068 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.258790 --- ParallelTerminationStrategy: PID 48 died...
22:49:40.260292 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.264009 --- ParallelTerminationStrategy: PID 49 died...
22:49:40.265505 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.269251 --- ParallelTerminationStrategy: PID 50 died...
22:49:40.270766 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.274474 --- ParallelTerminationStrategy: PID 51 died...
22:49:40.275967 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.279691 --- ParallelTerminationStrategy: PID 52 died...
22:49:40.281204 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.284938 --- ParallelTerminationStrategy: PID 53 died...
22:49:40.286432 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.290149 --- ParallelTerminationStrategy: PID 54 died...
22:49:40.291656 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.295367 --- ParallelTerminationStrategy: PID 55 died...
22:49:40.296863 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.300576 --- ParallelTerminationStrategy: PID 56 died...
22:49:40.302081 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.305802 --- ParallelTerminationStrategy: PID 57 died...
22:49:40.307303 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.311023 --- ParallelTerminationStrategy: PID 58 died...
22:49:40.312520 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.316247 --- ParallelTerminationStrategy: PID 59 died...
22:49:40.317753 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.321472 --- ParallelTerminationStrategy: PID 60 died...
22:49:40.322984 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.326716 --- ParallelTerminationStrategy: PID 61 died...
22:49:40.328230 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.331975 --- ParallelTerminationStrategy: PID 62 died...
22:49:40.333487 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.337224 --- ParallelTerminationStrategy: PID 63 died...
22:49:40.338732 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.342462 --- ParallelTerminationStrategy: PID 64 died...
22:49:40.343975 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.347709 --- ParallelTerminationStrategy: PID 65 died...
22:49:40.349208 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.352949 --- ParallelTerminationStrategy: PID 66 died...
22:49:40.354451 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.358162 --- ParallelTerminationStrategy: PID 67 died...
22:49:40.359667 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.363371 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.364877 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.368580 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.370103 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.373827 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.375322 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.379046 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.380550 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.384266 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.385766 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.389459 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.390937 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.394598 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.396077 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.399724 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.401223 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.404873 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.406350 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.410002 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.411497 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.415234 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.416754 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.420443 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.421949 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.425674 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.427175 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.430898 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.432401 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.436118 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.437622 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.441357 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.442864 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.446577 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.448082 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.451830 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.453335 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.457076 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.458580 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.462295 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.463801 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.467527 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.469027 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.472754 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.474268 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.477983 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.479498 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.483232 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.484744 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.488460 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.489981 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.493694 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.495198 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.498945 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.500447 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.504177 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.505702 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.509424 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.510916 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.514659 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.516169 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.519907 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.521433 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.525200 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.526699 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.530443 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.531955 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.535666 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.537201 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.540938 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.542448 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.546172 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.547704 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.551432 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.552937 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.556655 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.558156 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.561906 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.563413 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.567131 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.568661 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.572395 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.573908 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.577657 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.579166 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.582872 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.584373 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.588094 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.589628 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.593367 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.594873 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.598595 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.600103 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.603846 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.605362 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.609088 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.610596 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.614311 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.615825 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.619555 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.621067 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.624785 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.626301 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.630027 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.631545 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.635286 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.636798 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.640531 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.642057 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.645786 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.647298 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.651041 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.652554 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.656264 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.657787 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.661503 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.663005 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.666735 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.668240 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.671975 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.673507 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.677233 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.678743 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.682481 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.684006 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.687732 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.689252 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.692977 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.694499 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.698244 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.699753 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.703475 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.705002 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.708718 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.710231 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.713972 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.715486 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.719243 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.720755 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.724482 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.725997 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.729740 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.731250 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.734997 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.736507 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.740260 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.741781 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.745515 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.747023 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.750768 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.752269 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.756016 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.757524 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.761249 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.762750 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.766500 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.768001 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.771749 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.773259 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.776997 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.778505 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.782241 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.783742 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.787496 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.789004 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.792732 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.794229 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.797979 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.799482 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.803224 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.804731 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.808468 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.809971 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.813722 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.815229 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.818991 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.820499 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.824229 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.825736 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.829467 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.830965 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.834733 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.836236 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.839992 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.841512 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.845233 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.846743 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.850486 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.851986 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.855721 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.857233 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.860975 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.862476 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.866221 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.867722 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.871447 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.872963 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.876703 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.878221 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.881962 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.883469 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.887198 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.888710 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.892451 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.893954 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.897726 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.899239 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.902960 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.904461 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.908196 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.909709 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.913462 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.914972 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.918725 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.920239 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.923977 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.925519 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.929254 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.930772 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.934504 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.936007 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.939729 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.941250 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.944980 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.946495 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.950233 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.951734 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.955461 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.956972 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.960698 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.962200 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.965961 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.967463 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.971206 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.972718 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.976453 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.977972 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.981708 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.983219 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.986966 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.988471 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.992255 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.993780 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.997533 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.999039 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.002784 --- ParallelTerminationStrategy: PID 190 died...
22:49:41.004290 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.008052 --- ParallelTerminationStrategy: PID 191 died...
22:49:41.009565 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.013301 --- ParallelTerminationStrategy: PID 192 died...
22:49:41.014813 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.018561 --- ParallelTerminationStrategy: PID 193 died...
22:49:41.020063 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.023793 --- ParallelTerminationStrategy: PID 194 died...
22:49:41.025312 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.029037 --- ParallelTerminationStrategy: PID 195 died...
22:49:41.030543 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.034283 --- ParallelTerminationStrategy: PID 196 died...
22:49:41.035787 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.039527 --- ParallelTerminationStrategy: PID 197 died...
22:49:41.041038 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.044778 --- ParallelTerminationStrategy: PID 198 died...
22:49:41.046280 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.050033 --- ParallelTerminationStrategy: PID 199 died...
22:49:41.051534 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.055273 --- ParallelTerminationStrategy: PID 200 died...
22:49:41.056809 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.060561 --- ParallelTerminationStrategy: PID 201 died...
22:49:41.062071 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.065808 --- ParallelTerminationStrategy: PID 202 died...
22:49:41.067316 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.071079 --- ParallelTerminationStrategy: PID 203 died...
22:49:41.072590 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.076341 --- ParallelTerminationStrategy: PID 204 died...
22:49:41.077867 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.081618 --- ParallelTerminationStrategy: PID 205 died...
22:49:41.083122 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.086864 --- ParallelTerminationStrategy: PID 206 died...
22:49:41.088367 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.092114 --- ParallelTerminationStrategy: PID 207 died...
22:49:41.093632 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.097388 --- ParallelTerminationStrategy: PID 208 died...
22:49:41.098897 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.102631 --- ParallelTerminationStrategy: PID 209 died...
22:49:41.104142 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.107878 --- ParallelTerminationStrategy: PID 210 died...
22:49:41.109387 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.113122 --- ParallelTerminationStrategy: PID 211 died...
22:49:41.114630 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.118391 --- ParallelTerminationStrategy: PID 212 died...
22:49:41.119903 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.123656 --- ParallelTerminationStrategy: PID 213 died...
22:49:41.125220 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.128947 --- ParallelTerminationStrategy: PID 214 died...
22:49:41.130453 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.134184 --- ParallelTerminationStrategy: PID 215 died...
22:49:41.135693 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.139437 --- ParallelTerminationStrategy: PID 216 died...
22:49:41.140964 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.144714 --- ParallelTerminationStrategy: PID 217 died...
22:49:41.146213 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.149957 --- ParallelTerminationStrategy: PID 218 died...
22:49:41.151472 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.155230 --- ParallelTerminationStrategy: PID 219 died...
22:49:41.156754 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.160499 --- ParallelTerminationStrategy: PID 220 died...
22:49:41.162014 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.165771 --- ParallelTerminationStrategy: PID 221 died...
22:49:41.167278 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.171016 --- ParallelTerminationStrategy: PID 222 died...
22:49:41.172525 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.176264 --- ParallelTerminationStrategy: PID 223 died...
22:49:41.177792 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.181527 --- ParallelTerminationStrategy: PID 224 died...
22:49:41.183046 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.186796 --- ParallelTerminationStrategy: PID 225 died...
22:49:41.188299 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.192048 --- ParallelTerminationStrategy: PID 226 died...
22:49:41.193576 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.197332 --- ParallelTerminationStrategy: PID 227 died...
22:49:41.198844 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.202611 --- ParallelTerminationStrategy: PID 228 died...
22:49:41.204117 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.207865 --- ParallelTerminationStrategy: PID 229 died...
22:49:41.209392 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.213128 --- ParallelTerminationStrategy: PID 230 died...
22:49:41.214637 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.218405 --- ParallelTerminationStrategy: PID 231 died...
22:49:41.219912 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.223664 --- ParallelTerminationStrategy: PID 232 died...
22:49:41.225185 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.228931 --- ParallelTerminationStrategy: PID 233 died...
22:49:41.230439 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.234190 --- ParallelTerminationStrategy: PID 234 died...
22:49:41.235704 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.640182 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.646229 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8182 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.772945 tst trial-8182: Storing JUnit report in /build/trial-8182/run.2025-12-16_22-48-17/trial-8182.xml
--------------------------------------------------------------------------------------------
trial-8182 PASS
--------------------------------------------------------------------------------------------
22:49:44.787610 tst trial-8182: trial-8182: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.4 sec)
+ exit_code=0
+ rm -rf trial-8182/inst
+ cd trial-8182
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-16 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8182-run.tgz run.2025-12-16_22-48-17
+ tar czf /build/trial-8182-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-16_13_25_57.tgz osmo-bts-oc2g.build-2025-12-16_00_51_52.tgz osmo-bts-sysmo.build-2025-12-16_00_51_45.tgz osmo-bts.build-2025-12-16_00_51_52.tgz osmo-ggsn.build-2025-12-16_20_42_30.tgz osmo-hlr.build-2025-12-16_16_36_52.tgz osmo-hnbgw.build-2025-12-16_15_08_38.tgz osmo-mgw.build-2025-12-16_08_33_12.tgz osmo-msc.build-2025-12-16_16_29_02.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-16_07_38_11.tgz osmo-pcu-sysmo.build-2025-12-16_07_38_07.tgz osmo-pcu.build-2025-12-16_07_34_13.tgz osmo-sgsn.build-2025-12-16_20_48_18.tgz osmo-stp.build-2025-12-16_13_23_04.tgz osmo-trx.build-2025-12-16_15_14_39.tgz osmocom-bb.build-2025-12-16_21_17_39.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