Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2081716971128927941.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-8179
+ 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 [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
#7 CACHED
#8 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED
#9 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#9 CACHED
#10 [ 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
#10 CACHED
#11 [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
#11 CACHED
#12 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#12 CACHED
#13 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#13 CACHED
#14 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [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
#16 CACHED
#17 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#17 CACHED
#18 [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
#18 CACHED
#19 [ 8/28] RUN MKDIR /var/run/sshd
#19 CACHED
#20 [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
#20 CACHED
#21 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#21 CACHED
#22 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#22 CACHED
#23 [20/28] WORKDIR /TMP
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#25 CACHED
#26 [ 9/28] COPY SSH /root/.ssh
#26 CACHED
#27 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#27 CACHED
#28 [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
#28 CACHED
#29 [ 3/28] RUN groupadd osmo-gsm-tester
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [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
#31 CACHED
#32 [ 2/28] RUN useradd -ms /bin/bash jenkins
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:32b712b994b01400dd5af9d2ce52aded0372e7aa4726bda662fab95457572ccf done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8180 -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-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8180
+ mkdir -p trial-8180
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-14_13_26_32.tgz osmo-bts-oc2g.build-2025-12-14_00_52_13.tgz osmo-bts-sysmo.build-2025-12-14_00_51_57.tgz osmo-bts.build-2025-12-14_00_52_04.tgz osmo-ggsn.build-2025-12-14_20_42_32.tgz osmo-hlr.build-2025-12-14_16_36_52.tgz osmo-hnbgw.build-2025-12-14_13_31_01.tgz osmo-mgw.build-2025-12-14_08_33_19.tgz osmo-msc.build-2025-12-14_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-14_07_36_13.tgz osmo-pcu-sysmo.build-2025-12-14_07_36_10.tgz osmo-pcu.build-2025-12-14_07_34_06.tgz osmo-sgsn.build-2025-12-14_20_48_17.tgz osmo-stp.build-2025-12-14_13_23_16.tgz osmo-trx.build-2025-12-14_14_28_58.tgz osmocom-bb.build-2025-12-14_21_17_47.tgz srslte.build-19.tgz trial-8180
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-14_13_26_32.md5 osmo-bts-oc2g.build-2025-12-14_00_52_13.md5 osmo-bts-sysmo.build-2025-12-14_00_51_57.md5 osmo-bts.build-2025-12-14_00_52_04.md5 osmo-ggsn.build-2025-12-14_20_42_32.md5 osmo-hlr.build-2025-12-14_16_36_52.md5 osmo-hnbgw.build-2025-12-14_13_31_01.md5 osmo-mgw.build-2025-12-14_08_33_19.md5 osmo-msc.build-2025-12-14_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-14_07_36_13.md5 osmo-pcu-sysmo.build-2025-12-14_07_36_10.md5 osmo-pcu.build-2025-12-14_07_34_06.md5 osmo-sgsn.build-2025-12-14_20_48_17.md5 osmo-stp.build-2025-12-14_13_23_16.md5 osmo-trx.build-2025-12-14_14_28_58.md5 osmocom-bb.build-2025-12-14_21_17_47.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-14_13_26_32.md5 osmo-bts-oc2g.build-2025-12-14_00_52_13.md5 osmo-bts-sysmo.build-2025-12-14_00_51_57.md5 osmo-bts.build-2025-12-14_00_52_04.md5 osmo-ggsn.build-2025-12-14_20_42_32.md5 osmo-hlr.build-2025-12-14_16_36_52.md5 osmo-hnbgw.build-2025-12-14_13_31_01.md5 osmo-mgw.build-2025-12-14_08_33_19.md5 osmo-msc.build-2025-12-14_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-14_07_36_13.md5 osmo-pcu-sysmo.build-2025-12-14_07_36_10.md5 osmo-pcu.build-2025-12-14_07_34_06.md5 osmo-sgsn.build-2025-12-14_20_48_17.md5 osmo-stp.build-2025-12-14_13_23_16.md5 osmo-trx.build-2025-12-14_14_28_58.md5 osmocom-bb.build-2025-12-14_21_17_47.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-8180 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8180'
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-8180
--------------------------------------------------------------------------------------------
22:48:17.374936 tst trial-8180: Detailed log at /build/trial-8180/run.2025-12-14_22-48-17/log
---------------------------------------------------------------------
trial-8180 netreg_mass
---------------------------------------------------------------------
22:48:17.578742 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.579103 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.579888 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.581027 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.622363 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.623245 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.624420 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.686284 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-8180 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.687041 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.702162 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.702662 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.703109 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.703542 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.703984 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.704436 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.704888 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.735545 tst register_default_mass.py: using LAC 2
22:48:17.757828 tst register_default_mass.py: using RAC 2
22:48:17.784306 tst register_default_mass.py: using CellId 2
22:48:17.813891 tst register_default_mass.py: using BVCI 3
22:48:17.827709 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.828377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.828959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829478 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.829986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830491 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.830987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.831516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.832617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.833656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.834689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.835733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.836763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.837276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.837785 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.838818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.839840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840362 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.840876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.841885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.842919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.843947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.844993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.845516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.846524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.847566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.848587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.849635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.850658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.851694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.852714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.853763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.854799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.855822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.856862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.857376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.857895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.858903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.859934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860442 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.860940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.861965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.862986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.863997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.864502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.865089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.865606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.866619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867119 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.867619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.868634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.869633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.870662 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.871662 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872176 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.872683 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.873188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.873704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.874710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875206 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.875719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.876719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877227 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.877740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.878759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.879826 tst register_default_mass.py:21: Launching a simple network
22:48:17.889836 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.009872 run create_hlr_db(pid=20): Launched
22:48:19.023695 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.039756 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.054605 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.060289 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.248174 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.265284 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.270858 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.691662 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.708650 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.723575 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.838290 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.853158 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.858762 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.881950 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.896617 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.902167 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.215437 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.230658 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.257466 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.429603 run osmo-bts-virtual(pid=34): Launched
22:48:30.477039 tst register_default_mass.py: using MSISDN 1001
22:48:30.496081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.534791 tst register_default_mass.py: using MSISDN 1002
22:48:30.552511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.583730 tst register_default_mass.py: using MSISDN 1003
22:48:30.598728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.629805 tst register_default_mass.py: using MSISDN 1004
22:48:30.644495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.674346 tst register_default_mass.py: using MSISDN 1005
22:48:30.688340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.719614 tst register_default_mass.py: using MSISDN 1006
22:48:30.734374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.765658 tst register_default_mass.py: using MSISDN 1007
22:48:30.780362 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.811011 tst register_default_mass.py: using MSISDN 1008
22:48:30.825412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.856732 tst register_default_mass.py: using MSISDN 1009
22:48:30.871600 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.902488 tst register_default_mass.py: using MSISDN 1010
22:48:30.917218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.948601 tst register_default_mass.py: using MSISDN 1011
22:48:30.963610 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.994581 tst register_default_mass.py: using MSISDN 1012
22:48:31.009290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.040535 tst register_default_mass.py: using MSISDN 1013
22:48:31.055376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.086294 tst register_default_mass.py: using MSISDN 1014
22:48:31.100927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.132269 tst register_default_mass.py: using MSISDN 1015
22:48:31.147038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.178233 tst register_default_mass.py: using MSISDN 1016
22:48:31.193017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.224829 tst register_default_mass.py: using MSISDN 1017
22:48:31.239868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.270928 tst register_default_mass.py: using MSISDN 1018
22:48:31.285615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.316963 tst register_default_mass.py: using MSISDN 1019
22:48:31.331751 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.362796 tst register_default_mass.py: using MSISDN 1020
22:48:31.377575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.409016 tst register_default_mass.py: using MSISDN 1021
22:48:31.423917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.454975 tst register_default_mass.py: using MSISDN 1022
22:48:31.469513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.500935 tst register_default_mass.py: using MSISDN 1023
22:48:31.515884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.547185 tst register_default_mass.py: using MSISDN 1024
22:48:31.561922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.593041 tst register_default_mass.py: using MSISDN 1025
22:48:31.607763 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.638342 tst register_default_mass.py: using MSISDN 1026
22:48:31.652841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.684221 tst register_default_mass.py: using MSISDN 1027
22:48:31.699060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.730646 tst register_default_mass.py: using MSISDN 1028
22:48:31.745648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.777063 tst register_default_mass.py: using MSISDN 1029
22:48:31.791961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.823656 tst register_default_mass.py: using MSISDN 1030
22:48:31.838897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.870086 tst register_default_mass.py: using MSISDN 1031
22:48:31.884793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.916019 tst register_default_mass.py: using MSISDN 1032
22:48:31.930713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.961836 tst register_default_mass.py: using MSISDN 1033
22:48:31.976619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.007989 tst register_default_mass.py: using MSISDN 1034
22:48:32.022880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.054287 tst register_default_mass.py: using MSISDN 1035
22:48:32.069196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.100405 tst register_default_mass.py: using MSISDN 1036
22:48:32.115264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.146734 tst register_default_mass.py: using MSISDN 1037
22:48:32.161758 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.193098 tst register_default_mass.py: using MSISDN 1038
22:48:32.207908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.239111 tst register_default_mass.py: using MSISDN 1039
22:48:32.253741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.284941 tst register_default_mass.py: using MSISDN 1040
22:48:32.299677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.330516 tst register_default_mass.py: using MSISDN 1041
22:48:32.345189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.375995 tst register_default_mass.py: using MSISDN 1042
22:48:32.390517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.421702 tst register_default_mass.py: using MSISDN 1043
22:48:32.436464 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.467380 tst register_default_mass.py: using MSISDN 1044
22:48:32.482113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.513035 tst register_default_mass.py: using MSISDN 1045
22:48:32.527655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.558436 tst register_default_mass.py: using MSISDN 1046
22:48:32.572918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.604297 tst register_default_mass.py: using MSISDN 1047
22:48:32.619092 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.650410 tst register_default_mass.py: using MSISDN 1048
22:48:32.665277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.696357 tst register_default_mass.py: using MSISDN 1049
22:48:32.711186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.741995 tst register_default_mass.py: using MSISDN 1050
22:48:32.756531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.787658 tst register_default_mass.py: using MSISDN 1051
22:48:32.802205 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.833582 tst register_default_mass.py: using MSISDN 1052
22:48:32.848176 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.879741 tst register_default_mass.py: using MSISDN 1053
22:48:32.894670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.925899 tst register_default_mass.py: using MSISDN 1054
22:48:32.940693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.972440 tst register_default_mass.py: using MSISDN 1055
22:48:32.987697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.019230 tst register_default_mass.py: using MSISDN 1056
22:48:33.034243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.065645 tst register_default_mass.py: using MSISDN 1057
22:48:33.080426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.111606 tst register_default_mass.py: using MSISDN 1058
22:48:33.126354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.157413 tst register_default_mass.py: using MSISDN 1059
22:48:33.172123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.203640 tst register_default_mass.py: using MSISDN 1060
22:48:33.218661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.249818 tst register_default_mass.py: using MSISDN 1061
22:48:33.264756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.296128 tst register_default_mass.py: using MSISDN 1062
22:48:33.310917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.342218 tst register_default_mass.py: using MSISDN 1063
22:48:33.357112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.388349 tst register_default_mass.py: using MSISDN 1064
22:48:33.398163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.429537 tst register_default_mass.py: using MSISDN 1065
22:48:33.445302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.476792 tst register_default_mass.py: using MSISDN 1066
22:48:33.491334 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.522663 tst register_default_mass.py: using MSISDN 1067
22:48:33.537333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.571788 tst register_default_mass.py: using MSISDN 1068
22:48:33.587743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.619125 tst register_default_mass.py: using MSISDN 1069
22:48:33.633803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.665036 tst register_default_mass.py: using MSISDN 1070
22:48:33.679582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.710795 tst register_default_mass.py: using MSISDN 1071
22:48:33.725327 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.756383 tst register_default_mass.py: using MSISDN 1072
22:48:33.770733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.801681 tst register_default_mass.py: using MSISDN 1073
22:48:33.815918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.846412 tst register_default_mass.py: using MSISDN 1074
22:48:33.860552 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.892024 tst register_default_mass.py: using MSISDN 1075
22:48:33.906599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.937917 tst register_default_mass.py: using MSISDN 1076
22:48:33.952375 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.983019 tst register_default_mass.py: using MSISDN 1077
22:48:33.996453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.027507 tst register_default_mass.py: using MSISDN 1078
22:48:34.041713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.072620 tst register_default_mass.py: using MSISDN 1079
22:48:34.086845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.117737 tst register_default_mass.py: using MSISDN 1080
22:48:34.132130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.163430 tst register_default_mass.py: using MSISDN 1081
22:48:34.178063 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.209388 tst register_default_mass.py: using MSISDN 1082
22:48:34.234118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.266928 tst register_default_mass.py: using MSISDN 1083
22:48:34.283177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.314332 tst register_default_mass.py: using MSISDN 1084
22:48:34.329284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.359531 tst register_default_mass.py: using MSISDN 1085
22:48:34.373979 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.405123 tst register_default_mass.py: using MSISDN 1086
22:48:34.419880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.450614 tst register_default_mass.py: using MSISDN 1087
22:48:34.465181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.505183 tst register_default_mass.py: using MSISDN 1088
22:48:34.523231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.554791 tst register_default_mass.py: using MSISDN 1089
22:48:34.569962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.600968 tst register_default_mass.py: using MSISDN 1090
22:48:34.615789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.647550 tst register_default_mass.py: using MSISDN 1091
22:48:34.662571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.692955 tst register_default_mass.py: using MSISDN 1092
22:48:34.707441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.738707 tst register_default_mass.py: using MSISDN 1093
22:48:34.753541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.785048 tst register_default_mass.py: using MSISDN 1094
22:48:34.800047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.831327 tst register_default_mass.py: using MSISDN 1095
22:48:34.846146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.877222 tst register_default_mass.py: using MSISDN 1096
22:48:34.892001 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.922729 tst register_default_mass.py: using MSISDN 1097
22:48:34.937408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.968952 tst register_default_mass.py: using MSISDN 1098
22:48:34.983667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.014572 tst register_default_mass.py: using MSISDN 1099
22:48:35.029149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.059980 tst register_default_mass.py: using MSISDN 1100
22:48:35.074614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.166960 run mass: Starting testcase
22:48:35.172442 run mass: Pre-launching all virtphy's
22:48:35.177915 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.190819 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.196992 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.210177 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.216304 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.229353 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.235344 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.248228 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.254313 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.267344 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.273414 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.286309 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.292253 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.304985 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.310980 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.323823 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.329769 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.342434 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.348504 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.361278 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.367254 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.380016 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.385984 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.398822 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.404757 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.417533 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.423421 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.436114 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.442056 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.454795 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.460713 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.473539 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.479505 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.492324 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.498273 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.511033 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.516948 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.529752 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.535681 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.548470 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.554502 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.567327 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.573268 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.586199 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.592108 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.604966 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.610921 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.623972 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.630107 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.643186 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.649305 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.662125 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.668079 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.680903 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.686845 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.699622 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.705561 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.718328 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.724219 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.737097 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.743033 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.755813 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.761708 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.774451 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.780384 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.793171 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.799068 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.811844 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.817905 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.830645 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.836631 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.849428 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.855317 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.868223 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.874188 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.887244 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.893264 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.906284 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.912273 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.925250 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.931210 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.943938 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.949863 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.962610 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.968538 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.981245 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.987139 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.999898 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.005784 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.018526 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.024436 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.037205 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.043111 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.056006 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.061916 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.074861 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.080799 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.093534 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.099550 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.112330 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.118427 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.131224 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.137250 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.150241 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.156217 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.169201 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.175184 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.187951 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.193972 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.206731 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.212687 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.225511 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.231493 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.244328 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.250427 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.263454 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.269480 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.282299 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.288410 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.301300 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.307332 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.320041 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.325972 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.338811 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.344767 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.357753 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.363674 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.376423 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.382317 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.395075 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.401026 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.413748 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.419786 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.432748 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.438659 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.451365 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.457275 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.469976 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.475878 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.488728 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.494616 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.507376 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.513264 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.526188 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.532074 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.544988 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.550900 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.563640 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.569714 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.582493 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.588539 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.601368 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.607308 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.620030 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.625983 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.638707 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.644649 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.657396 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.663294 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.676073 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.682039 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.694831 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.700767 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.713519 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.719496 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.732234 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.738191 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.750944 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.756876 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.769793 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.775749 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.788832 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.794785 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.807692 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.813612 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.826557 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.832571 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.845609 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.851574 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.864320 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.870272 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.883077 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.889028 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.901879 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.907850 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.920723 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.926641 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.939411 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.945313 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.958103 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.964033 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.976856 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.982851 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.995889 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.001910 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.014967 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.020880 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.033725 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.039773 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.052640 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.058671 run mass: Checking if sockets are in the filesystem
22:48:37.090850 run osmo-ms-mob/00000: Starting mobile
22:48:37.103758 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.114799 run mass: MS start registered {at=28983422.81815127, delay=0.0049242787063121796, ms=00000}
22:48:41.288100 run osmo-ms-mob/00001: Starting mobile
22:48:41.301948 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.312734 run mass: MS start registered {at=28983427.016082503, delay=0.004849299788475037, ms=00001}
22:48:42.265696 run mass: MS performed LU {at=28983427.968929593, lu_delay=5.1507783234119415, ms=00000}
22:48:43.105749 run osmo-ms-mob/00002: Starting mobile
22:48:43.124893 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.135839 run mass: MS start registered {at=28983428.839180224, delay=0.0049728043377399445, ms=00002}
22:48:44.406451 run osmo-ms-mob/00003: Starting mobile
22:48:44.422965 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.433506 run mass: MS start registered {at=28983430.13685949, delay=0.00460304319858551, ms=00003}
22:48:45.507742 run osmo-ms-mob/00004: Starting mobile
22:48:45.537832 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.549242 run mass: MS start registered {at=28983431.252590787, delay=0.005219440907239914, ms=00004}
22:48:46.031230 run mass: MS performed LU {at=28983431.734468546, lu_delay=4.718386042863131, ms=00001}
22:48:46.507444 run osmo-ms-mob/00005: Starting mobile
22:48:46.520395 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.531212 run mass: MS start registered {at=28983432.23456064, delay=0.004781164228916168, ms=00005}
22:48:47.404113 run osmo-ms-mob/00006: Starting mobile
22:48:47.419418 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.430370 run mass: MS start registered {at=28983433.13372182, delay=0.004829909652471542, ms=00006}
22:48:47.933236 run mass: MS performed LU {at=28983433.636469316, lu_delay=4.797289092093706, ms=00002}
22:48:48.298770 run osmo-ms-mob/00007: Starting mobile
22:48:48.311892 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.322826 run mass: MS start registered {at=28983434.026175197, delay=0.0049278587102890015, ms=00007}
22:48:49.082827 run osmo-ms-mob/00008: Starting mobile
22:48:49.097504 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.110043 run mass: MS start registered {at=28983434.813359234, delay=0.005898524075746536, ms=00008}
22:48:49.817602 run osmo-ms-mob/00009: Starting mobile
22:48:49.834065 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.840027 run mass: MS performed LU {at=28983435.543386344, lu_delay=5.406526852399111, ms=00003}
22:48:49.845787 run mass: MS start registered {at=28983435.54915374, delay=0.005784183740615845, ms=00009}
22:48:50.506037 run osmo-ms-mob/00010: Starting mobile
22:48:50.522986 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.534344 run mass: MS start registered {at=28983436.237697665, delay=0.00452224537730217, ms=00010}
22:48:51.095969 run osmo-ms-mob/00011: Starting mobile
22:48:51.111973 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.123198 run mass: MS start registered {at=28983436.826550025, delay=0.004957567900419235, ms=00011}
22:48:51.674941 run osmo-ms-mob/00012: Starting mobile
22:48:51.687788 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.697688 run mass: MS performed LU {at=28983437.401015855, lu_delay=5.166455216705799, ms=00005}
22:48:51.703499 run mass: MS start registered {at=28983437.40686575, delay=0.00967428833246231, ms=00012}
22:48:51.725060 run mass: MS performed LU {at=28983437.428372983, lu_delay=6.175782196223736, ms=00004}
22:48:52.307240 run osmo-ms-mob/00013: Starting mobile
22:48:52.324512 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.335375 run mass: MS start registered {at=28983438.038728483, delay=0.004971370100975037, ms=00013}
22:48:52.886015 run osmo-ms-mob/00014: Starting mobile
22:48:52.899447 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.910347 run mass: MS start registered {at=28983438.61369783, delay=0.004699554294347763, ms=00014}
22:48:53.502268 run osmo-ms-mob/00015: Starting mobile
22:48:53.516087 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.527340 run mass: MS start registered {at=28983439.230691556, delay=0.005102876573801041, ms=00015}
22:48:53.562554 run mass: MS performed LU {at=28983439.26579785, lu_delay=5.23962265253067, ms=00007}
22:48:53.628370 run mass: MS performed LU {at=28983439.331612412, lu_delay=6.197890590876341, ms=00006}
22:48:53.932406 run mass: MS performed LU {at=28983439.63565879, lu_delay=4.822299554944038, ms=00008}
22:48:53.994959 run osmo-ms-mob/00016: Starting mobile
22:48:54.013238 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.024173 run mass: MS start registered {at=28983439.727524597, delay=0.004754208028316498, ms=00016}
22:48:54.487762 run osmo-ms-mob/00017: Starting mobile
22:48:54.501524 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.512590 run mass: MS start registered {at=28983440.21594144, delay=0.004649162292480469, ms=00017}
22:48:55.105327 run osmo-ms-mob/00018: Starting mobile
22:48:55.123596 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.134491 run mass: MS start registered {at=28983440.837844864, delay=0.004859328269958496, ms=00018}
22:48:55.472909 run osmo-ms-mob/00019: Starting mobile
22:48:55.485891 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.492327 run mass: MS performed LU {at=28983441.1956864, lu_delay=4.957988735288382, ms=00010}
22:48:55.498418 run mass: MS performed LU {at=28983441.201784555, lu_delay=5.652630813419819, ms=00009}
22:48:55.504247 run mass: MS start registered {at=28983441.207613643, delay=0.01194501668214798, ms=00019}
22:48:55.994906 run osmo-ms-mob/00020: Starting mobile
22:48:56.010853 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.021642 run mass: MS start registered {at=28983441.724992625, delay=0.004560668021440506, ms=00020}
22:48:56.486283 run osmo-ms-mob/00021: Starting mobile
22:48:56.499758 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.510499 run mass: MS start registered {at=28983442.21385328, delay=0.004536040127277374, ms=00021}
22:48:56.874961 run osmo-ms-mob/00022: Starting mobile
22:48:56.888197 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.899202 run mass: MS start registered {at=28983442.602554977, delay=0.004937831312417984, ms=00022}
22:48:57.329547 run mass: MS performed LU {at=28983443.03279765, lu_delay=5.625931899994612, ms=00012}
22:48:57.370688 run osmo-ms-mob/00023: Starting mobile
22:48:57.386903 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.393329 run mass: MS performed LU {at=28983443.09668914, lu_delay=5.057960655540228, ms=00013}
22:48:57.399256 run mass: MS start registered {at=28983443.102622308, delay=0.005949217826128006, ms=00023}
22:48:57.463018 run mass: MS performed LU {at=28983443.16626567, lu_delay=6.3397156447172165, ms=00011}
22:48:57.716460 run mass: MS performed LU {at=28983443.419709455, lu_delay=4.806011624634266, ms=00014}
22:48:57.755242 run osmo-ms-mob/00024: Starting mobile
22:48:57.769984 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.781256 run mass: MS start registered {at=28983443.48460758, delay=0.0050127580761909485, ms=00024}
22:48:58.288042 run osmo-ms-mob/00025: Starting mobile
22:48:58.301600 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.312654 run mass: MS start registered {at=28983444.015999038, delay=0.004947211593389511, ms=00025}
22:48:58.697409 run osmo-ms-mob/00026: Starting mobile
22:48:58.713386 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.724519 run mass: MS start registered {at=28983444.42787085, delay=0.005091026425361633, ms=00026}
22:48:59.098875 run osmo-ms-mob/00027: Starting mobile
22:48:59.115103 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.126190 run mass: MS start registered {at=28983444.82954371, delay=0.004696812480688095, ms=00027}
22:48:59.146326 run mass: MS performed LU {at=28983444.84967265, lu_delay=5.122148051857948, ms=00016}
22:48:59.230425 run mass: MS performed LU {at=28983444.933693357, lu_delay=5.70300180092454, ms=00015}
22:48:59.256430 run mass: MS performed LU {at=28983444.959774233, lu_delay=4.743832793086767, ms=00017}
22:48:59.268848 run osmo-ms-mob/00028: Starting mobile
22:48:59.282010 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.292868 run mass: MS start registered {at=28983444.996223643, delay=0.00481337308883667, ms=00028}
22:48:59.913169 run osmo-ms-mob/00029: Starting mobile
22:48:59.929782 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.940628 run mass: MS start registered {at=28983445.64397516, delay=0.004651695489883423, ms=00029}
22:49:00.274772 run osmo-ms-mob/00030: Starting mobile
22:49:00.287834 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.299405 run mass: MS start registered {at=28983446.002751715, delay=0.005567640066146851, ms=00030}
22:49:00.703781 run osmo-ms-mob/00031: Starting mobile
22:49:00.718657 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.729818 run mass: MS start registered {at=28983446.433169376, delay=0.005094669759273529, ms=00031}
22:49:00.974331 run osmo-ms-mob/00032: Starting mobile
22:49:00.987594 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.998563 run mass: MS start registered {at=28983446.701916043, delay=0.004558917135000229, ms=00032}
22:49:01.094979 run mass: MS performed LU {at=28983446.79822714, lu_delay=4.5843738578259945, ms=00021}
22:49:01.159833 run mass: MS performed LU {at=28983446.863082565, lu_delay=5.138089939951897, ms=00020}
22:49:01.228755 run mass: MS performed LU {at=28983446.931975152, lu_delay=5.7243615090847015, ms=00019}
22:49:01.284859 run osmo-ms-mob/00033: Starting mobile
22:49:01.299824 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.306167 run mass: MS performed LU {at=28983447.009525776, lu_delay=6.17168091237545, ms=00018}
22:49:01.312036 run mass: MS start registered {at=28983447.01540239, delay=0.00589490681886673, ms=00033}
22:49:01.812698 run osmo-ms-mob/00034: Starting mobile
22:49:01.828397 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.839602 run mass: MS start registered {at=28983447.54294624, delay=0.005187582224607468, ms=00034}
22:49:02.088104 run osmo-ms-mob/00035: Starting mobile
22:49:02.101970 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.113047 run mass: MS start registered {at=28983447.8163954, delay=0.004945620894432068, ms=00035}
22:49:02.504825 run osmo-ms-mob/00036: Starting mobile
22:49:02.520845 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.532063 run mass: MS start registered {at=28983448.235414613, delay=0.004990816116333008, ms=00036}
22:49:02.896966 run osmo-ms-mob/00037: Starting mobile
22:49:02.914152 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.920264 run mass: MS performed LU {at=28983448.623622604, lu_delay=5.521000295877457, ms=00023}
22:49:02.926187 run mass: MS start registered {at=28983448.629554123, delay=0.005950503051280975, ms=00037}
22:49:02.996732 run mass: MS performed LU {at=28983448.69994954, lu_delay=6.097394563257694, ms=00022}
22:49:03.012166 run osmo-ms-mob/00038: Starting mobile
22:49:03.025400 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.031550 run mass: MS performed LU {at=28983448.734912775, lu_delay=4.718913737684488, ms=00025}
22:49:03.037505 run mass: MS start registered {at=28983448.740871493, delay=0.005974579602479935, ms=00038}
22:49:03.167695 run mass: MS performed LU {at=28983448.870944865, lu_delay=5.386337283998728, ms=00024}
22:49:03.181987 run osmo-ms-mob/00039: Starting mobile
22:49:03.195601 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.206845 run mass: MS start registered {at=28983448.910198167, delay=0.004966467618942261, ms=00039}
22:49:03.893202 run osmo-ms-mob/00040: Starting mobile
22:49:03.907480 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.918664 run mass: MS start registered {at=28983449.62200717, delay=0.005048263818025589, ms=00040}
22:49:04.174980 run osmo-ms-mob/00041: Starting mobile
22:49:04.187969 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.199550 run mass: MS start registered {at=28983449.902896512, delay=0.005307883024215698, ms=00041}
22:49:04.503655 run osmo-ms-mob/00042: Starting mobile
22:49:04.518627 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.529969 run mass: MS start registered {at=28983450.233321425, delay=0.0049802884459495544, ms=00042}
22:49:04.860879 run mass: MS performed LU {at=28983450.56413479, lu_delay=5.567911148071289, ms=00028}
22:49:04.876236 run osmo-ms-mob/00043: Starting mobile
22:49:04.889482 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.900607 run mass: MS start registered {at=28983450.603961583, delay=0.0050041042268276215, ms=00043}
22:49:04.924832 run mass: MS performed LU {at=28983450.628109176, lu_delay=4.625357460230589, ms=00030}
22:49:05.068940 run mass: MS performed LU {at=28983450.772188198, lu_delay=6.3443173468112946, ms=00026}
22:49:05.097546 run osmo-ms-mob/00044: Starting mobile
22:49:05.110585 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.121677 run mass: MS start registered {at=28983450.825029932, delay=0.005057137459516525, ms=00044}
22:49:05.474709 run osmo-ms-mob/00045: Starting mobile
22:49:05.487947 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.499107 run mass: MS start registered {at=28983451.20246043, delay=0.004651408642530441, ms=00045}
22:49:05.788051 run osmo-ms-mob/00046: Starting mobile
22:49:05.802176 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.813133 run mass: MS start registered {at=28983451.51648405, delay=0.004881680011749268, ms=00046}
22:49:06.074236 run osmo-ms-mob/00047: Starting mobile
22:49:06.087559 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.098403 run mass: MS start registered {at=28983451.801757697, delay=0.004759196192026138, ms=00047}
22:49:06.375083 run osmo-ms-mob/00048: Starting mobile
22:49:06.388152 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.399058 run mass: MS start registered {at=28983452.102411665, delay=0.004773393273353577, ms=00048}
22:49:06.674118 run osmo-ms-mob/00049: Starting mobile
22:49:06.687303 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.693490 run mass: MS performed LU {at=28983452.396849394, lu_delay=5.694933351129293, ms=00032}
22:49:06.699715 run mass: MS start registered {at=28983452.40307687, delay=0.006244994699954987, ms=00049}
22:49:06.761590 run mass: MS performed LU {at=28983452.4648553, lu_delay=4.9219090566039085, ms=00034}
22:49:06.776978 run osmo-ms-mob/00050: Starting mobile
22:49:06.790139 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.796220 run mass: MS performed LU {at=28983452.49958069, lu_delay=5.484178297221661, ms=00033}
22:49:06.802070 run mass: MS start registered {at=28983452.505436998, delay=0.005873098969459534, ms=00050}
22:49:06.933689 run mass: MS performed LU {at=28983452.636938594, lu_delay=4.820543196052313, ms=00035}
22:49:06.969087 run mass: MS performed LU {at=28983452.672383543, lu_delay=6.239214166998863, ms=00031}
22:49:06.986198 run osmo-ms-mob/00051: Starting mobile
22:49:06.999360 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.010146 run mass: MS start registered {at=28983452.713501044, delay=0.004725586622953415, ms=00051}
22:49:07.688304 run osmo-ms-mob/00052: Starting mobile
22:49:07.702322 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.713856 run mass: MS start registered {at=28983453.41720452, delay=0.005258496850728989, ms=00052}
22:49:07.988201 run osmo-ms-mob/00053: Starting mobile
22:49:08.002038 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.013507 run mass: MS start registered {at=28983453.716854826, delay=0.0051117874681949615, ms=00053}
22:49:08.029400 run mass: MS performed LU {at=28983453.73274608, lu_delay=3.8298495672643185, ms=00041}
22:49:08.285523 run osmo-ms-mob/00054: Starting mobile
22:49:08.299622 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.311242 run mass: MS start registered {at=28983454.014592297, delay=0.005421217530965805, ms=00054}
22:49:08.591585 run osmo-ms-mob/00055: Starting mobile
22:49:08.606276 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.612599 run mass: MS performed LU {at=28983454.31595795, lu_delay=4.693950779736042, ms=00040}
22:49:08.618649 run mass: MS start registered {at=28983454.32201482, delay=0.006075568497180939, ms=00055}
22:49:08.625424 run mass: MS performed LU {at=28983454.328773133, lu_delay=5.699219010770321, ms=00037}
22:49:08.636747 run osmo-ms-mob/00056: Starting mobile
22:49:08.649986 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.661227 run mass: MS start registered {at=28983454.364579506, delay=0.004959661513566971, ms=00056}
22:49:08.870862 run mass: MS performed LU {at=28983454.574118216, lu_delay=5.663920048624277, ms=00039}
22:49:08.899564 run mass: MS performed LU {at=28983454.60291845, lu_delay=5.862046957015991, ms=00038}
22:49:08.911645 run osmo-ms-mob/00057: Starting mobile
22:49:08.924631 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.936280 run mass: MS start registered {at=28983454.63963129, delay=0.005251042544841766, ms=00057}
22:49:09.589273 run osmo-ms-mob/00058: Starting mobile
22:49:09.603777 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.615869 run mass: MS start registered {at=28983455.319212534, delay=0.005703337490558624, ms=00058}
22:49:09.712085 run mass: MS performed LU {at=28983455.415338922, lu_delay=3.6135812252759933, ms=00047}
22:49:09.887964 run osmo-ms-mob/00059: Starting mobile
22:49:09.902578 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.916070 run mass: MS start registered {at=28983455.619409874, delay=0.007134146988391876, ms=00059}
22:49:10.174864 run osmo-ms-mob/00060: Starting mobile
22:49:10.188265 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.200110 run mass: MS start registered {at=28983455.903456602, delay=0.005619347095489502, ms=00060}
22:49:10.444688 run mass: MS performed LU {at=28983456.147913244, lu_delay=5.322883311659098, ms=00044}
22:49:10.527743 run mass: MS performed LU {at=28983456.23098121, lu_delay=5.997659783810377, ms=00042}
22:49:10.556403 run osmo-ms-mob/00061: Starting mobile
22:49:10.569656 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.575753 run mass: MS performed LU {at=28983456.2791126, lu_delay=5.675151016563177, ms=00043}
22:49:10.581704 run mass: MS start registered {at=28983456.285069935, delay=0.0059752799570560455, ms=00061}
22:49:10.699239 run mass: MS performed LU {at=28983456.402497098, lu_delay=4.886013049632311, ms=00046}
22:49:10.761594 run osmo-ms-mob/00062: Starting mobile
22:49:10.777108 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.783163 run mass: MS performed LU {at=28983456.486523435, lu_delay=5.284063003957272, ms=00045}
22:49:10.789082 run mass: MS start registered {at=28983456.492448393, delay=0.0059457458555698395, ms=00062}
22:49:11.191076 run osmo-ms-mob/00063: Starting mobile
22:49:11.205086 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.216734 run mass: MS start registered {at=28983456.920066092, delay=0.005304638296365738, ms=00063}
22:49:11.588220 run osmo-ms-mob/00064: Starting mobile
22:49:11.602779 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.614269 run mass: MS start registered {at=28983457.317612436, delay=0.005214974284172058, ms=00064}
22:49:11.974862 run osmo-ms-mob/00065: Starting mobile
22:49:11.987790 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.998985 run mass: MS start registered {at=28983457.70233815, delay=0.005220927298069, ms=00065}
22:49:12.275122 run osmo-ms-mob/00066: Starting mobile
22:49:12.287876 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.294098 run mass: MS performed LU {at=28983457.997456882, lu_delay=4.580252360552549, ms=00052}
22:49:12.300336 run mass: MS start registered {at=28983458.003701124, delay=0.006261657923460007, ms=00066}
22:49:12.307811 run mass: MS performed LU {at=28983458.011163637, lu_delay=5.60808676853776, ms=00049}
22:49:12.392422 run mass: MS performed LU {at=28983458.09565031, lu_delay=5.382149267941713, ms=00051}
22:49:12.420598 run osmo-ms-mob/00067: Starting mobile
22:49:12.433628 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.444878 run mass: MS start registered {at=28983458.148232326, delay=0.005234748125076294, ms=00067}
22:49:12.600991 run mass: MS performed LU {at=28983458.304247387, lu_delay=5.798810388892889, ms=00050}
22:49:12.636354 run mass: MS performed LU {at=28983458.339625537, lu_delay=6.237213872373104, ms=00048}
22:49:12.651374 run osmo-ms-mob/00068: Starting mobile
22:49:12.664588 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.670604 run mass: MS performed LU {at=28983458.373963345, lu_delay=4.657108519226313, ms=00053}
22:49:12.676429 run mass: MS start registered {at=28983458.379795857, delay=0.005851995199918747, ms=00068}
22:49:13.387339 run osmo-ms-mob/00069: Starting mobile
22:49:13.401118 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.412642 run mass: MS start registered {at=28983459.115981404, delay=0.005203872919082642, ms=00069}
22:49:13.468323 run mass: MS performed LU {at=28983459.17158162, lu_delay=3.5521717444062233, ms=00059}
22:49:13.788177 run osmo-ms-mob/00070: Starting mobile
22:49:13.802226 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.814303 run mass: MS start registered {at=28983459.517641507, delay=0.0058110617101192474, ms=00070}
22:49:14.206655 run osmo-ms-mob/00071: Starting mobile
22:49:14.223692 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.230117 run mass: MS performed LU {at=28983459.9334747, lu_delay=5.293843410909176, ms=00057}
22:49:14.236055 run mass: MS start registered {at=28983459.939420883, delay=0.005966499447822571, ms=00071}
22:49:14.293867 run mass: MS performed LU {at=28983459.997127876, lu_delay=4.677915342152119, ms=00058}
22:49:14.320428 run mass: MS performed LU {at=28983460.023695417, lu_delay=5.65911591053009, ms=00056}
22:49:14.334012 run osmo-ms-mob/00072: Starting mobile
22:49:14.346995 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.358417 run mass: MS start registered {at=28983460.061763514, delay=0.0050922781229019165, ms=00072}
22:49:15.004426 run osmo-ms-mob/00073: Starting mobile
22:49:15.021030 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.032689 run mass: MS start registered {at=28983460.73601391, delay=0.004982896149158478, ms=00073}
22:49:15.389618 run osmo-ms-mob/00074: Starting mobile
22:49:15.403392 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.416290 run mass: MS start registered {at=28983461.119642217, delay=0.006542254239320755, ms=00074}
22:49:15.803758 run osmo-ms-mob/00075: Starting mobile
22:49:15.818936 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.830705 run mass: MS start registered {at=28983461.53404542, delay=0.005601588636636734, ms=00075}
22:49:16.157680 run mass: MS performed LU {at=28983461.86093711, lu_delay=4.543324675410986, ms=00064}
22:49:16.222744 run mass: MS performed LU {at=28983461.925989892, lu_delay=5.005923800170422, ms=00063}
22:49:16.276288 run osmo-ms-mob/00076: Starting mobile
22:49:16.291705 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.297764 run mass: MS performed LU {at=28983462.001124498, lu_delay=5.716054562479258, ms=00061}
22:49:16.304067 run mass: MS start registered {at=28983462.00743251, delay=0.006325047463178635, ms=00076}
22:49:16.309968 run mass: MS performed LU {at=28983462.013329715, lu_delay=5.520881321281195, ms=00062}
22:49:16.366522 run mass: MS performed LU {at=28983462.06977734, lu_delay=6.166320737451315, ms=00060}
22:49:16.393870 run osmo-ms-mob/00077: Starting mobile
22:49:16.406934 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.417890 run mass: MS start registered {at=28983462.121240273, delay=0.0047403015196323395, ms=00077}
22:49:17.174373 run osmo-ms-mob/00078: Starting mobile
22:49:17.187542 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.198692 run mass: MS start registered {at=28983462.902046304, delay=0.004983827471733093, ms=00078}
22:49:17.606102 run osmo-ms-mob/00079: Starting mobile
22:49:17.621433 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.632439 run mass: MS start registered {at=28983463.33578815, delay=0.004960894584655762, ms=00079}
22:49:17.976402 run mass: MS performed LU {at=28983463.679651134, lu_delay=5.675950009375811, ms=00066}
22:49:18.020788 run osmo-ms-mob/00080: Starting mobile
22:49:18.034398 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.045373 run mass: MS start registered {at=28983463.74872585, delay=0.004903778433799744, ms=00080}
22:49:18.058367 run mass: MS performed LU {at=28983463.76171636, lu_delay=6.059378206729889, ms=00065}
22:49:18.086430 run mass: MS performed LU {at=28983463.78970423, lu_delay=4.673722825944424, ms=00069}
22:49:18.285919 run mass: MS performed LU {at=28983463.989166774, lu_delay=5.840934447944164, ms=00067}
22:49:18.310162 run mass: MS performed LU {at=28983464.01352635, lu_delay=5.633730493485928, ms=00068}
22:49:18.321324 run osmo-ms-mob/00081: Starting mobile
22:49:18.334365 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.345317 run mass: MS start registered {at=28983464.048668932, delay=0.004963550716638565, ms=00081}
22:49:18.987266 run osmo-ms-mob/00082: Starting mobile
22:49:19.001188 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.012317 run mass: MS start registered {at=28983464.71566746, delay=0.004925254732370377, ms=00082}
22:49:19.598506 run osmo-ms-mob/00083: Starting mobile
22:49:19.615129 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.626123 run mass: MS start registered {at=28983465.329476506, delay=0.004788979887962341, ms=00083}
22:49:19.923769 run mass: MS performed LU {at=28983465.62698262, lu_delay=5.687561739236116, ms=00071}
22:49:19.989170 run mass: MS performed LU {at=28983465.69241908, lu_delay=6.1747775711119175, ms=00070}
22:49:20.032492 run osmo-ms-mob/00084: Starting mobile
22:49:20.046322 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.056530 run mass: MS performed LU {at=28983465.75987759, lu_delay=5.698114074766636, ms=00072}
22:49:20.062506 run mass: MS start registered {at=28983465.765872672, delay=0.010068882256746292, ms=00084}
22:49:20.075082 run mass: MS performed LU {at=28983465.77843616, lu_delay=5.042422249913216, ms=00073}
22:49:20.368175 run mass: MS performed LU {at=28983466.071424033, lu_delay=4.951781816780567, ms=00074}
22:49:20.612320 run osmo-ms-mob/00085: Starting mobile
22:49:20.630131 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.641349 run mass: MS start registered {at=28983466.344701152, delay=0.005240552127361298, ms=00085}
22:49:21.174043 run osmo-ms-mob/00086: Starting mobile
22:49:21.187437 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.199592 run mass: MS start registered {at=28983466.902939577, delay=0.0058143287897109985, ms=00086}
22:49:21.742040 run mass: MS performed LU {at=28983467.445286784, lu_delay=5.911241363734007, ms=00075}
22:49:21.798758 run osmo-ms-mob/00087: Starting mobile
22:49:21.813720 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.824210 run mass: MS performed LU {at=28983467.52755701, lu_delay=5.52012450248003, ms=00076}
22:49:21.830369 run mass: MS start registered {at=28983467.533735707, delay=0.010344799607992172, ms=00087}
22:49:21.997142 run mass: MS performed LU {at=28983467.700390738, lu_delay=22.05641557648778, ms=00029}
22:49:22.033162 run mass: MS performed LU {at=28983467.736425973, lu_delay=22.906882263720036, ms=00027}
22:49:22.052344 run mass: MS performed LU {at=28983467.755706795, lu_delay=4.853660490363836, ms=00078}
22:49:22.406266 run osmo-ms-mob/00088: Starting mobile
22:49:22.423611 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.435770 run mass: MS start registered {at=28983468.13901037, delay=0.005717460066080093, ms=00088}
22:49:22.988694 run osmo-ms-mob/00089: Starting mobile
22:49:23.002546 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.013630 run mass: MS start registered {at=28983468.71698119, delay=0.004985209554433823, ms=00089}
22:49:23.604664 run osmo-ms-mob/00090: Starting mobile
22:49:23.621934 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.633177 run mass: MS start registered {at=28983469.336528532, delay=0.005238506942987442, ms=00090}
22:49:23.689871 run mass: MS performed LU {at=28983469.392975196, lu_delay=4.677307736128569, ms=00082}
22:49:23.754116 run mass: MS performed LU {at=28983469.457390647, lu_delay=6.1216024979949, ms=00079}
22:49:23.823341 run mass: MS performed LU {at=28983469.526588142, lu_delay=5.4779192097485065, ms=00081}
22:49:23.841587 run mass: MS performed LU {at=28983469.544861488, lu_delay=5.796135637909174, ms=00080}
22:49:24.274704 run osmo-ms-mob/00091: Starting mobile
22:49:24.287670 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.299182 run mass: MS start registered {at=28983470.002533477, delay=0.005318254232406616, ms=00091}
22:49:24.971057 run osmo-ms-mob/00092: Starting mobile
22:49:24.984067 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.995304 run mass: MS start registered {at=28983470.698656414, delay=0.005301814526319504, ms=00092}
22:49:25.508135 run mass: MS performed LU {at=28983471.21138117, lu_delay=5.445508498698473, ms=00084}
22:49:25.530134 run mass: MS performed LU {at=28983471.23349333, lu_delay=5.904016826301813, ms=00083}
22:49:25.590748 run mass: MS performed LU {at=28983471.293998864, lu_delay=4.949297711253166, ms=00085}
22:49:25.645500 run osmo-ms-mob/00093: Starting mobile
22:49:25.660569 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.671661 run mass: MS start registered {at=28983471.37501508, delay=0.005190588533878326, ms=00093}
22:49:25.780907 run mass: MS performed LU {at=28983471.484156564, lu_delay=4.581216987222433, ms=00086}
22:49:25.803915 run mass: MS performed LU {at=28983471.507275574, lu_delay=23.27186096087098, ms=00036}
22:49:26.688538 run osmo-ms-mob/00094: Starting mobile
22:49:26.702515 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.714011 run mass: MS start registered {at=28983472.417363692, delay=0.005475394427776337, ms=00094}
22:49:27.456031 run mass: MS performed LU {at=28983473.159270618, lu_delay=5.625534910708666, ms=00087}
22:49:27.520882 run mass: MS performed LU {at=28983473.22413121, lu_delay=5.085120841860771, ms=00088}
22:49:27.561606 run osmo-ms-mob/00095: Starting mobile
22:49:27.577396 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.588711 run mass: MS start registered {at=28983473.292058032, delay=0.00526345893740654, ms=00095}
22:49:27.824621 run mass: MS performed LU {at=28983473.527871635, lu_delay=4.810890443623066, ms=00089}
22:49:28.587779 run osmo-ms-mob/00096: Starting mobile
22:49:28.601484 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.612687 run mass: MS start registered {at=28983474.31603608, delay=0.004784200340509415, ms=00096}
22:49:29.356514 run mass: MS performed LU {at=28983475.05976215, lu_delay=5.723233617842197, ms=00090}
22:49:29.384870 run mass: MS performed LU {at=28983475.088146724, lu_delay=5.085613247007132, ms=00091}
22:49:29.706156 run osmo-ms-mob/00097: Starting mobile
22:49:29.723691 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.735505 run mass: MS start registered {at=28983475.43884817, delay=0.0055846720933914185, ms=00097}
22:49:30.987853 run osmo-ms-mob/00098: Starting mobile
22:49:31.001556 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.012667 run mass: MS start registered {at=28983476.716018394, delay=0.0050744228065013885, ms=00098}
22:49:31.221823 run mass: MS performed LU {at=28983476.925070874, lu_delay=5.550055794417858, ms=00093}
22:49:31.285967 run mass: MS performed LU {at=28983476.98921567, lu_delay=6.290559254586697, ms=00092}
22:49:31.355080 run mass: MS performed LU {at=28983477.05833057, lu_delay=22.73631574958563, ms=00055}
22:49:31.378953 run mass: MS performed LU {at=28983477.08231469, lu_delay=23.067722391337156, ms=00054}
22:49:31.627526 run mass: MS performed LU {at=28983477.33077315, lu_delay=4.91340945661068, ms=00094}
22:49:32.807331 run osmo-ms-mob/00099: Starting mobile
22:49:32.824104 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.830274 run mass: All started... {duration=55.766000147908926, too_slow=0}
22:49:32.836088 run mass: MS start registered {at=28983478.539448377, delay=0.005807429552078247, ms=00099}
22:49:33.122100 run mass: MS performed LU {at=28983478.825353663, lu_delay=5.533295631408691, ms=00095}
22:49:33.385677 run mass: MS performed LU {at=28983479.088981982, lu_delay=4.772945903241634, ms=00096}
22:49:34.987767 run mass: MS performed LU {at=28983480.691018824, lu_delay=5.252170652151108, ms=00097}
22:49:36.888788 run mass: MS performed LU {at=28983482.591986563, lu_delay=5.875968169420958, ms=00098}
22:49:38.753357 run mass: MS performed LU {at=28983484.456617214, lu_delay=5.917168837040663, ms=00099}
22:49:39.034819 run mass: MS performed LU {at=28983484.738070138, lu_delay=22.616829864680767, ms=00077}
22:49:39.044180 run mass: Tests done {all_completed=True, max=23.27186096087098, min=3.5521717444062233}
22:49:39.049716 tst register_default_mass.py: Test passed (81.4 sec)
22:49:39.055220 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.058594 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.061907 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.065242 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.068578 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.071980 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.075508 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.079015 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.082437 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.085838 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.089321 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.092855 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.096391 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.099949 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.103480 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.107004 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.110553 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.114104 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.117623 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.121144 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.125133 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.128675 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.132454 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.135998 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.139527 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.143038 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.146492 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.150160 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.153595 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.157000 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.160401 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.163806 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.167268 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.170667 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.174499 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.178090 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.181513 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.184922 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.188335 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.191743 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.195578 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.199124 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.203041 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.206447 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.209853 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.213236 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.216686 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.220104 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.223682 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.227122 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.230547 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.234144 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.237557 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.240986 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.244396 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.247800 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.251207 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.254599 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.258007 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.261419 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.264815 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.268208 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.271688 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.275079 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.278507 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.281902 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.285742 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.289137 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.292689 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.296215 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.299775 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.303163 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.306565 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.310588 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.314004 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.317419 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.320825 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.324210 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.327610 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.331020 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.334367 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.338088 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.341438 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.344828 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.348521 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.352484 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.355804 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.359207 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.362545 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.366004 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.369898 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.373525 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.377222 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.380789 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.384233 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.387648 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.391019 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.394410 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.397710 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.401086 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.404376 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.407771 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.411625 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.415026 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.418328 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.421709 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.425077 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.428455 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.431864 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.435238 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.438579 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.441985 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.445355 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.448762 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.452415 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.455717 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.459541 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.462780 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.466021 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.469262 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.472493 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.475734 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.478969 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.482204 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.485576 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.488836 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.492072 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.495311 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.498565 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.501813 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.505053 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.508283 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.511529 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.514755 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.517980 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.521206 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.524449 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.527677 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.530914 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.534151 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.537376 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.540604 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.543833 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.547065 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.550301 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.553554 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.556788 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.560016 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.563249 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.566489 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.569729 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.572973 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.576203 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.579437 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.582675 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.585903 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.589151 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.592374 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.595604 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.598859 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.602092 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.605333 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.608577 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.611819 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.615061 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.618293 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.621532 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.624780 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.628012 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.631239 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.634495 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.637727 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.640970 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.644205 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.647443 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.650684 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.653931 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.657166 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.660399 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.663654 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.666877 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.670113 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.673359 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.676595 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.679838 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.683070 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.686292 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.689543 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.692779 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.695999 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.699238 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.702474 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.705705 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.708935 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.712180 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.715414 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.718665 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.721908 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.725152 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.728374 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.731616 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.734848 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.738075 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.741296 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.744528 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.747771 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.750996 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.754234 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.757474 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.760712 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.763948 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.767188 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.770429 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.773678 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.775147 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.778740 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.780188 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.783766 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.785227 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.788852 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.790315 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.793918 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.795374 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.799012 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.800481 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.804101 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.805592 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.809223 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.810695 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.814322 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.815791 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.819413 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.820893 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.824540 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.826016 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.829674 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.831156 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.834826 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.836305 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.839970 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.841456 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.845076 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.846550 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.850183 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.851665 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.855313 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.856789 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.860412 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.861910 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.865545 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.867007 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.870642 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.872099 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.875720 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.877191 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.880787 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.882248 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.885864 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.887326 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.890956 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.892414 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.896044 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.897518 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.901137 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.902601 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.906208 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.907662 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.911266 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.912731 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.916335 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.917805 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.921405 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.922880 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.926464 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.927922 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.931535 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.932998 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.936589 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.938062 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.941696 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.943149 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.946787 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.948255 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.951882 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.953356 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.956971 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.958424 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.962068 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.963527 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.967133 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.968595 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.972215 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.973678 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.977299 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.978754 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.982377 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.983831 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.987450 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.988924 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.992540 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.994018 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.997654 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.999121 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.002726 --- ParallelTerminationStrategy: PID 68 died...
22:49:40.004186 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.007778 --- ParallelTerminationStrategy: PID 69 died...
22:49:40.009255 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.012876 --- ParallelTerminationStrategy: PID 70 died...
22:49:40.014330 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.017948 --- ParallelTerminationStrategy: PID 71 died...
22:49:40.019404 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.023018 --- ParallelTerminationStrategy: PID 72 died...
22:49:40.024479 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.028100 --- ParallelTerminationStrategy: PID 73 died...
22:49:40.029574 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.033173 --- ParallelTerminationStrategy: PID 74 died...
22:49:40.034627 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.038245 --- ParallelTerminationStrategy: PID 75 died...
22:49:40.039716 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.043342 --- ParallelTerminationStrategy: PID 76 died...
22:49:40.044815 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.048435 --- ParallelTerminationStrategy: PID 77 died...
22:49:40.049913 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.053522 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.054987 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.058628 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.060099 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.063731 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.065203 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.068800 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.070259 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.073860 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.075334 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.078938 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.080385 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.083999 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.085473 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.089081 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.090549 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.094162 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.095621 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.099216 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.100686 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.104279 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.105747 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.109364 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.110839 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.114463 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.115921 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.119536 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.120995 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.124575 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.126065 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.129710 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.131182 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.134789 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.136248 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.139874 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.141359 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.144969 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.146450 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.150100 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.151561 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.155178 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.156671 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.160300 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.161783 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.165418 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.166882 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.170502 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.171957 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.175565 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.177039 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.180660 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.182129 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.185762 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.187216 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.190867 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.192346 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.195967 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.197449 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.201075 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.202551 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.206179 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.207640 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.211271 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.212758 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.216370 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.217849 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.221470 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.222937 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.226576 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.228064 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.231734 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.233211 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.236846 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.238318 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.241939 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.243413 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.247034 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.248486 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.252105 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.253588 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.257197 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.258656 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.262285 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.263751 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.267350 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.268831 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.272436 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.273900 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.277507 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.278963 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.282601 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.284050 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.287689 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.289153 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.292780 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.294240 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.297836 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.299295 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.302935 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.304401 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.307989 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.309460 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.313067 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.314520 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.318126 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.319579 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.323201 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.324665 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.328266 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.329734 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.333333 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.334782 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.338382 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.339840 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.343440 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.344915 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.348537 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.350012 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.353637 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.355099 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.358736 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.360188 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.363817 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.365292 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.368925 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.370373 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.374042 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.375516 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.379156 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.380616 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.384245 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.385732 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.389379 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.390840 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.394454 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.395915 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.399549 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.401008 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.404643 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.406112 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.409714 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.411176 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.414806 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.416266 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.419906 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.421380 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.425004 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.426462 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.430094 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.431547 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.435175 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.436652 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.440267 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.441745 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.445370 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.446826 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.450474 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.451921 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.455568 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.457042 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.460681 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.462142 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.465784 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.467257 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.470899 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.472354 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.475988 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.477474 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.481117 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.482569 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.486216 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.487687 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.491318 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.492795 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.496424 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.497892 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.501537 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.502992 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.506619 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.508074 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.511711 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.513167 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.516811 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.518278 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.521891 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.523345 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.526969 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.528429 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.532050 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.533507 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.537144 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.538599 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.542231 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.543698 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.547339 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.548818 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.552446 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.553914 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.557552 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.559013 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.562636 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.564092 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.567702 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.569164 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.572790 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.574260 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.577882 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.579345 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.582988 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.584434 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.588070 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.589552 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.593164 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.594628 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.598265 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.599720 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.603351 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.604816 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.608441 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.609905 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.613529 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.614990 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.618642 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.620104 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.623741 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.625214 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.628835 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.630298 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.633964 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.635439 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.639128 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.640611 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.644290 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.645776 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.649450 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.650909 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.654572 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.656042 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.659670 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.661143 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.664789 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.666253 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.669878 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.671336 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.674978 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.676457 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.680115 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.681589 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.685232 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.686700 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.690332 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.691790 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.695441 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.696924 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.700572 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.702058 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.705721 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.707187 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.710836 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.712297 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.715969 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.717449 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.721087 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.722547 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.726193 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.727657 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.731308 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.732788 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.736422 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.737908 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.741552 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.743025 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.746669 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.748134 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.751795 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.753272 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.756898 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.758369 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.762030 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.763487 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.767150 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.768616 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.772252 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.773731 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.777340 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.778810 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.782446 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.783907 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.787567 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.789046 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.792678 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.794156 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.797794 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.799259 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.802893 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.804354 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.807982 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.809469 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.813133 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.814600 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.818259 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.819727 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.823378 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.824861 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.828489 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.829990 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.833640 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.835095 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.838734 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.840191 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.843815 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.845312 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.848961 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.850429 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.254686 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.263847 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8180 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.347226 tst trial-8180: Storing JUnit report in /build/trial-8180/run.2025-12-14_22-48-17/trial-8180.xml
--------------------------------------------------------------------------------------------
trial-8180 PASS
--------------------------------------------------------------------------------------------
22:49:44.360244 tst trial-8180: trial-8180: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.4 sec)
+ exit_code=0
+ rm -rf trial-8180/inst
+ cd trial-8180
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8180-run.tgz run.2025-12-14_22-48-17
+ tar czf /build/trial-8180-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-14_13_26_32.tgz osmo-bts-oc2g.build-2025-12-14_00_52_13.tgz osmo-bts-sysmo.build-2025-12-14_00_51_57.tgz osmo-bts.build-2025-12-14_00_52_04.tgz osmo-ggsn.build-2025-12-14_20_42_32.tgz osmo-hlr.build-2025-12-14_16_36_52.tgz osmo-hnbgw.build-2025-12-14_13_31_01.tgz osmo-mgw.build-2025-12-14_08_33_19.tgz osmo-msc.build-2025-12-14_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-14_07_36_13.tgz osmo-pcu-sysmo.build-2025-12-14_07_36_10.tgz osmo-pcu.build-2025-12-14_07_34_06.tgz osmo-sgsn.build-2025-12-14_20_48_17.tgz osmo-stp.build-2025-12-14_13_23_16.tgz osmo-trx.build-2025-12-14_14_28_58.tgz osmocom-bb.build-2025-12-14_21_17_47.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