Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13403031028535833146.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-8047
+ 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.2s
#7 [ 9/28] COPY SSH /root/.ssh
#7 CACHED
#8 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#8 CACHED
#9 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#9 CACHED
#10 [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
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [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
#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 [20/28] WORKDIR /TMP
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#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 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#20 CACHED
#21 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#22 CACHED
#23 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#23 CACHED
#24 [ 8/28] RUN MKDIR /var/run/sshd
#24 CACHED
#25 [ 2/28] RUN useradd -ms /bin/bash jenkins
#25 CACHED
#26 [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
#26 CACHED
#27 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#27 CACHED
#28 [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
#28 CACHED
#29 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#29 CACHED
#30 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED
#31 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#31 CACHED
#32 [ 3/28] RUN groupadd osmo-gsm-tester
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:042ae522bb402d1b34d46a241d94c62fc26d91771febb6c8b5dcd6a68edc2700 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=8048 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-04 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8048
+ mkdir -p trial-8048
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-04_13_26_11.tgz osmo-bts-oc2g.build-2025-08-04_00_51_29.tgz osmo-bts-sysmo.build-2025-08-04_00_51_36.tgz osmo-bts.build-2025-08-04_00_51_41.tgz osmo-ggsn.build-2025-08-04_20_42_56.tgz osmo-hlr.build-2025-08-04_16_36_50.tgz osmo-hnbgw.build-2025-08-04_13_30_29.tgz osmo-mgw.build-2025-08-04_08_33_13.tgz osmo-msc.build-2025-08-04_13_34_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-04_07_34_01.tgz osmo-pcu-sysmo.build-2025-08-04_07_35_56.tgz osmo-pcu.build-2025-08-04_07_36_03.tgz osmo-sgsn.build-2025-08-04_20_48_19.tgz osmo-stp.build-2025-08-04_13_25_02.tgz osmo-trx.build-2025-08-04_14_28_38.tgz osmocom-bb.build-2025-08-04_21_17_17.tgz srslte.build-19.tgz trial-8048
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-04_13_26_11.md5 osmo-bts-oc2g.build-2025-08-04_00_51_29.md5 osmo-bts-sysmo.build-2025-08-04_00_51_36.md5 osmo-bts.build-2025-08-04_00_51_41.md5 osmo-ggsn.build-2025-08-04_20_42_56.md5 osmo-hlr.build-2025-08-04_16_36_50.md5 osmo-hnbgw.build-2025-08-04_13_30_29.md5 osmo-mgw.build-2025-08-04_08_33_13.md5 osmo-msc.build-2025-08-04_13_34_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-04_07_34_01.md5 osmo-pcu-sysmo.build-2025-08-04_07_35_56.md5 osmo-pcu.build-2025-08-04_07_36_03.md5 osmo-sgsn.build-2025-08-04_20_48_19.md5 osmo-stp.build-2025-08-04_13_25_02.md5 osmo-trx.build-2025-08-04_14_28_38.md5 osmocom-bb.build-2025-08-04_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-04_13_26_11.md5 osmo-bts-oc2g.build-2025-08-04_00_51_29.md5 osmo-bts-sysmo.build-2025-08-04_00_51_36.md5 osmo-bts.build-2025-08-04_00_51_41.md5 osmo-ggsn.build-2025-08-04_20_42_56.md5 osmo-hlr.build-2025-08-04_16_36_50.md5 osmo-hnbgw.build-2025-08-04_13_30_29.md5 osmo-mgw.build-2025-08-04_08_33_13.md5 osmo-msc.build-2025-08-04_13_34_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-04_07_34_01.md5 osmo-pcu-sysmo.build-2025-08-04_07_35_56.md5 osmo-pcu.build-2025-08-04_07_36_03.md5 osmo-sgsn.build-2025-08-04_20_48_19.md5 osmo-stp.build-2025-08-04_13_25_02.md5 osmo-trx.build-2025-08-04_14_28_38.md5 osmocom-bb.build-2025-08-04_21_17_17.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-8048 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8048'
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-8048
--------------------------------------------------------------------------------------------
22:48:22.546186 tst trial-8048: Detailed log at /build/trial-8048/run.2025-08-04_22-48-22/log
---------------------------------------------------------------------
trial-8048 netreg_mass
---------------------------------------------------------------------
22:48:22.754403 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.754774 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.755543 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.756725 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.790981 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.791731 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.792853 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.863794 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-8048 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.864989 tst register_default_mass.py:9: Claiming resources for the test
22:48:22.882532 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.883081 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.883557 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.883985 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.884416 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.884879 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.885308 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.935229 tst register_default_mass.py: using LAC 2
22:48:22.968945 tst register_default_mass.py: using RAC 2
22:48:23.004114 tst register_default_mass.py: using CellId 2
22:48:23.040839 tst register_default_mass.py: using BVCI 3
22:48:23.051441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.052621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.053332 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.053992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.054529 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.055068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.055577 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.056096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.056643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.057142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.057637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.058132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.058632 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.059122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.059628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.060124 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.060614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.061203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.061699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.062191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.062678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.063187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.063678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.064166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.064670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.065165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.065654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.066145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.066653 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.067149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.067635 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.068137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.068655 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.069169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.069739 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.070262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.070782 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.071313 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.071838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.072343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.072869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.073392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.073918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.074429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.074933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.075447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.075961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.076466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.076991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.077506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.078018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.078539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.079051 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.079567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.080088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.080612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.081134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.081661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.082181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.082678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.083170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.083695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.084212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.084723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.085237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.085744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.086245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.086786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.087299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.087802 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.088309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.088834 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.089419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.089925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.090445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.090949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.091444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.091945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.092450 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.092946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.093447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.093945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.094444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.094934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.095434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.095934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.096440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.096934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.097428 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.097941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.098443 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.098937 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.099444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.099959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.100462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.100955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.101465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.101974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.102496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.103012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.103524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:23.104082 tst register_default_mass.py:21: Launching a simple network
22:48:23.114394 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.235719 run create_hlr_db(pid=20): Launched
22:48:24.245177 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.261521 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.277018 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.283047 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.466374 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.481648 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.487298 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.912051 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.927947 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.940781 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.058630 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.074457 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.080418 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.104402 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.119529 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.125315 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.449224 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.464773 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.484200 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.643265 run osmo-bts-virtual(pid=34): Launched
22:48:35.693442 tst register_default_mass.py: using MSISDN 1001
22:48:35.699406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.782884 tst register_default_mass.py: using MSISDN 1002
22:48:35.793737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.860815 tst register_default_mass.py: using MSISDN 1003
22:48:35.869809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.949923 tst register_default_mass.py: using MSISDN 1004
22:48:35.956098 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.033776 tst register_default_mass.py: using MSISDN 1005
22:48:36.043107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.114794 tst register_default_mass.py: using MSISDN 1006
22:48:36.122252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.190718 tst register_default_mass.py: using MSISDN 1007
22:48:36.196716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.274376 tst register_default_mass.py: using MSISDN 1008
22:48:36.281683 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.357661 tst register_default_mass.py: using MSISDN 1009
22:48:36.363705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.445450 tst register_default_mass.py: using MSISDN 1010
22:48:36.452325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.522150 tst register_default_mass.py: using MSISDN 1011
22:48:36.529502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.613051 tst register_default_mass.py: using MSISDN 1012
22:48:36.623887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.708539 tst register_default_mass.py: using MSISDN 1013
22:48:36.718819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.784723 tst register_default_mass.py: using MSISDN 1014
22:48:36.790892 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.888181 tst register_default_mass.py: using MSISDN 1015
22:48:36.896437 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.991823 tst register_default_mass.py: using MSISDN 1016
22:48:36.998384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.123172 tst register_default_mass.py: using MSISDN 1017
22:48:37.129948 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.224471 tst register_default_mass.py: using MSISDN 1018
22:48:37.230769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.372116 tst register_default_mass.py: using MSISDN 1019
22:48:37.378738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.452431 tst register_default_mass.py: using MSISDN 1020
22:48:37.458385 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.522227 tst register_default_mass.py: using MSISDN 1021
22:48:37.528218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.606475 tst register_default_mass.py: using MSISDN 1022
22:48:37.612456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.678243 tst register_default_mass.py: using MSISDN 1023
22:48:37.684175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.762447 tst register_default_mass.py: using MSISDN 1024
22:48:37.772634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.850042 tst register_default_mass.py: using MSISDN 1025
22:48:37.856587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.941330 tst register_default_mass.py: using MSISDN 1026
22:48:37.949850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.022378 tst register_default_mass.py: using MSISDN 1027
22:48:38.033092 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.108794 tst register_default_mass.py: using MSISDN 1028
22:48:38.116739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.183736 tst register_default_mass.py: using MSISDN 1029
22:48:38.190116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.257508 tst register_default_mass.py: using MSISDN 1030
22:48:38.266922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.333914 tst register_default_mass.py: using MSISDN 1031
22:48:38.343033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.405468 tst register_default_mass.py: using MSISDN 1032
22:48:38.418571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.508817 tst register_default_mass.py: using MSISDN 1033
22:48:38.520637 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.622401 tst register_default_mass.py: using MSISDN 1034
22:48:38.633775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.730780 tst register_default_mass.py: using MSISDN 1035
22:48:38.741432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.875865 tst register_default_mass.py: using MSISDN 1036
22:48:38.886724 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.959580 tst register_default_mass.py: using MSISDN 1037
22:48:38.965308 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.033081 tst register_default_mass.py: using MSISDN 1038
22:48:39.042568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.105787 tst register_default_mass.py: using MSISDN 1039
22:48:39.116466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.176789 tst register_default_mass.py: using MSISDN 1040
22:48:39.184618 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.257725 tst register_default_mass.py: using MSISDN 1041
22:48:39.263788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.327748 tst register_default_mass.py: using MSISDN 1042
22:48:39.334087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.417951 tst register_default_mass.py: using MSISDN 1043
22:48:39.427114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.491242 tst register_default_mass.py: using MSISDN 1044
22:48:39.497393 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.579106 tst register_default_mass.py: using MSISDN 1045
22:48:39.585867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.668986 tst register_default_mass.py: using MSISDN 1046
22:48:39.676783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.756638 tst register_default_mass.py: using MSISDN 1047
22:48:39.766196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.838508 tst register_default_mass.py: using MSISDN 1048
22:48:39.844388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.925329 tst register_default_mass.py: using MSISDN 1049
22:48:39.931426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.029226 tst register_default_mass.py: using MSISDN 1050
22:48:40.035241 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.109657 tst register_default_mass.py: using MSISDN 1051
22:48:40.116062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.178910 tst register_default_mass.py: using MSISDN 1052
22:48:40.185214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.254876 tst register_default_mass.py: using MSISDN 1053
22:48:40.260820 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.324127 tst register_default_mass.py: using MSISDN 1054
22:48:40.330103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.410611 tst register_default_mass.py: using MSISDN 1055
22:48:40.416972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.478298 tst register_default_mass.py: using MSISDN 1056
22:48:40.488820 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:40.549525 tst register_default_mass.py: using MSISDN 1057
22:48:40.555761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.625831 tst register_default_mass.py: using MSISDN 1058
22:48:40.631833 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.699241 tst register_default_mass.py: using MSISDN 1059
22:48:40.705412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.779209 tst register_default_mass.py: using MSISDN 1060
22:48:40.785439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.853178 tst register_default_mass.py: using MSISDN 1061
22:48:40.859397 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.933808 tst register_default_mass.py: using MSISDN 1062
22:48:40.941439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.021423 tst register_default_mass.py: using MSISDN 1063
22:48:41.028799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.101561 tst register_default_mass.py: using MSISDN 1064
22:48:41.107873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.185206 tst register_default_mass.py: using MSISDN 1065
22:48:41.194484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.255485 tst register_default_mass.py: using MSISDN 1066
22:48:41.265063 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.331947 tst register_default_mass.py: using MSISDN 1067
22:48:41.338047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.403269 tst register_default_mass.py: using MSISDN 1068
22:48:41.409609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.483148 tst register_default_mass.py: using MSISDN 1069
22:48:41.488917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.563639 tst register_default_mass.py: using MSISDN 1070
22:48:41.572223 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.646423 tst register_default_mass.py: using MSISDN 1071
22:48:41.652499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.723946 tst register_default_mass.py: using MSISDN 1072
22:48:41.730062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.798207 tst register_default_mass.py: using MSISDN 1073
22:48:41.804060 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.876183 tst register_default_mass.py: using MSISDN 1074
22:48:41.882280 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.955737 tst register_default_mass.py: using MSISDN 1075
22:48:41.961904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.037206 tst register_default_mass.py: using MSISDN 1076
22:48:42.044252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.118127 tst register_default_mass.py: using MSISDN 1077
22:48:42.128827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.240338 tst register_default_mass.py: using MSISDN 1078
22:48:42.260965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.325356 tst register_default_mass.py: using MSISDN 1079
22:48:42.333162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.412380 tst register_default_mass.py: using MSISDN 1080
22:48:42.418525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.517879 tst register_default_mass.py: using MSISDN 1081
22:48:42.523994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.587101 tst register_default_mass.py: using MSISDN 1082
22:48:42.594694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.661041 tst register_default_mass.py: using MSISDN 1083
22:48:42.680895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.745128 tst register_default_mass.py: using MSISDN 1084
22:48:42.752985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.827994 tst register_default_mass.py: using MSISDN 1085
22:48:42.834099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.897568 tst register_default_mass.py: using MSISDN 1086
22:48:42.905067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.208322 tst register_default_mass.py: using MSISDN 1087
22:48:43.219604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.368612 tst register_default_mass.py: using MSISDN 1088
22:48:43.374802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.510947 tst register_default_mass.py: using MSISDN 1089
22:48:43.517091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.596991 tst register_default_mass.py: using MSISDN 1090
22:48:43.603422 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.678379 tst register_default_mass.py: using MSISDN 1091
22:48:43.684531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.754452 tst register_default_mass.py: using MSISDN 1092
22:48:43.764607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.839013 tst register_default_mass.py: using MSISDN 1093
22:48:43.848255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.916223 tst register_default_mass.py: using MSISDN 1094
22:48:43.922237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.990490 tst register_default_mass.py: using MSISDN 1095
22:48:43.997506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.078830 tst register_default_mass.py: using MSISDN 1096
22:48:44.085144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.153576 tst register_default_mass.py: using MSISDN 1097
22:48:44.159727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.238461 tst register_default_mass.py: using MSISDN 1098
22:48:44.248206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.312868 tst register_default_mass.py: using MSISDN 1099
22:48:44.318774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.408700 tst register_default_mass.py: using MSISDN 1100
22:48:44.421401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.565375 run mass: Starting testcase
22:48:44.571378 run mass: Pre-launching all virtphy's
22:48:44.576960 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.590279 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.596717 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.610342 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.616944 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.631014 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.637487 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.651461 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.658039 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.671977 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.678451 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.692520 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.699049 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.715660 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.722135 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.737412 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.743788 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.757780 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.764606 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.778898 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.785370 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.799202 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.805621 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.819251 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.825431 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.839065 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.845204 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.858576 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.864839 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.878900 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.885292 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.899163 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.905534 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.919238 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.925362 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.938382 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.944421 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.957547 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.963552 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.976648 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.982770 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.995837 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.001824 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.014840 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.021025 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.034536 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.040770 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.054234 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.060507 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.073968 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.080132 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.093792 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.100099 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.113453 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.119583 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.132971 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.139166 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.152282 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.158546 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.172079 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.178571 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.193021 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.199533 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.213612 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.220029 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.234067 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.240732 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.254749 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.261197 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.275137 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.281685 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.295820 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.302337 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.316238 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.322602 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.336532 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.342924 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.356749 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.363121 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.377049 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.383419 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.397231 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.403589 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.417401 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.423760 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.437615 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.443982 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.457867 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.464264 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.478143 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.484518 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.498605 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.505033 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.519075 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.525470 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.539276 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.545881 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.559605 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.566180 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.579918 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.586644 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.601408 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.620492 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.634578 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.640994 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.660345 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.666623 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.680654 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.686783 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.700697 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.707379 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.721137 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.727377 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.741050 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.747176 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.760800 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.766900 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.780898 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.787521 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.801133 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.807270 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.820733 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.827090 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.840559 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.846724 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.859997 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.866128 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.879517 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.885639 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.898958 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.905199 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.918335 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.924640 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.937788 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.943853 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.956875 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.962960 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.976534 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.983057 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.996265 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.002617 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.016018 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.022112 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.035413 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.041563 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.054852 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.061000 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.074557 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.081141 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.094686 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.101017 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.114286 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.120371 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.133649 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.139913 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.154051 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.160344 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.173663 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.179751 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.192988 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.199051 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.212548 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.218719 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.233131 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.239722 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.253729 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.259983 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.274198 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.280922 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.294812 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.301162 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.316958 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.323418 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.337346 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.343679 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.357513 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.363870 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.377776 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.384152 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.398093 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.404478 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.418298 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.424673 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.438641 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.445009 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.458919 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.465356 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.479243 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.485809 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.499666 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.506193 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.519812 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.526257 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.539940 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.546265 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.559992 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.566412 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.580106 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.586394 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.599937 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.606275 run mass: Checking if sockets are in the filesystem
22:48:46.619147 run osmo-ms-mob/00000: Starting mobile
22:48:46.633088 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.645847 run mass: MS start registered {at=17578632.3491879, delay=0.006364166736602783, ms=00000}
22:48:50.821670 run osmo-ms-mob/00001: Starting mobile
22:48:50.836834 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.848276 run mass: MS start registered {at=17578636.551624276, delay=0.004961390048265457, ms=00001}
22:48:51.707811 run mass: MS performed LU {at=17578637.411125097, lu_delay=5.06193719804287, ms=00000}
22:48:52.626744 run osmo-ms-mob/00002: Starting mobile
22:48:52.640865 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.652422 run mass: MS start registered {at=17578638.355758317, delay=0.005115251988172531, ms=00002}
22:48:53.935731 run osmo-ms-mob/00003: Starting mobile
22:48:53.950252 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.961903 run mass: MS start registered {at=17578639.66524046, delay=0.005125563591718674, ms=00003}
22:48:55.019425 run osmo-ms-mob/00004: Starting mobile
22:48:55.033681 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.044959 run mass: MS start registered {at=17578640.7483049, delay=0.00480995699763298, ms=00004}
22:48:56.021692 run osmo-ms-mob/00005: Starting mobile
22:48:56.035420 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.046752 run mass: MS start registered {at=17578641.750102226, delay=0.004657868295907974, ms=00005}
22:48:56.885663 run mass: MS performed LU {at=17578642.58899072, lu_delay=6.037366446107626, ms=00001}
22:48:56.897172 run osmo-ms-mob/00006: Starting mobile
22:48:56.911005 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.922153 run mass: MS start registered {at=17578642.625500362, delay=0.004762716591358185, ms=00006}
22:48:57.819358 run osmo-ms-mob/00007: Starting mobile
22:48:57.835597 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.846896 run mass: MS start registered {at=17578643.550245315, delay=0.004906963557004929, ms=00007}
22:48:58.618706 run osmo-ms-mob/00008: Starting mobile
22:48:58.632591 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.643985 run mass: MS start registered {at=17578644.34733313, delay=0.005006309598684311, ms=00008}
22:48:58.787913 run mass: MS performed LU {at=17578644.491244957, lu_delay=4.82600449770689, ms=00003}
22:48:58.815389 run mass: MS performed LU {at=17578644.518718224, lu_delay=6.162959907203913, ms=00002}
22:48:59.318605 run osmo-ms-mob/00009: Starting mobile
22:48:59.333600 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.344866 run mass: MS start registered {at=17578645.04819176, delay=0.004652407020330429, ms=00009}
22:49:00.021809 run osmo-ms-mob/00010: Starting mobile
22:49:00.035026 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.045722 run mass: MS start registered {at=17578645.74906264, delay=0.004500441253185272, ms=00010}
22:49:00.624514 run osmo-ms-mob/00011: Starting mobile
22:49:00.650755 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.657721 run mass: MS performed LU {at=17578646.36107507, lu_delay=5.612770169973373, ms=00004}
22:49:00.669060 run mass: MS start registered {at=17578646.37239845, delay=0.011346530169248581, ms=00011}
22:49:01.187245 run mass: MS performed LU {at=17578646.89056651, lu_delay=5.140464283525944, ms=00005}
22:49:01.199508 run osmo-ms-mob/00012: Starting mobile
22:49:01.212805 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.223755 run mass: MS start registered {at=17578646.92710898, delay=0.004836011677980423, ms=00012}
22:49:01.818335 run osmo-ms-mob/00013: Starting mobile
22:49:01.832552 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.844055 run mass: MS start registered {at=17578647.547405623, delay=0.005192600190639496, ms=00013}
22:49:02.418896 run osmo-ms-mob/00014: Starting mobile
22:49:02.432953 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.444538 run mass: MS start registered {at=17578648.14788687, delay=0.005058754235506058, ms=00014}
22:49:02.553648 run mass: MS performed LU {at=17578648.25698025, lu_delay=4.70673493668437, ms=00007}
22:49:02.581233 run mass: MS performed LU {at=17578648.28456375, lu_delay=5.659063387662172, ms=00006}
22:49:03.022400 run osmo-ms-mob/00015: Starting mobile
22:49:03.036275 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.047576 run mass: MS start registered {at=17578648.75092184, delay=0.004710204899311066, ms=00015}
22:49:03.518403 run osmo-ms-mob/00016: Starting mobile
22:49:03.532782 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.544207 run mass: MS start registered {at=17578649.247552264, delay=0.004937078803777695, ms=00016}
22:49:04.018736 run osmo-ms-mob/00017: Starting mobile
22:49:04.032567 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.043750 run mass: MS start registered {at=17578649.74709956, delay=0.0048286691308021545, ms=00017}
22:49:04.417544 run mass: MS performed LU {at=17578650.12085631, lu_delay=5.072664551436901, ms=00009}
22:49:04.481923 run mass: MS performed LU {at=17578650.185254112, lu_delay=5.837920982390642, ms=00008}
22:49:04.493726 run osmo-ms-mob/00018: Starting mobile
22:49:04.507070 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.518232 run mass: MS start registered {at=17578650.22157919, delay=0.004606358706951141, ms=00018}
22:49:04.787047 run mass: MS performed LU {at=17578650.490360178, lu_delay=4.741297539323568, ms=00010}
22:49:05.019821 run osmo-ms-mob/00019: Starting mobile
22:49:05.033893 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.045006 run mass: MS start registered {at=17578650.74835583, delay=0.004725225269794464, ms=00019}
22:49:05.523902 run osmo-ms-mob/00020: Starting mobile
22:49:05.545776 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.563818 run mass: MS start registered {at=17578651.26715471, delay=0.010112140327692032, ms=00020}
22:49:06.018700 run osmo-ms-mob/00021: Starting mobile
22:49:06.032541 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.043617 run mass: MS start registered {at=17578651.746956278, delay=0.0030108094215393066, ms=00021}
22:49:06.319453 run mass: MS performed LU {at=17578652.022789795, lu_delay=5.650391343981028, ms=00011}
22:49:06.331070 run osmo-ms-mob/00022: Starting mobile
22:49:06.344485 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.351444 run mass: MS performed LU {at=17578652.05479976, lu_delay=5.127690780907869, ms=00012}
22:49:06.357733 run mass: MS start registered {at=17578652.06109932, delay=0.006320629268884659, ms=00022}
22:49:06.452723 run mass: MS performed LU {at=17578652.156065173, lu_delay=4.6086595505476, ms=00013}
22:49:06.919456 run osmo-ms-mob/00023: Starting mobile
22:49:06.933217 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.944618 run mass: MS start registered {at=17578652.64796585, delay=0.0050354041159152985, ms=00023}
22:49:07.319064 run osmo-ms-mob/00024: Starting mobile
22:49:07.332976 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.344533 run mass: MS start registered {at=17578653.047878902, delay=0.004958540201187134, ms=00024}
22:49:07.820197 run osmo-ms-mob/00025: Starting mobile
22:49:07.834168 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.845341 run mass: MS start registered {at=17578653.54868542, delay=0.004627354443073273, ms=00025}
22:49:08.183084 run mass: MS performed LU {at=17578653.886420015, lu_delay=5.738533146679401, ms=00014}
22:49:08.194988 run osmo-ms-mob/00026: Starting mobile
22:49:08.208866 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.219881 run mass: MS start registered {at=17578653.92323452, delay=0.0045533739030361176, ms=00026}
22:49:08.248198 run mass: MS performed LU {at=17578653.951534625, lu_delay=4.70398236066103, ms=00016}
22:49:08.618420 run osmo-ms-mob/00027: Starting mobile
22:49:08.632793 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.643776 run mass: MS start registered {at=17578654.347120017, delay=0.0045357197523117065, ms=00027}
22:49:09.018594 run osmo-ms-mob/00028: Starting mobile
22:49:09.036399 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.047998 run mass: MS start registered {at=17578654.75134447, delay=0.0047158971428871155, ms=00028}
22:49:09.418745 run osmo-ms-mob/00029: Starting mobile
22:49:09.432817 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.444020 run mass: MS start registered {at=17578655.147369485, delay=0.004558045417070389, ms=00029}
22:49:09.818213 run osmo-ms-mob/00030: Starting mobile
22:49:09.831526 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.842926 run mass: MS start registered {at=17578655.5462741, delay=0.004987850785255432, ms=00030}
22:49:09.983898 run mass: MS performed LU {at=17578655.687215284, lu_delay=5.940115723758936, ms=00017}
22:49:10.085394 run mass: MS performed LU {at=17578655.788713973, lu_delay=5.040358144789934, ms=00019}
22:49:10.113245 run mass: MS performed LU {at=17578655.816552956, lu_delay=5.594973765313625, ms=00018}
22:49:10.135571 run osmo-ms-mob/00031: Starting mobile
22:49:10.159784 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.177894 run mass: MS start registered {at=17578655.88123231, delay=0.010982014238834381, ms=00031}
22:49:10.237300 run mass: MS performed LU {at=17578655.9406347, lu_delay=4.673479992896318, ms=00020}
22:49:10.518478 run osmo-ms-mob/00032: Starting mobile
22:49:10.531658 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.543029 run mass: MS start registered {at=17578656.246378087, delay=0.004410844296216965, ms=00032}
22:49:10.918505 run osmo-ms-mob/00033: Starting mobile
22:49:10.932577 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.945466 run mass: MS start registered {at=17578656.648814835, delay=3.0897557735443115e-05, ms=00033}
22:49:11.318518 run osmo-ms-mob/00034: Starting mobile
22:49:11.332720 run osmo-ms-mob/00034(pid=169): Launched
22:49:11.344228 run mass: MS start registered {at=17578657.04757432, delay=0.005038101226091385, ms=00034}
22:49:11.619181 run osmo-ms-mob/00035: Starting mobile
22:49:11.636339 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.647781 run mass: MS start registered {at=17578657.351133075, delay=0.0035273097455501556, ms=00035}
22:49:11.903277 run mass: MS performed LU {at=17578657.606612645, lu_delay=4.958646796643734, ms=00023}
22:49:11.949372 run mass: MS performed LU {at=17578657.65270716, lu_delay=5.591607838869095, ms=00022}
22:49:11.960861 run osmo-ms-mob/00036: Starting mobile
22:49:11.974473 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.985555 run mass: MS start registered {at=17578657.688895766, delay=0.004754289984703064, ms=00036}
22:49:12.014145 run mass: MS performed LU {at=17578657.71748749, lu_delay=5.970531214028597, ms=00021}
22:49:12.157278 run mass: MS performed LU {at=17578657.86060761, lu_delay=4.8127287067472935, ms=00024}
22:49:12.418451 run osmo-ms-mob/00037: Starting mobile
22:49:12.433476 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.444636 run mass: MS start registered {at=17578658.147975773, delay=0.003117520362138748, ms=00037}
22:49:12.724286 run osmo-ms-mob/00038: Starting mobile
22:49:12.751123 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.763438 run mass: MS start registered {at=17578658.46678636, delay=3.0290335416793823e-05, ms=00038}
22:49:13.025224 run osmo-ms-mob/00039: Starting mobile
22:49:13.056727 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.071991 run mass: MS start registered {at=17578658.77533343, delay=3.385171294212341e-05, ms=00039}
22:49:13.424784 run osmo-ms-mob/00040: Starting mobile
22:49:13.454757 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.475506 run mass: MS start registered {at=17578659.1788401, delay=0.006857585161924362, ms=00040}
22:49:13.793278 run osmo-ms-mob/00041: Starting mobile
22:49:13.809316 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.816639 run mass: Starting too slowly. Moving on {now=17578659.51999817, sleep=-0.004278052598237991, target=17578659.515720118}
22:49:13.824330 run mass: MS performed LU {at=17578659.52768451, lu_delay=5.978999089449644, ms=00025}
22:49:13.831839 run mass: MS start registered {at=17578659.53520234, delay=0.015206899493932724, ms=00041}
22:49:13.851340 run mass: MS performed LU {at=17578659.554657485, lu_delay=5.207537468522787, ms=00027}
22:49:13.865791 run osmo-ms-mob/00042: Starting mobile
22:49:13.882338 run osmo-ms-mob/00042(pid=177): Launched
22:49:13.890002 run mass: MS performed LU {at=17578659.593355946, lu_delay=5.670121427625418, ms=00026}
22:49:13.897458 run mass: MS start registered {at=17578659.600821752, delay=0.007491104304790497, ms=00042}
22:49:14.003156 run mass: MS performed LU {at=17578659.706491742, lu_delay=4.95514727383852, ms=00028}
22:49:14.293904 run mass: MS performed LU {at=17578659.997238502, lu_delay=4.849869016557932, ms=00029}
22:49:14.305659 run osmo-ms-mob/00043: Starting mobile
22:49:14.319533 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.331011 run mass: MS start registered {at=17578660.034357946, delay=0.004867352545261383, ms=00043}
22:49:14.719223 run osmo-ms-mob/00044: Starting mobile
22:49:14.735784 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.749460 run mass: MS start registered {at=17578660.452797394, delay=0.005886111408472061, ms=00044}
22:49:15.019277 run osmo-ms-mob/00045: Starting mobile
22:49:15.033804 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.046039 run mass: MS start registered {at=17578660.74938638, delay=0.0052524134516716, ms=00045}
22:49:15.319148 run osmo-ms-mob/00046: Starting mobile
22:49:15.335304 run osmo-ms-mob/00046(pid=181): Launched
22:49:15.348493 run mass: MS start registered {at=17578661.051836774, delay=0.005571484565734863, ms=00046}
22:49:15.618901 run osmo-ms-mob/00047: Starting mobile
22:49:15.633009 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.644223 run mass: MS start registered {at=17578661.347565293, delay=0.004871521145105362, ms=00047}
22:49:15.715378 run mass: MS performed LU {at=17578661.418712642, lu_delay=5.172334555536509, ms=00032}
22:49:15.780003 run mass: MS performed LU {at=17578661.483344965, lu_delay=5.602112654596567, ms=00031}
22:49:15.791348 run osmo-ms-mob/00048: Starting mobile
22:49:15.805128 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.816360 run mass: MS start registered {at=17578661.51971153, delay=0.004962485283613205, ms=00048}
22:49:15.848665 run mass: MS performed LU {at=17578661.551988438, lu_delay=4.903173603117466, ms=00033}
22:49:15.904989 run mass: MS performed LU {at=17578661.608326297, lu_delay=6.062052197754383, ms=00030}
22:49:15.916545 run osmo-ms-mob/00049: Starting mobile
22:49:15.930709 run osmo-ms-mob/00049(pid=184): Launched
22:49:15.942165 run mass: MS start registered {at=17578661.645515624, delay=0.004849042743444443, ms=00049}
22:49:16.158289 run mass: MS performed LU {at=17578661.861624986, lu_delay=4.814050666987896, ms=00034}
22:49:16.520680 run osmo-ms-mob/00050: Starting mobile
22:49:16.535837 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.547367 run mass: MS start registered {at=17578662.25071746, delay=0.004746787250041962, ms=00050}
22:49:16.918513 run osmo-ms-mob/00051: Starting mobile
22:49:16.931844 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.943266 run mass: MS start registered {at=17578662.64661911, delay=0.005081556737422943, ms=00051}
22:49:17.218179 run osmo-ms-mob/00052: Starting mobile
22:49:17.231882 run osmo-ms-mob/00052(pid=187): Launched
22:49:17.243047 run mass: MS start registered {at=17578662.946394887, delay=0.00458647683262825, ms=00052}
22:49:17.518951 run osmo-ms-mob/00053: Starting mobile
22:49:17.533313 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.539886 run mass: MS performed LU {at=17578663.243243396, lu_delay=5.5543476305902, ms=00036}
22:49:17.546152 run mass: MS start registered {at=17578663.249517325, delay=0.006294284015893936, ms=00053}
22:49:17.616434 run mass: MS performed LU {at=17578663.319763552, lu_delay=5.171787779778242, ms=00037}
22:49:17.628191 run osmo-ms-mob/00054: Starting mobile
22:49:17.641713 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.648292 run mass: MS performed LU {at=17578663.351647217, lu_delay=4.88486085832119, ms=00038}
22:49:17.654394 run mass: MS start registered {at=17578663.357759386, delay=0.006135419011116028, ms=00054}
22:49:17.769225 run mass: MS performed LU {at=17578663.472561803, lu_delay=6.121428728103638, ms=00035}
22:49:17.781280 run osmo-ms-mob/00055: Starting mobile
22:49:17.795341 run osmo-ms-mob/00055(pid=190): Launched
22:49:17.806717 run mass: MS start registered {at=17578663.510059807, delay=0.005063489079475403, ms=00055}
22:49:17.824183 run mass: MS performed LU {at=17578663.52753127, lu_delay=4.752197839319706, ms=00039}
22:49:18.419723 run osmo-ms-mob/00056: Starting mobile
22:49:18.433966 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.447713 run mass: MS start registered {at=17578664.15105029, delay=0.007025580853223801, ms=00056}
22:49:18.721532 run osmo-ms-mob/00057: Starting mobile
22:49:18.736064 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.748503 run mass: MS start registered {at=17578664.451818798, delay=0.005640171468257904, ms=00057}
22:49:19.119570 run osmo-ms-mob/00058: Starting mobile
22:49:19.133191 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.144554 run mass: MS start registered {at=17578664.847906318, delay=0.004894021898508072, ms=00058}
22:49:19.419890 run osmo-ms-mob/00059: Starting mobile
22:49:19.442039 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.456750 run mass: MS start registered {at=17578665.160100516, delay=2.3692846298217773e-05, ms=00059}
22:49:19.481472 run mass: MS performed LU {at=17578665.18476994, lu_delay=5.649567600339651, ms=00041}
22:49:19.546221 run mass: MS performed LU {at=17578665.249520358, lu_delay=5.648698605597019, ms=00042}
22:49:19.573375 run osmo-ms-mob/00060: Starting mobile
22:49:19.606068 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.622346 run mass: MS performed LU {at=17578665.325686622, lu_delay=6.146846521645784, ms=00040}
22:49:19.638738 run mass: MS start registered {at=17578665.342089575, delay=0.016442518681287766, ms=00060}
22:49:19.670990 run mass: MS performed LU {at=17578665.374318875, lu_delay=5.339960929006338, ms=00043}
22:49:19.688830 run mass: MS performed LU {at=17578665.392150834, lu_delay=4.9393534399569035, ms=00044}
22:49:19.715194 run osmo-ms-mob/00061: Starting mobile
22:49:19.746778 run osmo-ms-mob/00061(pid=196): Launched
22:49:19.761432 run mass: MS start registered {at=17578665.464774877, delay=3.376230597496033e-05, ms=00061}
22:49:19.960791 run mass: MS performed LU {at=17578665.66410249, lu_delay=4.914716109633446, ms=00045}
22:49:20.419718 run osmo-ms-mob/00062: Starting mobile
22:49:20.438089 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.450115 run mass: MS start registered {at=17578666.153465662, delay=0.0027278251945972443, ms=00062}
22:49:20.719081 run osmo-ms-mob/00063: Starting mobile
22:49:20.734364 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.747657 run mass: MS start registered {at=17578666.450998474, delay=0.0057687945663928986, ms=00063}
22:49:21.118806 run osmo-ms-mob/00064: Starting mobile
22:49:21.134607 run osmo-ms-mob/00064(pid=199): Launched
22:49:21.147670 run mass: MS start registered {at=17578666.851010002, delay=0.0058479756116867065, ms=00064}
22:49:21.280998 run mass: MS performed LU {at=17578666.984321527, lu_delay=5.93248475342989, ms=00046}
22:49:21.383013 run mass: MS performed LU {at=17578667.086326618, lu_delay=5.7387613244354725, ms=00047}
22:49:21.525903 run osmo-ms-mob/00065: Starting mobile
22:49:21.547233 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.556067 run mass: MS performed LU {at=17578667.259420298, lu_delay=5.613904673606157, ms=00049}
22:49:21.563989 run mass: MS start registered {at=17578667.26735153, delay=0.007955096662044525, ms=00065}
22:49:21.590560 run mass: MS performed LU {at=17578667.293889698, lu_delay=5.043172236531973, ms=00050}
22:49:21.604637 run osmo-ms-mob/00066: Starting mobile
22:49:21.653470 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.660120 run mass: MS performed LU {at=17578667.363477543, lu_delay=4.716858431696892, ms=00051}
22:49:21.666904 run mass: MS start registered {at=17578667.370268248, delay=0.006812509149312973, ms=00066}
22:49:22.226399 run osmo-ms-mob/00067: Starting mobile
22:49:22.257280 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.280349 run mass: MS start registered {at=17578667.98366984, delay=0.007335025817155838, ms=00067}
22:49:22.523228 run osmo-ms-mob/00068: Starting mobile
22:49:22.542002 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.557657 run mass: MS start registered {at=17578668.260996893, delay=3.576651215553284e-05, ms=00068}
22:49:22.923468 run osmo-ms-mob/00069: Starting mobile
22:49:22.941559 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.955362 run mass: MS start registered {at=17578668.658701766, delay=0.005639314651489258, ms=00069}
22:49:23.247371 run mass: MS performed LU {at=17578668.950657632, lu_delay=5.592898245900869, ms=00054}
22:49:23.261012 run osmo-ms-mob/00070: Starting mobile
22:49:23.276406 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.288939 run mass: MS start registered {at=17578668.992287014, delay=0.00533323734998703, ms=00070}
22:49:23.311512 run mass: MS performed LU {at=17578669.014863037, lu_delay=4.8638127483427525, ms=00056}
22:49:23.380764 run mass: MS performed LU {at=17578669.084102433, lu_delay=5.574042625725269, ms=00055}
22:49:23.436153 run mass: MS performed LU {at=17578669.139487978, lu_delay=5.889970652759075, ms=00053}
22:49:23.449556 run osmo-ms-mob/00071: Starting mobile
22:49:23.466013 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.473611 run mass: MS performed LU {at=17578669.176965926, lu_delay=6.230571039021015, ms=00052}
22:49:23.480932 run mass: MS start registered {at=17578669.184294842, delay=0.007353886961936951, ms=00071}
22:49:23.726397 run mass: MS performed LU {at=17578669.429719836, lu_delay=4.977901037782431, ms=00057}
22:49:24.120524 run osmo-ms-mob/00072: Starting mobile
22:49:24.136895 run osmo-ms-mob/00072(pid=207): Launched
22:49:24.150630 run mass: MS start registered {at=17578669.853973195, delay=0.005913205444812775, ms=00072}
22:49:24.354919 run mass: MS performed LU {at=17578670.05821565, lu_delay=3.60721717774868, ms=00063}
22:49:24.519770 run osmo-ms-mob/00073: Starting mobile
22:49:24.536074 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.543614 run mass: MS performed LU {at=17578670.246969204, lu_delay=21.496047362685204, ms=00015}
22:49:24.550992 run mass: MS start registered {at=17578670.254355296, delay=0.007408708333969116, ms=00073}
22:49:24.919089 run osmo-ms-mob/00074: Starting mobile
22:49:24.934067 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.946491 run mass: MS start registered {at=17578670.649834845, delay=0.005159661173820496, ms=00074}
22:49:25.046689 run mass: MS performed LU {at=17578670.750020444, lu_delay=5.285245567560196, ms=00061}
22:49:25.065520 run mass: MS performed LU {at=17578670.76883985, lu_delay=5.608739335089922, ms=00059}
22:49:25.148845 run mass: MS performed LU {at=17578670.852153182, lu_delay=4.698687519878149, ms=00062}
22:49:25.168950 run osmo-ms-mob/00075: Starting mobile
22:49:25.187361 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.206411 run mass: MS start registered {at=17578670.909721058, delay=0.009877495467662811, ms=00075}
22:49:25.356459 run mass: MS performed LU {at=17578671.059760943, lu_delay=6.211854625493288, ms=00058}
22:49:25.392632 run mass: MS performed LU {at=17578671.09588693, lu_delay=5.753797356039286, ms=00060}
22:49:25.819326 run osmo-ms-mob/00076: Starting mobile
22:49:25.834128 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.846823 run mass: MS start registered {at=17578671.550171006, delay=0.005412261933088303, ms=00076}
22:49:26.219047 run osmo-ms-mob/00077: Starting mobile
22:49:26.234064 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.245941 run mass: MS start registered {at=17578671.94928864, delay=0.005097482353448868, ms=00077}
22:49:26.718940 run osmo-ms-mob/00078: Starting mobile
22:49:26.734585 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.747848 run mass: MS start registered {at=17578672.451195896, delay=0.005576815456151962, ms=00078}
22:49:27.012864 run mass: MS performed LU {at=17578672.716195136, lu_delay=4.732525296509266, ms=00067}
22:49:27.077308 run mass: MS performed LU {at=17578672.78064251, lu_delay=5.5132909789681435, ms=00065}
22:49:27.090305 run osmo-ms-mob/00079: Starting mobile
22:49:27.105295 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.117178 run mass: MS start registered {at=17578672.820527077, delay=0.005093492567539215, ms=00079}
22:49:27.146333 run mass: MS performed LU {at=17578672.849669084, lu_delay=5.479400835931301, ms=00066}
22:49:27.202595 run mass: MS performed LU {at=17578672.90592607, lu_delay=6.054916068911552, ms=00064}
22:49:27.220783 run mass: MS performed LU {at=17578672.924129844, lu_delay=4.663132950663567, ms=00068}
22:49:27.625566 run osmo-ms-mob/00080: Starting mobile
22:49:27.656909 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.677801 run mass: MS start registered {at=17578673.38112788, delay=0.006136707961559296, ms=00080}
22:49:28.118922 run osmo-ms-mob/00081: Starting mobile
22:49:28.134330 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.149757 run mass: MS start registered {at=17578673.85308946, delay=0.008250866085290909, ms=00081}
22:49:28.519932 run osmo-ms-mob/00082: Starting mobile
22:49:28.535308 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.548053 run mass: MS start registered {at=17578674.251401924, delay=0.005303628742694855, ms=00082}
22:49:28.812990 run mass: MS performed LU {at=17578674.51631274, lu_delay=5.524025727063417, ms=00070}
22:49:28.914510 run mass: MS performed LU {at=17578674.617846962, lu_delay=5.959145195782185, ms=00069}
22:49:28.941993 run mass: MS performed LU {at=17578674.64533141, lu_delay=4.7913582138717175, ms=00072}
22:49:28.954528 run osmo-ms-mob/00083: Starting mobile
22:49:28.969417 run osmo-ms-mob/00083(pid=218): Launched
22:49:28.981334 run mass: MS start registered {at=17578674.684680358, delay=0.005265161395072937, ms=00083}
22:49:29.066646 run mass: MS performed LU {at=17578674.769981775, lu_delay=5.585686933249235, ms=00071}
22:49:29.121616 run mass: MS performed LU {at=17578674.82495028, lu_delay=4.570594985038042, ms=00073}
22:49:29.618313 run osmo-ms-mob/00084: Starting mobile
22:49:29.632591 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.645068 run mass: MS start registered {at=17578675.34840092, delay=0.005471725016832352, ms=00084}
22:49:30.119157 run osmo-ms-mob/00085: Starting mobile
22:49:30.134823 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.148262 run mass: MS start registered {at=17578675.851606704, delay=0.005685269832611084, ms=00085}
22:49:30.721440 run osmo-ms-mob/00086: Starting mobile
22:49:30.737937 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.751448 run mass: MS start registered {at=17578676.45476343, delay=0.004329554736614227, ms=00086}
22:49:30.778496 run mass: MS performed LU {at=17578676.481830914, lu_delay=4.931659907102585, ms=00076}
22:49:30.843117 run mass: MS performed LU {at=17578676.54645159, lu_delay=5.636730533093214, ms=00075}
22:49:30.912249 run mass: MS performed LU {at=17578676.61558248, lu_delay=5.965747635811567, ms=00074}
22:49:31.203370 run mass: MS performed LU {at=17578676.906702258, lu_delay=4.957413617521524, ms=00077}
22:49:31.322427 run osmo-ms-mob/00087: Starting mobile
22:49:31.337302 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.350102 run mass: MS start registered {at=17578677.05344086, delay=0.005531080067157745, ms=00087}
22:49:31.919389 run osmo-ms-mob/00088: Starting mobile
22:49:31.936020 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.949338 run mass: MS start registered {at=17578677.652685415, delay=0.005494650453329086, ms=00088}
22:49:32.519582 run osmo-ms-mob/00089: Starting mobile
22:49:32.536071 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.549379 run mass: MS start registered {at=17578678.25272194, delay=0.00575600191950798, ms=00089}
22:49:32.578060 run mass: MS performed LU {at=17578678.28139568, lu_delay=5.830199785530567, ms=00078}
22:49:32.680232 run mass: MS performed LU {at=17578678.38354568, lu_delay=5.002417802810669, ms=00080}
22:49:32.708102 run mass: MS performed LU {at=17578678.411434583, lu_delay=5.590907506644726, ms=00079}
22:49:32.832001 run mass: MS performed LU {at=17578678.53533553, lu_delay=4.682246070355177, ms=00081}
22:49:33.121782 run osmo-ms-mob/00090: Starting mobile
22:49:33.138166 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.152659 run mass: MS start registered {at=17578678.85596424, delay=0.006777692586183548, ms=00090}
22:49:33.819833 run osmo-ms-mob/00091: Starting mobile
22:49:33.835509 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.849408 run mass: MS start registered {at=17578679.55275696, delay=0.0059220269322395325, ms=00091}
22:49:34.518964 run osmo-ms-mob/00092: Starting mobile
22:49:34.534422 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.544835 run mass: MS performed LU {at=17578680.248178452, lu_delay=5.563498094677925, ms=00083}
22:49:34.552165 run mass: MS start registered {at=17578680.255527772, delay=0.010576948523521423, ms=00092}
22:49:34.609262 run mass: MS performed LU {at=17578680.31259384, lu_delay=4.964192919433117, ms=00084}
22:49:34.678185 run mass: MS performed LU {at=17578680.38150663, lu_delay=6.130104705691338, ms=00082}
22:49:34.969730 run mass: MS performed LU {at=17578680.6730638, lu_delay=4.821457095444202, ms=00085}
22:49:35.319385 run osmo-ms-mob/00093: Starting mobile
22:49:35.334671 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.347211 run mass: MS start registered {at=17578681.05055383, delay=0.005622256547212601, ms=00093}
22:49:36.218754 run osmo-ms-mob/00094: Starting mobile
22:49:36.233950 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.246915 run mass: MS start registered {at=17578681.95026488, delay=0.00588994100689888, ms=00094}
22:49:36.445525 run mass: MS performed LU {at=17578682.14883141, lu_delay=5.095390547066927, ms=00087}
22:49:36.473284 run mass: MS performed LU {at=17578682.17663894, lu_delay=5.721875507384539, ms=00086}
22:49:36.579684 run mass: MS performed LU {at=17578682.28301692, lu_delay=4.630331505089998, ms=00088}
22:49:37.118805 run osmo-ms-mob/00095: Starting mobile
22:49:37.133492 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.146384 run mass: MS start registered {at=17578682.849733237, delay=0.0059238821268081665, ms=00095}
22:49:38.121908 run osmo-ms-mob/00096: Starting mobile
22:49:38.138716 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.152771 run mass: MS start registered {at=17578683.8561195, delay=0.004425607621669769, ms=00096}
22:49:38.310142 run mass: MS performed LU {at=17578684.013467353, lu_delay=5.7607454136013985, ms=00089}
22:49:38.375096 run mass: MS performed LU {at=17578684.07842786, lu_delay=5.222463618963957, ms=00090}
22:49:38.443663 run mass: MS performed LU {at=17578684.14699671, lu_delay=22.627285178750753, ms=00048}
22:49:38.715851 run mass: MS performed LU {at=17578684.419190187, lu_delay=4.866433225572109, ms=00091}
22:49:39.218786 run osmo-ms-mob/00097: Starting mobile
22:49:39.234569 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.247464 run mass: MS start registered {at=17578684.950805623, delay=0.005706284195184708, ms=00097}
22:49:40.211406 run mass: MS performed LU {at=17578685.914734904, lu_delay=5.659207131713629, ms=00092}
22:49:40.239654 run mass: MS performed LU {at=17578685.942984667, lu_delay=4.89243083819747, ms=00093}
22:49:40.518840 run osmo-ms-mob/00098: Starting mobile
22:49:40.533799 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.548714 run mass: MS start registered {at=17578686.25205992, delay=0.007191166281700134, ms=00098}
22:49:42.076530 run mass: MS performed LU {at=17578687.779698476, lu_delay=5.829433597624302, ms=00094}
22:49:42.140897 run mass: MS performed LU {at=17578687.84424627, lu_delay=4.994513031095266, ms=00095}
22:49:42.319611 run osmo-ms-mob/00099: Starting mobile
22:49:42.335080 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.342155 run mass: All started... {duration=55.72980360686779, too_slow=1}
22:49:42.348957 run mass: MS start registered {at=17578688.052315895, delay=0.006795760244131088, ms=00099}
22:49:43.977876 run mass: MS performed LU {at=17578689.68121119, lu_delay=5.825091689825058, ms=00096}
22:49:44.005365 run mass: MS performed LU {at=17578689.708722927, lu_delay=4.757917303591967, ms=00097}
22:49:45.841841 run mass: MS performed LU {at=17578691.545176566, lu_delay=5.293116644024849, ms=00098}
22:49:47.743752 run mass: MS performed LU {at=17578693.44708731, lu_delay=5.3947714157402515, ms=00099}
22:49:47.750619 run mass: Tests done {all_completed=True, max=22.627285178750753, min=3.60721717774868}
22:49:47.757090 tst register_default_mass.py: Test passed (84.9 sec)
22:49:47.763351 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.767202 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.771024 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.774843 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.778703 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.782646 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.786705 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.790787 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.794907 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.799001 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.803112 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.807275 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.811500 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.815712 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.819962 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.824212 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.828560 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.833301 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.837893 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.842609 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.847421 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.852063 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.856728 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.861360 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.868426 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.873287 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.877937 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.882501 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.887077 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.891571 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.896150 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.900619 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.905055 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.909527 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.914081 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.918666 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.923171 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.927628 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.932178 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.937099 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.941731 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.946944 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.952233 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.956935 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.961546 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.966162 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.970667 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.975200 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.979984 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.985153 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.989769 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.994259 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.998787 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.003378 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.007869 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.012450 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.017070 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.021687 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.026295 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.031165 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.036162 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.040781 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.045364 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.049880 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.054449 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.059001 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.063560 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.068077 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.072676 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.077605 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.082230 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.086827 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.091380 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.095887 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.100366 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.104987 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.109480 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.113958 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.118580 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.123751 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.128506 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.132870 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.137311 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.141782 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.146116 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.150559 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.155034 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.159421 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.163799 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.168263 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.172696 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.177316 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.181766 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.186154 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.190610 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.195019 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.199735 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.204493 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.208953 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.213280 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.217671 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.221994 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.226438 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.230875 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.235811 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.240203 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.244688 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.249088 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.253447 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.257789 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.262172 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.266654 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.271025 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.275406 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.279827 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.284164 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.288486 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.292683 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.296731 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.300710 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.304698 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.309000 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.312947 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.316843 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.320683 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.324498 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.328377 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.332254 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.336142 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.339959 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.343737 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.347502 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.351243 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.354945 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.358642 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.362333 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.366017 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.369639 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.373253 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.376965 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.380650 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.384354 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.388082 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.391976 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.395954 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.399836 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.403716 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.407699 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.411723 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.415711 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.419723 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.423684 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.427578 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.431477 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.435380 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.439353 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.443239 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.447137 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.450977 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.454753 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.458541 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.462270 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.465958 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.469664 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.473371 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.477052 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.480751 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.484451 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.488058 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.491704 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.495393 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.499020 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.502724 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.506491 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.510192 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.513879 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.517582 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.521269 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.525086 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.528849 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.532474 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.536325 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.540010 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.543805 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.547477 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.551126 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.554756 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.558441 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.562131 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.565733 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.569398 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.573091 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.576844 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.580631 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.584386 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.588143 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.591897 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.595580 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.599194 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.602801 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.606399 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.609962 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.613487 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.617006 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.620501 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.624018 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.627536 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.631060 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.634576 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.638072 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.641589 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.645099 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.648670 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.652282 --- ParallelTerminationStrategy: PID 22 died...
22:49:48.653906 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.657941 --- ParallelTerminationStrategy: PID 23 died...
22:49:48.659545 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.663551 --- ParallelTerminationStrategy: PID 24 died...
22:49:48.665190 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.669253 --- ParallelTerminationStrategy: PID 25 died...
22:49:48.670916 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.675063 --- ParallelTerminationStrategy: PID 26 died...
22:49:48.676874 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.681167 --- ParallelTerminationStrategy: PID 27 died...
22:49:48.682892 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.687187 --- ParallelTerminationStrategy: PID 28 died...
22:49:48.688926 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.693272 --- ParallelTerminationStrategy: PID 29 died...
22:49:48.695037 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.699423 --- ParallelTerminationStrategy: PID 30 died...
22:49:48.701221 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.705750 --- ParallelTerminationStrategy: PID 31 died...
22:49:48.707553 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.712127 --- ParallelTerminationStrategy: PID 32 died...
22:49:48.714046 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.718609 --- ParallelTerminationStrategy: PID 33 died...
22:49:48.720456 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.724988 --- ParallelTerminationStrategy: PID 35 died...
22:49:48.726833 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.731448 --- ParallelTerminationStrategy: PID 36 died...
22:49:48.733321 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.737891 --- ParallelTerminationStrategy: PID 37 died...
22:49:48.739744 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.744470 --- ParallelTerminationStrategy: PID 38 died...
22:49:48.746353 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.750948 --- ParallelTerminationStrategy: PID 39 died...
22:49:48.752812 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.757447 --- ParallelTerminationStrategy: PID 40 died...
22:49:48.759364 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.764070 --- ParallelTerminationStrategy: PID 41 died...
22:49:48.765987 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.770693 --- ParallelTerminationStrategy: PID 42 died...
22:49:48.772582 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.777267 --- ParallelTerminationStrategy: PID 43 died...
22:49:48.779161 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.783922 --- ParallelTerminationStrategy: PID 44 died...
22:49:48.785805 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.790367 --- ParallelTerminationStrategy: PID 45 died...
22:49:48.792206 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.796909 --- ParallelTerminationStrategy: PID 46 died...
22:49:48.798808 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.803459 --- ParallelTerminationStrategy: PID 47 died...
22:49:48.805345 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.809879 --- ParallelTerminationStrategy: PID 48 died...
22:49:48.811712 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.816232 --- ParallelTerminationStrategy: PID 49 died...
22:49:48.818072 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.822594 --- ParallelTerminationStrategy: PID 50 died...
22:49:48.824427 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.828962 --- ParallelTerminationStrategy: PID 51 died...
22:49:48.830749 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.835187 --- ParallelTerminationStrategy: PID 52 died...
22:49:48.836993 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.841398 --- ParallelTerminationStrategy: PID 53 died...
22:49:48.843176 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.847584 --- ParallelTerminationStrategy: PID 54 died...
22:49:48.849376 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.853819 --- ParallelTerminationStrategy: PID 55 died...
22:49:48.855707 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.860128 --- ParallelTerminationStrategy: PID 56 died...
22:49:48.861913 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.866422 --- ParallelTerminationStrategy: PID 57 died...
22:49:48.868246 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.872972 --- ParallelTerminationStrategy: PID 58 died...
22:49:48.874900 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.879569 --- ParallelTerminationStrategy: PID 59 died...
22:49:48.881540 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.886263 --- ParallelTerminationStrategy: PID 60 died...
22:49:48.888176 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.892821 --- ParallelTerminationStrategy: PID 61 died...
22:49:48.894722 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.899412 --- ParallelTerminationStrategy: PID 62 died...
22:49:48.901305 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.905955 --- ParallelTerminationStrategy: PID 63 died...
22:49:48.907850 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.914587 --- ParallelTerminationStrategy: PID 64 died...
22:49:48.916440 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.921000 --- ParallelTerminationStrategy: PID 65 died...
22:49:48.922843 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.927457 --- ParallelTerminationStrategy: PID 66 died...
22:49:48.929351 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.933947 --- ParallelTerminationStrategy: PID 67 died...
22:49:48.935788 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.940384 --- ParallelTerminationStrategy: PID 68 died...
22:49:48.942299 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.946981 --- ParallelTerminationStrategy: PID 69 died...
22:49:48.948896 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.953793 --- ParallelTerminationStrategy: PID 70 died...
22:49:48.955647 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.960139 --- ParallelTerminationStrategy: PID 71 died...
22:49:48.961966 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.966432 --- ParallelTerminationStrategy: PID 72 died...
22:49:48.968237 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.972779 --- ParallelTerminationStrategy: PID 73 died...
22:49:48.974553 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.979013 --- ParallelTerminationStrategy: PID 74 died...
22:49:48.980847 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.985290 --- ParallelTerminationStrategy: PID 75 died...
22:49:48.987086 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.991662 --- ParallelTerminationStrategy: PID 76 died...
22:49:48.993530 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.998068 --- ParallelTerminationStrategy: PID 77 died...
22:49:48.999894 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.004423 --- ParallelTerminationStrategy: PID 78 died...
22:49:49.006289 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.010934 --- ParallelTerminationStrategy: PID 79 died...
22:49:49.012769 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.017308 --- ParallelTerminationStrategy: PID 80 died...
22:49:49.019145 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.023685 --- ParallelTerminationStrategy: PID 81 died...
22:49:49.025502 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.029937 --- ParallelTerminationStrategy: PID 82 died...
22:49:49.031737 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.036147 --- ParallelTerminationStrategy: PID 83 died...
22:49:49.037944 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.042391 --- ParallelTerminationStrategy: PID 84 died...
22:49:49.044185 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.048618 --- ParallelTerminationStrategy: PID 85 died...
22:49:49.050411 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.054926 --- ParallelTerminationStrategy: PID 86 died...
22:49:49.056737 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.061176 --- ParallelTerminationStrategy: PID 87 died...
22:49:49.062966 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.067393 --- ParallelTerminationStrategy: PID 88 died...
22:49:49.069185 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.073614 --- ParallelTerminationStrategy: PID 89 died...
22:49:49.075405 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.079771 --- ParallelTerminationStrategy: PID 90 died...
22:49:49.081525 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.085979 --- ParallelTerminationStrategy: PID 91 died...
22:49:49.087751 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.092084 --- ParallelTerminationStrategy: PID 92 died...
22:49:49.093888 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.098312 --- ParallelTerminationStrategy: PID 93 died...
22:49:49.100104 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.104496 --- ParallelTerminationStrategy: PID 94 died...
22:49:49.106260 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.110600 --- ParallelTerminationStrategy: PID 95 died...
22:49:49.112385 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.116924 --- ParallelTerminationStrategy: PID 96 died...
22:49:49.118756 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.123299 --- ParallelTerminationStrategy: PID 97 died...
22:49:49.125128 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.129567 --- ParallelTerminationStrategy: PID 98 died...
22:49:49.131354 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.135699 --- ParallelTerminationStrategy: PID 99 died...
22:49:49.137440 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.141769 --- ParallelTerminationStrategy: PID 100 died...
22:49:49.143515 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.147879 --- ParallelTerminationStrategy: PID 101 died...
22:49:49.149659 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.153990 --- ParallelTerminationStrategy: PID 102 died...
22:49:49.155729 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.160042 --- ParallelTerminationStrategy: PID 103 died...
22:49:49.161801 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.166185 --- ParallelTerminationStrategy: PID 104 died...
22:49:49.167957 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.172439 --- ParallelTerminationStrategy: PID 105 died...
22:49:49.174237 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.178672 --- ParallelTerminationStrategy: PID 106 died...
22:49:49.180472 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.184835 --- ParallelTerminationStrategy: PID 107 died...
22:49:49.186603 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.191021 --- ParallelTerminationStrategy: PID 108 died...
22:49:49.192824 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.197303 --- ParallelTerminationStrategy: PID 109 died...
22:49:49.199144 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.203715 --- ParallelTerminationStrategy: PID 110 died...
22:49:49.205561 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.210238 --- ParallelTerminationStrategy: PID 111 died...
22:49:49.212093 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.216693 --- ParallelTerminationStrategy: PID 112 died...
22:49:49.218577 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.223177 --- ParallelTerminationStrategy: PID 113 died...
22:49:49.225022 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.229558 --- ParallelTerminationStrategy: PID 114 died...
22:49:49.231392 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.235958 --- ParallelTerminationStrategy: PID 115 died...
22:49:49.237800 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.242262 --- ParallelTerminationStrategy: PID 116 died...
22:49:49.244043 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.248483 --- ParallelTerminationStrategy: PID 117 died...
22:49:49.250286 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.254749 --- ParallelTerminationStrategy: PID 118 died...
22:49:49.256588 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.261053 --- ParallelTerminationStrategy: PID 119 died...
22:49:49.262904 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.267440 --- ParallelTerminationStrategy: PID 120 died...
22:49:49.269289 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.273782 --- ParallelTerminationStrategy: PID 121 died...
22:49:49.275574 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.280086 --- ParallelTerminationStrategy: PID 122 died...
22:49:49.281922 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.286446 --- ParallelTerminationStrategy: PID 123 died...
22:49:49.288279 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.292831 --- ParallelTerminationStrategy: PID 124 died...
22:49:49.294663 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.299189 --- ParallelTerminationStrategy: PID 125 died...
22:49:49.301013 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.305487 --- ParallelTerminationStrategy: PID 126 died...
22:49:49.307342 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.311911 --- ParallelTerminationStrategy: PID 127 died...
22:49:49.313743 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.318272 --- ParallelTerminationStrategy: PID 128 died...
22:49:49.320063 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.324481 --- ParallelTerminationStrategy: PID 129 died...
22:49:49.326293 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.330697 --- ParallelTerminationStrategy: PID 130 died...
22:49:49.332484 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.336912 --- ParallelTerminationStrategy: PID 131 died...
22:49:49.338675 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.343096 --- ParallelTerminationStrategy: PID 132 died...
22:49:49.344852 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.349199 --- ParallelTerminationStrategy: PID 133 died...
22:49:49.350985 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.355341 --- ParallelTerminationStrategy: PID 134 died...
22:49:49.357120 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.361535 --- ParallelTerminationStrategy: PID 135 died...
22:49:49.363320 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.367792 --- ParallelTerminationStrategy: PID 136 died...
22:49:49.369631 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.374121 --- ParallelTerminationStrategy: PID 137 died...
22:49:49.375918 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.380438 --- ParallelTerminationStrategy: PID 138 died...
22:49:49.382235 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.386663 --- ParallelTerminationStrategy: PID 139 died...
22:49:49.388497 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.393001 --- ParallelTerminationStrategy: PID 140 died...
22:49:49.394779 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.399302 --- ParallelTerminationStrategy: PID 141 died...
22:49:49.401102 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.405561 --- ParallelTerminationStrategy: PID 142 died...
22:49:49.407352 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.411896 --- ParallelTerminationStrategy: PID 143 died...
22:49:49.413730 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.418291 --- ParallelTerminationStrategy: PID 144 died...
22:49:49.420107 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.424532 --- ParallelTerminationStrategy: PID 145 died...
22:49:49.426340 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.430837 --- ParallelTerminationStrategy: PID 146 died...
22:49:49.432654 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.437139 --- ParallelTerminationStrategy: PID 147 died...
22:49:49.438934 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.443416 --- ParallelTerminationStrategy: PID 148 died...
22:49:49.445213 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.449648 --- ParallelTerminationStrategy: PID 149 died...
22:49:49.451431 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.455872 --- ParallelTerminationStrategy: PID 150 died...
22:49:49.457678 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.462122 --- ParallelTerminationStrategy: PID 151 died...
22:49:49.463894 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.468344 --- ParallelTerminationStrategy: PID 152 died...
22:49:49.470216 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.474663 --- ParallelTerminationStrategy: PID 153 died...
22:49:49.476444 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.480897 --- ParallelTerminationStrategy: PID 154 died...
22:49:49.482704 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.487208 --- ParallelTerminationStrategy: PID 155 died...
22:49:49.489064 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.493606 --- ParallelTerminationStrategy: PID 156 died...
22:49:49.495466 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.500163 --- ParallelTerminationStrategy: PID 157 died...
22:49:49.502031 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.506585 --- ParallelTerminationStrategy: PID 158 died...
22:49:49.508421 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.512993 --- ParallelTerminationStrategy: PID 159 died...
22:49:49.514876 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.519394 --- ParallelTerminationStrategy: PID 160 died...
22:49:49.521197 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.525581 --- ParallelTerminationStrategy: PID 161 died...
22:49:49.527331 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.531594 --- ParallelTerminationStrategy: PID 162 died...
22:49:49.533304 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.537461 --- ParallelTerminationStrategy: PID 163 died...
22:49:49.539124 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.543200 --- ParallelTerminationStrategy: PID 164 died...
22:49:49.544834 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.548965 --- ParallelTerminationStrategy: PID 165 died...
22:49:49.550627 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.554682 --- ParallelTerminationStrategy: PID 166 died...
22:49:49.556307 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.560329 --- ParallelTerminationStrategy: PID 167 died...
22:49:49.561945 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.565978 --- ParallelTerminationStrategy: PID 168 died...
22:49:49.567597 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.571745 --- ParallelTerminationStrategy: PID 169 died...
22:49:49.573378 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.577448 --- ParallelTerminationStrategy: PID 170 died...
22:49:49.579112 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.583152 --- ParallelTerminationStrategy: PID 171 died...
22:49:49.584813 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.588941 --- ParallelTerminationStrategy: PID 172 died...
22:49:49.590605 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.594675 --- ParallelTerminationStrategy: PID 173 died...
22:49:49.596311 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.600505 --- ParallelTerminationStrategy: PID 174 died...
22:49:49.602225 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.606477 --- ParallelTerminationStrategy: PID 175 died...
22:49:49.608172 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.612405 --- ParallelTerminationStrategy: PID 176 died...
22:49:49.614115 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.618231 --- ParallelTerminationStrategy: PID 177 died...
22:49:49.619893 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.624008 --- ParallelTerminationStrategy: PID 178 died...
22:49:49.625681 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.629802 --- ParallelTerminationStrategy: PID 179 died...
22:49:49.631455 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.635604 --- ParallelTerminationStrategy: PID 180 died...
22:49:49.637264 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.641388 --- ParallelTerminationStrategy: PID 181 died...
22:49:49.643005 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.647064 --- ParallelTerminationStrategy: PID 182 died...
22:49:49.648675 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.652735 --- ParallelTerminationStrategy: PID 183 died...
22:49:49.654359 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.658368 --- ParallelTerminationStrategy: PID 184 died...
22:49:49.659980 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.664009 --- ParallelTerminationStrategy: PID 185 died...
22:49:49.665643 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.669693 --- ParallelTerminationStrategy: PID 186 died...
22:49:49.671313 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.675331 --- ParallelTerminationStrategy: PID 187 died...
22:49:49.676966 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.681005 --- ParallelTerminationStrategy: PID 188 died...
22:49:49.682642 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.686723 --- ParallelTerminationStrategy: PID 189 died...
22:49:49.688379 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.692486 --- ParallelTerminationStrategy: PID 190 died...
22:49:49.694108 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.698143 --- ParallelTerminationStrategy: PID 191 died...
22:49:49.699773 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.703886 --- ParallelTerminationStrategy: PID 192 died...
22:49:49.705545 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.709631 --- ParallelTerminationStrategy: PID 193 died...
22:49:49.711298 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.715328 --- ParallelTerminationStrategy: PID 194 died...
22:49:49.716954 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.721172 --- ParallelTerminationStrategy: PID 195 died...
22:49:49.722912 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.727292 --- ParallelTerminationStrategy: PID 196 died...
22:49:49.729072 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.733511 --- ParallelTerminationStrategy: PID 197 died...
22:49:49.735311 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.739769 --- ParallelTerminationStrategy: PID 198 died...
22:49:49.741554 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.746006 --- ParallelTerminationStrategy: PID 199 died...
22:49:49.747783 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.752216 --- ParallelTerminationStrategy: PID 200 died...
22:49:49.754018 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.758479 --- ParallelTerminationStrategy: PID 201 died...
22:49:49.760259 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.764577 --- ParallelTerminationStrategy: PID 202 died...
22:49:49.766311 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.770677 --- ParallelTerminationStrategy: PID 203 died...
22:49:49.772423 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.776747 --- ParallelTerminationStrategy: PID 204 died...
22:49:49.778485 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.782813 --- ParallelTerminationStrategy: PID 205 died...
22:49:49.784548 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.788959 --- ParallelTerminationStrategy: PID 206 died...
22:49:49.790747 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.795075 --- ParallelTerminationStrategy: PID 207 died...
22:49:49.796809 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.801150 --- ParallelTerminationStrategy: PID 208 died...
22:49:49.802897 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.807249 --- ParallelTerminationStrategy: PID 209 died...
22:49:49.809005 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.813336 --- ParallelTerminationStrategy: PID 210 died...
22:49:49.815084 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.819409 --- ParallelTerminationStrategy: PID 211 died...
22:49:49.821137 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.825457 --- ParallelTerminationStrategy: PID 212 died...
22:49:49.827199 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.831481 --- ParallelTerminationStrategy: PID 213 died...
22:49:49.833218 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.837420 --- ParallelTerminationStrategy: PID 214 died...
22:49:49.839128 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.843408 --- ParallelTerminationStrategy: PID 215 died...
22:49:49.845134 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.849398 --- ParallelTerminationStrategy: PID 216 died...
22:49:49.851098 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.855319 --- ParallelTerminationStrategy: PID 217 died...
22:49:49.857022 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.861239 --- ParallelTerminationStrategy: PID 218 died...
22:49:49.862939 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.867176 --- ParallelTerminationStrategy: PID 219 died...
22:49:49.868905 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.873230 --- ParallelTerminationStrategy: PID 220 died...
22:49:49.874974 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.879303 --- ParallelTerminationStrategy: PID 221 died...
22:49:49.881079 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.885434 --- ParallelTerminationStrategy: PID 222 died...
22:49:49.887178 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.891536 --- ParallelTerminationStrategy: PID 223 died...
22:49:49.893319 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.897758 --- ParallelTerminationStrategy: PID 224 died...
22:49:49.899499 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.903924 --- ParallelTerminationStrategy: PID 225 died...
22:49:49.905711 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.910032 --- ParallelTerminationStrategy: PID 226 died...
22:49:49.911791 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.916155 --- ParallelTerminationStrategy: PID 227 died...
22:49:49.917908 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.922311 --- ParallelTerminationStrategy: PID 228 died...
22:49:49.924095 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.928535 --- ParallelTerminationStrategy: PID 229 died...
22:49:49.930339 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.934702 --- ParallelTerminationStrategy: PID 230 died...
22:49:49.936446 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.940784 --- ParallelTerminationStrategy: PID 231 died...
22:49:49.942532 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.946874 --- ParallelTerminationStrategy: PID 232 died...
22:49:49.948610 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.952928 --- ParallelTerminationStrategy: PID 233 died...
22:49:49.954681 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.959057 --- ParallelTerminationStrategy: PID 234 died...
22:49:49.960825 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.364840 --- ParallelTerminationStrategy: PID 34 died...
22:49:53.368265 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8048 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.463224 tst trial-8048: Storing JUnit report in /build/trial-8048/run.2025-08-04_22-48-22/trial-8048.xml
--------------------------------------------------------------------------------------------
trial-8048 PASS
--------------------------------------------------------------------------------------------
22:49:53.478682 tst trial-8048: trial-8048: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8048/inst
+ cd trial-8048
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-04 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8048-run.tgz run.2025-08-04_22-48-22
+ tar czf /build/trial-8048-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-04_13_26_11.tgz osmo-bts-oc2g.build-2025-08-04_00_51_29.tgz osmo-bts-sysmo.build-2025-08-04_00_51_36.tgz osmo-bts.build-2025-08-04_00_51_41.tgz osmo-ggsn.build-2025-08-04_20_42_56.tgz osmo-hlr.build-2025-08-04_16_36_50.tgz osmo-hnbgw.build-2025-08-04_13_30_29.tgz osmo-mgw.build-2025-08-04_08_33_13.tgz osmo-msc.build-2025-08-04_13_34_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-04_07_34_01.tgz osmo-pcu-sysmo.build-2025-08-04_07_35_56.tgz osmo-pcu.build-2025-08-04_07_36_03.tgz osmo-sgsn.build-2025-08-04_20_48_19.tgz osmo-stp.build-2025-08-04_13_25_02.tgz osmo-trx.build-2025-08-04_14_28_38.tgz osmocom-bb.build-2025-08-04_21_17_17.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x
### Clean up ###
+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS