Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12658849739310963275.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-8030
+ 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: 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 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#7 CACHED
#8 [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
#8 CACHED
#9 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#11 CACHED
#12 [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
#12 CACHED
#13 [ 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
#13 CACHED
#14 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#14 CACHED
#15 [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
#15 CACHED
#16 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#16 CACHED
#17 [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
#17 CACHED
#18 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#18 CACHED
#19 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#19 CACHED
#20 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#20 CACHED
#21 [ 3/28] RUN groupadd osmo-gsm-tester
#21 CACHED
#22 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#22 CACHED
#23 [ 9/28] COPY SSH /root/.ssh
#23 CACHED
#24 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#26 CACHED
#27 [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
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [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
#29 CACHED
#30 [ 2/28] RUN useradd -ms /bin/bash jenkins
#30 CACHED
#31 [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
#31 CACHED
#32 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c9891e83db156836e5dd23a959941ed4a251698f33958736b93e7c32b4381af7 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8031 -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-18 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8031
+ mkdir -p trial-8031
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-18_13_26_27.tgz osmo-bts-oc2g.build-2025-07-18_00_51_33.tgz osmo-bts-sysmo.build-2025-07-18_00_51_40.tgz osmo-bts.build-2025-07-18_00_51_48.tgz osmo-ggsn.build-2025-07-18_20_43_06.tgz osmo-hlr.build-2025-07-18_16_36_53.tgz osmo-hnbgw.build-2025-07-18_13_30_14.tgz osmo-mgw.build-2025-07-18_08_33_16.tgz osmo-msc.build-2025-07-18_13_32_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-18_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-18_07_36_05.tgz osmo-pcu.build-2025-07-18_07_36_12.tgz osmo-sgsn.build-2025-07-18_20_49_46.tgz osmo-stp.build-2025-07-18_13_25_15.tgz osmo-trx.build-2025-07-18_14_28_07.tgz osmocom-bb.build-2025-07-18_21_17_13.tgz srslte.build-19.tgz trial-8031
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-18_13_26_27.md5 osmo-bts-oc2g.build-2025-07-18_00_51_33.md5 osmo-bts-sysmo.build-2025-07-18_00_51_40.md5 osmo-bts.build-2025-07-18_00_51_48.md5 osmo-ggsn.build-2025-07-18_20_43_06.md5 osmo-hlr.build-2025-07-18_16_36_53.md5 osmo-hnbgw.build-2025-07-18_13_30_14.md5 osmo-mgw.build-2025-07-18_08_33_16.md5 osmo-msc.build-2025-07-18_13_32_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-18_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-18_07_36_05.md5 osmo-pcu.build-2025-07-18_07_36_12.md5 osmo-sgsn.build-2025-07-18_20_49_46.md5 osmo-stp.build-2025-07-18_13_25_15.md5 osmo-trx.build-2025-07-18_14_28_07.md5 osmocom-bb.build-2025-07-18_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-18_13_26_27.md5 osmo-bts-oc2g.build-2025-07-18_00_51_33.md5 osmo-bts-sysmo.build-2025-07-18_00_51_40.md5 osmo-bts.build-2025-07-18_00_51_48.md5 osmo-ggsn.build-2025-07-18_20_43_06.md5 osmo-hlr.build-2025-07-18_16_36_53.md5 osmo-hnbgw.build-2025-07-18_13_30_14.md5 osmo-mgw.build-2025-07-18_08_33_16.md5 osmo-msc.build-2025-07-18_13_32_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-18_07_34_00.md5 osmo-pcu-sysmo.build-2025-07-18_07_36_05.md5 osmo-pcu.build-2025-07-18_07_36_12.md5 osmo-sgsn.build-2025-07-18_20_49_46.md5 osmo-stp.build-2025-07-18_13_25_15.md5 osmo-trx.build-2025-07-18_14_28_07.md5 osmocom-bb.build-2025-07-18_21_17_13.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-8031 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8031'
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-8031
--------------------------------------------------------------------------------------------
22:48:18.392302 tst trial-8031: Detailed log at /build/trial-8031/run.2025-07-18_22-48-18/log
---------------------------------------------------------------------
trial-8031 netreg_mass
---------------------------------------------------------------------
22:48:18.607983 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.608350 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.609149 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.610344 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.652830 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.653676 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.654840 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.724798 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-8031 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.725579 tst register_default_mass.py:9: Claiming resources for the test
22:48:18.740886 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.741446 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.741942 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.742392 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.742831 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.743275 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.743730 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.788465 tst register_default_mass.py: using LAC 2
22:48:18.843982 tst register_default_mass.py: using RAC 2
22:48:18.884606 tst register_default_mass.py: using CellId 2
22:48:18.938734 tst register_default_mass.py: using BVCI 3
22:48:18.960047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.960876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.961530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962082 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.962614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.963641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.964166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.964708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.965213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.965751 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.966807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.967883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968413 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.968961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.969494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.970536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.971588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.972113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.972650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.973704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.974759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.975809 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.976860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.977898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978420 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.978942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979450 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.979975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.980499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.981549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.982593 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.983624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.984677 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.985722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.986763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.987799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.988841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.989884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990399 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.990908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.991981 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.992496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.993566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.994594 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.995627 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.996688 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.997722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.998832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.999863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.000911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.001935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.002437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.002959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.003575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.004621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.005135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.005661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.006677 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.007700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.008231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.008757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.009789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.010290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.010812 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.011840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012340 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.012886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.013453 tst register_default_mass.py:21: Launching a simple network
22:48:19.023783 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.145525 run create_hlr_db(pid=20): Launched
22:48:20.155893 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.173392 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.189597 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.195680 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.381532 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.397685 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.405109 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.843941 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.860301 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.870987 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.990789 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.006806 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.013029 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.038253 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.054760 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.060863 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.387663 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.403895 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.429054 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.621791 run osmo-bts-virtual(pid=34): Launched
22:48:31.686297 tst register_default_mass.py: using MSISDN 1001
22:48:31.692314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.789181 tst register_default_mass.py: using MSISDN 1002
22:48:31.798101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.881823 tst register_default_mass.py: using MSISDN 1003
22:48:31.894435 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.969822 tst register_default_mass.py: using MSISDN 1004
22:48:31.979610 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.050323 tst register_default_mass.py: using MSISDN 1005
22:48:32.068199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.138595 tst register_default_mass.py: using MSISDN 1006
22:48:32.152550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.222420 tst register_default_mass.py: using MSISDN 1007
22:48:32.232720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.305332 tst register_default_mass.py: using MSISDN 1008
22:48:32.313488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.379230 tst register_default_mass.py: using MSISDN 1009
22:48:32.398519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.474004 tst register_default_mass.py: using MSISDN 1010
22:48:32.495887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.563841 tst register_default_mass.py: using MSISDN 1011
22:48:32.570350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.640825 tst register_default_mass.py: using MSISDN 1012
22:48:32.660555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.728862 tst register_default_mass.py: using MSISDN 1013
22:48:32.738508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.839438 tst register_default_mass.py: using MSISDN 1014
22:48:32.845812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.065065 tst register_default_mass.py: using MSISDN 1015
22:48:33.071014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.142212 tst register_default_mass.py: using MSISDN 1016
22:48:33.148296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.601860 tst register_default_mass.py: using MSISDN 1017
22:48:34.613006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.791677 tst register_default_mass.py: using MSISDN 1018
22:48:34.797787 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.896829 tst register_default_mass.py: using MSISDN 1019
22:48:34.902655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.968016 tst register_default_mass.py: using MSISDN 1020
22:48:34.974453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.049824 tst register_default_mass.py: using MSISDN 1021
22:48:35.055878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.128784 tst register_default_mass.py: using MSISDN 1022
22:48:35.138271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.233593 tst register_default_mass.py: using MSISDN 1023
22:48:35.239743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.318350 tst register_default_mass.py: using MSISDN 1024
22:48:35.339418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.418620 tst register_default_mass.py: using MSISDN 1025
22:48:35.427108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.507510 tst register_default_mass.py: using MSISDN 1026
22:48:35.525476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.601710 tst register_default_mass.py: using MSISDN 1027
22:48:35.622353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.694569 tst register_default_mass.py: using MSISDN 1028
22:48:35.700786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.783441 tst register_default_mass.py: using MSISDN 1029
22:48:35.789918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.866237 tst register_default_mass.py: using MSISDN 1030
22:48:35.875781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.940290 tst register_default_mass.py: using MSISDN 1031
22:48:35.948472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.012168 tst register_default_mass.py: using MSISDN 1032
22:48:36.018422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.107182 tst register_default_mass.py: using MSISDN 1033
22:48:36.114068 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.254998 tst register_default_mass.py: using MSISDN 1034
22:48:36.263950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.407029 tst register_default_mass.py: using MSISDN 1035
22:48:36.412790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.498139 tst register_default_mass.py: using MSISDN 1036
22:48:36.504263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.590722 tst register_default_mass.py: using MSISDN 1037
22:48:36.598715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.680396 tst register_default_mass.py: using MSISDN 1038
22:48:36.686569 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.794241 tst register_default_mass.py: using MSISDN 1039
22:48:36.800167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.874278 tst register_default_mass.py: using MSISDN 1040
22:48:36.881644 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.103270 tst register_default_mass.py: using MSISDN 1041
22:48:37.113911 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.182669 tst register_default_mass.py: using MSISDN 1042
22:48:37.203184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.281212 tst register_default_mass.py: using MSISDN 1043
22:48:37.287702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.428555 tst register_default_mass.py: using MSISDN 1044
22:48:37.434700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.650554 tst register_default_mass.py: using MSISDN 1045
22:48:37.666425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.730195 tst register_default_mass.py: using MSISDN 1046
22:48:37.743726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.817949 tst register_default_mass.py: using MSISDN 1047
22:48:37.824151 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.909316 tst register_default_mass.py: using MSISDN 1048
22:48:37.915403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.994795 tst register_default_mass.py: using MSISDN 1049
22:48:38.001674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.085776 tst register_default_mass.py: using MSISDN 1050
22:48:38.092192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.180821 tst register_default_mass.py: using MSISDN 1051
22:48:38.186949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.266572 tst register_default_mass.py: using MSISDN 1052
22:48:38.272551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.357241 tst register_default_mass.py: using MSISDN 1053
22:48:38.366539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.468531 tst register_default_mass.py: using MSISDN 1054
22:48:38.476411 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.558793 tst register_default_mass.py: using MSISDN 1055
22:48:38.564919 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.653381 tst register_default_mass.py: using MSISDN 1056
22:48:38.674929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.742568 tst register_default_mass.py: using MSISDN 1057
22:48:38.748634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.834531 tst register_default_mass.py: using MSISDN 1058
22:48:38.840802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.921200 tst register_default_mass.py: using MSISDN 1059
22:48:38.927292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.009646 tst register_default_mass.py: using MSISDN 1060
22:48:39.017207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.095882 tst register_default_mass.py: using MSISDN 1061
22:48:39.101904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.573315 tst register_default_mass.py: using MSISDN 1062
22:48:39.579358 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.670144 tst register_default_mass.py: using MSISDN 1063
22:48:39.680589 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.771844 tst register_default_mass.py: using MSISDN 1064
22:48:39.777926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.851280 tst register_default_mass.py: using MSISDN 1065
22:48:39.857424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.930901 tst register_default_mass.py: using MSISDN 1066
22:48:39.941425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.013568 tst register_default_mass.py: using MSISDN 1067
22:48:40.019401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.105173 tst register_default_mass.py: using MSISDN 1068
22:48:40.111355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.197942 tst register_default_mass.py: using MSISDN 1069
22:48:40.204116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.308721 tst register_default_mass.py: using MSISDN 1070
22:48:40.314950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.421313 tst register_default_mass.py: using MSISDN 1071
22:48:40.427331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.509786 tst register_default_mass.py: using MSISDN 1072
22:48:40.515991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.600828 tst register_default_mass.py: using MSISDN 1073
22:48:40.606963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.694107 tst register_default_mass.py: using MSISDN 1074
22:48:40.700289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.769994 tst register_default_mass.py: using MSISDN 1075
22:48:40.776108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.855517 tst register_default_mass.py: using MSISDN 1076
22:48:40.861608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.941352 tst register_default_mass.py: using MSISDN 1077
22:48:40.947426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.026895 tst register_default_mass.py: using MSISDN 1078
22:48:41.032877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.099529 tst register_default_mass.py: using MSISDN 1079
22:48:41.105761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.189272 tst register_default_mass.py: using MSISDN 1080
22:48:41.195059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.276081 tst register_default_mass.py: using MSISDN 1081
22:48:41.282284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.360347 tst register_default_mass.py: using MSISDN 1082
22:48:41.366219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.436313 tst register_default_mass.py: using MSISDN 1083
22:48:41.442314 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.505599 tst register_default_mass.py: using MSISDN 1084
22:48:41.511636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.579005 tst register_default_mass.py: using MSISDN 1085
22:48:41.585152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.677694 tst register_default_mass.py: using MSISDN 1086
22:48:41.687094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.784651 tst register_default_mass.py: using MSISDN 1087
22:48:41.790906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.896573 tst register_default_mass.py: using MSISDN 1088
22:48:41.902812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.974776 tst register_default_mass.py: using MSISDN 1089
22:48:41.980901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.135448 tst register_default_mass.py: using MSISDN 1090
22:48:42.153752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.215193 tst register_default_mass.py: using MSISDN 1091
22:48:42.222073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.301324 tst register_default_mass.py: using MSISDN 1092
22:48:42.309651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.393765 tst register_default_mass.py: using MSISDN 1093
22:48:42.400005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.477079 tst register_default_mass.py: using MSISDN 1094
22:48:42.484947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.578470 tst register_default_mass.py: using MSISDN 1095
22:48:42.585672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.731441 tst register_default_mass.py: using MSISDN 1096
22:48:42.737712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.853637 tst register_default_mass.py: using MSISDN 1097
22:48:42.859445 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.939547 tst register_default_mass.py: using MSISDN 1098
22:48:42.946288 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.022477 tst register_default_mass.py: using MSISDN 1099
22:48:43.028660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.120568 tst register_default_mass.py: using MSISDN 1100
22:48:43.126699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.242741 run mass: Starting testcase
22:48:43.248580 run mass: Pre-launching all virtphy's
22:48:43.254263 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.267747 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.274035 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.287516 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.293696 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.307001 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.313277 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.326857 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.333052 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.346381 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.352742 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.366275 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.372660 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.385876 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.392135 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.406147 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.412732 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.426857 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.433337 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.447501 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.454538 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.468540 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.475077 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.488935 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.495129 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.508748 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.514983 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.528865 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.535392 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.549363 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.555807 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.569788 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.576093 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.589588 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.595809 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.609196 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.615410 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.628868 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.635080 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.648743 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.657495 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.671470 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.678187 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.692217 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.698649 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.712614 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.719014 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.732928 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.739353 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.753323 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.759708 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.773585 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.780149 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.794099 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.800469 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.814293 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.820645 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.834514 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.840964 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.854935 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.861322 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.875330 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.881718 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.895361 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.901623 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.915073 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.921430 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.935311 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.941739 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.955709 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.962107 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.975777 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.982075 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.995741 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.001909 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.015316 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.021534 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.035055 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.041312 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.054620 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.060808 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.074300 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.080454 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.093991 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.100125 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.113745 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.120261 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.134242 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.140708 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.154511 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.160833 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.174498 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.180892 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.194855 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.201222 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.215227 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.221642 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.235435 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.241711 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.255108 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.261511 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.275387 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.281775 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.295934 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.302605 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.316262 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.322542 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.336329 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.342645 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.356119 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.362345 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.375872 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.382081 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.395410 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.401526 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.414876 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.421172 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.434943 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.441175 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.454434 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.460698 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.474632 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.481019 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.570147 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.576520 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.590478 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.596836 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.610750 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.617137 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.630978 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.637658 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.651999 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.658595 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.674228 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.680848 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.694730 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.701323 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.715199 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.721654 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.735121 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.741512 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.754997 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.761224 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.774891 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.781195 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.795441 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.801681 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.815196 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.822014 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.836280 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.842631 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.856230 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.862669 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.876036 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.882491 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.896089 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.902341 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.915874 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.922053 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.935462 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.941695 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.955189 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.961490 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.974707 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.980973 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.994279 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.000372 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.013784 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.020023 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.033980 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.040204 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.053938 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.060319 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.074086 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.080553 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.094114 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.100556 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.114660 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.121057 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.135117 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.141590 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.155544 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.161947 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.182735 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.189307 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.203316 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.209746 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.223378 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.229731 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.243934 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.250441 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.264680 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.271149 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.285090 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.291542 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.305173 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.311431 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.325008 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.331305 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.344872 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.351182 run mass: Checking if sockets are in the filesystem
22:48:45.363534 run osmo-ms-mob/00000: Starting mobile
22:48:45.376967 run osmo-ms-mob/00000(pid=135): Launched
22:48:45.389081 run mass: MS start registered {at=16109831.092428124, delay=0.005599586293101311, ms=00000}
22:48:49.567571 run osmo-ms-mob/00001: Starting mobile
22:48:49.585702 run osmo-ms-mob/00001(pid=136): Launched
22:48:49.597633 run mass: MS start registered {at=16109835.300980885, delay=0.005803139880299568, ms=00001}
22:48:50.981403 run mass: MS performed LU {at=16109836.684710506, lu_delay=5.592282382771373, ms=00000}
22:48:51.368076 run osmo-ms-mob/00002: Starting mobile
22:48:51.386227 run osmo-ms-mob/00002(pid=137): Launched
22:48:51.402839 run mass: MS start registered {at=16109837.10616796, delay=0.009782567620277405, ms=00002}
22:48:52.665306 run osmo-ms-mob/00003: Starting mobile
22:48:52.679063 run osmo-ms-mob/00003(pid=138): Launched
22:48:52.689820 run mass: MS start registered {at=16109838.393171946, delay=0.004602404311299324, ms=00003}
22:48:53.764103 run osmo-ms-mob/00004: Starting mobile
22:48:53.778633 run osmo-ms-mob/00004(pid=139): Launched
22:48:53.791831 run mass: MS start registered {at=16109839.495177403, delay=0.006660647690296173, ms=00004}
22:48:54.747530 run mass: MS performed LU {at=16109840.45084248, lu_delay=5.14986159466207, ms=00001}
22:48:54.765656 run osmo-ms-mob/00005: Starting mobile
22:48:54.780098 run osmo-ms-mob/00005(pid=140): Launched
22:48:54.791024 run mass: MS start registered {at=16109840.494369684, delay=0.004295391961932182, ms=00005}
22:48:55.665520 run osmo-ms-mob/00006: Starting mobile
22:48:55.681872 run osmo-ms-mob/00006(pid=141): Launched
22:48:55.695940 run mass: MS start registered {at=16109841.39928247, delay=0.005747906863689423, ms=00006}
22:48:56.564103 run osmo-ms-mob/00007: Starting mobile
22:48:56.579187 run osmo-ms-mob/00007(pid=142): Launched
22:48:56.592752 run mass: MS start registered {at=16109842.29609919, delay=0.005368554964661598, ms=00007}
22:48:56.648403 run mass: MS performed LU {at=16109842.351731071, lu_delay=5.245563110336661, ms=00002}
22:48:57.363096 run osmo-ms-mob/00008: Starting mobile
22:48:57.377115 run osmo-ms-mob/00008(pid=143): Launched
22:48:57.388283 run mass: MS start registered {at=16109843.091636356, delay=0.004541611298918724, ms=00008}
22:48:58.063499 run osmo-ms-mob/00009: Starting mobile
22:48:58.077845 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.089792 run mass: MS start registered {at=16109843.793134853, delay=0.004304494708776474, ms=00009}
22:48:58.513297 run mass: MS performed LU {at=16109844.216628296, lu_delay=5.823456350713968, ms=00003}
22:48:58.559951 run mass: MS performed LU {at=16109844.263281582, lu_delay=4.768104178830981, ms=00004}
22:48:58.763492 run osmo-ms-mob/00010: Starting mobile
22:48:58.777439 run osmo-ms-mob/00010(pid=145): Launched
22:48:58.788660 run mass: MS start registered {at=16109844.492012165, delay=0.004806457087397575, ms=00010}
22:48:59.365130 run osmo-ms-mob/00011: Starting mobile
22:48:59.379223 run osmo-ms-mob/00011(pid=146): Launched
22:48:59.390521 run mass: MS start registered {at=16109845.093868531, delay=0.004617530852556229, ms=00011}
22:48:59.963169 run osmo-ms-mob/00012: Starting mobile
22:48:59.976472 run osmo-ms-mob/00012(pid=147): Launched
22:48:59.987548 run mass: MS start registered {at=16109845.690897794, delay=0.004703206941485405, ms=00012}
22:49:00.415027 run mass: MS performed LU {at=16109846.118354313, lu_delay=4.719071842730045, ms=00006}
22:49:00.460374 run mass: MS performed LU {at=16109846.163712207, lu_delay=5.669342523440719, ms=00005}
22:49:00.472439 run osmo-ms-mob/00013: Starting mobile
22:49:00.486462 run osmo-ms-mob/00013(pid=148): Launched
22:49:00.497594 run mass: MS start registered {at=16109846.200946879, delay=0.004815991967916489, ms=00013}
22:49:01.163646 run osmo-ms-mob/00014: Starting mobile
22:49:01.178111 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.190017 run mass: MS start registered {at=16109846.89337069, delay=0.0050500910729169846, ms=00014}
22:49:01.764398 run osmo-ms-mob/00015: Starting mobile
22:49:01.779479 run osmo-ms-mob/00015(pid=150): Launched
22:49:01.792201 run mass: MS start registered {at=16109847.495534286, delay=0.004904957488179207, ms=00015}
22:49:02.265972 run osmo-ms-mob/00016: Starting mobile
22:49:02.280957 run osmo-ms-mob/00016(pid=151): Launched
22:49:02.287754 run mass: MS performed LU {at=16109847.99110848, lu_delay=5.695009291172028, ms=00007}
22:49:02.294448 run mass: MS start registered {at=16109847.997812713, delay=0.0067268554121255875, ms=00016}
22:49:02.325720 run mass: MS performed LU {at=16109848.029053697, lu_delay=4.937417341396213, ms=00008}
22:49:02.763495 run osmo-ms-mob/00017: Starting mobile
22:49:02.780550 run osmo-ms-mob/00017(pid=152): Launched
22:49:02.791927 run mass: MS start registered {at=16109848.495278295, delay=0.0047589559108018875, ms=00017}
22:49:03.364565 run osmo-ms-mob/00018: Starting mobile
22:49:03.381303 run osmo-ms-mob/00018(pid=153): Launched
22:49:03.394004 run mass: MS start registered {at=16109849.097355617, delay=0.003258872777223587, ms=00018}
22:49:03.893639 run osmo-ms-mob/00019: Starting mobile
22:49:03.908400 run osmo-ms-mob/00019(pid=154): Launched
22:49:03.915121 run mass: Starting too slowly. Moving on {now=16109849.618486831, sleep=-0.058095237240195274, target=16109849.560391594}
22:49:03.921430 run mass: MS start registered {at=16109849.624788042, delay=0.006303925067186356, ms=00019}
22:49:04.180741 run mass: MS performed LU {at=16109849.884057209, lu_delay=5.392045043408871, ms=00010}
22:49:04.192876 run osmo-ms-mob/00020: Starting mobile
22:49:04.207020 run osmo-ms-mob/00020(pid=155): Launched
22:49:04.218438 run mass: MS start registered {at=16109849.921790158, delay=0.004917006939649582, ms=00020}
22:49:04.226448 run mass: MS performed LU {at=16109849.929798745, lu_delay=4.835930213332176, ms=00011}
22:49:04.295447 run mass: MS performed LU {at=16109849.99878242, lu_delay=6.205647567287087, ms=00009}
22:49:04.762937 run osmo-ms-mob/00021: Starting mobile
22:49:04.781780 run osmo-ms-mob/00021(pid=156): Launched
22:49:04.794022 run mass: MS start registered {at=16109850.49736859, delay=0.005071340128779411, ms=00021}
22:49:05.163527 run osmo-ms-mob/00022: Starting mobile
22:49:05.178220 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.190205 run mass: MS start registered {at=16109850.893549504, delay=0.004843344911932945, ms=00022}
22:49:05.663318 run osmo-ms-mob/00023: Starting mobile
22:49:05.678429 run osmo-ms-mob/00023(pid=158): Launched
22:49:05.690170 run mass: MS start registered {at=16109851.393520754, delay=0.004607411101460457, ms=00023}
22:49:05.961494 run mass: MS performed LU {at=16109851.664828887, lu_delay=4.771458197385073, ms=00014}
22:49:05.973412 run osmo-ms-mob/00024: Starting mobile
22:49:05.987750 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.000764 run mass: MS start registered {at=16109851.704092052, delay=0.005784017965197563, ms=00024}
22:49:06.045411 run mass: MS performed LU {at=16109851.748739706, lu_delay=6.057841911911964, ms=00012}
22:49:06.091210 run mass: MS performed LU {at=16109851.794520931, lu_delay=5.5935740526765585, ms=00013}
22:49:06.563860 run osmo-ms-mob/00025: Starting mobile
22:49:06.579388 run osmo-ms-mob/00025(pid=160): Launched
22:49:06.592460 run mass: MS start registered {at=16109852.295803312, delay=0.005234852433204651, ms=00025}
22:49:06.963871 run osmo-ms-mob/00026: Starting mobile
22:49:06.978862 run osmo-ms-mob/00026(pid=161): Launched
22:49:06.991172 run mass: MS start registered {at=16109852.694517544, delay=0.005309564992785454, ms=00026}
22:49:07.370270 run osmo-ms-mob/00027: Starting mobile
22:49:07.391093 run osmo-ms-mob/00027(pid=162): Launched
22:49:07.406053 run mass: MS start registered {at=16109853.109397326, delay=0.006821168586611748, ms=00027}
22:49:07.763808 run osmo-ms-mob/00028: Starting mobile
22:49:07.778343 run osmo-ms-mob/00028(pid=163): Launched
22:49:07.790235 run mass: MS start registered {at=16109853.493586095, delay=0.005095122382044792, ms=00028}
22:49:07.946159 run mass: MS performed LU {at=16109853.649493245, lu_delay=5.154214950278401, ms=00017}
22:49:08.061263 run mass: MS performed LU {at=16109853.764597813, lu_delay=4.66724219545722, ms=00018}
22:49:08.074016 run osmo-ms-mob/00029: Starting mobile
22:49:08.088476 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.098267 run mass: MS performed LU {at=16109853.801619094, lu_delay=6.306084807962179, ms=00015}
22:49:08.105021 run mass: MS start registered {at=16109853.808385257, delay=0.00781545415520668, ms=00029}
22:49:08.565061 run osmo-ms-mob/00030: Starting mobile
22:49:08.583032 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.594944 run mass: MS start registered {at=16109854.298289247, delay=0.004737893119454384, ms=00030}
22:49:09.055690 run osmo-ms-mob/00031: Starting mobile
22:49:09.071497 run osmo-ms-mob/00031(pid=166): Launched
22:49:09.078052 run mass: Starting too slowly. Moving on {now=16109854.781420402, sleep=-0.021028827875852585, target=16109854.760391574}
22:49:09.084512 run mass: MS start registered {at=16109854.78787017, delay=0.006451822817325592, ms=00031}
22:49:09.263679 run osmo-ms-mob/00032: Starting mobile
22:49:09.278412 run osmo-ms-mob/00032(pid=167): Launched
22:49:09.292587 run mass: MS start registered {at=16109854.995924119, delay=0.006603235378861427, ms=00032}
22:49:09.663183 run osmo-ms-mob/00033: Starting mobile
22:49:09.677366 run osmo-ms-mob/00033(pid=168): Launched
22:49:09.689392 run mass: MS start registered {at=16109855.3927407, delay=0.004883799701929092, ms=00033}
22:49:09.727085 run mass: MS performed LU {at=16109855.430417564, lu_delay=5.508627405390143, ms=00020}
22:49:09.811119 run mass: MS performed LU {at=16109855.514450165, lu_delay=5.889662122353911, ms=00019}
22:49:09.856564 run mass: MS performed LU {at=16109855.559873391, lu_delay=5.06250480003655, ms=00021}
22:49:09.870469 run osmo-ms-mob/00034: Starting mobile
22:49:09.885883 run osmo-ms-mob/00034(pid=169): Launched
22:49:09.897671 run mass: MS start registered {at=16109855.601021957, delay=0.00493503175675869, ms=00034}
22:49:10.235010 run mass: MS performed LU {at=16109855.938343268, lu_delay=5.044793764129281, ms=00022}
22:49:10.362861 run osmo-ms-mob/00035: Starting mobile
22:49:10.376617 run osmo-ms-mob/00035(pid=170): Launched
22:49:10.388135 run mass: MS start registered {at=16109856.091474691, delay=0.005121331661939621, ms=00035}
22:49:10.763637 run osmo-ms-mob/00036: Starting mobile
22:49:10.777955 run osmo-ms-mob/00036(pid=171): Launched
22:49:10.789594 run mass: MS start registered {at=16109856.492945286, delay=0.0050710029900074005, ms=00036}
22:49:11.163718 run osmo-ms-mob/00037: Starting mobile
22:49:11.178174 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.189222 run mass: MS start registered {at=16109856.892574802, delay=0.004502570256590843, ms=00037}
22:49:11.463697 run osmo-ms-mob/00038: Starting mobile
22:49:11.477517 run osmo-ms-mob/00038(pid=173): Launched
22:49:11.488885 run mass: MS start registered {at=16109857.19223747, delay=0.004829561337828636, ms=00038}
22:49:11.591846 run mass: MS performed LU {at=16109857.295180656, lu_delay=5.901659902185202, ms=00023}
22:49:11.628514 run mass: MS performed LU {at=16109857.331851747, lu_delay=4.637334203347564, ms=00026}
22:49:11.640574 run osmo-ms-mob/00039: Starting mobile
22:49:11.655748 run osmo-ms-mob/00039(pid=174): Launched
22:49:11.668558 run mass: MS start registered {at=16109857.3718877, delay=0.005797112360596657, ms=00039}
22:49:11.711873 run mass: MS performed LU {at=16109857.415212985, lu_delay=5.711120933294296, ms=00024}
22:49:11.901629 run mass: MS performed LU {at=16109857.604940198, lu_delay=5.309136886149645, ms=00025}
22:49:12.163653 run osmo-ms-mob/00040: Starting mobile
22:49:12.178532 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.190780 run mass: MS start registered {at=16109857.894129604, delay=0.003424752503633499, ms=00040}
22:49:12.463441 run osmo-ms-mob/00041: Starting mobile
22:49:12.479333 run osmo-ms-mob/00041(pid=176): Launched
22:49:12.494645 run mass: MS start registered {at=16109858.197983056, delay=0.007783258333802223, ms=00041}
22:49:12.763787 run osmo-ms-mob/00042: Starting mobile
22:49:12.779160 run osmo-ms-mob/00042(pid=177): Launched
22:49:12.791983 run mass: MS start registered {at=16109858.49532574, delay=0.00560079887509346, ms=00042}
22:49:13.164980 run osmo-ms-mob/00043: Starting mobile
22:49:13.179867 run osmo-ms-mob/00043(pid=178): Launched
22:49:13.191886 run mass: MS start registered {at=16109858.895237004, delay=0.005033385008573532, ms=00043}
22:49:13.463409 run osmo-ms-mob/00044: Starting mobile
22:49:13.478463 run osmo-ms-mob/00044(pid=179): Launched
22:49:13.491156 run mass: MS start registered {at=16109859.194502065, delay=0.005284648388624191, ms=00044}
22:49:13.498935 run mass: MS performed LU {at=16109859.202290857, lu_delay=6.092893531545997, ms=00027}
22:49:13.576183 run mass: MS performed LU {at=16109859.279518142, lu_delay=5.4711328856647015, ms=00029}
22:49:13.589162 run osmo-ms-mob/00045: Starting mobile
22:49:13.604083 run osmo-ms-mob/00045(pid=180): Launched
22:49:13.616303 run mass: MS start registered {at=16109859.319655396, delay=0.005307331681251526, ms=00045}
22:49:13.623568 run mass: MS performed LU {at=16109859.326926595, lu_delay=5.028637347742915, ms=00030}
22:49:13.765919 run mass: MS performed LU {at=16109859.469253132, lu_delay=5.9756670370697975, ms=00028}
22:49:13.778736 run osmo-ms-mob/00046: Starting mobile
22:49:13.794549 run osmo-ms-mob/00046(pid=181): Launched
22:49:13.802490 run mass: MS performed LU {at=16109859.505839296, lu_delay=4.717969125136733, ms=00031}
22:49:13.809723 run mass: MS start registered {at=16109859.51308769, delay=0.008019139990210533, ms=00046}
22:49:14.363706 run osmo-ms-mob/00047: Starting mobile
22:49:14.378559 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.390560 run mass: MS start registered {at=16109860.093901917, delay=0.004778353497385979, ms=00047}
22:49:14.664326 run osmo-ms-mob/00048: Starting mobile
22:49:14.680407 run osmo-ms-mob/00048(pid=183): Launched
22:49:14.692758 run mass: MS start registered {at=16109860.396104813, delay=0.005136243999004364, ms=00048}
22:49:14.964050 run osmo-ms-mob/00049: Starting mobile
22:49:14.979100 run osmo-ms-mob/00049(pid=184): Launched
22:49:14.992062 run mass: MS start registered {at=16109860.695410894, delay=0.005580935627222061, ms=00049}
22:49:15.263688 run osmo-ms-mob/00050: Starting mobile
22:49:15.279172 run osmo-ms-mob/00050(pid=185): Launched
22:49:15.293314 run mass: MS start registered {at=16109860.996660726, delay=0.006714429706335068, ms=00050}
22:49:15.477996 run mass: MS performed LU {at=16109861.18131394, lu_delay=4.68836865387857, ms=00036}
22:49:15.593232 run mass: MS performed LU {at=16109861.296563925, lu_delay=5.903823224827647, ms=00033}
22:49:15.606528 run osmo-ms-mob/00051: Starting mobile
22:49:15.622583 run osmo-ms-mob/00051(pid=186): Launched
22:49:15.630227 run mass: MS performed LU {at=16109861.333583435, lu_delay=6.337659316137433, ms=00032}
22:49:15.637690 run mass: MS start registered {at=16109861.341053355, delay=0.0074903350323438644, ms=00051}
22:49:15.667101 run mass: MS performed LU {at=16109861.37043415, lu_delay=5.7694121934473515, ms=00034}
22:49:15.679799 run osmo-ms-mob/00052: Starting mobile
22:49:15.695160 run osmo-ms-mob/00052(pid=187): Launched
22:49:15.708235 run mass: MS start registered {at=16109861.411577797, delay=0.005366714671254158, ms=00052}
22:49:16.264116 run osmo-ms-mob/00053: Starting mobile
22:49:16.280409 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.293185 run mass: MS start registered {at=16109861.996534321, delay=0.005229480564594269, ms=00053}
22:49:16.564334 run osmo-ms-mob/00054: Starting mobile
22:49:16.579850 run osmo-ms-mob/00054(pid=189): Launched
22:49:16.594746 run mass: MS start registered {at=16109862.298087213, delay=0.007606221362948418, ms=00054}
22:49:16.866724 run osmo-ms-mob/00055: Starting mobile
22:49:16.883109 run osmo-ms-mob/00055(pid=190): Launched
22:49:16.895959 run mass: MS start registered {at=16109862.599307157, delay=0.0051286481320858, ms=00055}
22:49:17.164316 run osmo-ms-mob/00056: Starting mobile
22:49:17.180417 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.193732 run mass: MS start registered {at=16109862.89706681, delay=0.005813194438815117, ms=00056}
22:49:17.259421 run mass: MS performed LU {at=16109862.962748904, lu_delay=6.070174101740122, ms=00037}
22:49:17.342627 run mass: MS performed LU {at=16109863.045961758, lu_delay=4.847978701815009, ms=00041}
22:49:17.355488 run osmo-ms-mob/00057: Starting mobile
22:49:17.371032 run osmo-ms-mob/00057(pid=192): Launched
22:49:17.383745 run mass: MS start registered {at=16109863.08708868, delay=0.005344118922948837, ms=00057}
22:49:17.391375 run mass: MS performed LU {at=16109863.094727622, lu_delay=5.902490152046084, ms=00038}
22:49:17.532065 run mass: MS performed LU {at=16109863.235397425, lu_delay=5.341267820447683, ms=00040}
22:49:17.568607 run mass: MS performed LU {at=16109863.271948704, lu_delay=5.9000610038638115, ms=00039}
22:49:17.582123 run osmo-ms-mob/00058: Starting mobile
22:49:17.598493 run osmo-ms-mob/00058(pid=193): Launched
22:49:17.606213 run mass: MS performed LU {at=16109863.309569353, lu_delay=4.814243612810969, ms=00042}
22:49:17.613687 run mass: MS start registered {at=16109863.317051604, delay=0.007502734661102295, ms=00058}
22:49:18.164876 run osmo-ms-mob/00059: Starting mobile
22:49:18.180401 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.193067 run mass: MS start registered {at=16109863.896408966, delay=0.005302537232637405, ms=00059}
22:49:18.464297 run osmo-ms-mob/00060: Starting mobile
22:49:18.482352 run osmo-ms-mob/00060(pid=195): Launched
22:49:18.495126 run mass: MS start registered {at=16109864.198461046, delay=0.0056024398654699326, ms=00060}
22:49:18.514658 run mass: MS performed LU {at=16109864.218007198, lu_delay=5.023505132645369, ms=00044}
22:49:18.867881 run osmo-ms-mob/00061: Starting mobile
22:49:18.886636 run osmo-ms-mob/00061(pid=196): Launched
22:49:18.900279 run mass: MS start registered {at=16109864.603623852, delay=0.00189238041639328, ms=00061}
22:49:19.123394 run mass: MS performed LU {at=16109864.826711936, lu_delay=4.732810018584132, ms=00047}
22:49:19.138362 run osmo-ms-mob/00062: Starting mobile
22:49:19.155391 run osmo-ms-mob/00062(pid=197): Launched
22:49:19.163570 run mass: MS performed LU {at=16109864.866921406, lu_delay=5.353833716362715, ms=00046}
22:49:19.171593 run mass: MS start registered {at=16109864.87495216, delay=0.008056320250034332, ms=00062}
22:49:19.243553 run mass: MS performed LU {at=16109864.946887512, lu_delay=4.550782699137926, ms=00048}
22:49:19.257192 run osmo-ms-mob/00063: Starting mobile
22:49:19.274100 run osmo-ms-mob/00063(pid=198): Launched
22:49:19.287468 run mass: MS start registered {at=16109864.990811523, delay=0.005616191774606705, ms=00063}
22:49:19.433695 run mass: MS performed LU {at=16109865.137011893, lu_delay=5.817356497049332, ms=00045}
22:49:19.488113 run mass: MS performed LU {at=16109865.191444444, lu_delay=6.2962074391543865, ms=00043}
22:49:19.864504 run osmo-ms-mob/00064: Starting mobile
22:49:19.880433 run osmo-ms-mob/00064(pid=199): Launched
22:49:19.893511 run mass: MS start registered {at=16109865.596858677, delay=0.005373109132051468, ms=00064}
22:49:20.264696 run osmo-ms-mob/00065: Starting mobile
22:49:20.281203 run osmo-ms-mob/00065(pid=200): Launched
22:49:20.295881 run mass: MS start registered {at=16109865.999208467, delay=0.0067603811621665955, ms=00065}
22:49:20.563360 run osmo-ms-mob/00066: Starting mobile
22:49:20.579572 run osmo-ms-mob/00066(pid=201): Launched
22:49:20.592833 run mass: MS start registered {at=16109866.296180272, delay=0.0006092526018619537, ms=00066}
22:49:20.964217 run osmo-ms-mob/00067: Starting mobile
22:49:20.979280 run osmo-ms-mob/00067(pid=202): Launched
22:49:20.991494 run mass: MS start registered {at=16109866.694845196, delay=0.005202442407608032, ms=00067}
22:49:21.025296 run mass: MS performed LU {at=16109866.72862962, lu_delay=5.387576265260577, ms=00051}
22:49:21.108795 run mass: MS performed LU {at=16109866.812126353, lu_delay=6.116715459153056, ms=00049}
22:49:21.122148 run osmo-ms-mob/00068: Starting mobile
22:49:21.138641 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.151878 run mass: MS start registered {at=16109866.85522809, delay=0.0057184211909770966, ms=00068}
22:49:21.159524 run mass: MS performed LU {at=16109866.862880547, lu_delay=5.45130275003612, ms=00052}
22:49:21.297966 run mass: MS performed LU {at=16109867.001278631, lu_delay=6.004617905244231, ms=00050}
22:49:21.334463 run mass: MS performed LU {at=16109867.037800482, lu_delay=5.041266160085797, ms=00053}
22:49:21.350528 run osmo-ms-mob/00069: Starting mobile
22:49:21.366670 run osmo-ms-mob/00069(pid=204): Launched
22:49:21.374248 run mass: MS performed LU {at=16109867.07760087, lu_delay=4.779513657093048, ms=00054}
22:49:21.381519 run mass: MS start registered {at=16109867.084882708, delay=0.0073094721883535385, ms=00069}
22:49:22.063326 run osmo-ms-mob/00070: Starting mobile
22:49:22.078124 run osmo-ms-mob/00070(pid=205): Launched
22:49:22.089718 run mass: MS start registered {at=16109867.79306968, delay=0.004877327010035515, ms=00070}
22:49:22.463844 run osmo-ms-mob/00071: Starting mobile
22:49:22.478526 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.490541 run mass: MS start registered {at=16109868.193889834, delay=0.005133060738444328, ms=00071}
22:49:22.865199 run osmo-ms-mob/00072: Starting mobile
22:49:22.932604 run osmo-ms-mob/00072(pid=207): Launched
22:49:22.939070 run mass: MS performed LU {at=16109868.642428264, lu_delay=5.74536145478487, ms=00056}
22:49:22.945956 run mass: MS performed LU {at=16109868.649319492, lu_delay=5.332267887890339, ms=00058}
22:49:22.952562 run mass: MS start registered {at=16109868.655926371, delay=0.013518007472157478, ms=00072}
22:49:22.963522 run mass: MS performed LU {at=16109868.666869873, lu_delay=5.5797811932861805, ms=00057}
22:49:22.976225 run osmo-ms-mob/00073: Starting mobile
22:49:22.992262 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.004838 run mass: MS start registered {at=16109868.708188105, delay=0.005346890538930893, ms=00073}
22:49:23.254063 run mass: MS performed LU {at=16109868.957396546, lu_delay=6.358089389279485, ms=00055}
22:49:23.663863 run osmo-ms-mob/00074: Starting mobile
22:49:23.678298 run osmo-ms-mob/00074(pid=209): Launched
22:49:23.689958 run mass: MS start registered {at=16109869.393306982, delay=0.005146060138940811, ms=00074}
22:49:23.849171 run mass: MS performed LU {at=16109869.552483229, lu_delay=5.65607426315546, ms=00059}
22:49:23.933279 run mass: MS performed LU {at=16109869.636609808, lu_delay=5.438148761168122, ms=00060}
22:49:24.065031 run osmo-ms-mob/00075: Starting mobile
22:49:24.080635 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.093337 run mass: MS start registered {at=16109869.796685647, delay=0.005697906017303467, ms=00075}
22:49:24.100586 run mass: MS performed LU {at=16109869.803942168, lu_delay=21.806129455566406, ms=00016}
22:49:24.107429 run mass: MS performed LU {at=16109869.810792344, lu_delay=3.8115838766098022, ms=00065}
22:49:24.566221 run osmo-ms-mob/00076: Starting mobile
22:49:24.583499 run osmo-ms-mob/00076(pid=211): Launched
22:49:24.597503 run mass: MS start registered {at=16109870.300834954, delay=0.006053060293197632, ms=00076}
22:49:24.828281 run mass: MS performed LU {at=16109870.531613806, lu_delay=5.656661646440625, ms=00062}
22:49:24.864448 run mass: MS performed LU {at=16109870.567782596, lu_delay=4.9709239192306995, ms=00064}
22:49:24.877109 run osmo-ms-mob/00077: Starting mobile
22:49:24.892225 run osmo-ms-mob/00077(pid=212): Launched
22:49:24.904297 run mass: MS start registered {at=16109870.607646735, delay=0.0050341784954071045, ms=00077}
22:49:24.919854 run mass: MS performed LU {at=16109870.623196919, lu_delay=6.0195730663836, ms=00061}
22:49:25.118573 run mass: MS performed LU {at=16109870.821908016, lu_delay=5.831096492707729, ms=00063}
22:49:25.463088 run osmo-ms-mob/00078: Starting mobile
22:49:25.476990 run osmo-ms-mob/00078(pid=213): Launched
22:49:25.488429 run mass: MS start registered {at=16109871.191771831, delay=0.005138944834470749, ms=00078}
22:49:25.863412 run osmo-ms-mob/00079: Starting mobile
22:49:25.877716 run osmo-ms-mob/00079(pid=214): Launched
22:49:25.889308 run mass: MS start registered {at=16109871.592659114, delay=0.004976719617843628, ms=00079}
22:49:26.363170 run osmo-ms-mob/00080: Starting mobile
22:49:26.377222 run osmo-ms-mob/00080(pid=215): Launched
22:49:26.389454 run mass: MS start registered {at=16109872.092797106, delay=0.0052950624376535416, ms=00080}
22:49:26.655494 run mass: MS performed LU {at=16109872.358825846, lu_delay=5.2739431373775005, ms=00069}
22:49:26.674224 run mass: MS performed LU {at=16109872.377565637, lu_delay=5.6827204413712025, ms=00067}
22:49:26.691638 run mass: MS performed LU {at=16109872.39497903, lu_delay=6.09879875741899, ms=00066}
22:49:26.704027 run osmo-ms-mob/00081: Starting mobile
22:49:26.719087 run osmo-ms-mob/00081(pid=216): Launched
22:49:26.731235 run mass: MS start registered {at=16109872.434576262, delay=0.005138091742992401, ms=00081}
22:49:26.964569 run mass: MS performed LU {at=16109872.667901192, lu_delay=5.8126731012016535, ms=00068}
22:49:26.992050 run mass: MS performed LU {at=16109872.69537485, lu_delay=4.902305170893669, ms=00070}
22:49:27.263996 run osmo-ms-mob/00082: Starting mobile
22:49:27.278471 run osmo-ms-mob/00082(pid=217): Launched
22:49:27.290538 run mass: MS start registered {at=16109872.993882244, delay=0.005071084946393967, ms=00082}
22:49:27.863017 run osmo-ms-mob/00083: Starting mobile
22:49:27.876911 run osmo-ms-mob/00083(pid=218): Launched
22:49:27.888793 run mass: MS start registered {at=16109873.592133395, delay=0.005370371043682098, ms=00083}
22:49:28.365050 run osmo-ms-mob/00084: Starting mobile
22:49:28.382195 run osmo-ms-mob/00084(pid=219): Launched
22:49:28.394772 run mass: MS start registered {at=16109874.098115074, delay=0.004822921007871628, ms=00084}
22:49:28.593628 run mass: MS performed LU {at=16109874.296957575, lu_delay=4.500271927565336, ms=00075}
22:49:28.630079 run mass: MS performed LU {at=16109874.333410377, lu_delay=5.625222271308303, ms=00073}
22:49:28.686175 run mass: MS performed LU {at=16109874.389508173, lu_delay=4.996201191097498, ms=00074}
22:49:28.698637 run osmo-ms-mob/00085: Starting mobile
22:49:28.713987 run osmo-ms-mob/00085(pid=220): Launched
22:49:28.726324 run mass: MS start registered {at=16109874.429672888, delay=0.005147796124219894, ms=00085}
22:49:28.884822 run mass: MS performed LU {at=16109874.588144824, lu_delay=5.932218452915549, ms=00072}
22:49:28.903211 run mass: MS performed LU {at=16109874.6065509, lu_delay=6.412661066278815, ms=00071}
22:49:29.466493 run osmo-ms-mob/00086: Starting mobile
22:49:29.480376 run osmo-ms-mob/00086(pid=221): Launched
22:49:29.491605 run mass: MS start registered {at=16109875.19495222, delay=0.004822352901101112, ms=00086}
22:49:30.063803 run osmo-ms-mob/00087: Starting mobile
22:49:30.078076 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.089768 run mass: MS start registered {at=16109875.79311628, delay=0.004944805055856705, ms=00087}
22:49:30.522685 run mass: MS performed LU {at=16109876.225982016, lu_delay=5.925147062167525, ms=00076}
22:49:30.541001 run mass: MS performed LU {at=16109876.244337812, lu_delay=5.636691076681018, ms=00077}
22:49:30.552572 run osmo-ms-mob/00088: Starting mobile
22:49:30.566572 run osmo-ms-mob/00088(pid=223): Launched
22:49:30.577922 run mass: MS start registered {at=16109876.281263659, delay=0.0049587432295084, ms=00088}
22:49:30.587453 run mass: MS performed LU {at=16109876.290805602, lu_delay=4.698146488517523, ms=00079}
22:49:30.656493 run mass: MS performed LU {at=16109876.359822692, lu_delay=5.1680508609861135, ms=00078}
22:49:31.263890 run osmo-ms-mob/00089: Starting mobile
22:49:31.278625 run osmo-ms-mob/00089(pid=224): Launched
22:49:31.290240 run mass: MS start registered {at=16109876.993589178, delay=0.005045071244239807, ms=00089}
22:49:31.863720 run osmo-ms-mob/00090: Starting mobile
22:49:31.877843 run osmo-ms-mob/00090(pid=225): Launched
22:49:31.889865 run mass: MS start registered {at=16109877.593199424, delay=0.005528222769498825, ms=00090}
22:49:32.322533 run mass: MS performed LU {at=16109878.025864726, lu_delay=5.031982481479645, ms=00082}
22:49:32.341128 run mass: MS performed LU {at=16109878.044464827, lu_delay=5.951667720451951, ms=00080}
22:49:32.452244 run mass: MS performed LU {at=16109878.155576473, lu_delay=5.721000211313367, ms=00081}
22:49:32.464542 run osmo-ms-mob/00091: Starting mobile
22:49:32.478770 run osmo-ms-mob/00091(pid=226): Launched
22:49:32.490341 run mass: MS start registered {at=16109878.193691637, delay=0.005016079172492027, ms=00091}
22:49:32.595086 run mass: MS performed LU {at=16109878.298421051, lu_delay=22.206946359947324, ms=00035}
22:49:32.613592 run mass: MS performed LU {at=16109878.31689109, lu_delay=4.724757693707943, ms=00083}
22:49:33.265543 run osmo-ms-mob/00092: Starting mobile
22:49:33.283545 run osmo-ms-mob/00092(pid=227): Launched
22:49:33.296891 run mass: MS start registered {at=16109879.000243789, delay=0.0030236337333917618, ms=00092}
22:49:34.063497 run osmo-ms-mob/00093: Starting mobile
22:49:34.079545 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.092433 run mass: MS start registered {at=16109879.795778045, delay=0.0053648632019758224, ms=00093}
22:49:34.288998 run mass: MS performed LU {at=16109879.992321907, lu_delay=5.8942068330943584, ms=00084}
22:49:34.307094 run mass: MS performed LU {at=16109880.010441806, lu_delay=4.815489586442709, ms=00086}
22:49:34.352895 run mass: MS performed LU {at=16109880.056225197, lu_delay=5.626552309840918, ms=00085}
22:49:35.010727 run osmo-ms-mob/00094: Starting mobile
22:49:35.042044 run osmo-ms-mob/00094(pid=229): Launched
22:49:35.053236 run mass: MS start registered {at=16109880.756584011, delay=0.004897519946098328, ms=00094}
22:49:35.864338 run osmo-ms-mob/00095: Starting mobile
22:49:35.878432 run osmo-ms-mob/00095(pid=230): Launched
22:49:35.890211 run mass: MS start registered {at=16109881.59355318, delay=0.005285518243908882, ms=00095}
22:49:36.217365 run mass: MS performed LU {at=16109881.920681875, lu_delay=6.127565594390035, ms=00087}
22:49:36.305467 run mass: MS performed LU {at=16109882.008791596, lu_delay=5.727527936920524, ms=00088}
22:49:36.324171 run mass: MS performed LU {at=16109882.027505392, lu_delay=5.033916214480996, ms=00089}
22:49:36.863552 run osmo-ms-mob/00096: Starting mobile
22:49:36.878142 run osmo-ms-mob/00096(pid=231): Launched
22:49:36.889716 run mass: MS start registered {at=16109882.593069801, delay=0.005079062655568123, ms=00096}
22:49:37.965736 run osmo-ms-mob/00097: Starting mobile
22:49:37.980197 run osmo-ms-mob/00097(pid=232): Launched
22:49:37.991917 run mass: MS start registered {at=16109883.69526601, delay=0.004604995250701904, ms=00097}
22:49:38.054486 run mass: MS performed LU {at=16109883.757813144, lu_delay=4.757569355890155, ms=00092}
22:49:38.072727 run mass: MS performed LU {at=16109883.776041199, lu_delay=5.582349561154842, ms=00091}
22:49:38.119369 run mass: MS performed LU {at=16109883.822682668, lu_delay=6.229483243077993, ms=00090}
22:49:39.264947 run osmo-ms-mob/00098: Starting mobile
22:49:39.279345 run osmo-ms-mob/00098(pid=233): Launched
22:49:39.290888 run mass: MS start registered {at=16109884.99423425, delay=0.004123279824852943, ms=00098}
22:49:39.836298 run mass: MS performed LU {at=16109885.539614486, lu_delay=4.783030474558473, ms=00094}
22:49:39.983253 run mass: MS performed LU {at=16109885.686566304, lu_delay=5.890788258984685, ms=00093}
22:49:41.423773 run osmo-ms-mob/00099: Starting mobile
22:49:41.437670 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.444319 run mass: Starting too slowly. Moving on {now=16109887.147686888, sleep=-0.28729543276131153, target=16109886.860391455}
22:49:41.450333 run mass: All started... {duration=56.093310579657555, too_slow=3}
22:49:41.456229 run mass: MS start registered {at=16109887.159588315, delay=0.011904152110219002, ms=00099}
22:49:42.762154 run mass: MS performed LU {at=16109888.465437887, lu_delay=5.872368086129427, ms=00096}
22:49:42.779755 run mass: MS performed LU {at=16109888.483087929, lu_delay=6.8895347490906715, ms=00095}
22:49:43.749281 run mass: MS performed LU {at=16109889.452598816, lu_delay=5.757332805544138, ms=00097}
22:49:44.238114 run mass: MS performed LU {at=16109889.941431584, lu_delay=4.947197332978249, ms=00098}
22:49:47.469551 run mass: MS performed LU {at=16109893.17287083, lu_delay=6.013282515108585, ms=00099}
22:49:47.479231 run mass: Tests done {all_completed=True, max=22.206946359947324, min=3.8115838766098022}
22:49:47.488827 tst register_default_mass.py: Test passed (88.8 sec)
22:49:47.497005 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.501837 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.506651 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.511698 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.517130 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.522463 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.527693 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.532959 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.538074 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.543108 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.548069 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.552912 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.557783 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.562722 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.567771 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.572972 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.578518 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.584042 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.590648 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.596649 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.602075 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.607340 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.612767 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.618369 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.624165 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.629687 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.635279 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.640647 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.646666 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.653070 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.658612 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.664687 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.670959 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.677037 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.683125 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.688509 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.693908 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.699605 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.706139 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.711363 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.716607 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.721833 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.727050 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.732171 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.737398 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.742788 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.748009 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.753569 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.758629 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.764511 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.770252 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.775702 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.780821 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.785818 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.790783 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.796307 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.802042 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.807689 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.813109 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.818447 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.823517 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.828537 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.833977 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.839811 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.844954 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.850761 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.855724 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.860734 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.865900 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.871413 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.876697 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.882655 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.888768 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.894489 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.899952 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.905615 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.911982 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.918211 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.923629 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.929065 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.934285 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.940967 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.947025 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.953277 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.959466 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.965176 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.972204 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.978522 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.984388 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.990059 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.995483 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.001066 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.007295 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.013493 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.020721 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.028717 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.036542 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.042985 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.048822 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.054605 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.060622 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.066104 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.071944 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.077795 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.084095 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.089792 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.097087 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.107526 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.117587 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.128404 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.138709 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.149425 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.159439 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.169290 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.179060 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.188716 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.198117 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.207601 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.217024 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.226476 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.235834 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.245373 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.254700 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.264563 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.274163 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.284135 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.293335 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.302741 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.312230 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.321703 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.330719 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.339515 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.348245 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.357160 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.366332 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.375396 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.384345 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.393261 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.402296 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.411414 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.420331 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.429400 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.438744 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.448071 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.457600 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.466814 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.475488 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.483578 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.488524 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.492688 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.496946 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.501449 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.505679 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.509874 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.514115 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.518342 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.522645 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.526890 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.531163 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.535441 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.539677 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.544108 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.548235 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.552388 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.556560 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.560636 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.564677 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.568701 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.572834 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.576850 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.580849 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.584979 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.589054 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.593064 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.597110 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.601207 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.605214 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.609272 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.613263 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.617295 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.621478 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.625690 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.629893 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.634131 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.638265 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.642361 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.646509 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.650573 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.654579 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.658579 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.662558 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.666426 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.670225 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.673956 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.677642 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.681277 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.684909 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.688482 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.692043 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.695576 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.699120 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.702676 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.706230 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.709767 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.713331 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.717030 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.720684 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.724370 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.728106 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.731915 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.735732 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.739544 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.743349 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.747226 --- ParallelTerminationStrategy: PID 22 died...
22:49:48.748981 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.753297 --- ParallelTerminationStrategy: PID 23 died...
22:49:48.755025 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.759320 --- ParallelTerminationStrategy: PID 24 died...
22:49:48.761064 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.765530 --- ParallelTerminationStrategy: PID 25 died...
22:49:48.767317 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.771733 --- ParallelTerminationStrategy: PID 26 died...
22:49:48.773518 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.777968 --- ParallelTerminationStrategy: PID 27 died...
22:49:48.779784 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.784323 --- ParallelTerminationStrategy: PID 28 died...
22:49:48.786204 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.790953 --- ParallelTerminationStrategy: PID 29 died...
22:49:48.792851 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.797469 --- ParallelTerminationStrategy: PID 30 died...
22:49:48.799316 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.803844 --- ParallelTerminationStrategy: PID 31 died...
22:49:48.805649 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.810161 --- ParallelTerminationStrategy: PID 32 died...
22:49:48.811997 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.816424 --- ParallelTerminationStrategy: PID 33 died...
22:49:48.818223 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.822595 --- ParallelTerminationStrategy: PID 35 died...
22:49:48.824402 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.828919 --- ParallelTerminationStrategy: PID 36 died...
22:49:48.830817 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.835363 --- ParallelTerminationStrategy: PID 37 died...
22:49:48.837159 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.841603 --- ParallelTerminationStrategy: PID 38 died...
22:49:48.843389 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.847840 --- ParallelTerminationStrategy: PID 39 died...
22:49:48.849663 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.854062 --- ParallelTerminationStrategy: PID 40 died...
22:49:48.855849 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.860257 --- ParallelTerminationStrategy: PID 41 died...
22:49:48.862011 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.866446 --- ParallelTerminationStrategy: PID 42 died...
22:49:48.868247 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.872700 --- ParallelTerminationStrategy: PID 43 died...
22:49:48.874491 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.878946 --- ParallelTerminationStrategy: PID 44 died...
22:49:48.880733 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.885299 --- ParallelTerminationStrategy: PID 45 died...
22:49:48.887123 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.891683 --- ParallelTerminationStrategy: PID 46 died...
22:49:48.893551 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.897974 --- ParallelTerminationStrategy: PID 47 died...
22:49:48.899764 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.904142 --- ParallelTerminationStrategy: PID 48 died...
22:49:48.905914 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.910335 --- ParallelTerminationStrategy: PID 49 died...
22:49:48.912097 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.916587 --- ParallelTerminationStrategy: PID 50 died...
22:49:48.918432 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.923015 --- ParallelTerminationStrategy: PID 51 died...
22:49:48.924909 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.929758 --- ParallelTerminationStrategy: PID 52 died...
22:49:48.931778 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.936767 --- ParallelTerminationStrategy: PID 53 died...
22:49:48.938799 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.943939 --- ParallelTerminationStrategy: PID 54 died...
22:49:48.946048 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.951083 --- ParallelTerminationStrategy: PID 55 died...
22:49:48.953142 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.960215 --- ParallelTerminationStrategy: PID 56 died...
22:49:48.964178 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.973827 --- ParallelTerminationStrategy: PID 57 died...
22:49:48.977581 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.986846 --- ParallelTerminationStrategy: PID 58 died...
22:49:48.990704 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.999938 --- ParallelTerminationStrategy: PID 59 died...
22:49:49.003801 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.013374 --- ParallelTerminationStrategy: PID 60 died...
22:49:49.017261 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.026856 --- ParallelTerminationStrategy: PID 61 died...
22:49:49.030804 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.040485 --- ParallelTerminationStrategy: PID 62 died...
22:49:49.044427 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.054129 --- ParallelTerminationStrategy: PID 63 died...
22:49:49.058148 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.067973 --- ParallelTerminationStrategy: PID 64 died...
22:49:49.072064 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.082167 --- ParallelTerminationStrategy: PID 65 died...
22:49:49.086222 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.095696 --- ParallelTerminationStrategy: PID 66 died...
22:49:49.099548 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.109061 --- ParallelTerminationStrategy: PID 67 died...
22:49:49.112942 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.122537 --- ParallelTerminationStrategy: PID 68 died...
22:49:49.126810 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.136432 --- ParallelTerminationStrategy: PID 69 died...
22:49:49.140294 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.149742 --- ParallelTerminationStrategy: PID 70 died...
22:49:49.153589 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.160270 --- ParallelTerminationStrategy: PID 71 died...
22:49:49.162435 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.167582 --- ParallelTerminationStrategy: PID 72 died...
22:49:49.169688 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.174822 --- ParallelTerminationStrategy: PID 73 died...
22:49:49.176925 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.182100 --- ParallelTerminationStrategy: PID 74 died...
22:49:49.184145 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.189225 --- ParallelTerminationStrategy: PID 75 died...
22:49:49.191332 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.196857 --- ParallelTerminationStrategy: PID 76 died...
22:49:49.198964 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.204052 --- ParallelTerminationStrategy: PID 77 died...
22:49:49.206105 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.211139 --- ParallelTerminationStrategy: PID 78 died...
22:49:49.213215 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.218299 --- ParallelTerminationStrategy: PID 79 died...
22:49:49.220422 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.225581 --- ParallelTerminationStrategy: PID 80 died...
22:49:49.227692 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.232812 --- ParallelTerminationStrategy: PID 81 died...
22:49:49.234918 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.240035 --- ParallelTerminationStrategy: PID 82 died...
22:49:49.242159 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.247321 --- ParallelTerminationStrategy: PID 83 died...
22:49:49.249447 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.254552 --- ParallelTerminationStrategy: PID 84 died...
22:49:49.256699 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.261825 --- ParallelTerminationStrategy: PID 85 died...
22:49:49.263929 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.269094 --- ParallelTerminationStrategy: PID 86 died...
22:49:49.271278 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.276475 --- ParallelTerminationStrategy: PID 87 died...
22:49:49.278595 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.283700 --- ParallelTerminationStrategy: PID 88 died...
22:49:49.286105 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.294622 --- ParallelTerminationStrategy: PID 89 died...
22:49:49.296843 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.302102 --- ParallelTerminationStrategy: PID 90 died...
22:49:49.304260 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.309607 --- ParallelTerminationStrategy: PID 91 died...
22:49:49.311775 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.317116 --- ParallelTerminationStrategy: PID 92 died...
22:49:49.319250 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.324522 --- ParallelTerminationStrategy: PID 93 died...
22:49:49.326649 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.331884 --- ParallelTerminationStrategy: PID 94 died...
22:49:49.334078 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.339286 --- ParallelTerminationStrategy: PID 95 died...
22:49:49.341419 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.346596 --- ParallelTerminationStrategy: PID 96 died...
22:49:49.348721 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.354039 --- ParallelTerminationStrategy: PID 97 died...
22:49:49.356206 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.361571 --- ParallelTerminationStrategy: PID 98 died...
22:49:49.363678 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.368906 --- ParallelTerminationStrategy: PID 99 died...
22:49:49.371122 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.376302 --- ParallelTerminationStrategy: PID 100 died...
22:49:49.378432 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.383565 --- ParallelTerminationStrategy: PID 101 died...
22:49:49.385639 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.390746 --- ParallelTerminationStrategy: PID 102 died...
22:49:49.392842 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.397906 --- ParallelTerminationStrategy: PID 103 died...
22:49:49.399981 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.405069 --- ParallelTerminationStrategy: PID 104 died...
22:49:49.407141 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.412212 --- ParallelTerminationStrategy: PID 105 died...
22:49:49.414290 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.419446 --- ParallelTerminationStrategy: PID 106 died...
22:49:49.421544 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.426604 --- ParallelTerminationStrategy: PID 107 died...
22:49:49.428667 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.433820 --- ParallelTerminationStrategy: PID 108 died...
22:49:49.435881 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.440987 --- ParallelTerminationStrategy: PID 109 died...
22:49:49.443040 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.448114 --- ParallelTerminationStrategy: PID 110 died...
22:49:49.450182 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.455318 --- ParallelTerminationStrategy: PID 111 died...
22:49:49.457417 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.462469 --- ParallelTerminationStrategy: PID 112 died...
22:49:49.464524 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.469577 --- ParallelTerminationStrategy: PID 113 died...
22:49:49.471633 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.476764 --- ParallelTerminationStrategy: PID 114 died...
22:49:49.478856 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.484050 --- ParallelTerminationStrategy: PID 115 died...
22:49:49.486107 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.491173 --- ParallelTerminationStrategy: PID 116 died...
22:49:49.493233 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.498279 --- ParallelTerminationStrategy: PID 117 died...
22:49:49.500349 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.505615 --- ParallelTerminationStrategy: PID 118 died...
22:49:49.507654 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.512730 --- ParallelTerminationStrategy: PID 119 died...
22:49:49.514767 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.519857 --- ParallelTerminationStrategy: PID 120 died...
22:49:49.521948 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.527099 --- ParallelTerminationStrategy: PID 121 died...
22:49:49.529232 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.534445 --- ParallelTerminationStrategy: PID 122 died...
22:49:49.536489 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.541542 --- ParallelTerminationStrategy: PID 123 died...
22:49:49.543576 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.548638 --- ParallelTerminationStrategy: PID 124 died...
22:49:49.550678 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.555707 --- ParallelTerminationStrategy: PID 125 died...
22:49:49.557741 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.562764 --- ParallelTerminationStrategy: PID 126 died...
22:49:49.564834 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.570006 --- ParallelTerminationStrategy: PID 127 died...
22:49:49.572106 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.577208 --- ParallelTerminationStrategy: PID 128 died...
22:49:49.579263 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.584332 --- ParallelTerminationStrategy: PID 129 died...
22:49:49.586402 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.591515 --- ParallelTerminationStrategy: PID 130 died...
22:49:49.593660 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.598714 --- ParallelTerminationStrategy: PID 131 died...
22:49:49.600764 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.605793 --- ParallelTerminationStrategy: PID 132 died...
22:49:49.607830 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.612896 --- ParallelTerminationStrategy: PID 133 died...
22:49:49.614934 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.619999 --- ParallelTerminationStrategy: PID 134 died...
22:49:49.622060 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.627135 --- ParallelTerminationStrategy: PID 135 died...
22:49:49.629212 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.634263 --- ParallelTerminationStrategy: PID 136 died...
22:49:49.636319 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.641418 --- ParallelTerminationStrategy: PID 137 died...
22:49:49.643478 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.648568 --- ParallelTerminationStrategy: PID 138 died...
22:49:49.650630 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.655699 --- ParallelTerminationStrategy: PID 139 died...
22:49:49.657731 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.662810 --- ParallelTerminationStrategy: PID 140 died...
22:49:49.664856 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.669868 --- ParallelTerminationStrategy: PID 141 died...
22:49:49.671901 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.676973 --- ParallelTerminationStrategy: PID 142 died...
22:49:49.679028 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.684085 --- ParallelTerminationStrategy: PID 143 died...
22:49:49.686174 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.691258 --- ParallelTerminationStrategy: PID 144 died...
22:49:49.693314 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.698386 --- ParallelTerminationStrategy: PID 145 died...
22:49:49.700443 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.705590 --- ParallelTerminationStrategy: PID 146 died...
22:49:49.707605 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.712620 --- ParallelTerminationStrategy: PID 147 died...
22:49:49.714647 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.719758 --- ParallelTerminationStrategy: PID 148 died...
22:49:49.721803 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.726864 --- ParallelTerminationStrategy: PID 149 died...
22:49:49.728897 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.734033 --- ParallelTerminationStrategy: PID 150 died...
22:49:49.736077 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.741265 --- ParallelTerminationStrategy: PID 151 died...
22:49:49.743364 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.748584 --- ParallelTerminationStrategy: PID 152 died...
22:49:49.750695 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.755746 --- ParallelTerminationStrategy: PID 153 died...
22:49:49.757844 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.763065 --- ParallelTerminationStrategy: PID 154 died...
22:49:49.765108 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.770136 --- ParallelTerminationStrategy: PID 155 died...
22:49:49.772165 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.777275 --- ParallelTerminationStrategy: PID 156 died...
22:49:49.779340 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.784362 --- ParallelTerminationStrategy: PID 157 died...
22:49:49.786384 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.791507 --- ParallelTerminationStrategy: PID 158 died...
22:49:49.793545 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.798663 --- ParallelTerminationStrategy: PID 159 died...
22:49:49.800753 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.805891 --- ParallelTerminationStrategy: PID 160 died...
22:49:49.807946 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.813002 --- ParallelTerminationStrategy: PID 161 died...
22:49:49.815085 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.820227 --- ParallelTerminationStrategy: PID 162 died...
22:49:49.822317 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.827396 --- ParallelTerminationStrategy: PID 163 died...
22:49:49.829449 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.834542 --- ParallelTerminationStrategy: PID 164 died...
22:49:49.836670 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.841768 --- ParallelTerminationStrategy: PID 165 died...
22:49:49.843856 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.848977 --- ParallelTerminationStrategy: PID 166 died...
22:49:49.851037 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.856087 --- ParallelTerminationStrategy: PID 167 died...
22:49:49.858188 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.863254 --- ParallelTerminationStrategy: PID 168 died...
22:49:49.865332 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.870383 --- ParallelTerminationStrategy: PID 169 died...
22:49:49.872455 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.877600 --- ParallelTerminationStrategy: PID 170 died...
22:49:49.879812 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.884983 --- ParallelTerminationStrategy: PID 171 died...
22:49:49.887127 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.892395 --- ParallelTerminationStrategy: PID 172 died...
22:49:49.894502 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.899588 --- ParallelTerminationStrategy: PID 173 died...
22:49:49.901729 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.906925 --- ParallelTerminationStrategy: PID 174 died...
22:49:49.909071 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.914360 --- ParallelTerminationStrategy: PID 175 died...
22:49:49.916444 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.921541 --- ParallelTerminationStrategy: PID 176 died...
22:49:49.923581 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.928658 --- ParallelTerminationStrategy: PID 177 died...
22:49:49.930695 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.935607 --- ParallelTerminationStrategy: PID 178 died...
22:49:49.937614 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.942597 --- ParallelTerminationStrategy: PID 179 died...
22:49:49.944665 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.949730 --- ParallelTerminationStrategy: PID 180 died...
22:49:49.951775 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.956870 --- ParallelTerminationStrategy: PID 181 died...
22:49:49.958911 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.963933 --- ParallelTerminationStrategy: PID 182 died...
22:49:49.965964 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.970869 --- ParallelTerminationStrategy: PID 183 died...
22:49:49.972858 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.977824 --- ParallelTerminationStrategy: PID 184 died...
22:49:49.979871 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.985018 --- ParallelTerminationStrategy: PID 185 died...
22:49:49.987085 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.992273 --- ParallelTerminationStrategy: PID 186 died...
22:49:49.994355 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.999411 --- ParallelTerminationStrategy: PID 187 died...
22:49:50.001466 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:50.006553 --- ParallelTerminationStrategy: PID 188 died...
22:49:50.008578 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:50.013655 --- ParallelTerminationStrategy: PID 189 died...
22:49:50.015655 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:50.020596 --- ParallelTerminationStrategy: PID 190 died...
22:49:50.022613 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:50.027743 --- ParallelTerminationStrategy: PID 191 died...
22:49:50.029740 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:50.034663 --- ParallelTerminationStrategy: PID 192 died...
22:49:50.036739 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:50.041792 --- ParallelTerminationStrategy: PID 193 died...
22:49:50.043769 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:50.048912 --- ParallelTerminationStrategy: PID 194 died...
22:49:50.051053 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:50.056069 --- ParallelTerminationStrategy: PID 195 died...
22:49:50.058119 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:50.063483 --- ParallelTerminationStrategy: PID 196 died...
22:49:50.065720 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:50.071195 --- ParallelTerminationStrategy: PID 197 died...
22:49:50.073268 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:50.078698 --- ParallelTerminationStrategy: PID 198 died...
22:49:50.080898 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:50.086346 --- ParallelTerminationStrategy: PID 199 died...
22:49:50.088363 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.093483 --- ParallelTerminationStrategy: PID 200 died...
22:49:50.095501 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.100364 --- ParallelTerminationStrategy: PID 201 died...
22:49:50.102362 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.107224 --- ParallelTerminationStrategy: PID 202 died...
22:49:50.109253 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.114360 --- ParallelTerminationStrategy: PID 203 died...
22:49:50.116407 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.121417 --- ParallelTerminationStrategy: PID 204 died...
22:49:50.123358 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.128415 --- ParallelTerminationStrategy: PID 205 died...
22:49:50.130423 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.135419 --- ParallelTerminationStrategy: PID 206 died...
22:49:50.137414 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.142253 --- ParallelTerminationStrategy: PID 207 died...
22:49:50.144118 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.148747 --- ParallelTerminationStrategy: PID 208 died...
22:49:50.150666 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.155399 --- ParallelTerminationStrategy: PID 209 died...
22:49:50.157333 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.162079 --- ParallelTerminationStrategy: PID 210 died...
22:49:50.164042 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.185052 --- ParallelTerminationStrategy: PID 211 died...
22:49:50.186907 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.191357 --- ParallelTerminationStrategy: PID 212 died...
22:49:50.193181 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.197861 --- ParallelTerminationStrategy: PID 213 died...
22:49:50.199786 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.204594 --- ParallelTerminationStrategy: PID 214 died...
22:49:50.206543 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.211471 --- ParallelTerminationStrategy: PID 215 died...
22:49:50.213474 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.218759 --- ParallelTerminationStrategy: PID 216 died...
22:49:50.220716 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.225507 --- ParallelTerminationStrategy: PID 217 died...
22:49:50.227419 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.232048 --- ParallelTerminationStrategy: PID 218 died...
22:49:50.233940 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.238611 --- ParallelTerminationStrategy: PID 219 died...
22:49:50.240485 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.245301 --- ParallelTerminationStrategy: PID 220 died...
22:49:50.247167 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.251799 --- ParallelTerminationStrategy: PID 221 died...
22:49:50.253682 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.258337 --- ParallelTerminationStrategy: PID 222 died...
22:49:50.260221 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.264881 --- ParallelTerminationStrategy: PID 223 died...
22:49:50.266744 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.271411 --- ParallelTerminationStrategy: PID 224 died...
22:49:50.273295 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.277953 --- ParallelTerminationStrategy: PID 225 died...
22:49:50.279828 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.284468 --- ParallelTerminationStrategy: PID 226 died...
22:49:50.286339 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.291010 --- ParallelTerminationStrategy: PID 227 died...
22:49:50.292894 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.297586 --- ParallelTerminationStrategy: PID 228 died...
22:49:50.299459 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.304114 --- ParallelTerminationStrategy: PID 229 died...
22:49:50.306011 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.310652 --- ParallelTerminationStrategy: PID 230 died...
22:49:50.312528 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.317200 --- ParallelTerminationStrategy: PID 231 died...
22:49:50.319073 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.323739 --- ParallelTerminationStrategy: PID 232 died...
22:49:50.325611 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.330263 --- ParallelTerminationStrategy: PID 233 died...
22:49:50.332135 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.336782 --- ParallelTerminationStrategy: PID 234 died...
22:49:50.338655 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.021802 --- ParallelTerminationStrategy: PID 34 died...
22:49:53.025120 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8031 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.104134 tst trial-8031: Storing JUnit report in /build/trial-8031/run.2025-07-18_22-48-18/trial-8031.xml
--------------------------------------------------------------------------------------------
trial-8031 PASS
--------------------------------------------------------------------------------------------
22:49:53.116012 tst trial-8031: trial-8031: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (88.8 sec)
+ exit_code=0
+ rm -rf trial-8031/inst
+ cd trial-8031
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-18 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8031-run.tgz run.2025-07-18_22-48-18
+ tar czf /build/trial-8031-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-18_13_26_27.tgz osmo-bts-oc2g.build-2025-07-18_00_51_33.tgz osmo-bts-sysmo.build-2025-07-18_00_51_40.tgz osmo-bts.build-2025-07-18_00_51_48.tgz osmo-ggsn.build-2025-07-18_20_43_06.tgz osmo-hlr.build-2025-07-18_16_36_53.tgz osmo-hnbgw.build-2025-07-18_13_30_14.tgz osmo-mgw.build-2025-07-18_08_33_16.tgz osmo-msc.build-2025-07-18_13_32_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-18_07_34_00.tgz osmo-pcu-sysmo.build-2025-07-18_07_36_05.tgz osmo-pcu.build-2025-07-18_07_36_12.tgz osmo-sgsn.build-2025-07-18_20_49_46.tgz osmo-stp.build-2025-07-18_13_25_15.tgz osmo-trx.build-2025-07-18_14_28_07.tgz osmocom-bb.build-2025-07-18_21_17_13.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