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-8096
+ 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: 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.3s
#7 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#7 CACHED
#8 [ 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
#8 CACHED
#9 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#9 CACHED
#10 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#13 CACHED
#14 [ 3/28] RUN groupadd osmo-gsm-tester
#14 CACHED
#15 [20/28] WORKDIR /TMP
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#17 CACHED
#18 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#18 CACHED
#19 [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
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [ 2/28] RUN useradd -ms /bin/bash jenkins
#22 CACHED
#23 [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
#23 CACHED
#24 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [ 8/28] RUN MKDIR /var/run/sshd
#26 CACHED
#27 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#27 CACHED
#28 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#28 CACHED
#29 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#29 CACHED
#30 [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
#30 CACHED
#31 [ 9/28] COPY SSH /root/.ssh
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:0a7057cc8180ec249925b6c0a229da42a8e35d7bd4379446ca14df1b8f90cb96 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=8097 -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-09-22 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8097
+ mkdir -p trial-8097
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-22_13_26_24.tgz osmo-bts-oc2g.build-2025-09-22_00_51_30.tgz osmo-bts-sysmo.build-2025-09-22_00_51_36.tgz osmo-bts.build-2025-09-22_00_51_41.tgz osmo-ggsn.build-2025-09-22_20_42_33.tgz osmo-hlr.build-2025-09-22_16_36_54.tgz osmo-hnbgw.build-2025-09-22_13_30_09.tgz osmo-mgw.build-2025-09-22_08_33_13.tgz osmo-msc.build-2025-09-22_13_32_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-22_07_33_59.tgz osmo-pcu-sysmo.build-2025-09-22_07_36_03.tgz osmo-pcu.build-2025-09-22_07_36_09.tgz osmo-sgsn.build-2025-09-22_20_48_24.tgz osmo-stp.build-2025-09-22_13_25_12.tgz osmo-trx.build-2025-09-22_14_26_42.tgz osmocom-bb.build-2025-09-22_21_17_26.tgz srslte.build-19.tgz trial-8097
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-22_13_26_24.md5 osmo-bts-oc2g.build-2025-09-22_00_51_30.md5 osmo-bts-sysmo.build-2025-09-22_00_51_36.md5 osmo-bts.build-2025-09-22_00_51_41.md5 osmo-ggsn.build-2025-09-22_20_42_33.md5 osmo-hlr.build-2025-09-22_16_36_54.md5 osmo-hnbgw.build-2025-09-22_13_30_09.md5 osmo-mgw.build-2025-09-22_08_33_13.md5 osmo-msc.build-2025-09-22_13_32_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-22_07_33_59.md5 osmo-pcu-sysmo.build-2025-09-22_07_36_03.md5 osmo-pcu.build-2025-09-22_07_36_09.md5 osmo-sgsn.build-2025-09-22_20_48_24.md5 osmo-stp.build-2025-09-22_13_25_12.md5 osmo-trx.build-2025-09-22_14_26_42.md5 osmocom-bb.build-2025-09-22_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-22_13_26_24.md5 osmo-bts-oc2g.build-2025-09-22_00_51_30.md5 osmo-bts-sysmo.build-2025-09-22_00_51_36.md5 osmo-bts.build-2025-09-22_00_51_41.md5 osmo-ggsn.build-2025-09-22_20_42_33.md5 osmo-hlr.build-2025-09-22_16_36_54.md5 osmo-hnbgw.build-2025-09-22_13_30_09.md5 osmo-mgw.build-2025-09-22_08_33_13.md5 osmo-msc.build-2025-09-22_13_32_15.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-22_07_33_59.md5 osmo-pcu-sysmo.build-2025-09-22_07_36_03.md5 osmo-pcu.build-2025-09-22_07_36_09.md5 osmo-sgsn.build-2025-09-22_20_48_24.md5 osmo-stp.build-2025-09-22_13_25_12.md5 osmo-trx.build-2025-09-22_14_26_42.md5 osmocom-bb.build-2025-09-22_21_17_26.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-8097 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8097'
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-8097
--------------------------------------------------------------------------------------------
22:48:19.452282 tst trial-8097: Detailed log at /build/trial-8097/run.2025-09-22_22-48-19/log
---------------------------------------------------------------------
trial-8097 netreg_mass
---------------------------------------------------------------------
22:48:19.706163 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.706609 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.707600 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.709155 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.753783 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.754684 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.755926 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.837051 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-8097 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.837925 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.854873 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.855517 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.856038 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.856535 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.857023 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.857534 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.858025 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.902344 tst register_default_mass.py: using LAC 2
22:48:19.936342 tst register_default_mass.py: using RAC 2
22:48:19.968248 tst register_default_mass.py: using CellId 2
22:48:20.012738 tst register_default_mass.py: using BVCI 3
22:48:20.018682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.019342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.019903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.020435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.020964 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.021504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.022016 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.022539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.023069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.023597 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.024103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.024608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.025175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.025700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.026211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.026749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.027279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.027848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.028381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.028910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.029429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.029970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.030517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.031057 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.031603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.032138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.032667 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.033191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.033741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.034286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.034825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.035376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.035936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.036503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.037061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.037600 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.038142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.038711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.039267 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.039818 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.040381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.040946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.041504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.042067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.042622 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.043168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.043734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.044307 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.044872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.045426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.046569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.047140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.047728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.048874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.049459 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.050041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.050619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.051207 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.051805 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.052419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053234 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.053909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.054537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.055811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.056452 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.057732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.058384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.059787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.060444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.061766 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.062424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.063726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.064396 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.065735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.066414 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.067791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.068519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069233 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.069941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.070640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.071349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.072772 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.073485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.074861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.075575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.076468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.077279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.078716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080206 tst register_default_mass.py:21: Launching a simple network
22:48:20.095272 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.320601 run create_hlr_db(pid=20): Launched
22:48:21.333970 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.351847 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.369096 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.375500 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.576393 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.593761 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.600524 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.101188 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.119816 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.131605 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.269827 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.287637 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.294499 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.323897 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.344294 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.351745 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.737300 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.756080 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.778746 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.932152 run osmo-bts-virtual(pid=34): Launched
22:48:32.984743 tst register_default_mass.py: using MSISDN 1001
22:48:32.990812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.084334 tst register_default_mass.py: using MSISDN 1002
22:48:33.090302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.163352 tst register_default_mass.py: using MSISDN 1003
22:48:33.181548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.250100 tst register_default_mass.py: using MSISDN 1004
22:48:33.259042 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.347365 tst register_default_mass.py: using MSISDN 1005
22:48:33.353440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.416980 tst register_default_mass.py: using MSISDN 1006
22:48:33.423099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.486669 tst register_default_mass.py: using MSISDN 1007
22:48:33.497153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.565719 tst register_default_mass.py: using MSISDN 1008
22:48:33.575150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.632057 tst register_default_mass.py: using MSISDN 1009
22:48:33.638286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.705973 tst register_default_mass.py: using MSISDN 1010
22:48:33.713138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.777633 tst register_default_mass.py: using MSISDN 1011
22:48:33.787100 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.861368 tst register_default_mass.py: using MSISDN 1012
22:48:33.867132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.941720 tst register_default_mass.py: using MSISDN 1013
22:48:33.947869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.019540 tst register_default_mass.py: using MSISDN 1014
22:48:34.025679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.097023 tst register_default_mass.py: using MSISDN 1015
22:48:34.103017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.166781 tst register_default_mass.py: using MSISDN 1016
22:48:34.175485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.248029 tst register_default_mass.py: using MSISDN 1017
22:48:34.254270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.245213 tst register_default_mass.py: using MSISDN 1018
22:48:35.256890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.331850 tst register_default_mass.py: using MSISDN 1019
22:48:35.337997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.398367 tst register_default_mass.py: using MSISDN 1020
22:48:35.409431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.473354 tst register_default_mass.py: using MSISDN 1021
22:48:35.485547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.557434 tst register_default_mass.py: using MSISDN 1022
22:48:35.568957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.635623 tst register_default_mass.py: using MSISDN 1023
22:48:35.641761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.712283 tst register_default_mass.py: using MSISDN 1024
22:48:35.718195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.795044 tst register_default_mass.py: using MSISDN 1025
22:48:35.801254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.863465 tst register_default_mass.py: using MSISDN 1026
22:48:35.873032 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.953165 tst register_default_mass.py: using MSISDN 1027
22:48:35.961095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.025630 tst register_default_mass.py: using MSISDN 1028
22:48:36.044476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.105290 tst register_default_mass.py: using MSISDN 1029
22:48:36.114161 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.178699 tst register_default_mass.py: using MSISDN 1030
22:48:36.189962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.256249 tst register_default_mass.py: using MSISDN 1031
22:48:36.271927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.332020 tst register_default_mass.py: using MSISDN 1032
22:48:36.354695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.439921 tst register_default_mass.py: using MSISDN 1033
22:48:36.451599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.535939 tst register_default_mass.py: using MSISDN 1034
22:48:36.542766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.604916 tst register_default_mass.py: using MSISDN 1035
22:48:36.616722 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.691687 tst register_default_mass.py: using MSISDN 1036
22:48:36.700102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.768885 tst register_default_mass.py: using MSISDN 1037
22:48:36.776538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.838905 tst register_default_mass.py: using MSISDN 1038
22:48:36.844955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.922148 tst register_default_mass.py: using MSISDN 1039
22:48:36.928188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.045382 tst register_default_mass.py: using MSISDN 1040
22:48:37.051291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.113313 tst register_default_mass.py: using MSISDN 1041
22:48:37.119164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.188367 tst register_default_mass.py: using MSISDN 1042
22:48:37.194389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.254913 tst register_default_mass.py: using MSISDN 1043
22:48:37.260710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.323829 tst register_default_mass.py: using MSISDN 1044
22:48:37.334065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.408526 tst register_default_mass.py: using MSISDN 1045
22:48:37.421603 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.519231 tst register_default_mass.py: using MSISDN 1046
22:48:37.525563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.611659 tst register_default_mass.py: using MSISDN 1047
22:48:37.617986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.704491 tst register_default_mass.py: using MSISDN 1048
22:48:37.710717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.800316 tst register_default_mass.py: using MSISDN 1049
22:48:37.806441 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.885847 tst register_default_mass.py: using MSISDN 1050
22:48:37.891945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.975818 tst register_default_mass.py: using MSISDN 1051
22:48:37.983971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.086940 tst register_default_mass.py: using MSISDN 1052
22:48:38.097360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.167377 tst register_default_mass.py: using MSISDN 1053
22:48:38.173728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.243711 tst register_default_mass.py: using MSISDN 1054
22:48:38.249971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.317583 tst register_default_mass.py: using MSISDN 1055
22:48:38.324999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.398438 tst register_default_mass.py: using MSISDN 1056
22:48:38.404623 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.483095 tst register_default_mass.py: using MSISDN 1057
22:48:38.489347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.562008 tst register_default_mass.py: using MSISDN 1058
22:48:38.569334 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.640931 tst register_default_mass.py: using MSISDN 1059
22:48:38.646998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.723793 tst register_default_mass.py: using MSISDN 1060
22:48:38.729873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.812061 tst register_default_mass.py: using MSISDN 1061
22:48:38.818554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.882393 tst register_default_mass.py: using MSISDN 1062
22:48:38.888209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.962547 tst register_default_mass.py: using MSISDN 1063
22:48:38.971320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.050223 tst register_default_mass.py: using MSISDN 1064
22:48:39.056347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.124479 tst register_default_mass.py: using MSISDN 1065
22:48:39.130635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.207402 tst register_default_mass.py: using MSISDN 1066
22:48:39.213456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.294551 tst register_default_mass.py: using MSISDN 1067
22:48:39.300652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.376429 tst register_default_mass.py: using MSISDN 1068
22:48:39.382439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.459040 tst register_default_mass.py: using MSISDN 1069
22:48:39.469292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.535375 tst register_default_mass.py: using MSISDN 1070
22:48:39.541342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.618140 tst register_default_mass.py: using MSISDN 1071
22:48:39.624228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.689928 tst register_default_mass.py: using MSISDN 1072
22:48:39.696019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.762585 tst register_default_mass.py: using MSISDN 1073
22:48:39.773183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.841738 tst register_default_mass.py: using MSISDN 1074
22:48:39.848999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.112754 tst register_default_mass.py: using MSISDN 1075
22:48:40.118810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.196716 tst register_default_mass.py: using MSISDN 1076
22:48:40.202783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.282830 tst register_default_mass.py: using MSISDN 1077
22:48:40.288861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.353474 tst register_default_mass.py: using MSISDN 1078
22:48:40.361150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.440243 tst register_default_mass.py: using MSISDN 1079
22:48:40.446474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.530483 tst register_default_mass.py: using MSISDN 1080
22:48:40.536471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.619163 tst register_default_mass.py: using MSISDN 1081
22:48:40.625120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.699668 tst register_default_mass.py: using MSISDN 1082
22:48:40.706142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.782855 tst register_default_mass.py: using MSISDN 1083
22:48:40.789790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.854573 tst register_default_mass.py: using MSISDN 1084
22:48:40.860595 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.925627 tst register_default_mass.py: using MSISDN 1085
22:48:40.931814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.009058 tst register_default_mass.py: using MSISDN 1086
22:48:41.015098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.088032 tst register_default_mass.py: using MSISDN 1087
22:48:41.094095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.170302 tst register_default_mass.py: using MSISDN 1088
22:48:41.176366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.245282 tst register_default_mass.py: using MSISDN 1089
22:48:41.251343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.314883 tst register_default_mass.py: using MSISDN 1090
22:48:41.324471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.388838 tst register_default_mass.py: using MSISDN 1091
22:48:41.398592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.486906 tst register_default_mass.py: using MSISDN 1092
22:48:41.493020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.559346 tst register_default_mass.py: using MSISDN 1093
22:48:41.565473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.743345 tst register_default_mass.py: using MSISDN 1094
22:48:41.749377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.834907 tst register_default_mass.py: using MSISDN 1095
22:48:41.841125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.911945 tst register_default_mass.py: using MSISDN 1096
22:48:41.918098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.996248 tst register_default_mass.py: using MSISDN 1097
22:48:42.004301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.074907 tst register_default_mass.py: using MSISDN 1098
22:48:42.080975 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.158947 tst register_default_mass.py: using MSISDN 1099
22:48:42.165075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.252205 tst register_default_mass.py: using MSISDN 1100
22:48:42.258657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.380720 run mass: Starting testcase
22:48:42.386886 run mass: Pre-launching all virtphy's
22:48:42.392809 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.406987 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.413507 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.427388 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.435048 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.449202 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.455673 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.469663 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.476054 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.489916 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.496331 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.510076 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.516449 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.530248 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.536716 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.550676 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.557120 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.571051 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.577441 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.591236 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.597741 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.611536 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.617984 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.631807 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.638309 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.652266 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.658695 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.675470 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.682058 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.696096 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.702487 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.716252 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.722621 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.736492 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.742920 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.756698 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.763135 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.776971 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.783400 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.797490 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.803985 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.817880 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.824273 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.838453 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.844904 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.858880 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.865330 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.879192 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.885597 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.899373 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.905824 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.919821 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.926240 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.940077 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.946495 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.960398 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.966690 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.980347 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.986751 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.000721 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.007107 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.020746 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.027042 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.040411 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.046552 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.059809 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.066229 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.079852 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.086189 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.099578 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.105973 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.119444 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.125700 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.139312 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.145697 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.159445 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.165936 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.179679 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.186099 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.200028 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.206451 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.220312 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.226691 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.240048 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.246511 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.260419 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.266809 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.280734 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.287057 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.300764 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.307240 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.321053 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.327395 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.340764 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.346959 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.360167 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.366304 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.379411 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.385612 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:43.398717 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:43.404811 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:43.417880 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:43.423985 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.437285 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.443552 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.457334 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.463630 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.476837 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.482886 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.496054 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.502113 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.515400 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.521459 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.534403 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.540653 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.554072 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.560632 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.574256 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.580340 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.593403 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.599472 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.612550 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.618572 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.631627 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.637817 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.651122 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.657476 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.671251 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.677582 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.691249 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.697616 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.711309 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.717675 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.731495 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.737835 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.751643 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.757957 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.771693 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.827592 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.842085 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.848194 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.861431 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.867487 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.880506 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.886577 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.899920 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.906110 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.919213 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.925339 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.938886 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.945192 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.958943 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.965377 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.978961 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.985308 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.998418 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.004592 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.017869 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.024106 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.037655 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.043956 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.057754 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.064066 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.077717 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.083956 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.097846 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.104188 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.117675 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.124212 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.137606 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.143966 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.157355 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.163742 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.177617 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.184077 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.197985 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.204295 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.217858 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.224331 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.237969 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.244667 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.258552 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.265224 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.279147 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.285555 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:44.299269 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:44.305772 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:44.319655 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:44.326049 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:44.339760 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:44.346174 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:44.359843 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:44.366215 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:44.379930 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:44.386061 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:44.399524 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:44.405848 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:44.419583 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:44.425975 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:44.440153 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:44.446544 run mass: Checking if sockets are in the filesystem
22:48:44.461748 run osmo-ms-mob/00000: Starting mobile
22:48:44.475996 run osmo-ms-mob/00000(pid=135): Launched
22:48:44.547904 run mass: MS start registered {at=21812230.251153298, delay=0.0645814873278141, ms=00000}
22:48:48.660539 run osmo-ms-mob/00001: Starting mobile
22:48:48.675713 run osmo-ms-mob/00001(pid=136): Launched
22:48:48.687525 run mass: MS start registered {at=21812234.390849438, delay=0.005261637270450592, ms=00001}
22:48:50.409772 run mass: MS performed LU {at=21812236.11297177, lu_delay=5.861818473786116, ms=00000}
22:48:50.458934 run osmo-ms-mob/00002: Starting mobile
22:48:50.472077 run osmo-ms-mob/00002(pid=137): Launched
22:48:50.512465 run mass: MS start registered {at=21812236.215733167, delay=0.034168779850006104, ms=00002}
22:48:51.772157 run osmo-ms-mob/00003: Starting mobile
22:48:51.786716 run osmo-ms-mob/00003(pid=138): Launched
22:48:51.798182 run mass: MS start registered {at=21812237.50152673, delay=0.004980355501174927, ms=00003}
22:48:52.861736 run osmo-ms-mob/00004: Starting mobile
22:48:52.875956 run osmo-ms-mob/00004(pid=139): Launched
22:48:52.887476 run mass: MS start registered {at=21812238.590800017, delay=0.004910703748464584, ms=00004}
22:48:53.884039 run osmo-ms-mob/00005: Starting mobile
22:48:53.898706 run osmo-ms-mob/00005(pid=140): Launched
22:48:53.909724 run mass: MS start registered {at=21812239.61306399, delay=0.004762548953294754, ms=00005}
22:48:54.174912 run mass: MS performed LU {at=21812239.878136765, lu_delay=5.487287327647209, ms=00001}
22:48:54.769346 run osmo-ms-mob/00006: Starting mobile
22:48:54.783910 run osmo-ms-mob/00006(pid=141): Launched
22:48:54.795349 run mass: MS start registered {at=21812240.498704076, delay=0.004633467644453049, ms=00006}
22:48:55.660674 run osmo-ms-mob/00007: Starting mobile
22:48:55.674499 run osmo-ms-mob/00007(pid=142): Launched
22:48:55.685802 run mass: MS start registered {at=21812241.38914997, delay=0.004909969866275787, ms=00007}
22:48:56.076807 run mass: MS performed LU {at=21812241.780052643, lu_delay=5.564319476485252, ms=00002}
22:48:56.692638 run osmo-ms-mob/00008: Starting mobile
22:48:56.706764 run osmo-ms-mob/00008(pid=143): Launched
22:48:56.712831 run mass: Starting too slowly. Moving on {now=21812242.4162004, sleep=-0.15825000032782555, target=21812242.2579504}
22:48:56.718751 run mass: MS start registered {at=21812242.42211015, delay=0.0059119053184986115, ms=00008}
22:48:56.724573 run mass: Starting too slowly. Moving on {now=21812242.427942615, sleep=-0.06999221444129944, target=21812242.3579504}
22:48:57.176687 run osmo-ms-mob/00009: Starting mobile
22:48:57.190501 run osmo-ms-mob/00009(pid=144): Launched
22:48:57.201611 run mass: MS start registered {at=21812242.904964644, delay=0.005012959241867065, ms=00009}
22:48:57.861419 run osmo-ms-mob/00010: Starting mobile
22:48:57.875421 run osmo-ms-mob/00010(pid=145): Launched
22:48:57.886704 run mass: MS start registered {at=21812243.590033595, delay=0.0050865039229393005, ms=00010}
22:48:58.176244 run mass: MS performed LU {at=21812243.87949101, lu_delay=6.3779642805457115, ms=00003}
22:48:58.223558 run mass: MS performed LU {at=21812243.92681108, lu_delay=5.336011063307524, ms=00004}
22:48:58.471792 run osmo-ms-mob/00011: Starting mobile
22:48:58.487311 run osmo-ms-mob/00011(pid=146): Launched
22:48:58.498955 run mass: MS start registered {at=21812244.20229692, delay=0.005192682147026062, ms=00011}
22:48:59.060711 run osmo-ms-mob/00012: Starting mobile
22:48:59.074050 run osmo-ms-mob/00012(pid=147): Launched
22:48:59.085091 run mass: MS start registered {at=21812244.78844023, delay=0.004844307899475098, ms=00012}
22:48:59.661048 run osmo-ms-mob/00013: Starting mobile
22:48:59.674701 run osmo-ms-mob/00013(pid=148): Launched
22:48:59.685935 run mass: MS start registered {at=21812245.38928646, delay=0.004836138337850571, ms=00013}
22:48:59.842265 run mass: MS performed LU {at=21812245.54553269, lu_delay=5.0468286126852036, ms=00006}
22:48:59.887891 run mass: MS performed LU {at=21812245.59111657, lu_delay=5.978052578866482, ms=00005}
22:49:00.260943 run osmo-ms-mob/00014: Starting mobile
22:49:00.274420 run osmo-ms-mob/00014(pid=149): Launched
22:49:00.285496 run mass: MS start registered {at=21812245.988847725, delay=0.004967421293258667, ms=00014}
22:49:00.861859 run osmo-ms-mob/00015: Starting mobile
22:49:00.875478 run osmo-ms-mob/00015(pid=150): Launched
22:49:00.886606 run mass: MS start registered {at=21812246.589957215, delay=0.005003780126571655, ms=00015}
22:49:01.361115 run osmo-ms-mob/00016: Starting mobile
22:49:01.375639 run osmo-ms-mob/00016(pid=151): Launched
22:49:01.387153 run mass: MS start registered {at=21812247.09050303, delay=0.004863020032644272, ms=00016}
22:49:01.706483 run mass: MS performed LU {at=21812247.40981512, lu_delay=4.98770496994257, ms=00008}
22:49:01.752991 run mass: MS performed LU {at=21812247.456326086, lu_delay=6.06717611476779, ms=00007}
22:49:01.764350 run osmo-ms-mob/00017: Starting mobile
22:49:01.778000 run osmo-ms-mob/00017(pid=152): Launched
22:49:01.789374 run mass: MS start registered {at=21812247.492715396, delay=0.004770413041114807, ms=00017}
22:49:02.076205 run mass: MS performed LU {at=21812247.779529516, lu_delay=4.8745648711919785, ms=00009}
22:49:02.461120 run osmo-ms-mob/00018: Starting mobile
22:49:02.474388 run osmo-ms-mob/00018(pid=153): Launched
22:49:02.485850 run mass: MS start registered {at=21812248.189200584, delay=0.004796713590621948, ms=00018}
22:49:02.860949 run osmo-ms-mob/00019: Starting mobile
22:49:02.874841 run osmo-ms-mob/00019(pid=154): Launched
22:49:02.886359 run mass: MS start registered {at=21812248.589706816, delay=0.005073808133602142, ms=00019}
22:49:03.360983 run osmo-ms-mob/00020: Starting mobile
22:49:03.374481 run osmo-ms-mob/00020(pid=155): Launched
22:49:03.385595 run mass: MS start registered {at=21812249.088944618, delay=0.004927869886159897, ms=00020}
22:49:03.607764 run mass: MS performed LU {at=21812249.311095875, lu_delay=5.1087989546358585, ms=00011}
22:49:03.654400 run mass: MS performed LU {at=21812249.35771742, lu_delay=5.767683826386929, ms=00010}
22:49:03.741092 run mass: MS performed LU {at=21812249.44442438, lu_delay=4.655984148383141, ms=00012}
22:49:03.753402 run osmo-ms-mob/00021: Starting mobile
22:49:03.767469 run osmo-ms-mob/00021(pid=156): Launched
22:49:03.779242 run mass: MS start registered {at=21812249.482591122, delay=0.00542830303311348, ms=00021}
22:49:04.260446 run osmo-ms-mob/00022: Starting mobile
22:49:04.274072 run osmo-ms-mob/00022(pid=157): Launched
22:49:04.285098 run mass: MS start registered {at=21812249.988449797, delay=0.004833616316318512, ms=00022}
22:49:04.760947 run osmo-ms-mob/00023: Starting mobile
22:49:04.774747 run osmo-ms-mob/00023(pid=158): Launched
22:49:04.786544 run mass: MS start registered {at=21812250.489891667, delay=0.005218278616666794, ms=00023}
22:49:05.160635 run osmo-ms-mob/00024: Starting mobile
22:49:05.174206 run osmo-ms-mob/00024(pid=159): Launched
22:49:05.185643 run mass: MS start registered {at=21812250.888971355, delay=0.005060702562332153, ms=00024}
22:49:05.471668 run mass: MS performed LU {at=21812251.175002597, lu_delay=5.186154872179031, ms=00014}
22:49:05.518170 run mass: MS performed LU {at=21812251.22152159, lu_delay=4.631564375013113, ms=00015}
22:49:05.529371 run osmo-ms-mob/00025: Starting mobile
22:49:05.542510 run osmo-ms-mob/00025(pid=160): Launched
22:49:05.553752 run mass: MS start registered {at=21812251.25710331, delay=0.005030732601881027, ms=00025}
22:49:05.605889 run mass: MS performed LU {at=21812251.309223603, lu_delay=5.919937144964933, ms=00013}
22:49:06.060690 run osmo-ms-mob/00026: Starting mobile
22:49:06.074653 run osmo-ms-mob/00026(pid=161): Launched
22:49:06.086169 run mass: MS start registered {at=21812251.789517313, delay=0.0050115324556827545, ms=00026}
22:49:06.460853 run osmo-ms-mob/00027: Starting mobile
22:49:06.474424 run osmo-ms-mob/00027(pid=162): Launched
22:49:06.485887 run mass: MS start registered {at=21812252.189231288, delay=0.0048403628170490265, ms=00027}
22:49:06.860908 run osmo-ms-mob/00028: Starting mobile
22:49:06.874871 run osmo-ms-mob/00028(pid=163): Launched
22:49:06.885992 run mass: MS start registered {at=21812252.589342702, delay=0.004693545401096344, ms=00028}
22:49:07.261404 run osmo-ms-mob/00029: Starting mobile
22:49:07.275547 run osmo-ms-mob/00029(pid=164): Launched
22:49:07.282113 run mass: MS performed LU {at=21812252.985468637, lu_delay=5.492753241211176, ms=00017}
22:49:07.288226 run mass: MS start registered {at=21812252.99159192, delay=0.00614451989531517, ms=00029}
22:49:07.373706 run mass: MS performed LU {at=21812253.07704033, lu_delay=4.887839745730162, ms=00018}
22:49:07.419301 run mass: MS performed LU {at=21812253.1226369, lu_delay=6.032133869826794, ms=00016}
22:49:07.430654 run osmo-ms-mob/00030: Starting mobile
22:49:07.443920 run osmo-ms-mob/00030(pid=165): Launched
22:49:07.454913 run mass: MS start registered {at=21812253.158260092, delay=0.004820007830858231, ms=00030}
22:49:07.525712 run mass: MS performed LU {at=21812253.229044676, lu_delay=4.639337860047817, ms=00019}
22:49:08.061536 run osmo-ms-mob/00031: Starting mobile
22:49:08.075399 run osmo-ms-mob/00031(pid=166): Launched
22:49:08.087330 run mass: MS start registered {at=21812253.790661708, delay=0.0050602927803993225, ms=00031}
22:49:08.360784 run osmo-ms-mob/00032: Starting mobile
22:49:08.374661 run osmo-ms-mob/00032(pid=167): Launched
22:49:08.385891 run mass: MS start registered {at=21812254.089242462, delay=0.004856675863265991, ms=00032}
22:49:08.761117 run osmo-ms-mob/00033: Starting mobile
22:49:08.774669 run osmo-ms-mob/00033(pid=168): Launched
22:49:08.785609 run mass: MS start registered {at=21812254.48896335, delay=0.004873327910900116, ms=00033}
22:49:09.175385 run osmo-ms-mob/00034: Starting mobile
22:49:09.192812 run osmo-ms-mob/00034(pid=169): Launched
22:49:09.204111 run mass: MS start registered {at=21812254.90746365, delay=0.004946555942296982, ms=00034}
22:49:09.239346 run mass: MS performed LU {at=21812254.94261053, lu_delay=4.9541607312858105, ms=00022}
22:49:09.284046 run mass: MS performed LU {at=21812254.987367988, lu_delay=5.504776865243912, ms=00021}
22:49:09.304931 run osmo-ms-mob/00035: Starting mobile
22:49:09.318516 run osmo-ms-mob/00035(pid=170): Launched
22:49:09.330265 run mass: MS start registered {at=21812255.033618383, delay=0.0023939348757267, ms=00035}
22:49:09.371893 run mass: MS performed LU {at=21812255.075222805, lu_delay=5.986278187483549, ms=00020}
22:49:09.662952 run mass: MS performed LU {at=21812255.366277553, lu_delay=4.876385886222124, ms=00023}
22:49:09.860984 run osmo-ms-mob/00036: Starting mobile
22:49:09.874618 run osmo-ms-mob/00036(pid=171): Launched
22:49:09.885954 run mass: MS start registered {at=21812255.58930062, delay=0.0050466060638427734, ms=00036}
22:49:10.268420 run osmo-ms-mob/00037: Starting mobile
22:49:10.283042 run osmo-ms-mob/00037(pid=172): Launched
22:49:10.294495 run mass: MS start registered {at=21812255.99784542, delay=0.004991922527551651, ms=00037}
22:49:10.561722 run osmo-ms-mob/00038: Starting mobile
22:49:10.575718 run osmo-ms-mob/00038(pid=173): Launched
22:49:10.587396 run mass: MS start registered {at=21812256.290746283, delay=0.004974741488695145, ms=00038}
22:49:10.860933 run osmo-ms-mob/00039: Starting mobile
22:49:10.874800 run osmo-ms-mob/00039(pid=174): Launched
22:49:10.886254 run mass: MS start registered {at=21812256.589602657, delay=0.005057241767644882, ms=00039}
22:49:11.037557 run mass: MS performed LU {at=21812256.74089091, lu_delay=4.551659621298313, ms=00027}
22:49:11.139726 run mass: MS performed LU {at=21812256.842981983, lu_delay=5.9540106281638145, ms=00024}
22:49:11.185544 run mass: MS performed LU {at=21812256.888875473, lu_delay=5.631772164255381, ms=00025}
22:49:11.197646 run osmo-ms-mob/00040: Starting mobile
22:49:11.211391 run osmo-ms-mob/00040(pid=175): Launched
22:49:11.222473 run mass: MS start registered {at=21812256.925819196, delay=0.004968516528606415, ms=00040}
22:49:11.291634 run mass: MS performed LU {at=21812256.99496733, lu_delay=5.205450017005205, ms=00026}
22:49:11.561400 run osmo-ms-mob/00041: Starting mobile
22:49:11.578582 run osmo-ms-mob/00041(pid=176): Launched
22:49:11.590223 run mass: MS start registered {at=21812257.293558914, delay=0.0050902701914310455, ms=00041}
22:49:11.861358 run osmo-ms-mob/00042: Starting mobile
22:49:11.875857 run osmo-ms-mob/00042(pid=177): Launched
22:49:11.887368 run mass: MS start registered {at=21812257.59071318, delay=0.004944261163473129, ms=00042}
22:49:12.272730 run osmo-ms-mob/00043: Starting mobile
22:49:12.286676 run osmo-ms-mob/00043(pid=178): Launched
22:49:12.298107 run mass: MS start registered {at=21812258.001430556, delay=0.004959531128406525, ms=00043}
22:49:12.569561 run osmo-ms-mob/00044: Starting mobile
22:49:12.583675 run osmo-ms-mob/00044(pid=179): Launched
22:49:12.595234 run mass: MS start registered {at=21812258.298576094, delay=0.005221761763095856, ms=00044}
22:49:12.863305 run osmo-ms-mob/00045: Starting mobile
22:49:12.878284 run osmo-ms-mob/00045(pid=180): Launched
22:49:12.889718 run mass: MS start registered {at=21812258.593067467, delay=0.004847191274166107, ms=00045}
22:49:13.004371 run mass: MS performed LU {at=21812258.707685098, lu_delay=5.716093178838491, ms=00029}
22:49:13.050173 run mass: MS performed LU {at=21812258.753483053, lu_delay=4.664240591228008, ms=00032}
22:49:13.073449 run osmo-ms-mob/00046: Starting mobile
22:49:13.100992 run osmo-ms-mob/00046(pid=181): Launched
22:49:13.120857 run mass: MS start registered {at=21812258.824167643, delay=0.009277142584323883, ms=00046}
22:49:13.137803 run mass: MS performed LU {at=21812258.84112159, lu_delay=5.050459884107113, ms=00031}
22:49:13.193801 run mass: MS performed LU {at=21812258.89712124, lu_delay=6.307778537273407, ms=00028}
22:49:13.215426 run osmo-ms-mob/00047: Starting mobile
22:49:13.230264 run osmo-ms-mob/00047(pid=182): Launched
22:49:13.243456 run mass: MS performed LU {at=21812258.946795892, lu_delay=5.788535799831152, ms=00030}
22:49:13.256002 run mass: MS start registered {at=21812258.959357042, delay=0.01259547472000122, ms=00047}
22:49:13.761960 run osmo-ms-mob/00048: Starting mobile
22:49:13.782106 run osmo-ms-mob/00048(pid=183): Launched
22:49:13.794353 run mass: MS start registered {at=21812259.49769978, delay=2.8893351554870605e-05, ms=00048}
22:49:14.064122 run osmo-ms-mob/00049: Starting mobile
22:49:14.078146 run osmo-ms-mob/00049(pid=184): Launched
22:49:14.090908 run mass: MS start registered {at=21812259.79422701, delay=0.006165109574794769, ms=00049}
22:49:14.361713 run osmo-ms-mob/00050: Starting mobile
22:49:14.376945 run osmo-ms-mob/00050(pid=185): Launched
22:49:14.389123 run mass: MS start registered {at=21812260.091810636, delay=0.00509251281619072, ms=00050}
22:49:14.767142 run osmo-ms-mob/00051: Starting mobile
22:49:14.797679 run osmo-ms-mob/00051(pid=186): Launched
22:49:14.812303 run mass: MS performed LU {at=21812260.51563834, lu_delay=5.608174689114094, ms=00034}
22:49:14.827436 run mass: MS start registered {at=21812260.530784443, delay=0.015186518430709839, ms=00051}
22:49:14.905213 run mass: MS performed LU {at=21812260.60852937, lu_delay=5.5749109871685505, ms=00035}
22:49:14.918261 run osmo-ms-mob/00052: Starting mobile
22:49:14.931517 run osmo-ms-mob/00052(pid=187): Launched
22:49:14.942402 run mass: MS start registered {at=21812260.645750284, delay=0.0046572014689445496, ms=00052}
22:49:14.951812 run mass: MS performed LU {at=21812260.6551613, lu_delay=5.0658606775105, ms=00036}
22:49:15.058131 run mass: MS performed LU {at=21812260.761374295, lu_delay=6.272410944104195, ms=00033}
22:49:15.091847 run osmo-ms-mob/00053: Starting mobile
22:49:15.106803 run osmo-ms-mob/00053(pid=188): Launched
22:49:15.113318 run mass: MS performed LU {at=21812260.816672668, lu_delay=4.818827249109745, ms=00037}
22:49:15.119909 run mass: MS start registered {at=21812260.823263735, delay=0.006611902266740799, ms=00053}
22:49:15.663798 run osmo-ms-mob/00054: Starting mobile
22:49:15.677607 run osmo-ms-mob/00054(pid=189): Launched
22:49:15.688893 run mass: MS start registered {at=21812261.392235015, delay=0.004894882440567017, ms=00054}
22:49:15.961260 run osmo-ms-mob/00055: Starting mobile
22:49:15.975678 run osmo-ms-mob/00055(pid=190): Launched
22:49:15.987632 run mass: MS start registered {at=21812261.69096154, delay=0.005308192223310471, ms=00055}
22:49:16.261367 run osmo-ms-mob/00056: Starting mobile
22:49:16.278237 run osmo-ms-mob/00056(pid=191): Launched
22:49:16.289528 run mass: MS start registered {at=21812261.99287321, delay=0.004455894231796265, ms=00056}
22:49:16.564090 run osmo-ms-mob/00057: Starting mobile
22:49:16.578112 run osmo-ms-mob/00057(pid=192): Launched
22:49:16.589296 run mass: MS start registered {at=21812262.292643085, delay=0.004767484962940216, ms=00057}
22:49:16.668087 run mass: MS performed LU {at=21812262.371416114, lu_delay=5.0778572000563145, ms=00041}
22:49:16.724064 run mass: MS performed LU {at=21812262.42739754, lu_delay=4.836684361100197, ms=00042}
22:49:16.815646 run mass: MS performed LU {at=21812262.518967446, lu_delay=6.228221163153648, ms=00038}
22:49:16.836849 run osmo-ms-mob/00058: Starting mobile
22:49:16.850360 run osmo-ms-mob/00058(pid=193): Launched
22:49:16.861525 run mass: MS start registered {at=21812262.56487188, delay=0.004658453166484833, ms=00058}
22:49:16.977730 run mass: MS performed LU {at=21812262.68103685, lu_delay=5.755217652767897, ms=00040}
22:49:17.251186 run mass: MS performed LU {at=21812262.954440188, lu_delay=4.953009631484747, ms=00043}
22:49:17.292163 run osmo-ms-mob/00059: Starting mobile
22:49:17.306170 run osmo-ms-mob/00059(pid=194): Launched
22:49:17.317559 run mass: MS start registered {at=21812263.020908695, delay=0.004942968487739563, ms=00059}
22:49:17.577307 run osmo-ms-mob/00060: Starting mobile
22:49:17.592234 run osmo-ms-mob/00060(pid=195): Launched
22:49:17.603843 run mass: MS start registered {at=21812263.307192326, delay=0.005264293402433395, ms=00060}
22:49:17.731012 run mass: MS performed LU {at=21812263.4342632, lu_delay=6.844660542905331, ms=00039}
22:49:17.882060 run mass: MS performed LU {at=21812263.585336223, lu_delay=3.791109211742878, ms=00049}
22:49:17.899796 run osmo-ms-mob/00061: Starting mobile
22:49:17.914392 run osmo-ms-mob/00061(pid=196): Launched
22:49:17.925807 run mass: MS start registered {at=21812263.629158203, delay=0.004756364971399307, ms=00061}
22:49:18.261066 run osmo-ms-mob/00062: Starting mobile
22:49:18.275293 run osmo-ms-mob/00062(pid=197): Launched
22:49:18.287609 run mass: MS start registered {at=21812263.990946203, delay=0.005851045250892639, ms=00062}
22:49:18.563566 run osmo-ms-mob/00063: Starting mobile
22:49:18.577299 run osmo-ms-mob/00063(pid=198): Launched
22:49:18.583858 run mass: MS performed LU {at=21812264.287214704, lu_delay=4.789514925330877, ms=00048}
22:49:18.590063 run mass: MS performed LU {at=21812264.293427195, lu_delay=5.334070153534412, ms=00047}
22:49:18.595937 run mass: MS start registered {at=21812264.299302053, delay=0.012107554823160172, ms=00063}
22:49:18.643776 run mass: MS performed LU {at=21812264.34711182, lu_delay=5.754044353961945, ms=00045}
22:49:18.655453 run osmo-ms-mob/00064: Starting mobile
22:49:18.669577 run osmo-ms-mob/00064(pid=199): Launched
22:49:18.681255 run mass: MS start registered {at=21812264.38459097, delay=0.005139071494340897, ms=00064}
22:49:18.916058 run mass: MS performed LU {at=21812264.61938911, lu_delay=6.32081301510334, ms=00044}
22:49:19.368877 run osmo-ms-mob/00065: Starting mobile
22:49:19.386862 run osmo-ms-mob/00065(pid=200): Launched
22:49:19.398628 run mass: MS start registered {at=21812265.101968467, delay=0.005280777812004089, ms=00065}
22:49:19.661307 run osmo-ms-mob/00066: Starting mobile
22:49:19.675605 run osmo-ms-mob/00066(pid=201): Launched
22:49:19.687642 run mass: MS start registered {at=21812265.39098267, delay=0.005373112857341766, ms=00066}
22:49:19.783847 run mass: MS performed LU {at=21812265.487178728, lu_delay=4.956394284963608, ms=00051}
22:49:20.062858 run osmo-ms-mob/00067: Starting mobile
22:49:20.077270 run osmo-ms-mob/00067(pid=202): Launched
22:49:20.088830 run mass: MS start registered {at=21812265.79217447, delay=0.005052823573350906, ms=00067}
22:49:20.361618 run osmo-ms-mob/00068: Starting mobile
22:49:20.375683 run osmo-ms-mob/00068(pid=203): Launched
22:49:20.387259 run mass: MS start registered {at=21812266.090604376, delay=0.005156844854354858, ms=00068}
22:49:20.433536 run mass: MS performed LU {at=21812266.136869665, lu_delay=5.313605930656195, ms=00053}
22:49:20.489221 run mass: MS performed LU {at=21812266.192556016, lu_delay=4.501594476401806, ms=00055}
22:49:20.581830 run mass: MS performed LU {at=21812266.285159536, lu_delay=4.8929245211184025, ms=00054}
22:49:20.593535 run osmo-ms-mob/00069: Starting mobile
22:49:20.607376 run osmo-ms-mob/00069(pid=204): Launched
22:49:20.618729 run mass: MS start registered {at=21812266.322070435, delay=0.005087483674287796, ms=00069}
22:49:20.743594 run mass: MS performed LU {at=21812266.44691964, lu_delay=6.355109002441168, ms=00050}
22:49:20.780321 run mass: MS performed LU {at=21812266.483654536, lu_delay=5.837904252111912, ms=00052}
22:49:21.161927 run osmo-ms-mob/00070: Starting mobile
22:49:21.178075 run osmo-ms-mob/00070(pid=205): Launched
22:49:21.189932 run mass: MS start registered {at=21812266.893282533, delay=0.004606444388628006, ms=00070}
22:49:21.561245 run osmo-ms-mob/00071: Starting mobile
22:49:21.575568 run osmo-ms-mob/00071(pid=206): Launched
22:49:21.587382 run mass: MS start registered {at=21812267.290716223, delay=0.005223967134952545, ms=00071}
22:49:21.643617 run mass: MS performed LU {at=21812267.34693874, lu_delay=3.717780537903309, ms=00061}
22:49:21.968433 run osmo-ms-mob/00072: Starting mobile
22:49:21.982601 run osmo-ms-mob/00072(pid=207): Launched
22:49:21.993927 run mass: MS start registered {at=21812267.697275527, delay=0.004861149936914444, ms=00072}
22:49:22.335054 run mass: MS performed LU {at=21812268.038373616, lu_delay=5.473501734435558, ms=00058}
22:49:22.351361 run osmo-ms-mob/00073: Starting mobile
22:49:22.366325 run osmo-ms-mob/00073(pid=208): Launched
22:49:22.373022 run mass: MS performed LU {at=21812268.076376375, lu_delay=6.0835031643509865, ms=00056}
22:49:22.379185 run mass: MS start registered {at=21812268.0825508, delay=0.006195817142724991, ms=00073}
22:49:22.436609 run mass: MS performed LU {at=21812268.139944587, lu_delay=5.847301501780748, ms=00057}
22:49:22.645082 run mass: MS performed LU {at=21812268.34836878, lu_delay=5.041176453232765, ms=00060}
22:49:22.743529 run osmo-ms-mob/00074: Starting mobile
22:49:22.757323 run osmo-ms-mob/00074(pid=209): Launched
22:49:22.768964 run mass: MS start registered {at=21812268.472308204, delay=0.004958596080541611, ms=00074}
22:49:23.166053 run osmo-ms-mob/00075: Starting mobile
22:49:23.179815 run osmo-ms-mob/00075(pid=210): Launched
22:49:23.191186 run mass: MS start registered {at=21812268.894533, delay=0.004873186349868774, ms=00075}
22:49:23.672443 run osmo-ms-mob/00076: Starting mobile
22:49:23.686659 run osmo-ms-mob/00076(pid=211): Launched
22:49:23.698218 run mass: MS start registered {at=21812269.40155885, delay=0.005017060786485672, ms=00076}
22:49:24.075720 run osmo-ms-mob/00077: Starting mobile
22:49:24.089940 run osmo-ms-mob/00077(pid=212): Launched
22:49:24.101534 run mass: MS start registered {at=21812269.804881085, delay=0.005302850157022476, ms=00077}
22:49:24.301404 run mass: MS performed LU {at=21812270.00471781, lu_delay=5.70541575551033, ms=00063}
22:49:24.347834 run mass: MS performed LU {at=21812270.05115033, lu_delay=5.666559360921383, ms=00064}
22:49:24.435668 run mass: MS performed LU {at=21812270.13900009, lu_delay=6.148053888231516, ms=00062}
22:49:24.449860 run osmo-ms-mob/00078: Starting mobile
22:49:24.464265 run osmo-ms-mob/00078(pid=213): Launched
22:49:24.475718 run mass: MS start registered {at=21812270.17905806, delay=0.004994694143533707, ms=00078}
22:49:24.491584 run mass: MS performed LU {at=21812270.194914173, lu_delay=5.092945706099272, ms=00065}
22:49:24.509240 run mass: MS performed LU {at=21812270.212573815, lu_delay=4.821591146290302, ms=00066}
22:49:24.960686 run osmo-ms-mob/00079: Starting mobile
22:49:24.974561 run osmo-ms-mob/00079(pid=214): Launched
22:49:24.985894 run mass: MS start registered {at=21812270.689245746, delay=0.004414532333612442, ms=00079}
22:49:25.473443 run osmo-ms-mob/00080: Starting mobile
22:49:25.487965 run osmo-ms-mob/00080(pid=215): Launched
22:49:25.501229 run mass: MS start registered {at=21812271.204566002, delay=0.006925899535417557, ms=00080}
22:49:25.976139 run osmo-ms-mob/00081: Starting mobile
22:49:25.989860 run osmo-ms-mob/00081(pid=216): Launched
22:49:26.000867 run mass: MS start registered {at=21812271.704219267, delay=0.004728719592094421, ms=00081}
22:49:26.102776 run mass: MS performed LU {at=21812271.80602372, lu_delay=6.013849250972271, ms=00067}
22:49:26.202707 run mass: MS performed LU {at=21812271.906040173, lu_delay=5.583969738334417, ms=00069}
22:49:26.249414 run mass: MS performed LU {at=21812271.95275075, lu_delay=5.862146373838186, ms=00068}
22:49:26.260791 run osmo-ms-mob/00082: Starting mobile
22:49:26.274423 run osmo-ms-mob/00082(pid=217): Launched
22:49:26.285391 run mass: MS start registered {at=21812271.988743216, delay=0.004532326012849808, ms=00082}
22:49:26.354994 run mass: MS performed LU {at=21812272.05833028, lu_delay=5.165047746151686, ms=00070}
22:49:26.410678 run mass: MS performed LU {at=21812272.114016756, lu_delay=4.8233005329966545, ms=00071}
22:49:26.971372 run osmo-ms-mob/00083: Starting mobile
22:49:26.986163 run osmo-ms-mob/00083(pid=218): Launched
22:49:26.997696 run mass: MS start registered {at=21812272.701034315, delay=0.005067739635705948, ms=00083}
22:49:27.460431 run osmo-ms-mob/00084: Starting mobile
22:49:27.473875 run osmo-ms-mob/00084(pid=219): Launched
22:49:27.485004 run mass: MS start registered {at=21812273.188352518, delay=0.004729676991701126, ms=00084}
22:49:27.960551 run osmo-ms-mob/00085: Starting mobile
22:49:27.974899 run osmo-ms-mob/00085(pid=220): Launched
22:49:27.986258 run mass: MS start registered {at=21812273.689592455, delay=0.0046396926045417786, ms=00085}
22:49:28.067376 run mass: MS performed LU {at=21812273.770687874, lu_delay=5.298379670828581, ms=00074}
22:49:28.201616 run mass: MS performed LU {at=21812273.904867124, lu_delay=5.010334122925997, ms=00075}
22:49:28.257012 run mass: MS performed LU {at=21812273.96029125, lu_delay=6.263015724718571, ms=00072}
22:49:28.510897 run mass: MS performed LU {at=21812274.214148756, lu_delay=4.812589906156063, ms=00076}
22:49:28.524285 run osmo-ms-mob/00086: Starting mobile
22:49:28.537507 run osmo-ms-mob/00086(pid=221): Launched
22:49:28.549232 run mass: MS start registered {at=21812274.252576146, delay=0.0048635490238666534, ms=00086}
22:49:29.165469 run osmo-ms-mob/00087: Starting mobile
22:49:29.180360 run osmo-ms-mob/00087(pid=222): Launched
22:49:29.191766 run mass: MS start registered {at=21812274.895108968, delay=0.005035609006881714, ms=00087}
22:49:29.769896 run osmo-ms-mob/00088: Starting mobile
22:49:29.783660 run osmo-ms-mob/00088(pid=223): Launched
22:49:29.794789 run mass: MS start registered {at=21812275.49814025, delay=0.004963509738445282, ms=00088}
22:49:29.867850 run mass: MS performed LU {at=21812275.571096305, lu_delay=4.8818505592644215, ms=00079}
22:49:29.968914 run mass: MS performed LU {at=21812275.67224336, lu_delay=5.867362275719643, ms=00077}
22:49:30.014647 run mass: MS performed LU {at=21812275.717974048, lu_delay=5.538915988057852, ms=00078}
22:49:30.121337 run mass: MS performed LU {at=21812275.82466858, lu_delay=4.620102576911449, ms=00080}
22:49:30.471676 run osmo-ms-mob/00089: Starting mobile
22:49:30.485725 run osmo-ms-mob/00089(pid=224): Launched
22:49:30.492271 run mass: Starting too slowly. Moving on {now=21812276.195640046, sleep=-0.03768914192914963, target=21812276.157950904}
22:49:30.498379 run mass: MS start registered {at=21812276.201737642, delay=0.006100408732891083, ms=00089}
22:49:30.967197 run osmo-ms-mob/00090: Starting mobile
22:49:30.997420 run osmo-ms-mob/00090(pid=225): Launched
22:49:31.012156 run mass: MS start registered {at=21812276.715502404, delay=0.00041141733527183533, ms=00090}
22:49:31.667338 run osmo-ms-mob/00091: Starting mobile
22:49:31.698497 run osmo-ms-mob/00091(pid=226): Launched
22:49:31.716666 run mass: MS start registered {at=21812277.419967134, delay=0.004752304404973984, ms=00091}
22:49:31.732190 run mass: MS performed LU {at=21812277.435516257, lu_delay=5.446773041039705, ms=00082}
22:49:31.787418 run mass: MS performed LU {at=21812277.490709513, lu_delay=4.789675198495388, ms=00083}
22:49:31.833772 run mass: MS performed LU {at=21812277.53706798, lu_delay=5.832848712801933, ms=00081}
22:49:32.276107 run mass: MS performed LU {at=21812277.979440123, lu_delay=4.791087605059147, ms=00084}
22:49:32.287821 run osmo-ms-mob/00092: Starting mobile
22:49:32.301079 run osmo-ms-mob/00092(pid=227): Launched
22:49:32.312637 run mass: MS start registered {at=21812278.015978966, delay=0.0044740475714206696, ms=00092}
22:49:33.303624 run osmo-ms-mob/00093: Starting mobile
22:49:33.317801 run osmo-ms-mob/00093(pid=228): Launched
22:49:33.324351 run mass: Starting too slowly. Moving on {now=21812279.027719256, sleep=-0.06976830959320068, target=21812278.957950946}
22:49:33.330529 run mass: MS start registered {at=21812279.0338878, delay=0.00617077574133873, ms=00093}
22:49:33.633438 run mass: MS performed LU {at=21812279.336707123, lu_delay=5.084130976349115, ms=00086}
22:49:33.969965 run mass: MS performed LU {at=21812279.673294723, lu_delay=4.7781857550144196, ms=00087}
22:49:33.981962 run osmo-ms-mob/00094: Starting mobile
22:49:33.995870 run osmo-ms-mob/00094(pid=229): Launched
22:49:34.007087 run mass: MS start registered {at=21812279.710437033, delay=0.004773326218128204, ms=00094}
22:49:34.015680 run mass: MS performed LU {at=21812279.71902908, lu_delay=6.0294366255402565, ms=00085}
22:49:34.962361 run osmo-ms-mob/00095: Starting mobile
22:49:34.976217 run osmo-ms-mob/00095(pid=230): Launched
22:49:34.987809 run mass: MS start registered {at=21812280.69114925, delay=0.005207523703575134, ms=00095}
22:49:35.599243 run mass: MS performed LU {at=21812281.302564874, lu_delay=4.58706247061491, ms=00090}
22:49:35.644670 run mass: MS performed LU {at=21812281.347991403, lu_delay=5.146253760904074, ms=00089}
22:49:35.732450 run mass: MS performed LU {at=21812281.435785186, lu_delay=5.937644936144352, ms=00088}
22:49:35.769763 run mass: MS performed LU {at=21812281.473095734, lu_delay=22.648928090929985, ms=00046}
22:49:35.782242 run osmo-ms-mob/00096: Starting mobile
22:49:35.796576 run osmo-ms-mob/00096(pid=231): Launched
22:49:35.808151 run mass: MS start registered {at=21812281.51147853, delay=0.005314815789461136, ms=00096}
22:49:37.061120 run osmo-ms-mob/00097: Starting mobile
22:49:37.074617 run osmo-ms-mob/00097(pid=232): Launched
22:49:37.086270 run mass: MS start registered {at=21812282.78961545, delay=0.004002504050731659, ms=00097}
22:49:37.500092 run mass: MS performed LU {at=21812283.203428525, lu_delay=5.187449559569359, ms=00092}
22:49:37.546897 run mass: MS performed LU {at=21812283.2502376, lu_delay=5.8302704654634, ms=00091}
22:49:38.367077 run osmo-ms-mob/00098: Starting mobile
22:49:38.382071 run osmo-ms-mob/00098(pid=233): Launched
22:49:38.393450 run mass: MS start registered {at=21812284.09679827, delay=0.004887141287326813, ms=00098}
22:49:39.364877 run mass: MS performed LU {at=21812285.068209205, lu_delay=6.034321404993534, ms=00093}
22:49:39.411190 run mass: MS performed LU {at=21812285.114526473, lu_delay=5.404089439660311, ms=00094}
22:49:39.733489 run mass: MS performed LU {at=21812285.436818033, lu_delay=22.415909338742495, ms=00059}
22:49:39.752043 run mass: MS performed LU {at=21812285.455377117, lu_delay=4.764227867126465, ms=00095}
22:49:40.161293 run osmo-ms-mob/00099: Starting mobile
22:49:40.177099 run osmo-ms-mob/00099(pid=234): Launched
22:49:40.183585 run mass: All started... {duration=55.729000963270664, too_slow=4}
22:49:40.189680 run mass: MS start registered {at=21812285.89303805, delay=0.006090667098760605, ms=00099}
22:49:41.265751 run mass: MS performed LU {at=21812286.96908403, lu_delay=5.457605499774218, ms=00096}
22:49:43.130434 run mass: MS performed LU {at=21812288.83370162, lu_delay=4.736903350800276, ms=00098}
22:49:43.176966 run mass: MS performed LU {at=21812288.88027909, lu_delay=6.090663641691208, ms=00097}
22:49:45.032143 run mass: MS performed LU {at=21812290.735475805, lu_delay=4.842437755316496, ms=00099}
22:49:45.313273 run mass: MS performed LU {at=21812291.01660626, lu_delay=22.9340554587543, ms=00073}
22:49:45.319970 run mass: Tests done {all_completed=True, max=22.9340554587543, min=3.717780537903309}
22:49:45.325900 tst register_default_mass.py: Test passed (85.5 sec)
22:49:45.331744 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:45.335376 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:45.338897 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:45.342401 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:45.345914 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:45.349636 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:45.353175 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:45.356699 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:45.360214 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:45.363734 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:45.367250 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:45.370800 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:45.374335 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:45.377860 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:45.381415 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:45.385131 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:45.388715 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:45.392772 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:45.396415 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:45.399971 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:45.403813 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:45.407552 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:45.411710 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:45.415500 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:45.419107 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:45.422673 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:45.426523 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:45.430215 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:45.434275 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:45.437930 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:45.441596 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:45.445120 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:45.448683 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:45.452252 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:45.455895 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:45.459792 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:45.463396 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:45.466988 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:45.470684 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:45.474146 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:45.477581 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:45.480994 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:45.484568 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:45.488127 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:45.491551 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:45.494966 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:45.498647 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:45.502063 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:45.505577 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:45.509040 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:45.512466 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:45.515911 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:45.519331 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:45.522767 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:45.526193 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:45.529596 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:45.532994 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:45.536390 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:45.539792 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:45.543191 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:45.546616 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:45.550104 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:45.553543 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:45.556947 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:45.560344 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:45.563755 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:45.567162 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:45.570566 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:45.573968 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:45.577529 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:45.580919 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:45.584337 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:45.587948 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:45.591386 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:45.597129 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:45.600863 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:45.604290 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:45.607744 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:45.611175 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:45.614630 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:45.618279 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:45.621682 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:45.625084 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:45.628642 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.632051 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.635503 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.638926 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.642338 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.646421 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.649986 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.653421 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.656839 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.660259 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.663729 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.667134 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.670857 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.674311 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.678565 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.682008 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.686113 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.689796 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.693613 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.697027 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.700426 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.703864 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.707284 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.710850 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.714304 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.718078 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.721475 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.724872 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.728479 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.731897 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.735307 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.738755 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.742176 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.745645 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.749048 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.752431 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.755858 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.759240 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.762621 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.766019 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.769401 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.772811 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.776222 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.779601 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.783000 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.786384 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.789766 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.793172 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.796560 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.799948 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.803370 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.806758 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.810143 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.813572 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.817032 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.820489 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.823912 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.827313 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.830715 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.834137 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.837513 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.840897 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.844284 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.847686 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.851071 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.854464 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.857857 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.861242 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.864643 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.868013 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.871404 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.874791 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.878171 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.881577 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.884981 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.888352 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.891909 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.895296 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.898688 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.902289 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.905671 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.909071 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.912438 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.915826 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.919217 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.922628 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.926026 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.929416 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.932794 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.936237 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.939651 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.943033 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.946420 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.949801 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.953271 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.956698 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.960078 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.963492 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.966891 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.970265 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.973667 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.977057 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.980440 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.983839 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.987247 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.990646 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.994034 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.997451 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.000839 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.004213 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.007582 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.010966 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.014353 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.017735 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.021118 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.024505 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.027882 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.031267 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.034634 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.038008 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.041393 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.044782 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.048145 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.051536 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.054918 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.058313 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.061704 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.065087 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.068465 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.071864 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.075258 --- ParallelTerminationStrategy: PID 22 died...
22:49:46.076796 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.080542 --- ParallelTerminationStrategy: PID 23 died...
22:49:46.082062 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.085813 --- ParallelTerminationStrategy: PID 24 died...
22:49:46.087333 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.091088 --- ParallelTerminationStrategy: PID 25 died...
22:49:46.092608 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.096373 --- ParallelTerminationStrategy: PID 26 died...
22:49:46.097898 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.101696 --- ParallelTerminationStrategy: PID 27 died...
22:49:46.103228 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.107008 --- ParallelTerminationStrategy: PID 28 died...
22:49:46.108532 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.112355 --- ParallelTerminationStrategy: PID 29 died...
22:49:46.113931 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.117767 --- ParallelTerminationStrategy: PID 30 died...
22:49:46.119302 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.123090 --- ParallelTerminationStrategy: PID 31 died...
22:49:46.124643 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.128476 --- ParallelTerminationStrategy: PID 32 died...
22:49:46.130022 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.133843 --- ParallelTerminationStrategy: PID 33 died...
22:49:46.135388 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.139231 --- ParallelTerminationStrategy: PID 35 died...
22:49:46.140773 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.144528 --- ParallelTerminationStrategy: PID 36 died...
22:49:46.146044 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.149809 --- ParallelTerminationStrategy: PID 37 died...
22:49:46.151333 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.155086 --- ParallelTerminationStrategy: PID 38 died...
22:49:46.156604 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.160342 --- ParallelTerminationStrategy: PID 39 died...
22:49:46.161894 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.165822 --- ParallelTerminationStrategy: PID 40 died...
22:49:46.167336 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.171091 --- ParallelTerminationStrategy: PID 41 died...
22:49:46.172602 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.176340 --- ParallelTerminationStrategy: PID 42 died...
22:49:46.177887 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.181638 --- ParallelTerminationStrategy: PID 43 died...
22:49:46.183146 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.186901 --- ParallelTerminationStrategy: PID 44 died...
22:49:46.188401 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.192149 --- ParallelTerminationStrategy: PID 45 died...
22:49:46.193665 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.197391 --- ParallelTerminationStrategy: PID 46 died...
22:49:46.198892 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.202638 --- ParallelTerminationStrategy: PID 47 died...
22:49:46.204145 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.207897 --- ParallelTerminationStrategy: PID 48 died...
22:49:46.209425 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.213167 --- ParallelTerminationStrategy: PID 49 died...
22:49:46.214674 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.218408 --- ParallelTerminationStrategy: PID 50 died...
22:49:46.219990 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.223748 --- ParallelTerminationStrategy: PID 51 died...
22:49:46.225297 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.228979 --- ParallelTerminationStrategy: PID 52 died...
22:49:46.230433 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.234005 --- ParallelTerminationStrategy: PID 53 died...
22:49:46.235452 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.239048 --- ParallelTerminationStrategy: PID 54 died...
22:49:46.240481 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.244054 --- ParallelTerminationStrategy: PID 55 died...
22:49:46.245508 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.249112 --- ParallelTerminationStrategy: PID 56 died...
22:49:46.250557 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.254140 --- ParallelTerminationStrategy: PID 57 died...
22:49:46.255589 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.259200 --- ParallelTerminationStrategy: PID 58 died...
22:49:46.260660 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.264395 --- ParallelTerminationStrategy: PID 59 died...
22:49:46.265930 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.269524 --- ParallelTerminationStrategy: PID 60 died...
22:49:46.270975 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.274689 --- ParallelTerminationStrategy: PID 61 died...
22:49:46.276197 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.279916 --- ParallelTerminationStrategy: PID 62 died...
22:49:46.281421 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.285150 --- ParallelTerminationStrategy: PID 63 died...
22:49:46.286656 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.290399 --- ParallelTerminationStrategy: PID 64 died...
22:49:46.291905 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.295637 --- ParallelTerminationStrategy: PID 65 died...
22:49:46.297159 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.300921 --- ParallelTerminationStrategy: PID 66 died...
22:49:46.302440 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.306182 --- ParallelTerminationStrategy: PID 67 died...
22:49:46.307694 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.311429 --- ParallelTerminationStrategy: PID 68 died...
22:49:46.312966 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.316695 --- ParallelTerminationStrategy: PID 69 died...
22:49:46.318200 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.321924 --- ParallelTerminationStrategy: PID 70 died...
22:49:46.323430 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.327176 --- ParallelTerminationStrategy: PID 71 died...
22:49:46.328684 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:46.332413 --- ParallelTerminationStrategy: PID 72 died...
22:49:46.333933 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:46.337654 --- ParallelTerminationStrategy: PID 73 died...
22:49:46.339155 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:46.342849 --- ParallelTerminationStrategy: PID 74 died...
22:49:46.344291 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:46.347866 --- ParallelTerminationStrategy: PID 75 died...
22:49:46.349337 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:46.352900 --- ParallelTerminationStrategy: PID 76 died...
22:49:46.354338 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:46.357910 --- ParallelTerminationStrategy: PID 77 died...
22:49:46.359362 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:46.362923 --- ParallelTerminationStrategy: PID 78 died...
22:49:46.364363 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:46.367941 --- ParallelTerminationStrategy: PID 79 died...
22:49:46.369414 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:46.372991 --- ParallelTerminationStrategy: PID 80 died...
22:49:46.374437 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:46.378002 --- ParallelTerminationStrategy: PID 81 died...
22:49:46.379448 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:46.383039 --- ParallelTerminationStrategy: PID 82 died...
22:49:46.384478 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:46.388238 --- ParallelTerminationStrategy: PID 83 died...
22:49:46.389722 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:46.393287 --- ParallelTerminationStrategy: PID 84 died...
22:49:46.394733 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:46.398390 --- ParallelTerminationStrategy: PID 85 died...
22:49:46.399896 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:46.403585 --- ParallelTerminationStrategy: PID 86 died...
22:49:46.405048 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:46.408560 --- ParallelTerminationStrategy: PID 87 died...
22:49:46.409984 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:46.413566 --- ParallelTerminationStrategy: PID 88 died...
22:49:46.415007 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:46.418620 --- ParallelTerminationStrategy: PID 89 died...
22:49:46.420082 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:46.423852 --- ParallelTerminationStrategy: PID 90 died...
22:49:46.425348 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:46.428904 --- ParallelTerminationStrategy: PID 91 died...
22:49:46.430360 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:46.434016 --- ParallelTerminationStrategy: PID 92 died...
22:49:46.435528 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:46.439271 --- ParallelTerminationStrategy: PID 93 died...
22:49:46.440786 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:46.444522 --- ParallelTerminationStrategy: PID 94 died...
22:49:46.446044 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:46.449771 --- ParallelTerminationStrategy: PID 95 died...
22:49:46.451271 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:46.455025 --- ParallelTerminationStrategy: PID 96 died...
22:49:46.456537 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:46.460280 --- ParallelTerminationStrategy: PID 97 died...
22:49:46.461793 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:46.465504 --- ParallelTerminationStrategy: PID 98 died...
22:49:46.467006 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:46.470758 --- ParallelTerminationStrategy: PID 99 died...
22:49:46.472272 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:46.476018 --- ParallelTerminationStrategy: PID 100 died...
22:49:46.477530 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:46.481307 --- ParallelTerminationStrategy: PID 101 died...
22:49:46.482814 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:46.486523 --- ParallelTerminationStrategy: PID 102 died...
22:49:46.488028 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:46.491815 --- ParallelTerminationStrategy: PID 103 died...
22:49:46.493323 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:46.497055 --- ParallelTerminationStrategy: PID 104 died...
22:49:46.498569 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:46.502274 --- ParallelTerminationStrategy: PID 105 died...
22:49:46.503781 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:46.507503 --- ParallelTerminationStrategy: PID 106 died...
22:49:46.509045 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:46.512792 --- ParallelTerminationStrategy: PID 107 died...
22:49:46.514308 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:46.518039 --- ParallelTerminationStrategy: PID 108 died...
22:49:46.519547 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:46.523265 --- ParallelTerminationStrategy: PID 109 died...
22:49:46.524834 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:46.528561 --- ParallelTerminationStrategy: PID 110 died...
22:49:46.530071 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:46.533830 --- ParallelTerminationStrategy: PID 111 died...
22:49:46.535326 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:46.539066 --- ParallelTerminationStrategy: PID 112 died...
22:49:46.540578 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:46.544343 --- ParallelTerminationStrategy: PID 113 died...
22:49:46.545863 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:46.549617 --- ParallelTerminationStrategy: PID 114 died...
22:49:46.551132 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:46.554868 --- ParallelTerminationStrategy: PID 115 died...
22:49:46.556381 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:46.560145 --- ParallelTerminationStrategy: PID 116 died...
22:49:46.561697 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:46.565468 --- ParallelTerminationStrategy: PID 117 died...
22:49:46.566980 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:46.570733 --- ParallelTerminationStrategy: PID 118 died...
22:49:46.572239 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:46.575963 --- ParallelTerminationStrategy: PID 119 died...
22:49:46.577484 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.581280 --- ParallelTerminationStrategy: PID 120 died...
22:49:46.582805 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.586534 --- ParallelTerminationStrategy: PID 121 died...
22:49:46.588040 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.591756 --- ParallelTerminationStrategy: PID 122 died...
22:49:46.593260 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.597033 --- ParallelTerminationStrategy: PID 123 died...
22:49:46.598531 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.602239 --- ParallelTerminationStrategy: PID 124 died...
22:49:46.603748 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.607454 --- ParallelTerminationStrategy: PID 125 died...
22:49:46.608972 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.612664 --- ParallelTerminationStrategy: PID 126 died...
22:49:46.614181 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.617940 --- ParallelTerminationStrategy: PID 127 died...
22:49:46.619449 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.623191 --- ParallelTerminationStrategy: PID 128 died...
22:49:46.624702 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.628410 --- ParallelTerminationStrategy: PID 129 died...
22:49:46.629914 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.633634 --- ParallelTerminationStrategy: PID 130 died...
22:49:46.635158 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.638920 --- ParallelTerminationStrategy: PID 131 died...
22:49:46.640422 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.644167 --- ParallelTerminationStrategy: PID 132 died...
22:49:46.645672 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.649421 --- ParallelTerminationStrategy: PID 133 died...
22:49:46.650917 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.654646 --- ParallelTerminationStrategy: PID 134 died...
22:49:46.656152 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.659886 --- ParallelTerminationStrategy: PID 135 died...
22:49:46.661406 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.665174 --- ParallelTerminationStrategy: PID 136 died...
22:49:46.666687 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.670430 --- ParallelTerminationStrategy: PID 137 died...
22:49:46.671941 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.675698 --- ParallelTerminationStrategy: PID 138 died...
22:49:46.677204 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.680962 --- ParallelTerminationStrategy: PID 139 died...
22:49:46.682469 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.686207 --- ParallelTerminationStrategy: PID 140 died...
22:49:46.687730 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.691497 --- ParallelTerminationStrategy: PID 141 died...
22:49:46.693017 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.696784 --- ParallelTerminationStrategy: PID 142 died...
22:49:46.698282 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.702026 --- ParallelTerminationStrategy: PID 143 died...
22:49:46.703519 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.707281 --- ParallelTerminationStrategy: PID 144 died...
22:49:46.708772 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.712502 --- ParallelTerminationStrategy: PID 145 died...
22:49:46.714021 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.717826 --- ParallelTerminationStrategy: PID 146 died...
22:49:46.719328 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.723163 --- ParallelTerminationStrategy: PID 147 died...
22:49:46.724677 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.728405 --- ParallelTerminationStrategy: PID 148 died...
22:49:46.729923 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.733667 --- ParallelTerminationStrategy: PID 149 died...
22:49:46.735177 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.738921 --- ParallelTerminationStrategy: PID 150 died...
22:49:46.740427 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.744221 --- ParallelTerminationStrategy: PID 151 died...
22:49:46.745724 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.749421 --- ParallelTerminationStrategy: PID 152 died...
22:49:46.750921 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.754676 --- ParallelTerminationStrategy: PID 153 died...
22:49:46.756182 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.759936 --- ParallelTerminationStrategy: PID 154 died...
22:49:46.761458 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.765206 --- ParallelTerminationStrategy: PID 155 died...
22:49:46.766709 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.770451 --- ParallelTerminationStrategy: PID 156 died...
22:49:46.771961 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.775756 --- ParallelTerminationStrategy: PID 157 died...
22:49:46.777270 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.781013 --- ParallelTerminationStrategy: PID 158 died...
22:49:46.782522 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.786320 --- ParallelTerminationStrategy: PID 159 died...
22:49:46.787837 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.791604 --- ParallelTerminationStrategy: PID 160 died...
22:49:46.793118 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.796864 --- ParallelTerminationStrategy: PID 161 died...
22:49:46.798384 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.802139 --- ParallelTerminationStrategy: PID 162 died...
22:49:46.803682 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.807476 --- ParallelTerminationStrategy: PID 163 died...
22:49:46.809004 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.812773 --- ParallelTerminationStrategy: PID 164 died...
22:49:46.814289 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.818056 --- ParallelTerminationStrategy: PID 165 died...
22:49:46.819564 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.823307 --- ParallelTerminationStrategy: PID 166 died...
22:49:46.824830 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.828580 --- ParallelTerminationStrategy: PID 167 died...
22:49:46.830098 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.833876 --- ParallelTerminationStrategy: PID 168 died...
22:49:46.835382 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.839192 --- ParallelTerminationStrategy: PID 169 died...
22:49:46.840726 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.844489 --- ParallelTerminationStrategy: PID 170 died...
22:49:46.846005 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.849754 --- ParallelTerminationStrategy: PID 171 died...
22:49:46.851258 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.855071 --- ParallelTerminationStrategy: PID 172 died...
22:49:46.856585 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.860323 --- ParallelTerminationStrategy: PID 173 died...
22:49:46.861829 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.865595 --- ParallelTerminationStrategy: PID 174 died...
22:49:46.867105 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.870862 --- ParallelTerminationStrategy: PID 175 died...
22:49:46.872366 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.876154 --- ParallelTerminationStrategy: PID 176 died...
22:49:46.877662 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.881445 --- ParallelTerminationStrategy: PID 177 died...
22:49:46.882940 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.886687 --- ParallelTerminationStrategy: PID 178 died...
22:49:46.888196 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.891987 --- ParallelTerminationStrategy: PID 179 died...
22:49:46.893512 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.897277 --- ParallelTerminationStrategy: PID 180 died...
22:49:46.898783 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.902552 --- ParallelTerminationStrategy: PID 181 died...
22:49:46.904059 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.907844 --- ParallelTerminationStrategy: PID 182 died...
22:49:46.909362 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.913086 --- ParallelTerminationStrategy: PID 183 died...
22:49:46.914590 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.918318 --- ParallelTerminationStrategy: PID 184 died...
22:49:46.919821 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.923551 --- ParallelTerminationStrategy: PID 185 died...
22:49:46.925056 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.928816 --- ParallelTerminationStrategy: PID 186 died...
22:49:46.930321 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.934076 --- ParallelTerminationStrategy: PID 187 died...
22:49:46.935590 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.939332 --- ParallelTerminationStrategy: PID 188 died...
22:49:46.940896 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.944664 --- ParallelTerminationStrategy: PID 189 died...
22:49:46.946166 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.949912 --- ParallelTerminationStrategy: PID 190 died...
22:49:46.951414 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.955160 --- ParallelTerminationStrategy: PID 191 died...
22:49:46.956715 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.960458 --- ParallelTerminationStrategy: PID 192 died...
22:49:46.961976 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.965718 --- ParallelTerminationStrategy: PID 193 died...
22:49:46.967234 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.970976 --- ParallelTerminationStrategy: PID 194 died...
22:49:46.972479 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.976226 --- ParallelTerminationStrategy: PID 195 died...
22:49:46.977739 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.981477 --- ParallelTerminationStrategy: PID 196 died...
22:49:46.982991 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.986738 --- ParallelTerminationStrategy: PID 197 died...
22:49:46.988235 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.992054 --- ParallelTerminationStrategy: PID 198 died...
22:49:46.993569 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.997316 --- ParallelTerminationStrategy: PID 199 died...
22:49:46.998824 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.002596 --- ParallelTerminationStrategy: PID 200 died...
22:49:47.004101 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.007852 --- ParallelTerminationStrategy: PID 201 died...
22:49:47.009366 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.013081 --- ParallelTerminationStrategy: PID 202 died...
22:49:47.014600 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.018374 --- ParallelTerminationStrategy: PID 203 died...
22:49:47.019882 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.023608 --- ParallelTerminationStrategy: PID 204 died...
22:49:47.025128 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.028875 --- ParallelTerminationStrategy: PID 205 died...
22:49:47.030385 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.034126 --- ParallelTerminationStrategy: PID 206 died...
22:49:47.035630 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.039373 --- ParallelTerminationStrategy: PID 207 died...
22:49:47.040890 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.044632 --- ParallelTerminationStrategy: PID 208 died...
22:49:47.046139 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.049882 --- ParallelTerminationStrategy: PID 209 died...
22:49:47.051383 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.055118 --- ParallelTerminationStrategy: PID 210 died...
22:49:47.056667 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.060500 --- ParallelTerminationStrategy: PID 211 died...
22:49:47.062020 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.065785 --- ParallelTerminationStrategy: PID 212 died...
22:49:47.067301 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.071074 --- ParallelTerminationStrategy: PID 213 died...
22:49:47.072579 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.076373 --- ParallelTerminationStrategy: PID 214 died...
22:49:47.077894 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.081639 --- ParallelTerminationStrategy: PID 215 died...
22:49:47.083135 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.086896 --- ParallelTerminationStrategy: PID 216 died...
22:49:47.088408 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.092160 --- ParallelTerminationStrategy: PID 217 died...
22:49:47.093679 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.097436 --- ParallelTerminationStrategy: PID 218 died...
22:49:47.098933 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.102722 --- ParallelTerminationStrategy: PID 219 died...
22:49:47.104240 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.108007 --- ParallelTerminationStrategy: PID 220 died...
22:49:47.109534 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.113307 --- ParallelTerminationStrategy: PID 221 died...
22:49:47.114810 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.118566 --- ParallelTerminationStrategy: PID 222 died...
22:49:47.120090 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.123838 --- ParallelTerminationStrategy: PID 223 died...
22:49:47.125353 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.129081 --- ParallelTerminationStrategy: PID 224 died...
22:49:47.130580 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.134311 --- ParallelTerminationStrategy: PID 225 died...
22:49:47.135808 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.139582 --- ParallelTerminationStrategy: PID 226 died...
22:49:47.141090 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.144843 --- ParallelTerminationStrategy: PID 227 died...
22:49:47.146350 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.150146 --- ParallelTerminationStrategy: PID 228 died...
22:49:47.151653 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.155405 --- ParallelTerminationStrategy: PID 229 died...
22:49:47.156914 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.160688 --- ParallelTerminationStrategy: PID 230 died...
22:49:47.162197 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.166006 --- ParallelTerminationStrategy: PID 231 died...
22:49:47.167517 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.171279 --- ParallelTerminationStrategy: PID 232 died...
22:49:47.172800 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.176547 --- ParallelTerminationStrategy: PID 233 died...
22:49:47.178067 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.181828 --- ParallelTerminationStrategy: PID 234 died...
22:49:47.183348 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:50.587003 --- ParallelTerminationStrategy: PID 34 died...
22:49:50.595699 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8097 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.675462 tst trial-8097: Storing JUnit report in /build/trial-8097/run.2025-09-22_22-48-19/trial-8097.xml
--------------------------------------------------------------------------------------------
trial-8097 PASS
--------------------------------------------------------------------------------------------
22:49:50.686349 tst trial-8097: trial-8097: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.5 sec)
+ exit_code=0
+ rm -rf trial-8097/inst
+ cd trial-8097
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-22 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8097-run.tgz run.2025-09-22_22-48-19
+ tar czf /build/trial-8097-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-22_13_26_24.tgz osmo-bts-oc2g.build-2025-09-22_00_51_30.tgz osmo-bts-sysmo.build-2025-09-22_00_51_36.tgz osmo-bts.build-2025-09-22_00_51_41.tgz osmo-ggsn.build-2025-09-22_20_42_33.tgz osmo-hlr.build-2025-09-22_16_36_54.tgz osmo-hnbgw.build-2025-09-22_13_30_09.tgz osmo-mgw.build-2025-09-22_08_33_13.tgz osmo-msc.build-2025-09-22_13_32_15.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-22_07_33_59.tgz osmo-pcu-sysmo.build-2025-09-22_07_36_03.tgz osmo-pcu.build-2025-09-22_07_36_09.tgz osmo-sgsn.build-2025-09-22_20_48_24.tgz osmo-stp.build-2025-09-22_13_25_12.tgz osmo-trx.build-2025-09-22_14_26_42.tgz osmocom-bb.build-2025-09-22_21_17_26.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.
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: SUCCESS