Skipping 13 KB..
Full LogCopied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6806
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3086275601859556127.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-7859
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.2s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#7 CACHED
#8 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#8 CACHED
#9 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#9 CACHED
#10 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#10 CACHED
#11 [ 8/28] RUN MKDIR /var/run/sshd
#11 CACHED
#12 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#12 CACHED
#13 [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
#13 CACHED
#14 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#14 CACHED
#15 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [ 9/28] COPY SSH /root/.ssh
#17 CACHED
#18 [ 2/28] RUN useradd -ms /bin/bash jenkins
#18 CACHED
#19 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#19 CACHED
#20 [ 3/28] RUN groupadd osmo-gsm-tester
#20 CACHED
#21 [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
#21 CACHED
#22 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#22 CACHED
#23 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#23 CACHED
#24 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#24 CACHED
#25 [20/28] WORKDIR /TMP
#25 CACHED
#26 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#26 CACHED
#27 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#27 CACHED
#28 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#28 CACHED
#29 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#29 CACHED
#30 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a9e45187d46293b36e9742ddf39a4de93d69868984ad7ca9943829593930369d 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=7860 -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-01-28 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7860
+ mkdir -p trial-7860
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-28_13_28_37.tgz osmo-bts-oc2g.build-2025-01-28_00_51_25.tgz osmo-bts-sysmo.build-2025-01-28_00_51_25.tgz osmo-bts.build-2025-01-28_00_51_37.tgz osmo-ggsn.build-2025-01-28_20_42_37.tgz osmo-hlr.build-2025-01-28_16_36_55.tgz osmo-hnbgw.build-2025-01-28_13_37_55.tgz osmo-mgw.build-2025-01-28_08_35_32.tgz osmo-msc.build-2025-01-28_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-28_07_40_53.tgz osmo-pcu-sysmo.build-2025-01-28_07_40_46.tgz osmo-pcu.build-2025-01-28_07_40_56.tgz osmo-sgsn.build-2025-01-28_20_48_13.tgz osmo-stp.build-2025-01-28_13_25_29.tgz osmo-trx.build-2025-01-28_14_27_02.tgz osmocom-bb.build-2025-01-28_21_17_09.tgz srslte.build-19.tgz trial-7860
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-28_13_28_37.md5 osmo-bts-oc2g.build-2025-01-28_00_51_25.md5 osmo-bts-sysmo.build-2025-01-28_00_51_25.md5 osmo-bts.build-2025-01-28_00_51_37.md5 osmo-ggsn.build-2025-01-28_20_42_37.md5 osmo-hlr.build-2025-01-28_16_36_55.md5 osmo-hnbgw.build-2025-01-28_13_37_55.md5 osmo-mgw.build-2025-01-28_08_35_32.md5 osmo-msc.build-2025-01-28_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-28_07_40_53.md5 osmo-pcu-sysmo.build-2025-01-28_07_40_46.md5 osmo-pcu.build-2025-01-28_07_40_56.md5 osmo-sgsn.build-2025-01-28_20_48_13.md5 osmo-stp.build-2025-01-28_13_25_29.md5 osmo-trx.build-2025-01-28_14_27_02.md5 osmocom-bb.build-2025-01-28_21_17_09.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-28_13_28_37.md5 osmo-bts-oc2g.build-2025-01-28_00_51_25.md5 osmo-bts-sysmo.build-2025-01-28_00_51_25.md5 osmo-bts.build-2025-01-28_00_51_37.md5 osmo-ggsn.build-2025-01-28_20_42_37.md5 osmo-hlr.build-2025-01-28_16_36_55.md5 osmo-hnbgw.build-2025-01-28_13_37_55.md5 osmo-mgw.build-2025-01-28_08_35_32.md5 osmo-msc.build-2025-01-28_13_33_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-28_07_40_53.md5 osmo-pcu-sysmo.build-2025-01-28_07_40_46.md5 osmo-pcu.build-2025-01-28_07_40_56.md5 osmo-sgsn.build-2025-01-28_20_48_13.md5 osmo-stp.build-2025-01-28_13_25_29.md5 osmo-trx.build-2025-01-28_14_27_02.md5 osmocom-bb.build-2025-01-28_21_17_09.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-7860 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7860'
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-7860
--------------------------------------------------------------------------------------------
22:48:20.780669 tst trial-7860: Detailed log at /build/trial-7860/run.2025-01-28_22-48-20/log
---------------------------------------------------------------------
trial-7860 netreg_mass
---------------------------------------------------------------------
22:48:20.988561 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.988934 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.989741 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.990958 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.030544 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.031399 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.032633 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.112651 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-7860 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.114646 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.130403 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.130991 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.131489 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.131950 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.132417 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.132919 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.133394 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.186756 tst register_default_mass.py: using LAC 2
22:48:21.234407 tst register_default_mass.py: using RAC 2
22:48:21.283884 tst register_default_mass.py: using CellId 2
22:48:21.333564 tst register_default_mass.py: using BVCI 3
22:48:21.341950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.342629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.343217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.343775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.344331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.344899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.345441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.346012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.346568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.347099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.347646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.348182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.348781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.349327 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.349883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.350421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.350947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.351487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.352030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.352566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.353095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.353642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.354181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.354735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.355268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.355804 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.356349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.356894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.357423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.357975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.358509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.359036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.359584 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.360134 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.360682 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.361222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.361756 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.362285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.362829 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.363360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.363886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.364410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.364962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.365496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.366032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.366566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.367096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.367639 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.368173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.368708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.369242 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.369776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.370296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.370819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.371362 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.371884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.372427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.372972 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.373495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.374010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.374539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.375062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.375598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.376139 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.376665 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.377188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.377734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.378263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.378803 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.379331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.379855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.380390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.381002 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.381530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.382065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.382579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.383095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.384063 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.384662 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.385195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.385717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.386251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.386790 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.387305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.387839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.388374 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.388899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.389462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.389994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.390507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.391036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.391555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.392079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.392614 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.393156 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.393685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.394225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.394753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.395293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.395821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.396333 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.396935 tst register_default_mass.py:21: Launching a simple network
22:48:21.407065 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.529963 run create_hlr_db(pid=20): Launched
22:48:22.539766 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.556419 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.571763 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.577522 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.743458 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.758582 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.764160 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.180007 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.195006 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.206369 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.324769 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.340514 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.346392 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.371164 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.386788 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.392603 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.698154 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.713800 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.730686 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.883269 run osmo-bts-virtual(pid=34): Launched
22:48:33.934206 tst register_default_mass.py: using MSISDN 1001
22:48:33.956119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.057595 tst register_default_mass.py: using MSISDN 1002
22:48:34.067351 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.135830 tst register_default_mass.py: using MSISDN 1003
22:48:34.145830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.220815 tst register_default_mass.py: using MSISDN 1004
22:48:34.242753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.326130 tst register_default_mass.py: using MSISDN 1005
22:48:34.331867 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.413185 tst register_default_mass.py: using MSISDN 1006
22:48:34.434844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.520308 tst register_default_mass.py: using MSISDN 1007
22:48:34.542209 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.606867 tst register_default_mass.py: using MSISDN 1008
22:48:34.626106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.690719 tst register_default_mass.py: using MSISDN 1009
22:48:34.696574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.793585 tst register_default_mass.py: using MSISDN 1010
22:48:34.800185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.882071 tst register_default_mass.py: using MSISDN 1011
22:48:34.898693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.979023 tst register_default_mass.py: using MSISDN 1012
22:48:34.985614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.065481 tst register_default_mass.py: using MSISDN 1013
22:48:35.086094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.163027 tst register_default_mass.py: using MSISDN 1014
22:48:35.187123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.266648 tst register_default_mass.py: using MSISDN 1015
22:48:35.278713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.360541 tst register_default_mass.py: using MSISDN 1016
22:48:35.379350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.454213 tst register_default_mass.py: using MSISDN 1017
22:48:35.475157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.549312 tst register_default_mass.py: using MSISDN 1018
22:48:35.563412 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.651774 tst register_default_mass.py: using MSISDN 1019
22:48:35.671788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.751419 tst register_default_mass.py: using MSISDN 1020
22:48:35.773566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.847719 tst register_default_mass.py: using MSISDN 1021
22:48:35.866799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.935581 tst register_default_mass.py: using MSISDN 1022
22:48:35.941225 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.024194 tst register_default_mass.py: using MSISDN 1023
22:48:36.046191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.122858 tst register_default_mass.py: using MSISDN 1024
22:48:36.128853 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.212039 tst register_default_mass.py: using MSISDN 1025
22:48:36.226365 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.313464 tst register_default_mass.py: using MSISDN 1026
22:48:36.320999 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.386075 tst register_default_mass.py: using MSISDN 1027
22:48:36.404700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.485376 tst register_default_mass.py: using MSISDN 1028
22:48:36.491387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.557773 tst register_default_mass.py: using MSISDN 1029
22:48:36.578928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.702038 tst register_default_mass.py: using MSISDN 1030
22:48:36.707819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.782213 tst register_default_mass.py: using MSISDN 1031
22:48:36.789910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.885898 tst register_default_mass.py: using MSISDN 1032
22:48:36.891808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.968329 tst register_default_mass.py: using MSISDN 1033
22:48:36.974221 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.053943 tst register_default_mass.py: using MSISDN 1034
22:48:37.059973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.126929 tst register_default_mass.py: using MSISDN 1035
22:48:37.132828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.215395 tst register_default_mass.py: using MSISDN 1036
22:48:37.237727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.298077 tst register_default_mass.py: using MSISDN 1037
22:48:37.303709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.417029 tst register_default_mass.py: using MSISDN 1038
22:48:37.426233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.502217 tst register_default_mass.py: using MSISDN 1039
22:48:37.522062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.599058 tst register_default_mass.py: using MSISDN 1040
22:48:37.604781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.702869 tst register_default_mass.py: using MSISDN 1041
22:48:37.720165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.801594 tst register_default_mass.py: using MSISDN 1042
22:48:37.819326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.902077 tst register_default_mass.py: using MSISDN 1043
22:48:37.914076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.992491 tst register_default_mass.py: using MSISDN 1044
22:48:37.998701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.074721 tst register_default_mass.py: using MSISDN 1045
22:48:38.095746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.170866 tst register_default_mass.py: using MSISDN 1046
22:48:38.193014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.278708 tst register_default_mass.py: using MSISDN 1047
22:48:38.284762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.352505 tst register_default_mass.py: using MSISDN 1048
22:48:38.359299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.466809 tst register_default_mass.py: using MSISDN 1049
22:48:38.479689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.562980 tst register_default_mass.py: using MSISDN 1050
22:48:38.577242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.648764 tst register_default_mass.py: using MSISDN 1051
22:48:38.658426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.721063 tst register_default_mass.py: using MSISDN 1052
22:48:38.730977 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.802387 tst register_default_mass.py: using MSISDN 1053
22:48:38.823004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.900963 tst register_default_mass.py: using MSISDN 1054
22:48:38.916681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.991579 tst register_default_mass.py: using MSISDN 1055
22:48:38.997388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.069103 tst register_default_mass.py: using MSISDN 1056
22:48:39.075070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.144462 tst register_default_mass.py: using MSISDN 1057
22:48:39.150248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.230310 tst register_default_mass.py: using MSISDN 1058
22:48:39.235953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.315719 tst register_default_mass.py: using MSISDN 1059
22:48:39.340207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.401819 tst register_default_mass.py: using MSISDN 1060
22:48:39.422157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.484648 tst register_default_mass.py: using MSISDN 1061
22:48:39.505072 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.566324 tst register_default_mass.py: using MSISDN 1062
22:48:39.586830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.656582 tst register_default_mass.py: using MSISDN 1063
22:48:39.666989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.752859 tst register_default_mass.py: using MSISDN 1064
22:48:39.772329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.845090 tst register_default_mass.py: using MSISDN 1065
22:48:39.863624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.939079 tst register_default_mass.py: using MSISDN 1066
22:48:39.944951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.026115 tst register_default_mass.py: using MSISDN 1067
22:48:40.041322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.113707 tst register_default_mass.py: using MSISDN 1068
22:48:40.135233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.197943 tst register_default_mass.py: using MSISDN 1069
22:48:40.214127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.279030 tst register_default_mass.py: using MSISDN 1070
22:48:40.303099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.374708 tst register_default_mass.py: using MSISDN 1071
22:48:40.380511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.457861 tst register_default_mass.py: using MSISDN 1072
22:48:40.465203 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.530774 tst register_default_mass.py: using MSISDN 1073
22:48:40.541244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.607901 tst register_default_mass.py: using MSISDN 1074
22:48:40.613639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.680603 tst register_default_mass.py: using MSISDN 1075
22:48:40.686640 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.757763 tst register_default_mass.py: using MSISDN 1076
22:48:40.763850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.896117 tst register_default_mass.py: using MSISDN 1077
22:48:40.918500 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.995312 tst register_default_mass.py: using MSISDN 1078
22:48:41.016937 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.079902 tst register_default_mass.py: using MSISDN 1079
22:48:41.101183 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.176966 tst register_default_mass.py: using MSISDN 1080
22:48:41.184703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.258346 tst register_default_mass.py: using MSISDN 1081
22:48:41.281846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.354094 tst register_default_mass.py: using MSISDN 1082
22:48:41.369788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.456083 tst register_default_mass.py: using MSISDN 1083
22:48:41.480720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.559791 tst register_default_mass.py: using MSISDN 1084
22:48:41.580444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.657451 tst register_default_mass.py: using MSISDN 1085
22:48:41.673964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.768267 tst register_default_mass.py: using MSISDN 1086
22:48:41.774173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.860530 tst register_default_mass.py: using MSISDN 1087
22:48:41.866448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.959963 tst register_default_mass.py: using MSISDN 1088
22:48:41.965987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:42.055314 tst register_default_mass.py: using MSISDN 1089
22:48:42.061194 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:42.154132 tst register_default_mass.py: using MSISDN 1090
22:48:42.160249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.236935 tst register_default_mass.py: using MSISDN 1091
22:48:42.256660 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.359032 tst register_default_mass.py: using MSISDN 1092
22:48:42.378978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.465473 tst register_default_mass.py: using MSISDN 1093
22:48:42.482713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.592015 tst register_default_mass.py: using MSISDN 1094
22:48:42.603973 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.673353 tst register_default_mass.py: using MSISDN 1095
22:48:42.699046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.772328 tst register_default_mass.py: using MSISDN 1096
22:48:42.784383 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.867812 tst register_default_mass.py: using MSISDN 1097
22:48:42.889185 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.972268 tst register_default_mass.py: using MSISDN 1098
22:48:42.985309 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.067279 tst register_default_mass.py: using MSISDN 1099
22:48:43.087768 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:43.162506 tst register_default_mass.py: using MSISDN 1100
22:48:43.179282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:43.318336 run mass: Starting testcase
22:48:43.324119 run mass: Pre-launching all virtphy's
22:48:43.330747 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:43.346970 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:43.353406 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:43.366638 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:43.373057 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:43.386364 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:43.392613 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:43.405995 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:43.412243 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:43.425967 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.432413 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.446050 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.452131 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.465503 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.471666 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.484861 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.491096 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.504331 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.510447 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.523737 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.529848 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.543066 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.549211 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.562093 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.568144 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.581002 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.586986 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.599876 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.605964 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.618999 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.625090 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.638175 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.644312 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.657343 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.663349 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.676470 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.682472 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.695509 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.701607 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.715367 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.721628 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.735156 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.741469 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.755246 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.761556 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.775229 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.781719 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.795434 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.801870 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.815398 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.821647 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.835268 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.841606 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.855206 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.861395 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.874531 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.880661 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.893860 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.900164 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.913490 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.919590 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.932623 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.938913 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.952541 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.958852 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.972175 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.978243 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.991525 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.997631 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.010763 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.017223 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.030844 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.037319 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.050729 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.057066 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.070626 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.076942 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.090587 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.096811 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.109905 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.115919 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.129164 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.135200 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.148399 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.154606 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.167784 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.174196 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.188199 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.194702 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.208162 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.214470 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.227788 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.234032 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.247102 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.253302 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.266119 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.272220 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.285227 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.291278 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.304257 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.310305 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.323336 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.329514 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.343016 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.349247 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.362293 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.368666 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.382261 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.388512 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.401484 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.407725 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.421328 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.427567 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.441234 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.447683 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.461468 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.467520 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.480810 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.486893 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.500120 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.506401 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.519945 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.526233 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.539814 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.546172 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.559841 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.566120 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.579548 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.585704 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.599428 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.605704 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.619253 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.625538 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.639144 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.645419 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.658947 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.664972 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.678512 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.684751 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.698345 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.704571 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.718051 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.724271 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.737339 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.743618 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.757062 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.763346 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.776875 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.783102 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.796648 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.802910 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.816387 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.822522 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.835440 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.841639 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.855085 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.861325 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.874812 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.880923 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.893903 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.899973 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.913287 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.919523 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.933334 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.939648 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.952949 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.959124 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.972461 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.978875 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.991995 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.998266 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.011519 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.017602 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.030504 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.036589 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.050051 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.056256 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.069451 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.075540 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.088512 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.094759 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.107968 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.113978 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.126932 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.133096 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.146267 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.152711 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.165979 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.172058 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.185206 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.191372 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.204706 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.210698 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.223943 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.230093 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.243111 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.249130 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.262138 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.269458 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.282425 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.288390 run mass: Checking if sockets are in the filesystem
22:48:45.300462 run osmo-ms-mob/00000: Starting mobile
22:48:45.313339 run osmo-ms-mob/00000(pid=135): Launched
22:48:45.324293 run mass: MS start registered {at=1335431.027640656, delay=0.00493330811150372, ms=00000}
22:48:49.503931 run osmo-ms-mob/00001: Starting mobile
22:48:49.518115 run osmo-ms-mob/00001(pid=136): Launched
22:48:49.529265 run mass: MS start registered {at=1335435.232605638, delay=0.004743033088743687, ms=00001}
22:48:51.300599 run osmo-ms-mob/00002: Starting mobile
22:48:51.314526 run osmo-ms-mob/00002(pid=137): Launched
22:48:51.325854 run mass: MS start registered {at=1335437.029197674, delay=0.005059109069406986, ms=00002}
22:48:51.358909 run mass: MS performed LU {at=1335437.062254408, lu_delay=6.034613751806319, ms=00000}
22:48:52.600179 run osmo-ms-mob/00003: Starting mobile
22:48:52.615556 run osmo-ms-mob/00003(pid=138): Launched
22:48:52.626590 run mass: MS start registered {at=1335438.329938863, delay=0.0046026138588786125, ms=00003}
22:48:53.705582 run osmo-ms-mob/00004: Starting mobile
22:48:53.719135 run osmo-ms-mob/00004(pid=139): Launched
22:48:53.731906 run mass: MS start registered {at=1335439.43525368, delay=0.004326326074078679, ms=00004}
22:48:54.704367 run osmo-ms-mob/00005: Starting mobile
22:48:54.717676 run osmo-ms-mob/00005(pid=140): Launched
22:48:54.728531 run mass: MS start registered {at=1335440.431882475, delay=0.0047321440652012825, ms=00005}
22:48:55.126197 run mass: MS performed LU {at=1335440.82938853, lu_delay=5.596782892011106, ms=00001}
22:48:55.616843 run osmo-ms-mob/00006: Starting mobile
22:48:55.630401 run osmo-ms-mob/00006(pid=141): Launched
22:48:55.641157 run mass: MS start registered {at=1335441.344504027, delay=0.004592932993546128, ms=00006}
22:48:56.513874 run osmo-ms-mob/00007: Starting mobile
22:48:56.527586 run osmo-ms-mob/00007(pid=142): Launched
22:48:56.539057 run mass: MS start registered {at=1335442.242401618, delay=0.0050471380818635225, ms=00007}
22:48:57.027316 run mass: MS performed LU {at=1335442.73055852, lu_delay=5.701360845938325, ms=00002}
22:48:57.316707 run osmo-ms-mob/00008: Starting mobile
22:48:57.335101 run osmo-ms-mob/00008(pid=143): Launched
22:48:57.345952 run mass: MS start registered {at=1335443.049303957, delay=0.004777746042236686, ms=00008}
22:48:58.002615 run osmo-ms-mob/00009: Starting mobile
22:48:58.019307 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.030493 run mass: MS start registered {at=1335443.733833927, delay=0.00472342106513679, ms=00009}
22:48:58.719677 run osmo-ms-mob/00010: Starting mobile
22:48:58.734298 run osmo-ms-mob/00010(pid=145): Launched
22:48:58.745548 run mass: MS start registered {at=1335444.448896481, delay=0.0050614019855856895, ms=00010}
22:48:58.891872 run mass: MS performed LU {at=1335444.595089149, lu_delay=5.15983546897769, ms=00004}
22:48:58.937604 run mass: MS performed LU {at=1335444.640850376, lu_delay=6.310911513166502, ms=00003}
22:48:59.306526 run osmo-ms-mob/00011: Starting mobile
22:48:59.322958 run osmo-ms-mob/00011(pid=146): Launched
22:48:59.334149 run mass: MS start registered {at=1335445.037494864, delay=0.0047310711815953255, ms=00011}
22:48:59.901322 run osmo-ms-mob/00012: Starting mobile
22:48:59.915160 run osmo-ms-mob/00012(pid=147): Launched
22:48:59.926128 run mass: MS start registered {at=1335445.629479636, delay=0.004531218903139234, ms=00012}
22:49:00.522240 run osmo-ms-mob/00013: Starting mobile
22:49:00.546384 run osmo-ms-mob/00013(pid=148): Launched
22:49:00.557791 run mass: MS start registered {at=1335446.26114038, delay=0.005018005147576332, ms=00013}
22:49:00.792551 run mass: MS performed LU {at=1335446.495881469, lu_delay=6.063998993951827, ms=00005}
22:49:00.838487 run mass: MS performed LU {at=1335446.541820595, lu_delay=5.197316568112001, ms=00006}
22:49:01.104970 run osmo-ms-mob/00014: Starting mobile
22:49:01.117947 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.129286 run mass: MS start registered {at=1335446.832634438, delay=0.005054950946941972, ms=00014}
22:49:01.700803 run osmo-ms-mob/00015: Starting mobile
22:49:01.714711 run osmo-ms-mob/00015(pid=150): Launched
22:49:01.726335 run mass: MS start registered {at=1335447.429688545, delay=0.003984096925705671, ms=00015}
22:49:02.210968 run osmo-ms-mob/00016: Starting mobile
22:49:02.225444 run osmo-ms-mob/00016(pid=151): Launched
22:49:02.236876 run mass: MS start registered {at=1335447.940229258, delay=0.00483601912856102, ms=00016}
22:49:02.657240 run mass: MS performed LU {at=1335448.360557486, lu_delay=4.6267235591076314, ms=00009}
22:49:02.675990 run osmo-ms-mob/00017: Starting mobile
22:49:02.689317 run osmo-ms-mob/00017(pid=152): Launched
22:49:02.700434 run mass: MS start registered {at=1335448.403782043, delay=0.004850321915000677, ms=00017}
22:49:02.706705 run mass: MS performed LU {at=1335448.410067081, lu_delay=6.167665462940931, ms=00007}
22:49:02.790579 run mass: MS performed LU {at=1335448.493893053, lu_delay=5.444589095888659, ms=00008}
22:49:03.300043 run osmo-ms-mob/00018: Starting mobile
22:49:03.313318 run osmo-ms-mob/00018(pid=153): Launched
22:49:03.326140 run mass: MS start registered {at=1335449.029482451, delay=0.0063746050000190735, ms=00018}
22:49:03.700564 run osmo-ms-mob/00019: Starting mobile
22:49:03.714528 run osmo-ms-mob/00019(pid=154): Launched
22:49:03.725552 run mass: MS start registered {at=1335449.428902635, delay=0.004675677977502346, ms=00019}
22:49:04.214572 run osmo-ms-mob/00020: Starting mobile
22:49:04.228751 run osmo-ms-mob/00020(pid=155): Launched
22:49:04.240362 run mass: MS start registered {at=1335449.943706827, delay=0.004789989907294512, ms=00020}
22:49:04.457970 run mass: MS performed LU {at=1335450.161217863, lu_delay=5.123722998891026, ms=00011}
22:49:04.558824 run mass: MS performed LU {at=1335450.26207872, lu_delay=5.813182238955051, ms=00010}
22:49:04.605414 run mass: MS performed LU {at=1335450.308678218, lu_delay=4.67919858195819, ms=00012}
22:49:04.630373 run osmo-ms-mob/00021: Starting mobile
22:49:04.643803 run osmo-ms-mob/00021(pid=156): Launched
22:49:04.655074 run mass: MS start registered {at=1335450.358427, delay=0.004939967999234796, ms=00021}
22:49:05.100456 run osmo-ms-mob/00022: Starting mobile
22:49:05.114441 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.126773 run mass: MS start registered {at=1335450.830126146, delay=0.0059663711581379175, ms=00022}
22:49:05.600420 run osmo-ms-mob/00023: Starting mobile
22:49:05.614353 run osmo-ms-mob/00023(pid=158): Launched
22:49:05.625339 run mass: MS start registered {at=1335451.328688458, delay=0.0034765340387821198, ms=00023}
22:49:06.000380 run osmo-ms-mob/00024: Starting mobile
22:49:06.014087 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.025316 run mass: MS start registered {at=1335451.7286633, delay=0.004904731875285506, ms=00024}
22:49:06.422133 run mass: MS performed LU {at=1335452.125469767, lu_delay=5.292835328960791, ms=00014}
22:49:06.433966 run osmo-ms-mob/00025: Starting mobile
22:49:06.447615 run osmo-ms-mob/00025(pid=160): Launched
22:49:06.458940 run mass: MS start registered {at=1335452.162291854, delay=0.005010248860344291, ms=00025}
22:49:06.468560 run mass: MS performed LU {at=1335452.171901601, lu_delay=4.742213055957109, ms=00015}
22:49:06.556466 run mass: MS performed LU {at=1335452.259788048, lu_delay=5.998647667933255, ms=00013}
22:49:06.901210 run osmo-ms-mob/00026: Starting mobile
22:49:06.915078 run osmo-ms-mob/00026(pid=161): Launched
22:49:06.926323 run mass: MS start registered {at=1335452.629666927, delay=0.004844288108870387, ms=00026}
22:49:07.301119 run osmo-ms-mob/00027: Starting mobile
22:49:07.314602 run osmo-ms-mob/00027(pid=162): Launched
22:49:07.325624 run mass: MS start registered {at=1335453.028975402, delay=0.004498906899243593, ms=00027}
22:49:07.701067 run osmo-ms-mob/00028: Starting mobile
22:49:07.715740 run osmo-ms-mob/00028(pid=163): Launched
22:49:07.726995 run mass: MS start registered {at=1335453.430342416, delay=0.004829059122130275, ms=00028}
22:49:08.108519 run osmo-ms-mob/00029: Starting mobile
22:49:08.121752 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.132487 run mass: MS start registered {at=1335453.835840781, delay=0.004319682950153947, ms=00029}
22:49:08.324753 run mass: MS performed LU {at=1335454.02797632, lu_delay=4.998493868857622, ms=00018}
22:49:08.371583 run mass: MS performed LU {at=1335454.07484829, lu_delay=5.671066247159615, ms=00017}
22:49:08.389879 run osmo-ms-mob/00030: Starting mobile
22:49:08.403329 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.414559 run mass: MS start registered {at=1335454.117906864, delay=0.004951749928295612, ms=00030}
22:49:08.476016 run mass: MS performed LU {at=1335454.179351019, lu_delay=4.750448384089395, ms=00019}
22:49:08.900674 run osmo-ms-mob/00031: Starting mobile
22:49:08.914226 run osmo-ms-mob/00031(pid=166): Launched
22:49:08.925498 run mass: MS start registered {at=1335454.628834855, delay=0.004835761152207851, ms=00031}
22:49:09.200615 run osmo-ms-mob/00032: Starting mobile
22:49:09.214297 run osmo-ms-mob/00032(pid=167): Launched
22:49:09.225809 run mass: MS start registered {at=1335454.92914963, delay=0.005062168929725885, ms=00032}
22:49:09.601895 run osmo-ms-mob/00033: Starting mobile
22:49:09.618584 run osmo-ms-mob/00033(pid=168): Launched
22:49:09.629963 run mass: MS start registered {at=1335455.333310378, delay=0.0049296049401164055, ms=00033}
22:49:10.018541 run osmo-ms-mob/00034: Starting mobile
22:49:10.032864 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.044561 run mass: MS start registered {at=1335455.747910827, delay=0.0055354880169034, ms=00034}
22:49:10.188194 run mass: MS performed LU {at=1335455.891513671, lu_delay=4.562825212953612, ms=00023}
22:49:10.234549 run mass: MS performed LU {at=1335455.937881176, lu_delay=5.994174348888919, ms=00020}
22:49:10.246285 run osmo-ms-mob/00035: Starting mobile
22:49:10.259889 run osmo-ms-mob/00035(pid=170): Launched
22:49:10.271462 run mass: MS start registered {at=1335455.974807697, delay=0.005167957162484527, ms=00035}
22:49:10.322423 run mass: MS performed LU {at=1335456.025759104, lu_delay=5.195632957853377, ms=00022}
22:49:10.378017 run mass: MS performed LU {at=1335456.081351178, lu_delay=5.7229241780005395, ms=00021}
22:49:10.700680 run osmo-ms-mob/00036: Starting mobile
22:49:10.714696 run osmo-ms-mob/00036(pid=171): Launched
22:49:10.726262 run mass: MS start registered {at=1335456.429607588, delay=0.004108430119231343, ms=00036}
22:49:11.109201 run osmo-ms-mob/00037: Starting mobile
22:49:11.123320 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.137837 run mass: MS start registered {at=1335456.84118712, delay=0.008101923856884241, ms=00037}
22:49:11.400436 run osmo-ms-mob/00038: Starting mobile
22:49:11.413831 run osmo-ms-mob/00038(pid=173): Launched
22:49:11.425088 run mass: MS start registered {at=1335457.128441041, delay=0.005027256207540631, ms=00038}
22:49:11.700454 run osmo-ms-mob/00039: Starting mobile
22:49:11.714083 run osmo-ms-mob/00039(pid=174): Launched
22:49:11.725014 run mass: MS start registered {at=1335457.428365672, delay=0.004668680019676685, ms=00039}
22:49:12.006617 run mass: MS performed LU {at=1335457.709937312, lu_delay=5.080270384903997, ms=00026}
22:49:12.017926 run osmo-ms-mob/00040: Starting mobile
22:49:12.031414 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.042568 run mass: MS start registered {at=1335457.745917786, delay=0.004804702941328287, ms=00040}
22:49:12.090012 run mass: MS performed LU {at=1335457.793350539, lu_delay=5.631058685015887, ms=00025}
22:49:12.135430 run mass: MS performed LU {at=1335457.838780092, lu_delay=6.110116792144254, ms=00024}
22:49:12.146846 run osmo-ms-mob/00041: Starting mobile
22:49:12.160096 run osmo-ms-mob/00041(pid=176): Launched
22:49:12.171478 run mass: MS start registered {at=1335457.874817674, delay=0.005127564072608948, ms=00041}
22:49:12.279695 run mass: MS performed LU {at=1335457.983029927, lu_delay=4.954054524889216, ms=00027}
22:49:12.700454 run osmo-ms-mob/00042: Starting mobile
22:49:12.714610 run osmo-ms-mob/00042(pid=177): Launched
22:49:12.725769 run mass: MS start registered {at=1335458.429120197, delay=0.0048104990273714066, ms=00042}
22:49:13.100493 run osmo-ms-mob/00043: Starting mobile
22:49:13.116713 run osmo-ms-mob/00043(pid=178): Launched
22:49:13.127894 run mass: MS start registered {at=1335458.831248031, delay=0.004750159103423357, ms=00043}
22:49:13.400751 run osmo-ms-mob/00044: Starting mobile
22:49:13.415290 run osmo-ms-mob/00044(pid=179): Launched
22:49:13.426505 run mass: MS start registered {at=1335459.129841724, delay=0.0047379969619214535, ms=00044}
22:49:13.700459 run osmo-ms-mob/00045: Starting mobile
22:49:13.716202 run osmo-ms-mob/00045(pid=180): Launched
22:49:13.728387 run mass: MS start registered {at=1335459.431727238, delay=0.005403534974902868, ms=00045}
22:49:13.955750 run mass: MS performed LU {at=1335459.659000672, lu_delay=5.5410938079003245, ms=00030}
22:49:13.981100 run osmo-ms-mob/00046: Starting mobile
22:49:13.995035 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.001582 run mass: MS performed LU {at=1335459.704939707, lu_delay=5.869098925963044, ms=00029}
22:49:14.007715 run mass: MS start registered {at=1335459.711080227, delay=0.006159010110422969, ms=00046}
22:49:14.088319 run mass: MS performed LU {at=1335459.791653101, lu_delay=5.162818246055394, ms=00031}
22:49:14.100742 run osmo-ms-mob/00047: Starting mobile
22:49:14.117006 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.128282 run mass: MS start registered {at=1335459.831628965, delay=0.004844730952754617, ms=00047}
22:49:14.144530 run mass: MS performed LU {at=1335459.84784934, lu_delay=6.4175069238990545, ms=00028}
22:49:14.181732 run mass: MS performed LU {at=1335459.884992507, lu_delay=4.955842877039686, ms=00032}
22:49:14.198660 run osmo-ms-mob/00048: Starting mobile
22:49:14.212247 run osmo-ms-mob/00048(pid=183): Launched
22:49:14.223551 run mass: MS start registered {at=1335459.926883621, delay=0.004999189870432019, ms=00048}
22:49:14.433792 run mass: MS performed LU {at=1335460.137127275, lu_delay=4.803816897096112, ms=00033}
22:49:14.901458 run osmo-ms-mob/00049: Starting mobile
22:49:14.915907 run osmo-ms-mob/00049(pid=184): Launched
22:49:14.927306 run mass: MS start registered {at=1335460.630653793, delay=0.004973137052729726, ms=00049}
22:49:15.203561 run osmo-ms-mob/00050: Starting mobile
22:49:15.217360 run osmo-ms-mob/00050(pid=185): Launched
22:49:15.228513 run mass: MS start registered {at=1335460.931865779, delay=0.004880374995991588, ms=00050}
22:49:15.600858 run osmo-ms-mob/00051: Starting mobile
22:49:15.614180 run osmo-ms-mob/00051(pid=186): Launched
22:49:15.625212 run mass: MS start registered {at=1335461.328561779, delay=0.004832870094105601, ms=00051}
22:49:15.754726 run mass: MS performed LU {at=1335461.45799083, lu_delay=5.4831831329502165, ms=00035}
22:49:15.857384 run mass: MS performed LU {at=1335461.560610661, lu_delay=4.719423541100696, ms=00037}
22:49:15.881213 run osmo-ms-mob/00052: Starting mobile
22:49:15.894252 run osmo-ms-mob/00052(pid=187): Launched
22:49:15.901376 run mass: MS performed LU {at=1335461.60472757, lu_delay=5.856816743034869, ms=00034}
22:49:15.907231 run mass: MS start registered {at=1335461.610597238, delay=0.007085135905072093, ms=00052}
22:49:16.008135 run mass: MS performed LU {at=1335461.711459649, lu_delay=5.281852060928941, ms=00036}
22:49:16.030010 run osmo-ms-mob/00053: Starting mobile
22:49:16.050369 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.056410 run mass: MS performed LU {at=1335461.75976826, lu_delay=4.631327218841761, ms=00038}
22:49:16.062192 run mass: MS start registered {at=1335461.765558633, delay=0.005809844005852938, ms=00053}
22:49:16.507006 run osmo-ms-mob/00054: Starting mobile
22:49:16.520656 run osmo-ms-mob/00054(pid=189): Launched
22:49:16.532025 run mass: MS start registered {at=1335462.235376179, delay=0.0050858729518949986, ms=00054}
22:49:16.816389 run osmo-ms-mob/00055: Starting mobile
22:49:16.830313 run osmo-ms-mob/00055(pid=190): Launched
22:49:16.841720 run mass: MS start registered {at=1335462.545065781, delay=0.005267522996291518, ms=00055}
22:49:17.115394 run osmo-ms-mob/00056: Starting mobile
22:49:17.132342 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.143261 run mass: MS start registered {at=1335462.846607484, delay=0.004684587009251118, ms=00056}
22:49:17.415844 run osmo-ms-mob/00057: Starting mobile
22:49:17.429995 run osmo-ms-mob/00057(pid=192): Launched
22:49:17.441857 run mass: MS start registered {at=1335463.145197213, delay=0.0054586168844252825, ms=00057}
22:49:17.719804 run mass: MS performed LU {at=1335463.423138732, lu_delay=5.548321058042347, ms=00041}
22:49:17.731862 run osmo-ms-mob/00058: Starting mobile
22:49:17.745555 run osmo-ms-mob/00058(pid=193): Launched
22:49:17.756671 run mass: MS start registered {at=1335463.459973646, delay=0.00472796312533319, ms=00058}
22:49:17.766246 run mass: MS performed LU {at=1335463.469599564, lu_delay=5.04047936713323, ms=00042}
22:49:17.853750 run mass: MS performed LU {at=1335463.557075561, lu_delay=6.1287098890170455, ms=00039}
22:49:17.865730 run osmo-ms-mob/00059: Starting mobile
22:49:17.879151 run osmo-ms-mob/00059(pid=194): Launched
22:49:17.890649 run mass: MS start registered {at=1335463.593995111, delay=0.005120191024616361, ms=00059}
22:49:17.909428 run mass: MS performed LU {at=1335463.612773828, lu_delay=5.866856042062864, ms=00040}
22:49:17.947166 run mass: MS performed LU {at=1335463.650433864, lu_delay=4.81918583298102, ms=00043}
22:49:17.971338 run osmo-ms-mob/00060: Starting mobile
22:49:17.984529 run osmo-ms-mob/00060(pid=195): Launched
22:49:17.995717 run mass: MS start registered {at=1335463.699071248, delay=0.005171718075871468, ms=00060}
22:49:18.807974 run osmo-ms-mob/00061: Starting mobile
22:49:18.821856 run osmo-ms-mob/00061(pid=196): Launched
22:49:18.833891 run mass: MS start registered {at=1335464.537237616, delay=0.005439918953925371, ms=00061}
22:49:19.106643 run osmo-ms-mob/00062: Starting mobile
22:49:19.120356 run osmo-ms-mob/00062(pid=197): Launched
22:49:19.132014 run mass: MS start registered {at=1335464.835363948, delay=0.0052119039464741945, ms=00062}
22:49:19.415200 run osmo-ms-mob/00063: Starting mobile
22:49:19.428695 run osmo-ms-mob/00063(pid=198): Launched
22:49:19.440059 run mass: MS start registered {at=1335465.143412793, delay=0.0022728971671313047, ms=00063}
22:49:19.622890 run mass: MS performed LU {at=1335465.326137952, lu_delay=5.494508987059817, ms=00047}
22:49:19.668578 run mass: MS performed LU {at=1335465.371836132, lu_delay=5.44495251099579, ms=00048}
22:49:19.687616 run osmo-ms-mob/00064: Starting mobile
22:49:19.701133 run osmo-ms-mob/00064(pid=199): Launched
22:49:19.712358 run mass: MS start registered {at=1335465.415705294, delay=0.0049233632162213326, ms=00064}
22:49:19.773650 run mass: MS performed LU {at=1335465.476983396, lu_delay=6.045256158104166, ms=00045}
22:49:19.810703 run mass: MS performed LU {at=1335465.514041788, lu_delay=5.802961560897529, ms=00046}
22:49:19.847323 run mass: MS performed LU {at=1335465.550667012, lu_delay=6.420825288165361, ms=00044}
22:49:19.858871 run osmo-ms-mob/00065: Starting mobile
22:49:19.872791 run osmo-ms-mob/00065(pid=200): Launched
22:49:19.884045 run mass: MS start registered {at=1335465.5873952, delay=0.0049618990160524845, ms=00065}
22:49:20.101474 run mass: MS performed LU {at=1335465.804808628, lu_delay=4.872942849062383, ms=00050}
22:49:20.501826 run osmo-ms-mob/00066: Starting mobile
22:49:20.515520 run osmo-ms-mob/00066(pid=201): Launched
22:49:20.527149 run mass: MS start registered {at=1335466.23049854, delay=0.004352139076218009, ms=00066}
22:49:20.872666 run mass: MS performed LU {at=1335466.575986074, lu_delay=3.729378590127453, ms=00056}
22:49:20.884610 run osmo-ms-mob/00067: Starting mobile
22:49:20.899305 run osmo-ms-mob/00067(pid=202): Launched
22:49:20.910565 run mass: MS start registered {at=1335466.613903786, delay=0.004908184986561537, ms=00067}
22:49:21.200063 run osmo-ms-mob/00068: Starting mobile
22:49:21.213817 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.225256 run mass: MS start registered {at=1335466.928600436, delay=0.00513820699416101, ms=00068}
22:49:21.485868 run mass: MS performed LU {at=1335467.189200957, lu_delay=5.578603719128296, ms=00052}
22:49:21.531855 run mass: MS performed LU {at=1335467.235192767, lu_delay=5.906630987999961, ms=00051}
22:49:21.543517 run osmo-ms-mob/00069: Starting mobile
22:49:21.556649 run osmo-ms-mob/00069(pid=204): Launched
22:49:21.567639 run mass: MS start registered {at=1335467.270983304, delay=0.004886420909315348, ms=00069}
22:49:21.619712 run mass: MS performed LU {at=1335467.323047966, lu_delay=5.087671787012368, ms=00054}
22:49:21.675226 run mass: MS performed LU {at=1335467.378560099, lu_delay=4.833494317950681, ms=00055}
22:49:21.711704 run mass: MS performed LU {at=1335467.415040423, lu_delay=5.6494817899074405, ms=00053}
22:49:21.723229 run osmo-ms-mob/00070: Starting mobile
22:49:21.737015 run osmo-ms-mob/00070(pid=205): Launched
22:49:21.748069 run mass: MS start registered {at=1335467.45141698, delay=0.004800040973350406, ms=00070}
22:49:22.401472 run osmo-ms-mob/00071: Starting mobile
22:49:22.415543 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.426949 run mass: MS start registered {at=1335468.130299285, delay=0.0049733680207282305, ms=00071}
22:49:22.800756 run osmo-ms-mob/00072: Starting mobile
22:49:22.814879 run osmo-ms-mob/00072(pid=207): Launched
22:49:22.826366 run mass: MS start registered {at=1335468.529704771, delay=0.005117943976074457, ms=00072}
22:49:23.201097 run osmo-ms-mob/00073: Starting mobile
22:49:23.215006 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.226285 run mass: MS start registered {at=1335468.929642249, delay=0.004934400785714388, ms=00073}
22:49:23.304252 run mass: MS performed LU {at=1335469.007586364, lu_delay=5.41359125287272, ms=00059}
22:49:23.387725 run mass: MS performed LU {at=1335469.091059246, lu_delay=5.945862033171579, ms=00057}
22:49:23.433358 run mass: MS performed LU {at=1335469.136688427, lu_delay=5.6767147809732705, ms=00058}
22:49:23.446128 run osmo-ms-mob/00074: Starting mobile
22:49:23.460067 run osmo-ms-mob/00074(pid=209): Launched
22:49:23.471290 run mass: MS start registered {at=1335469.174635006, delay=0.0047353331465274096, ms=00074}
22:49:23.576441 run mass: MS performed LU {at=1335469.279774612, lu_delay=5.580703363986686, ms=00060}
22:49:23.613736 run mass: MS performed LU {at=1335469.317060834, lu_delay=4.779823218006641, ms=00061}
22:49:24.003815 run osmo-ms-mob/00075: Starting mobile
22:49:24.017739 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.029468 run mass: MS start registered {at=1335469.732807879, delay=0.00547222001478076, ms=00075}
22:49:24.501880 run osmo-ms-mob/00076: Starting mobile
22:49:24.515908 run osmo-ms-mob/00076(pid=211): Launched
22:49:24.527733 run mass: MS start registered {at=1335470.231075468, delay=0.005170044954866171, ms=00076}
22:49:24.675938 run mass: MS performed LU {at=1335470.379193165, lu_delay=3.765289379050955, ms=00067}
22:49:24.909626 run osmo-ms-mob/00077: Starting mobile
22:49:24.923453 run osmo-ms-mob/00077(pid=212): Launched
22:49:24.934874 run mass: MS start registered {at=1335470.638224884, delay=0.005082858027890325, ms=00077}
22:49:25.253535 run mass: MS performed LU {at=1335470.956764503, lu_delay=5.369369302876294, ms=00065}
22:49:25.299142 run mass: MS performed LU {at=1335471.002398104, lu_delay=5.858985310886055, ms=00063}
22:49:25.324750 run osmo-ms-mob/00078: Starting mobile
22:49:25.338788 run osmo-ms-mob/00078(pid=213): Launched
22:49:25.350435 run mass: MS start registered {at=1335471.053786309, delay=0.005352299893274903, ms=00078}
22:49:25.386495 run mass: MS performed LU {at=1335471.089753284, lu_delay=4.859254743903875, ms=00066}
22:49:25.443414 run mass: MS performed LU {at=1335471.14666418, lu_delay=6.311300232075155, ms=00062}
22:49:25.477716 run mass: MS performed LU {at=1335471.181059555, lu_delay=5.765354260802269, ms=00064}
22:49:25.489505 run osmo-ms-mob/00079: Starting mobile
22:49:25.503182 run osmo-ms-mob/00079(pid=214): Launched
22:49:25.514658 run mass: MS performed LU {at=1335471.218005338, lu_delay=23.277776079950854, ms=00016}
22:49:25.520930 run mass: MS start registered {at=1335471.224295682, delay=0.011554962024092674, ms=00079}
22:49:26.301703 run osmo-ms-mob/00080: Starting mobile
22:49:26.315462 run osmo-ms-mob/00080(pid=215): Launched
22:49:26.326645 run mass: MS start registered {at=1335472.029989168, delay=0.004943344043567777, ms=00080}
22:49:26.800615 run osmo-ms-mob/00081: Starting mobile
22:49:26.814994 run osmo-ms-mob/00081(pid=216): Launched
22:49:26.827090 run mass: MS start registered {at=1335472.530427681, delay=0.005473995115607977, ms=00081}
22:49:27.052721 run mass: MS performed LU {at=1335472.755957365, lu_delay=5.304540385026485, ms=00070}
22:49:27.153069 run mass: MS performed LU {at=1335472.856389732, lu_delay=5.585406428202987, ms=00069}
22:49:27.165777 run osmo-ms-mob/00082: Starting mobile
22:49:27.179687 run osmo-ms-mob/00082(pid=217): Launched
22:49:27.191065 run mass: MS start registered {at=1335472.894406575, delay=0.005010860972106457, ms=00082}
22:49:27.199716 run mass: MS performed LU {at=1335472.903061577, lu_delay=5.974461140809581, ms=00068}
22:49:27.305598 run mass: MS performed LU {at=1335473.008916004, lu_delay=4.87861671904102, ms=00071}
22:49:27.800582 run osmo-ms-mob/00083: Starting mobile
22:49:27.814715 run osmo-ms-mob/00083(pid=218): Launched
22:49:27.826052 run mass: MS start registered {at=1335473.5293985, delay=0.005030629923567176, ms=00083}
22:49:28.300597 run osmo-ms-mob/00084: Starting mobile
22:49:28.315071 run osmo-ms-mob/00084(pid=219): Launched
22:49:28.326451 run mass: MS start registered {at=1335474.029795284, delay=0.004967510001733899, ms=00084}
22:49:28.800343 run osmo-ms-mob/00085: Starting mobile
22:49:28.814183 run osmo-ms-mob/00085(pid=220): Launched
22:49:28.825427 run mass: MS start registered {at=1335474.528775111, delay=0.005067662103101611, ms=00085}
22:49:29.017203 run mass: MS performed LU {at=1335474.720494647, lu_delay=5.545859640929848, ms=00074}
22:49:29.063834 run mass: MS performed LU {at=1335474.767164923, lu_delay=5.8375226741191, ms=00073}
22:49:29.151732 run mass: MS performed LU {at=1335474.855066954, lu_delay=6.325362182920799, ms=00072}
22:49:29.207411 run mass: MS performed LU {at=1335474.910722645, lu_delay=5.177914765896276, ms=00075}
22:49:29.220046 run osmo-ms-mob/00086: Starting mobile
22:49:29.234302 run osmo-ms-mob/00086(pid=221): Launched
22:49:29.245568 run mass: MS start registered {at=1335474.948909042, delay=0.0049610750284045935, ms=00086}
22:49:29.461280 run mass: MS performed LU {at=1335475.164606538, lu_delay=4.933531069895253, ms=00076}
22:49:30.019666 run osmo-ms-mob/00087: Starting mobile
22:49:30.035858 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.047554 run mass: MS start registered {at=1335475.750900351, delay=0.005143923917785287, ms=00087}
22:49:30.609466 run osmo-ms-mob/00088: Starting mobile
22:49:30.624447 run osmo-ms-mob/00088(pid=223): Launched
22:49:30.636085 run mass: MS start registered {at=1335476.339413216, delay=0.005315435118973255, ms=00088}
22:49:30.817688 run mass: MS performed LU {at=1335476.521014524, lu_delay=5.882789639988914, ms=00077}
22:49:30.920379 run mass: MS performed LU {at=1335476.623632862, lu_delay=5.5698465530294925, ms=00078}
22:49:30.966140 run mass: MS performed LU {at=1335476.669388174, lu_delay=5.445092492038384, ms=00079}
22:49:31.071290 run mass: MS performed LU {at=1335476.774627621, lu_delay=4.744638453004882, ms=00080}
22:49:31.085526 run osmo-ms-mob/00089: Starting mobile
22:49:31.099276 run osmo-ms-mob/00089(pid=224): Launched
22:49:31.110736 run mass: MS start registered {at=1335476.814070727, delay=0.005081298993900418, ms=00089}
22:49:31.806866 run osmo-ms-mob/00090: Starting mobile
22:49:31.821174 run osmo-ms-mob/00090(pid=225): Launched
22:49:31.832656 run mass: MS start registered {at=1335477.535977145, delay=0.005117723951116204, ms=00090}
22:49:32.500342 run osmo-ms-mob/00091: Starting mobile
22:49:32.514830 run osmo-ms-mob/00091(pid=226): Launched
22:49:32.527090 run mass: MS start registered {at=1335478.230434117, delay=0.004111198941245675, ms=00091}
22:49:32.783792 run mass: MS performed LU {at=1335478.487108854, lu_delay=5.956681173061952, ms=00081}
22:49:32.829281 run mass: MS performed LU {at=1335478.532613627, lu_delay=5.638207051903009, ms=00082}
22:49:32.917409 run mass: MS performed LU {at=1335478.62073074, lu_delay=5.0913322400301695, ms=00083}
22:49:33.200949 run osmo-ms-mob/00092: Starting mobile
22:49:33.215273 run osmo-ms-mob/00092(pid=227): Launched
22:49:33.221617 run mass: MS performed LU {at=1335478.924973477, lu_delay=4.895178192993626, ms=00084}
22:49:33.228270 run mass: MS start registered {at=1335478.9316332, delay=0.0066832141019403934, ms=00092}
22:49:34.000452 run osmo-ms-mob/00093: Starting mobile
22:49:34.014730 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.026082 run mass: MS start registered {at=1335479.729431487, delay=0.005011980887502432, ms=00093}
22:49:34.583242 run mass: MS performed LU {at=1335480.286577197, lu_delay=4.535676846047863, ms=00087}
22:49:34.684574 run mass: MS performed LU {at=1335480.387909547, lu_delay=5.439000505022705, ms=00086}
22:49:34.731074 run mass: MS performed LU {at=1335480.434400305, lu_delay=5.905625193845481, ms=00085}
22:49:34.900067 run osmo-ms-mob/00094: Starting mobile
22:49:34.913693 run osmo-ms-mob/00094(pid=229): Launched
22:49:34.925091 run mass: MS start registered {at=1335480.628442666, delay=0.005068330094218254, ms=00094}
22:49:35.804909 run osmo-ms-mob/00095: Starting mobile
22:49:35.819280 run osmo-ms-mob/00095(pid=230): Launched
22:49:35.831020 run mass: MS start registered {at=1335481.534350565, delay=0.005252934992313385, ms=00095}
22:49:36.550024 run mass: MS performed LU {at=1335482.253344586, lu_delay=4.717367440927774, ms=00090}
22:49:36.595131 run mass: MS performed LU {at=1335482.298485631, lu_delay=5.484414903912693, ms=00089}
22:49:36.683490 run mass: MS performed LU {at=1335482.386826498, lu_delay=6.047413281863555, ms=00088}
22:49:36.694909 run osmo-ms-mob/00096: Starting mobile
22:49:36.708642 run osmo-ms-mob/00096(pid=231): Launched
22:49:36.737204 run mass: MS performed LU {at=1335482.440524737, lu_delay=21.809870943892747, ms=00049}
22:49:36.808877 run mass: MS start registered {at=1335482.512240809, delay=0.07176663493737578, ms=00096}
22:49:37.901682 run osmo-ms-mob/00097: Starting mobile
22:49:37.915648 run osmo-ms-mob/00097(pid=232): Launched
22:49:37.926737 run mass: MS start registered {at=1335483.630088865, delay=0.004780329065397382, ms=00097}
22:49:38.450472 run mass: MS performed LU {at=1335484.153799397, lu_delay=5.923365280032158, ms=00091}
22:49:38.497044 run mass: MS performed LU {at=1335484.200375909, lu_delay=5.26874270895496, ms=00092}
22:49:38.585624 run mass: MS performed LU {at=1335484.288874053, lu_delay=4.559442566009238, ms=00093}
22:49:39.213781 run osmo-ms-mob/00098: Starting mobile
22:49:39.227097 run osmo-ms-mob/00098(pid=233): Launched
22:49:39.238095 run mass: MS start registered {at=1335484.941434944, delay=0.004926152061671019, ms=00098}
22:49:40.314969 run mass: MS performed LU {at=1335486.018242184, lu_delay=5.389799518045038, ms=00094}
22:49:40.831811 run mass: MS performed LU {at=1335486.535133089, lu_delay=5.000782524002716, ms=00095}
22:49:41.003127 run osmo-ms-mob/00099: Starting mobile
22:49:41.016906 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.023782 run mass: All started... {duration=55.7296006269753, too_slow=0}
22:49:41.029903 run mass: MS start registered {at=1335486.733261083, delay=0.006116457981988788, ms=00099}
22:49:42.216449 run mass: MS performed LU {at=1335487.919768558, lu_delay=5.407527748961002, ms=00096}
22:49:44.081406 run mass: MS performed LU {at=1335489.784701643, lu_delay=6.154612777987495, ms=00097}
22:49:44.126820 run mass: MS performed LU {at=1335489.830157918, lu_delay=4.888722973875701, ms=00098}
22:49:45.982384 run mass: MS performed LU {at=1335491.685717845, lu_delay=4.952456762082875, ms=00099}
22:49:45.988901 run mass: Tests done {all_completed=True, max=23.277776079950854, min=3.729378590127453}
22:49:45.994654 tst register_default_mass.py: Test passed (84.9 sec)
22:49:46.000515 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.003971 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.007351 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.010743 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.014105 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.018983 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.022367 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.025761 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.029142 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.032557 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.035944 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.039355 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.042733 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.046112 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.049536 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.053177 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.056618 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.060039 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.063448 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.066888 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.070337 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.073759 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.077472 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.081246 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.084677 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.088050 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.091451 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.094882 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.098578 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.102014 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.105427 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.109155 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.112663 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.116088 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.119477 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.122909 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.126589 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.130124 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.133657 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.137148 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.140617 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.144074 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.147509 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.150929 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.154579 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.158073 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.161555 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.165026 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.168470 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.172120 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.175648 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.179131 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.182658 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.186156 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.189668 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.193194 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.196802 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.200212 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.203631 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.209236 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.213448 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.216963 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.221002 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.224387 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.227709 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.231143 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.234821 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.238337 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.241747 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.245186 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.248660 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.252067 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.255472 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.258861 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.262931 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.266305 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.269687 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.273137 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.276527 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.279916 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.283337 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.286738 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.290129 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.293642 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.297058 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.300459 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.303883 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.307992 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.311540 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.315294 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.318719 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.322114 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.325540 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.328980 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.332415 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.335833 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.339249 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.342781 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.346245 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:46.349837 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:46.353533 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:46.359280 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:46.366242 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:46.371818 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:46.375483 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:46.378971 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:46.382414 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:46.385828 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:46.389288 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:46.392679 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:46.396054 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:46.399459 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:46.402907 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:46.406320 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:46.409789 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:46.413245 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:46.416691 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:46.420130 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:46.423549 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:46.426943 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:46.430325 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:46.433691 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:46.437056 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:46.440751 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:46.444215 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:46.447614 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:46.450989 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:46.454356 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:46.457726 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:46.461110 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:46.464499 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:46.468021 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:46.471398 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:46.474773 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:46.478164 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:46.481534 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:46.484914 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:46.488288 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:46.491680 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:46.495072 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:46.498620 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:46.501984 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:46.505382 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:46.508773 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:46.512192 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:46.515609 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:46.519027 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:46.522433 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:46.525842 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:46.529299 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:46.532751 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:46.536165 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:46.539592 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:46.542995 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:46.546370 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:46.549722 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:46.553078 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:46.556429 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:46.559802 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:46.563172 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:46.566498 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:46.569857 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:46.573225 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:46.576593 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:46.579976 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:46.583362 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:46.586721 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:46.590090 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:46.593445 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:46.596793 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:46.600160 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:46.603514 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:46.606902 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:46.610295 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:46.613679 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:46.617073 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:46.620760 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:46.624140 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:46.627536 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:46.630918 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:46.634268 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:46.637633 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:46.641001 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:46.644350 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:46.647715 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:46.651091 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:46.654460 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:46.657727 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:46.660978 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:46.664215 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:46.667460 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:46.670742 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:46.673983 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:46.677255 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:46.680513 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:46.683783 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:46.687023 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:46.690255 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:46.693502 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:46.696749 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:46.700136 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:46.703522 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:46.706890 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:46.710272 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:46.713657 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:46.717033 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:46.720401 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:46.723776 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:46.727161 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:46.730561 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:46.733945 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:46.737336 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:46.740711 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:46.744125 --- ParallelTerminationStrategy: PID 22 died...
22:49:46.745656 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:46.749403 --- ParallelTerminationStrategy: PID 23 died...
22:49:46.750931 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:46.754650 --- ParallelTerminationStrategy: PID 24 died...
22:49:46.756173 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:46.760081 --- ParallelTerminationStrategy: PID 25 died...
22:49:46.761616 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:46.765315 --- ParallelTerminationStrategy: PID 26 died...
22:49:46.766842 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:46.770717 --- ParallelTerminationStrategy: PID 27 died...
22:49:46.772246 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:46.775960 --- ParallelTerminationStrategy: PID 28 died...
22:49:46.777467 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:46.781247 --- ParallelTerminationStrategy: PID 29 died...
22:49:46.782776 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:46.786524 --- ParallelTerminationStrategy: PID 30 died...
22:49:46.788042 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:46.791793 --- ParallelTerminationStrategy: PID 31 died...
22:49:46.793310 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:46.797090 --- ParallelTerminationStrategy: PID 32 died...
22:49:46.798615 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:46.802351 --- ParallelTerminationStrategy: PID 33 died...
22:49:46.803862 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:46.807629 --- ParallelTerminationStrategy: PID 35 died...
22:49:46.809154 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:46.812903 --- ParallelTerminationStrategy: PID 36 died...
22:49:46.814444 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:46.818224 --- ParallelTerminationStrategy: PID 37 died...
22:49:46.819760 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:46.823545 --- ParallelTerminationStrategy: PID 38 died...
22:49:46.825085 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:46.828886 --- ParallelTerminationStrategy: PID 39 died...
22:49:46.830433 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:46.834196 --- ParallelTerminationStrategy: PID 40 died...
22:49:46.835723 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:46.839475 --- ParallelTerminationStrategy: PID 41 died...
22:49:46.841006 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:46.844778 --- ParallelTerminationStrategy: PID 42 died...
22:49:46.846292 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:46.850028 --- ParallelTerminationStrategy: PID 43 died...
22:49:46.851547 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:46.855291 --- ParallelTerminationStrategy: PID 44 died...
22:49:46.856799 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:46.860551 --- ParallelTerminationStrategy: PID 45 died...
22:49:46.862118 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:46.865854 --- ParallelTerminationStrategy: PID 46 died...
22:49:46.867375 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:46.871100 --- ParallelTerminationStrategy: PID 47 died...
22:49:46.872617 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:46.876339 --- ParallelTerminationStrategy: PID 48 died...
22:49:46.877925 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:46.881689 --- ParallelTerminationStrategy: PID 49 died...
22:49:46.883210 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:46.886956 --- ParallelTerminationStrategy: PID 50 died...
22:49:46.888468 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:46.892195 --- ParallelTerminationStrategy: PID 51 died...
22:49:46.893706 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:46.897441 --- ParallelTerminationStrategy: PID 52 died...
22:49:46.898955 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:46.902707 --- ParallelTerminationStrategy: PID 53 died...
22:49:46.904231 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:46.907976 --- ParallelTerminationStrategy: PID 54 died...
22:49:46.909496 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:46.913211 --- ParallelTerminationStrategy: PID 55 died...
22:49:46.914725 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:46.918442 --- ParallelTerminationStrategy: PID 56 died...
22:49:46.919952 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:46.923708 --- ParallelTerminationStrategy: PID 57 died...
22:49:46.925234 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:46.929157 --- ParallelTerminationStrategy: PID 58 died...
22:49:46.930682 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:46.934446 --- ParallelTerminationStrategy: PID 59 died...
22:49:46.935984 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:46.939768 --- ParallelTerminationStrategy: PID 60 died...
22:49:46.941333 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:46.945188 --- ParallelTerminationStrategy: PID 61 died...
22:49:46.946727 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:46.950479 --- ParallelTerminationStrategy: PID 62 died...
22:49:46.951999 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:46.955731 --- ParallelTerminationStrategy: PID 63 died...
22:49:46.957251 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:46.961035 --- ParallelTerminationStrategy: PID 64 died...
22:49:46.962562 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:46.966321 --- ParallelTerminationStrategy: PID 65 died...
22:49:46.967844 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:46.971600 --- ParallelTerminationStrategy: PID 66 died...
22:49:46.973131 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:46.976883 --- ParallelTerminationStrategy: PID 67 died...
22:49:46.978411 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:46.982245 --- ParallelTerminationStrategy: PID 68 died...
22:49:46.983790 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:46.987555 --- ParallelTerminationStrategy: PID 69 died...
22:49:46.989077 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:46.992892 --- ParallelTerminationStrategy: PID 70 died...
22:49:46.994425 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:46.998209 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.000054 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.003901 --- ParallelTerminationStrategy: PID 72 died...
22:49:47.005441 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.009198 --- ParallelTerminationStrategy: PID 73 died...
22:49:47.011001 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.014767 --- ParallelTerminationStrategy: PID 74 died...
22:49:47.016268 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.020028 --- ParallelTerminationStrategy: PID 75 died...
22:49:47.021538 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.025255 --- ParallelTerminationStrategy: PID 76 died...
22:49:47.026770 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.030497 --- ParallelTerminationStrategy: PID 77 died...
22:49:47.032014 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.035771 --- ParallelTerminationStrategy: PID 78 died...
22:49:47.037287 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.041637 --- ParallelTerminationStrategy: PID 79 died...
22:49:47.043166 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.046910 --- ParallelTerminationStrategy: PID 80 died...
22:49:47.048412 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.052151 --- ParallelTerminationStrategy: PID 81 died...
22:49:47.053691 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.057327 --- ParallelTerminationStrategy: PID 82 died...
22:49:47.058840 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.062602 --- ParallelTerminationStrategy: PID 83 died...
22:49:47.064121 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.067884 --- ParallelTerminationStrategy: PID 84 died...
22:49:47.069411 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.073208 --- ParallelTerminationStrategy: PID 85 died...
22:49:47.074733 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.078609 --- ParallelTerminationStrategy: PID 86 died...
22:49:47.080137 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.083896 --- ParallelTerminationStrategy: PID 87 died...
22:49:47.085432 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.089187 --- ParallelTerminationStrategy: PID 88 died...
22:49:47.091089 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.095971 --- ParallelTerminationStrategy: PID 89 died...
22:49:47.097623 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.101548 --- ParallelTerminationStrategy: PID 90 died...
22:49:47.103075 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.106854 --- ParallelTerminationStrategy: PID 91 died...
22:49:47.108383 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.112150 --- ParallelTerminationStrategy: PID 92 died...
22:49:47.113802 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.117952 --- ParallelTerminationStrategy: PID 93 died...
22:49:47.119479 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.123225 --- ParallelTerminationStrategy: PID 94 died...
22:49:47.124734 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.128457 --- ParallelTerminationStrategy: PID 95 died...
22:49:47.129960 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.133730 --- ParallelTerminationStrategy: PID 96 died...
22:49:47.135247 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.138989 --- ParallelTerminationStrategy: PID 97 died...
22:49:47.140512 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.144261 --- ParallelTerminationStrategy: PID 98 died...
22:49:47.145829 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.149582 --- ParallelTerminationStrategy: PID 99 died...
22:49:47.151405 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.155179 --- ParallelTerminationStrategy: PID 100 died...
22:49:47.156715 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.160450 --- ParallelTerminationStrategy: PID 101 died...
22:49:47.162000 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.165752 --- ParallelTerminationStrategy: PID 102 died...
22:49:47.167276 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.171024 --- ParallelTerminationStrategy: PID 103 died...
22:49:47.172532 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.176486 --- ParallelTerminationStrategy: PID 104 died...
22:49:47.178052 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.181813 --- ParallelTerminationStrategy: PID 105 died...
22:49:47.183333 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.187075 --- ParallelTerminationStrategy: PID 106 died...
22:49:47.188588 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.192338 --- ParallelTerminationStrategy: PID 107 died...
22:49:47.193853 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.197581 --- ParallelTerminationStrategy: PID 108 died...
22:49:47.199096 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.202833 --- ParallelTerminationStrategy: PID 109 died...
22:49:47.204349 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.208077 --- ParallelTerminationStrategy: PID 110 died...
22:49:47.209555 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.213278 --- ParallelTerminationStrategy: PID 111 died...
22:49:47.214794 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.218550 --- ParallelTerminationStrategy: PID 112 died...
22:49:47.220064 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.223800 --- ParallelTerminationStrategy: PID 113 died...
22:49:47.225341 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.229178 --- ParallelTerminationStrategy: PID 114 died...
22:49:47.235346 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.239156 --- ParallelTerminationStrategy: PID 115 died...
22:49:47.240720 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.244274 --- ParallelTerminationStrategy: PID 116 died...
22:49:47.245716 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.249388 --- ParallelTerminationStrategy: PID 117 died...
22:49:47.250825 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.254394 --- ParallelTerminationStrategy: PID 118 died...
22:49:47.255834 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.259429 --- ParallelTerminationStrategy: PID 119 died...
22:49:47.260882 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.264417 --- ParallelTerminationStrategy: PID 120 died...
22:49:47.265869 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.269424 --- ParallelTerminationStrategy: PID 121 died...
22:49:47.270862 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.274423 --- ParallelTerminationStrategy: PID 122 died...
22:49:47.275854 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.279411 --- ParallelTerminationStrategy: PID 123 died...
22:49:47.280857 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.284402 --- ParallelTerminationStrategy: PID 124 died...
22:49:47.285846 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.289392 --- ParallelTerminationStrategy: PID 125 died...
22:49:47.290839 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.294397 --- ParallelTerminationStrategy: PID 126 died...
22:49:47.295838 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.299401 --- ParallelTerminationStrategy: PID 127 died...
22:49:47.300918 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.304545 --- ParallelTerminationStrategy: PID 128 died...
22:49:47.306007 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.309581 --- ParallelTerminationStrategy: PID 129 died...
22:49:47.311014 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.314605 --- ParallelTerminationStrategy: PID 130 died...
22:49:47.316044 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.319598 --- ParallelTerminationStrategy: PID 131 died...
22:49:47.321033 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.324578 --- ParallelTerminationStrategy: PID 132 died...
22:49:47.326015 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.329613 --- ParallelTerminationStrategy: PID 133 died...
22:49:47.331042 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.334607 --- ParallelTerminationStrategy: PID 134 died...
22:49:47.336035 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.339604 --- ParallelTerminationStrategy: PID 135 died...
22:49:47.341052 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.344617 --- ParallelTerminationStrategy: PID 136 died...
22:49:47.346104 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.349712 --- ParallelTerminationStrategy: PID 137 died...
22:49:47.351170 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.354762 --- ParallelTerminationStrategy: PID 138 died...
22:49:47.356233 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.359922 --- ParallelTerminationStrategy: PID 139 died...
22:49:47.361405 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.364995 --- ParallelTerminationStrategy: PID 140 died...
22:49:47.366449 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.370027 --- ParallelTerminationStrategy: PID 141 died...
22:49:47.371474 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.375066 --- ParallelTerminationStrategy: PID 142 died...
22:49:47.376493 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.380130 --- ParallelTerminationStrategy: PID 143 died...
22:49:47.381579 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.385182 --- ParallelTerminationStrategy: PID 144 died...
22:49:47.386628 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.390350 --- ParallelTerminationStrategy: PID 145 died...
22:49:47.391787 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.395357 --- ParallelTerminationStrategy: PID 146 died...
22:49:47.396798 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:47.400432 --- ParallelTerminationStrategy: PID 147 died...
22:49:47.401908 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:47.405636 --- ParallelTerminationStrategy: PID 148 died...
22:49:47.407174 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:47.410948 --- ParallelTerminationStrategy: PID 149 died...
22:49:47.412464 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:47.416257 --- ParallelTerminationStrategy: PID 150 died...
22:49:47.417806 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:47.421587 --- ParallelTerminationStrategy: PID 151 died...
22:49:47.423092 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:47.426829 --- ParallelTerminationStrategy: PID 152 died...
22:49:47.428332 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:47.432068 --- ParallelTerminationStrategy: PID 153 died...
22:49:47.433592 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:47.437399 --- ParallelTerminationStrategy: PID 154 died...
22:49:47.438920 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:47.442723 --- ParallelTerminationStrategy: PID 155 died...
22:49:47.444255 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:47.448017 --- ParallelTerminationStrategy: PID 156 died...
22:49:47.449538 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:47.453336 --- ParallelTerminationStrategy: PID 157 died...
22:49:47.454834 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:47.458585 --- ParallelTerminationStrategy: PID 158 died...
22:49:47.460110 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:47.463891 --- ParallelTerminationStrategy: PID 159 died...
22:49:47.465413 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:47.469273 --- ParallelTerminationStrategy: PID 160 died...
22:49:47.470790 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:47.474554 --- ParallelTerminationStrategy: PID 161 died...
22:49:47.476051 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:47.479804 --- ParallelTerminationStrategy: PID 162 died...
22:49:47.481353 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:47.485115 --- ParallelTerminationStrategy: PID 163 died...
22:49:47.486632 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:47.490299 --- ParallelTerminationStrategy: PID 164 died...
22:49:47.491802 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:47.495576 --- ParallelTerminationStrategy: PID 165 died...
22:49:47.497087 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:47.500724 --- ParallelTerminationStrategy: PID 166 died...
22:49:47.502181 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:47.505834 --- ParallelTerminationStrategy: PID 167 died...
22:49:47.507371 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:47.511041 --- ParallelTerminationStrategy: PID 168 died...
22:49:47.512548 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:47.516157 --- ParallelTerminationStrategy: PID 169 died...
22:49:47.517672 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:47.521254 --- ParallelTerminationStrategy: PID 170 died...
22:49:47.522795 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:47.526476 --- ParallelTerminationStrategy: PID 171 died...
22:49:47.527985 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:47.531568 --- ParallelTerminationStrategy: PID 172 died...
22:49:47.533021 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:47.536567 --- ParallelTerminationStrategy: PID 173 died...
22:49:47.538038 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:47.541655 --- ParallelTerminationStrategy: PID 174 died...
22:49:47.543137 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:47.546745 --- ParallelTerminationStrategy: PID 175 died...
22:49:47.548233 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:47.551919 --- ParallelTerminationStrategy: PID 176 died...
22:49:47.553426 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:47.557194 --- ParallelTerminationStrategy: PID 177 died...
22:49:47.558699 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:47.562418 --- ParallelTerminationStrategy: PID 178 died...
22:49:47.563917 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:47.567616 --- ParallelTerminationStrategy: PID 179 died...
22:49:47.569110 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:47.572847 --- ParallelTerminationStrategy: PID 180 died...
22:49:47.574283 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:47.577851 --- ParallelTerminationStrategy: PID 181 died...
22:49:47.579285 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:47.582885 --- ParallelTerminationStrategy: PID 182 died...
22:49:47.584335 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:47.587896 --- ParallelTerminationStrategy: PID 183 died...
22:49:47.589352 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:47.592923 --- ParallelTerminationStrategy: PID 184 died...
22:49:47.594364 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:47.597958 --- ParallelTerminationStrategy: PID 185 died...
22:49:47.599413 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:47.602980 --- ParallelTerminationStrategy: PID 186 died...
22:49:47.604407 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:47.607972 --- ParallelTerminationStrategy: PID 187 died...
22:49:47.609413 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:47.613017 --- ParallelTerminationStrategy: PID 188 died...
22:49:47.614452 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:47.618016 --- ParallelTerminationStrategy: PID 189 died...
22:49:47.619445 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:47.623020 --- ParallelTerminationStrategy: PID 190 died...
22:49:47.624491 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:47.628166 --- ParallelTerminationStrategy: PID 191 died...
22:49:47.629680 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:47.633294 --- ParallelTerminationStrategy: PID 192 died...
22:49:47.634734 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:47.638297 --- ParallelTerminationStrategy: PID 193 died...
22:49:47.639731 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:47.643351 --- ParallelTerminationStrategy: PID 194 died...
22:49:47.644783 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:47.648351 --- ParallelTerminationStrategy: PID 195 died...
22:49:47.649818 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:47.653501 --- ParallelTerminationStrategy: PID 196 died...
22:49:47.654948 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:47.658595 --- ParallelTerminationStrategy: PID 197 died...
22:49:47.660108 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:47.663881 --- ParallelTerminationStrategy: PID 198 died...
22:49:47.665429 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:47.669205 --- ParallelTerminationStrategy: PID 199 died...
22:49:47.670701 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:47.674432 --- ParallelTerminationStrategy: PID 200 died...
22:49:47.675999 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:47.679746 --- ParallelTerminationStrategy: PID 201 died...
22:49:47.681265 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:47.685027 --- ParallelTerminationStrategy: PID 202 died...
22:49:47.686552 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:47.690273 --- ParallelTerminationStrategy: PID 203 died...
22:49:47.691776 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:47.695490 --- ParallelTerminationStrategy: PID 204 died...
22:49:47.696999 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:47.700749 --- ParallelTerminationStrategy: PID 205 died...
22:49:47.702256 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:47.706031 --- ParallelTerminationStrategy: PID 206 died...
22:49:47.707545 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:47.711285 --- ParallelTerminationStrategy: PID 207 died...
22:49:47.712800 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:47.716539 --- ParallelTerminationStrategy: PID 208 died...
22:49:47.718039 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:47.721790 --- ParallelTerminationStrategy: PID 209 died...
22:49:47.723299 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:47.727089 --- ParallelTerminationStrategy: PID 210 died...
22:49:47.728608 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:47.732378 --- ParallelTerminationStrategy: PID 211 died...
22:49:47.733909 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:47.737672 --- ParallelTerminationStrategy: PID 212 died...
22:49:47.739193 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:47.742954 --- ParallelTerminationStrategy: PID 213 died...
22:49:47.744451 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:47.748166 --- ParallelTerminationStrategy: PID 214 died...
22:49:47.749672 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:47.753446 --- ParallelTerminationStrategy: PID 215 died...
22:49:47.754947 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:47.758696 --- ParallelTerminationStrategy: PID 216 died...
22:49:47.760201 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:47.763928 --- ParallelTerminationStrategy: PID 217 died...
22:49:47.765436 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:47.769169 --- ParallelTerminationStrategy: PID 218 died...
22:49:47.770673 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:47.774382 --- ParallelTerminationStrategy: PID 219 died...
22:49:47.775879 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:47.779614 --- ParallelTerminationStrategy: PID 220 died...
22:49:47.781119 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:47.784847 --- ParallelTerminationStrategy: PID 221 died...
22:49:47.786350 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:47.790067 --- ParallelTerminationStrategy: PID 222 died...
22:49:47.791565 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:47.795326 --- ParallelTerminationStrategy: PID 223 died...
22:49:47.796831 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:47.800539 --- ParallelTerminationStrategy: PID 224 died...
22:49:47.802033 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:47.805764 --- ParallelTerminationStrategy: PID 225 died...
22:49:47.807257 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:47.810992 --- ParallelTerminationStrategy: PID 226 died...
22:49:47.812489 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:47.816105 --- ParallelTerminationStrategy: PID 227 died...
22:49:47.817565 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:47.821285 --- ParallelTerminationStrategy: PID 228 died...
22:49:47.822785 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:47.826510 --- ParallelTerminationStrategy: PID 229 died...
22:49:47.828014 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:47.831729 --- ParallelTerminationStrategy: PID 230 died...
22:49:47.833254 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:47.836970 --- ParallelTerminationStrategy: PID 231 died...
22:49:47.838466 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:47.842204 --- ParallelTerminationStrategy: PID 232 died...
22:49:47.843695 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:47.847443 --- ParallelTerminationStrategy: PID 233 died...
22:49:47.848949 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:47.852691 --- ParallelTerminationStrategy: PID 234 died...
22:49:47.854201 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.257632 --- ParallelTerminationStrategy: PID 34 died...
22:49:51.260931 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7860 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.345038 tst trial-7860: Storing JUnit report in /build/trial-7860/run.2025-01-28_22-48-20/trial-7860.xml
--------------------------------------------------------------------------------------------
trial-7860 PASS
--------------------------------------------------------------------------------------------
22:49:51.355565 tst trial-7860: trial-7860: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7860/inst
+ cd trial-7860
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-28 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7860-run.tgz run.2025-01-28_22-48-20
+ tar czf /build/trial-7860-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-28_13_28_37.tgz osmo-bts-oc2g.build-2025-01-28_00_51_25.tgz osmo-bts-sysmo.build-2025-01-28_00_51_25.tgz osmo-bts.build-2025-01-28_00_51_37.tgz osmo-ggsn.build-2025-01-28_20_42_37.tgz osmo-hlr.build-2025-01-28_16_36_55.tgz osmo-hnbgw.build-2025-01-28_13_37_55.tgz osmo-mgw.build-2025-01-28_08_35_32.tgz osmo-msc.build-2025-01-28_13_33_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-28_07_40_53.tgz osmo-pcu-sysmo.build-2025-01-28_07_40_46.tgz osmo-pcu.build-2025-01-28_07_40_56.tgz osmo-sgsn.build-2025-01-28_20_48_13.tgz osmo-stp.build-2025-01-28_13_25_29.tgz osmo-trx.build-2025-01-28_14_27_02.tgz osmocom-bb.build-2025-01-28_21_17_09.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