This log is too long to show here, 14 KB has been skipped — click to see the complete log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11937424410123243820.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-8343
+ 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
2e9b710 debian-trixie-build: add tshark
+ 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 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#7 CACHED
#8 [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
#8 CACHED
#9 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#9 CACHED
#10 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#10 CACHED
#11 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#11 CACHED
#12 [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
#12 CACHED
#13 [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
#13 CACHED
#14 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#14 CACHED
#15 [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
#15 CACHED
#16 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [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
#18 CACHED
#19 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#19 CACHED
#20 [ 2/28] RUN useradd -ms /bin/bash jenkins
#20 CACHED
#21 [20/28] WORKDIR /TMP
#21 CACHED
#22 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#22 CACHED
#23 [ 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
#23 CACHED
#24 [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
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 CACHED
#27 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#27 CACHED
#28 [ 3/28] RUN groupadd osmo-gsm-tester
#28 CACHED
#29 [ 9/28] COPY SSH /root/.ssh
#29 CACHED
#30 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#30 CACHED
#31 [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
#31 CACHED
#32 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d29cde9dc744137804db6b1a17c70995552993e550cc87e931ed57ee70c644a8 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8344 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-05-27 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8344
+ mkdir -p trial-8344
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-05-27_13_26_35.tgz osmo-bts-oc2g.build-2026-05-27_00_51_46.tgz osmo-bts-sysmo.build-2026-05-27_00_51_44.tgz osmo-bts.build-2026-05-27_00_52_04.tgz osmo-ggsn.build-2026-05-27_20_47_17.tgz osmo-hlr.build-2026-05-27_16_36_44.tgz osmo-hnbgw.build-2026-05-27_13_28_51.tgz osmo-mgw.build-2026-05-27_08_35_20.tgz osmo-msc.build-2026-05-27_13_33_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-27_07_34_59.tgz osmo-pcu-sysmo.build-2026-05-27_07_34_56.tgz osmo-pcu.build-2026-05-27_07_34_58.tgz osmo-sgsn.build-2026-05-27_20_49_43.tgz osmo-stp.build-2026-05-27_13_23_18.tgz osmo-trx.build-2026-05-27_14_21_56.tgz osmocom-bb.build-2026-05-27_21_17_02.tgz srslte.build-19.tgz trial-8344
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-05-27_13_26_35.md5 osmo-bts-oc2g.build-2026-05-27_00_51_46.md5 osmo-bts-sysmo.build-2026-05-27_00_51_44.md5 osmo-bts.build-2026-05-27_00_52_04.md5 osmo-ggsn.build-2026-05-27_20_47_17.md5 osmo-hlr.build-2026-05-27_16_36_44.md5 osmo-hnbgw.build-2026-05-27_13_28_51.md5 osmo-mgw.build-2026-05-27_08_35_20.md5 osmo-msc.build-2026-05-27_13_33_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-27_07_34_59.md5 osmo-pcu-sysmo.build-2026-05-27_07_34_56.md5 osmo-pcu.build-2026-05-27_07_34_58.md5 osmo-sgsn.build-2026-05-27_20_49_43.md5 osmo-stp.build-2026-05-27_13_23_18.md5 osmo-trx.build-2026-05-27_14_21_56.md5 osmocom-bb.build-2026-05-27_21_17_02.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-05-27_13_26_35.md5 osmo-bts-oc2g.build-2026-05-27_00_51_46.md5 osmo-bts-sysmo.build-2026-05-27_00_51_44.md5 osmo-bts.build-2026-05-27_00_52_04.md5 osmo-ggsn.build-2026-05-27_20_47_17.md5 osmo-hlr.build-2026-05-27_16_36_44.md5 osmo-hnbgw.build-2026-05-27_13_28_51.md5 osmo-mgw.build-2026-05-27_08_35_20.md5 osmo-msc.build-2026-05-27_13_33_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-05-27_07_34_59.md5 osmo-pcu-sysmo.build-2026-05-27_07_34_56.md5 osmo-pcu.build-2026-05-27_07_34_58.md5 osmo-sgsn.build-2026-05-27_20_49_43.md5 osmo-stp.build-2026-05-27_13_23_18.md5 osmo-trx.build-2026-05-27_14_21_56.md5 osmocom-bb.build-2026-05-27_21_17_02.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-8344 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8344'
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-8344
--------------------------------------------------------------------------------------------
22:48:17.601128 tst trial-8344: Detailed log at /build/trial-8344/run.2026-05-27_22-48-17/log
---------------------------------------------------------------------
trial-8344 netreg_mass
---------------------------------------------------------------------
22:48:17.805207 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.805569 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.806339 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.807468 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.848835 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.849633 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.850765 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.913141 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-8344 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.913880 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.928795 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.929317 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.929762 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.930199 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.930627 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.931061 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.931497 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.962271 tst register_default_mass.py: using LAC 2
22:48:17.984579 tst register_default_mass.py: using RAC 2
22:48:18.011080 tst register_default_mass.py: using CellId 2
22:48:18.040161 tst register_default_mass.py: using BVCI 3
22:48:18.053744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054988 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.059541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.060559 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.061576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.062587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.063596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064117 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.064642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.065680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.066194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.066699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.067739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.068783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.069825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070347 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070878 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071916 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.074499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.075009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.075513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076033 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.078095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.078620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079639 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.081190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.081693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082706 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084742 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.085243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.085743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086266 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086769 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.088301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.088808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.089318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.089816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.092421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.092923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093924 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.097406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.097901 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100932 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.101446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.101949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102449 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103989 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.104504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105563 tst register_default_mass.py:21: Launching a simple network
22:48:18.115628 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.237232 run create_hlr_db(pid=20): Launched
22:48:19.252250 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.276186 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.291242 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.297013 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.486298 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.501017 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.506624 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.929457 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.944409 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.959306 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.087657 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.102436 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.108022 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.131189 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.145917 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.151411 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.468233 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.483429 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.515807 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.689374 run osmo-bts-virtual(pid=34): Launched
22:48:30.725645 tst register_default_mass.py: using MSISDN 1001
22:48:30.740265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.779543 tst register_default_mass.py: using MSISDN 1002
22:48:30.797186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.827886 tst register_default_mass.py: using MSISDN 1003
22:48:30.842866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.873686 tst register_default_mass.py: using MSISDN 1004
22:48:30.888322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.919214 tst register_default_mass.py: using MSISDN 1005
22:48:30.933797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.964214 tst register_default_mass.py: using MSISDN 1006
22:48:30.978579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.008839 tst register_default_mass.py: using MSISDN 1007
22:48:31.023093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.054066 tst register_default_mass.py: using MSISDN 1008
22:48:31.068658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.099499 tst register_default_mass.py: using MSISDN 1009
22:48:31.114139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.144949 tst register_default_mass.py: using MSISDN 1010
22:48:31.159548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.190759 tst register_default_mass.py: using MSISDN 1011
22:48:31.205543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.236403 tst register_default_mass.py: using MSISDN 1012
22:48:31.250924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.281383 tst register_default_mass.py: using MSISDN 1013
22:48:31.295762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.326698 tst register_default_mass.py: using MSISDN 1014
22:48:31.341174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.371866 tst register_default_mass.py: using MSISDN 1015
22:48:31.386286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.417005 tst register_default_mass.py: using MSISDN 1016
22:48:31.431588 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.462428 tst register_default_mass.py: using MSISDN 1017
22:48:31.477030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.508062 tst register_default_mass.py: using MSISDN 1018
22:48:31.522669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.553964 tst register_default_mass.py: using MSISDN 1019
22:48:31.568707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.600214 tst register_default_mass.py: using MSISDN 1020
22:48:31.614867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.646215 tst register_default_mass.py: using MSISDN 1021
22:48:31.660874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.692190 tst register_default_mass.py: using MSISDN 1022
22:48:31.706985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.738535 tst register_default_mass.py: using MSISDN 1023
22:48:31.753429 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.784811 tst register_default_mass.py: using MSISDN 1024
22:48:31.799642 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.830858 tst register_default_mass.py: using MSISDN 1025
22:48:31.838728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.870750 tst register_default_mass.py: using MSISDN 1026
22:48:31.885541 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.916906 tst register_default_mass.py: using MSISDN 1027
22:48:31.931766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.962983 tst register_default_mass.py: using MSISDN 1028
22:48:31.977774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.018000 tst register_default_mass.py: using MSISDN 1029
22:48:32.036089 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.066989 tst register_default_mass.py: using MSISDN 1030
22:48:32.081823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.113111 tst register_default_mass.py: using MSISDN 1031
22:48:32.128049 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.159302 tst register_default_mass.py: using MSISDN 1032
22:48:32.169093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.200418 tst register_default_mass.py: using MSISDN 1033
22:48:32.216030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.247178 tst register_default_mass.py: using MSISDN 1034
22:48:32.262026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.302117 tst register_default_mass.py: using MSISDN 1035
22:48:32.320108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.351489 tst register_default_mass.py: using MSISDN 1036
22:48:32.366645 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.398103 tst register_default_mass.py: using MSISDN 1037
22:48:32.413148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.444413 tst register_default_mass.py: using MSISDN 1038
22:48:32.459242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.490724 tst register_default_mass.py: using MSISDN 1039
22:48:32.505712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.537021 tst register_default_mass.py: using MSISDN 1040
22:48:32.551989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.583536 tst register_default_mass.py: using MSISDN 1041
22:48:32.598631 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.629840 tst register_default_mass.py: using MSISDN 1042
22:48:32.644633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.675949 tst register_default_mass.py: using MSISDN 1043
22:48:32.690834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.722244 tst register_default_mass.py: using MSISDN 1044
22:48:32.737252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.777253 tst register_default_mass.py: using MSISDN 1045
22:48:32.795250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.826538 tst register_default_mass.py: using MSISDN 1046
22:48:32.841578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.872798 tst register_default_mass.py: using MSISDN 1047
22:48:32.887690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.918952 tst register_default_mass.py: using MSISDN 1048
22:48:32.933829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.965311 tst register_default_mass.py: using MSISDN 1049
22:48:32.980335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.011677 tst register_default_mass.py: using MSISDN 1050
22:48:33.026549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.057923 tst register_default_mass.py: using MSISDN 1051
22:48:33.072997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.103715 tst register_default_mass.py: using MSISDN 1052
22:48:33.118347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.149691 tst register_default_mass.py: using MSISDN 1053
22:48:33.164614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.195815 tst register_default_mass.py: using MSISDN 1054
22:48:33.210517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.242099 tst register_default_mass.py: using MSISDN 1055
22:48:33.257181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.288392 tst register_default_mass.py: using MSISDN 1056
22:48:33.303300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.334594 tst register_default_mass.py: using MSISDN 1057
22:48:33.349417 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.380917 tst register_default_mass.py: using MSISDN 1058
22:48:33.395983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.427653 tst register_default_mass.py: using MSISDN 1059
22:48:33.442721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.474319 tst register_default_mass.py: using MSISDN 1060
22:48:33.489372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.520974 tst register_default_mass.py: using MSISDN 1061
22:48:33.536142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.567538 tst register_default_mass.py: using MSISDN 1062
22:48:33.582492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.614195 tst register_default_mass.py: using MSISDN 1063
22:48:33.624538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.655878 tst register_default_mass.py: using MSISDN 1064
22:48:33.665893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.696178 tst register_default_mass.py: using MSISDN 1065
22:48:33.711396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.741622 tst register_default_mass.py: using MSISDN 1066
22:48:33.747048 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.785192 tst register_default_mass.py: using MSISDN 1067
22:48:33.790663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.829301 tst register_default_mass.py: using MSISDN 1068
22:48:33.834861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.872703 tst register_default_mass.py: using MSISDN 1069
22:48:33.878256 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.916090 tst register_default_mass.py: using MSISDN 1070
22:48:33.921605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.959191 tst register_default_mass.py: using MSISDN 1071
22:48:33.971383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.003019 tst register_default_mass.py: using MSISDN 1072
22:48:34.018116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.048691 tst register_default_mass.py: using MSISDN 1073
22:48:34.063135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.094519 tst register_default_mass.py: using MSISDN 1074
22:48:34.109454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.140959 tst register_default_mass.py: using MSISDN 1075
22:48:34.156006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.187782 tst register_default_mass.py: using MSISDN 1076
22:48:34.202963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.234088 tst register_default_mass.py: using MSISDN 1077
22:48:34.247235 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.277896 tst register_default_mass.py: using MSISDN 1078
22:48:34.292277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.323194 tst register_default_mass.py: using MSISDN 1079
22:48:34.337015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.367899 tst register_default_mass.py: using MSISDN 1080
22:48:34.382480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.413847 tst register_default_mass.py: using MSISDN 1081
22:48:34.428752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.460236 tst register_default_mass.py: using MSISDN 1082
22:48:34.475276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.506493 tst register_default_mass.py: using MSISDN 1083
22:48:34.521327 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.552470 tst register_default_mass.py: using MSISDN 1084
22:48:34.567368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.598488 tst register_default_mass.py: using MSISDN 1085
22:48:34.613253 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.644205 tst register_default_mass.py: using MSISDN 1086
22:48:34.658958 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.689776 tst register_default_mass.py: using MSISDN 1087
22:48:34.704468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.743432 tst register_default_mass.py: using MSISDN 1088
22:48:34.761091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.791787 tst register_default_mass.py: using MSISDN 1089
22:48:34.806633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.837573 tst register_default_mass.py: using MSISDN 1090
22:48:34.852397 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.882993 tst register_default_mass.py: using MSISDN 1091
22:48:34.897228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.927997 tst register_default_mass.py: using MSISDN 1092
22:48:34.942480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.973682 tst register_default_mass.py: using MSISDN 1093
22:48:34.988490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.028056 tst register_default_mass.py: using MSISDN 1094
22:48:35.045984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.077294 tst register_default_mass.py: using MSISDN 1095
22:48:35.092425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.123285 tst register_default_mass.py: using MSISDN 1096
22:48:35.137929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.168931 tst register_default_mass.py: using MSISDN 1097
22:48:35.183691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.214713 tst register_default_mass.py: using MSISDN 1098
22:48:35.229459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.260664 tst register_default_mass.py: using MSISDN 1099
22:48:35.275488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.306499 tst register_default_mass.py: using MSISDN 1100
22:48:35.321194 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.413028 run mass: Starting testcase
22:48:35.418654 run mass: Pre-launching all virtphy's
22:48:35.424121 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.437241 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.443396 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.456506 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.462558 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.475468 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.481484 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.494403 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.500415 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.513222 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.519283 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.532179 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.538216 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.551083 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.557084 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.569868 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.575829 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.588548 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.594467 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.607368 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.613303 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.626142 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.632128 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.645054 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.651025 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.663922 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.669817 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.682648 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.688608 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.701484 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.707484 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.720379 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.726306 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.739215 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.745298 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.758531 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.764643 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.777849 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.783921 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.796822 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.802834 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.815711 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.821659 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.834673 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.840648 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.853611 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.859583 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.872499 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.878464 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.891412 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.897368 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.910353 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.916347 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.929265 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.935215 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.948090 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.954010 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.966878 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.972805 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.985711 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.991625 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.004452 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.010414 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.023277 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.029217 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.042063 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.048041 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.060889 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.066912 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.079872 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.085816 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.098799 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.104798 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.117736 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.123714 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.136658 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.142618 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.155612 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.161532 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.174409 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.180328 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.193178 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.199127 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.211941 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.217862 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.230724 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.236659 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.249511 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.255471 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.268300 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.274318 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.287278 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.293236 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.306320 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.312265 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.325246 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.331205 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.344022 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.349913 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.362889 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.368795 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.381776 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.387780 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.400640 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.406572 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.419358 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.425298 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.438106 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.444089 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.456926 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.462906 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.475784 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.481703 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.494537 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.500469 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.513288 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.519225 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.532013 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.537935 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.550943 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.556850 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.569772 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.575698 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.588680 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.594659 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.607578 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.613494 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.626404 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.632335 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.645144 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.651083 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.663840 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.669751 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.682594 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.688562 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.701478 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.707400 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.720226 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.726139 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.738998 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.744912 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.757757 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.763691 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.776687 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.782677 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.795660 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.801613 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.814659 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.820689 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.833753 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.839878 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.852843 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.858928 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.871909 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.877857 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.890702 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.896692 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.909521 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.915481 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.928352 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.934304 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.947222 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.953189 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.966220 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.972214 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.985169 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.991217 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.004149 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.010128 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.023234 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.029289 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.042278 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.048254 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.061319 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.067326 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.080522 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.086488 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.099492 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.105550 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.118583 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.124564 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.137335 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.143248 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.156064 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.162009 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.174878 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.180782 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.193583 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.199490 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.212199 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.218071 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.230850 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.236716 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.249698 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.255649 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.268635 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.274663 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.287581 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.293696 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.306623 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.312605 run mass: Checking if sockets are in the filesystem
22:48:37.345348 run osmo-ms-mob/00000: Starting mobile
22:48:37.358361 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.369177 run mass: MS start registered {at=833045.663003229, delay=0.00476960395462811, ms=00000}
22:48:41.543269 run osmo-ms-mob/00001: Starting mobile
22:48:41.557119 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.567666 run mass: MS start registered {at=833049.861491799, delay=0.004473134060390294, ms=00001}
22:48:42.517760 run mass: MS performed LU {at=833050.811442455, lu_delay=5.148439226089977, ms=00000}
22:48:43.351353 run osmo-ms-mob/00002: Starting mobile
22:48:43.367873 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.378256 run mass: MS start registered {at=833051.672077743, delay=0.00437374203465879, ms=00002}
22:48:44.631573 run osmo-ms-mob/00003: Starting mobile
22:48:44.644469 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.654959 run mass: MS start registered {at=833052.948786702, delay=0.004510884988121688, ms=00003}
22:48:45.754916 run osmo-ms-mob/00004: Starting mobile
22:48:45.771414 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.781960 run mass: MS start registered {at=833054.075786902, delay=0.004507053992711008, ms=00004}
22:48:46.283361 run mass: MS performed LU {at=833054.577075126, lu_delay=4.71558332699351, ms=00001}
22:48:46.740832 run osmo-ms-mob/00005: Starting mobile
22:48:46.756495 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.767082 run mass: MS start registered {at=833055.060908032, delay=0.004490679013542831, ms=00005}
22:48:47.651863 run osmo-ms-mob/00006: Starting mobile
22:48:47.668180 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.678713 run mass: MS start registered {at=833055.972541091, delay=0.004415670060552657, ms=00006}
22:48:48.185615 run mass: MS performed LU {at=833056.479326864, lu_delay=4.807249121018685, ms=00002}
22:48:48.527713 run osmo-ms-mob/00007: Starting mobile
22:48:48.540621 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.551393 run mass: MS start registered {at=833056.845219164, delay=0.00445704604499042, ms=00007}
22:48:49.328676 run osmo-ms-mob/00008: Starting mobile
22:48:49.341541 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.352270 run mass: MS start registered {at=833057.64609926, delay=0.004426082014106214, ms=00008}
22:48:50.061144 run osmo-ms-mob/00009: Starting mobile
22:48:50.077856 run osmo-ms-mob/00009(pid=144): Launched
22:48:50.083854 run mass: MS performed LU {at=833058.377686716, lu_delay=5.428900014027022, ms=00003}
22:48:50.089671 run mass: MS start registered {at=833058.383513291, delay=0.005843291059136391, ms=00009}
22:48:50.760621 run osmo-ms-mob/00010: Starting mobile
22:48:50.777443 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.788137 run mass: MS start registered {at=833059.08196537, delay=0.004646810935810208, ms=00010}
22:48:51.351285 run osmo-ms-mob/00011: Starting mobile
22:48:51.367216 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.378061 run mass: MS start registered {at=833059.671889454, delay=0.0045090579660609365, ms=00011}
22:48:51.928563 run osmo-ms-mob/00012: Starting mobile
22:48:51.941544 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.950377 run mass: MS performed LU {at=833060.244193214, lu_delay=5.183285181992687, ms=00005}
22:48:51.961446 run mass: MS start registered {at=833060.255280856, delay=0.01390106207691133, ms=00012}
22:48:51.977507 run mass: MS performed LU {at=833060.271249094, lu_delay=6.1954621920594946, ms=00004}
22:48:52.560477 run osmo-ms-mob/00013: Starting mobile
22:48:52.577820 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.588479 run mass: MS start registered {at=833060.882308085, delay=0.0046247110003605485, ms=00013}
22:48:53.129405 run osmo-ms-mob/00014: Starting mobile
22:48:53.142485 run osmo-ms-mob/00014(pid=149): Launched
22:48:53.153262 run mass: MS start registered {at=833061.447091679, delay=0.004572551930323243, ms=00014}
22:48:53.741872 run osmo-ms-mob/00015: Starting mobile
22:48:53.755760 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.766467 run mass: MS start registered {at=833062.060293623, delay=0.004637320060282946, ms=00015}
22:48:53.815663 run mass: MS performed LU {at=833062.109404806, lu_delay=5.26418564200867, ms=00007}
22:48:53.880230 run mass: MS performed LU {at=833062.173917303, lu_delay=6.201376211945899, ms=00006}
22:48:54.185034 run mass: MS performed LU {at=833062.478745472, lu_delay=4.832646212074906, ms=00008}
22:48:54.200009 run osmo-ms-mob/00016: Starting mobile
22:48:54.213325 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.224063 run mass: MS start registered {at=833062.517893526, delay=0.004639193997718394, ms=00016}
22:48:54.732206 run osmo-ms-mob/00017: Starting mobile
22:48:54.745410 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.756742 run mass: MS start registered {at=833063.050567816, delay=0.0051751319551840425, ms=00017}
22:48:55.361186 run osmo-ms-mob/00018: Starting mobile
22:48:55.378172 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.389009 run mass: MS start registered {at=833063.682832245, delay=0.004813553998246789, ms=00018}
22:48:55.717498 run mass: MS performed LU {at=833064.011224568, lu_delay=4.929259198019281, ms=00010}
22:48:55.749035 run osmo-ms-mob/00019: Starting mobile
22:48:55.763654 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.769712 run mass: MS performed LU {at=833064.063549893, lu_delay=5.680036601959728, ms=00009}
22:48:55.775584 run mass: MS start registered {at=833064.069426845, delay=0.005892752902582288, ms=00019}
22:48:56.250252 run osmo-ms-mob/00020: Starting mobile
22:48:56.266621 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.277234 run mass: MS start registered {at=833064.571061017, delay=0.004576727049425244, ms=00020}
22:48:56.728689 run osmo-ms-mob/00021: Starting mobile
22:48:56.741903 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.752719 run mass: MS start registered {at=833065.046547799, delay=0.004801791976206005, ms=00021}
22:48:57.128645 run osmo-ms-mob/00022: Starting mobile
22:48:57.141651 run osmo-ms-mob/00022(pid=157): Launched
22:48:57.152482 run mass: MS start registered {at=833065.446311636, delay=0.004760280018672347, ms=00022}
22:48:57.581214 run mass: MS performed LU {at=833065.874940309, lu_delay=6.203050854965113, ms=00011}
22:48:57.611913 run osmo-ms-mob/00023: Starting mobile
22:48:57.626520 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.637161 run mass: MS start registered {at=833065.930989783, delay=0.004681796068325639, ms=00023}
22:48:57.645229 run mass: MS performed LU {at=833065.939059864, lu_delay=5.683779007988051, ms=00012}
22:48:57.715780 run mass: MS performed LU {at=833066.009508429, lu_delay=5.127200343995355, ms=00013}
22:48:57.968638 run mass: MS performed LU {at=833066.262365099, lu_delay=4.815273420070298, ms=00014}
22:48:57.983942 run osmo-ms-mob/00024: Starting mobile
22:48:57.997019 run osmo-ms-mob/00024(pid=159): Launched
22:48:58.008016 run mass: MS start registered {at=833066.301843572, delay=0.004921619896776974, ms=00024}
22:48:58.533570 run osmo-ms-mob/00025: Starting mobile
22:48:58.546979 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.557740 run mass: MS start registered {at=833066.851570726, delay=0.004690182046033442, ms=00025}
22:48:58.967204 run osmo-ms-mob/00026: Starting mobile
22:48:58.982961 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.994285 run mass: MS start registered {at=833067.288110322, delay=0.005259139928966761, ms=00026}
22:48:59.328592 run osmo-ms-mob/00027: Starting mobile
22:48:59.341712 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.352354 run mass: MS start registered {at=833067.646183377, delay=0.004593585035763681, ms=00027}
22:48:59.399744 run mass: MS performed LU {at=833067.69348577, lu_delay=5.175592244020663, ms=00016}
22:48:59.482608 run mass: MS performed LU {at=833067.77633172, lu_delay=5.716038096928969, ms=00015}
22:48:59.509366 run mass: MS performed LU {at=833067.803182977, lu_delay=4.75261516100727, ms=00017}
22:48:59.522270 run osmo-ms-mob/00028: Starting mobile
22:48:59.535344 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.545922 run mass: MS start registered {at=833067.839753134, delay=0.004526115953922272, ms=00028}
22:49:00.158948 run osmo-ms-mob/00029: Starting mobile
22:49:00.175971 run osmo-ms-mob/00029(pid=164): Launched
22:49:00.187496 run mass: MS start registered {at=833068.48131785, delay=0.005432873964309692, ms=00029}
22:49:00.542054 run osmo-ms-mob/00030: Starting mobile
22:49:00.556069 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.567425 run mass: MS start registered {at=833068.861248952, delay=0.0051317509496584535, ms=00030}
22:49:00.957475 run osmo-ms-mob/00031: Starting mobile
22:49:00.970551 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.981419 run mass: MS start registered {at=833069.275248672, delay=0.004817776964046061, ms=00031}
22:49:01.250933 run osmo-ms-mob/00032: Starting mobile
22:49:01.268330 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.279761 run mass: MS start registered {at=833069.573588818, delay=0.005077478010207415, ms=00032}
22:49:01.347906 run mass: MS performed LU {at=833069.641619108, lu_delay=5.070558091043495, ms=00020}
22:49:01.412074 run mass: MS performed LU {at=833069.705798002, lu_delay=4.659250202937983, ms=00021}
22:49:01.481222 run mass: MS performed LU {at=833069.774948566, lu_delay=6.0921163209713995, ms=00018}
22:49:01.509751 run osmo-ms-mob/00033: Starting mobile
22:49:01.522938 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.528980 run mass: MS performed LU {at=833069.8228173, lu_delay=5.753390455036424, ms=00019}
22:49:01.534991 run mass: MS start registered {at=833069.828826649, delay=0.006027310970239341, ms=00033}
22:49:02.059773 run osmo-ms-mob/00034: Starting mobile
22:49:02.077171 run osmo-ms-mob/00034(pid=169): Launched
22:49:02.088102 run mass: MS start registered {at=833070.381932033, delay=0.004854716011323035, ms=00034}
22:49:02.327850 run osmo-ms-mob/00035: Starting mobile
22:49:02.341028 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.352472 run mass: MS start registered {at=833070.646298905, delay=0.005417941021732986, ms=00035}
22:49:02.759350 run osmo-ms-mob/00036: Starting mobile
22:49:02.774718 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.785948 run mass: MS start registered {at=833071.079777349, delay=0.005058750044554472, ms=00036}
22:49:03.127508 run osmo-ms-mob/00037: Starting mobile
22:49:03.140956 run osmo-ms-mob/00037(pid=172): Launched
22:49:03.151758 run mass: MS start registered {at=833071.445585208, delay=0.0047218280378729105, ms=00037}
22:49:03.164313 run mass: MS performed LU {at=833071.458140817, lu_delay=5.527151033980772, ms=00023}
22:49:03.248074 run mass: MS performed LU {at=833071.541824413, lu_delay=4.690253686974756, ms=00025}
22:49:03.276777 run osmo-ms-mob/00038: Starting mobile
22:49:03.289766 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.295733 run mass: MS performed LU {at=833071.589570627, lu_delay=5.287727055023424, ms=00024}
22:49:03.301508 run mass: MS start registered {at=833071.595350088, delay=0.005795120960101485, ms=00038}
22:49:03.738901 run osmo-ms-mob/00039: Starting mobile
22:49:03.756156 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.767971 run mass: MS start registered {at=833072.061795887, delay=0.005011564935557544, ms=00039}
22:49:04.140488 run osmo-ms-mob/00040: Starting mobile
22:49:04.154630 run osmo-ms-mob/00040(pid=175): Launched
22:49:04.165590 run mass: MS start registered {at=833072.459416275, delay=0.004825879004783928, ms=00040}
22:49:04.429535 run osmo-ms-mob/00041: Starting mobile
22:49:04.442684 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.453703 run mass: MS start registered {at=833072.747525052, delay=0.004973179078660905, ms=00041}
22:49:04.755561 run osmo-ms-mob/00042: Starting mobile
22:49:04.770510 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.781691 run mass: MS start registered {at=833073.075521241, delay=0.004869736963883042, ms=00042}
22:49:05.113100 run mass: MS performed LU {at=833073.406825504, lu_delay=5.760642127017491, ms=00027}
22:49:05.157013 run osmo-ms-mob/00043: Starting mobile
22:49:05.170930 run osmo-ms-mob/00043(pid=178): Launched
22:49:05.177265 run mass: MS performed LU {at=833073.471102037, lu_delay=5.631348903058097, ms=00028}
22:49:05.183115 run mass: MS start registered {at=833073.476956893, delay=0.005871028988622129, ms=00043}
22:49:05.247325 run mass: MS performed LU {at=833073.541052005, lu_delay=5.059734155074693, ms=00029}
22:49:05.275321 run osmo-ms-mob/00044: Starting mobile
22:49:05.288315 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.294392 run mass: MS performed LU {at=833073.588227893, lu_delay=6.300117571023293, ms=00026}
22:49:05.300354 run mass: MS start registered {at=833073.594196059, delay=0.0059867530362680554, ms=00044}
22:49:05.319037 run mass: MS performed LU {at=833073.612865953, lu_delay=4.75161700102035, ms=00030}
22:49:05.331285 run osmo-ms-mob/00045: Starting mobile
22:49:05.344450 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.355785 run mass: MS start registered {at=833073.649611957, delay=0.005010269000194967, ms=00045}
22:49:06.028458 run osmo-ms-mob/00046: Starting mobile
22:49:06.041537 run osmo-ms-mob/00046(pid=181): Launched
22:49:06.052717 run mass: MS start registered {at=833074.346545578, delay=0.0047932269517332315, ms=00046}
22:49:06.339566 run osmo-ms-mob/00047: Starting mobile
22:49:06.353355 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.364365 run mass: MS start registered {at=833074.658189564, delay=0.004798184032551944, ms=00047}
22:49:06.628330 run osmo-ms-mob/00048: Starting mobile
22:49:06.641553 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.652402 run mass: MS start registered {at=833074.946230268, delay=0.004723201971501112, ms=00048}
22:49:06.928663 run osmo-ms-mob/00049: Starting mobile
22:49:06.941853 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.947928 run mass: MS performed LU {at=833075.241763344, lu_delay=5.412936695036478, ms=00033}
22:49:06.954095 run mass: MS start registered {at=833075.247935132, delay=0.006188177037984133, ms=00049}
22:49:07.014779 run mass: MS performed LU {at=833075.308519774, lu_delay=6.0332711020018905, ms=00031}
22:49:07.040274 run osmo-ms-mob/00050: Starting mobile
22:49:07.053624 run osmo-ms-mob/00050(pid=185): Launched
22:49:07.059731 run mass: MS performed LU {at=833075.353567921, lu_delay=5.7799791030120105, ms=00032}
22:49:07.065590 run mass: MS start registered {at=833075.359432225, delay=0.005879536969587207, ms=00050}
22:49:07.221859 run mass: MS performed LU {at=833075.515585575, lu_delay=4.869286670000292, ms=00035}
22:49:07.239299 run mass: MS performed LU {at=833075.533071196, lu_delay=5.151139163062908, ms=00034}
22:49:07.256394 run osmo-ms-mob/00051: Starting mobile
22:49:07.269478 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.281130 run mass: MS start registered {at=833075.574957768, delay=0.005637309979647398, ms=00051}
22:49:07.942340 run osmo-ms-mob/00052: Starting mobile
22:49:07.956340 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.967525 run mass: MS start registered {at=833076.261349477, delay=0.005079552996903658, ms=00052}
22:49:08.246660 run osmo-ms-mob/00053: Starting mobile
22:49:08.260579 run osmo-ms-mob/00053(pid=188): Launched
22:49:08.271526 run mass: MS start registered {at=833076.565354654, delay=0.0048701310297474265, ms=00053}
22:49:08.528961 run osmo-ms-mob/00054: Starting mobile
22:49:08.542047 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.553271 run mass: MS start registered {at=833076.847095164, delay=0.005090593011118472, ms=00054}
22:49:08.841432 run osmo-ms-mob/00055: Starting mobile
22:49:08.855563 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.866689 run mass: MS start registered {at=833077.160516186, delay=0.00511287699919194, ms=00055}
22:49:08.877767 run mass: MS performed LU {at=833077.171596911, lu_delay=5.576246823067777, ms=00038}
22:49:08.943696 run mass: MS performed LU {at=833077.237422455, lu_delay=5.175626568030566, ms=00039}
22:49:08.970864 run osmo-ms-mob/00056: Starting mobile
22:49:08.983858 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.994732 run mass: MS start registered {at=833077.288563361, delay=0.004790978040546179, ms=00056}
22:49:09.030935 run mass: MS performed LU {at=833077.32467722, lu_delay=6.244899870944209, ms=00036}
22:49:09.086824 run mass: MS performed LU {at=833077.380549932, lu_delay=4.921133656986058, ms=00040}
22:49:09.113991 run osmo-ms-mob/00057: Starting mobile
22:49:09.127431 run osmo-ms-mob/00057(pid=192): Launched
22:49:09.138477 run mass: MS start registered {at=833077.432304381, delay=0.004916339064948261, ms=00057}
22:49:09.377423 run mass: MS performed LU {at=833077.671150474, lu_delay=4.923625421943143, ms=00041}
22:49:09.842761 run osmo-ms-mob/00058: Starting mobile
22:49:09.856770 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.868497 run mass: MS start registered {at=833078.162320266, delay=0.005618839059025049, ms=00058}
22:49:10.142545 run osmo-ms-mob/00059: Starting mobile
22:49:10.156583 run osmo-ms-mob/00059(pid=194): Launched
22:49:10.167554 run mass: MS start registered {at=833078.4613778, delay=0.004815656924620271, ms=00059}
22:49:10.450104 run osmo-ms-mob/00060: Starting mobile
22:49:10.466894 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.477895 run mass: MS start registered {at=833078.771724319, delay=0.004888669936917722, ms=00060}
22:49:10.696097 run mass: MS performed LU {at=833078.989906934, lu_delay=5.340294976951554, ms=00045}
22:49:10.779718 run mass: MS performed LU {at=833079.073455818, lu_delay=4.726910240016878, ms=00046}
22:49:10.807832 run osmo-ms-mob/00061: Starting mobile
22:49:10.820935 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.827091 run mass: MS performed LU {at=833079.120926923, lu_delay=5.5267308639595285, ms=00044}
22:49:10.833028 run mass: MS start registered {at=833079.126870154, delay=0.005959927104413509, ms=00061}
22:49:10.951964 run mass: MS performed LU {at=833079.245671122, lu_delay=6.170149881043471, ms=00042}
22:49:10.966156 run osmo-ms-mob/00062: Starting mobile
22:49:10.979590 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.987200 run mass: MS performed LU {at=833079.281027828, lu_delay=5.804070935002528, ms=00043}
22:49:10.993260 run mass: MS start registered {at=833079.287102495, delay=0.00749608501791954, ms=00062}
22:49:11.005475 run mass: MS performed LU {at=833079.299308878, lu_delay=4.641119314008392, ms=00047}
22:49:11.016661 run osmo-ms-mob/00063: Starting mobile
22:49:11.029827 run osmo-ms-mob/00063(pid=198): Launched
22:49:11.040783 run mass: MS start registered {at=833079.334610706, delay=0.004751766915433109, ms=00063}
22:49:11.841966 run osmo-ms-mob/00064: Starting mobile
22:49:11.856566 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.867950 run mass: MS start registered {at=833080.161770851, delay=0.005099229980260134, ms=00064}
22:49:12.062890 run mass: MS performed LU {at=833080.356617911, lu_delay=3.791263257036917, ms=00053}
22:49:12.235429 run osmo-ms-mob/00065: Starting mobile
22:49:12.251215 run osmo-ms-mob/00065(pid=200): Launched
22:49:12.262733 run mass: MS start registered {at=833080.556558348, delay=0.005422029062174261, ms=00065}
22:49:12.560016 run osmo-ms-mob/00066: Starting mobile
22:49:12.577946 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.584040 run mass: MS performed LU {at=833080.877873322, lu_delay=5.302915554028004, ms=00051}
22:49:12.589876 run mass: MS start registered {at=833080.88371722, delay=0.005863253027200699, ms=00066}
22:49:12.644775 run mass: MS performed LU {at=833080.938511259, lu_delay=5.690576127031818, ms=00049}
22:49:12.709031 run mass: MS performed LU {at=833081.002776794, lu_delay=4.741427317028865, ms=00052}
22:49:12.736146 run osmo-ms-mob/00067: Starting mobile
22:49:12.749408 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.760392 run mass: MS start registered {at=833081.054217742, delay=0.004903161083348095, ms=00067}
22:49:12.853649 run mass: MS performed LU {at=833081.147380681, lu_delay=6.201150413020514, ms=00048}
22:49:12.907468 run mass: MS performed LU {at=833081.201213557, lu_delay=5.841781332041137, ms=00050}
22:49:12.932401 run osmo-ms-mob/00068: Starting mobile
22:49:12.945679 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.956707 run mass: MS start registered {at=833081.250535155, delay=0.005071381921879947, ms=00068}
22:49:13.641054 run osmo-ms-mob/00069: Starting mobile
22:49:13.654847 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.666104 run mass: MS start registered {at=833081.959927988, delay=0.005080171977169812, ms=00069}
22:49:14.041671 run osmo-ms-mob/00070: Starting mobile
22:49:14.055618 run osmo-ms-mob/00070(pid=205): Launched
22:49:14.066792 run mass: MS start registered {at=833082.360621798, delay=0.005075989989563823, ms=00070}
22:49:14.429460 run osmo-ms-mob/00071: Starting mobile
22:49:14.442908 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.461326 run mass: MS start registered {at=833082.755134859, delay=0.01227470301091671, ms=00071}
22:49:14.467923 run mass: MS performed LU {at=833082.761758551, lu_delay=5.9146633869968355, ms=00054}
22:49:14.546064 run mass: MS performed LU {at=833082.839801205, lu_delay=4.677480938960798, ms=00058}
22:49:14.572174 run mass: MS performed LU {at=833082.865989395, lu_delay=5.4336850139079615, ms=00057}
22:49:14.586857 run osmo-ms-mob/00072: Starting mobile
22:49:14.599897 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.610775 run mass: MS start registered {at=833082.904605832, delay=0.004818087909370661, ms=00072}
22:49:14.718404 run mass: MS performed LU {at=833083.01212723, lu_delay=5.723563868901692, ms=00056}
22:49:15.241994 run osmo-ms-mob/00073: Starting mobile
22:49:15.255809 run osmo-ms-mob/00073(pid=208): Launched
22:49:15.266835 run mass: MS start registered {at=833083.560661581, delay=0.004864800022915006, ms=00073}
22:49:15.641889 run osmo-ms-mob/00074: Starting mobile
22:49:15.655669 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.667027 run mass: MS start registered {at=833083.960853846, delay=0.005043693003244698, ms=00074}
22:49:16.048738 run osmo-ms-mob/00075: Starting mobile
22:49:16.067156 run osmo-ms-mob/00075(pid=210): Launched
22:49:16.078403 run mass: MS start registered {at=833084.372229718, delay=0.0049879050347954035, ms=00075}
22:49:16.309533 run mass: MS performed LU {at=833084.603242808, lu_delay=6.141865008044988, ms=00059}
22:49:16.326848 run mass: MS performed LU {at=833084.620598936, lu_delay=5.333496441016905, ms=00062}
22:49:16.475004 run mass: MS performed LU {at=833084.768729701, lu_delay=5.997005382087082, ms=00060}
22:49:16.514612 run osmo-ms-mob/00076: Starting mobile
22:49:16.529682 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.540720 run mass: MS start registered {at=833084.83454808, delay=0.004935889039188623, ms=00076}
22:49:16.618781 run mass: MS performed LU {at=833084.91251605, lu_delay=5.577905344078317, ms=00063}
22:49:16.655192 run mass: MS performed LU {at=833084.948938149, lu_delay=5.822067994973622, ms=00061}
22:49:16.966989 run osmo-ms-mob/00077: Starting mobile
22:49:16.983710 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.994907 run mass: MS start registered {at=833085.288736096, delay=0.005094452993944287, ms=00077}
22:49:17.439878 run osmo-ms-mob/00078: Starting mobile
22:49:17.454006 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.465899 run mass: MS start registered {at=833085.759724569, delay=0.005731704994104803, ms=00078}
22:49:17.523792 run mass: MS performed LU {at=833085.817525466, lu_delay=3.8575974779669195, ms=00069}
22:49:17.605528 run mass: MS performed LU {at=833085.899260731, lu_delay=5.737489879946224, ms=00064}
22:49:17.854223 run osmo-ms-mob/00079: Starting mobile
22:49:17.869643 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.880689 run mass: MS start registered {at=833086.174517667, delay=0.005002719000913203, ms=00079}
22:49:18.228322 run mass: MS performed LU {at=833086.522050998, lu_delay=5.965492650051601, ms=00065}
22:49:18.258581 run osmo-ms-mob/00080: Starting mobile
22:49:18.272162 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.278358 run mass: MS performed LU {at=833086.572191737, lu_delay=5.321656582062133, ms=00068}
22:49:18.284215 run mass: MS start registered {at=833086.578056822, delay=0.005883157951757312, ms=00080}
22:49:18.338986 run mass: MS performed LU {at=833086.632712155, lu_delay=5.7489949349546805, ms=00066}
22:49:18.556709 run mass: MS performed LU {at=833086.850436534, lu_delay=5.796218791976571, ms=00067}
22:49:18.843616 run osmo-ms-mob/00081: Starting mobile
22:49:18.857409 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.871379 run mass: MS start registered {at=833087.165202271, delay=0.007797339931130409, ms=00081}
22:49:19.241613 run osmo-ms-mob/00082: Starting mobile
22:49:19.255675 run osmo-ms-mob/00082(pid=217): Launched
22:49:19.266731 run mass: MS start registered {at=833087.560553799, delay=0.004815375083126128, ms=00082}
22:49:19.858643 run osmo-ms-mob/00083: Starting mobile
22:49:19.874522 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.885511 run mass: MS start registered {at=833088.179338674, delay=0.004981479956768453, ms=00083}
22:49:20.074842 run mass: MS performed LU {at=833088.368570591, lu_delay=5.463964759022929, ms=00072}
22:49:20.092397 run mass: MS performed LU {at=833088.386133726, lu_delay=6.025511928019114, ms=00070}
22:49:20.241385 run mass: MS performed LU {at=833088.535111236, lu_delay=4.974449655041099, ms=00073}
22:49:20.256374 run osmo-ms-mob/00084: Starting mobile
22:49:20.269237 run osmo-ms-mob/00084(pid=219): Launched
22:49:20.279984 run mass: MS start registered {at=833088.573817487, delay=0.004614336998201907, ms=00084}
22:49:20.421315 run mass: MS performed LU {at=833088.715041778, lu_delay=23.268730142037384, ms=00022}
22:49:20.444991 run mass: MS performed LU {at=833088.738830873, lu_delay=4.777977026998997, ms=00074}
22:49:20.859588 run osmo-ms-mob/00085: Starting mobile
22:49:20.876436 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.887505 run mass: MS start registered {at=833089.181333761, delay=0.0049723159754648805, ms=00085}
22:49:21.441237 run osmo-ms-mob/00086: Starting mobile
22:49:21.455107 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.466182 run mass: MS start registered {at=833089.760010851, delay=0.005062530981376767, ms=00086}
22:49:21.994378 run mass: MS performed LU {at=833090.288103787, lu_delay=4.5283792179543525, ms=00078}
22:49:22.049311 run osmo-ms-mob/00087: Starting mobile
22:49:22.064552 run osmo-ms-mob/00087(pid=222): Launched
22:49:22.070672 run mass: MS performed LU {at=833090.364507594, lu_delay=5.529959514038637, ms=00076}
22:49:22.076512 run mass: MS start registered {at=833090.370354308, delay=0.005865209037438035, ms=00087}
22:49:22.105002 run mass: MS performed LU {at=833090.398716104, lu_delay=5.109980007982813, ms=00077}
22:49:22.285156 run mass: MS performed LU {at=833090.57887089, lu_delay=6.206641171942465, ms=00075}
22:49:22.661138 run osmo-ms-mob/00088: Starting mobile
22:49:22.680303 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.691985 run mass: MS start registered {at=833090.985799957, delay=0.005516059929504991, ms=00088}
22:49:23.250822 run osmo-ms-mob/00089: Starting mobile
22:49:23.266372 run osmo-ms-mob/00089(pid=224): Launched
22:49:23.277613 run mass: MS start registered {at=833091.571438452, delay=0.0050484000239521265, ms=00089}
22:49:23.824512 run osmo-ms-mob/00090: Starting mobile
22:49:23.837848 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.852844 run mass: MS start registered {at=833092.146651542, delay=0.008588269003666937, ms=00090}
22:49:23.942175 run mass: MS performed LU {at=833092.235913709, lu_delay=5.65785688709002, ms=00080}
22:49:23.959501 run mass: MS performed LU {at=833092.25329131, lu_delay=4.692737511009909, ms=00082}
22:49:24.006972 run mass: MS performed LU {at=833092.300721862, lu_delay=5.135519591043703, ms=00081}
22:49:24.075268 run mass: MS performed LU {at=833092.369034974, lu_delay=6.194517306983471, ms=00079}
22:49:24.551943 run osmo-ms-mob/00091: Starting mobile
22:49:24.569977 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.581303 run mass: MS start registered {at=833092.875130129, delay=0.004924884997308254, ms=00091}
22:49:25.244030 run osmo-ms-mob/00092: Starting mobile
22:49:25.258131 run osmo-ms-mob/00092(pid=227): Launched
22:49:25.270428 run mass: MS start registered {at=833093.564254866, delay=0.0058880680007860065, ms=00092}
22:49:25.742120 run mass: MS performed LU {at=833094.035853309, lu_delay=4.854519548011012, ms=00085}
22:49:25.766996 run mass: MS performed LU {at=833094.060831231, lu_delay=5.487013743957505, ms=00084}
22:49:25.871690 run mass: MS performed LU {at=833094.165416412, lu_delay=5.986077738110907, ms=00083}
22:49:25.927317 run osmo-ms-mob/00093: Starting mobile
22:49:25.942409 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.953386 run mass: MS start registered {at=833094.247214528, delay=0.0049764730501919985, ms=00093}
22:49:26.015511 run mass: MS performed LU {at=833094.309228119, lu_delay=22.86364291096106, ms=00037}
22:49:26.942899 run osmo-ms-mob/00094: Starting mobile
22:49:26.956998 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.968151 run mass: MS start registered {at=833095.261980479, delay=0.005018034018576145, ms=00094}
22:49:27.708527 run mass: MS performed LU {at=833096.002252653, lu_delay=5.631898344960064, ms=00087}
22:49:27.731695 run mass: MS performed LU {at=833096.025533307, lu_delay=5.039733350044116, ms=00088}
22:49:27.766321 run osmo-ms-mob/00095: Starting mobile
22:49:27.781011 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.787077 run mass: MS performed LU {at=833096.080913799, lu_delay=6.320902948034927, ms=00086}
22:49:27.792914 run mass: MS start registered {at=833096.086757071, delay=0.0058599739568308, ms=00095}
22:49:28.077323 run mass: MS performed LU {at=833096.37104895, lu_delay=4.7996104980120435, ms=00089}
22:49:28.841577 run osmo-ms-mob/00096: Starting mobile
22:49:28.855389 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.866414 run mass: MS start registered {at=833097.160241397, delay=0.0047275490360334516, ms=00096}
22:49:29.507996 run mass: MS performed LU {at=833097.801720672, lu_delay=4.926590543007478, ms=00091}
22:49:29.637631 run mass: MS performed LU {at=833097.931356233, lu_delay=5.784704690915532, ms=00090}
22:49:29.939392 run osmo-ms-mob/00097: Starting mobile
22:49:29.953006 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.963738 run mass: MS start registered {at=833098.257565341, delay=0.004591710981912911, ms=00097}
22:49:31.270452 run osmo-ms-mob/00098: Starting mobile
22:49:31.286522 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.297511 run mass: MS start registered {at=833099.591337587, delay=0.00491555396001786, ms=00098}
22:49:31.474008 run mass: MS performed LU {at=833099.767739063, lu_delay=5.520524534978904, ms=00093}
22:49:31.497943 run mass: MS performed LU {at=833099.791779966, lu_delay=6.227525099995546, ms=00092}
22:49:31.538875 run mass: MS performed LU {at=833099.832600793, lu_delay=22.672084606951103, ms=00055}
22:49:31.842628 run mass: MS performed LU {at=833100.136361229, lu_delay=4.8743807499995455, ms=00094}
22:49:33.060146 run osmo-ms-mob/00099: Starting mobile
22:49:33.077225 run osmo-ms-mob/00099(pid=234): Launched
22:49:33.083287 run mass: All started... {duration=55.76503948995378, too_slow=0}
22:49:33.088987 run mass: MS start registered {at=833101.382823334, delay=0.005694769904948771, ms=00099}
22:49:33.273505 run mass: MS performed LU {at=833101.56722974, lu_delay=5.480472669005394, ms=00095}
22:49:33.403638 run mass: MS performed LU {at=833101.697363006, lu_delay=4.5371216089697555, ms=00096}
22:49:35.240220 run mass: MS performed LU {at=833103.533944354, lu_delay=5.2763790130848065, ms=00097}
22:49:37.141441 run mass: MS performed LU {at=833105.435172393, lu_delay=5.843834806000814, ms=00098}
22:49:37.168473 run mass: MS performed LU {at=833105.462227023, lu_delay=22.7070921639679, ms=00071}
22:49:39.005771 run mass: MS performed LU {at=833107.299497693, lu_delay=5.916674359003082, ms=00099}
22:49:39.015044 run mass: Tests done {all_completed=True, max=23.268730142037384, min=3.791263257036917}
22:49:39.020465 tst register_default_mass.py: Test passed (81.1 sec)
22:49:39.025682 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.028875 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.032040 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.035298 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.038534 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.041698 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.044929 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.048475 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.051653 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.054834 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.058025 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.061265 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.064597 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.067906 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.071273 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.074628 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.078002 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.081402 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.084668 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.088028 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.091337 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.094702 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.097969 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.101313 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.104620 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.108275 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.111703 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.115478 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.118800 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.122160 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.125439 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.128735 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.132015 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.135421 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.138948 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.142895 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.146204 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.149695 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.153017 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.156329 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.160206 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.163521 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.167086 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.170537 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.174138 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.177477 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.180797 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.184097 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.187356 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.190688 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.194215 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.197529 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.200767 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.204074 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.207332 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.210665 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.214211 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.217488 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.220790 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.224039 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.227372 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.230683 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.234032 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.237332 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.240814 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.244296 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.247615 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.251470 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.254720 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.257922 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.261237 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.264518 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.267847 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.271206 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.274772 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.278096 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.281422 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.284680 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.287976 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.291213 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.294586 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.297831 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.301059 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.304279 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.307572 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.310813 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.314305 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.317775 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.321377 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.324772 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.328648 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.332344 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.335580 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.338801 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.342050 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.345357 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.348618 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.351845 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.355110 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.358369 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.361631 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.364888 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.368147 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.371419 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.374682 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.377915 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.381216 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.384484 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.387763 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.391105 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.395030 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.398362 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.401637 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.404913 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.408265 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.411498 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.414707 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.417832 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.420969 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.424130 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.427306 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.430464 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.433613 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.436776 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.439945 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.443097 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.446247 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.449436 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.452644 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.455820 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.459016 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.462220 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.465417 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.468622 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.471820 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.475025 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.478238 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.481445 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.484652 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.487863 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.491066 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.494274 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.497468 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.500667 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.503872 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.507074 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.510297 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.513493 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.516689 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.519888 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.523088 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.526289 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.529498 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.532708 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.535904 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.539105 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.542318 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.545524 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.548731 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.551932 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.555128 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.558326 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.561521 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.564736 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.567947 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.571151 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.574351 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.577561 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.580775 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.583988 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.587204 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.590425 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.593630 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.596837 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.600030 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.603235 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.606462 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.609657 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.612855 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.616050 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.619262 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.622486 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.625695 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.628897 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.632101 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.635319 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.638525 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.641726 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.644944 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.648147 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.651351 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.654555 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.657751 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.660964 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.664173 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.667365 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.670581 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.673778 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.676986 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.680189 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.683410 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.686620 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.689820 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.693017 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.696210 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.699409 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.702609 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.705809 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.709012 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.712223 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.715419 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.718622 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.721823 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.725041 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.726477 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.730010 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.731436 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.734957 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.736393 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.739932 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.741355 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.744865 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.746301 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.749874 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.751328 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.754888 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.756328 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.759886 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.761325 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.764899 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.766344 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.769898 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.771358 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.774962 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.776399 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.779994 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.781449 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.785029 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.786483 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.790041 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.791501 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.795072 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.796516 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.800080 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.801527 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.805107 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.806552 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.810138 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.811601 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.815168 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.816611 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.820156 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.821600 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.825159 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.826601 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.830181 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.831617 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.835157 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.836600 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.840152 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.841589 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.845118 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.846562 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.850098 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.851538 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.855080 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.856513 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.860061 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.861492 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.865040 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.866483 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.870019 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.871469 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.875024 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.876458 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.880024 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.881463 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.885010 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.886451 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.889993 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.891433 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.894978 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.896416 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.899933 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.901364 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.904928 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.906362 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.909897 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.911349 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.914890 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.916324 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.919871 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.921303 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.924823 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.926263 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.929798 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.931236 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.934783 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.936217 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.939758 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.941198 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.944759 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.946203 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.949738 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.951181 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.954741 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.956178 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.959717 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.961152 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.964722 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.966153 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.969686 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.971124 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.974661 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.976098 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.979639 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.981065 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.984608 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.986036 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.989588 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.991024 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.994565 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.995994 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.999541 --- ParallelTerminationStrategy: PID 78 died...
22:49:40.000971 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.004512 --- ParallelTerminationStrategy: PID 79 died...
22:49:40.005935 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.009473 --- ParallelTerminationStrategy: PID 80 died...
22:49:40.010909 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.014452 --- ParallelTerminationStrategy: PID 81 died...
22:49:40.015887 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.019414 --- ParallelTerminationStrategy: PID 82 died...
22:49:40.020844 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.024416 --- ParallelTerminationStrategy: PID 83 died...
22:49:40.025852 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.029392 --- ParallelTerminationStrategy: PID 84 died...
22:49:40.030826 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.034371 --- ParallelTerminationStrategy: PID 85 died...
22:49:40.035797 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.039337 --- ParallelTerminationStrategy: PID 86 died...
22:49:40.040770 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.044305 --- ParallelTerminationStrategy: PID 87 died...
22:49:40.045752 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.049298 --- ParallelTerminationStrategy: PID 88 died...
22:49:40.050731 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.054289 --- ParallelTerminationStrategy: PID 89 died...
22:49:40.055718 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.059256 --- ParallelTerminationStrategy: PID 90 died...
22:49:40.060690 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.064224 --- ParallelTerminationStrategy: PID 91 died...
22:49:40.065661 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.069200 --- ParallelTerminationStrategy: PID 92 died...
22:49:40.070648 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.074195 --- ParallelTerminationStrategy: PID 93 died...
22:49:40.075625 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.079175 --- ParallelTerminationStrategy: PID 94 died...
22:49:40.080607 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.084156 --- ParallelTerminationStrategy: PID 95 died...
22:49:40.085594 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.089158 --- ParallelTerminationStrategy: PID 96 died...
22:49:40.090591 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.094136 --- ParallelTerminationStrategy: PID 97 died...
22:49:40.095585 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.099132 --- ParallelTerminationStrategy: PID 98 died...
22:49:40.100573 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.104122 --- ParallelTerminationStrategy: PID 99 died...
22:49:40.105559 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.109087 --- ParallelTerminationStrategy: PID 100 died...
22:49:40.110526 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.114055 --- ParallelTerminationStrategy: PID 101 died...
22:49:40.115487 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.119220 --- ParallelTerminationStrategy: PID 102 died...
22:49:40.120727 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.124333 --- ParallelTerminationStrategy: PID 103 died...
22:49:40.125769 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.129321 --- ParallelTerminationStrategy: PID 104 died...
22:49:40.130757 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.134304 --- ParallelTerminationStrategy: PID 105 died...
22:49:40.135734 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.139268 --- ParallelTerminationStrategy: PID 106 died...
22:49:40.140702 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.144248 --- ParallelTerminationStrategy: PID 107 died...
22:49:40.145675 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.149225 --- ParallelTerminationStrategy: PID 108 died...
22:49:40.150669 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.154203 --- ParallelTerminationStrategy: PID 109 died...
22:49:40.155640 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.159198 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.160630 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.164171 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.165607 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.169158 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.170596 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.174136 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.175588 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.179116 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.180552 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.184086 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.185512 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.189049 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.190488 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.194031 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.195472 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.199028 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.200462 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.204008 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.205439 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.208984 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.210427 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.213958 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.215407 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.218944 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.220379 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.223933 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.225365 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.228919 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.230359 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.233898 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.235332 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.238886 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.240319 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.243852 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.245286 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.248844 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.250283 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.253811 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.255261 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.258791 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.260226 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.263772 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.265201 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.268740 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.270177 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.273705 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.275142 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.278683 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.280127 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.283681 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.285115 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.288706 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.290139 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.293679 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.295113 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.298657 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.300083 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.303644 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.305073 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.308604 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.310030 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.313567 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.314996 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.318533 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.319961 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.323490 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.324916 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.328479 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.329909 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.333460 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.334891 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.338432 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.339869 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.343413 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.344846 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.348394 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.349817 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.353359 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.354783 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.358315 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.359748 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.363284 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.364704 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.368243 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.369663 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.373197 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.374627 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.378168 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.379592 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.383121 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.384546 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.388087 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.389512 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.393041 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.394474 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.398017 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.399452 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.403005 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.404433 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.407981 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.409409 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.412971 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.414409 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.417956 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.419398 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.422937 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.424372 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.427917 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.429332 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.432870 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.434300 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.437856 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.439277 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.442834 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.444261 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.447821 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.449254 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.452810 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.454238 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.457768 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.459207 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.462759 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.464189 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.467746 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.469172 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.472729 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.474169 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.477708 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.479129 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.482680 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.484105 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.487641 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.489064 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.492609 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.494030 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.497570 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.499005 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.502560 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.503989 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.507547 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.508974 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.512503 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.513927 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.517470 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.518899 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.522434 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.523859 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.527399 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.528823 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.532353 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.533781 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.537312 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.538741 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.542285 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.543720 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.547279 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.548707 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.552235 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.553661 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.557209 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.558641 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.562184 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.563599 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.567155 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.568575 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.572116 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.573541 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.577131 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.578584 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.582127 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.583558 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.587120 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.588548 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.592090 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.593515 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.597078 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.598516 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.602051 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.603486 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.607040 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.608466 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.612023 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.613452 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.616995 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.618426 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.621966 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.623406 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.626960 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.628391 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.631948 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.633373 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.636926 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.638375 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.641908 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.643346 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.646920 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.648345 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.651896 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.653319 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.656874 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.658303 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.661845 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.663276 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.666808 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.668232 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.671778 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.673202 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.676744 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.678185 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.681724 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.683149 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.686697 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.688119 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.691657 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.693079 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.696633 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.698053 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.701612 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.703049 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.706590 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.708018 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.711572 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.712994 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.716542 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.717967 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.721505 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.722941 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.726476 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.727906 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.731451 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.732883 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.736433 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.737854 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.741395 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.742840 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.746392 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.747821 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.751357 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.752785 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.756320 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.757742 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.761296 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.762730 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.766281 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.767712 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.771260 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.772685 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.776229 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.777646 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.181982 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.188181 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8344 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.257025 tst trial-8344: Storing JUnit report in /build/trial-8344/run.2026-05-27_22-48-17/trial-8344.xml
--------------------------------------------------------------------------------------------
trial-8344 PASS
--------------------------------------------------------------------------------------------
22:49:44.267523 tst trial-8344: trial-8344: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8344/inst
+ cd trial-8344
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-05-27 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8344-run.tgz run.2026-05-27_22-48-17
+ tar czf /build/trial-8344-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-05-27_13_26_35.tgz osmo-bts-oc2g.build-2026-05-27_00_51_46.tgz osmo-bts-sysmo.build-2026-05-27_00_51_44.tgz osmo-bts.build-2026-05-27_00_52_04.tgz osmo-ggsn.build-2026-05-27_20_47_17.tgz osmo-hlr.build-2026-05-27_16_36_44.tgz osmo-hnbgw.build-2026-05-27_13_28_51.tgz osmo-mgw.build-2026-05-27_08_35_20.tgz osmo-msc.build-2026-05-27_13_33_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-05-27_07_34_59.tgz osmo-pcu-sysmo.build-2026-05-27_07_34_56.tgz osmo-pcu.build-2026-05-27_07_34_58.tgz osmo-sgsn.build-2026-05-27_20_49_43.tgz osmo-stp.build-2026-05-27_13_23_18.tgz osmo-trx.build-2026-05-27_14_21_56.tgz osmocom-bb.build-2026-05-27_21_17_02.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