Skipping 14 KB..
Full Log+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8056
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
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:
#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 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#7 CACHED
#8 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#8 CACHED
#9 [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
#9 CACHED
#10 [ 3/28] RUN groupadd osmo-gsm-tester
#10 CACHED
#11 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#13 CACHED
#14 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#14 CACHED
#15 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [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
#17 CACHED
#18 [ 9/28] COPY SSH /root/.ssh
#18 CACHED
#19 [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
#19 CACHED
#20 [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
#20 CACHED
#21 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#21 CACHED
#22 [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
#22 CACHED
#23 [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
#23 CACHED
#24 [ 8/28] RUN MKDIR /var/run/sshd
#24 CACHED
#25 [20/28] WORKDIR /TMP
#25 CACHED
#26 [ 2/28] RUN useradd -ms /bin/bash jenkins
#26 CACHED
#27 [ 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
#27 CACHED
#28 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#31 CACHED
#32 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:43adab19955893206dc1e36a3f9efce62439ba763d03360bf5f3dda129e44399 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=8057 -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-13 22:48:24
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8057
+ mkdir -p trial-8057
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-13_13_30_51.tgz osmo-bts-oc2g.build-2025-08-13_09_34_43.tgz osmo-bts-sysmo.build-2025-08-13_09_34_42.tgz osmo-bts.build-2025-08-13_09_34_47.tgz osmo-ggsn.build-2025-08-13_20_42_22.tgz osmo-hlr.build-2025-08-13_16_36_49.tgz osmo-hnbgw.build-2025-08-13_15_17_45.tgz osmo-mgw.build-2025-08-13_09_25_42.tgz osmo-msc.build-2025-08-13_15_20_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-13_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-13_07_36_11.tgz osmo-pcu.build-2025-08-13_07_36_17.tgz osmo-sgsn.build-2025-08-13_20_48_03.tgz osmo-stp.build-2025-08-13_13_27_11.tgz osmo-trx.build-2025-08-13_14_30_03.tgz osmocom-bb.build-2025-08-13_21_17_16.tgz srslte.build-19.tgz trial-8057
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-13_13_30_51.md5 osmo-bts-oc2g.build-2025-08-13_09_34_43.md5 osmo-bts-sysmo.build-2025-08-13_09_34_42.md5 osmo-bts.build-2025-08-13_09_34_47.md5 osmo-ggsn.build-2025-08-13_20_42_22.md5 osmo-hlr.build-2025-08-13_16_36_49.md5 osmo-hnbgw.build-2025-08-13_15_17_45.md5 osmo-mgw.build-2025-08-13_09_25_42.md5 osmo-msc.build-2025-08-13_15_20_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-13_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-13_07_36_11.md5 osmo-pcu.build-2025-08-13_07_36_17.md5 osmo-sgsn.build-2025-08-13_20_48_03.md5 osmo-stp.build-2025-08-13_13_27_11.md5 osmo-trx.build-2025-08-13_14_30_03.md5 osmocom-bb.build-2025-08-13_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-13_13_30_51.md5 osmo-bts-oc2g.build-2025-08-13_09_34_43.md5 osmo-bts-sysmo.build-2025-08-13_09_34_42.md5 osmo-bts.build-2025-08-13_09_34_47.md5 osmo-ggsn.build-2025-08-13_20_42_22.md5 osmo-hlr.build-2025-08-13_16_36_49.md5 osmo-hnbgw.build-2025-08-13_15_17_45.md5 osmo-mgw.build-2025-08-13_09_25_42.md5 osmo-msc.build-2025-08-13_15_20_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-13_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-13_07_36_11.md5 osmo-pcu.build-2025-08-13_07_36_17.md5 osmo-sgsn.build-2025-08-13_20_48_03.md5 osmo-stp.build-2025-08-13_13_27_11.md5 osmo-trx.build-2025-08-13_14_30_03.md5 osmocom-bb.build-2025-08-13_21_17_16.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-8057 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8057'
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-8057
--------------------------------------------------------------------------------------------
22:48:24.783364 tst trial-8057: Detailed log at /build/trial-8057/run.2025-08-13_22-48-24/log
---------------------------------------------------------------------
trial-8057 netreg_mass
---------------------------------------------------------------------
22:48:24.996246 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:24.996698 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:24.997679 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:24.999083 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:25.040260 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:25.041974 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:25.044438 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:25.173348 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-8057 netreg_mass register_default_mass.py
----------------------------------------------
22:48:25.175490 tst register_default_mass.py:9: Claiming resources for the test
22:48:25.194519 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.195204 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.195784 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.196348 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.196926 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.197496 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:25.198052 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:25.246889 tst register_default_mass.py: using LAC 2
22:48:25.296926 tst register_default_mass.py: using RAC 2
22:48:25.340405 tst register_default_mass.py: using CellId 2
22:48:25.389999 tst register_default_mass.py: using BVCI 3
22:48:25.402027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.403311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.404460 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.405656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.406827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.408054 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.409194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.410328 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.411462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.412575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.413711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.414852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.415993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.417039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.417725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.418375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.419017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.419684 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.420377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.421122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.421788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.422451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.423126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.423820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.424468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.425141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.425804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.426454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.427095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.427760 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.428407 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.429105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.429792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.430455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.431092 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.431754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.432397 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.433066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.433704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.434359 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.435008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.435655 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.436295 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.436974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.437621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.438253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.438894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.439555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.440296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.440972 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.441612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.442257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.442883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.443527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.444154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.444840 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.445496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.446140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.446777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.447433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.448071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.448713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.449379 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.450031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.450661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.451313 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.451949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.452591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.453265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.453889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.454512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.455139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.455870 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.456530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.457186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.457816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.458460 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.459104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.459738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.460363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.461015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.461644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.462271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.462908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.463535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.464155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.464803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.465445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.466076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.466703 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.467354 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.467997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.468658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.469330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.469971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.470607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.471261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.471907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.472541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.473209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.473855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:25.474564 tst register_default_mass.py:21: Launching a simple network
22:48:25.487178 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:25.639567 run create_hlr_db(pid=20): Launched
22:48:26.651735 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:26.668689 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:26.684026 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:26.690063 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:26.901169 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:26.919634 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:26.926353 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:27.372231 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:27.389401 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:30.400153 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:30.519789 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:30.537928 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:30.544913 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:30.575141 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:30.593225 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:30.600153 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:30.962836 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:30.981258 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:37.001239 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.150982 run osmo-bts-virtual(pid=34): Launched
22:48:38.206892 tst register_default_mass.py: using MSISDN 1001
22:48:38.212732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:38.342227 tst register_default_mass.py: using MSISDN 1002
22:48:38.348496 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:38.442814 tst register_default_mass.py: using MSISDN 1003
22:48:38.448925 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:38.512673 tst register_default_mass.py: using MSISDN 1004
22:48:38.518727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:38.638989 tst register_default_mass.py: using MSISDN 1005
22:48:38.645086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:38.704774 tst register_default_mass.py: using MSISDN 1006
22:48:38.710935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:38.784701 tst register_default_mass.py: using MSISDN 1007
22:48:38.790533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:38.868486 tst register_default_mass.py: using MSISDN 1008
22:48:38.874678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:38.959534 tst register_default_mass.py: using MSISDN 1009
22:48:38.965752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.050183 tst register_default_mass.py: using MSISDN 1010
22:48:39.056252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.136436 tst register_default_mass.py: using MSISDN 1011
22:48:39.142532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:39.211502 tst register_default_mass.py: using MSISDN 1012
22:48:39.218088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:39.301637 tst register_default_mass.py: using MSISDN 1013
22:48:39.310685 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:39.378703 tst register_default_mass.py: using MSISDN 1014
22:48:39.385725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:39.458823 tst register_default_mass.py: using MSISDN 1015
22:48:39.465007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:39.553845 tst register_default_mass.py: using MSISDN 1016
22:48:39.563245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:39.638874 tst register_default_mass.py: using MSISDN 1017
22:48:39.645619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:39.722723 tst register_default_mass.py: using MSISDN 1018
22:48:39.729231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:39.808585 tst register_default_mass.py: using MSISDN 1019
22:48:39.819265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:39.892439 tst register_default_mass.py: using MSISDN 1020
22:48:39.898237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:39.983472 tst register_default_mass.py: using MSISDN 1021
22:48:39.989428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.065701 tst register_default_mass.py: using MSISDN 1022
22:48:40.071768 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.268703 tst register_default_mass.py: using MSISDN 1023
22:48:40.275732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:40.357362 tst register_default_mass.py: using MSISDN 1024
22:48:40.365169 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:40.431666 tst register_default_mass.py: using MSISDN 1025
22:48:40.437757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:40.518827 tst register_default_mass.py: using MSISDN 1026
22:48:40.525800 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:40.595363 tst register_default_mass.py: using MSISDN 1027
22:48:40.601451 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:40.680449 tst register_default_mass.py: using MSISDN 1028
22:48:40.689660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:40.759645 tst register_default_mass.py: using MSISDN 1029
22:48:40.768196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:40.857294 tst register_default_mass.py: using MSISDN 1030
22:48:40.863443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:40.942682 tst register_default_mass.py: using MSISDN 1031
22:48:40.950222 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.024843 tst register_default_mass.py: using MSISDN 1032
22:48:41.036574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.128228 tst register_default_mass.py: using MSISDN 1033
22:48:41.136109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.212131 tst register_default_mass.py: using MSISDN 1034
22:48:41.219840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.294316 tst register_default_mass.py: using MSISDN 1035
22:48:41.306014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.387585 tst register_default_mass.py: using MSISDN 1036
22:48:41.395064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.468726 tst register_default_mass.py: using MSISDN 1037
22:48:41.475903 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:41.578213 tst register_default_mass.py: using MSISDN 1038
22:48:41.585387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:41.690191 tst register_default_mass.py: using MSISDN 1039
22:48:41.702143 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:41.804614 tst register_default_mass.py: using MSISDN 1040
22:48:41.813543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:41.900607 tst register_default_mass.py: using MSISDN 1041
22:48:41.907413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:41.997731 tst register_default_mass.py: using MSISDN 1042
22:48:42.008838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.101402 tst register_default_mass.py: using MSISDN 1043
22:48:42.108980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.185467 tst register_default_mass.py: using MSISDN 1044
22:48:42.191730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.275725 tst register_default_mass.py: using MSISDN 1045
22:48:42.281890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.361598 tst register_default_mass.py: using MSISDN 1046
22:48:42.367983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.437476 tst register_default_mass.py: using MSISDN 1047
22:48:42.443522 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.529903 tst register_default_mass.py: using MSISDN 1048
22:48:42.535663 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:42.610400 tst register_default_mass.py: using MSISDN 1049
22:48:42.617418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:42.692074 tst register_default_mass.py: using MSISDN 1050
22:48:42.697906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:42.774583 tst register_default_mass.py: using MSISDN 1051
22:48:42.780410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:42.856089 tst register_default_mass.py: using MSISDN 1052
22:48:42.861953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:42.929500 tst register_default_mass.py: using MSISDN 1053
22:48:42.935081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:43.002622 tst register_default_mass.py: using MSISDN 1054
22:48:43.008420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.087465 tst register_default_mass.py: using MSISDN 1055
22:48:43.093333 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.179927 tst register_default_mass.py: using MSISDN 1056
22:48:43.185746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:43.262931 tst register_default_mass.py: using MSISDN 1057
22:48:43.269047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:43.344304 tst register_default_mass.py: using MSISDN 1058
22:48:43.350000 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:43.427975 tst register_default_mass.py: using MSISDN 1059
22:48:43.433808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:43.510958 tst register_default_mass.py: using MSISDN 1060
22:48:43.516786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:43.587089 tst register_default_mass.py: using MSISDN 1061
22:48:43.593052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:43.676310 tst register_default_mass.py: using MSISDN 1062
22:48:43.682411 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:43.772103 tst register_default_mass.py: using MSISDN 1063
22:48:43.778568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:43.856867 tst register_default_mass.py: using MSISDN 1064
22:48:43.863057 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:43.946659 tst register_default_mass.py: using MSISDN 1065
22:48:43.952789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.026368 tst register_default_mass.py: using MSISDN 1066
22:48:44.032459 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.116168 tst register_default_mass.py: using MSISDN 1067
22:48:44.122308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.198904 tst register_default_mass.py: using MSISDN 1068
22:48:44.204779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.279691 tst register_default_mass.py: using MSISDN 1069
22:48:44.285829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.370866 tst register_default_mass.py: using MSISDN 1070
22:48:44.376795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:44.460683 tst register_default_mass.py: using MSISDN 1071
22:48:44.466673 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:44.926475 tst register_default_mass.py: using MSISDN 1072
22:48:44.932587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.014654 tst register_default_mass.py: using MSISDN 1073
22:48:45.023454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.125818 tst register_default_mass.py: using MSISDN 1074
22:48:45.136468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.212468 tst register_default_mass.py: using MSISDN 1075
22:48:45.218567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.277944 tst register_default_mass.py: using MSISDN 1076
22:48:45.285236 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.357854 tst register_default_mass.py: using MSISDN 1077
22:48:45.363785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.435262 tst register_default_mass.py: using MSISDN 1078
22:48:45.441290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.517879 tst register_default_mass.py: using MSISDN 1079
22:48:45.578277 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.989331 tst register_default_mass.py: using MSISDN 1080
22:48:45.998748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:46.068754 tst register_default_mass.py: using MSISDN 1081
22:48:46.074885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.148103 tst register_default_mass.py: using MSISDN 1082
22:48:46.154131 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.237473 tst register_default_mass.py: using MSISDN 1083
22:48:46.243514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.326144 tst register_default_mass.py: using MSISDN 1084
22:48:46.332272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.411450 tst register_default_mass.py: using MSISDN 1085
22:48:46.417626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.500896 tst register_default_mass.py: using MSISDN 1086
22:48:46.506927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.589719 tst register_default_mass.py: using MSISDN 1087
22:48:46.595722 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.679264 tst register_default_mass.py: using MSISDN 1088
22:48:46.689526 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.762014 tst register_default_mass.py: using MSISDN 1089
22:48:46.767958 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.829764 tst register_default_mass.py: using MSISDN 1090
22:48:46.835745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.917088 tst register_default_mass.py: using MSISDN 1091
22:48:46.923088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.998513 tst register_default_mass.py: using MSISDN 1092
22:48:47.004275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:47.074976 tst register_default_mass.py: using MSISDN 1093
22:48:47.081007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:47.146574 tst register_default_mass.py: using MSISDN 1094
22:48:47.152578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:47.231616 tst register_default_mass.py: using MSISDN 1095
22:48:47.237557 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:47.316030 tst register_default_mass.py: using MSISDN 1096
22:48:47.321937 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:47.402180 tst register_default_mass.py: using MSISDN 1097
22:48:47.408200 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:47.477622 tst register_default_mass.py: using MSISDN 1098
22:48:47.488198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:47.569615 tst register_default_mass.py: using MSISDN 1099
22:48:47.575666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:47.653348 tst register_default_mass.py: using MSISDN 1100
22:48:47.660784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:47.768492 run mass: Starting testcase
22:48:47.774625 run mass: Pre-launching all virtphy's
22:48:47.780347 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.794111 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:47.800500 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.814302 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:47.820750 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.834486 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:47.840934 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.854805 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:47.861290 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.875124 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:47.881450 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.894833 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:47.900925 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.913965 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:47.920015 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.933172 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:47.939270 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.952420 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:47.958443 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.971701 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.977913 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.990997 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.997067 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:48.010155 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:48.016362 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:48.029580 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:48.035580 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:48.048635 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:48.054680 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:48.067851 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:48.074078 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:48.087678 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:48.093840 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:48.107108 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:48.113233 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:48.126909 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:48.133190 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:48.146543 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:48.152768 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:48.166569 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:48.172991 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:48.186662 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:48.193020 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:48.206711 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:48.213028 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:48.226723 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:48.233025 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:48.246733 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:48.253007 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:48.266298 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:48.272547 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:48.286391 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:48.292860 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:48.306836 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:48.313266 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:48.327132 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:48.333554 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:48.347270 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:48.353508 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:48.366808 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:48.373038 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:48.386269 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:48.392490 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:48.405736 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:48.412097 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:48.425937 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:48.432259 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:48.445940 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:48.452253 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:48.465955 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:48.472251 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:48.485953 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:48.492267 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:48.505596 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:48.511889 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:48.525768 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:48.532123 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:48.545971 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:48.552509 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:48.566194 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:48.572521 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:48.586215 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:48.592516 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:48.606113 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:48.612172 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:48.625371 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:48.631699 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:48.645558 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:48.651968 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:48.687172 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:48.693576 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.707196 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.713465 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.726569 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.732737 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.746262 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.754124 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.768239 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.774757 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.788597 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.794987 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.808688 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.814998 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.828593 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.834926 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.848602 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.854977 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.868736 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.875023 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.888746 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.895062 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.908862 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.915052 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.928135 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.934127 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.947271 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.953344 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.966658 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.972747 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.985862 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.992013 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:49.005606 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:49.012181 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:49.025777 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:49.032022 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.045472 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:49.051765 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:49.065124 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:49.071452 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:49.085050 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:49.091257 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:49.104573 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:49.110733 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:49.124054 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:49.130379 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:49.143847 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:49.150142 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:49.163617 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:49.169917 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:49.183522 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:49.189820 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:49.203544 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:49.209909 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:49.223417 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:49.229752 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:49.243424 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:49.250015 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:49.263951 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:49.270440 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:49.284255 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:49.290637 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:49.304435 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:49.310740 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:49.324550 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:49.330985 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:49.344864 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:49.351280 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:49.365176 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:49.371686 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:49.385738 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:49.392122 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:49.409809 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:49.416302 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:49.430051 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:49.436504 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:49.450773 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:49.457582 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:49.472555 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:49.479504 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:49.513297 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:49.519830 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:49.533892 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:49.540373 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:49.554180 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:49.560458 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:49.574014 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:49.580341 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:49.593543 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:49.599779 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:49.613209 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:49.619528 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:49.633025 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:49.639268 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:49.653008 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:49.659213 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:49.672688 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:49.678920 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:49.692693 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:49.699238 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:49.713295 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:49.719724 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:49.733401 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:49.739696 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.753256 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:49.759391 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.772671 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:49.778774 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.792269 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:49.798404 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.811645 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:49.817761 run mass: Checking if sockets are in the filesystem
22:48:49.829940 run osmo-ms-mob/00000: Starting mobile
22:48:49.843378 run osmo-ms-mob/00000(pid=135): Launched
22:48:49.854554 run mass: MS start registered {at=18356235.557897236, delay=0.004993390291929245, ms=00000}
22:48:54.030139 run osmo-ms-mob/00001: Starting mobile
22:48:54.043864 run osmo-ms-mob/00001(pid=136): Launched
22:48:54.055160 run mass: MS start registered {at=18356239.758485526, delay=0.004969697445631027, ms=00001}
22:48:55.834144 run osmo-ms-mob/00002: Starting mobile
22:48:55.849633 run osmo-ms-mob/00002(pid=137): Launched
22:48:55.860888 run mass: MS start registered {at=18356241.564235438, delay=0.004253517836332321, ms=00002}
22:48:55.868814 run mass: MS performed LU {at=18356241.572169974, lu_delay=6.01427273824811, ms=00000}
22:48:57.133771 run osmo-ms-mob/00003: Starting mobile
22:48:57.147180 run osmo-ms-mob/00003(pid=138): Launched
22:48:57.158339 run mass: MS start registered {at=18356242.861682154, delay=0.004861507564783096, ms=00003}
22:48:58.229733 run osmo-ms-mob/00004: Starting mobile
22:48:58.243547 run osmo-ms-mob/00004(pid=139): Launched
22:48:58.255067 run mass: MS start registered {at=18356243.9584122, delay=0.005157403647899628, ms=00004}
22:48:59.230526 run osmo-ms-mob/00005: Starting mobile
22:48:59.244015 run osmo-ms-mob/00005(pid=140): Launched
22:48:59.255285 run mass: MS start registered {at=18356244.95863395, delay=0.004871763288974762, ms=00005}
22:48:59.392243 run mass: MS performed LU {at=18356245.09557512, lu_delay=5.337089594453573, ms=00001}
22:49:00.129538 run osmo-ms-mob/00006: Starting mobile
22:49:00.143794 run osmo-ms-mob/00006(pid=141): Launched
22:49:00.163764 run mass: MS start registered {at=18356245.86706839, delay=0.012530133128166199, ms=00006}
22:49:01.030196 run osmo-ms-mob/00007: Starting mobile
22:49:01.043699 run osmo-ms-mob/00007(pid=142): Launched
22:49:01.054639 run mass: MS start registered {at=18356246.757989805, delay=0.004763081669807434, ms=00007}
22:49:01.293829 run mass: MS performed LU {at=18356246.997160334, lu_delay=5.432924896478653, ms=00002}
22:49:01.829739 run osmo-ms-mob/00008: Starting mobile
22:49:01.843359 run osmo-ms-mob/00008(pid=143): Launched
22:49:01.854605 run mass: MS start registered {at=18356247.557953607, delay=0.0048644691705703735, ms=00008}
22:49:02.529279 run osmo-ms-mob/00009: Starting mobile
22:49:02.542409 run osmo-ms-mob/00009(pid=144): Launched
22:49:02.554078 run mass: MS start registered {at=18356248.257432565, delay=0.005266837775707245, ms=00009}
22:49:03.158167 run mass: MS performed LU {at=18356248.861500304, lu_delay=5.999818149954081, ms=00003}
22:49:03.169649 run osmo-ms-mob/00010: Starting mobile
22:49:03.183058 run osmo-ms-mob/00010(pid=145): Launched
22:49:03.194239 run mass: MS start registered {at=18356248.89758636, delay=0.004958726465702057, ms=00010}
22:49:03.204329 run mass: MS performed LU {at=18356248.907676913, lu_delay=4.949264712631702, ms=00004}
22:49:03.830249 run osmo-ms-mob/00011: Starting mobile
22:49:03.844492 run osmo-ms-mob/00011(pid=146): Launched
22:49:03.855992 run mass: MS start registered {at=18356249.559332043, delay=0.005139987915754318, ms=00011}
22:49:04.429978 run osmo-ms-mob/00012: Starting mobile
22:49:04.443282 run osmo-ms-mob/00012(pid=147): Launched
22:49:04.454593 run mass: MS start registered {at=18356250.15794244, delay=0.004840441048145294, ms=00012}
22:49:05.031061 run osmo-ms-mob/00013: Starting mobile
22:49:05.044253 run osmo-ms-mob/00013(pid=148): Launched
22:49:05.055485 run mass: MS start registered {at=18356250.758829817, delay=0.005100701004266739, ms=00013}
22:49:05.062933 run mass: MS performed LU {at=18356250.766288333, lu_delay=5.80765438079834, ms=00005}
22:49:05.106266 run mass: MS performed LU {at=18356250.80955146, lu_delay=4.942483067512512, ms=00006}
22:49:05.629842 run osmo-ms-mob/00014: Starting mobile
22:49:05.643337 run osmo-ms-mob/00014(pid=149): Launched
22:49:05.654719 run mass: MS start registered {at=18356251.35805787, delay=0.004892539232969284, ms=00014}
22:49:06.229801 run osmo-ms-mob/00015: Starting mobile
22:49:06.243805 run osmo-ms-mob/00015(pid=150): Launched
22:49:06.254927 run mass: MS start registered {at=18356251.958255753, delay=0.00486426055431366, ms=00015}
22:49:06.730480 run osmo-ms-mob/00016: Starting mobile
22:49:06.744819 run osmo-ms-mob/00016(pid=151): Launched
22:49:06.755853 run mass: MS start registered {at=18356252.459204275, delay=0.004868559539318085, ms=00016}
22:49:06.924297 run mass: MS performed LU {at=18356252.62761503, lu_delay=5.869625225663185, ms=00007}
22:49:06.970875 run mass: MS performed LU {at=18356252.674208917, lu_delay=5.116255309432745, ms=00008}
22:49:07.230284 run osmo-ms-mob/00017: Starting mobile
22:49:07.244365 run osmo-ms-mob/00017(pid=152): Launched
22:49:07.255732 run mass: MS start registered {at=18356252.959078725, delay=0.004854194819927216, ms=00017}
22:49:07.829732 run osmo-ms-mob/00018: Starting mobile
22:49:07.845778 run osmo-ms-mob/00018(pid=153): Launched
22:49:07.857175 run mass: MS start registered {at=18356253.560515754, delay=0.004773523658514023, ms=00018}
22:49:08.229503 run osmo-ms-mob/00019: Starting mobile
22:49:08.243948 run osmo-ms-mob/00019(pid=154): Launched
22:49:08.255354 run mass: MS start registered {at=18356253.958703592, delay=0.004945870488882065, ms=00019}
22:49:08.730802 run osmo-ms-mob/00020: Starting mobile
22:49:08.746681 run osmo-ms-mob/00020(pid=155): Launched
22:49:08.767382 run mass: MS start registered {at=18356254.470693838, delay=0.013503678143024445, ms=00020}
22:49:08.825789 run mass: MS performed LU {at=18356254.52911866, lu_delay=6.271686095744371, ms=00009}
22:49:08.871577 run mass: MS performed LU {at=18356254.57491095, lu_delay=5.015578906983137, ms=00011}
22:49:08.941438 run mass: MS performed LU {at=18356254.644760933, lu_delay=5.747174572199583, ms=00010}
22:49:09.230894 run osmo-ms-mob/00021: Starting mobile
22:49:09.248131 run osmo-ms-mob/00021(pid=156): Launched
22:49:09.261873 run mass: MS start registered {at=18356254.965211853, delay=0.005813974887132645, ms=00021}
22:49:09.631898 run osmo-ms-mob/00022: Starting mobile
22:49:09.651131 run osmo-ms-mob/00022(pid=157): Launched
22:49:09.667528 run mass: MS start registered {at=18356255.370866414, delay=0.006889354437589645, ms=00022}
22:49:10.137607 run osmo-ms-mob/00023: Starting mobile
22:49:10.156426 run osmo-ms-mob/00023(pid=158): Launched
22:49:10.171142 run mass: MS start registered {at=18356255.87445499, delay=0.005299452692270279, ms=00023}
22:49:10.531549 run osmo-ms-mob/00024: Starting mobile
22:49:10.550440 run osmo-ms-mob/00024(pid=159): Launched
22:49:10.565471 run mass: MS start registered {at=18356256.26879544, delay=0.005787461996078491, ms=00024}
22:49:10.607165 run mass: MS performed LU {at=18356256.310477532, lu_delay=6.1525350920856, ms=00012}
22:49:10.690312 run mass: MS performed LU {at=18356256.393622883, lu_delay=5.035565011203289, ms=00014}
22:49:10.736072 run mass: MS performed LU {at=18356256.4393867, lu_delay=5.680556882172823, ms=00013}
22:49:10.860808 run mass: MS performed LU {at=18356256.56413992, lu_delay=4.605884168297052, ms=00015}
22:49:10.875335 run osmo-ms-mob/00025: Starting mobile
22:49:10.893006 run osmo-ms-mob/00025(pid=160): Launched
22:49:10.907368 run mass: MS start registered {at=18356256.61071172, delay=0.0062520503997802734, ms=00025}
22:49:11.431358 run osmo-ms-mob/00026: Starting mobile
22:49:11.449225 run osmo-ms-mob/00026(pid=161): Launched
22:49:11.468434 run mass: MS start registered {at=18356257.17176998, delay=0.010735031217336655, ms=00026}
22:49:11.831579 run osmo-ms-mob/00027: Starting mobile
22:49:11.851587 run osmo-ms-mob/00027(pid=162): Launched
22:49:11.865900 run mass: MS start registered {at=18356257.569244903, delay=0.004833251237869263, ms=00027}
22:49:12.230429 run osmo-ms-mob/00028: Starting mobile
22:49:12.249657 run osmo-ms-mob/00028(pid=163): Launched
22:49:12.264258 run mass: MS start registered {at=18356257.967599355, delay=0.0058157481253147125, ms=00028}
22:49:12.591472 run mass: MS performed LU {at=18356258.29478469, lu_delay=4.7342689372599125, ms=00018}
22:49:12.616094 run osmo-ms-mob/00029: Starting mobile
22:49:12.633911 run osmo-ms-mob/00029(pid=164): Launched
22:49:12.642482 run mass: MS performed LU {at=18356258.34583484, lu_delay=5.886630564928055, ms=00016}
22:49:12.649994 run mass: MS start registered {at=18356258.353355844, delay=0.007544029504060745, ms=00029}
22:49:12.707122 run mass: MS performed LU {at=18356258.410446167, lu_delay=5.451367441564798, ms=00017}
22:49:12.998223 run mass: MS performed LU {at=18356258.701517113, lu_delay=4.742813520133495, ms=00019}
22:49:13.013135 run osmo-ms-mob/00030: Starting mobile
22:49:13.031664 run osmo-ms-mob/00030(pid=165): Launched
22:49:13.046249 run mass: MS start registered {at=18356258.749580923, delay=0.003872893750667572, ms=00030}
22:49:13.430660 run osmo-ms-mob/00031: Starting mobile
22:49:13.449643 run osmo-ms-mob/00031(pid=166): Launched
22:49:13.463393 run mass: MS start registered {at=18356259.16674106, delay=0.005492784082889557, ms=00031}
22:49:13.730423 run osmo-ms-mob/00032: Starting mobile
22:49:13.745509 run osmo-ms-mob/00032(pid=167): Launched
22:49:13.757715 run mass: MS start registered {at=18356259.461060796, delay=0.0054040588438510895, ms=00032}
22:49:14.130960 run osmo-ms-mob/00033: Starting mobile
22:49:14.147227 run osmo-ms-mob/00033(pid=168): Launched
22:49:14.159769 run mass: MS start registered {at=18356259.863111585, delay=0.0054052844643592834, ms=00033}
22:49:14.455620 run mass: MS performed LU {at=18356260.158937205, lu_delay=5.193725351244211, ms=00021}
22:49:14.469028 run osmo-ms-mob/00034: Starting mobile
22:49:14.484572 run osmo-ms-mob/00034(pid=169): Launched
22:49:14.500450 run mass: MS start registered {at=18356260.203784835, delay=0.008533895015716553, ms=00034}
22:49:14.829628 run osmo-ms-mob/00035: Starting mobile
22:49:14.844602 run osmo-ms-mob/00035(pid=170): Launched
22:49:14.855927 run mass: MS start registered {at=18356260.559270054, delay=0.005046650767326355, ms=00035}
22:49:15.230968 run osmo-ms-mob/00036: Starting mobile
22:49:15.244647 run osmo-ms-mob/00036(pid=171): Launched
22:49:15.256218 run mass: MS start registered {at=18356260.959557135, delay=0.005301598459482193, ms=00036}
22:49:15.632134 run osmo-ms-mob/00037: Starting mobile
22:49:15.646860 run osmo-ms-mob/00037(pid=172): Launched
22:49:15.658950 run mass: MS start registered {at=18356261.362286814, delay=0.004482679069042206, ms=00037}
22:49:15.929682 run osmo-ms-mob/00038: Starting mobile
22:49:15.944227 run osmo-ms-mob/00038(pid=173): Launched
22:49:15.956391 run mass: MS start registered {at=18356261.659727138, delay=0.005544733256101608, ms=00038}
22:49:16.230146 run osmo-ms-mob/00039: Starting mobile
22:49:16.244323 run osmo-ms-mob/00039(pid=174): Launched
22:49:16.256544 run mass: MS start registered {at=18356261.959881485, delay=0.005594383925199509, ms=00039}
22:49:16.357129 run mass: MS performed LU {at=18356262.06045618, lu_delay=4.888686198741198, ms=00026}
22:49:16.403997 run mass: MS performed LU {at=18356262.10732901, lu_delay=5.496617291122675, ms=00025}
22:49:16.473046 run mass: MS performed LU {at=18356262.17636815, lu_delay=6.301913160830736, ms=00023}
22:49:16.489188 run osmo-ms-mob/00040: Starting mobile
22:49:16.503559 run osmo-ms-mob/00040(pid=175): Launched
22:49:16.510736 run mass: MS performed LU {at=18356262.214087483, lu_delay=5.945292040705681, ms=00024}
22:49:16.517987 run mass: MS start registered {at=18356262.221348815, delay=0.007285118103027344, ms=00040}
22:49:16.763558 run mass: MS performed LU {at=18356262.46687764, lu_delay=4.897632736712694, ms=00027}
22:49:16.777292 run osmo-ms-mob/00041: Starting mobile
22:49:16.791445 run osmo-ms-mob/00041(pid=176): Launched
22:49:16.802787 run mass: MS start registered {at=18356262.506110255, delay=0.004959389567375183, ms=00041}
22:49:17.229964 run osmo-ms-mob/00042: Starting mobile
22:49:17.246272 run osmo-ms-mob/00042(pid=177): Launched
22:49:17.258441 run mass: MS start registered {at=18356262.961775634, delay=0.0056648775935173035, ms=00042}
22:49:17.630065 run osmo-ms-mob/00043: Starting mobile
22:49:17.643940 run osmo-ms-mob/00043(pid=178): Launched
22:49:17.655673 run mass: MS start registered {at=18356263.359014016, delay=0.0052384622395038605, ms=00043}
22:49:17.929512 run osmo-ms-mob/00044: Starting mobile
22:49:17.943957 run osmo-ms-mob/00044(pid=179): Launched
22:49:17.955764 run mass: MS start registered {at=18356263.65910404, delay=0.005414601415395737, ms=00044}
22:49:18.194792 run mass: MS performed LU {at=18356263.898106635, lu_delay=5.148525711148977, ms=00030}
22:49:18.209794 run osmo-ms-mob/00045: Starting mobile
22:49:18.224815 run osmo-ms-mob/00045(pid=180): Launched
22:49:18.231534 run mass: MS performed LU {at=18356263.934887975, lu_delay=5.967288620769978, ms=00028}
22:49:18.238375 run mass: MS performed LU {at=18356263.941736393, lu_delay=4.77499533444643, ms=00031}
22:49:18.245414 run mass: MS start registered {at=18356263.9487769, delay=0.013913363218307495, ms=00045}
22:49:18.259262 run osmo-ms-mob/00046: Starting mobile
22:49:18.275718 run osmo-ms-mob/00046(pid=181): Launched
22:49:18.292678 run mass: MS start registered {at=18356263.995992586, delay=0.008859008550643921, ms=00046}
22:49:18.466490 run mass: MS performed LU {at=18356264.16982579, lu_delay=5.816469945013523, ms=00029}
22:49:18.484923 run mass: MS performed LU {at=18356264.18827171, lu_delay=4.727210912853479, ms=00032}
22:49:18.496348 run osmo-ms-mob/00047: Starting mobile
22:49:18.509909 run osmo-ms-mob/00047(pid=182): Launched
22:49:18.521184 run mass: MS start registered {at=18356264.224528823, delay=0.005004197359085083, ms=00047}
22:49:19.135413 run osmo-ms-mob/00048: Starting mobile
22:49:19.163688 run osmo-ms-mob/00048(pid=183): Launched
22:49:19.182553 run mass: MS start registered {at=18356264.885848522, delay=0.008507173508405685, ms=00048}
22:49:19.432572 run osmo-ms-mob/00049: Starting mobile
22:49:19.450204 run osmo-ms-mob/00049(pid=184): Launched
22:49:19.465331 run mass: MS start registered {at=18356265.16864453, delay=0.006670989096164703, ms=00049}
22:49:19.731310 run osmo-ms-mob/00050: Starting mobile
22:49:19.749623 run osmo-ms-mob/00050(pid=185): Launched
22:49:19.765156 run mass: MS start registered {at=18356265.468494672, delay=0.0057249777019023895, ms=00050}
22:49:20.123353 run mass: MS performed LU {at=18356265.826685198, lu_delay=5.267415143549442, ms=00035}
22:49:20.136048 run osmo-ms-mob/00051: Starting mobile
22:49:20.151965 run osmo-ms-mob/00051(pid=186): Launched
22:49:20.165061 run mass: MS start registered {at=18356265.868406504, delay=0.005256585776805878, ms=00051}
22:49:20.172743 run mass: MS performed LU {at=18356265.876096703, lu_delay=5.672311868518591, ms=00034}
22:49:20.238870 run mass: MS performed LU {at=18356265.942201357, lu_delay=6.079089771956205, ms=00033}
22:49:20.252181 run osmo-ms-mob/00052: Starting mobile
22:49:20.268448 run osmo-ms-mob/00052(pid=187): Launched
22:49:20.275986 run mass: MS performed LU {at=18356265.979338046, lu_delay=5.019780911505222, ms=00036}
22:49:20.283230 run mass: MS start registered {at=18356265.986591958, delay=0.007277745753526688, ms=00052}
22:49:20.529588 run mass: MS performed LU {at=18356266.232916012, lu_delay=4.870629198849201, ms=00037}
22:49:20.543089 run osmo-ms-mob/00053: Starting mobile
22:49:20.559604 run osmo-ms-mob/00053(pid=188): Launched
22:49:20.577298 run mass: MS start registered {at=18356266.2806268, delay=0.00914018601179123, ms=00053}
22:49:21.031606 run osmo-ms-mob/00054: Starting mobile
22:49:21.049216 run osmo-ms-mob/00054(pid=189): Launched
22:49:21.062511 run mass: MS start registered {at=18356266.765849497, delay=0.0054164789617061615, ms=00054}
22:49:21.330973 run osmo-ms-mob/00055: Starting mobile
22:49:21.476866 run osmo-ms-mob/00055(pid=190): Launched
22:49:21.486031 run mass: Starting too slowly. Moving on {now=18356267.189397693, sleep=-0.06257880106568336, target=18356267.12681889}
22:49:21.492470 run mass: MS start registered {at=18356267.195826072, delay=0.0064302533864974976, ms=00055}
22:49:21.629815 run osmo-ms-mob/00056: Starting mobile
22:49:21.643868 run osmo-ms-mob/00056(pid=191): Launched
22:49:21.655457 run mass: MS start registered {at=18356267.358792834, delay=0.005061689764261246, ms=00056}
22:49:21.904732 run mass: MS performed LU {at=18356267.60804728, lu_delay=5.386698465794325, ms=00040}
22:49:21.919119 run osmo-ms-mob/00057: Starting mobile
22:49:21.933340 run osmo-ms-mob/00057(pid=192): Launched
22:49:21.945221 run mass: MS start registered {at=18356267.64855655, delay=0.005487453192472458, ms=00057}
22:49:21.960422 run mass: MS performed LU {at=18356267.66373385, lu_delay=6.004006713628769, ms=00038}
22:49:22.034261 run mass: MS performed LU {at=18356267.737592686, lu_delay=4.775817051529884, ms=00042}
22:49:22.213944 run mass: MS performed LU {at=18356267.91727901, lu_delay=5.4111687541008, ms=00041}
22:49:22.231441 run osmo-ms-mob/00058: Starting mobile
22:49:22.249156 run osmo-ms-mob/00058(pid=193): Launched
22:49:22.262861 run mass: MS start registered {at=18356267.96620288, delay=0.005635019391775131, ms=00058}
22:49:22.630688 run osmo-ms-mob/00059: Starting mobile
22:49:22.646450 run osmo-ms-mob/00059(pid=194): Launched
22:49:22.660515 run mass: MS start registered {at=18356268.363847837, delay=0.006215188652276993, ms=00059}
22:49:22.932826 run osmo-ms-mob/00060: Starting mobile
22:49:22.950705 run osmo-ms-mob/00060(pid=195): Launched
22:49:22.958194 run mass: MS performed LU {at=18356268.661545884, lu_delay=6.70166439935565, ms=00039}
22:49:22.966071 run mass: MS start registered {at=18356268.66942104, delay=0.00790087878704071, ms=00060}
22:49:23.279408 run mass: MS performed LU {at=18356268.982739322, lu_delay=3.8140947930514812, ms=00049}
22:49:23.292719 run osmo-ms-mob/00061: Starting mobile
22:49:23.309204 run osmo-ms-mob/00061(pid=196): Launched
22:49:23.322280 run mass: MS start registered {at=18356269.02561637, delay=0.005671616643667221, ms=00061}
22:49:23.631038 run osmo-ms-mob/00062: Starting mobile
22:49:23.646626 run osmo-ms-mob/00062(pid=197): Launched
22:49:23.663619 run mass: MS start registered {at=18356269.366931118, delay=0.009419314563274384, ms=00062}
22:49:23.769328 run mass: MS performed LU {at=18356269.4726548, lu_delay=5.476662214845419, ms=00046}
22:49:23.805681 run mass: MS performed LU {at=18356269.509014085, lu_delay=5.284485261887312, ms=00047}
22:49:23.818809 run osmo-ms-mob/00063: Starting mobile
22:49:23.835961 run osmo-ms-mob/00063(pid=198): Launched
22:49:23.850341 run mass: MS start registered {at=18356269.5536716, delay=0.006247814744710922, ms=00063}
22:49:23.935823 run mass: MS performed LU {at=18356269.63914451, lu_delay=5.690367609262466, ms=00045}
22:49:24.060166 run mass: MS performed LU {at=18356269.763497114, lu_delay=4.877648591995239, ms=00048}
22:49:24.115915 run mass: MS performed LU {at=18356269.819245517, lu_delay=6.460231501609087, ms=00043}
22:49:24.130893 run osmo-ms-mob/00064: Starting mobile
22:49:24.148096 run osmo-ms-mob/00064(pid=199): Launched
22:49:24.155352 run mass: MS performed LU {at=18356269.858705677, lu_delay=6.199601635336876, ms=00044}
22:49:24.163203 run mass: MS start registered {at=18356269.86656538, delay=0.00788729265332222, ms=00064}
22:49:24.730975 run osmo-ms-mob/00065: Starting mobile
22:49:24.748072 run osmo-ms-mob/00065(pid=200): Launched
22:49:24.761026 run mass: MS start registered {at=18356270.46436401, delay=0.0058257095515728, ms=00065}
22:49:24.982952 run mass: MS performed LU {at=18356270.686278243, lu_delay=3.9204287454485893, ms=00054}
22:49:24.996168 run osmo-ms-mob/00066: Starting mobile
22:49:25.011659 run osmo-ms-mob/00066(pid=201): Launched
22:49:25.026253 run mass: MS start registered {at=18356270.729579512, delay=0.007686655968427658, ms=00066}
22:49:25.430728 run osmo-ms-mob/00067: Starting mobile
22:49:25.444778 run osmo-ms-mob/00067(pid=202): Launched
22:49:25.456135 run mass: MS start registered {at=18356271.159472466, delay=0.005145985633134842, ms=00067}
22:49:25.670968 run mass: MS performed LU {at=18356271.374297798, lu_delay=5.3877058401703835, ms=00052}
22:49:25.683829 run osmo-ms-mob/00068: Starting mobile
22:49:25.697722 run osmo-ms-mob/00068(pid=203): Launched
22:49:25.709656 run mass: MS start registered {at=18356271.4129948, delay=0.005110587924718857, ms=00068}
22:49:25.726176 run mass: MS performed LU {at=18356271.429508712, lu_delay=5.561102207750082, ms=00051}
22:49:25.800151 run mass: MS performed LU {at=18356271.503480773, lu_delay=5.222853973507881, ms=00053}
22:49:25.979457 run mass: MS performed LU {at=18356271.682789564, lu_delay=6.214294891804457, ms=00050}
22:49:25.990933 run osmo-ms-mob/00069: Starting mobile
22:49:26.004930 run osmo-ms-mob/00069(pid=204): Launched
22:49:26.016416 run mass: MS start registered {at=18356271.71975464, delay=0.005224522203207016, ms=00069}
22:49:26.529813 run osmo-ms-mob/00070: Starting mobile
22:49:26.543981 run osmo-ms-mob/00070(pid=205): Launched
22:49:26.555617 run mass: MS start registered {at=18356272.25895972, delay=0.005214955657720566, ms=00070}
22:49:26.930260 run osmo-ms-mob/00071: Starting mobile
22:49:26.944385 run osmo-ms-mob/00071(pid=206): Launched
22:49:26.956841 run mass: MS start registered {at=18356272.660180233, delay=0.005951978266239166, ms=00071}
22:49:27.331094 run osmo-ms-mob/00072: Starting mobile
22:49:27.345736 run osmo-ms-mob/00072(pid=207): Launched
22:49:27.358356 run mass: MS start registered {at=18356273.06168869, delay=0.006099287420511246, ms=00072}
22:49:27.535249 run mass: MS performed LU {at=18356273.23858099, lu_delay=4.874733153730631, ms=00059}
22:49:27.571510 run mass: MS performed LU {at=18356273.274840895, lu_delay=5.916048061102629, ms=00056}
22:49:27.583524 run osmo-ms-mob/00073: Starting mobile
22:49:27.597853 run osmo-ms-mob/00073(pid=208): Launched
22:49:27.610458 run mass: MS start registered {at=18356273.313792955, delay=0.006163693964481354, ms=00073}
22:49:27.655044 run mass: MS performed LU {at=18356273.35835785, lu_delay=5.392154969274998, ms=00058}
22:49:27.825878 run mass: MS performed LU {at=18356273.529196043, lu_delay=6.333369970321655, ms=00055}
22:49:27.880867 run mass: MS performed LU {at=18356273.584198426, lu_delay=4.914777386933565, ms=00060}
22:49:27.894608 run osmo-ms-mob/00074: Starting mobile
22:49:27.910827 run osmo-ms-mob/00074(pid=209): Launched
22:49:27.918266 run mass: MS performed LU {at=18356273.62161495, lu_delay=4.595998581498861, ms=00061}
22:49:27.925348 run mass: MS start registered {at=18356273.62871078, delay=0.0071259960532188416, ms=00074}
22:49:28.530238 run osmo-ms-mob/00075: Starting mobile
22:49:28.545854 run osmo-ms-mob/00075(pid=210): Launched
22:49:28.559920 run mass: MS start registered {at=18356274.263253115, delay=0.005995173007249832, ms=00075}
22:49:29.031075 run osmo-ms-mob/00076: Starting mobile
22:49:29.047820 run osmo-ms-mob/00076(pid=211): Launched
22:49:29.062640 run mass: MS start registered {at=18356274.765959598, delay=0.006395798176527023, ms=00076}
22:49:29.430532 run osmo-ms-mob/00077: Starting mobile
22:49:29.446669 run osmo-ms-mob/00077(pid=212): Launched
22:49:29.454080 run mass: MS performed LU {at=18356275.15742922, lu_delay=5.790498100221157, ms=00062}
22:49:29.461358 run mass: MS start registered {at=18356275.164720155, delay=0.007322356104850769, ms=00077}
22:49:29.519463 run mass: MS performed LU {at=18356275.222768303, lu_delay=5.35620292276144, ms=00064}
22:49:29.565835 run mass: MS performed LU {at=18356275.269158922, lu_delay=4.8047949112951756, ms=00065}
22:49:29.727670 run mass: MS performed LU {at=18356275.430997796, lu_delay=5.87732619792223, ms=00063}
22:49:29.741407 run osmo-ms-mob/00078: Starting mobile
22:49:29.757893 run osmo-ms-mob/00078(pid=213): Launched
22:49:29.765410 run mass: MS performed LU {at=18356275.468762662, lu_delay=4.739183150231838, ms=00066}
22:49:29.772915 run mass: MS start registered {at=18356275.47627726, delay=0.007540468126535416, ms=00078}
22:49:30.331434 run osmo-ms-mob/00079: Starting mobile
22:49:30.345938 run osmo-ms-mob/00079(pid=214): Launched
22:49:30.358141 run mass: MS start registered {at=18356276.061478253, delay=0.00568617507815361, ms=00079}
22:49:30.820915 run mass: MS performed LU {at=18356276.524225757, lu_delay=21.153359342366457, ms=00022}
22:49:30.836977 run osmo-ms-mob/00080: Starting mobile
22:49:30.853390 run osmo-ms-mob/00080(pid=215): Launched
22:49:30.873205 run mass: MS start registered {at=18356276.576535955, delay=0.010364219546318054, ms=00080}
22:49:31.300674 run mass: MS performed LU {at=18356277.0039594, lu_delay=4.343779165297747, ms=00071}
22:49:31.314836 run osmo-ms-mob/00081: Starting mobile
22:49:31.332259 run osmo-ms-mob/00081(pid=216): Launched
22:49:31.340194 run mass: MS performed LU {at=18356277.043545116, lu_delay=5.323790475726128, ms=00069}
22:49:31.347828 run mass: MS start registered {at=18356277.051187932, delay=0.007669169455766678, ms=00081}
22:49:31.420813 run mass: MS performed LU {at=18356277.12409819, lu_delay=4.865138467401266, ms=00070}
22:49:31.592279 run mass: MS performed LU {at=18356277.295594025, lu_delay=5.882599227130413, ms=00068}
22:49:31.604995 run osmo-ms-mob/00082: Starting mobile
22:49:31.620108 run osmo-ms-mob/00082(pid=217): Launched
22:49:31.632825 run mass: MS start registered {at=18356277.33614982, delay=0.006354793906211853, ms=00082}
22:49:31.647300 run mass: MS performed LU {at=18356277.350632515, lu_delay=6.191160049289465, ms=00067}
22:49:31.665514 run mass: MS performed LU {at=18356277.368845824, lu_delay=22.898151986300945, ms=00020}
22:49:32.332772 run osmo-ms-mob/00083: Starting mobile
22:49:32.349057 run osmo-ms-mob/00083(pid=218): Launched
22:49:32.361776 run mass: MS start registered {at=18356278.065114286, delay=0.0055944062769412994, ms=00083}
22:49:32.831814 run osmo-ms-mob/00084: Starting mobile
22:49:32.846091 run osmo-ms-mob/00084(pid=219): Launched
22:49:32.858668 run mass: MS start registered {at=18356278.561987028, delay=0.005863327533006668, ms=00084}
22:49:33.202126 run mass: MS performed LU {at=18356278.905446455, lu_delay=5.843757763504982, ms=00072}
22:49:33.284880 run mass: MS performed LU {at=18356278.988149982, lu_delay=4.724896866828203, ms=00075}
22:49:33.297333 run osmo-ms-mob/00085: Starting mobile
22:49:33.312389 run osmo-ms-mob/00085(pid=220): Launched
22:49:33.324808 run mass: MS start registered {at=18356279.028140865, delay=0.005797144025564194, ms=00085}
22:49:33.332102 run mass: MS performed LU {at=18356279.0354591, lu_delay=5.406748320907354, ms=00074}
22:49:33.492992 run mass: MS performed LU {at=18356279.196258657, lu_delay=5.882465701550245, ms=00073}
22:49:33.937484 run osmo-ms-mob/00086: Starting mobile
22:49:33.970921 run osmo-ms-mob/00086(pid=221): Launched
22:49:34.000110 run mass: MS start registered {at=18356279.70340615, delay=0.013143841177225113, ms=00086}
22:49:34.543076 run osmo-ms-mob/00087: Starting mobile
22:49:34.573466 run osmo-ms-mob/00087(pid=222): Launched
22:49:34.603622 run mass: MS start registered {at=18356280.306886375, delay=0.007486909627914429, ms=00087}
22:49:35.138872 run osmo-ms-mob/00088: Starting mobile
22:49:35.176035 run osmo-ms-mob/00088(pid=223): Launched
22:49:35.194220 run mass: MS performed LU {at=18356280.897543024, lu_delay=5.732822868973017, ms=00077}
22:49:35.210473 run mass: MS start registered {at=18356280.913820125, delay=0.01633208617568016, ms=00088}
22:49:35.232865 run mass: MS performed LU {at=18356280.93614048, lu_delay=5.459863223135471, ms=00078}
22:49:35.339487 run mass: MS performed LU {at=18356281.04275052, lu_delay=4.981272265315056, ms=00079}
22:49:35.738150 run osmo-ms-mob/00089: Starting mobile
22:49:35.757347 run osmo-ms-mob/00089(pid=224): Launched
22:49:35.773735 run mass: MS start registered {at=18356281.477043327, delay=0.007595662027597427, ms=00089}
22:49:36.333538 run osmo-ms-mob/00090: Starting mobile
22:49:36.352217 run osmo-ms-mob/00090(pid=225): Launched
22:49:36.375343 run mass: MS start registered {at=18356282.07865369, delay=0.014660384505987167, ms=00090}
22:49:36.967912 run mass: MS performed LU {at=18356282.671192456, lu_delay=5.620004523545504, ms=00081}
22:49:36.987673 run osmo-ms-mob/00091: Starting mobile
22:49:37.005912 run osmo-ms-mob/00091(pid=226): Launched
22:49:37.020541 run mass: MS start registered {at=18356282.72387768, delay=0.004855837672948837, ms=00091}
22:49:37.051116 run mass: MS performed LU {at=18356282.754389532, lu_delay=4.689275246113539, ms=00083}
22:49:37.097742 run mass: MS performed LU {at=18356282.801061448, lu_delay=5.464911628514528, ms=00082}
22:49:37.241089 run mass: MS performed LU {at=18356282.94439081, lu_delay=6.367854855954647, ms=00080}
22:49:37.732841 run osmo-ms-mob/00092: Starting mobile
22:49:37.755174 run osmo-ms-mob/00092(pid=227): Launched
22:49:37.768891 run mass: MS start registered {at=18356283.47223179, delay=0.005773112177848816, ms=00092}
22:49:38.532075 run osmo-ms-mob/00093: Starting mobile
22:49:38.548222 run osmo-ms-mob/00093(pid=228): Launched
22:49:38.560901 run mass: MS start registered {at=18356284.264243145, delay=0.005339708179235458, ms=00093}
22:49:38.869627 run mass: MS performed LU {at=18356284.572935343, lu_delay=6.0109483152627945, ms=00084}
22:49:38.953023 run mass: MS performed LU {at=18356284.65633429, lu_delay=4.952928137034178, ms=00086}
22:49:38.998861 run mass: MS performed LU {at=18356284.70208547, lu_delay=5.673944603651762, ms=00085}
22:49:39.142079 run mass: MS performed LU {at=18356284.84538595, lu_delay=4.53849957510829, ms=00087}
22:49:39.429623 run osmo-ms-mob/00094: Starting mobile
22:49:39.443602 run osmo-ms-mob/00094(pid=229): Launched
22:49:39.455580 run mass: MS start registered {at=18356285.158919126, delay=0.005481742322444916, ms=00094}
22:49:40.329957 run osmo-ms-mob/00095: Starting mobile
22:49:40.343929 run osmo-ms-mob/00095(pid=230): Launched
22:49:40.356508 run mass: MS start registered {at=18356286.059855845, delay=0.004485923796892166, ms=00095}
22:49:40.817454 run mass: MS performed LU {at=18356286.520788573, lu_delay=5.606968447566032, ms=00088}
22:49:40.863116 run mass: MS performed LU {at=18356286.56644231, lu_delay=5.089398983865976, ms=00089}
22:49:41.204376 run mass: MS performed LU {at=18356286.907710526, lu_delay=4.829056836664677, ms=00090}
22:49:41.329496 run osmo-ms-mob/00096: Starting mobile
22:49:41.344108 run osmo-ms-mob/00096(pid=231): Launched
22:49:41.355976 run mass: MS start registered {at=18356287.05931335, delay=0.005436185747385025, ms=00096}
22:49:42.688376 run osmo-ms-mob/00097: Starting mobile
22:49:42.703301 run osmo-ms-mob/00097(pid=232): Launched
22:49:42.709586 run mass: Starting too slowly. Moving on {now=18356288.412953917, sleep=-0.1861347109079361, target=18356288.226819206}
22:49:42.715488 run mass: MS start registered {at=18356288.418844298, delay=0.005893342196941376, ms=00097}
22:49:42.722080 run mass: Starting too slowly. Moving on {now=18356288.425447915, sleep=-0.0986287072300911, target=18356288.326819208}
22:49:42.727913 run mass: MS performed LU {at=18356288.431270793, lu_delay=4.959039002656937, ms=00092}
22:49:42.733832 run mass: Starting too slowly. Moving on {now=18356288.43720011, sleep=-0.010380901396274567, target=18356288.42681921}
22:49:42.764915 run mass: MS performed LU {at=18356288.468247734, lu_delay=5.744370054453611, ms=00091}
22:49:43.729113 run osmo-ms-mob/00098: Starting mobile
22:49:43.743383 run osmo-ms-mob/00098(pid=233): Launched
22:49:43.754684 run mass: MS start registered {at=18356289.458034992, delay=0.004944629967212677, ms=00098}
22:49:44.582928 run mass: MS performed LU {at=18356290.286207035, lu_delay=6.021963890641928, ms=00093}
22:49:44.629453 run mass: MS performed LU {at=18356290.332769457, lu_delay=5.173850331455469, ms=00094}
22:49:44.716643 run mass: MS performed LU {at=18356290.41996602, lu_delay=22.77140947058797, ms=00057}
22:49:45.536895 run osmo-ms-mob/00099: Starting mobile
22:49:45.561167 run osmo-ms-mob/00099(pid=234): Launched
22:49:45.574387 run mass: All started... {duration=55.750919964164495, too_slow=4}
22:49:45.586101 run mass: MS start registered {at=18356291.28939114, delay=0.011661935597658157, ms=00099}
22:49:46.484652 run mass: MS performed LU {at=18356292.187899977, lu_delay=5.128586627542973, ms=00096}
22:49:46.530812 run mass: MS performed LU {at=18356292.234081503, lu_delay=6.1742256581783295, ms=00095}
22:49:48.348484 run mass: MS performed LU {at=18356294.051788382, lu_delay=4.593753390014172, ms=00098}
22:49:48.395130 run mass: MS performed LU {at=18356294.098464567, lu_delay=5.679620269685984, ms=00097}
22:49:50.250538 run mass: MS performed LU {at=18356295.953855883, lu_delay=4.664464741945267, ms=00099}
22:49:52.349818 run mass: MS performed LU {at=18356298.053135738, lu_delay=23.28717613965273, ms=00076}
22:49:52.356916 run mass: Tests done {all_completed=True, max=23.28717613965273, min=3.8140947930514812}
22:49:52.362691 tst register_default_mass.py: Test passed (87.2 sec)
22:49:52.368529 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.372047 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.375518 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.378990 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.382454 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.386066 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.389567 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.393042 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.396515 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.399974 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.403442 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.406922 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.410394 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.413846 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.417353 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.420848 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.424391 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.427951 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.431494 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.435014 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.438716 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.442620 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.446422 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.450273 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.454250 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.457743 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.461235 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.464725 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.468224 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.471798 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.475297 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.478794 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.482274 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.485789 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.489297 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.492995 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.496768 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.500846 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.505172 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.509681 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.514458 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.518990 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.523770 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.528309 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.532936 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.537398 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.542082 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.546558 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.551014 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.555399 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.560191 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.564841 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.569550 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.574264 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.579064 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.583833 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.589354 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.594164 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.598833 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.603631 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.608339 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.613121 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.617908 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.622584 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.627207 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.631819 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.636428 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.641017 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.645506 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.649992 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.654491 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.658993 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.664147 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.668824 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.673362 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.678028 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.682844 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.687471 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.692097 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.696610 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.701099 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.705565 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.710110 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.714635 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.719142 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.723865 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.728472 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.733117 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.737616 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.742063 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.746451 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.750937 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.755388 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.760387 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.764873 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.769207 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.773639 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.778112 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.783156 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.787672 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.792238 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.796790 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.801443 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.806007 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.810617 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.815122 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.819948 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.824779 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.829334 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.834022 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.838414 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.842794 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.847157 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.851540 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.855915 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.860315 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.864688 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.868927 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.873125 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.877201 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.881194 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.886096 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.890077 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.893968 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.897952 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.901937 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.914393 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.918133 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.921918 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.925777 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.930858 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.934729 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.938488 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.942087 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.945610 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.949148 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.952628 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.956097 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.959534 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.962928 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.966334 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.969729 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.973114 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.976526 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.979905 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.983304 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.986725 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.990134 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.993568 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.996977 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.000363 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.003769 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.007199 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.010632 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.014027 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.017429 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.020860 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.024260 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.027691 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.031084 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.034482 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.037893 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.041321 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.044738 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.048248 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.051801 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.055378 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.058912 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.062441 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.065976 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.069548 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.073107 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.076667 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.080212 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.083744 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.087280 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.090826 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.094362 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.097920 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.101460 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.105026 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.108546 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.112089 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.115635 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.119188 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.122751 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.126281 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.129809 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.133375 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.137050 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.140779 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.144577 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.148539 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.152285 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.155976 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.159660 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.163355 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.167026 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.170701 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.174452 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.178072 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.181790 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.185538 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.189350 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.193199 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.197043 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.200880 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.204639 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.208356 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.212004 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.215577 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.219155 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.222732 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.226387 --- ParallelTerminationStrategy: PID 22 died...
22:49:53.228196 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.232297 --- ParallelTerminationStrategy: PID 23 died...
22:49:53.233964 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.238210 --- ParallelTerminationStrategy: PID 24 died...
22:49:53.239949 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.244362 --- ParallelTerminationStrategy: PID 25 died...
22:49:53.246193 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.250671 --- ParallelTerminationStrategy: PID 26 died...
22:49:53.252494 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.256961 --- ParallelTerminationStrategy: PID 27 died...
22:49:53.258753 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.263129 --- ParallelTerminationStrategy: PID 28 died...
22:49:53.264871 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.269181 --- ParallelTerminationStrategy: PID 29 died...
22:49:53.270920 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.275188 --- ParallelTerminationStrategy: PID 30 died...
22:49:53.276912 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.281100 --- ParallelTerminationStrategy: PID 31 died...
22:49:53.282793 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.286987 --- ParallelTerminationStrategy: PID 32 died...
22:49:53.288685 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.292906 --- ParallelTerminationStrategy: PID 33 died...
22:49:53.294645 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.298941 --- ParallelTerminationStrategy: PID 35 died...
22:49:53.300830 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.305140 --- ParallelTerminationStrategy: PID 36 died...
22:49:53.306899 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.311144 --- ParallelTerminationStrategy: PID 37 died...
22:49:53.312841 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.317014 --- ParallelTerminationStrategy: PID 38 died...
22:49:53.318711 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.322924 --- ParallelTerminationStrategy: PID 39 died...
22:49:53.324608 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.328804 --- ParallelTerminationStrategy: PID 40 died...
22:49:53.330502 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.334660 --- ParallelTerminationStrategy: PID 41 died...
22:49:53.336317 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.340394 --- ParallelTerminationStrategy: PID 42 died...
22:49:53.342019 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.346053 --- ParallelTerminationStrategy: PID 43 died...
22:49:53.347664 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.351771 --- ParallelTerminationStrategy: PID 44 died...
22:49:53.353481 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.357666 --- ParallelTerminationStrategy: PID 45 died...
22:49:53.359353 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.363537 --- ParallelTerminationStrategy: PID 46 died...
22:49:53.365232 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.369334 --- ParallelTerminationStrategy: PID 47 died...
22:49:53.370987 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.375057 --- ParallelTerminationStrategy: PID 48 died...
22:49:53.376707 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.380710 --- ParallelTerminationStrategy: PID 49 died...
22:49:53.382311 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.386299 --- ParallelTerminationStrategy: PID 50 died...
22:49:53.387901 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.391918 --- ParallelTerminationStrategy: PID 51 died...
22:49:53.393609 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.397936 --- ParallelTerminationStrategy: PID 52 died...
22:49:53.399738 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.404252 --- ParallelTerminationStrategy: PID 53 died...
22:49:53.406088 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.410680 --- ParallelTerminationStrategy: PID 54 died...
22:49:53.412558 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.418401 --- ParallelTerminationStrategy: PID 55 died...
22:49:53.420857 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.425648 --- ParallelTerminationStrategy: PID 56 died...
22:49:53.427657 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.432567 --- ParallelTerminationStrategy: PID 57 died...
22:49:53.434553 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.439374 --- ParallelTerminationStrategy: PID 58 died...
22:49:53.441317 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.446142 --- ParallelTerminationStrategy: PID 59 died...
22:49:53.448099 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.452888 --- ParallelTerminationStrategy: PID 60 died...
22:49:53.454822 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.459591 --- ParallelTerminationStrategy: PID 61 died...
22:49:53.461469 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.466119 --- ParallelTerminationStrategy: PID 62 died...
22:49:53.467970 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.472503 --- ParallelTerminationStrategy: PID 63 died...
22:49:53.474347 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.478884 --- ParallelTerminationStrategy: PID 64 died...
22:49:53.480724 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.485275 --- ParallelTerminationStrategy: PID 65 died...
22:49:53.487088 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.491651 --- ParallelTerminationStrategy: PID 66 died...
22:49:53.493502 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.498448 --- ParallelTerminationStrategy: PID 67 died...
22:49:53.500268 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.504782 --- ParallelTerminationStrategy: PID 68 died...
22:49:53.506583 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.510852 --- ParallelTerminationStrategy: PID 69 died...
22:49:53.512583 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.516855 --- ParallelTerminationStrategy: PID 70 died...
22:49:53.518576 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.522824 --- ParallelTerminationStrategy: PID 71 died...
22:49:53.524519 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.528743 --- ParallelTerminationStrategy: PID 72 died...
22:49:53.530449 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.534732 --- ParallelTerminationStrategy: PID 73 died...
22:49:53.536482 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.540909 --- ParallelTerminationStrategy: PID 74 died...
22:49:53.542733 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.547249 --- ParallelTerminationStrategy: PID 75 died...
22:49:53.549084 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.553578 --- ParallelTerminationStrategy: PID 76 died...
22:49:53.555402 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:53.559903 --- ParallelTerminationStrategy: PID 77 died...
22:49:53.561767 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:53.566266 --- ParallelTerminationStrategy: PID 78 died...
22:49:53.568088 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:53.572626 --- ParallelTerminationStrategy: PID 79 died...
22:49:53.574460 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:53.579009 --- ParallelTerminationStrategy: PID 80 died...
22:49:53.580832 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:53.585362 --- ParallelTerminationStrategy: PID 81 died...
22:49:53.587232 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:53.591553 --- ParallelTerminationStrategy: PID 82 died...
22:49:53.593316 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:53.597600 --- ParallelTerminationStrategy: PID 83 died...
22:49:53.599326 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:53.603614 --- ParallelTerminationStrategy: PID 84 died...
22:49:53.605345 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:53.609643 --- ParallelTerminationStrategy: PID 85 died...
22:49:53.611372 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:53.615588 --- ParallelTerminationStrategy: PID 86 died...
22:49:53.617286 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:53.621456 --- ParallelTerminationStrategy: PID 87 died...
22:49:53.623142 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:53.627241 --- ParallelTerminationStrategy: PID 88 died...
22:49:53.628872 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:53.632858 --- ParallelTerminationStrategy: PID 89 died...
22:49:53.634472 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:53.638615 --- ParallelTerminationStrategy: PID 90 died...
22:49:53.640299 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:53.644320 --- ParallelTerminationStrategy: PID 91 died...
22:49:53.645974 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:53.650109 --- ParallelTerminationStrategy: PID 92 died...
22:49:53.651726 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:53.655776 --- ParallelTerminationStrategy: PID 93 died...
22:49:53.657461 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:53.661447 --- ParallelTerminationStrategy: PID 94 died...
22:49:53.663056 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:53.667126 --- ParallelTerminationStrategy: PID 95 died...
22:49:53.668814 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.672996 --- ParallelTerminationStrategy: PID 96 died...
22:49:53.674637 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.678709 --- ParallelTerminationStrategy: PID 97 died...
22:49:53.680315 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.684394 --- ParallelTerminationStrategy: PID 98 died...
22:49:53.686084 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.690058 --- ParallelTerminationStrategy: PID 99 died...
22:49:53.691653 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.695671 --- ParallelTerminationStrategy: PID 100 died...
22:49:53.697546 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.701528 --- ParallelTerminationStrategy: PID 101 died...
22:49:53.703138 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.707161 --- ParallelTerminationStrategy: PID 102 died...
22:49:53.708771 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.712751 --- ParallelTerminationStrategy: PID 103 died...
22:49:53.714355 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.718423 --- ParallelTerminationStrategy: PID 104 died...
22:49:53.720034 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.724036 --- ParallelTerminationStrategy: PID 105 died...
22:49:53.725707 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.729703 --- ParallelTerminationStrategy: PID 106 died...
22:49:53.731390 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.735572 --- ParallelTerminationStrategy: PID 107 died...
22:49:53.737282 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.741451 --- ParallelTerminationStrategy: PID 108 died...
22:49:53.743134 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.747311 --- ParallelTerminationStrategy: PID 109 died...
22:49:53.749033 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.753349 --- ParallelTerminationStrategy: PID 110 died...
22:49:53.755073 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.759362 --- ParallelTerminationStrategy: PID 111 died...
22:49:53.761090 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.765404 --- ParallelTerminationStrategy: PID 112 died...
22:49:53.767139 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.771370 --- ParallelTerminationStrategy: PID 113 died...
22:49:53.773074 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.777229 --- ParallelTerminationStrategy: PID 114 died...
22:49:53.778835 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.783010 --- ParallelTerminationStrategy: PID 115 died...
22:49:53.784735 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.788800 --- ParallelTerminationStrategy: PID 116 died...
22:49:53.790487 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.794536 --- ParallelTerminationStrategy: PID 117 died...
22:49:53.796142 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.800117 --- ParallelTerminationStrategy: PID 118 died...
22:49:53.801775 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.805955 --- ParallelTerminationStrategy: PID 119 died...
22:49:53.807637 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.811820 --- ParallelTerminationStrategy: PID 120 died...
22:49:53.813516 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.817676 --- ParallelTerminationStrategy: PID 121 died...
22:49:53.819373 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.823540 --- ParallelTerminationStrategy: PID 122 died...
22:49:53.825242 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.829428 --- ParallelTerminationStrategy: PID 123 died...
22:49:53.831114 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.835313 --- ParallelTerminationStrategy: PID 124 died...
22:49:53.837003 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.841202 --- ParallelTerminationStrategy: PID 125 died...
22:49:53.842936 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.847224 --- ParallelTerminationStrategy: PID 126 died...
22:49:53.848958 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.853223 --- ParallelTerminationStrategy: PID 127 died...
22:49:53.854962 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.859237 --- ParallelTerminationStrategy: PID 128 died...
22:49:53.860980 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.865273 --- ParallelTerminationStrategy: PID 129 died...
22:49:53.866997 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.871355 --- ParallelTerminationStrategy: PID 130 died...
22:49:53.873159 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.877676 --- ParallelTerminationStrategy: PID 131 died...
22:49:53.879496 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.883994 --- ParallelTerminationStrategy: PID 132 died...
22:49:53.885807 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.890291 --- ParallelTerminationStrategy: PID 133 died...
22:49:53.892096 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.896485 --- ParallelTerminationStrategy: PID 134 died...
22:49:53.898221 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.902496 --- ParallelTerminationStrategy: PID 135 died...
22:49:53.904219 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.908521 --- ParallelTerminationStrategy: PID 136 died...
22:49:53.910271 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.914559 --- ParallelTerminationStrategy: PID 137 died...
22:49:53.916270 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.920515 --- ParallelTerminationStrategy: PID 138 died...
22:49:53.922245 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.926393 --- ParallelTerminationStrategy: PID 139 died...
22:49:53.928058 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.932193 --- ParallelTerminationStrategy: PID 140 died...
22:49:53.933865 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.937812 --- ParallelTerminationStrategy: PID 141 died...
22:49:53.939393 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.943343 --- ParallelTerminationStrategy: PID 142 died...
22:49:53.944926 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.948895 --- ParallelTerminationStrategy: PID 143 died...
22:49:53.950490 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.954408 --- ParallelTerminationStrategy: PID 144 died...
22:49:53.955935 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.959707 --- ParallelTerminationStrategy: PID 145 died...
22:49:53.961240 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.964890 --- ParallelTerminationStrategy: PID 146 died...
22:49:53.966353 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.970023 --- ParallelTerminationStrategy: PID 147 died...
22:49:53.971485 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.975128 --- ParallelTerminationStrategy: PID 148 died...
22:49:53.976580 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.980311 --- ParallelTerminationStrategy: PID 149 died...
22:49:53.981777 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.985392 --- ParallelTerminationStrategy: PID 150 died...
22:49:53.986846 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.990494 --- ParallelTerminationStrategy: PID 151 died...
22:49:53.991976 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.995601 --- ParallelTerminationStrategy: PID 152 died...
22:49:53.997085 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.000690 --- ParallelTerminationStrategy: PID 153 died...
22:49:54.002154 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.005777 --- ParallelTerminationStrategy: PID 154 died...
22:49:54.007226 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.010969 --- ParallelTerminationStrategy: PID 155 died...
22:49:54.012502 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.016401 --- ParallelTerminationStrategy: PID 156 died...
22:49:54.018099 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.022414 --- ParallelTerminationStrategy: PID 157 died...
22:49:54.024199 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.028742 --- ParallelTerminationStrategy: PID 158 died...
22:49:54.030604 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.035295 --- ParallelTerminationStrategy: PID 159 died...
22:49:54.037237 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.042110 --- ParallelTerminationStrategy: PID 160 died...
22:49:54.044064 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.048906 --- ParallelTerminationStrategy: PID 161 died...
22:49:54.050801 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.055519 --- ParallelTerminationStrategy: PID 162 died...
22:49:54.057430 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.062161 --- ParallelTerminationStrategy: PID 163 died...
22:49:54.064053 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.068795 --- ParallelTerminationStrategy: PID 164 died...
22:49:54.070704 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.075429 --- ParallelTerminationStrategy: PID 165 died...
22:49:54.077337 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.082050 --- ParallelTerminationStrategy: PID 166 died...
22:49:54.083961 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.088702 --- ParallelTerminationStrategy: PID 167 died...
22:49:54.090594 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.095315 --- ParallelTerminationStrategy: PID 168 died...
22:49:54.097223 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.101951 --- ParallelTerminationStrategy: PID 169 died...
22:49:54.103859 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.108568 --- ParallelTerminationStrategy: PID 170 died...
22:49:54.110448 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.115154 --- ParallelTerminationStrategy: PID 171 died...
22:49:54.117089 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.121872 --- ParallelTerminationStrategy: PID 172 died...
22:49:54.123862 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.128677 --- ParallelTerminationStrategy: PID 173 died...
22:49:54.130581 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.135341 --- ParallelTerminationStrategy: PID 174 died...
22:49:54.137242 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.141984 --- ParallelTerminationStrategy: PID 175 died...
22:49:54.143875 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.148591 --- ParallelTerminationStrategy: PID 176 died...
22:49:54.150537 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.155252 --- ParallelTerminationStrategy: PID 177 died...
22:49:54.157142 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.161853 --- ParallelTerminationStrategy: PID 178 died...
22:49:54.163756 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.168513 --- ParallelTerminationStrategy: PID 179 died...
22:49:54.170461 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.175246 --- ParallelTerminationStrategy: PID 180 died...
22:49:54.177317 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.182206 --- ParallelTerminationStrategy: PID 181 died...
22:49:54.184131 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.188909 --- ParallelTerminationStrategy: PID 182 died...
22:49:54.190825 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.195688 --- ParallelTerminationStrategy: PID 183 died...
22:49:54.197653 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.202474 --- ParallelTerminationStrategy: PID 184 died...
22:49:54.204378 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.209104 --- ParallelTerminationStrategy: PID 185 died...
22:49:54.210989 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.215773 --- ParallelTerminationStrategy: PID 186 died...
22:49:54.217695 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.222370 --- ParallelTerminationStrategy: PID 187 died...
22:49:54.224228 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.228890 --- ParallelTerminationStrategy: PID 188 died...
22:49:54.230800 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.235547 --- ParallelTerminationStrategy: PID 189 died...
22:49:54.237462 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.242344 --- ParallelTerminationStrategy: PID 190 died...
22:49:54.244319 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.249206 --- ParallelTerminationStrategy: PID 191 died...
22:49:54.251165 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.255926 --- ParallelTerminationStrategy: PID 192 died...
22:49:54.257869 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.262622 --- ParallelTerminationStrategy: PID 193 died...
22:49:54.264536 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.269273 --- ParallelTerminationStrategy: PID 194 died...
22:49:54.271183 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.275950 --- ParallelTerminationStrategy: PID 195 died...
22:49:54.277832 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.282496 --- ParallelTerminationStrategy: PID 196 died...
22:49:54.284358 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.289007 --- ParallelTerminationStrategy: PID 197 died...
22:49:54.290859 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.295461 --- ParallelTerminationStrategy: PID 198 died...
22:49:54.297313 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.301910 --- ParallelTerminationStrategy: PID 199 died...
22:49:54.303708 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.308350 --- ParallelTerminationStrategy: PID 200 died...
22:49:54.310188 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.314792 --- ParallelTerminationStrategy: PID 201 died...
22:49:54.316769 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.321412 --- ParallelTerminationStrategy: PID 202 died...
22:49:54.323320 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.327983 --- ParallelTerminationStrategy: PID 203 died...
22:49:54.329866 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.334535 --- ParallelTerminationStrategy: PID 204 died...
22:49:54.336388 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.341033 --- ParallelTerminationStrategy: PID 205 died...
22:49:54.342877 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.347474 --- ParallelTerminationStrategy: PID 206 died...
22:49:54.349332 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.353943 --- ParallelTerminationStrategy: PID 207 died...
22:49:54.355802 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.360425 --- ParallelTerminationStrategy: PID 208 died...
22:49:54.362283 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.366883 --- ParallelTerminationStrategy: PID 209 died...
22:49:54.368760 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.373386 --- ParallelTerminationStrategy: PID 210 died...
22:49:54.375262 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.380043 --- ParallelTerminationStrategy: PID 211 died...
22:49:54.381949 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.386608 --- ParallelTerminationStrategy: PID 212 died...
22:49:54.388469 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.393149 --- ParallelTerminationStrategy: PID 213 died...
22:49:54.395023 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.399637 --- ParallelTerminationStrategy: PID 214 died...
22:49:54.401534 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.406219 --- ParallelTerminationStrategy: PID 215 died...
22:49:54.408109 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.412809 --- ParallelTerminationStrategy: PID 216 died...
22:49:54.414682 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.419345 --- ParallelTerminationStrategy: PID 217 died...
22:49:54.421245 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.426022 --- ParallelTerminationStrategy: PID 218 died...
22:49:54.427933 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.432697 --- ParallelTerminationStrategy: PID 219 died...
22:49:54.434595 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.439295 --- ParallelTerminationStrategy: PID 220 died...
22:49:54.441157 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.445809 --- ParallelTerminationStrategy: PID 221 died...
22:49:54.447707 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.452359 --- ParallelTerminationStrategy: PID 222 died...
22:49:54.454216 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.458927 --- ParallelTerminationStrategy: PID 223 died...
22:49:54.460808 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.465573 --- ParallelTerminationStrategy: PID 224 died...
22:49:54.467537 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.472402 --- ParallelTerminationStrategy: PID 225 died...
22:49:54.474378 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.479306 --- ParallelTerminationStrategy: PID 226 died...
22:49:54.481304 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.486227 --- ParallelTerminationStrategy: PID 227 died...
22:49:54.488186 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.493035 --- ParallelTerminationStrategy: PID 228 died...
22:49:54.494981 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.499869 --- ParallelTerminationStrategy: PID 229 died...
22:49:54.501836 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.506603 --- ParallelTerminationStrategy: PID 230 died...
22:49:54.508505 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.513277 --- ParallelTerminationStrategy: PID 231 died...
22:49:54.515195 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.519989 --- ParallelTerminationStrategy: PID 232 died...
22:49:54.521994 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.526921 --- ParallelTerminationStrategy: PID 233 died...
22:49:54.528879 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.533810 --- ParallelTerminationStrategy: PID 234 died...
22:49:54.535772 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.940363 --- ParallelTerminationStrategy: PID 34 died...
22:49:57.942320 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8057 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.350304 tst trial-8057: Storing JUnit report in /build/trial-8057/run.2025-08-13_22-48-24/trial-8057.xml
--------------------------------------------------------------------------------------------
trial-8057 PASS
--------------------------------------------------------------------------------------------
22:49:58.362125 tst trial-8057: trial-8057: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.2 sec)
+ exit_code=0
+ rm -rf trial-8057/inst
+ cd trial-8057
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-13 22:48:24
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8057-run.tgz run.2025-08-13_22-48-24
+ tar czf /build/trial-8057-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-13_13_30_51.tgz osmo-bts-oc2g.build-2025-08-13_09_34_43.tgz osmo-bts-sysmo.build-2025-08-13_09_34_42.tgz osmo-bts.build-2025-08-13_09_34_47.tgz osmo-ggsn.build-2025-08-13_20_42_22.tgz osmo-hlr.build-2025-08-13_16_36_49.tgz osmo-hnbgw.build-2025-08-13_15_17_45.tgz osmo-mgw.build-2025-08-13_09_25_42.tgz osmo-msc.build-2025-08-13_15_20_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-13_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-13_07_36_11.tgz osmo-pcu.build-2025-08-13_07_36_17.tgz osmo-sgsn.build-2025-08-13_20_48_03.tgz osmo-stp.build-2025-08-13_13_27_11.tgz osmo-trx.build-2025-08-13_14_30_03.tgz osmocom-bb.build-2025-08-13_21_17_16.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