+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ 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_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 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 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#7 CACHED
#8 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [20/28] WORKDIR /TMP
#10 CACHED
#11 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#11 CACHED
#12 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#12 CACHED
#13 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#13 CACHED
#14 [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
#14 CACHED
#15 [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
#15 CACHED
#16 [ 8/28] RUN MKDIR /var/run/sshd
#16 CACHED
#17 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#17 CACHED
#18 [ 9/28] COPY SSH /root/.ssh
#18 CACHED
#19 [ 3/28] RUN groupadd osmo-gsm-tester
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#22 CACHED
#23 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#23 CACHED
#24 [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
#24 CACHED
#25 [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
#25 CACHED
#26 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#26 CACHED
#27 [ 2/28] RUN useradd -ms /bin/bash jenkins
#27 CACHED
#28 [ 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
#28 CACHED
#29 [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
#29 CACHED
#30 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#30 CACHED
#31 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#31 CACHED
#32 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:45fdd1bb1862c413f0dd52dc13411ff19a9830d41a693372f799ea70486ae079 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=8065 -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-08-21 22:48:23
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8065
+ mkdir -p trial-8065
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-21_13_25_58.tgz osmo-bts-oc2g.build-2025-08-21_00_51_46.tgz osmo-bts-sysmo.build-2025-08-21_00_51_51.tgz osmo-bts.build-2025-08-21_00_51_57.tgz osmo-ggsn.build-2025-08-21_20_43_17.tgz osmo-hlr.build-2025-08-21_16_36_51.tgz osmo-hnbgw.build-2025-08-21_16_22_48.tgz osmo-mgw.build-2025-08-21_08_33_21.tgz osmo-msc.build-2025-08-21_16_25_53.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-21_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-21_07_36_04.tgz osmo-pcu.build-2025-08-21_07_36_11.tgz osmo-sgsn.build-2025-08-21_20_48_56.tgz osmo-stp.build-2025-08-21_13_22_59.tgz osmo-trx.build-2025-08-21_14_33_19.tgz osmocom-bb.build-2025-08-21_21_17_29.tgz srslte.build-19.tgz trial-8065
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-21_13_25_58.md5 osmo-bts-oc2g.build-2025-08-21_00_51_46.md5 osmo-bts-sysmo.build-2025-08-21_00_51_51.md5 osmo-bts.build-2025-08-21_00_51_57.md5 osmo-ggsn.build-2025-08-21_20_43_17.md5 osmo-hlr.build-2025-08-21_16_36_51.md5 osmo-hnbgw.build-2025-08-21_16_22_48.md5 osmo-mgw.build-2025-08-21_08_33_21.md5 osmo-msc.build-2025-08-21_16_25_53.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-21_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-21_07_36_04.md5 osmo-pcu.build-2025-08-21_07_36_11.md5 osmo-sgsn.build-2025-08-21_20_48_56.md5 osmo-stp.build-2025-08-21_13_22_59.md5 osmo-trx.build-2025-08-21_14_33_19.md5 osmocom-bb.build-2025-08-21_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-21_13_25_58.md5 osmo-bts-oc2g.build-2025-08-21_00_51_46.md5 osmo-bts-sysmo.build-2025-08-21_00_51_51.md5 osmo-bts.build-2025-08-21_00_51_57.md5 osmo-ggsn.build-2025-08-21_20_43_17.md5 osmo-hlr.build-2025-08-21_16_36_51.md5 osmo-hnbgw.build-2025-08-21_16_22_48.md5 osmo-mgw.build-2025-08-21_08_33_21.md5 osmo-msc.build-2025-08-21_16_25_53.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-21_07_34_02.md5 osmo-pcu-sysmo.build-2025-08-21_07_36_04.md5 osmo-pcu.build-2025-08-21_07_36_11.md5 osmo-sgsn.build-2025-08-21_20_48_56.md5 osmo-stp.build-2025-08-21_13_22_59.md5 osmo-trx.build-2025-08-21_14_33_19.md5 osmocom-bb.build-2025-08-21_21_17_29.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-8065 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8065'
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-8065
--------------------------------------------------------------------------------------------
22:48:24.187217 tst trial-8065: Detailed log at /build/trial-8065/run.2025-08-21_22-48-24/log
---------------------------------------------------------------------
trial-8065 netreg_mass
---------------------------------------------------------------------
22:48:24.398587 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:24.398980 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:24.399788 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:24.401012 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:24.441956 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:24.442772 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:24.443963 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:24.520264 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-8065 netreg_mass register_default_mass.py
----------------------------------------------
22:48:24.521122 tst register_default_mass.py:9: Claiming resources for the test
22:48:24.536656 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.537204 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.537682 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.538142 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.538602 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.539091 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.539556 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:24.592676 tst register_default_mass.py: using LAC 2
22:48:24.635743 tst register_default_mass.py: using RAC 2
22:48:24.670279 tst register_default_mass.py: using CellId 2
22:48:24.706953 tst register_default_mass.py: using BVCI 3
22:48:24.713863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.714513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.715071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.715699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.716242 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.716826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.717370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.717907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.718454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.718985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.719502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.720018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.720562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.721095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.721614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.722153 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.722680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.723205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.723728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.724252 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.724775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.725306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.725831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.726373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.726896 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.727413 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.727920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.728432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.728959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.729472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.729992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.730505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.731016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.731543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.732065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.732575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.733112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.733630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.734138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.734661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.735170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.735685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.736283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.736821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.737354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.737876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.738398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.738913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.739445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.739962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.740470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.740996 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.741511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.742027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.742557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.743071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.743580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.744108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.744620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.745146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.745651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.746156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.746685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.747211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.747717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.748227 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.748754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.749268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.749790 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.750291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.750795 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.751306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.751900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.752412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.752940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.753458 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.753958 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.754480 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.754991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.755493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.755999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.756501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.757010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.757537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.758039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.758537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.759054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.759559 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.760073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.760586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.761099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.761612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.762155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.762673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.763191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.763701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.764232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.764758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.765270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.765789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.766298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.766871 tst register_default_mass.py:21: Launching a simple network
22:48:24.777128 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.898273 run create_hlr_db(pid=20): Launched
22:48:25.912093 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.932054 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.950993 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.958006 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:26.177467 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:26.197509 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:26.204177 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:27.143517 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:27.185385 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:30.210771 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:30.387672 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:30.405585 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:30.412035 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:30.439820 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:30.457546 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:30.465734 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:30.837286 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:30.857744 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:36.882088 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.115123 run osmo-bts-virtual(pid=34): Launched
22:48:38.198069 tst register_default_mass.py: using MSISDN 1001
22:48:38.211866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:38.357809 tst register_default_mass.py: using MSISDN 1002
22:48:38.366730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:38.454551 tst register_default_mass.py: using MSISDN 1003
22:48:38.462028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:38.549264 tst register_default_mass.py: using MSISDN 1004
22:48:38.561961 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:38.645313 tst register_default_mass.py: using MSISDN 1005
22:48:38.656052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:38.762441 tst register_default_mass.py: using MSISDN 1006
22:48:38.775274 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:38.886439 tst register_default_mass.py: using MSISDN 1007
22:48:38.895825 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.089579 tst register_default_mass.py: using MSISDN 1008
22:48:39.098202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.198738 tst register_default_mass.py: using MSISDN 1009
22:48:39.205175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.276846 tst register_default_mass.py: using MSISDN 1010
22:48:39.284561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.358232 tst register_default_mass.py: using MSISDN 1011
22:48:39.365618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:39.439815 tst register_default_mass.py: using MSISDN 1012
22:48:39.447382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:39.507511 tst register_default_mass.py: using MSISDN 1013
22:48:39.515304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:39.582796 tst register_default_mass.py: using MSISDN 1014
22:48:39.595765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:39.660987 tst register_default_mass.py: using MSISDN 1015
22:48:39.667857 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:39.742532 tst register_default_mass.py: using MSISDN 1016
22:48:39.749005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:39.819415 tst register_default_mass.py: using MSISDN 1017
22:48:39.831276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:39.910414 tst register_default_mass.py: using MSISDN 1018
22:48:39.922298 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:39.991258 tst register_default_mass.py: using MSISDN 1019
22:48:40.002570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.086563 tst register_default_mass.py: using MSISDN 1020
22:48:40.095716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.154894 tst register_default_mass.py: using MSISDN 1021
22:48:40.162833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.229163 tst register_default_mass.py: using MSISDN 1022
22:48:40.236813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.296500 tst register_default_mass.py: using MSISDN 1023
22:48:40.302793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:40.382792 tst register_default_mass.py: using MSISDN 1024
22:48:40.389202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:40.449977 tst register_default_mass.py: using MSISDN 1025
22:48:40.456639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:40.527532 tst register_default_mass.py: using MSISDN 1026
22:48:40.534190 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:40.600640 tst register_default_mass.py: using MSISDN 1027
22:48:40.607212 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:40.671840 tst register_default_mass.py: using MSISDN 1028
22:48:40.677968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:40.757321 tst register_default_mass.py: using MSISDN 1029
22:48:40.763932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:40.839865 tst register_default_mass.py: using MSISDN 1030
22:48:40.846255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:40.926646 tst register_default_mass.py: using MSISDN 1031
22:48:40.937360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.016543 tst register_default_mass.py: using MSISDN 1032
22:48:41.022768 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.087602 tst register_default_mass.py: using MSISDN 1033
22:48:41.093987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.163713 tst register_default_mass.py: using MSISDN 1034
22:48:41.170680 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.238752 tst register_default_mass.py: using MSISDN 1035
22:48:41.246242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.307159 tst register_default_mass.py: using MSISDN 1036
22:48:41.313446 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.399116 tst register_default_mass.py: using MSISDN 1037
22:48:41.408973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:41.492721 tst register_default_mass.py: using MSISDN 1038
22:48:41.500468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:41.582808 tst register_default_mass.py: using MSISDN 1039
22:48:41.591660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:41.663979 tst register_default_mass.py: using MSISDN 1040
22:48:41.669944 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:41.733592 tst register_default_mass.py: using MSISDN 1041
22:48:41.740216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:41.818905 tst register_default_mass.py: using MSISDN 1042
22:48:41.829814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:41.902704 tst register_default_mass.py: using MSISDN 1043
22:48:41.912236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:41.983495 tst register_default_mass.py: using MSISDN 1044
22:48:41.990387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.145428 tst register_default_mass.py: using MSISDN 1045
22:48:42.152152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.232491 tst register_default_mass.py: using MSISDN 1046
22:48:42.239125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.306750 tst register_default_mass.py: using MSISDN 1047
22:48:42.313492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.381745 tst register_default_mass.py: using MSISDN 1048
22:48:42.388662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:42.537868 tst register_default_mass.py: using MSISDN 1049
22:48:42.544964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:42.617571 tst register_default_mass.py: using MSISDN 1050
22:48:42.624006 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:42.703480 tst register_default_mass.py: using MSISDN 1051
22:48:42.709787 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:42.777251 tst register_default_mass.py: using MSISDN 1052
22:48:42.788234 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:42.865391 tst register_default_mass.py: using MSISDN 1053
22:48:42.871910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:42.955296 tst register_default_mass.py: using MSISDN 1054
22:48:42.963059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.035144 tst register_default_mass.py: using MSISDN 1055
22:48:43.050245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.137170 tst register_default_mass.py: using MSISDN 1056
22:48:43.152561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:43.272400 tst register_default_mass.py: using MSISDN 1057
22:48:43.287264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:43.379035 tst register_default_mass.py: using MSISDN 1058
22:48:43.393776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:43.476979 tst register_default_mass.py: using MSISDN 1059
22:48:43.490911 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:43.569553 tst register_default_mass.py: using MSISDN 1060
22:48:43.582499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:43.667702 tst register_default_mass.py: using MSISDN 1061
22:48:43.680878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:43.770167 tst register_default_mass.py: using MSISDN 1062
22:48:43.778660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:43.938108 tst register_default_mass.py: using MSISDN 1063
22:48:43.945617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:44.473931 tst register_default_mass.py: using MSISDN 1064
22:48:44.485059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:44.561024 tst register_default_mass.py: using MSISDN 1065
22:48:44.566953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.635291 tst register_default_mass.py: using MSISDN 1066
22:48:44.642055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.722430 tst register_default_mass.py: using MSISDN 1067
22:48:44.728732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:45.243933 tst register_default_mass.py: using MSISDN 1068
22:48:45.252120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:45.324820 tst register_default_mass.py: using MSISDN 1069
22:48:45.331236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:45.414577 tst register_default_mass.py: using MSISDN 1070
22:48:45.421105 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:45.496767 tst register_default_mass.py: using MSISDN 1071
22:48:45.504578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:45.588905 tst register_default_mass.py: using MSISDN 1072
22:48:45.595289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.670497 tst register_default_mass.py: using MSISDN 1073
22:48:45.682442 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.760731 tst register_default_mass.py: using MSISDN 1074
22:48:45.767824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.850010 tst register_default_mass.py: using MSISDN 1075
22:48:45.857236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.928555 tst register_default_mass.py: using MSISDN 1076
22:48:45.935516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:46.007415 tst register_default_mass.py: using MSISDN 1077
22:48:46.017155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:46.089833 tst register_default_mass.py: using MSISDN 1078
22:48:46.099918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:46.177335 tst register_default_mass.py: using MSISDN 1079
22:48:46.184453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:46.285805 tst register_default_mass.py: using MSISDN 1080
22:48:46.294125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:46.392992 tst register_default_mass.py: using MSISDN 1081
22:48:46.401628 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.502307 tst register_default_mass.py: using MSISDN 1082
22:48:46.508776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.579262 tst register_default_mass.py: using MSISDN 1083
22:48:46.591452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.676074 tst register_default_mass.py: using MSISDN 1084
22:48:46.688935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.770763 tst register_default_mass.py: using MSISDN 1085
22:48:46.783305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.866955 tst register_default_mass.py: using MSISDN 1086
22:48:46.880012 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.978060 tst register_default_mass.py: using MSISDN 1087
22:48:46.990125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:47.068315 tst register_default_mass.py: using MSISDN 1088
22:48:47.081061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:47.145647 tst register_default_mass.py: using MSISDN 1089
22:48:47.157771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:47.240942 tst register_default_mass.py: using MSISDN 1090
22:48:47.254144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:47.340840 tst register_default_mass.py: using MSISDN 1091
22:48:47.354163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:47.441946 tst register_default_mass.py: using MSISDN 1092
22:48:47.455562 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:47.548470 tst register_default_mass.py: using MSISDN 1093
22:48:47.560547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:47.643642 tst register_default_mass.py: using MSISDN 1094
22:48:47.649814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:47.786498 tst register_default_mass.py: using MSISDN 1095
22:48:47.792642 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:47.858148 tst register_default_mass.py: using MSISDN 1096
22:48:47.864064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:47.926516 tst register_default_mass.py: using MSISDN 1097
22:48:47.932383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:48.029997 tst register_default_mass.py: using MSISDN 1098
22:48:48.036571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:48.102968 tst register_default_mass.py: using MSISDN 1099
22:48:48.108948 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:48.174729 tst register_default_mass.py: using MSISDN 1100
22:48:48.180485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:48.296996 run mass: Starting testcase
22:48:48.303320 run mass: Pre-launching all virtphy's
22:48:48.309354 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:48.323540 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:48.330373 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:48.344661 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:48.351496 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:48.365899 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:48.372658 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:48.387468 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:48.394288 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:48.408992 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:48.415965 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:48.431027 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:48.441188 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:48.457340 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:48.464943 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:48.480611 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:48.487779 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:48.504012 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:48.511648 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:48.527798 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:48.535328 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:48.551368 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:48.558807 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:48.575024 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:48.582672 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:48.598909 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:48.606355 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:48.622223 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:48.629171 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:48.643902 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:48.650640 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:48.664890 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:48.671306 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:48.685392 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:48.692273 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:48.707080 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:48.713810 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:48.728457 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:48.735091 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:48.749429 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:48.756015 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:48.770191 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:48.776687 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:48.791104 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:48.797842 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:48.812247 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:48.819121 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:48.834813 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:48.843235 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:48.858276 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:48.865124 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:48.880739 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:48.888043 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:48.903991 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:48.911285 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:48.927500 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:48.935121 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:48.951410 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:48.958817 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:48.974353 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:48.981209 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:48.996093 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:49.002891 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.017065 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:49.023531 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.037389 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:49.043781 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:49.057793 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:49.064212 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:49.078204 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:49.084861 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:49.098959 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:49.105511 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:49.120648 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:49.128040 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:49.143946 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:49.151516 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:49.167997 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:49.175597 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:49.191691 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:49.199227 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:49.215154 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:49.222477 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:49.238448 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:49.245784 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:49.261552 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:49.268951 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:49.284969 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:49.292478 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:49.308345 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:49.315768 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:49.331807 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:49.339127 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:49.357761 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:49.365627 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:49.382789 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:49.390820 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:49.407404 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:49.414810 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:49.430598 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:49.438064 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:49.453945 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:49.460847 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:49.475474 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:49.482398 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:49.497254 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:49.503879 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:49.518077 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:49.524735 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:49.539037 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:49.545736 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:49.560031 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:49.566618 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:49.580853 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:49.587360 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:49.601495 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:49.608112 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:49.623214 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:49.630185 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:49.645044 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:49.651699 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:49.666124 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:49.672813 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:49.687098 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:49.693703 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.708047 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:49.714768 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.729135 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:49.735791 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.750007 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:49.756619 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.770842 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:49.777302 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.791387 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:49.797757 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.811519 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:49.818043 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.832024 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:49.838462 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:49.852728 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:49.859401 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:49.873560 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:49.880345 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:49.894693 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:49.901192 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:49.915661 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:49.922371 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:49.936576 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:49.943154 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:49.957404 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:49.963927 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.977968 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:49.984521 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.998640 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:50.005170 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.019179 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.025669 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.039709 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.046198 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.060140 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:50.066663 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.080676 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.087062 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.241116 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.247452 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.260750 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.267050 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.280877 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.287531 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.302124 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.309012 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.324313 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.331826 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.347831 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.355144 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.370434 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.377632 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.392104 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.398781 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.412904 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.483869 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.497494 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.503951 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:50.518045 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:50.524605 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:50.539014 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:50.545647 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:50.560130 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:50.567482 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:50.584049 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:50.591745 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:50.608373 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:50.616186 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:50.632533 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:50.639880 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:50.656401 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:50.664090 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:50.680112 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:50.687451 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:50.703015 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:50.710222 run mass: Checking if sockets are in the filesystem
22:48:50.724660 run osmo-ms-mob/00000: Starting mobile
22:48:50.740223 run osmo-ms-mob/00000(pid=135): Launched
22:48:50.759177 run mass: MS start registered {at=19047436.462500263, delay=0.011787079274654388, ms=00000}
22:48:54.925717 run osmo-ms-mob/00001: Starting mobile
22:48:54.941738 run osmo-ms-mob/00001(pid=136): Launched
22:48:54.954733 run mass: MS start registered {at=19047440.65807623, delay=0.005615048110485077, ms=00001}
22:48:55.598263 run mass: MS performed LU {at=19047441.30158915, lu_delay=4.839088886976242, ms=00000}
22:48:56.724818 run osmo-ms-mob/00002: Starting mobile
22:48:56.739504 run osmo-ms-mob/00002(pid=137): Launched
22:48:56.751450 run mass: MS start registered {at=19047442.454788495, delay=0.005116801708936691, ms=00002}
22:48:58.031913 run osmo-ms-mob/00003: Starting mobile
22:48:58.068107 run osmo-ms-mob/00003(pid=138): Launched
22:48:58.083816 run mass: MS start registered {at=19047443.78715436, delay=3.590807318687439e-05, ms=00003}
22:48:59.124741 run osmo-ms-mob/00004: Starting mobile
22:48:59.140504 run osmo-ms-mob/00004(pid=139): Launched
22:48:59.153500 run mass: MS start registered {at=19047444.85683479, delay=0.0056210048496723175, ms=00004}
22:49:00.125633 run osmo-ms-mob/00005: Starting mobile
22:49:00.142958 run osmo-ms-mob/00005(pid=140): Launched
22:49:00.160125 run mass: MS start registered {at=19047445.86344092, delay=0.008817892521619797, ms=00005}
22:49:01.026678 run osmo-ms-mob/00006: Starting mobile
22:49:01.045187 run osmo-ms-mob/00006(pid=141): Launched
22:49:01.058569 run mass: MS start registered {at=19047446.761892185, delay=0.005533650517463684, ms=00006}
22:49:01.247089 run mass: MS performed LU {at=19047446.950397395, lu_delay=6.292321164160967, ms=00001}
22:49:01.736807 run mass: MS performed LU {at=19047447.440123938, lu_delay=4.9853354431688786, ms=00002}
22:49:01.929635 run osmo-ms-mob/00007: Starting mobile
22:49:01.948302 run osmo-ms-mob/00007(pid=142): Launched
22:49:01.969019 run mass: MS start registered {at=19047447.67236485, delay=0.010429739952087402, ms=00007}
22:49:02.725131 run osmo-ms-mob/00008: Starting mobile
22:49:02.740268 run osmo-ms-mob/00008(pid=143): Launched
22:49:02.752478 run mass: MS start registered {at=19047448.45582552, delay=0.005217321217060089, ms=00008}
22:49:03.176415 run mass: MS performed LU {at=19047448.87972201, lu_delay=5.092567648738623, ms=00003}
22:49:03.423816 run osmo-ms-mob/00009: Starting mobile
22:49:03.440019 run osmo-ms-mob/00009(pid=144): Launched
22:49:03.452931 run mass: MS start registered {at=19047449.15628027, delay=0.005169309675693512, ms=00009}
22:49:04.123391 run osmo-ms-mob/00010: Starting mobile
22:49:04.138004 run osmo-ms-mob/00010(pid=145): Launched
22:49:04.150408 run mass: MS start registered {at=19047449.853729833, delay=0.0054903700947761536, ms=00010}
22:49:04.723628 run osmo-ms-mob/00011: Starting mobile
22:49:04.739485 run osmo-ms-mob/00011(pid=146): Launched
22:49:04.753544 run mass: MS start registered {at=19047450.45687565, delay=0.006886672228574753, ms=00011}
22:49:05.013625 run mass: MS performed LU {at=19047450.716955226, lu_delay=5.8601204343140125, ms=00004}
22:49:05.031147 run mass: MS performed LU {at=19047450.734491628, lu_delay=4.871050707995892, ms=00005}
22:49:05.324264 run osmo-ms-mob/00012: Starting mobile
22:49:05.339444 run osmo-ms-mob/00012(pid=147): Launched
22:49:05.351765 run mass: MS start registered {at=19047451.055111643, delay=0.005230296403169632, ms=00012}
22:49:05.923908 run osmo-ms-mob/00013: Starting mobile
22:49:05.938691 run osmo-ms-mob/00013(pid=148): Launched
22:49:05.951275 run mass: MS start registered {at=19047451.654621355, delay=0.005463525652885437, ms=00013}
22:49:06.523355 run osmo-ms-mob/00014: Starting mobile
22:49:06.537333 run osmo-ms-mob/00014(pid=149): Launched
22:49:06.549028 run mass: MS start registered {at=19047452.25237916, delay=0.005150247365236282, ms=00014}
22:49:06.942720 run mass: MS performed LU {at=19047452.646031737, lu_delay=4.97366688773036, ms=00007}
22:49:07.124395 run osmo-ms-mob/00015: Starting mobile
22:49:07.140546 run osmo-ms-mob/00015(pid=150): Launched
22:49:07.158432 run mass: MS start registered {at=19047452.861760627, delay=0.009625308215618134, ms=00015}
22:49:07.624256 run osmo-ms-mob/00016: Starting mobile
22:49:07.639106 run osmo-ms-mob/00016(pid=151): Launched
22:49:07.652612 run mass: MS start registered {at=19047453.355955344, delay=0.006625309586524963, ms=00016}
22:49:08.124502 run osmo-ms-mob/00017: Starting mobile
22:49:08.140502 run osmo-ms-mob/00017(pid=152): Launched
22:49:08.153459 run mass: MS start registered {at=19047453.856803447, delay=0.005695261061191559, ms=00017}
22:49:08.723743 run osmo-ms-mob/00018: Starting mobile
22:49:08.739822 run osmo-ms-mob/00018(pid=153): Launched
22:49:08.752864 run mass: MS start registered {at=19047454.45620703, delay=0.0053629763424396515, ms=00018}
22:49:08.779270 run mass: MS performed LU {at=19047454.482585546, lu_delay=5.326305273920298, ms=00009}
22:49:08.797650 run mass: MS performed LU {at=19047454.50099631, lu_delay=6.045170791447163, ms=00008}
22:49:08.912470 run mass: MS performed LU {at=19047454.615804125, lu_delay=4.762074291706085, ms=00010}
22:49:08.925963 run osmo-ms-mob/00019: Starting mobile
22:49:08.942103 run osmo-ms-mob/00019(pid=154): Launched
22:49:08.955319 run mass: MS start registered {at=19047454.65865171, delay=0.0056951530277729034, ms=00019}
22:49:09.623915 run osmo-ms-mob/00020: Starting mobile
22:49:09.640072 run osmo-ms-mob/00020(pid=155): Launched
22:49:09.654086 run mass: MS start registered {at=19047455.357430596, delay=0.006068002432584763, ms=00020}
22:49:10.123973 run osmo-ms-mob/00021: Starting mobile
22:49:10.140166 run osmo-ms-mob/00021(pid=156): Launched
22:49:10.153430 run mass: MS start registered {at=19047455.85677669, delay=0.005249962210655212, ms=00021}
22:49:10.523323 run osmo-ms-mob/00022: Starting mobile
22:49:10.537622 run osmo-ms-mob/00022(pid=157): Launched
22:49:10.550029 run mass: MS start registered {at=19047456.253371224, delay=0.005464397370815277, ms=00022}
22:49:10.578703 run mass: MS performed LU {at=19047456.282040965, lu_delay=5.226929321885109, ms=00012}
22:49:10.597115 run mass: MS performed LU {at=19047456.300464492, lu_delay=5.8435888439416885, ms=00011}
22:49:10.708150 run mass: MS performed LU {at=19047456.411484405, lu_delay=4.756863050162792, ms=00013}
22:49:11.023609 run osmo-ms-mob/00023: Starting mobile
22:49:11.037664 run osmo-ms-mob/00023(pid=158): Launched
22:49:11.049880 run mass: MS start registered {at=19047456.753226023, delay=0.00475650280714035, ms=00023}
22:49:11.423569 run osmo-ms-mob/00024: Starting mobile
22:49:11.438796 run osmo-ms-mob/00024(pid=159): Launched
22:49:11.451811 run mass: MS start registered {at=19047457.155162036, delay=0.005614008754491806, ms=00024}
22:49:11.927207 run osmo-ms-mob/00025: Starting mobile
22:49:11.942735 run osmo-ms-mob/00025(pid=160): Launched
22:49:11.955780 run mass: MS start registered {at=19047457.659117237, delay=0.005531664937734604, ms=00025}
22:49:12.324115 run osmo-ms-mob/00026: Starting mobile
22:49:12.339744 run osmo-ms-mob/00026(pid=161): Launched
22:49:12.352127 run mass: MS start registered {at=19047458.05547476, delay=0.005179490894079208, ms=00026}
22:49:12.544247 run mass: MS performed LU {at=19047458.247580584, lu_delay=4.891625240445137, ms=00016}
22:49:12.563497 run mass: MS performed LU {at=19047458.266842823, lu_delay=5.405082195997238, ms=00015}
22:49:12.575236 run osmo-ms-mob/00027: Starting mobile
22:49:12.589571 run osmo-ms-mob/00027(pid=162): Launched
22:49:12.601221 run mass: MS start registered {at=19047458.30457473, delay=0.004988420754671097, ms=00027}
22:49:12.678246 run mass: MS performed LU {at=19047458.381573364, lu_delay=6.1291942037642, ms=00014}
22:49:12.969011 run mass: MS performed LU {at=19047458.672338627, lu_delay=4.815535180270672, ms=00017}
22:49:13.124209 run osmo-ms-mob/00028: Starting mobile
22:49:13.138074 run osmo-ms-mob/00028(pid=163): Launched
22:49:13.150249 run mass: MS start registered {at=19047458.853587333, delay=0.005514439195394516, ms=00028}
22:49:13.523744 run osmo-ms-mob/00029: Starting mobile
22:49:13.538675 run osmo-ms-mob/00029(pid=164): Launched
22:49:13.551207 run mass: MS start registered {at=19047459.25454715, delay=0.00544724240899086, ms=00029}
22:49:13.924360 run osmo-ms-mob/00030: Starting mobile
22:49:13.940659 run osmo-ms-mob/00030(pid=165): Launched
22:49:13.953498 run mass: MS start registered {at=19047459.656848364, delay=0.005388610064983368, ms=00030}
22:49:14.324008 run osmo-ms-mob/00031: Starting mobile
22:49:14.340233 run osmo-ms-mob/00031(pid=166): Launched
22:49:14.347936 run mass: MS performed LU {at=19047460.051289003, lu_delay=4.693858407437801, ms=00020}
22:49:14.355611 run mass: MS start registered {at=19047460.058973067, delay=0.007713586091995239, ms=00031}
22:49:14.473619 run mass: MS performed LU {at=19047460.176953077, lu_delay=5.518301367759705, ms=00019}
22:49:14.486193 run osmo-ms-mob/00032: Starting mobile
22:49:14.501927 run osmo-ms-mob/00032(pid=167): Launched
22:49:14.509394 run mass: MS performed LU {at=19047460.212752026, lu_delay=5.75654499605298, ms=00018}
22:49:14.516559 run mass: MS start registered {at=19047460.21992424, delay=0.007194742560386658, ms=00032}
22:49:15.023550 run osmo-ms-mob/00033: Starting mobile
22:49:15.039242 run osmo-ms-mob/00033(pid=168): Launched
22:49:15.058873 run mass: MS start registered {at=19047460.762212988, delay=0.011814728379249573, ms=00033}
22:49:15.424339 run osmo-ms-mob/00034: Starting mobile
22:49:15.440808 run osmo-ms-mob/00034(pid=169): Launched
22:49:15.453834 run mass: MS start registered {at=19047461.15717451, delay=0.0052908360958099365, ms=00034}
22:49:15.744698 run osmo-ms-mob/00035: Starting mobile
22:49:15.760356 run osmo-ms-mob/00035(pid=170): Launched
22:49:15.773821 run mass: MS start registered {at=19047461.47716788, delay=0.005927827209234238, ms=00035}
22:49:16.123691 run osmo-ms-mob/00036: Starting mobile
22:49:16.138699 run osmo-ms-mob/00036(pid=171): Launched
22:49:16.151699 run mass: MS start registered {at=19047461.85504714, delay=0.005719523876905441, ms=00036}
22:49:16.311020 run mass: MS performed LU {at=19047462.01435156, lu_delay=5.7609803378582, ms=00022}
22:49:16.329354 run mass: MS performed LU {at=19047462.032706887, lu_delay=6.175930198282003, ms=00021}
22:49:16.444061 run mass: MS performed LU {at=19047462.147398334, lu_delay=4.9922362975776196, ms=00024}
22:49:16.457929 run osmo-ms-mob/00037: Starting mobile
22:49:16.471720 run osmo-ms-mob/00037(pid=172): Launched
22:49:16.481027 run mass: MS performed LU {at=19047462.184375938, lu_delay=5.431149914860725, ms=00023}
22:49:16.487482 run mass: MS start registered {at=19047462.19084675, delay=0.00935298576951027, ms=00037}
22:49:16.735944 run mass: MS performed LU {at=19047462.439256206, lu_delay=4.780138969421387, ms=00025}
22:49:16.751145 run osmo-ms-mob/00038: Starting mobile
22:49:16.768496 run osmo-ms-mob/00038(pid=173): Launched
22:49:16.784516 run mass: MS start registered {at=19047462.487851232, delay=0.007974661886692047, ms=00038}
22:49:17.123606 run osmo-ms-mob/00039: Starting mobile
22:49:17.138657 run osmo-ms-mob/00039(pid=174): Launched
22:49:17.151022 run mass: MS start registered {at=19047462.854364928, delay=0.005285631865262985, ms=00039}
22:49:17.523630 run osmo-ms-mob/00040: Starting mobile
22:49:17.539828 run osmo-ms-mob/00040(pid=175): Launched
22:49:17.553599 run mass: MS start registered {at=19047463.256942827, delay=0.006284218281507492, ms=00040}
22:49:17.834280 run osmo-ms-mob/00041: Starting mobile
22:49:17.848752 run osmo-ms-mob/00041(pid=176): Launched
22:49:17.860667 run mass: MS start registered {at=19047463.564019274, delay=0.005080115050077438, ms=00041}
22:49:18.110471 run mass: MS performed LU {at=19047463.813806284, lu_delay=5.758331526070833, ms=00026}
22:49:18.122784 run osmo-ms-mob/00042: Starting mobile
22:49:18.137653 run osmo-ms-mob/00042(pid=177): Launched
22:49:18.149800 run mass: MS start registered {at=19047463.853146087, delay=0.005455303937196732, ms=00042}
22:49:18.239801 run mass: MS performed LU {at=19047463.943136558, lu_delay=4.688589408993721, ms=00029}
22:49:18.258183 run mass: MS performed LU {at=19047463.961510662, lu_delay=5.107923328876495, ms=00028}
22:49:18.401411 run mass: MS performed LU {at=19047464.10474541, lu_delay=5.800170678645372, ms=00027}
22:49:18.412685 run osmo-ms-mob/00043: Starting mobile
22:49:18.426037 run osmo-ms-mob/00043(pid=178): Launched
22:49:18.437694 run mass: MS start registered {at=19047464.141045995, delay=0.005054298788309097, ms=00043}
22:49:18.825248 run osmo-ms-mob/00044: Starting mobile
22:49:18.841180 run osmo-ms-mob/00044(pid=179): Launched
22:49:18.854315 run mass: MS start registered {at=19047464.55764686, delay=0.00565405935049057, ms=00044}
22:49:19.123436 run osmo-ms-mob/00045: Starting mobile
22:49:19.137517 run osmo-ms-mob/00045(pid=180): Launched
22:49:19.149230 run mass: MS start registered {at=19047464.852579955, delay=0.005119767040014267, ms=00045}
22:49:19.423429 run osmo-ms-mob/00046: Starting mobile
22:49:19.438495 run osmo-ms-mob/00046(pid=181): Launched
22:49:19.450997 run mass: MS start registered {at=19047465.15434898, delay=0.005321599543094635, ms=00046}
22:49:19.723234 run osmo-ms-mob/00047: Starting mobile
22:49:19.738189 run osmo-ms-mob/00047(pid=182): Launched
22:49:19.755278 run mass: MS start registered {at=19047465.45861157, delay=0.00942578911781311, ms=00047}
22:49:20.023016 run osmo-ms-mob/00048: Starting mobile
22:49:20.037269 run osmo-ms-mob/00048(pid=183): Launched
22:49:20.048936 run mass: MS start registered {at=19047465.752282497, delay=0.0050549693405628204, ms=00048}
22:49:20.076248 run mass: MS performed LU {at=19047465.779601105, lu_delay=5.720628038048744, ms=00031}
22:49:20.094627 run mass: MS performed LU {at=19047465.797984075, lu_delay=5.578059833496809, ms=00032}
22:49:20.106032 run osmo-ms-mob/00049: Starting mobile
22:49:20.119923 run osmo-ms-mob/00049(pid=184): Launched
22:49:20.131770 run mass: MS start registered {at=19047465.835122164, delay=0.005237758159637451, ms=00049}
22:49:20.210467 run mass: MS performed LU {at=19047465.91381304, lu_delay=6.256964676082134, ms=00030}
22:49:20.246720 run mass: MS performed LU {at=19047465.950063802, lu_delay=5.1878508143126965, ms=00033}
22:49:20.258289 run osmo-ms-mob/00050: Starting mobile
22:49:20.273061 run osmo-ms-mob/00050(pid=185): Launched
22:49:20.279764 run mass: MS performed LU {at=19047465.98311925, lu_delay=4.8259447403252125, ms=00034}
22:49:20.289017 run mass: MS start registered {at=19047465.99237938, delay=0.009282074868679047, ms=00050}
22:49:20.537406 run mass: MS performed LU {at=19047466.2407429, lu_delay=4.76357502117753, ms=00035}
22:49:21.024930 run osmo-ms-mob/00051: Starting mobile
22:49:21.041693 run osmo-ms-mob/00051(pid=186): Launched
22:49:21.055002 run mass: MS start registered {at=19047466.75834003, delay=0.00569770485162735, ms=00051}
22:49:21.323646 run osmo-ms-mob/00052: Starting mobile
22:49:21.337539 run osmo-ms-mob/00052(pid=187): Launched
22:49:21.349318 run mass: MS start registered {at=19047467.052667852, delay=0.005163796246051788, ms=00052}
22:49:21.624004 run osmo-ms-mob/00053: Starting mobile
22:49:21.638667 run osmo-ms-mob/00053(pid=188): Launched
22:49:21.651698 run mass: MS start registered {at=19047467.355040293, delay=0.005852647125720978, ms=00053}
22:49:21.876377 run mass: MS performed LU {at=19047467.579710603, lu_delay=5.091859370470047, ms=00038}
22:49:21.889580 run osmo-ms-mob/00054: Starting mobile
22:49:21.905099 run osmo-ms-mob/00054(pid=189): Launched
22:49:21.917851 run mass: MS start registered {at=19047467.62119401, delay=0.005717247724533081, ms=00054}
22:49:22.005017 run mass: MS performed LU {at=19047467.70835033, lu_delay=4.8539854027330875, ms=00039}
22:49:22.023591 run mass: MS performed LU {at=19047467.726938855, lu_delay=5.536092106252909, ms=00037}
22:49:22.035718 run osmo-ms-mob/00055: Starting mobile
22:49:22.050468 run osmo-ms-mob/00055(pid=190): Launched
22:49:22.062259 run mass: MS start registered {at=19047467.765603337, delay=0.005061790347099304, ms=00055}
22:49:22.166654 run mass: MS performed LU {at=19047467.869989183, lu_delay=6.014942042529583, ms=00036}
22:49:22.203904 run mass: MS performed LU {at=19047467.90725414, lu_delay=4.650311313569546, ms=00040}
22:49:22.215563 run osmo-ms-mob/00056: Starting mobile
22:49:22.229810 run osmo-ms-mob/00056(pid=191): Launched
22:49:22.241901 run mass: MS start registered {at=19047467.945238683, delay=0.00525139644742012, ms=00056}
22:49:22.823298 run osmo-ms-mob/00057: Starting mobile
22:49:22.838211 run osmo-ms-mob/00057(pid=192): Launched
22:49:22.850483 run mass: MS start registered {at=19047468.553824645, delay=0.005382131785154343, ms=00057}
22:49:23.224498 run osmo-ms-mob/00058: Starting mobile
22:49:23.240373 run osmo-ms-mob/00058(pid=193): Launched
22:49:23.253415 run mass: MS start registered {at=19047468.95674861, delay=0.005481567233800888, ms=00058}
22:49:23.523361 run osmo-ms-mob/00059: Starting mobile
22:49:23.538523 run osmo-ms-mob/00059(pid=194): Launched
22:49:23.550839 run mass: MS start registered {at=19047469.25418052, delay=0.005091756582260132, ms=00059}
22:49:23.823453 run osmo-ms-mob/00060: Starting mobile
22:49:23.838354 run osmo-ms-mob/00060(pid=195): Launched
22:49:23.845579 run mass: MS performed LU {at=19047469.548934575, lu_delay=4.991287715733051, ms=00044}
22:49:23.852583 run mass: MS start registered {at=19047469.555944685, delay=0.007032003253698349, ms=00060}
22:49:23.860921 run mass: MS performed LU {at=19047469.56426949, lu_delay=5.423223495483398, ms=00043}
22:49:24.013173 run mass: MS performed LU {at=19047469.71650873, lu_delay=6.152489457279444, ms=00041}
22:49:24.025017 run osmo-ms-mob/00061: Starting mobile
22:49:24.040255 run osmo-ms-mob/00061(pid=196): Launched
22:49:24.047128 run mass: MS performed LU {at=19047469.7504868, lu_delay=4.897906843572855, ms=00045}
22:49:24.054047 run mass: MS start registered {at=19047469.75741254, delay=0.006945617496967316, ms=00061}
22:49:24.068389 run mass: MS performed LU {at=19047469.771735683, lu_delay=23.0098434984684, ms=00006}
22:49:24.080583 run osmo-ms-mob/00062: Starting mobile
22:49:24.095076 run osmo-ms-mob/00062(pid=197): Launched
22:49:24.107659 run mass: MS start registered {at=19047469.811007835, delay=0.005748368799686432, ms=00062}
22:49:24.340129 run mass: MS performed LU {at=19047470.043465074, lu_delay=4.88911609351635, ms=00046}
22:49:24.825008 run osmo-ms-mob/00063: Starting mobile
22:49:24.842656 run osmo-ms-mob/00063(pid=198): Launched
22:49:24.856946 run mass: MS start registered {at=19047470.56026396, delay=0.00613042339682579, ms=00063}
22:49:24.954214 run mass: MS performed LU {at=19047470.657527927, lu_delay=3.6048600748181343, ms=00052}
22:49:25.224713 run osmo-ms-mob/00064: Starting mobile
22:49:25.241518 run osmo-ms-mob/00064(pid=199): Launched
22:49:25.254812 run mass: MS start registered {at=19047470.958150316, delay=0.005583815276622772, ms=00064}
22:49:25.623895 run osmo-ms-mob/00065: Starting mobile
22:49:25.638796 run osmo-ms-mob/00065(pid=200): Launched
22:49:25.651434 run mass: MS start registered {at=19047471.354747795, delay=0.005140293389558792, ms=00065}
22:49:25.771374 run mass: MS performed LU {at=19047471.474686522, lu_delay=5.482307143509388, ms=00050}
22:49:25.789914 run mass: MS performed LU {at=19047471.4932621, lu_delay=5.740979604423046, ms=00048}
22:49:25.802944 run osmo-ms-mob/00066: Starting mobile
22:49:25.819654 run osmo-ms-mob/00066(pid=201): Launched
22:49:25.833363 run mass: MS start registered {at=19047471.53671008, delay=0.006325572729110718, ms=00066}
22:49:25.969672 run mass: MS performed LU {at=19047471.673005756, lu_delay=6.214394185692072, ms=00047}
22:49:26.951775 run osmo-ms-mob/00067: Starting mobile
22:49:26.965669 run osmo-ms-mob/00067(pid=202): Launched
22:49:26.972834 run mass: Starting too slowly. Moving on {now=19047472.676199816, sleep=-0.5557005368173122, target=19047472.12049928}
22:49:26.979568 run mass: MS start registered {at=19047472.68292344, delay=0.006725918501615524, ms=00067}
22:49:26.986551 run mass: Starting too slowly. Moving on {now=19047472.689920202, sleep=-0.4694209210574627, target=19047472.22049928}
22:49:26.993324 run mass: Starting too slowly. Moving on {now=19047472.696694426, sleep=-0.37619514390826225, target=19047472.320499282}
22:49:27.006075 run osmo-ms-mob/00068: Starting mobile
22:49:27.020991 run osmo-ms-mob/00068(pid=203): Launched
22:49:27.027531 run mass: Starting too slowly. Moving on {now=19047472.730898716, sleep=-0.3103994317352772, target=19047472.420499284}
22:49:27.033985 run mass: MS start registered {at=19047472.737344105, delay=0.00644751638174057, ms=00068}
22:49:27.040614 run mass: Starting too slowly. Moving on {now=19047472.74398307, sleep=-0.22348378598690033, target=19047472.520499285}
22:49:27.047241 run mass: Starting too slowly. Moving on {now=19047472.750610255, sleep=-0.1301109679043293, target=19047472.620499287}
22:49:27.053815 run mass: Starting too slowly. Moving on {now=19047472.75718154, sleep=-0.03668225184082985, target=19047472.72049929}
22:49:27.066988 run osmo-ms-mob/00069: Starting mobile
22:49:27.083273 run osmo-ms-mob/00069(pid=204): Launched
22:49:27.096546 run mass: MS start registered {at=19047472.799889427, delay=0.00611400231719017, ms=00069}
22:49:27.424385 run osmo-ms-mob/00070: Starting mobile
22:49:27.440096 run osmo-ms-mob/00070(pid=205): Launched
22:49:27.452617 run mass: MS start registered {at=19047473.155967355, delay=0.005002275109291077, ms=00070}
22:49:27.823144 run osmo-ms-mob/00071: Starting mobile
22:49:27.837362 run osmo-ms-mob/00071(pid=206): Launched
22:49:27.849549 run mass: MS start registered {at=19047473.552899055, delay=0.005115065723657608, ms=00071}
22:49:28.014033 run mass: MS performed LU {at=19047473.717367463, lu_delay=5.95176412537694, ms=00055}
22:49:28.069915 run mass: MS performed LU {at=19047473.77325126, lu_delay=5.219426617026329, ms=00057}
22:49:28.079496 run mass: MS performed LU {at=19047473.782847892, lu_delay=6.427807599306107, ms=00053}
22:49:28.091078 run osmo-ms-mob/00072: Starting mobile
22:49:28.105344 run osmo-ms-mob/00072(pid=207): Launched
22:49:28.112430 run mass: MS performed LU {at=19047473.81578768, lu_delay=6.194593671709299, ms=00054}
22:49:28.118930 run mass: MS start registered {at=19047473.822293796, delay=0.0065270401537418365, ms=00072}
22:49:28.342107 run mass: MS performed LU {at=19047474.04541842, lu_delay=5.088669810444117, ms=00058}
22:49:28.452528 run mass: MS performed LU {at=19047474.15586307, lu_delay=4.599918384104967, ms=00060}
22:49:28.464836 run osmo-ms-mob/00073: Starting mobile
22:49:28.480043 run osmo-ms-mob/00073(pid=208): Launched
22:49:28.493270 run mass: MS start registered {at=19047474.19660911, delay=0.0059710778295993805, ms=00073}
22:49:28.673985 run mass: MS performed LU {at=19047474.37730477, lu_delay=5.123124249279499, ms=00059}
22:49:29.023793 run osmo-ms-mob/00074: Starting mobile
22:49:29.039485 run osmo-ms-mob/00074(pid=209): Launched
22:49:29.053533 run mass: MS start registered {at=19047474.756866068, delay=0.006355017423629761, ms=00074}
22:49:29.394002 run mass: MS performed LU {at=19047475.09733701, lu_delay=4.5370730496943, ms=00063}
22:49:29.407929 run osmo-ms-mob/00075: Starting mobile
22:49:29.424226 run osmo-ms-mob/00075(pid=210): Launched
22:49:29.437893 run mass: MS start registered {at=19047475.1412396, delay=0.005853626877069473, ms=00075}
22:49:29.499639 run mass: MS performed LU {at=19047475.202971872, lu_delay=5.4455593302845955, ms=00061}
22:49:29.555908 run mass: MS performed LU {at=19047475.25924003, lu_delay=5.4482321962714195, ms=00062}
22:49:29.924840 run osmo-ms-mob/00076: Starting mobile
22:49:29.941671 run osmo-ms-mob/00076(pid=211): Launched
22:49:29.954460 run mass: MS start registered {at=19047475.65780693, delay=0.005256626754999161, ms=00076}
22:49:30.325615 run osmo-ms-mob/00077: Starting mobile
22:49:30.340507 run osmo-ms-mob/00077(pid=212): Launched
22:49:30.352763 run mass: MS start registered {at=19047476.056111734, delay=0.005304053425788879, ms=00077}
22:49:30.823360 run osmo-ms-mob/00078: Starting mobile
22:49:30.839012 run osmo-ms-mob/00078(pid=213): Launched
22:49:30.851494 run mass: MS start registered {at=19047476.5548382, delay=0.005188837647438049, ms=00078}
22:49:31.223974 run osmo-ms-mob/00079: Starting mobile
22:49:31.238277 run osmo-ms-mob/00079(pid=214): Launched
22:49:31.250017 run mass: MS start registered {at=19047476.95336897, delay=0.005182374268770218, ms=00079}
22:49:31.374291 run mass: MS performed LU {at=19047477.07757757, lu_delay=6.119427252560854, ms=00064}
22:49:31.392609 run mass: MS performed LU {at=19047477.09593339, lu_delay=5.559223309159279, ms=00066}
22:49:31.507973 run mass: MS performed LU {at=19047477.211305585, lu_delay=5.8565577901899815, ms=00065}
22:49:31.723814 run osmo-ms-mob/00080: Starting mobile
22:49:31.742866 run osmo-ms-mob/00080(pid=215): Launched
22:49:31.756067 run mass: MS start registered {at=19047477.4594086, delay=0.005865868180990219, ms=00080}
22:49:32.224060 run osmo-ms-mob/00081: Starting mobile
22:49:32.238284 run osmo-ms-mob/00081(pid=216): Launched
22:49:32.250566 run mass: MS start registered {at=19047477.95391487, delay=0.005202464759349823, ms=00081}
22:49:32.623335 run osmo-ms-mob/00082: Starting mobile
22:49:32.637748 run osmo-ms-mob/00082(pid=217): Launched
22:49:32.649579 run mass: MS start registered {at=19047478.352930486, delay=0.005187656730413437, ms=00082}
22:49:33.174071 run mass: MS performed LU {at=19047478.877401724, lu_delay=4.680792614817619, ms=00073}
22:49:33.186391 run osmo-ms-mob/00083: Starting mobile
22:49:33.200822 run osmo-ms-mob/00083(pid=218): Launched
22:49:33.207380 run mass: MS performed LU {at=19047478.91073871, lu_delay=5.75477135553956, ms=00070}
22:49:33.217223 run mass: MS start registered {at=19047478.92058663, delay=0.009867947548627853, ms=00083}
22:49:33.321818 run mass: MS performed LU {at=19047479.0251515, lu_delay=5.202857702970505, ms=00072}
22:49:33.464077 run mass: MS performed LU {at=19047479.167362764, lu_delay=5.614463709294796, ms=00071}
22:49:33.501022 run mass: MS performed LU {at=19047479.204357736, lu_delay=6.467013631016016, ms=00068}
22:49:33.512886 run osmo-ms-mob/00084: Starting mobile
22:49:33.529151 run osmo-ms-mob/00084(pid=219): Launched
22:49:33.542683 run mass: MS start registered {at=19047479.2460207, delay=0.005745045840740204, ms=00084}
22:49:33.754731 run mass: MS performed LU {at=19047479.45806818, lu_delay=6.77514474093914, ms=00067}
22:49:34.223537 run osmo-ms-mob/00085: Starting mobile
22:49:34.238996 run osmo-ms-mob/00085(pid=220): Launched
22:49:34.251639 run mass: MS start registered {at=19047479.95498609, delay=0.005158700048923492, ms=00085}
22:49:34.823747 run osmo-ms-mob/00086: Starting mobile
22:49:34.840057 run osmo-ms-mob/00086(pid=221): Launched
22:49:34.852856 run mass: MS start registered {at=19047480.55619604, delay=0.005429275333881378, ms=00086}
22:49:35.140495 run mass: MS performed LU {at=19047480.843825977, lu_delay=4.787714242935181, ms=00077}
22:49:35.158773 run mass: MS performed LU {at=19047480.862114005, lu_delay=5.720874406397343, ms=00075}
22:49:35.273476 run mass: MS performed LU {at=19047480.97681213, lu_delay=5.319005202502012, ms=00076}
22:49:35.287162 run osmo-ms-mob/00087: Starting mobile
22:49:35.302948 run osmo-ms-mob/00087(pid=222): Launched
22:49:35.315574 run mass: MS start registered {at=19047481.01892102, delay=0.005564887076616287, ms=00087}
22:49:36.023747 run osmo-ms-mob/00088: Starting mobile
22:49:36.039628 run osmo-ms-mob/00088(pid=223): Launched
22:49:36.054362 run mass: MS start registered {at=19047481.75769162, delay=0.007126819342374802, ms=00088}
22:49:36.623427 run osmo-ms-mob/00089: Starting mobile
22:49:36.638596 run osmo-ms-mob/00089(pid=224): Launched
22:49:36.650959 run mass: MS start registered {at=19047482.354310043, delay=0.00490957498550415, ms=00089}
22:49:36.939147 run mass: MS performed LU {at=19047482.64247841, lu_delay=5.183069810271263, ms=00080}
22:49:37.068897 run mass: MS performed LU {at=19047482.772219837, lu_delay=6.21738163754344, ms=00078}
22:49:37.087287 run mass: MS performed LU {at=19047482.790639903, lu_delay=5.837270934134722, ms=00079}
22:49:37.100453 run osmo-ms-mob/00090: Starting mobile
22:49:37.116128 run osmo-ms-mob/00090(pid=225): Launched
22:49:37.128615 run mass: MS start registered {at=19047482.831970025, delay=0.005211863666772842, ms=00090}
22:49:37.192949 run mass: MS performed LU {at=19047482.896276064, lu_delay=4.543345578014851, ms=00082}
22:49:37.230866 run mass: MS performed LU {at=19047482.93415744, lu_delay=4.980242568999529, ms=00081}
22:49:37.928530 run osmo-ms-mob/00091: Starting mobile
22:49:37.944474 run osmo-ms-mob/00091(pid=226): Launched
22:49:37.956719 run mass: MS start registered {at=19047483.66006894, delay=0.005252871662378311, ms=00091}
22:49:38.625473 run osmo-ms-mob/00092: Starting mobile
22:49:38.642336 run osmo-ms-mob/00092(pid=227): Launched
22:49:38.659014 run mass: MS start registered {at=19047484.362359133, delay=0.008941687643527985, ms=00092}
22:49:38.905338 run mass: MS performed LU {at=19047484.608626503, lu_delay=5.362605802714825, ms=00084}
22:49:38.923559 run mass: MS performed LU {at=19047484.626898535, lu_delay=5.706311903893948, ms=00083}
22:49:39.039209 run mass: MS performed LU {at=19047484.742538895, lu_delay=4.7875528037548065, ms=00085}
22:49:39.424117 run osmo-ms-mob/00093: Starting mobile
22:49:39.439149 run osmo-ms-mob/00093(pid=228): Launched
22:49:39.451545 run mass: MS start registered {at=19047485.154897697, delay=0.004726197570562363, ms=00093}
22:49:40.324072 run osmo-ms-mob/00094: Starting mobile
22:49:40.339750 run osmo-ms-mob/00094(pid=229): Launched
22:49:40.352658 run mass: MS start registered {at=19047486.055996407, delay=0.005307015031576157, ms=00094}
22:49:40.705451 run mass: MS performed LU {at=19047486.408773307, lu_delay=5.389852285385132, ms=00087}
22:49:40.835277 run mass: MS performed LU {at=19047486.53860169, lu_delay=5.98240564763546, ms=00086}
22:49:40.852566 run mass: MS performed LU {at=19047486.55592104, lu_delay=4.798229418694973, ms=00088}
22:49:40.958770 run mass: MS performed LU {at=19047486.662103456, lu_delay=22.808957368135452, ms=00042}
22:49:41.224531 run osmo-ms-mob/00095: Starting mobile
22:49:41.242040 run osmo-ms-mob/00095(pid=230): Launched
22:49:41.255662 run mass: MS start registered {at=19047486.959005717, delay=0.0054789334535598755, ms=00095}
22:49:42.224723 run osmo-ms-mob/00096: Starting mobile
22:49:42.239593 run osmo-ms-mob/00096(pid=231): Launched
22:49:42.251969 run mass: MS start registered {at=19047487.955320325, delay=0.0052189938724040985, ms=00096}
22:49:42.671522 run mass: MS performed LU {at=19047488.374771208, lu_delay=5.542801182717085, ms=00090}
22:49:42.689510 run mass: MS performed LU {at=19047488.392858602, lu_delay=4.732789661735296, ms=00091}
22:49:42.805559 run mass: MS performed LU {at=19047488.508899476, lu_delay=6.154589433223009, ms=00089}
22:49:42.860888 run mass: MS performed LU {at=19047488.564222783, lu_delay=21.80588275194168, ms=00051}
22:49:42.879226 run mass: MS performed LU {at=19047488.582551267, lu_delay=22.747429102659225, ms=00049}
22:49:43.323878 run osmo-ms-mob/00097: Starting mobile
22:49:43.340578 run osmo-ms-mob/00097(pid=232): Launched
22:49:43.356937 run mass: MS start registered {at=19047489.060265817, delay=0.007057443261146545, ms=00097}
22:49:44.600087 run mass: MS performed LU {at=19047490.30340773, lu_delay=5.148510031402111, ms=00093}
22:49:44.613038 run osmo-ms-mob/00098: Starting mobile
22:49:44.629403 run osmo-ms-mob/00098(pid=233): Launched
22:49:44.637118 run mass: MS performed LU {at=19047490.34047414, lu_delay=5.978115007281303, ms=00092}
22:49:44.644419 run mass: MS start registered {at=19047490.34778339, delay=0.007333055138587952, ms=00098}
22:49:45.176880 run mass: MS performed LU {at=19047490.88018903, lu_delay=22.934950347989798, ms=00056}
22:49:46.424041 run osmo-ms-mob/00099: Starting mobile
22:49:46.438295 run osmo-ms-mob/00099(pid=234): Launched
22:49:46.444426 run mass: All started... {duration=55.72729779407382, too_slow=7}
22:49:46.450203 run mass: MS start registered {at=19047492.15356342, delay=0.005770742893218994, ms=00099}
22:49:46.672394 run mass: MS performed LU {at=19047492.375698965, lu_delay=5.41669324785471, ms=00095}
22:49:46.690602 run mass: MS performed LU {at=19047492.39395096, lu_delay=6.337954554706812, ms=00094}
22:49:48.366799 run mass: MS performed LU {at=19047494.070131507, lu_delay=5.009865690022707, ms=00097}
22:49:48.385210 run mass: MS performed LU {at=19047494.088559363, lu_delay=6.133239038288593, ms=00096}
22:49:50.202747 run mass: MS performed LU {at=19047495.906017672, lu_delay=5.55823428183794, ms=00098}
22:49:50.692103 run mass: MS performed LU {at=19047496.395426787, lu_delay=23.59553736075759, ms=00069}
22:49:52.132090 run mass: MS performed LU {at=19047497.835413627, lu_delay=5.681850206106901, ms=00099}
22:49:52.385864 run mass: MS performed LU {at=19047498.08917594, lu_delay=23.332309871912003, ms=00074}
22:49:52.393221 run mass: Tests done {all_completed=True, max=23.59553736075759, min=3.6048600748181343}
22:49:52.399896 tst register_default_mass.py: Test passed (87.9 sec)
22:49:52.406726 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.410986 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.415282 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.419498 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.423788 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.427991 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.432157 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.436407 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.440602 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.444807 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.448976 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.453175 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.457382 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.461561 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.465967 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.470177 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.475104 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.482312 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.488650 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.494282 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.504344 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.514202 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.524398 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.534523 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.544438 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.554540 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.564690 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.574721 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.651229 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.658882 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.667565 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.676953 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.688354 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.697983 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.707864 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.718032 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.727773 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.737188 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.746871 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.756707 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.766620 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.776282 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.786282 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.796166 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.806158 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.816135 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.825930 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.835677 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.845673 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.855503 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.865661 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.875397 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.885123 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.894881 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.904769 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.914757 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.925130 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.935309 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.945550 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.955736 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.965781 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.976019 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.985811 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.995584 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.005446 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.015194 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.024951 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.034872 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.044741 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.054610 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.064378 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.074246 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.083899 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.093852 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.104028 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.114162 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.124354 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.134634 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.145031 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.155368 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.165445 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.175607 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.185706 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.196154 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.206413 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.216813 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.227259 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.237784 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.248214 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.258528 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.269163 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.279152 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.288913 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.296109 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.301226 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.309432 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.314892 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.320146 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.325960 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.330981 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.337254 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:53.342184 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:53.347285 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:53.352633 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:53.358077 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:53.366154 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:53.371949 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:53.377778 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:53.383240 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:53.388839 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:53.399792 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:53.410386 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:53.420515 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:53.430502 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:53.440716 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:53.450754 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:53.460580 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:53.470481 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:53.480202 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:53.489298 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:53.498395 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:53.507596 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:53.516846 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:53.526194 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:53.535244 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:53.544211 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:53.553331 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:53.562326 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:53.571400 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:53.580429 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.589526 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.598627 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.607952 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.616911 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.625633 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.634317 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.642840 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.651495 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.660214 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.669138 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.677964 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.686620 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.695275 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.704180 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.713263 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.722213 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.731201 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.740000 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.749025 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.757898 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.766920 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.775679 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.784535 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.793368 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.802067 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.810655 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.819369 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.828032 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.836755 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.845505 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.854265 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.863057 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.871731 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.880622 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.889250 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.897907 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.906719 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.915476 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.924234 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.933008 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.941906 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.950540 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.959021 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.967505 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.974556 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.979198 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.983788 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.988213 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.992698 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.997054 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:54.001393 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:54.005729 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:54.010064 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:54.014302 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:54.018833 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:54.023365 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:54.027934 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:54.032333 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:54.036794 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:54.041165 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:54.045902 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:54.050414 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:54.054804 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:54.059102 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:54.063371 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:54.067725 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:54.072001 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:54.076335 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:54.080610 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:54.085028 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:54.089297 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:54.093563 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:54.097881 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:54.102215 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:54.106473 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:54.110812 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:54.115221 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:54.119663 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:54.123982 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:54.128366 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:54.132615 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:54.136975 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:54.141337 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:54.145708 --- ParallelTerminationStrategy: PID 22 died...
22:49:54.147696 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:54.152628 --- ParallelTerminationStrategy: PID 23 died...
22:49:54.154608 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:54.159343 --- ParallelTerminationStrategy: PID 24 died...
22:49:54.161280 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:54.166018 --- ParallelTerminationStrategy: PID 25 died...
22:49:54.167964 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:54.172686 --- ParallelTerminationStrategy: PID 26 died...
22:49:54.174615 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:54.179505 --- ParallelTerminationStrategy: PID 27 died...
22:49:54.181514 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:54.186426 --- ParallelTerminationStrategy: PID 28 died...
22:49:54.188390 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:54.193298 --- ParallelTerminationStrategy: PID 29 died...
22:49:54.195290 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:54.200245 --- ParallelTerminationStrategy: PID 30 died...
22:49:54.202231 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:54.207095 --- ParallelTerminationStrategy: PID 31 died...
22:49:54.209080 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:54.213952 --- ParallelTerminationStrategy: PID 32 died...
22:49:54.215914 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:54.220759 --- ParallelTerminationStrategy: PID 33 died...
22:49:54.222740 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:54.227670 --- ParallelTerminationStrategy: PID 35 died...
22:49:54.229670 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:54.234632 --- ParallelTerminationStrategy: PID 36 died...
22:49:54.236647 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:54.241571 --- ParallelTerminationStrategy: PID 37 died...
22:49:54.243556 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:54.248457 --- ParallelTerminationStrategy: PID 38 died...
22:49:54.250451 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:54.255326 --- ParallelTerminationStrategy: PID 39 died...
22:49:54.257312 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:54.262134 --- ParallelTerminationStrategy: PID 40 died...
22:49:54.264089 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:54.268990 --- ParallelTerminationStrategy: PID 41 died...
22:49:54.270938 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:54.275798 --- ParallelTerminationStrategy: PID 42 died...
22:49:54.277740 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:54.282606 --- ParallelTerminationStrategy: PID 43 died...
22:49:54.284551 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:54.289443 --- ParallelTerminationStrategy: PID 44 died...
22:49:54.291385 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:54.296202 --- ParallelTerminationStrategy: PID 45 died...
22:49:54.298180 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:54.302988 --- ParallelTerminationStrategy: PID 46 died...
22:49:54.304926 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:54.309854 --- ParallelTerminationStrategy: PID 47 died...
22:49:54.311853 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:54.316684 --- ParallelTerminationStrategy: PID 48 died...
22:49:54.318591 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:54.323320 --- ParallelTerminationStrategy: PID 49 died...
22:49:54.325267 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:54.330058 --- ParallelTerminationStrategy: PID 50 died...
22:49:54.331978 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:54.336758 --- ParallelTerminationStrategy: PID 51 died...
22:49:54.338734 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:54.343596 --- ParallelTerminationStrategy: PID 52 died...
22:49:54.345573 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:54.350469 --- ParallelTerminationStrategy: PID 53 died...
22:49:54.352442 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:54.357321 --- ParallelTerminationStrategy: PID 54 died...
22:49:54.359272 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:54.364243 --- ParallelTerminationStrategy: PID 55 died...
22:49:54.366233 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:54.371127 --- ParallelTerminationStrategy: PID 56 died...
22:49:54.373095 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:54.377951 --- ParallelTerminationStrategy: PID 57 died...
22:49:54.379920 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:54.384801 --- ParallelTerminationStrategy: PID 58 died...
22:49:54.386815 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:54.391790 --- ParallelTerminationStrategy: PID 59 died...
22:49:54.393760 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:54.398618 --- ParallelTerminationStrategy: PID 60 died...
22:49:54.400616 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:54.405504 --- ParallelTerminationStrategy: PID 61 died...
22:49:54.407468 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:54.412327 --- ParallelTerminationStrategy: PID 62 died...
22:49:54.414303 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:54.419189 --- ParallelTerminationStrategy: PID 63 died...
22:49:54.421155 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:54.426010 --- ParallelTerminationStrategy: PID 64 died...
22:49:54.427940 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:54.432711 --- ParallelTerminationStrategy: PID 65 died...
22:49:54.434640 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:54.439533 --- ParallelTerminationStrategy: PID 66 died...
22:49:54.441473 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:54.446208 --- ParallelTerminationStrategy: PID 67 died...
22:49:54.448107 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.452879 --- ParallelTerminationStrategy: PID 68 died...
22:49:54.454788 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.459581 --- ParallelTerminationStrategy: PID 69 died...
22:49:54.461515 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.466297 --- ParallelTerminationStrategy: PID 70 died...
22:49:54.468211 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.473093 --- ParallelTerminationStrategy: PID 71 died...
22:49:54.475018 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.479820 --- ParallelTerminationStrategy: PID 72 died...
22:49:54.481787 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.486546 --- ParallelTerminationStrategy: PID 73 died...
22:49:54.488488 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.493300 --- ParallelTerminationStrategy: PID 74 died...
22:49:54.495213 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.500014 --- ParallelTerminationStrategy: PID 75 died...
22:49:54.501976 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.506854 --- ParallelTerminationStrategy: PID 76 died...
22:49:54.508838 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.513698 --- ParallelTerminationStrategy: PID 77 died...
22:49:54.515597 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.520517 --- ParallelTerminationStrategy: PID 78 died...
22:49:54.522442 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.527202 --- ParallelTerminationStrategy: PID 79 died...
22:49:54.529102 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.533831 --- ParallelTerminationStrategy: PID 80 died...
22:49:54.535756 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.540586 --- ParallelTerminationStrategy: PID 81 died...
22:49:54.542559 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.547428 --- ParallelTerminationStrategy: PID 82 died...
22:49:54.549347 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.554203 --- ParallelTerminationStrategy: PID 83 died...
22:49:54.556133 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.560931 --- ParallelTerminationStrategy: PID 84 died...
22:49:54.562862 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.567632 --- ParallelTerminationStrategy: PID 85 died...
22:49:54.569538 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.574303 --- ParallelTerminationStrategy: PID 86 died...
22:49:54.576218 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.580966 --- ParallelTerminationStrategy: PID 87 died...
22:49:54.582886 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.588792 --- ParallelTerminationStrategy: PID 88 died...
22:49:54.590786 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.595513 --- ParallelTerminationStrategy: PID 89 died...
22:49:54.597427 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.602092 --- ParallelTerminationStrategy: PID 90 died...
22:49:54.603975 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.608548 --- ParallelTerminationStrategy: PID 91 died...
22:49:54.610389 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.615028 --- ParallelTerminationStrategy: PID 92 died...
22:49:54.616892 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.621396 --- ParallelTerminationStrategy: PID 93 died...
22:49:54.623220 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.627778 --- ParallelTerminationStrategy: PID 94 died...
22:49:54.629652 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.634296 --- ParallelTerminationStrategy: PID 95 died...
22:49:54.636145 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.640702 --- ParallelTerminationStrategy: PID 96 died...
22:49:54.642577 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.647161 --- ParallelTerminationStrategy: PID 97 died...
22:49:54.648998 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.653603 --- ParallelTerminationStrategy: PID 98 died...
22:49:54.655434 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.660010 --- ParallelTerminationStrategy: PID 99 died...
22:49:54.661895 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.666410 --- ParallelTerminationStrategy: PID 100 died...
22:49:54.668285 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.672913 --- ParallelTerminationStrategy: PID 101 died...
22:49:54.674769 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.679418 --- ParallelTerminationStrategy: PID 102 died...
22:49:54.681335 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.686060 --- ParallelTerminationStrategy: PID 103 died...
22:49:54.687932 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.692535 --- ParallelTerminationStrategy: PID 104 died...
22:49:54.694441 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:54.699163 --- ParallelTerminationStrategy: PID 105 died...
22:49:54.701095 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:54.705868 --- ParallelTerminationStrategy: PID 106 died...
22:49:54.707800 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:54.712540 --- ParallelTerminationStrategy: PID 107 died...
22:49:54.714437 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:54.719057 --- ParallelTerminationStrategy: PID 108 died...
22:49:54.720957 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:54.725567 --- ParallelTerminationStrategy: PID 109 died...
22:49:54.727428 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:54.732105 --- ParallelTerminationStrategy: PID 110 died...
22:49:54.733978 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:54.738612 --- ParallelTerminationStrategy: PID 111 died...
22:49:54.740459 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:54.745071 --- ParallelTerminationStrategy: PID 112 died...
22:49:54.746885 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:54.751427 --- ParallelTerminationStrategy: PID 113 died...
22:49:54.753367 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:54.757954 --- ParallelTerminationStrategy: PID 114 died...
22:49:54.759798 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:54.764416 --- ParallelTerminationStrategy: PID 115 died...
22:49:54.766251 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:54.770865 --- ParallelTerminationStrategy: PID 116 died...
22:49:54.772698 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:54.777240 --- ParallelTerminationStrategy: PID 117 died...
22:49:54.779092 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:54.783580 --- ParallelTerminationStrategy: PID 118 died...
22:49:54.785410 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:54.789852 --- ParallelTerminationStrategy: PID 119 died...
22:49:54.791614 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:54.796031 --- ParallelTerminationStrategy: PID 120 died...
22:49:54.797857 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:54.802434 --- ParallelTerminationStrategy: PID 121 died...
22:49:54.804261 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:54.808809 --- ParallelTerminationStrategy: PID 122 died...
22:49:54.810680 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:54.815288 --- ParallelTerminationStrategy: PID 123 died...
22:49:54.817186 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:54.821785 --- ParallelTerminationStrategy: PID 124 died...
22:49:54.823658 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.828207 --- ParallelTerminationStrategy: PID 125 died...
22:49:54.830030 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.834567 --- ParallelTerminationStrategy: PID 126 died...
22:49:54.836431 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.841043 --- ParallelTerminationStrategy: PID 127 died...
22:49:54.842959 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.847713 --- ParallelTerminationStrategy: PID 128 died...
22:49:54.849660 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.854409 --- ParallelTerminationStrategy: PID 129 died...
22:49:54.856341 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.861205 --- ParallelTerminationStrategy: PID 130 died...
22:49:54.863122 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.867920 --- ParallelTerminationStrategy: PID 131 died...
22:49:54.869898 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.874769 --- ParallelTerminationStrategy: PID 132 died...
22:49:54.876754 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.881650 --- ParallelTerminationStrategy: PID 133 died...
22:49:54.883645 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.888443 --- ParallelTerminationStrategy: PID 134 died...
22:49:54.890372 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.895253 --- ParallelTerminationStrategy: PID 135 died...
22:49:54.897254 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.902157 --- ParallelTerminationStrategy: PID 136 died...
22:49:54.904096 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.908933 --- ParallelTerminationStrategy: PID 137 died...
22:49:54.910919 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.915849 --- ParallelTerminationStrategy: PID 138 died...
22:49:54.917838 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.922724 --- ParallelTerminationStrategy: PID 139 died...
22:49:54.924689 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.929444 --- ParallelTerminationStrategy: PID 140 died...
22:49:54.931396 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.936170 --- ParallelTerminationStrategy: PID 141 died...
22:49:54.938101 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.942923 --- ParallelTerminationStrategy: PID 142 died...
22:49:54.944914 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.949785 --- ParallelTerminationStrategy: PID 143 died...
22:49:54.951704 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.956485 --- ParallelTerminationStrategy: PID 144 died...
22:49:54.958420 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.963255 --- ParallelTerminationStrategy: PID 145 died...
22:49:54.965186 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.969932 --- ParallelTerminationStrategy: PID 146 died...
22:49:54.971873 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.976623 --- ParallelTerminationStrategy: PID 147 died...
22:49:54.978569 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.983213 --- ParallelTerminationStrategy: PID 148 died...
22:49:54.985090 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.989848 --- ParallelTerminationStrategy: PID 149 died...
22:49:54.991746 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.996526 --- ParallelTerminationStrategy: PID 150 died...
22:49:54.998465 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:55.003270 --- ParallelTerminationStrategy: PID 151 died...
22:49:55.005190 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:55.010129 --- ParallelTerminationStrategy: PID 152 died...
22:49:55.012047 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:55.016833 --- ParallelTerminationStrategy: PID 153 died...
22:49:55.018764 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:55.023439 --- ParallelTerminationStrategy: PID 154 died...
22:49:55.025338 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:55.029961 --- ParallelTerminationStrategy: PID 155 died...
22:49:55.031819 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:55.036441 --- ParallelTerminationStrategy: PID 156 died...
22:49:55.038308 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:55.042934 --- ParallelTerminationStrategy: PID 157 died...
22:49:55.044769 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:55.049395 --- ParallelTerminationStrategy: PID 158 died...
22:49:55.051211 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:55.055781 --- ParallelTerminationStrategy: PID 159 died...
22:49:55.057663 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:55.062264 --- ParallelTerminationStrategy: PID 160 died...
22:49:55.064137 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:55.068763 --- ParallelTerminationStrategy: PID 161 died...
22:49:55.070640 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:55.077775 --- ParallelTerminationStrategy: PID 162 died...
22:49:55.081274 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:55.086046 --- ParallelTerminationStrategy: PID 163 died...
22:49:55.087968 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:55.092647 --- ParallelTerminationStrategy: PID 164 died...
22:49:55.094552 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:55.099196 --- ParallelTerminationStrategy: PID 165 died...
22:49:55.101219 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:55.105925 --- ParallelTerminationStrategy: PID 166 died...
22:49:55.107799 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:55.112486 --- ParallelTerminationStrategy: PID 167 died...
22:49:55.114374 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:55.119115 --- ParallelTerminationStrategy: PID 168 died...
22:49:55.120999 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:55.125768 --- ParallelTerminationStrategy: PID 169 died...
22:49:55.127720 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:55.132521 --- ParallelTerminationStrategy: PID 170 died...
22:49:55.134475 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:55.139297 --- ParallelTerminationStrategy: PID 171 died...
22:49:55.141285 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:55.146074 --- ParallelTerminationStrategy: PID 172 died...
22:49:55.147955 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:55.152715 --- ParallelTerminationStrategy: PID 173 died...
22:49:55.154664 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:55.159370 --- ParallelTerminationStrategy: PID 174 died...
22:49:55.161237 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:55.166026 --- ParallelTerminationStrategy: PID 175 died...
22:49:55.167903 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:55.172685 --- ParallelTerminationStrategy: PID 176 died...
22:49:55.174582 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:55.179295 --- ParallelTerminationStrategy: PID 177 died...
22:49:55.181186 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:55.185906 --- ParallelTerminationStrategy: PID 178 died...
22:49:55.187888 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:55.192718 --- ParallelTerminationStrategy: PID 179 died...
22:49:55.194584 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:55.199376 --- ParallelTerminationStrategy: PID 180 died...
22:49:55.201301 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:55.205983 --- ParallelTerminationStrategy: PID 181 died...
22:49:55.207869 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:55.212685 --- ParallelTerminationStrategy: PID 182 died...
22:49:55.237861 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:55.241708 --- ParallelTerminationStrategy: PID 183 died...
22:49:55.243294 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:55.247195 --- ParallelTerminationStrategy: PID 184 died...
22:49:55.248802 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:55.252826 --- ParallelTerminationStrategy: PID 185 died...
22:49:55.254431 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:55.258436 --- ParallelTerminationStrategy: PID 186 died...
22:49:55.260047 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:55.264038 --- ParallelTerminationStrategy: PID 187 died...
22:49:55.265656 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:55.269499 --- ParallelTerminationStrategy: PID 188 died...
22:49:55.271063 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:55.274895 --- ParallelTerminationStrategy: PID 189 died...
22:49:55.276457 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:55.280458 --- ParallelTerminationStrategy: PID 190 died...
22:49:55.282128 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:55.286341 --- ParallelTerminationStrategy: PID 191 died...
22:49:55.288033 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:55.292414 --- ParallelTerminationStrategy: PID 192 died...
22:49:55.294143 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:55.298452 --- ParallelTerminationStrategy: PID 193 died...
22:49:55.300171 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:55.304516 --- ParallelTerminationStrategy: PID 194 died...
22:49:55.306245 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:55.310529 --- ParallelTerminationStrategy: PID 195 died...
22:49:55.312252 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:55.316455 --- ParallelTerminationStrategy: PID 196 died...
22:49:55.318098 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:55.322146 --- ParallelTerminationStrategy: PID 197 died...
22:49:55.323740 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:55.327744 --- ParallelTerminationStrategy: PID 198 died...
22:49:55.329392 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:55.333438 --- ParallelTerminationStrategy: PID 199 died...
22:49:55.335100 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:55.339161 --- ParallelTerminationStrategy: PID 200 died...
22:49:55.340812 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:55.345043 --- ParallelTerminationStrategy: PID 201 died...
22:49:55.346744 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:55.351017 --- ParallelTerminationStrategy: PID 202 died...
22:49:55.352849 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:55.357209 --- ParallelTerminationStrategy: PID 203 died...
22:49:55.359001 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:55.363401 --- ParallelTerminationStrategy: PID 204 died...
22:49:55.365168 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:55.369610 --- ParallelTerminationStrategy: PID 205 died...
22:49:55.371370 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:55.375921 --- ParallelTerminationStrategy: PID 206 died...
22:49:55.377785 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:55.382569 --- ParallelTerminationStrategy: PID 207 died...
22:49:55.384496 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:55.389266 --- ParallelTerminationStrategy: PID 208 died...
22:49:55.391116 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:55.395636 --- ParallelTerminationStrategy: PID 209 died...
22:49:55.397413 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:55.401804 --- ParallelTerminationStrategy: PID 210 died...
22:49:55.403533 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:55.407857 --- ParallelTerminationStrategy: PID 211 died...
22:49:55.409584 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:55.413754 --- ParallelTerminationStrategy: PID 212 died...
22:49:55.415439 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:55.419673 --- ParallelTerminationStrategy: PID 213 died...
22:49:55.421338 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:55.425467 --- ParallelTerminationStrategy: PID 214 died...
22:49:55.427168 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:55.431213 --- ParallelTerminationStrategy: PID 215 died...
22:49:55.432849 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:55.436892 --- ParallelTerminationStrategy: PID 216 died...
22:49:55.438497 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:55.442594 --- ParallelTerminationStrategy: PID 217 died...
22:49:55.444250 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:55.448513 --- ParallelTerminationStrategy: PID 218 died...
22:49:55.450347 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:55.455046 --- ParallelTerminationStrategy: PID 219 died...
22:49:55.456976 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:55.461931 --- ParallelTerminationStrategy: PID 220 died...
22:49:55.464002 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:55.469154 --- ParallelTerminationStrategy: PID 221 died...
22:49:55.471261 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:55.476551 --- ParallelTerminationStrategy: PID 222 died...
22:49:55.478697 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:55.483941 --- ParallelTerminationStrategy: PID 223 died...
22:49:55.486109 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:55.491394 --- ParallelTerminationStrategy: PID 224 died...
22:49:55.493550 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:55.498852 --- ParallelTerminationStrategy: PID 225 died...
22:49:55.501058 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:55.506358 --- ParallelTerminationStrategy: PID 226 died...
22:49:55.508490 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:55.513792 --- ParallelTerminationStrategy: PID 227 died...
22:49:55.515922 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:55.521208 --- ParallelTerminationStrategy: PID 228 died...
22:49:55.523317 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:55.528719 --- ParallelTerminationStrategy: PID 229 died...
22:49:55.530839 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:55.536156 --- ParallelTerminationStrategy: PID 230 died...
22:49:55.538348 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:55.543685 --- ParallelTerminationStrategy: PID 231 died...
22:49:55.545805 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:55.551237 --- ParallelTerminationStrategy: PID 232 died...
22:49:55.553370 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:55.558535 --- ParallelTerminationStrategy: PID 233 died...
22:49:55.560674 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:55.565857 --- ParallelTerminationStrategy: PID 234 died...
22:49:55.567913 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.586239 --- ParallelTerminationStrategy: PID 34 died...
22:49:57.589927 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8065 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.679528 tst trial-8065: Storing JUnit report in /build/trial-8065/run.2025-08-21_22-48-24/trial-8065.xml
--------------------------------------------------------------------------------------------
trial-8065 PASS
--------------------------------------------------------------------------------------------
22:49:57.690778 tst trial-8065: trial-8065: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.9 sec)
+ exit_code=0
+ rm -rf trial-8065/inst
+ cd trial-8065
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-21 22:48:23
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8065-run.tgz run.2025-08-21_22-48-24
+ tar czf /build/trial-8065-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-21_13_25_58.tgz osmo-bts-oc2g.build-2025-08-21_00_51_46.tgz osmo-bts-sysmo.build-2025-08-21_00_51_51.tgz osmo-bts.build-2025-08-21_00_51_57.tgz osmo-ggsn.build-2025-08-21_20_43_17.tgz osmo-hlr.build-2025-08-21_16_36_51.tgz osmo-hnbgw.build-2025-08-21_16_22_48.tgz osmo-mgw.build-2025-08-21_08_33_21.tgz osmo-msc.build-2025-08-21_16_25_53.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-21_07_34_02.tgz osmo-pcu-sysmo.build-2025-08-21_07_36_04.tgz osmo-pcu.build-2025-08-21_07_36_11.tgz osmo-sgsn.build-2025-08-21_20_48_56.tgz osmo-stp.build-2025-08-21_13_22_59.tgz osmo-trx.build-2025-08-21_14_33_19.tgz osmocom-bb.build-2025-08-21_21_17_29.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