Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8113846941289021067.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-8039
+ 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
aaf623e Use debian/eol:buster instead of debian:buster
+ 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 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_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 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s
#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.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.2s
#7 [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
#7 CACHED
#8 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED
#9 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#9 CACHED
#10 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#10 CACHED
#11 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#11 CACHED
#12 [ 9/28] COPY SSH /root/.ssh
#12 CACHED
#13 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#13 CACHED
#14 [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
#14 CACHED
#15 [ 8/28] RUN MKDIR /var/run/sshd
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#18 CACHED
#19 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#19 CACHED
#20 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [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
#21 CACHED
#22 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#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 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#24 CACHED
#25 [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
#25 CACHED
#26 [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://security.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
#26 CACHED
#27 [ 2/28] RUN useradd -ms /bin/bash jenkins
#27 CACHED
#28 [ 3/28] RUN groupadd osmo-gsm-tester
#28 CACHED
#29 [20/28] WORKDIR /TMP
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:374a07d6151e85c4e51f66df5f50d953cbae15481712be919a3a59cb2beb22dd 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
[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=8040 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-07-27 22:48:14
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8040
+ mkdir -p trial-8040
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-27_13_28_46.tgz osmo-bts-oc2g.build-2025-07-27_00_51_37.tgz osmo-bts-sysmo.build-2025-07-27_00_51_35.tgz osmo-bts.build-2025-07-27_00_51_44.tgz osmo-ggsn.build-2025-07-27_20_42_59.tgz osmo-hlr.build-2025-07-27_16_36_47.tgz osmo-hnbgw.build-2025-07-27_13_29_54.tgz osmo-mgw.build-2025-07-27_08_33_11.tgz osmo-msc.build-2025-07-27_13_32_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-27_07_33_57.tgz osmo-pcu-sysmo.build-2025-07-27_07_35_59.tgz osmo-pcu.build-2025-07-27_07_36_05.tgz osmo-sgsn.build-2025-07-27_20_49_09.tgz osmo-stp.build-2025-07-27_13_25_15.tgz osmo-trx.build-2025-07-27_14_29_46.tgz osmocom-bb.build-2025-07-27_21_17_14.tgz srslte.build-19.tgz trial-8040
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-27_13_28_46.md5 osmo-bts-oc2g.build-2025-07-27_00_51_37.md5 osmo-bts-sysmo.build-2025-07-27_00_51_35.md5 osmo-bts.build-2025-07-27_00_51_44.md5 osmo-ggsn.build-2025-07-27_20_42_59.md5 osmo-hlr.build-2025-07-27_16_36_47.md5 osmo-hnbgw.build-2025-07-27_13_29_54.md5 osmo-mgw.build-2025-07-27_08_33_11.md5 osmo-msc.build-2025-07-27_13_32_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-27_07_33_57.md5 osmo-pcu-sysmo.build-2025-07-27_07_35_59.md5 osmo-pcu.build-2025-07-27_07_36_05.md5 osmo-sgsn.build-2025-07-27_20_49_09.md5 osmo-stp.build-2025-07-27_13_25_15.md5 osmo-trx.build-2025-07-27_14_29_46.md5 osmocom-bb.build-2025-07-27_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-27_13_28_46.md5 osmo-bts-oc2g.build-2025-07-27_00_51_37.md5 osmo-bts-sysmo.build-2025-07-27_00_51_35.md5 osmo-bts.build-2025-07-27_00_51_44.md5 osmo-ggsn.build-2025-07-27_20_42_59.md5 osmo-hlr.build-2025-07-27_16_36_47.md5 osmo-hnbgw.build-2025-07-27_13_29_54.md5 osmo-mgw.build-2025-07-27_08_33_11.md5 osmo-msc.build-2025-07-27_13_32_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-27_07_33_57.md5 osmo-pcu-sysmo.build-2025-07-27_07_35_59.md5 osmo-pcu.build-2025-07-27_07_36_05.md5 osmo-sgsn.build-2025-07-27_20_49_09.md5 osmo-stp.build-2025-07-27_13_25_15.md5 osmo-trx.build-2025-07-27_14_29_46.md5 osmocom-bb.build-2025-07-27_21_17_14.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-8040 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8040'
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-8040
--------------------------------------------------------------------------------------------
22:48:14.708866 tst trial-8040: Detailed log at /build/trial-8040/run.2025-07-27_22-48-14/log
---------------------------------------------------------------------
trial-8040 netreg_mass
---------------------------------------------------------------------
22:48:14.925006 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:14.925379 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:14.926187 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:14.927573 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:14.966448 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:14.967851 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:14.970570 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.043131 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-8040 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.045209 tst register_default_mass.py:9: Claiming resources for the test
22:48:15.061160 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.061742 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.062219 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.062676 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.063130 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.063618 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.064084 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.111890 tst register_default_mass.py: using LAC 2
22:48:15.146161 tst register_default_mass.py: using RAC 2
22:48:15.188996 tst register_default_mass.py: using CellId 2
22:48:15.227961 tst register_default_mass.py: using BVCI 3
22:48:15.235697 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.236500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.237218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.237892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.238554 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.239230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.239879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.240550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.243141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.243803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.244467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.245121 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.245777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.246455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.247126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.247822 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.248497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.249158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.249823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.250491 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.251142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.251799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.252489 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.253170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.253850 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.254516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.255167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.255835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.256508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.258161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.258842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.259500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.260160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.260831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.261519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.262205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.262863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.263535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.264202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.264867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.265541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.266208 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.266869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.267512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.268180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.268834 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.269479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.270149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.270798 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.271473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.272550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.273218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.273893 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.274556 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.275204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.275860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.276514 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.277182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.277839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.278459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.279079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.279723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.280360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.280996 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.281924 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.282630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.283307 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.283971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.284631 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.285302 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.285957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.286610 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.287378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.288053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.288715 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.289361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.290006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.290670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.291325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.291975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.292636 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.293291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.293935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.294596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.295241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.295883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.296530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.297182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.297826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.298626 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.299838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.300520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.301198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.301859 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.302535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.303189 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.303848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.304536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.305214 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.305864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.306528 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:15.307237 tst register_default_mass.py:21: Launching a simple network
22:48:15.319898 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:15.470819 run create_hlr_db(pid=20): Launched
22:48:16.482325 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:16.499178 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:16.515285 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:16.521529 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:16.721416 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:16.738389 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:16.744973 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.207212 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.224053 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.235460 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:20.354023 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:20.369957 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:20.376028 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:20.401119 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:20.417241 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:20.423223 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:20.749049 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:20.765089 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:26.784499 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:26.938773 run osmo-bts-virtual(pid=34): Launched
22:48:27.989838 tst register_default_mass.py: using MSISDN 1001
22:48:27.999750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.084294 tst register_default_mass.py: using MSISDN 1002
22:48:28.102764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.173774 tst register_default_mass.py: using MSISDN 1003
22:48:28.194488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.273777 tst register_default_mass.py: using MSISDN 1004
22:48:28.281275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.351864 tst register_default_mass.py: using MSISDN 1005
22:48:28.357920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.434933 tst register_default_mass.py: using MSISDN 1006
22:48:28.441278 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.580303 tst register_default_mass.py: using MSISDN 1007
22:48:28.590492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:28.658739 tst register_default_mass.py: using MSISDN 1008
22:48:28.668500 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:28.737625 tst register_default_mass.py: using MSISDN 1009
22:48:28.748252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:28.828353 tst register_default_mass.py: using MSISDN 1010
22:48:28.834851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:28.902563 tst register_default_mass.py: using MSISDN 1011
22:48:28.920106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:28.993893 tst register_default_mass.py: using MSISDN 1012
22:48:29.000442 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.074859 tst register_default_mass.py: using MSISDN 1013
22:48:29.081939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.159927 tst register_default_mass.py: using MSISDN 1014
22:48:29.166224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.234637 tst register_default_mass.py: using MSISDN 1015
22:48:29.241669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.318081 tst register_default_mass.py: using MSISDN 1016
22:48:29.326100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.400796 tst register_default_mass.py: using MSISDN 1017
22:48:29.408036 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.486772 tst register_default_mass.py: using MSISDN 1018
22:48:29.494012 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.573031 tst register_default_mass.py: using MSISDN 1019
22:48:29.579196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.666058 tst register_default_mass.py: using MSISDN 1020
22:48:29.671984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.731567 tst register_default_mass.py: using MSISDN 1021
22:48:29.738354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.807129 tst register_default_mass.py: using MSISDN 1022
22:48:29.813241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.884940 tst register_default_mass.py: using MSISDN 1023
22:48:29.892822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.953686 tst register_default_mass.py: using MSISDN 1024
22:48:29.959837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.028476 tst register_default_mass.py: using MSISDN 1025
22:48:30.034971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.101608 tst register_default_mass.py: using MSISDN 1026
22:48:30.111004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.173157 tst register_default_mass.py: using MSISDN 1027
22:48:30.179341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.254824 tst register_default_mass.py: using MSISDN 1028
22:48:30.266585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.345521 tst register_default_mass.py: using MSISDN 1029
22:48:30.357368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.430276 tst register_default_mass.py: using MSISDN 1030
22:48:30.442521 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.519908 tst register_default_mass.py: using MSISDN 1031
22:48:30.526607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.590149 tst register_default_mass.py: using MSISDN 1032
22:48:30.596383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.671725 tst register_default_mass.py: using MSISDN 1033
22:48:30.677936 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.746827 tst register_default_mass.py: using MSISDN 1034
22:48:30.753839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.821551 tst register_default_mass.py: using MSISDN 1035
22:48:30.830868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.902505 tst register_default_mass.py: using MSISDN 1036
22:48:30.908591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.983971 tst register_default_mass.py: using MSISDN 1037
22:48:30.990218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.062577 tst register_default_mass.py: using MSISDN 1038
22:48:31.068833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.137732 tst register_default_mass.py: using MSISDN 1039
22:48:31.143861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.220115 tst register_default_mass.py: using MSISDN 1040
22:48:31.232064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.310019 tst register_default_mass.py: using MSISDN 1041
22:48:31.321941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.400165 tst register_default_mass.py: using MSISDN 1042
22:48:31.412756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.489775 tst register_default_mass.py: using MSISDN 1043
22:48:31.500951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.580282 tst register_default_mass.py: using MSISDN 1044
22:48:31.592029 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.673920 tst register_default_mass.py: using MSISDN 1045
22:48:31.681419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.748382 tst register_default_mass.py: using MSISDN 1046
22:48:31.756231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.823483 tst register_default_mass.py: using MSISDN 1047
22:48:31.834039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.911843 tst register_default_mass.py: using MSISDN 1048
22:48:31.924982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.001850 tst register_default_mass.py: using MSISDN 1049
22:48:32.015097 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.093868 tst register_default_mass.py: using MSISDN 1050
22:48:32.102429 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.176174 tst register_default_mass.py: using MSISDN 1051
22:48:32.183563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.256783 tst register_default_mass.py: using MSISDN 1052
22:48:32.267372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.343832 tst register_default_mass.py: using MSISDN 1053
22:48:32.351480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.438177 tst register_default_mass.py: using MSISDN 1054
22:48:32.448513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.513422 tst register_default_mass.py: using MSISDN 1055
22:48:32.521422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.586534 tst register_default_mass.py: using MSISDN 1056
22:48:32.595518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.663264 tst register_default_mass.py: using MSISDN 1057
22:48:32.673975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.743579 tst register_default_mass.py: using MSISDN 1058
22:48:32.751130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.823648 tst register_default_mass.py: using MSISDN 1059
22:48:32.831646 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.912374 tst register_default_mass.py: using MSISDN 1060
22:48:32.919461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.001787 tst register_default_mass.py: using MSISDN 1061
22:48:33.010954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.077227 tst register_default_mass.py: using MSISDN 1062
22:48:33.084855 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.142418 tst register_default_mass.py: using MSISDN 1063
22:48:33.149941 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.254797 tst register_default_mass.py: using MSISDN 1064
22:48:33.260833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.318131 tst register_default_mass.py: using MSISDN 1065
22:48:33.327626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.411336 tst register_default_mass.py: using MSISDN 1066
22:48:33.417387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.486470 tst register_default_mass.py: using MSISDN 1067
22:48:33.492667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.557423 tst register_default_mass.py: using MSISDN 1068
22:48:33.564132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.639437 tst register_default_mass.py: using MSISDN 1069
22:48:33.647041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.713395 tst register_default_mass.py: using MSISDN 1070
22:48:33.721651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.811509 tst register_default_mass.py: using MSISDN 1071
22:48:33.823991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.914528 tst register_default_mass.py: using MSISDN 1072
22:48:33.928701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.040076 tst register_default_mass.py: using MSISDN 1073
22:48:34.047908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.125839 tst register_default_mass.py: using MSISDN 1074
22:48:34.133318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.210080 tst register_default_mass.py: using MSISDN 1075
22:48:34.217282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.287588 tst register_default_mass.py: using MSISDN 1076
22:48:34.293848 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.357765 tst register_default_mass.py: using MSISDN 1077
22:48:34.363672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.429227 tst register_default_mass.py: using MSISDN 1078
22:48:34.435294 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.498202 tst register_default_mass.py: using MSISDN 1079
22:48:34.504667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.583034 tst register_default_mass.py: using MSISDN 1080
22:48:34.590084 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.661982 tst register_default_mass.py: using MSISDN 1081
22:48:34.670806 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.736139 tst register_default_mass.py: using MSISDN 1082
22:48:34.748934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.819143 tst register_default_mass.py: using MSISDN 1083
22:48:34.831998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.905009 tst register_default_mass.py: using MSISDN 1084
22:48:34.917681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.994121 tst register_default_mass.py: using MSISDN 1085
22:48:35.001393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.261173 tst register_default_mass.py: using MSISDN 1086
22:48:35.272132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.367182 tst register_default_mass.py: using MSISDN 1087
22:48:35.373734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.460163 tst register_default_mass.py: using MSISDN 1088
22:48:35.467467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.554472 tst register_default_mass.py: using MSISDN 1089
22:48:35.561498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.645968 tst register_default_mass.py: using MSISDN 1090
22:48:35.653924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.738087 tst register_default_mass.py: using MSISDN 1091
22:48:35.744127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.811830 tst register_default_mass.py: using MSISDN 1092
22:48:35.820289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.897429 tst register_default_mass.py: using MSISDN 1093
22:48:35.903409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.974540 tst register_default_mass.py: using MSISDN 1094
22:48:35.980267 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.049795 tst register_default_mass.py: using MSISDN 1095
22:48:36.060016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.135967 tst register_default_mass.py: using MSISDN 1096
22:48:36.145699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.235911 tst register_default_mass.py: using MSISDN 1097
22:48:36.242086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.322727 tst register_default_mass.py: using MSISDN 1098
22:48:36.329851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.404582 tst register_default_mass.py: using MSISDN 1099
22:48:36.410386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.485164 tst register_default_mass.py: using MSISDN 1100
22:48:36.491330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.606168 run mass: Starting testcase
22:48:36.612573 run mass: Pre-launching all virtphy's
22:48:36.618821 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.634184 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.641523 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.657190 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.664343 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.680271 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.688016 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.704283 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.711696 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.727529 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.734657 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.749823 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.756779 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.773223 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.782444 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.800579 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.808859 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.826692 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.835254 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.853029 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.861286 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.878989 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.887518 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.905387 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.920762 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.951912 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.966780 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.998056 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.013419 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.046299 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.061365 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.094143 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.109087 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.140424 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.154739 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.183675 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.192310 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.212982 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.227812 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.258749 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.273499 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.304517 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.319319 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.350567 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.365022 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.396245 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.410670 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.442072 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.456529 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.488087 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.501954 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.530720 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.544606 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.575069 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.589163 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.606434 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.615559 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.632842 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.647051 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.667017 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.675080 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.691933 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.699793 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.716760 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.724754 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.741667 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.749558 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.766067 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.773811 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.790748 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.798576 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.815490 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.823252 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.839825 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.847242 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.863955 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.871596 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.888126 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.898473 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.915369 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.922731 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.938649 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.945688 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.960948 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.968100 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.983765 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.991045 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:38.006707 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:38.013839 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:38.029250 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:38.036384 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:38.051813 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:38.058604 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:38.073879 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:38.081088 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:38.097380 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:38.105172 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:38.122045 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:38.129872 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:38.146457 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:38.153884 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:38.169896 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:38.177266 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:38.193661 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:38.201145 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:38.217602 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:38.225270 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:38.241106 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:38.248090 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:38.262886 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:38.269398 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:38.283747 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:38.290564 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:38.305515 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:38.312271 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:38.326473 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:38.333025 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:38.347126 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:38.353535 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.366995 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.373203 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.387137 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.393774 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.407807 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.413937 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.427349 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.433960 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.450044 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.457836 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.474412 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.481925 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.498514 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.506099 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.522565 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.530101 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.546563 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.554126 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.570909 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.578679 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.595147 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.602629 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.619109 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.626778 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.643395 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.650887 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.667097 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.674279 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.689257 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.695987 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.711031 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.717847 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.732435 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.739540 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.754773 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.761724 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.776767 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.783686 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.798507 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.805248 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.820022 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.826823 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.841696 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.848494 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.863224 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.870034 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.884610 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.891338 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.905949 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.913006 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.928319 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.935310 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.950640 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.957812 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.973712 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.981257 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.997620 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:39.004847 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:39.020730 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:39.028166 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:39.045148 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:39.052779 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:39.069110 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:39.076486 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:39.092892 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:39.100572 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:39.116972 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:39.124339 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:39.140337 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:39.147815 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:39.163888 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:39.171267 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:39.187534 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:39.195129 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:39.211746 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:39.219335 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:39.236128 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:39.243683 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:39.260175 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:39.267580 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:39.284294 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:39.292037 run mass: Checking if sockets are in the filesystem
22:48:39.307548 run osmo-ms-mob/00000: Starting mobile
22:48:39.324097 run osmo-ms-mob/00000(pid=135): Launched
22:48:39.337757 run mass: MS start registered {at=16887425.041101754, delay=0.0060036927461624146, ms=00000}
22:48:43.510863 run osmo-ms-mob/00001: Starting mobile
22:48:43.537306 run osmo-ms-mob/00001(pid=136): Launched
22:48:43.555655 run mass: MS start registered {at=16887429.258987736, delay=0.00548359751701355, ms=00001}
22:48:45.321886 run osmo-ms-mob/00002: Starting mobile
22:48:45.336111 run osmo-ms-mob/00002(pid=137): Launched
22:48:45.347489 run mass: MS start registered {at=16887431.050820097, delay=0.0047823116183280945, ms=00002}
22:48:45.415866 run mass: MS performed LU {at=16887431.119194575, lu_delay=6.078092820942402, ms=00000}
22:48:46.606318 run osmo-ms-mob/00003: Starting mobile
22:48:46.620285 run osmo-ms-mob/00003(pid=138): Launched
22:48:46.632012 run mass: MS start registered {at=16887432.335359637, delay=0.005145039409399033, ms=00003}
22:48:47.711668 run osmo-ms-mob/00004: Starting mobile
22:48:47.726143 run osmo-ms-mob/00004(pid=139): Launched
22:48:47.737403 run mass: MS start registered {at=16887433.440742083, delay=0.004693284630775452, ms=00004}
22:48:48.705252 run osmo-ms-mob/00005: Starting mobile
22:48:48.719155 run osmo-ms-mob/00005(pid=140): Launched
22:48:48.731031 run mass: MS start registered {at=16887434.4343818, delay=0.0021557509899139404, ms=00005}
22:48:49.181955 run mass: MS performed LU {at=16887434.88517576, lu_delay=5.626188024878502, ms=00001}
22:48:49.605331 run osmo-ms-mob/00006: Starting mobile
22:48:49.619571 run osmo-ms-mob/00006(pid=141): Launched
22:48:49.632714 run mass: MS start registered {at=16887435.33605727, delay=0.006472688168287277, ms=00006}
22:48:50.513530 run osmo-ms-mob/00007: Starting mobile
22:48:50.528454 run osmo-ms-mob/00007(pid=142): Launched
22:48:50.539211 run mass: MS start registered {at=16887436.2425615, delay=0.004563413560390472, ms=00007}
22:48:51.082549 run mass: MS performed LU {at=16887436.78588222, lu_delay=5.735062122344971, ms=00002}
22:48:51.305382 run osmo-ms-mob/00008: Starting mobile
22:48:51.321367 run osmo-ms-mob/00008(pid=143): Launched
22:48:51.338777 run mass: MS start registered {at=16887437.042094298, delay=0.01042110100388527, ms=00008}
22:48:52.007863 run osmo-ms-mob/00009: Starting mobile
22:48:52.021253 run osmo-ms-mob/00009(pid=144): Launched
22:48:52.034243 run mass: MS start registered {at=16887437.737591974, delay=0.006578952074050903, ms=00009}
22:48:52.706089 run osmo-ms-mob/00010: Starting mobile
22:48:52.719833 run osmo-ms-mob/00010(pid=145): Launched
22:48:52.730998 run mass: MS start registered {at=16887438.434342068, delay=0.004804633557796478, ms=00010}
22:48:52.947458 run mass: MS performed LU {at=16887438.650778998, lu_delay=6.315419360995293, ms=00003}
22:48:52.993958 run mass: MS performed LU {at=16887438.697292447, lu_delay=5.2565503641963005, ms=00004}
22:48:53.309274 run osmo-ms-mob/00011: Starting mobile
22:48:53.323859 run osmo-ms-mob/00011(pid=146): Launched
22:48:53.336732 run mass: MS start registered {at=16887439.04004962, delay=0.005750522017478943, ms=00011}
22:48:53.905426 run osmo-ms-mob/00012: Starting mobile
22:48:53.920134 run osmo-ms-mob/00012(pid=147): Launched
22:48:53.931328 run mass: MS start registered {at=16887439.634673614, delay=0.004726666957139969, ms=00012}
22:48:54.506106 run osmo-ms-mob/00013: Starting mobile
22:48:54.520184 run osmo-ms-mob/00013(pid=148): Launched
22:48:54.531945 run mass: MS start registered {at=16887440.235291578, delay=0.0049983784556388855, ms=00013}
22:48:54.848870 run mass: MS performed LU {at=16887440.552198883, lu_delay=5.216141611337662, ms=00006}
22:48:54.894388 run mass: MS performed LU {at=16887440.59771672, lu_delay=6.163334917277098, ms=00005}
22:48:55.112210 run osmo-ms-mob/00014: Starting mobile
22:48:55.125903 run osmo-ms-mob/00014(pid=149): Launched
22:48:55.137236 run mass: MS start registered {at=16887440.840588905, delay=0.004685953259468079, ms=00014}
22:48:55.707613 run osmo-ms-mob/00015: Starting mobile
22:48:55.721631 run osmo-ms-mob/00015(pid=150): Launched
22:48:55.733287 run mass: MS start registered {at=16887441.436617773, delay=0.004495739936828613, ms=00015}
22:48:56.206030 run osmo-ms-mob/00016: Starting mobile
22:48:56.220188 run osmo-ms-mob/00016(pid=151): Launched
22:48:56.231315 run mass: MS start registered {at=16887441.93465632, delay=0.004136379808187485, ms=00016}
22:48:56.705658 run osmo-ms-mob/00017: Starting mobile
22:48:56.719946 run osmo-ms-mob/00017(pid=152): Launched
22:48:56.726450 run mass: MS performed LU {at=16887442.429806557, lu_delay=5.387712258845568, ms=00008}
22:48:56.732442 run mass: MS start registered {at=16887442.435807064, delay=0.0060193538665771484, ms=00017}
22:48:56.759307 run mass: MS performed LU {at=16887442.462631345, lu_delay=6.220069844275713, ms=00007}
22:48:56.847306 run mass: MS performed LU {at=16887442.55064173, lu_delay=4.813049755990505, ms=00009}
22:48:57.306233 run osmo-ms-mob/00018: Starting mobile
22:48:57.320077 run osmo-ms-mob/00018(pid=153): Launched
22:48:57.331521 run mass: MS start registered {at=16887443.03483983, delay=0.005184125155210495, ms=00018}
22:48:57.706237 run osmo-ms-mob/00019: Starting mobile
22:48:57.720579 run osmo-ms-mob/00019(pid=154): Launched
22:48:57.731949 run mass: MS start registered {at=16887443.435299236, delay=0.002905622124671936, ms=00019}
22:48:58.205916 run osmo-ms-mob/00020: Starting mobile
22:48:58.219480 run osmo-ms-mob/00020(pid=155): Launched
22:48:58.230073 run mass: MS start registered {at=16887443.933426067, delay=0.004361603409051895, ms=00020}
22:48:58.512700 run mass: MS performed LU {at=16887444.21603598, lu_delay=5.781693913042545, ms=00010}
22:48:58.614080 run mass: MS performed LU {at=16887444.317417055, lu_delay=4.682743441313505, ms=00012}
22:48:58.625820 run osmo-ms-mob/00021: Starting mobile
22:48:58.639373 run osmo-ms-mob/00021(pid=156): Launched
22:48:58.653043 run mass: MS start registered {at=16887444.356393497, delay=0.007233921438455582, ms=00021}
22:48:59.105316 run osmo-ms-mob/00022: Starting mobile
22:48:59.119141 run osmo-ms-mob/00022(pid=157): Launched
22:48:59.130163 run mass: MS start registered {at=16887444.833514128, delay=0.004801765084266663, ms=00022}
22:48:59.605904 run osmo-ms-mob/00023: Starting mobile
22:48:59.619176 run osmo-ms-mob/00023(pid=158): Launched
22:48:59.630213 run mass: MS start registered {at=16887445.333562452, delay=0.004806235432624817, ms=00023}
22:49:00.005184 run osmo-ms-mob/00024: Starting mobile
22:49:00.018833 run osmo-ms-mob/00024(pid=159): Launched
22:49:00.030057 run mass: MS start registered {at=16887445.73340559, delay=0.004868779331445694, ms=00024}
22:49:00.478463 run mass: MS performed LU {at=16887446.181800358, lu_delay=5.946508780121803, ms=00013}
22:49:00.489852 run osmo-ms-mob/00025: Starting mobile
22:49:00.503138 run osmo-ms-mob/00025(pid=160): Launched
22:49:00.514057 run mass: MS start registered {at=16887446.217412062, delay=0.004587478935718536, ms=00025}
22:49:00.525089 run mass: MS performed LU {at=16887446.228440583, lu_delay=4.791822809726, ms=00015}
22:49:00.906511 run osmo-ms-mob/00026: Starting mobile
22:49:00.920101 run osmo-ms-mob/00026(pid=161): Launched
22:49:00.930904 run mass: MS start registered {at=16887446.634261284, delay=0.0022806935012340546, ms=00026}
22:49:01.305826 run osmo-ms-mob/00027: Starting mobile
22:49:01.319213 run osmo-ms-mob/00027(pid=162): Launched
22:49:01.330373 run mass: MS start registered {at=16887447.033720866, delay=0.004906203597784042, ms=00027}
22:49:01.706058 run osmo-ms-mob/00028: Starting mobile
22:49:01.719474 run osmo-ms-mob/00028(pid=163): Launched
22:49:01.730276 run mass: MS start registered {at=16887447.433630224, delay=0.004643414169549942, ms=00028}
22:49:02.105461 run osmo-ms-mob/00029: Starting mobile
22:49:02.118962 run osmo-ms-mob/00029(pid=164): Launched
22:49:02.130158 run mass: MS start registered {at=16887447.83350033, delay=0.004773858934640884, ms=00029}
22:49:02.278606 run mass: MS performed LU {at=16887447.98193799, lu_delay=5.546130925416946, ms=00017}
22:49:02.297232 run mass: MS performed LU {at=16887448.000572544, lu_delay=6.06591622531414, ms=00016}
22:49:02.380151 run mass: MS performed LU {at=16887448.08346613, lu_delay=4.64816689491272, ms=00019}
22:49:02.391751 run osmo-ms-mob/00030: Starting mobile
22:49:02.405242 run osmo-ms-mob/00030(pid=165): Launched
22:49:02.416292 run mass: MS start registered {at=16887448.11964664, delay=0.00451761856675148, ms=00030}
22:49:02.551615 run mass: MS performed LU {at=16887448.25494984, lu_delay=5.220110010355711, ms=00018}
22:49:02.906064 run osmo-ms-mob/00031: Starting mobile
22:49:02.920063 run osmo-ms-mob/00031(pid=166): Launched
22:49:02.931421 run mass: MS start registered {at=16887448.63476696, delay=0.0022174008190631866, ms=00031}
22:49:03.207831 run osmo-ms-mob/00032: Starting mobile
22:49:03.222861 run osmo-ms-mob/00032(pid=167): Launched
22:49:03.234301 run mass: MS start registered {at=16887448.937636107, delay=0.004839885979890823, ms=00032}
22:49:03.606296 run osmo-ms-mob/00033: Starting mobile
22:49:03.619853 run osmo-ms-mob/00033(pid=168): Launched
22:49:03.631084 run mass: MS start registered {at=16887449.33442198, delay=0.004863910377025604, ms=00033}
22:49:04.005487 run osmo-ms-mob/00034: Starting mobile
22:49:04.019672 run osmo-ms-mob/00034(pid=169): Launched
22:49:04.030997 run mass: MS start registered {at=16887449.734348025, delay=0.0047746263444423676, ms=00034}
22:49:04.216650 run mass: MS performed LU {at=16887449.919978183, lu_delay=5.986552115529776, ms=00020}
22:49:04.228540 run osmo-ms-mob/00035: Starting mobile
22:49:04.242477 run osmo-ms-mob/00035(pid=170): Launched
22:49:04.249098 run mass: MS performed LU {at=16887449.95245577, lu_delay=5.596062272787094, ms=00021}
22:49:04.255252 run mass: MS start registered {at=16887449.958616827, delay=0.006180416792631149, ms=00035}
22:49:04.290724 run mass: MS performed LU {at=16887449.99406792, lu_delay=5.16055379062891, ms=00022}
22:49:04.470608 run mass: MS performed LU {at=16887450.173943307, lu_delay=4.840380854904652, ms=00023}
22:49:04.482429 run osmo-ms-mob/00036: Starting mobile
22:49:04.496182 run osmo-ms-mob/00036(pid=171): Launched
22:49:04.507087 run mass: MS start registered {at=16887450.210440695, delay=0.0045294612646102905, ms=00036}
22:49:05.105820 run osmo-ms-mob/00037: Starting mobile
22:49:05.119542 run osmo-ms-mob/00037(pid=172): Launched
22:49:05.130563 run mass: MS start registered {at=16887450.83391296, delay=0.004466883838176727, ms=00037}
22:49:05.406124 run osmo-ms-mob/00038: Starting mobile
22:49:05.420391 run osmo-ms-mob/00038(pid=173): Launched
22:49:05.431561 run mass: MS start registered {at=16887451.13490954, delay=0.004605505615472794, ms=00038}
22:49:05.706201 run osmo-ms-mob/00039: Starting mobile
22:49:05.720090 run osmo-ms-mob/00039(pid=174): Launched
22:49:05.731412 run mass: MS start registered {at=16887451.434764616, delay=0.00455731526017189, ms=00039}
22:49:06.044837 run mass: MS performed LU {at=16887451.748172812, lu_delay=6.014767222106457, ms=00024}
22:49:06.057060 run osmo-ms-mob/00040: Starting mobile
22:49:06.071391 run osmo-ms-mob/00040(pid=175): Launched
22:49:06.083836 run mass: MS start registered {at=16887451.78716933, delay=0.005952361971139908, ms=00040}
22:49:06.145939 run mass: MS performed LU {at=16887451.84927095, lu_delay=5.631858889013529, ms=00025}
22:49:06.192440 run mass: MS performed LU {at=16887451.895776648, lu_delay=5.261515364050865, ms=00026}
22:49:06.204652 run osmo-ms-mob/00041: Starting mobile
22:49:06.218901 run osmo-ms-mob/00041(pid=176): Launched
22:49:06.230132 run mass: MS start registered {at=16887451.93347968, delay=0.004739508032798767, ms=00041}
22:49:06.299033 run mass: MS performed LU {at=16887452.002283502, lu_delay=4.968562636524439, ms=00027}
22:49:06.830066 run osmo-ms-mob/00042: Starting mobile
22:49:06.844005 run osmo-ms-mob/00042(pid=177): Launched
22:49:06.850080 run mass: Starting too slowly. Moving on {now=16887452.55344843, sleep=-0.05067583546042442, target=16887452.502772596}
22:49:06.906789 run mass: MS start registered {at=16887452.61014603, delay=0.05669965222477913, ms=00042}
22:49:06.912892 run mass: Starting too slowly. Moving on {now=16887452.616261832, sleep=-0.013489235192537308, target=16887452.602772597}
22:49:07.105512 run osmo-ms-mob/00043: Starting mobile
22:49:07.119489 run osmo-ms-mob/00043(pid=178): Launched
22:49:07.130582 run mass: MS start registered {at=16887452.833931994, delay=0.00481950119137764, ms=00043}
22:49:07.406062 run osmo-ms-mob/00044: Starting mobile
22:49:07.420064 run osmo-ms-mob/00044(pid=179): Launched
22:49:07.431418 run mass: MS start registered {at=16887453.13475808, delay=0.004853900521993637, ms=00044}
22:49:07.705720 run osmo-ms-mob/00045: Starting mobile
22:49:07.719118 run osmo-ms-mob/00045(pid=180): Launched
22:49:07.730292 run mass: MS start registered {at=16887453.43363687, delay=0.004889823496341705, ms=00045}
22:49:08.005365 run osmo-ms-mob/00046: Starting mobile
22:49:08.019116 run osmo-ms-mob/00046(pid=181): Launched
22:49:08.025325 run mass: MS performed LU {at=16887453.728683807, lu_delay=5.0939168483018875, ms=00031}
22:49:08.031385 run mass: MS start registered {at=16887453.734751057, delay=0.006085202097892761, ms=00046}
22:49:08.056865 run mass: MS performed LU {at=16887453.760213014, lu_delay=5.640566375106573, ms=00030}
22:49:08.068160 run osmo-ms-mob/00047: Starting mobile
22:49:08.081574 run osmo-ms-mob/00047(pid=182): Launched
22:49:08.092781 run mass: MS start registered {at=16887453.79611466, delay=0.0045833103358745575, ms=00047}
22:49:08.144513 run mass: MS performed LU {at=16887453.847858522, lu_delay=4.910222414880991, ms=00032}
22:49:08.199699 run mass: MS performed LU {at=16887453.903035033, lu_delay=6.469404809176922, ms=00028}
22:49:08.211457 run osmo-ms-mob/00048: Starting mobile
22:49:08.227141 run osmo-ms-mob/00048(pid=183): Launched
22:49:08.233546 run mass: MS performed LU {at=16887453.93690572, lu_delay=6.103405389934778, ms=00029}
22:49:08.239703 run mass: MS start registered {at=16887453.94306979, delay=0.006182536482810974, ms=00048}
22:49:08.906774 run osmo-ms-mob/00049: Starting mobile
22:49:08.920717 run osmo-ms-mob/00049(pid=184): Launched
22:49:08.932290 run mass: MS start registered {at=16887454.635642227, delay=0.0022307224571704865, ms=00049}
22:49:09.205804 run osmo-ms-mob/00050: Starting mobile
22:49:09.219152 run osmo-ms-mob/00050(pid=185): Launched
22:49:09.230247 run mass: MS start registered {at=16887454.933597893, delay=0.0046407803893089294, ms=00050}
22:49:09.605563 run osmo-ms-mob/00051: Starting mobile
22:49:09.619290 run osmo-ms-mob/00051(pid=186): Launched
22:49:09.630609 run mass: MS start registered {at=16887455.333954804, delay=0.0048832036554813385, ms=00051}
22:49:09.810543 run mass: MS performed LU {at=16887455.51387734, lu_delay=6.179455358535051, ms=00033}
22:49:09.822710 run osmo-ms-mob/00052: Starting mobile
22:49:09.836805 run osmo-ms-mob/00052(pid=187): Launched
22:49:09.848101 run mass: MS start registered {at=16887455.55144688, delay=0.005146220326423645, ms=00052}
22:49:09.911590 run mass: MS performed LU {at=16887455.61492611, lu_delay=5.880578085780144, ms=00034}
22:49:09.958303 run mass: MS performed LU {at=16887455.661646903, lu_delay=5.703030075877905, ms=00035}
22:49:09.969686 run osmo-ms-mob/00053: Starting mobile
22:49:09.983188 run osmo-ms-mob/00053(pid=188): Launched
22:49:09.994191 run mass: MS start registered {at=16887455.697545636, delay=0.004486497491598129, ms=00053}
22:49:10.063702 run mass: MS performed LU {at=16887455.767039627, lu_delay=5.55659893155098, ms=00036}
22:49:10.119517 run mass: MS performed LU {at=16887455.82285357, lu_delay=4.988940607756376, ms=00037}
22:49:10.131106 run osmo-ms-mob/00054: Starting mobile
22:49:10.144773 run osmo-ms-mob/00054(pid=189): Launched
22:49:10.151369 run mass: MS performed LU {at=16887455.854726125, lu_delay=4.719816584140062, ms=00038}
22:49:10.157540 run mass: MS start registered {at=16887455.860905837, delay=0.006200622767210007, ms=00054}
22:49:10.805838 run osmo-ms-mob/00055: Starting mobile
22:49:10.820255 run osmo-ms-mob/00055(pid=190): Launched
22:49:10.832752 run mass: MS start registered {at=16887456.53610156, delay=0.005932141095399857, ms=00055}
22:49:11.105303 run osmo-ms-mob/00056: Starting mobile
22:49:11.119761 run osmo-ms-mob/00056(pid=191): Launched
22:49:11.131385 run mass: MS start registered {at=16887456.83473446, delay=0.005023151636123657, ms=00056}
22:49:11.405885 run osmo-ms-mob/00057: Starting mobile
22:49:11.419577 run osmo-ms-mob/00057(pid=192): Launched
22:49:11.430856 run mass: MS start registered {at=16887457.134199828, delay=0.004888057708740234, ms=00057}
22:49:11.776196 run mass: MS performed LU {at=16887457.479505308, lu_delay=5.692335978150368, ms=00040}
22:49:11.788255 run osmo-ms-mob/00058: Starting mobile
22:49:11.802187 run osmo-ms-mob/00058(pid=193): Launched
22:49:11.814075 run mass: MS start registered {at=16887457.517419755, delay=0.005292709916830063, ms=00058}
22:49:11.822178 run mass: MS performed LU {at=16887457.525529686, lu_delay=4.915383655577898, ms=00042}
22:49:11.910365 run mass: MS performed LU {at=16887457.613701075, lu_delay=5.680221393704414, ms=00041}
22:49:11.993559 run osmo-ms-mob/00059: Starting mobile
22:49:12.008816 run osmo-ms-mob/00059(pid=194): Launched
22:49:12.015529 run mass: MS performed LU {at=16887457.718884673, lu_delay=4.884952679276466, ms=00043}
22:49:12.021740 run mass: MS performed LU {at=16887457.72510443, lu_delay=6.290339812636375, ms=00039}
22:49:12.027840 run mass: MS start registered {at=16887457.73120493, delay=0.012342248111963272, ms=00059}
22:49:12.039439 run osmo-ms-mob/00060: Starting mobile
22:49:12.053598 run osmo-ms-mob/00060(pid=195): Launched
22:49:12.066557 run mass: MS start registered {at=16887457.76990055, delay=0.006392709910869598, ms=00060}
22:49:12.275733 run mass: MS performed LU {at=16887457.979070786, lu_delay=4.844312705099583, ms=00044}
22:49:12.805751 run osmo-ms-mob/00061: Starting mobile
22:49:12.819476 run osmo-ms-mob/00061(pid=196): Launched
22:49:12.831363 run mass: MS start registered {at=16887458.534700036, delay=0.005257435142993927, ms=00061}
22:49:13.105894 run osmo-ms-mob/00062: Starting mobile
22:49:13.119861 run osmo-ms-mob/00062(pid=197): Launched
22:49:13.131304 run mass: MS start registered {at=16887458.83465088, delay=0.004777804017066956, ms=00062}
22:49:13.405541 run osmo-ms-mob/00063: Starting mobile
22:49:13.419002 run osmo-ms-mob/00063(pid=198): Launched
22:49:13.429803 run mass: MS start registered {at=16887459.13315472, delay=0.004669275134801865, ms=00063}
22:49:13.575981 run mass: MS performed LU {at=16887459.279306363, lu_delay=5.336236573755741, ms=00048}
22:49:13.677306 run mass: MS performed LU {at=16887459.38064095, lu_delay=5.947004079818726, ms=00045}
22:49:13.724239 run mass: MS performed LU {at=16887459.427564453, lu_delay=5.631449792534113, ms=00047}
22:49:13.736495 run osmo-ms-mob/00064: Starting mobile
22:49:13.750753 run osmo-ms-mob/00064(pid=199): Launched
22:49:13.762035 run mass: MS start registered {at=16887459.46538395, delay=0.004841912537813187, ms=00064}
22:49:13.885039 run mass: MS performed LU {at=16887459.588352434, lu_delay=5.85360137745738, ms=00046}
22:49:13.903274 run mass: MS performed LU {at=16887459.606625106, lu_delay=4.673027213662863, ms=00050}
22:49:14.205651 run osmo-ms-mob/00065: Starting mobile
22:49:14.221706 run osmo-ms-mob/00065(pid=200): Launched
22:49:14.238660 run mass: MS start registered {at=16887459.941994447, delay=0.010013706982135773, ms=00065}
22:49:14.505541 run osmo-ms-mob/00066: Starting mobile
22:49:14.520254 run osmo-ms-mob/00066(pid=201): Launched
22:49:14.531666 run mass: MS start registered {at=16887460.235019155, delay=0.004650115966796875, ms=00066}
22:49:14.906315 run osmo-ms-mob/00067: Starting mobile
22:49:14.920372 run osmo-ms-mob/00067(pid=202): Launched
22:49:14.931776 run mass: MS start registered {at=16887460.635121815, delay=0.004960242658853531, ms=00067}
22:49:14.970295 run mass: MS performed LU {at=16887460.673623405, lu_delay=3.8388889469206333, ms=00056}
22:49:15.206024 run osmo-ms-mob/00068: Starting mobile
22:49:15.220464 run osmo-ms-mob/00068(pid=203): Launched
22:49:15.232318 run mass: MS start registered {at=16887460.935653377, delay=0.005432825535535812, ms=00068}
22:49:15.440395 run mass: MS performed LU {at=16887461.14373134, lu_delay=5.446185704320669, ms=00053}
22:49:15.495729 run mass: MS performed LU {at=16887461.199065343, lu_delay=5.8651105388998985, ms=00051}
22:49:15.507758 run osmo-ms-mob/00069: Starting mobile
22:49:15.522449 run osmo-ms-mob/00069(pid=204): Launched
22:49:15.534059 run mass: MS start registered {at=16887461.23740396, delay=0.005026638507843018, ms=00069}
22:49:15.588885 run mass: MS performed LU {at=16887461.292200033, lu_delay=5.431294195353985, ms=00054}
22:49:15.805175 run mass: MS performed LU {at=16887461.508510582, lu_delay=22.468460962176323, ms=00011}
22:49:16.005926 run osmo-ms-mob/00070: Starting mobile
22:49:16.020373 run osmo-ms-mob/00070(pid=205): Launched
22:49:16.031893 run mass: MS start registered {at=16887461.735232387, delay=0.00508292019367218, ms=00070}
22:49:16.405904 run osmo-ms-mob/00071: Starting mobile
22:49:16.420280 run osmo-ms-mob/00071(pid=206): Launched
22:49:16.432298 run mass: MS start registered {at=16887462.135616306, delay=0.0052754245698452, ms=00071}
22:49:16.501702 run mass: MS performed LU {at=16887462.20502164, lu_delay=5.668920077383518, ms=00055}
22:49:16.668199 run mass: MS performed LU {at=16887462.371535096, lu_delay=4.6403301656246185, ms=00059}
22:49:16.675097 run mass: MS performed LU {at=16887462.37846006, lu_delay=21.537871155887842, ms=00014}
22:49:16.686946 run osmo-ms-mob/00072: Starting mobile
22:49:16.701537 run osmo-ms-mob/00072(pid=207): Launched
22:49:16.713094 run mass: MS start registered {at=16887462.41643053, delay=0.00501042976975441, ms=00072}
22:49:17.213571 run osmo-ms-mob/00073: Starting mobile
22:49:17.244415 run osmo-ms-mob/00073(pid=208): Launched
22:49:17.265619 run mass: MS start registered {at=16887462.968932625, delay=0.00259954109787941, ms=00073}
22:49:17.342124 run mass: MS performed LU {at=16887463.045424428, lu_delay=5.528004672378302, ms=00058}
22:49:17.416039 run mass: MS performed LU {at=16887463.11934754, lu_delay=5.34944698959589, ms=00060}
22:49:17.489976 run mass: MS performed LU {at=16887463.19327666, lu_delay=6.059076830744743, ms=00057}
22:49:17.520435 run osmo-ms-mob/00074: Starting mobile
22:49:17.555822 run osmo-ms-mob/00074(pid=209): Launched
22:49:17.581303 run mass: MS start registered {at=16887463.284608375, delay=0.00913979858160019, ms=00074}
22:49:17.670375 run mass: MS performed LU {at=16887463.373692118, lu_delay=4.838992081582546, ms=00061}
22:49:18.011847 run osmo-ms-mob/00075: Starting mobile
22:49:18.034803 run osmo-ms-mob/00075(pid=210): Launched
22:49:18.060025 run mass: MS start registered {at=16887463.76332744, delay=0.012354519218206406, ms=00075}
22:49:18.511061 run osmo-ms-mob/00076: Starting mobile
22:49:18.545393 run osmo-ms-mob/00076(pid=211): Launched
22:49:18.562820 run mass: MS performed LU {at=16887464.266156483, lu_delay=3.631034668534994, ms=00067}
22:49:18.578806 run mass: MS start registered {at=16887464.282156155, delay=0.016043979674577713, ms=00076}
22:49:18.913488 run osmo-ms-mob/00077: Starting mobile
22:49:18.938789 run osmo-ms-mob/00077(pid=212): Launched
22:49:18.955368 run mass: MS start registered {at=16887464.658707008, delay=4.1425228118896484e-05, ms=00077}
22:49:19.326764 run mass: MS performed LU {at=16887465.030072413, lu_delay=5.088077966123819, ms=00065}
22:49:19.359595 run osmo-ms-mob/00078: Starting mobile
22:49:19.399570 run osmo-ms-mob/00078(pid=213): Launched
22:49:19.418130 run mass: MS performed LU {at=16887465.121461265, lu_delay=5.656077314168215, ms=00064}
22:49:19.436353 run mass: MS start registered {at=16887465.139698748, delay=0.01828305423259735, ms=00078}
22:49:19.497634 run mass: MS performed LU {at=16887465.20093939, lu_delay=6.067784670740366, ms=00063}
22:49:19.571713 run mass: MS performed LU {at=16887465.275006182, lu_delay=5.039987027645111, ms=00066}
22:49:19.603718 run osmo-ms-mob/00079: Starting mobile
22:49:19.639699 run osmo-ms-mob/00079(pid=214): Launched
22:49:19.664282 run mass: MS start registered {at=16887465.367579024, delay=0.00695742666721344, ms=00079}
22:49:20.313865 run osmo-ms-mob/00080: Starting mobile
22:49:20.348912 run osmo-ms-mob/00080(pid=215): Launched
22:49:20.366012 run mass: MS start registered {at=16887466.06934951, delay=0.0009646229445934296, ms=00080}
22:49:20.814897 run osmo-ms-mob/00081: Starting mobile
22:49:20.848028 run osmo-ms-mob/00081(pid=216): Launched
22:49:20.867976 run mass: MS start registered {at=16887466.571284793, delay=0.010326191782951355, ms=00081}
22:49:21.107855 run mass: MS performed LU {at=16887466.81116388, lu_delay=5.5737599208951, ms=00069}
22:49:21.139100 run osmo-ms-mob/00082: Starting mobile
22:49:21.159657 run osmo-ms-mob/00082(pid=217): Launched
22:49:21.170119 run mass: MS performed LU {at=16887466.87346731, lu_delay=4.73785100504756, ms=00071}
22:49:21.183496 run mass: MS start registered {at=16887466.886798505, delay=0.01336168497800827, ms=00082}
22:49:21.256113 run mass: MS performed LU {at=16887466.959443063, lu_delay=6.023789685219526, ms=00068}
22:49:21.417044 run mass: MS performed LU {at=16887467.120353717, lu_delay=5.385121330618858, ms=00070}
22:49:21.435497 run mass: MS performed LU {at=16887467.13882139, lu_delay=4.722390860319138, ms=00072}
22:49:21.815484 run osmo-ms-mob/00083: Starting mobile
22:49:21.849960 run osmo-ms-mob/00083(pid=218): Launched
22:49:21.872993 run mass: MS start registered {at=16887467.576299474, delay=0.006405174732208252, ms=00083}
22:49:22.314124 run osmo-ms-mob/00084: Starting mobile
22:49:22.351353 run osmo-ms-mob/00084(pid=219): Launched
22:49:22.370027 run mass: MS start registered {at=16887468.07335927, delay=0.00090794637799263, ms=00084}
22:49:22.814616 run osmo-ms-mob/00085: Starting mobile
22:49:22.852150 run osmo-ms-mob/00085(pid=220): Launched
22:49:22.871620 run mass: MS start registered {at=16887468.574935164, delay=0.0013672225177288055, ms=00085}
22:49:23.074317 run mass: MS performed LU {at=16887468.777567625, lu_delay=5.808635000139475, ms=00073}
22:49:23.092659 run mass: MS performed LU {at=16887468.795963187, lu_delay=5.511354811489582, ms=00074}
22:49:23.120680 run mass: MS performed LU {at=16887468.823958624, lu_delay=5.060631185770035, ms=00075}
22:49:23.414438 run osmo-ms-mob/00086: Starting mobile
22:49:23.441881 run osmo-ms-mob/00086(pid=221): Launched
22:49:23.462553 run mass: MS start registered {at=16887469.165856816, delay=0.007389035075902939, ms=00086}
22:49:23.499510 run mass: MS performed LU {at=16887469.20281, lu_delay=4.920653846114874, ms=00076}
22:49:24.014825 run osmo-ms-mob/00087: Starting mobile
22:49:24.038119 run osmo-ms-mob/00087(pid=222): Launched
22:49:24.053364 run mass: MS start registered {at=16887469.75670358, delay=3.765523433685303e-05, ms=00087}
22:49:24.606824 run osmo-ms-mob/00088: Starting mobile
22:49:24.622126 run osmo-ms-mob/00088(pid=223): Launched
22:49:24.635226 run mass: MS start registered {at=16887470.338555, delay=0.00482998788356781, ms=00088}
22:49:24.873694 run mass: MS performed LU {at=16887470.577015765, lu_delay=5.918308757245541, ms=00077}
22:49:24.891961 run mass: MS performed LU {at=16887470.59528307, lu_delay=5.455584321171045, ms=00078}
22:49:25.021867 run mass: MS performed LU {at=16887470.725196388, lu_delay=4.655846878886223, ms=00080}
22:49:25.165073 run mass: MS performed LU {at=16887470.868398074, lu_delay=5.5008190497756, ms=00079}
22:49:25.192295 run osmo-ms-mob/00089: Starting mobile
22:49:25.228530 run osmo-ms-mob/00089(pid=224): Launched
22:49:25.251000 run mass: MS start registered {at=16887470.95431163, delay=0.0065435320138931274, ms=00089}
22:49:25.813503 run osmo-ms-mob/00090: Starting mobile
22:49:25.840439 run osmo-ms-mob/00090(pid=225): Launched
22:49:25.855101 run mass: MS start registered {at=16887471.55842059, delay=0.00594489648938179, ms=00090}
22:49:26.513179 run osmo-ms-mob/00091: Starting mobile
22:49:26.536324 run osmo-ms-mob/00091(pid=226): Launched
22:49:26.560582 run mass: MS start registered {at=16887472.26389062, delay=0.006816897541284561, ms=00091}
22:49:26.840146 run mass: MS performed LU {at=16887472.543439467, lu_delay=5.972154673188925, ms=00081}
22:49:26.858353 run mass: MS performed LU {at=16887472.561691206, lu_delay=5.6748927012085915, ms=00082}
22:49:26.886139 run mass: MS performed LU {at=16887472.58944583, lu_delay=5.013146355748177, ms=00083}
22:49:27.214528 run osmo-ms-mob/00092: Starting mobile
22:49:27.248674 run osmo-ms-mob/00092(pid=227): Launched
22:49:27.264851 run mass: MS performed LU {at=16887472.968173802, lu_delay=4.894814532250166, ms=00084}
22:49:27.279710 run mass: MS start registered {at=16887472.98306091, delay=0.014937188476324081, ms=00092}
22:49:28.008015 run osmo-ms-mob/00093: Starting mobile
22:49:28.026297 run osmo-ms-mob/00093(pid=228): Launched
22:49:28.039202 run mass: MS start registered {at=16887473.742542543, delay=0.005257494747638702, ms=00093}
22:49:28.639943 run mass: MS performed LU {at=16887474.34326225, lu_delay=4.586558669805527, ms=00087}
22:49:28.657487 run mass: MS performed LU {at=16887474.360827696, lu_delay=5.785892531275749, ms=00085}
22:49:28.787549 run mass: MS performed LU {at=16887474.49087772, lu_delay=5.325020905584097, ms=00086}
22:49:28.803272 run osmo-ms-mob/00094: Starting mobile
22:49:28.821678 run osmo-ms-mob/00094(pid=229): Launched
22:49:28.843943 run mass: MS start registered {at=16887474.54724999, delay=0.012813333421945572, ms=00094}
22:49:29.810641 run osmo-ms-mob/00095: Starting mobile
22:49:29.828439 run osmo-ms-mob/00095(pid=230): Launched
22:49:29.844323 run mass: MS start registered {at=16887475.547651704, delay=0.007563043385744095, ms=00095}
22:49:30.606042 run mass: MS performed LU {at=16887476.30932352, lu_delay=5.970768518745899, ms=00088}
22:49:30.624303 run mass: MS performed LU {at=16887476.327638593, lu_delay=21.6919963657856, ms=00049}
22:49:30.639450 run osmo-ms-mob/00096: Starting mobile
22:49:30.656249 run osmo-ms-mob/00096(pid=231): Launched
22:49:30.663791 run mass: MS performed LU {at=16887476.367143027, lu_delay=5.412831395864487, ms=00089}
22:49:30.671193 run mass: MS start registered {at=16887476.37455554, delay=0.007438722997903824, ms=00096}
22:49:30.739041 run mass: MS performed LU {at=16887476.4423753, lu_delay=4.883954707533121, ms=00090}
22:49:31.906221 run osmo-ms-mob/00097: Starting mobile
22:49:31.926789 run osmo-ms-mob/00097(pid=232): Launched
22:49:31.947126 run mass: MS start registered {at=16887477.650438465, delay=0.011594172567129135, ms=00097}
22:49:32.404871 run mass: MS performed LU {at=16887478.108209368, lu_delay=22.556762486696243, ms=00052}
22:49:32.423413 run mass: MS performed LU {at=16887478.12675449, lu_delay=5.86286386847496, ms=00091}
22:49:32.553222 run mass: MS performed LU {at=16887478.256554246, lu_delay=4.514011703431606, ms=00093}
22:49:32.678208 run mass: MS performed LU {at=16887478.38154003, lu_delay=5.398479118943214, ms=00092}
22:49:33.206520 run osmo-ms-mob/00098: Starting mobile
22:49:33.223345 run osmo-ms-mob/00098(pid=233): Launched
22:49:33.236503 run mass: MS start registered {at=16887478.93984382, delay=0.005307085812091827, ms=00098}
22:49:34.371812 run mass: MS performed LU {at=16887480.07512157, lu_delay=5.5278715789318085, ms=00094}
22:49:34.860333 run mass: MS performed LU {at=16887480.56366059, lu_delay=5.016008887439966, ms=00095}
22:49:35.009374 run osmo-ms-mob/00099: Starting mobile
22:49:35.026578 run osmo-ms-mob/00099(pid=234): Launched
22:49:35.038208 run mass: All started... {duration=55.73879688233137, too_slow=2}
22:49:35.048718 run mass: MS start registered {at=16887480.752073802, delay=0.010510377585887909, ms=00099}
22:49:36.300056 run mass: MS performed LU {at=16887482.003387608, lu_delay=5.628832068294287, ms=00096}
22:49:36.554147 run mass: MS performed LU {at=16887482.257483117, lu_delay=23.42283223569393, ms=00062}
22:49:38.137745 run mass: MS performed LU {at=16887483.841034412, lu_delay=4.901190593838692, ms=00098}
22:49:38.155275 run mass: MS performed LU {at=16887483.85858914, lu_delay=6.208150673657656, ms=00097}
22:49:40.066935 run mass: MS performed LU {at=16887485.77027041, lu_delay=5.0181966088712215, ms=00099}
22:49:40.073334 run mass: Tests done {all_completed=True, max=23.42283223569393, min=3.631034668534994}
22:49:40.079209 tst register_default_mass.py: Test passed (85.0 sec)
22:49:40.085126 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.088757 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.092340 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.095950 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.099539 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.103150 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.106824 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.110504 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.114185 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.117830 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.121519 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.125271 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.129027 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.132710 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.136394 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.140228 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.144217 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.148511 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.153154 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.158308 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.162628 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.167244 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.171560 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.175797 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.179993 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.184534 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.188898 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.193895 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.198229 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.202418 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.207258 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.211665 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.215881 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.220063 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.224276 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.228925 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.233125 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.237394 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.241682 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.246412 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.250630 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.254843 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.259128 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.263427 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.267719 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.272137 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.276575 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.281003 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.285339 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.289628 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.293937 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.298224 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.302524 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.306819 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.311245 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.315824 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.320311 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.324527 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.328799 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.333221 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.337829 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.342055 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.346344 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.350565 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.354833 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.359120 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.363498 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.368156 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.372849 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.377333 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.381863 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.386339 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.391400 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.396005 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.400572 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.405011 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.409487 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.414056 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.418774 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.423449 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.428173 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.432909 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.437622 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.442447 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.447357 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.452223 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.456962 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.461892 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.466846 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.471609 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.476369 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.481158 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.485918 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.490686 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.496422 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.501335 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.506089 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.511294 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.517175 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.522596 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.527408 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.532159 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.536890 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.541736 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.546746 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.551514 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.556304 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.561026 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.565733 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.570445 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.575143 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.579833 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.584513 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.589245 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.593989 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.598705 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.603462 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.608029 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.612524 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.616939 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.621376 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.625740 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.630051 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.634341 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.638548 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.642750 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.646980 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.651351 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.655758 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.660208 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.664713 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.669268 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.673831 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.678314 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.682825 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.687293 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.691820 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.696368 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.700792 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.705220 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.709615 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.713962 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.718316 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.722613 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.726838 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.731021 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.735227 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.739531 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.743889 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.748332 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.752740 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.757162 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.761618 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.766174 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.770703 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.775249 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.779818 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.784378 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.788923 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.793466 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.798033 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.802595 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.807145 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.811675 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.816260 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.820865 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.825511 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.830074 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.834644 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.839202 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.843781 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.848324 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.852880 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.857451 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.861980 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.866394 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.870811 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.875233 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.879709 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.884119 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.888569 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.892979 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.897458 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.902032 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.906585 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.911029 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.915442 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.919794 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.924094 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.928404 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.932800 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.937140 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.941350 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.945618 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.949924 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.954281 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.958644 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.962936 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.967243 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.971593 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.975996 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.980356 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.984663 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.988981 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.993270 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.997588 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.001943 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.006393 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.010710 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.015110 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.019429 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.023846 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.028194 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.032520 --- ParallelTerminationStrategy: PID 22 died...
22:49:41.034537 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.039399 --- ParallelTerminationStrategy: PID 23 died...
22:49:41.041330 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.046164 --- ParallelTerminationStrategy: PID 24 died...
22:49:41.048125 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.052965 --- ParallelTerminationStrategy: PID 25 died...
22:49:41.055035 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.060018 --- ParallelTerminationStrategy: PID 26 died...
22:49:41.062048 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.067586 --- ParallelTerminationStrategy: PID 27 died...
22:49:41.071836 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.077366 --- ParallelTerminationStrategy: PID 28 died...
22:49:41.079378 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.084153 --- ParallelTerminationStrategy: PID 29 died...
22:49:41.086164 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.090879 --- ParallelTerminationStrategy: PID 30 died...
22:49:41.092755 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.097383 --- ParallelTerminationStrategy: PID 31 died...
22:49:41.099309 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.104020 --- ParallelTerminationStrategy: PID 32 died...
22:49:41.105900 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.110572 --- ParallelTerminationStrategy: PID 33 died...
22:49:41.112423 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.117005 --- ParallelTerminationStrategy: PID 35 died...
22:49:41.118907 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.123615 --- ParallelTerminationStrategy: PID 36 died...
22:49:41.125487 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.130106 --- ParallelTerminationStrategy: PID 37 died...
22:49:41.131980 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.136639 --- ParallelTerminationStrategy: PID 38 died...
22:49:41.138543 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.143240 --- ParallelTerminationStrategy: PID 39 died...
22:49:41.145187 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.150000 --- ParallelTerminationStrategy: PID 40 died...
22:49:41.151956 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.156811 --- ParallelTerminationStrategy: PID 41 died...
22:49:41.158797 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.163556 --- ParallelTerminationStrategy: PID 42 died...
22:49:41.165497 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.170310 --- ParallelTerminationStrategy: PID 43 died...
22:49:41.172235 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.176971 --- ParallelTerminationStrategy: PID 44 died...
22:49:41.178895 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.183619 --- ParallelTerminationStrategy: PID 45 died...
22:49:41.185559 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.190177 --- ParallelTerminationStrategy: PID 46 died...
22:49:41.192189 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.196886 --- ParallelTerminationStrategy: PID 47 died...
22:49:41.198773 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.203416 --- ParallelTerminationStrategy: PID 48 died...
22:49:41.205281 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.209896 --- ParallelTerminationStrategy: PID 49 died...
22:49:41.211756 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.216414 --- ParallelTerminationStrategy: PID 50 died...
22:49:41.218300 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.222926 --- ParallelTerminationStrategy: PID 51 died...
22:49:41.224797 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.229438 --- ParallelTerminationStrategy: PID 52 died...
22:49:41.231373 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.236681 --- ParallelTerminationStrategy: PID 53 died...
22:49:41.238590 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.243327 --- ParallelTerminationStrategy: PID 54 died...
22:49:41.245201 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.250693 --- ParallelTerminationStrategy: PID 55 died...
22:49:41.252604 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.257276 --- ParallelTerminationStrategy: PID 56 died...
22:49:41.259160 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.263871 --- ParallelTerminationStrategy: PID 57 died...
22:49:41.265754 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.270305 --- ParallelTerminationStrategy: PID 58 died...
22:49:41.272104 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.276601 --- ParallelTerminationStrategy: PID 59 died...
22:49:41.278431 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.282815 --- ParallelTerminationStrategy: PID 60 died...
22:49:41.284584 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.288943 --- ParallelTerminationStrategy: PID 61 died...
22:49:41.290720 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.295102 --- ParallelTerminationStrategy: PID 62 died...
22:49:41.296874 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.301233 --- ParallelTerminationStrategy: PID 63 died...
22:49:41.303000 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.307359 --- ParallelTerminationStrategy: PID 64 died...
22:49:41.309123 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.313517 --- ParallelTerminationStrategy: PID 65 died...
22:49:41.315307 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.319791 --- ParallelTerminationStrategy: PID 66 died...
22:49:41.321609 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.325962 --- ParallelTerminationStrategy: PID 67 died...
22:49:41.327729 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.332079 --- ParallelTerminationStrategy: PID 68 died...
22:49:41.333842 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.338217 --- ParallelTerminationStrategy: PID 69 died...
22:49:41.339984 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.344344 --- ParallelTerminationStrategy: PID 70 died...
22:49:41.346127 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.350585 --- ParallelTerminationStrategy: PID 71 died...
22:49:41.352389 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.356912 --- ParallelTerminationStrategy: PID 72 died...
22:49:41.358741 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.363357 --- ParallelTerminationStrategy: PID 73 died...
22:49:41.365182 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.369700 --- ParallelTerminationStrategy: PID 74 died...
22:49:41.371512 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.376001 --- ParallelTerminationStrategy: PID 75 died...
22:49:41.377831 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.382349 --- ParallelTerminationStrategy: PID 76 died...
22:49:41.384197 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.388684 --- ParallelTerminationStrategy: PID 77 died...
22:49:41.390504 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.394999 --- ParallelTerminationStrategy: PID 78 died...
22:49:41.396817 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.401347 --- ParallelTerminationStrategy: PID 79 died...
22:49:41.403164 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.407668 --- ParallelTerminationStrategy: PID 80 died...
22:49:41.409482 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.413987 --- ParallelTerminationStrategy: PID 81 died...
22:49:41.415801 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.420284 --- ParallelTerminationStrategy: PID 82 died...
22:49:41.422127 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.426707 --- ParallelTerminationStrategy: PID 83 died...
22:49:41.428528 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.433014 --- ParallelTerminationStrategy: PID 84 died...
22:49:41.434840 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.439391 --- ParallelTerminationStrategy: PID 85 died...
22:49:41.441216 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.445724 --- ParallelTerminationStrategy: PID 86 died...
22:49:41.447536 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.452037 --- ParallelTerminationStrategy: PID 87 died...
22:49:41.453874 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.458355 --- ParallelTerminationStrategy: PID 88 died...
22:49:41.460178 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.464750 --- ParallelTerminationStrategy: PID 89 died...
22:49:41.466586 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.471247 --- ParallelTerminationStrategy: PID 90 died...
22:49:41.473125 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.477787 --- ParallelTerminationStrategy: PID 91 died...
22:49:41.479680 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.484332 --- ParallelTerminationStrategy: PID 92 died...
22:49:41.486201 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.490807 --- ParallelTerminationStrategy: PID 93 died...
22:49:41.492678 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.497224 --- ParallelTerminationStrategy: PID 94 died...
22:49:41.499043 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.503531 --- ParallelTerminationStrategy: PID 95 died...
22:49:41.505354 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.509869 --- ParallelTerminationStrategy: PID 96 died...
22:49:41.511689 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.516205 --- ParallelTerminationStrategy: PID 97 died...
22:49:41.518025 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.522524 --- ParallelTerminationStrategy: PID 98 died...
22:49:41.524349 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.528879 --- ParallelTerminationStrategy: PID 99 died...
22:49:41.530711 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.535244 --- ParallelTerminationStrategy: PID 100 died...
22:49:41.537063 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.541512 --- ParallelTerminationStrategy: PID 101 died...
22:49:41.543351 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.547851 --- ParallelTerminationStrategy: PID 102 died...
22:49:41.549671 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.554201 --- ParallelTerminationStrategy: PID 103 died...
22:49:41.556050 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.560660 --- ParallelTerminationStrategy: PID 104 died...
22:49:41.562539 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.567177 --- ParallelTerminationStrategy: PID 105 died...
22:49:41.569009 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.573539 --- ParallelTerminationStrategy: PID 106 died...
22:49:41.575371 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.579891 --- ParallelTerminationStrategy: PID 107 died...
22:49:41.581727 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.586277 --- ParallelTerminationStrategy: PID 108 died...
22:49:41.588123 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.592583 --- ParallelTerminationStrategy: PID 109 died...
22:49:41.594416 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.598975 --- ParallelTerminationStrategy: PID 110 died...
22:49:41.600856 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.605400 --- ParallelTerminationStrategy: PID 111 died...
22:49:41.607244 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.611768 --- ParallelTerminationStrategy: PID 112 died...
22:49:41.613617 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.618215 --- ParallelTerminationStrategy: PID 113 died...
22:49:41.620075 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.624689 --- ParallelTerminationStrategy: PID 114 died...
22:49:41.626586 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.631205 --- ParallelTerminationStrategy: PID 115 died...
22:49:41.633114 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.637802 --- ParallelTerminationStrategy: PID 116 died...
22:49:41.639744 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.644524 --- ParallelTerminationStrategy: PID 117 died...
22:49:41.646477 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.651245 --- ParallelTerminationStrategy: PID 118 died...
22:49:41.653156 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.657819 --- ParallelTerminationStrategy: PID 119 died...
22:49:41.659709 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.664556 --- ParallelTerminationStrategy: PID 120 died...
22:49:41.666593 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.671528 --- ParallelTerminationStrategy: PID 121 died...
22:49:41.673528 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.678378 --- ParallelTerminationStrategy: PID 122 died...
22:49:41.680332 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.685135 --- ParallelTerminationStrategy: PID 123 died...
22:49:41.687082 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.691909 --- ParallelTerminationStrategy: PID 124 died...
22:49:41.693848 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.698568 --- ParallelTerminationStrategy: PID 125 died...
22:49:41.700522 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.705107 --- ParallelTerminationStrategy: PID 126 died...
22:49:41.706937 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.711462 --- ParallelTerminationStrategy: PID 127 died...
22:49:41.713316 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.717855 --- ParallelTerminationStrategy: PID 128 died...
22:49:41.719691 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.724212 --- ParallelTerminationStrategy: PID 129 died...
22:49:41.726075 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.730662 --- ParallelTerminationStrategy: PID 130 died...
22:49:41.732527 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.737067 --- ParallelTerminationStrategy: PID 131 died...
22:49:41.738928 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.743471 --- ParallelTerminationStrategy: PID 132 died...
22:49:41.745350 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.750054 --- ParallelTerminationStrategy: PID 133 died...
22:49:41.751956 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.756766 --- ParallelTerminationStrategy: PID 134 died...
22:49:41.758616 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.763254 --- ParallelTerminationStrategy: PID 135 died...
22:49:41.765151 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.769831 --- ParallelTerminationStrategy: PID 136 died...
22:49:41.771721 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.776331 --- ParallelTerminationStrategy: PID 137 died...
22:49:41.778162 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.782728 --- ParallelTerminationStrategy: PID 138 died...
22:49:41.784575 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.789199 --- ParallelTerminationStrategy: PID 139 died...
22:49:41.791097 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.795900 --- ParallelTerminationStrategy: PID 140 died...
22:49:41.797856 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.802653 --- ParallelTerminationStrategy: PID 141 died...
22:49:41.804533 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.809361 --- ParallelTerminationStrategy: PID 142 died...
22:49:41.811246 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.816024 --- ParallelTerminationStrategy: PID 143 died...
22:49:41.817922 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.822835 --- ParallelTerminationStrategy: PID 144 died...
22:49:41.824787 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.829512 --- ParallelTerminationStrategy: PID 145 died...
22:49:41.831408 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.836182 --- ParallelTerminationStrategy: PID 146 died...
22:49:41.838136 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.842864 --- ParallelTerminationStrategy: PID 147 died...
22:49:41.844810 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.849560 --- ParallelTerminationStrategy: PID 148 died...
22:49:41.851497 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.856385 --- ParallelTerminationStrategy: PID 149 died...
22:49:41.858342 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.863270 --- ParallelTerminationStrategy: PID 150 died...
22:49:41.865206 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.870041 --- ParallelTerminationStrategy: PID 151 died...
22:49:41.871983 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.876805 --- ParallelTerminationStrategy: PID 152 died...
22:49:41.878749 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.883500 --- ParallelTerminationStrategy: PID 153 died...
22:49:41.885425 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.890214 --- ParallelTerminationStrategy: PID 154 died...
22:49:41.892091 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.896827 --- ParallelTerminationStrategy: PID 155 died...
22:49:41.898707 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.903534 --- ParallelTerminationStrategy: PID 156 died...
22:49:41.905471 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.910244 --- ParallelTerminationStrategy: PID 157 died...
22:49:41.912127 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.916926 --- ParallelTerminationStrategy: PID 158 died...
22:49:41.918835 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.923583 --- ParallelTerminationStrategy: PID 159 died...
22:49:41.925532 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.930263 --- ParallelTerminationStrategy: PID 160 died...
22:49:41.932201 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.937001 --- ParallelTerminationStrategy: PID 161 died...
22:49:41.938942 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.943666 --- ParallelTerminationStrategy: PID 162 died...
22:49:41.945667 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.950472 --- ParallelTerminationStrategy: PID 163 died...
22:49:41.952379 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.957522 --- ParallelTerminationStrategy: PID 164 died...
22:49:41.959445 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.964119 --- ParallelTerminationStrategy: PID 165 died...
22:49:41.965973 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.970496 --- ParallelTerminationStrategy: PID 166 died...
22:49:41.972319 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.976853 --- ParallelTerminationStrategy: PID 167 died...
22:49:41.978664 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.983178 --- ParallelTerminationStrategy: PID 168 died...
22:49:41.984948 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.989370 --- ParallelTerminationStrategy: PID 169 died...
22:49:41.991141 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.995578 --- ParallelTerminationStrategy: PID 170 died...
22:49:41.997380 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.001777 --- ParallelTerminationStrategy: PID 171 died...
22:49:42.003538 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.007984 --- ParallelTerminationStrategy: PID 172 died...
22:49:42.009881 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.014564 --- ParallelTerminationStrategy: PID 173 died...
22:49:42.016482 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.021285 --- ParallelTerminationStrategy: PID 174 died...
22:49:42.023211 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.027861 --- ParallelTerminationStrategy: PID 175 died...
22:49:42.029766 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.034386 --- ParallelTerminationStrategy: PID 176 died...
22:49:42.036206 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.040651 --- ParallelTerminationStrategy: PID 177 died...
22:49:42.042421 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.046743 --- ParallelTerminationStrategy: PID 178 died...
22:49:42.048469 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.052762 --- ParallelTerminationStrategy: PID 179 died...
22:49:42.054480 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.058759 --- ParallelTerminationStrategy: PID 180 died...
22:49:42.060482 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.064828 --- ParallelTerminationStrategy: PID 181 died...
22:49:42.066554 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.070834 --- ParallelTerminationStrategy: PID 182 died...
22:49:42.072574 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.076994 --- ParallelTerminationStrategy: PID 183 died...
22:49:42.078814 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.083333 --- ParallelTerminationStrategy: PID 184 died...
22:49:42.085139 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.089528 --- ParallelTerminationStrategy: PID 185 died...
22:49:42.091279 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.095586 --- ParallelTerminationStrategy: PID 186 died...
22:49:42.097322 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.101618 --- ParallelTerminationStrategy: PID 187 died...
22:49:42.103331 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.107593 --- ParallelTerminationStrategy: PID 188 died...
22:49:42.109357 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.113739 --- ParallelTerminationStrategy: PID 189 died...
22:49:42.115548 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.120043 --- ParallelTerminationStrategy: PID 190 died...
22:49:42.121887 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.126278 --- ParallelTerminationStrategy: PID 191 died...
22:49:42.128044 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.132434 --- ParallelTerminationStrategy: PID 192 died...
22:49:42.134202 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.138525 --- ParallelTerminationStrategy: PID 193 died...
22:49:42.140292 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.144595 --- ParallelTerminationStrategy: PID 194 died...
22:49:42.146313 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.150617 --- ParallelTerminationStrategy: PID 195 died...
22:49:42.152375 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.156707 --- ParallelTerminationStrategy: PID 196 died...
22:49:42.158436 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.162727 --- ParallelTerminationStrategy: PID 197 died...
22:49:42.164443 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.168736 --- ParallelTerminationStrategy: PID 198 died...
22:49:42.170463 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.174731 --- ParallelTerminationStrategy: PID 199 died...
22:49:42.176452 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.180760 --- ParallelTerminationStrategy: PID 200 died...
22:49:42.182483 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.186746 --- ParallelTerminationStrategy: PID 201 died...
22:49:42.188462 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.192718 --- ParallelTerminationStrategy: PID 202 died...
22:49:42.194441 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.198744 --- ParallelTerminationStrategy: PID 203 died...
22:49:42.200463 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.204778 --- ParallelTerminationStrategy: PID 204 died...
22:49:42.206504 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.210764 --- ParallelTerminationStrategy: PID 205 died...
22:49:42.212491 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.216791 --- ParallelTerminationStrategy: PID 206 died...
22:49:42.218518 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.222792 --- ParallelTerminationStrategy: PID 207 died...
22:49:42.224518 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.228815 --- ParallelTerminationStrategy: PID 208 died...
22:49:42.230531 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.234817 --- ParallelTerminationStrategy: PID 209 died...
22:49:42.236556 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.241175 --- ParallelTerminationStrategy: PID 210 died...
22:49:42.242967 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.247374 --- ParallelTerminationStrategy: PID 211 died...
22:49:42.249164 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.253583 --- ParallelTerminationStrategy: PID 212 died...
22:49:42.255361 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.259736 --- ParallelTerminationStrategy: PID 213 died...
22:49:42.261509 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.265911 --- ParallelTerminationStrategy: PID 214 died...
22:49:42.267626 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.271908 --- ParallelTerminationStrategy: PID 215 died...
22:49:42.273645 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.278007 --- ParallelTerminationStrategy: PID 216 died...
22:49:42.279749 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.284153 --- ParallelTerminationStrategy: PID 217 died...
22:49:42.285905 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.290203 --- ParallelTerminationStrategy: PID 218 died...
22:49:42.291967 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.296363 --- ParallelTerminationStrategy: PID 219 died...
22:49:42.298135 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.302492 --- ParallelTerminationStrategy: PID 220 died...
22:49:42.304204 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.308467 --- ParallelTerminationStrategy: PID 221 died...
22:49:42.310182 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.314464 --- ParallelTerminationStrategy: PID 222 died...
22:49:42.316169 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.320458 --- ParallelTerminationStrategy: PID 223 died...
22:49:42.322177 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.326461 --- ParallelTerminationStrategy: PID 224 died...
22:49:42.328174 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.332461 --- ParallelTerminationStrategy: PID 225 died...
22:49:42.334220 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.338623 --- ParallelTerminationStrategy: PID 226 died...
22:49:42.340375 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.344796 --- ParallelTerminationStrategy: PID 227 died...
22:49:42.346555 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.350907 --- ParallelTerminationStrategy: PID 228 died...
22:49:42.352626 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.356959 --- ParallelTerminationStrategy: PID 229 died...
22:49:42.358739 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.363145 --- ParallelTerminationStrategy: PID 230 died...
22:49:42.364948 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.369453 --- ParallelTerminationStrategy: PID 231 died...
22:49:42.371280 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.375736 --- ParallelTerminationStrategy: PID 232 died...
22:49:42.377497 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.381900 --- ParallelTerminationStrategy: PID 233 died...
22:49:42.383664 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.387980 --- ParallelTerminationStrategy: PID 234 died...
22:49:42.389701 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.793848 --- ParallelTerminationStrategy: PID 34 died...
22:49:45.797024 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8040 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.871077 tst trial-8040: Storing JUnit report in /build/trial-8040/run.2025-07-27_22-48-14/trial-8040.xml
--------------------------------------------------------------------------------------------
trial-8040 PASS
--------------------------------------------------------------------------------------------
22:49:45.883383 tst trial-8040: trial-8040: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8040/inst
+ cd trial-8040
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-27 22:48:14
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8040-run.tgz run.2025-07-27_22-48-14
+ tar czf /build/trial-8040-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-27_13_28_46.tgz osmo-bts-oc2g.build-2025-07-27_00_51_37.tgz osmo-bts-sysmo.build-2025-07-27_00_51_35.tgz osmo-bts.build-2025-07-27_00_51_44.tgz osmo-ggsn.build-2025-07-27_20_42_59.tgz osmo-hlr.build-2025-07-27_16_36_47.tgz osmo-hnbgw.build-2025-07-27_13_29_54.tgz osmo-mgw.build-2025-07-27_08_33_11.tgz osmo-msc.build-2025-07-27_13_32_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-27_07_33_57.tgz osmo-pcu-sysmo.build-2025-07-27_07_35_59.tgz osmo-pcu.build-2025-07-27_07_36_05.tgz osmo-sgsn.build-2025-07-27_20_49_09.tgz osmo-stp.build-2025-07-27_13_25_15.tgz osmo-trx.build-2025-07-27_14_29_46.tgz osmocom-bb.build-2025-07-27_21_17_14.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