Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4933083857562920604.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-8180
+ 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
a69bc8d ttcn3-bts-test: Run fake_trx with sched-prio-rr
+ 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 M3UA_TESTTOOL_BRANCH=osmocom/master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s
#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.0s
#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.0s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.1s
#7 [ 9/28] COPY SSH /root/.ssh
#7 CACHED
#8 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#8 CACHED
#9 [20/28] WORKDIR /TMP
#9 CACHED
#10 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#10 CACHED
#11 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#11 CACHED
#12 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#12 CACHED
#13 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#13 CACHED
#14 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [ 3/28] RUN groupadd osmo-gsm-tester
#16 CACHED
#17 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#17 CACHED
#18 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#18 CACHED
#19 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#19 CACHED
#20 [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
#20 CACHED
#21 [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
#21 CACHED
#22 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#22 CACHED
#23 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#23 CACHED
#24 [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
#24 CACHED
#25 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#25 CACHED
#26 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#26 CACHED
#27 [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
#27 CACHED
#28 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#29 CACHED
#30 [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
#30 CACHED
#31 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#31 CACHED
#32 [ 8/28] RUN MKDIR /var/run/sshd
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c48a2aa945f8667665cb3dac2775ac1d146e345005ae594180d3e3b12a6a5660 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
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=8181 -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-12-15 22:48:15
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8181
+ mkdir -p trial-8181
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-15_13_26_43.tgz osmo-bts-oc2g.build-2025-12-15_12_13_45.tgz osmo-bts-sysmo.build-2025-12-15_12_13_43.tgz osmo-bts.build-2025-12-15_12_13_48.tgz osmo-ggsn.build-2025-12-15_20_42_29.tgz osmo-hlr.build-2025-12-15_16_36_47.tgz osmo-hnbgw.build-2025-12-15_16_59_24.tgz osmo-mgw.build-2025-12-15_08_33_16.tgz osmo-msc.build-2025-12-15_13_32_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-15_12_34_56.tgz osmo-pcu-sysmo.build-2025-12-15_12_37_40.tgz osmo-pcu.build-2025-12-15_12_35_06.tgz osmo-sgsn.build-2025-12-15_20_48_06.tgz osmo-stp.build-2025-12-15_13_23_10.tgz osmo-trx.build-2025-12-15_17_04_28.tgz osmocom-bb.build-2025-12-15_21_17_38.tgz srslte.build-19.tgz trial-8181
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-15_13_26_43.md5 osmo-bts-oc2g.build-2025-12-15_12_13_45.md5 osmo-bts-sysmo.build-2025-12-15_12_13_43.md5 osmo-bts.build-2025-12-15_12_13_48.md5 osmo-ggsn.build-2025-12-15_20_42_29.md5 osmo-hlr.build-2025-12-15_16_36_47.md5 osmo-hnbgw.build-2025-12-15_16_59_24.md5 osmo-mgw.build-2025-12-15_08_33_16.md5 osmo-msc.build-2025-12-15_13_32_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-15_12_34_56.md5 osmo-pcu-sysmo.build-2025-12-15_12_37_40.md5 osmo-pcu.build-2025-12-15_12_35_06.md5 osmo-sgsn.build-2025-12-15_20_48_06.md5 osmo-stp.build-2025-12-15_13_23_10.md5 osmo-trx.build-2025-12-15_17_04_28.md5 osmocom-bb.build-2025-12-15_21_17_38.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-15_13_26_43.md5 osmo-bts-oc2g.build-2025-12-15_12_13_45.md5 osmo-bts-sysmo.build-2025-12-15_12_13_43.md5 osmo-bts.build-2025-12-15_12_13_48.md5 osmo-ggsn.build-2025-12-15_20_42_29.md5 osmo-hlr.build-2025-12-15_16_36_47.md5 osmo-hnbgw.build-2025-12-15_16_59_24.md5 osmo-mgw.build-2025-12-15_08_33_16.md5 osmo-msc.build-2025-12-15_13_32_44.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-15_12_34_56.md5 osmo-pcu-sysmo.build-2025-12-15_12_37_40.md5 osmo-pcu.build-2025-12-15_12_35_06.md5 osmo-sgsn.build-2025-12-15_20_48_06.md5 osmo-stp.build-2025-12-15_13_23_10.md5 osmo-trx.build-2025-12-15_17_04_28.md5 osmocom-bb.build-2025-12-15_21_17_38.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-8181 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8181'
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-8181
--------------------------------------------------------------------------------------------
22:48:15.566325 tst trial-8181: Detailed log at /build/trial-8181/run.2025-12-15_22-48-15/log
---------------------------------------------------------------------
trial-8181 netreg_mass
---------------------------------------------------------------------
22:48:15.770696 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:15.771093 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:15.771977 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:15.773143 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:15.835213 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:15.838466 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:15.842087 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:15.907479 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-8181 netreg_mass register_default_mass.py
----------------------------------------------
22:48:15.908228 tst register_default_mass.py:9: Claiming resources for the test
22:48:15.923316 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.923857 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.924334 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.924783 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.925237 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.925699 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:15.926160 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:15.957484 tst register_default_mass.py: using LAC 2
22:48:15.979624 tst register_default_mass.py: using RAC 2
22:48:16.005796 tst register_default_mass.py: using CellId 2
22:48:16.035369 tst register_default_mass.py: using BVCI 3
22:48:16.049262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.049969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.050574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.051129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.051654 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.052186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.052722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.053260 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.053820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.054351 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.054883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.055411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.055944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.056476 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.057022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.057552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.058079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.058617 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.059142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.059664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.060198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.060733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.061257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.061784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.062315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.062830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.063346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.063871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.064390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.064918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.065445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.065962 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.066507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.067043 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.067571 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.068111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.068640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.069168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.069690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.070222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.070738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.071260 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.071787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.072320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.072856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.073387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.073920 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.074455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.074993 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.075519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.076042 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.076575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.077113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.077634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.078148 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.078678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.079194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.079708 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.080236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.080755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.081279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.081806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.082331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.082845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.083376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.083894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.084407 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.084948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.085477 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.086008 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.086536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.087061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.087656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.088186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.088711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.089216 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.089734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.090251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.090764 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.091265 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.091788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.092303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.092825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.093343 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.093855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.094358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.094876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.095385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.095892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.096402 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.096933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.097444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.097975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.098495 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.099006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.099513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.100034 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.100544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.101057 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.101581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.102085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:16.102651 tst register_default_mass.py:21: Launching a simple network
22:48:16.112604 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:16.233415 run create_hlr_db(pid=20): Launched
22:48:17.248277 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:17.264429 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:17.279292 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:17.284988 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:17.474679 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:17.489491 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:17.495014 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:17.921606 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:17.936717 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:20.947275 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:21.074288 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:21.089612 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:21.095342 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:21.118603 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:21.133424 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:21.139165 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:21.452787 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:21.467936 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:27.494915 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:27.668338 run osmo-bts-virtual(pid=34): Launched
22:48:28.704584 tst register_default_mass.py: using MSISDN 1001
22:48:28.719362 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:28.759150 tst register_default_mass.py: using MSISDN 1002
22:48:28.777125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:28.806872 tst register_default_mass.py: using MSISDN 1003
22:48:28.821302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:28.852398 tst register_default_mass.py: using MSISDN 1004
22:48:28.867111 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:28.897929 tst register_default_mass.py: using MSISDN 1005
22:48:28.912616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:28.943130 tst register_default_mass.py: using MSISDN 1006
22:48:28.957645 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:28.988302 tst register_default_mass.py: using MSISDN 1007
22:48:29.002870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:29.033555 tst register_default_mass.py: using MSISDN 1008
22:48:29.048160 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:29.077789 tst register_default_mass.py: using MSISDN 1009
22:48:29.091834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:29.122643 tst register_default_mass.py: using MSISDN 1010
22:48:29.137328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:29.168290 tst register_default_mass.py: using MSISDN 1011
22:48:29.183156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:29.214047 tst register_default_mass.py: using MSISDN 1012
22:48:29.228350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:29.259497 tst register_default_mass.py: using MSISDN 1013
22:48:29.274247 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:29.305061 tst register_default_mass.py: using MSISDN 1014
22:48:29.319659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:29.351084 tst register_default_mass.py: using MSISDN 1015
22:48:29.366193 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:29.395683 tst register_default_mass.py: using MSISDN 1016
22:48:29.409742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:29.440493 tst register_default_mass.py: using MSISDN 1017
22:48:29.455144 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:29.486090 tst register_default_mass.py: using MSISDN 1018
22:48:29.500785 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:29.530640 tst register_default_mass.py: using MSISDN 1019
22:48:29.544953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:29.575514 tst register_default_mass.py: using MSISDN 1020
22:48:29.589908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:29.620905 tst register_default_mass.py: using MSISDN 1021
22:48:29.635728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:29.666659 tst register_default_mass.py: using MSISDN 1022
22:48:29.681326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:29.721017 tst register_default_mass.py: using MSISDN 1023
22:48:29.738906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:29.769670 tst register_default_mass.py: using MSISDN 1024
22:48:29.784672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:29.815685 tst register_default_mass.py: using MSISDN 1025
22:48:29.830519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:29.861419 tst register_default_mass.py: using MSISDN 1026
22:48:29.875871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:29.906897 tst register_default_mass.py: using MSISDN 1027
22:48:29.921713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:29.952719 tst register_default_mass.py: using MSISDN 1028
22:48:29.967350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:29.998529 tst register_default_mass.py: using MSISDN 1029
22:48:30.013353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:30.044335 tst register_default_mass.py: using MSISDN 1030
22:48:30.059229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:30.090220 tst register_default_mass.py: using MSISDN 1031
22:48:30.104793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:30.135950 tst register_default_mass.py: using MSISDN 1032
22:48:30.151025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:30.182133 tst register_default_mass.py: using MSISDN 1033
22:48:30.196807 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:30.227510 tst register_default_mass.py: using MSISDN 1034
22:48:30.242270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:30.273165 tst register_default_mass.py: using MSISDN 1035
22:48:30.287651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:30.326328 tst register_default_mass.py: using MSISDN 1036
22:48:30.343967 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:30.382614 tst register_default_mass.py: using MSISDN 1037
22:48:30.400566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:30.431407 tst register_default_mass.py: using MSISDN 1038
22:48:30.446312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:30.477010 tst register_default_mass.py: using MSISDN 1039
22:48:30.491587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:30.522606 tst register_default_mass.py: using MSISDN 1040
22:48:30.537430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:30.568543 tst register_default_mass.py: using MSISDN 1041
22:48:30.583283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:30.614232 tst register_default_mass.py: using MSISDN 1042
22:48:30.629011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:30.660022 tst register_default_mass.py: using MSISDN 1043
22:48:30.674721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:30.705705 tst register_default_mass.py: using MSISDN 1044
22:48:30.720373 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:30.751397 tst register_default_mass.py: using MSISDN 1045
22:48:30.766086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:30.797043 tst register_default_mass.py: using MSISDN 1046
22:48:30.811739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:30.842537 tst register_default_mass.py: using MSISDN 1047
22:48:30.857207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:30.888308 tst register_default_mass.py: using MSISDN 1048
22:48:30.903094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:30.934007 tst register_default_mass.py: using MSISDN 1049
22:48:30.948709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:30.979465 tst register_default_mass.py: using MSISDN 1050
22:48:30.994017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.025052 tst register_default_mass.py: using MSISDN 1051
22:48:31.039754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.070771 tst register_default_mass.py: using MSISDN 1052
22:48:31.085382 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:31.116066 tst register_default_mass.py: using MSISDN 1053
22:48:31.130650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:31.161868 tst register_default_mass.py: using MSISDN 1054
22:48:31.176568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:31.207550 tst register_default_mass.py: using MSISDN 1055
22:48:31.222180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:31.253116 tst register_default_mass.py: using MSISDN 1056
22:48:31.267860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:31.297612 tst register_default_mass.py: using MSISDN 1057
22:48:31.311547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:31.342876 tst register_default_mass.py: using MSISDN 1058
22:48:31.357612 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:31.388778 tst register_default_mass.py: using MSISDN 1059
22:48:31.403726 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:31.434559 tst register_default_mass.py: using MSISDN 1060
22:48:31.449288 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:31.480483 tst register_default_mass.py: using MSISDN 1061
22:48:31.495346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:31.526497 tst register_default_mass.py: using MSISDN 1062
22:48:31.541384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:31.572670 tst register_default_mass.py: using MSISDN 1063
22:48:31.587497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:31.618381 tst register_default_mass.py: using MSISDN 1064
22:48:31.633221 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:31.664278 tst register_default_mass.py: using MSISDN 1065
22:48:31.678904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:31.718515 tst register_default_mass.py: using MSISDN 1066
22:48:31.736553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:31.767691 tst register_default_mass.py: using MSISDN 1067
22:48:31.782923 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:31.813697 tst register_default_mass.py: using MSISDN 1068
22:48:31.828378 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:31.859446 tst register_default_mass.py: using MSISDN 1069
22:48:31.874322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:31.905349 tst register_default_mass.py: using MSISDN 1070
22:48:31.920153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:31.951052 tst register_default_mass.py: using MSISDN 1071
22:48:31.965668 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:31.996819 tst register_default_mass.py: using MSISDN 1072
22:48:32.011780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.042956 tst register_default_mass.py: using MSISDN 1073
22:48:32.057466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.088673 tst register_default_mass.py: using MSISDN 1074
22:48:32.103550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:32.134445 tst register_default_mass.py: using MSISDN 1075
22:48:32.149061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:32.180249 tst register_default_mass.py: using MSISDN 1076
22:48:32.195146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:32.226285 tst register_default_mass.py: using MSISDN 1077
22:48:32.241090 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:32.272301 tst register_default_mass.py: using MSISDN 1078
22:48:32.287243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:32.318493 tst register_default_mass.py: using MSISDN 1079
22:48:32.333291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:32.364062 tst register_default_mass.py: using MSISDN 1080
22:48:32.378764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:32.409548 tst register_default_mass.py: using MSISDN 1081
22:48:32.424195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:32.455231 tst register_default_mass.py: using MSISDN 1082
22:48:32.470026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:32.501073 tst register_default_mass.py: using MSISDN 1083
22:48:32.515651 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:32.546454 tst register_default_mass.py: using MSISDN 1084
22:48:32.561142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:32.592165 tst register_default_mass.py: using MSISDN 1085
22:48:32.606788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:32.637988 tst register_default_mass.py: using MSISDN 1086
22:48:32.652830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:32.684252 tst register_default_mass.py: using MSISDN 1087
22:48:32.699339 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:32.731088 tst register_default_mass.py: using MSISDN 1088
22:48:32.746106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:32.777860 tst register_default_mass.py: using MSISDN 1089
22:48:32.793071 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:32.824540 tst register_default_mass.py: using MSISDN 1090
22:48:32.839568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:32.870996 tst register_default_mass.py: using MSISDN 1091
22:48:32.885964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:32.917263 tst register_default_mass.py: using MSISDN 1092
22:48:32.932198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:32.963400 tst register_default_mass.py: using MSISDN 1093
22:48:32.978249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.009254 tst register_default_mass.py: using MSISDN 1094
22:48:33.024038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.054100 tst register_default_mass.py: using MSISDN 1095
22:48:33.068386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.100195 tst register_default_mass.py: using MSISDN 1096
22:48:33.115365 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:33.146917 tst register_default_mass.py: using MSISDN 1097
22:48:33.162046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:33.192096 tst register_default_mass.py: using MSISDN 1098
22:48:33.206471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:33.238039 tst register_default_mass.py: using MSISDN 1099
22:48:33.253055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:33.288576 tst register_default_mass.py: using MSISDN 1100
22:48:33.305425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:33.397714 run mass: Starting testcase
22:48:33.403278 run mass: Pre-launching all virtphy's
22:48:33.408808 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:33.421969 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:33.428122 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:33.441321 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:33.447450 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:33.460540 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:33.466652 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:33.479705 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:33.485849 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:33.498995 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:33.505002 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:33.517951 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:33.524044 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:33.536955 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:33.542900 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:33.555766 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:33.561730 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:33.574644 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:33.580593 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:33.593471 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:33.599425 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:33.612345 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:33.618307 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:33.631234 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:33.637164 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:33.650072 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:33.656004 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:33.668917 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:33.674838 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:33.687666 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:33.693642 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:33.706579 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:33.712550 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:33.725507 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:33.731488 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:33.744377 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:33.750361 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:33.763250 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:33.769228 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:33.782128 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:33.788134 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:33.801155 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:33.807111 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:33.820170 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:33.826160 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:33.839154 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:33.845091 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:33.858167 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:33.864121 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:33.877054 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:33.883109 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:33.896034 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:33.901980 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:33.914905 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:33.920846 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:33.933782 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:33.939726 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:33.952618 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:33.958570 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:33.971561 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:33.977550 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:33.990487 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:33.996451 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.009612 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.015623 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.028594 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.034573 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.047495 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.053538 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.066490 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.072447 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.085391 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.091398 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.104635 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.110630 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.123791 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.129804 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.143024 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:34.149172 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:34.162362 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:34.168386 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:34.181438 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:34.187437 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:34.200460 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:34.206479 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:34.219418 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:34.225454 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:34.238457 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:34.244453 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:34.257541 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:34.263702 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:34.276984 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:34.283199 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:34.296188 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:34.302342 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:34.315317 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:34.321335 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:34.334463 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:34.340617 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:34.353815 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:34.359827 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:34.372904 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:34.378956 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:34.392005 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:34.398064 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:34.411058 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:34.417111 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:34.430096 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:34.436053 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:34.448987 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:34.454964 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:34.467937 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:34.473971 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:34.486907 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:34.492890 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:34.505845 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:34.511801 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:34.524972 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:34.530939 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:34.544091 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:34.550173 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:34.563417 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:34.569552 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:34.582670 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:34.588753 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:34.601732 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:34.607698 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:34.620763 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:34.626899 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:34.640093 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:34.646173 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:34.659220 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:34.665344 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:34.678500 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:34.684548 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:34.697720 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:34.703817 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:34.717005 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:34.723120 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:34.736259 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:34.742318 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:34.755559 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:34.761599 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:34.774905 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:34.780956 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:34.793893 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:34.800009 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:34.813028 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:34.819056 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:34.831970 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:34.837950 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:34.850930 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:34.856897 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:34.869802 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:34.875775 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:34.888828 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:34.894838 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:34.907818 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:34.913784 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:34.926752 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:34.932761 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:34.945714 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:34.951722 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:34.964712 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:34.970734 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:34.983696 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:34.989869 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.002872 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.009031 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.022030 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.028026 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.041127 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.047078 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.060221 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.066235 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.079225 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.085193 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.098300 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.104273 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.117262 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.123203 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.136136 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.142100 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.154994 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:35.160954 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:35.173930 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:35.179984 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:35.193019 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:35.199039 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:35.212003 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:35.217974 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:35.231098 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:35.237108 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:35.250198 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:35.256203 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:35.269210 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:35.275506 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:35.288560 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:35.294749 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:35.307780 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:35.313721 run mass: Checking if sockets are in the filesystem
22:48:35.346658 run osmo-ms-mob/00000: Starting mobile
22:48:35.359915 run osmo-ms-mob/00000(pid=135): Launched
22:48:35.371165 run mass: MS start registered {at=29069821.07451462, delay=0.0052106305956840515, ms=00000}
22:48:39.530219 run osmo-ms-mob/00001: Starting mobile
22:48:39.543531 run osmo-ms-mob/00001(pid=136): Launched
22:48:39.554643 run mass: MS start registered {at=29069825.257987283, delay=0.005064118653535843, ms=00001}
22:48:40.496372 run mass: MS performed LU {at=29069826.19960475, lu_delay=5.125090129673481, ms=00000}
22:48:41.330210 run osmo-ms-mob/00002: Starting mobile
22:48:41.343434 run osmo-ms-mob/00002(pid=137): Launched
22:48:41.354444 run mass: MS start registered {at=29069827.057788912, delay=0.00458715483546257, ms=00002}
22:48:42.662046 run osmo-ms-mob/00003: Starting mobile
22:48:42.679042 run osmo-ms-mob/00003(pid=138): Launched
22:48:42.689581 run mass: MS start registered {at=29069828.39293049, delay=0.004534810781478882, ms=00003}
22:48:43.760758 run osmo-ms-mob/00004: Starting mobile
22:48:43.779429 run osmo-ms-mob/00004(pid=139): Launched
22:48:43.791109 run mass: MS start registered {at=29069829.494457826, delay=0.005603041499853134, ms=00004}
22:48:44.262988 run mass: MS performed LU {at=29069829.966227643, lu_delay=4.708240360021591, ms=00001}
22:48:44.760816 run osmo-ms-mob/00005: Starting mobile
22:48:44.777766 run osmo-ms-mob/00005(pid=140): Launched
22:48:44.788460 run mass: MS start registered {at=29069830.491809055, delay=0.00466383621096611, ms=00005}
22:48:45.669060 run osmo-ms-mob/00006: Starting mobile
22:48:45.685504 run osmo-ms-mob/00006(pid=141): Launched
22:48:45.696435 run mass: MS start registered {at=29069831.39978784, delay=0.004700157791376114, ms=00006}
22:48:46.164423 run mass: MS performed LU {at=29069831.867660604, lu_delay=4.809871692210436, ms=00002}
22:48:46.561165 run osmo-ms-mob/00007: Starting mobile
22:48:46.578527 run osmo-ms-mob/00007(pid=142): Launched
22:48:46.590219 run mass: MS start registered {at=29069832.29356923, delay=0.005671866238117218, ms=00007}
22:48:47.346986 run osmo-ms-mob/00008: Starting mobile
22:48:47.360245 run osmo-ms-mob/00008(pid=143): Launched
22:48:47.371014 run mass: MS start registered {at=29069833.074365985, delay=0.004715397953987122, ms=00008}
22:48:48.060632 run osmo-ms-mob/00009: Starting mobile
22:48:48.077472 run osmo-ms-mob/00009(pid=144): Launched
22:48:48.083424 run mass: MS performed LU {at=29069833.786782462, lu_delay=5.393851973116398, ms=00003}
22:48:48.089173 run mass: MS start registered {at=29069833.792540446, delay=0.005775481462478638, ms=00009}
22:48:48.761192 run osmo-ms-mob/00010: Starting mobile
22:48:48.778065 run osmo-ms-mob/00010(pid=145): Launched
22:48:48.788972 run mass: MS start registered {at=29069834.492323335, delay=0.0046590715646743774, ms=00010}
22:48:49.359583 run osmo-ms-mob/00011: Starting mobile
22:48:49.375321 run osmo-ms-mob/00011(pid=146): Launched
22:48:49.386113 run mass: MS start registered {at=29069835.089468043, delay=0.004805330187082291, ms=00011}
22:48:49.935070 run osmo-ms-mob/00012: Starting mobile
22:48:49.948574 run osmo-ms-mob/00012(pid=147): Launched
22:48:49.954780 run mass: MS performed LU {at=29069835.658137713, lu_delay=6.163679886609316, ms=00004}
22:48:49.961033 run mass: MS performed LU {at=29069835.66439758, lu_delay=5.172588523477316, ms=00005}
22:48:49.966835 run mass: MS start registered {at=29069835.670201413, delay=0.012081582099199295, ms=00012}
22:48:50.569616 run osmo-ms-mob/00013: Starting mobile
22:48:50.586948 run osmo-ms-mob/00013(pid=148): Launched
22:48:50.597860 run mass: MS start registered {at=29069836.3012118, delay=0.0045843906700611115, ms=00013}
22:48:51.156125 run osmo-ms-mob/00014: Starting mobile
22:48:51.169712 run osmo-ms-mob/00014(pid=149): Launched
22:48:51.180857 run mass: MS start registered {at=29069836.884210557, delay=0.005002915859222412, ms=00014}
22:48:51.754238 run osmo-ms-mob/00015: Starting mobile
22:48:51.767894 run osmo-ms-mob/00015(pid=150): Launched
22:48:51.778703 run mass: MS start registered {at=29069837.48205503, delay=0.0048160068690776825, ms=00015}
22:48:51.793123 run mass: MS performed LU {at=29069837.496475484, lu_delay=6.0966876447200775, ms=00006}
22:48:51.858635 run mass: MS performed LU {at=29069837.561899725, lu_delay=5.268330495804548, ms=00007}
22:48:52.251932 run osmo-ms-mob/00016: Starting mobile
22:48:52.269992 run osmo-ms-mob/00016(pid=151): Launched
22:48:52.280725 run mass: MS start registered {at=29069837.9840747, delay=0.004614435136318207, ms=00016}
22:48:52.729817 run osmo-ms-mob/00017: Starting mobile
22:48:52.743493 run osmo-ms-mob/00017(pid=152): Launched
22:48:52.755031 run mass: MS start registered {at=29069838.45838055, delay=0.005424626171588898, ms=00017}
22:48:53.361684 run osmo-ms-mob/00018: Starting mobile
22:48:53.379298 run osmo-ms-mob/00018(pid=153): Launched
22:48:53.390140 run mass: MS start registered {at=29069839.093493827, delay=0.004837397485971451, ms=00018}
22:48:53.695935 run mass: MS performed LU {at=29069839.399184972, lu_delay=6.32481898739934, ms=00008}
22:48:53.723738 run osmo-ms-mob/00019: Starting mobile
22:48:53.736937 run osmo-ms-mob/00019(pid=154): Launched
22:48:53.742896 run mass: MS performed LU {at=29069839.446258232, lu_delay=5.653717786073685, ms=00009}
22:48:53.748673 run mass: MS start registered {at=29069839.452039078, delay=0.005797527730464935, ms=00019}
22:48:53.810791 run mass: MS performed LU {at=29069839.514043067, lu_delay=5.021719731390476, ms=00010}
22:48:54.260995 run osmo-ms-mob/00020: Starting mobile
22:48:54.277834 run osmo-ms-mob/00020(pid=155): Launched
22:48:54.288842 run mass: MS start registered {at=29069839.992196552, delay=0.004700303077697754, ms=00020}
22:48:54.742341 run osmo-ms-mob/00021: Starting mobile
22:48:54.756533 run osmo-ms-mob/00021(pid=156): Launched
22:48:54.767782 run mass: MS start registered {at=29069840.471132737, delay=0.0049056969583034515, ms=00021}
22:48:55.129190 run osmo-ms-mob/00022: Starting mobile
22:48:55.142232 run osmo-ms-mob/00022(pid=157): Launched
22:48:55.153199 run mass: MS start registered {at=29069840.8565394, delay=0.004988636821508408, ms=00022}
22:48:55.477125 run mass: MS performed LU {at=29069841.180377044, lu_delay=5.510175630450249, ms=00012}
22:48:55.559546 run mass: MS performed LU {at=29069841.26279401, lu_delay=6.173325967043638, ms=00011}
22:48:55.585146 run osmo-ms-mob/00023: Starting mobile
22:48:55.598169 run osmo-ms-mob/00023(pid=158): Launched
22:48:55.609307 run mass: MS start registered {at=29069841.31266305, delay=0.005093909800052643, ms=00023}
22:48:55.623124 run mass: MS performed LU {at=29069841.326478995, lu_delay=5.025267194956541, ms=00013}
22:48:55.730310 run mass: MS performed LU {at=29069841.433576457, lu_delay=4.549365900456905, ms=00014}
22:48:56.059068 run osmo-ms-mob/00024: Starting mobile
22:48:56.075299 run osmo-ms-mob/00024(pid=159): Launched
22:48:56.086110 run mass: MS start registered {at=29069841.78946317, delay=0.004866361618041992, ms=00024}
22:48:56.540074 run osmo-ms-mob/00025: Starting mobile
22:48:56.554410 run osmo-ms-mob/00025(pid=160): Launched
22:48:56.565798 run mass: MS start registered {at=29069842.269150183, delay=0.005452379584312439, ms=00025}
22:48:56.964242 run osmo-ms-mob/00026: Starting mobile
22:48:56.982007 run osmo-ms-mob/00026(pid=161): Launched
22:48:56.993172 run mass: MS start registered {at=29069842.69652298, delay=0.005109865218400955, ms=00026}
22:48:57.346495 run osmo-ms-mob/00027: Starting mobile
22:48:57.359984 run osmo-ms-mob/00027(pid=162): Launched
22:48:57.371405 run mass: MS start registered {at=29069843.074750565, delay=0.0053649283945560455, ms=00027}
22:48:57.461283 run mass: MS performed LU {at=29069843.164533567, lu_delay=5.6824785359203815, ms=00015}
22:48:57.488350 run mass: MS performed LU {at=29069843.191690635, lu_delay=5.207615934312344, ms=00016}
22:48:57.577158 run mass: MS performed LU {at=29069843.28040882, lu_delay=4.8220282681286335, ms=00017}
22:48:57.593161 run osmo-ms-mob/00028: Starting mobile
22:48:57.606679 run osmo-ms-mob/00028(pid=163): Launched
22:48:57.617744 run mass: MS start registered {at=29069843.32109949, delay=0.004996895790100098, ms=00028}
22:48:58.170591 run osmo-ms-mob/00029: Starting mobile
22:48:58.186003 run osmo-ms-mob/00029(pid=164): Launched
22:48:58.197361 run mass: MS start registered {at=29069843.900710475, delay=0.005349494516849518, ms=00029}
22:48:58.543577 run osmo-ms-mob/00030: Starting mobile
22:48:58.557956 run osmo-ms-mob/00030(pid=165): Launched
22:48:58.569273 run mass: MS start registered {at=29069844.272619896, delay=0.005135364830493927, ms=00030}
22:48:58.952269 run osmo-ms-mob/00031: Starting mobile
22:48:58.968613 run osmo-ms-mob/00031(pid=166): Launched
22:48:58.979754 run mass: MS start registered {at=29069844.683108237, delay=0.005155306309461594, ms=00031}
22:48:59.230004 run osmo-ms-mob/00032: Starting mobile
22:48:59.243692 run osmo-ms-mob/00032(pid=167): Launched
22:48:59.249661 run mass: MS performed LU {at=29069844.9530204, lu_delay=5.859526574611664, ms=00018}
22:48:59.255791 run mass: MS start registered {at=29069844.95915728, delay=0.006154153496026993, ms=00032}
22:48:59.325737 run mass: MS performed LU {at=29069845.028988544, lu_delay=5.036791991442442, ms=00020}
22:48:59.390453 run mass: MS performed LU {at=29069845.093705855, lu_delay=5.641666777431965, ms=00019}
22:48:59.405446 run osmo-ms-mob/00033: Starting mobile
22:48:59.418619 run osmo-ms-mob/00033(pid=168): Launched
22:48:59.429662 run mass: MS start registered {at=29069845.133019622, delay=0.004890654236078262, ms=00033}
22:48:59.496487 run mass: MS performed LU {at=29069845.199738294, lu_delay=4.728605557233095, ms=00021}
22:49:00.069244 run osmo-ms-mob/00034: Starting mobile
22:49:00.087043 run osmo-ms-mob/00034(pid=169): Launched
22:49:00.098728 run mass: MS start registered {at=29069845.80207703, delay=0.005182340741157532, ms=00034}
22:49:00.329986 run osmo-ms-mob/00035: Starting mobile
22:49:00.343456 run osmo-ms-mob/00035(pid=170): Launched
22:49:00.354697 run mass: MS start registered {at=29069846.05804773, delay=0.005341187119483948, ms=00035}
22:49:00.758504 run osmo-ms-mob/00036: Starting mobile
22:49:00.773512 run osmo-ms-mob/00036(pid=171): Launched
22:49:00.785349 run mass: MS start registered {at=29069846.488692842, delay=0.005776878446340561, ms=00036}
22:49:01.140974 run osmo-ms-mob/00037: Starting mobile
22:49:01.154206 run osmo-ms-mob/00037(pid=172): Launched
22:49:01.165650 run mass: MS start registered {at=29069846.868998706, delay=0.005347628146409988, ms=00037}
22:49:01.227693 run mass: MS performed LU {at=29069846.9309444, lu_delay=4.66179421916604, ms=00025}
22:49:01.253995 run mass: MS performed LU {at=29069846.957285102, lu_delay=5.167821932584047, ms=00024}
22:49:01.266993 run osmo-ms-mob/00038: Starting mobile
22:49:01.280161 run osmo-ms-mob/00038(pid=173): Launched
22:49:01.291192 run mass: MS start registered {at=29069846.994544525, delay=0.0049729123711586, ms=00038}
22:49:01.342534 run mass: MS performed LU {at=29069847.0458086, lu_delay=5.733145549893379, ms=00023}
22:49:01.398151 run mass: MS performed LU {at=29069847.10140826, lu_delay=6.244868863373995, ms=00022}
22:49:01.419894 run osmo-ms-mob/00039: Starting mobile
22:49:01.433336 run osmo-ms-mob/00039(pid=174): Launched
22:49:01.444710 run mass: MS start registered {at=29069847.1480652, delay=0.005197849124670029, ms=00039}
22:49:02.142780 run osmo-ms-mob/00040: Starting mobile
22:49:02.157192 run osmo-ms-mob/00040(pid=175): Launched
22:49:02.169124 run mass: MS start registered {at=29069847.87246474, delay=0.0057986341416835785, ms=00040}
22:49:02.429791 run osmo-ms-mob/00041: Starting mobile
22:49:02.443446 run osmo-ms-mob/00041(pid=176): Launched
22:49:02.455490 run mass: MS start registered {at=29069848.158643816, delay=0.005658768117427826, ms=00041}
22:49:02.740247 run osmo-ms-mob/00042: Starting mobile
22:49:02.753804 run osmo-ms-mob/00042(pid=177): Launched
22:49:02.765372 run mass: MS start registered {at=29069848.468716063, delay=0.005470532923936844, ms=00042}
22:49:03.008152 run mass: MS performed LU {at=29069848.711403433, lu_delay=6.0148804523050785, ms=00026}
22:49:03.092232 run mass: MS performed LU {at=29069848.795481566, lu_delay=5.720731001347303, ms=00027}
22:49:03.119919 run osmo-ms-mob/00043: Starting mobile
22:49:03.135345 run osmo-ms-mob/00043(pid=178): Launched
22:49:03.146531 run mass: MS start registered {at=29069848.849882353, delay=0.005156833678483963, ms=00043}
22:49:03.155064 run mass: MS performed LU {at=29069848.85841893, lu_delay=5.53731944039464, ms=00028}
22:49:03.262521 run mass: MS performed LU {at=29069848.965772644, lu_delay=5.065062168985605, ms=00029}
22:49:03.291937 run osmo-ms-mob/00044: Starting mobile
22:49:03.305489 run osmo-ms-mob/00044(pid=179): Launched
22:49:03.311671 run mass: MS performed LU {at=29069849.015032467, lu_delay=4.742412570863962, ms=00030}
22:49:03.317788 run mass: MS start registered {at=29069849.02115453, delay=0.006139867007732391, ms=00044}
22:49:03.770506 run osmo-ms-mob/00045: Starting mobile
22:49:03.786451 run osmo-ms-mob/00045(pid=180): Launched
22:49:03.798120 run mass: MS start registered {at=29069849.50146968, delay=0.005395218729972839, ms=00045}
22:49:04.030486 run osmo-ms-mob/00046: Starting mobile
22:49:04.043978 run osmo-ms-mob/00046(pid=181): Launched
22:49:04.055462 run mass: MS start registered {at=29069849.758813523, delay=0.005166780203580856, ms=00046}
22:49:04.329799 run osmo-ms-mob/00047: Starting mobile
22:49:04.343260 run osmo-ms-mob/00047(pid=182): Launched
22:49:04.354338 run mass: MS start registered {at=29069850.057689574, delay=0.005112580955028534, ms=00047}
22:49:04.652663 run osmo-ms-mob/00048: Starting mobile
22:49:04.669243 run osmo-ms-mob/00048(pid=183): Launched
22:49:04.680443 run mass: MS start registered {at=29069850.38379654, delay=0.005043942481279373, ms=00048}
22:49:04.929979 run osmo-ms-mob/00049: Starting mobile
22:49:04.943211 run osmo-ms-mob/00049(pid=184): Launched
22:49:04.954503 run mass: MS start registered {at=29069850.65785451, delay=0.004910852760076523, ms=00049}
22:49:04.993287 run mass: MS performed LU {at=29069850.69654307, lu_delay=5.737385790795088, ms=00032}
22:49:05.019791 run mass: MS performed LU {at=29069850.723069023, lu_delay=4.665021292865276, ms=00035}
22:49:05.035496 run osmo-ms-mob/00050: Starting mobile
22:49:05.048513 run osmo-ms-mob/00050(pid=185): Launched
22:49:05.059674 run mass: MS start registered {at=29069850.76303053, delay=0.005228113383054733, ms=00050}
22:49:05.108866 run mass: MS performed LU {at=29069850.812119257, lu_delay=5.010042227804661, ms=00034}
22:49:05.164536 run mass: MS performed LU {at=29069850.867814347, lu_delay=5.734794724732637, ms=00033}
22:49:05.200613 run mass: MS performed LU {at=29069850.903888404, lu_delay=6.2207801677286625, ms=00031}
22:49:05.215492 run osmo-ms-mob/00051: Starting mobile
22:49:05.228834 run osmo-ms-mob/00051(pid=186): Launched
22:49:05.239943 run mass: MS start registered {at=29069850.943294574, delay=0.004948318004608154, ms=00051}
22:49:05.942589 run osmo-ms-mob/00052: Starting mobile
22:49:05.956378 run osmo-ms-mob/00052(pid=187): Launched
22:49:05.967697 run mass: MS start registered {at=29069851.671047267, delay=0.005205634981393814, ms=00052}
22:49:06.229668 run osmo-ms-mob/00053: Starting mobile
22:49:06.243091 run osmo-ms-mob/00053(pid=188): Launched
22:49:06.254135 run mass: MS start registered {at=29069851.957488302, delay=0.005094066262245178, ms=00053}
22:49:06.529895 run osmo-ms-mob/00054: Starting mobile
22:49:06.544029 run osmo-ms-mob/00054(pid=189): Launched
22:49:06.555289 run mass: MS start registered {at=29069852.25864065, delay=0.004938453435897827, ms=00054}
22:49:06.774400 run mass: MS performed LU {at=29069852.477653716, lu_delay=5.329588517546654, ms=00039}
22:49:06.804173 run osmo-ms-mob/00055: Starting mobile
22:49:06.817685 run osmo-ms-mob/00055(pid=190): Launched
22:49:06.828642 run mass: MS start registered {at=29069852.53197366, delay=0.0048084259033203125, ms=00055}
22:49:06.856766 run mass: MS performed LU {at=29069852.55999597, lu_delay=5.565451446920633, ms=00038}
22:49:06.922805 run mass: MS performed LU {at=29069852.62604195, lu_delay=6.137349106371403, ms=00036}
22:49:06.950785 run osmo-ms-mob/00056: Starting mobile
22:49:06.964240 run osmo-ms-mob/00056(pid=191): Launched
22:49:06.975298 run mass: MS start registered {at=29069852.6786555, delay=0.005086220800876617, ms=00056}
22:49:07.028352 run mass: MS performed LU {at=29069852.731616266, lu_delay=4.859151527285576, ms=00040}
22:49:07.065292 run mass: MS performed LU {at=29069852.76856746, lu_delay=5.899568755179644, ms=00037}
22:49:07.084358 run osmo-ms-mob/00057: Starting mobile
22:49:07.097786 run osmo-ms-mob/00057(pid=192): Launched
22:49:07.104100 run mass: MS performed LU {at=29069852.80745847, lu_delay=4.648814655840397, ms=00041}
22:49:07.110063 run mass: MS start registered {at=29069852.81343017, delay=0.0059890709817409515, ms=00057}
22:49:07.842152 run osmo-ms-mob/00058: Starting mobile
22:49:07.856520 run osmo-ms-mob/00058(pid=193): Launched
22:49:07.867833 run mass: MS start registered {at=29069853.571183555, delay=0.005214177072048187, ms=00058}
22:49:08.130248 run osmo-ms-mob/00059: Starting mobile
22:49:08.143749 run osmo-ms-mob/00059(pid=194): Launched
22:49:08.154805 run mass: MS start registered {at=29069853.858149856, delay=0.0049835629761219025, ms=00059}
22:49:08.428576 run osmo-ms-mob/00060: Starting mobile
22:49:08.442425 run osmo-ms-mob/00060(pid=195): Launched
22:49:08.453840 run mass: MS start registered {at=29069854.157190874, delay=0.005080778151750565, ms=00060}
22:49:08.758661 run mass: MS performed LU {at=29069854.46191724, lu_delay=5.993201177567244, ms=00042}
22:49:08.773868 run osmo-ms-mob/00061: Starting mobile
22:49:08.787178 run osmo-ms-mob/00061(pid=196): Launched
22:49:08.793311 run mass: MS performed LU {at=29069854.49667261, lu_delay=4.9952029325068, ms=00045}
22:49:08.799166 run mass: MS start registered {at=29069854.502532475, delay=0.005876760929822922, ms=00061}
22:49:08.874171 run mass: MS performed LU {at=29069854.57742175, lu_delay=5.727539397776127, ms=00043}
22:49:08.903529 run osmo-ms-mob/00062: Starting mobile
22:49:08.916948 run osmo-ms-mob/00062(pid=197): Launched
22:49:08.927913 run mass: MS start registered {at=29069854.63126725, delay=0.004949934780597687, ms=00062}
22:49:08.934452 run mass: MS performed LU {at=29069854.637812566, lu_delay=5.6166580356657505, ms=00044}
22:49:08.965958 run mass: MS performed LU {at=29069854.669269864, lu_delay=4.611580289900303, ms=00047}
22:49:08.981259 run osmo-ms-mob/00063: Starting mobile
22:49:08.994651 run osmo-ms-mob/00063(pid=198): Launched
22:49:09.002358 run mass: MS performed LU {at=29069854.705707416, lu_delay=4.946893893182278, ms=00046}
22:49:09.008421 run mass: MS start registered {at=29069854.711763673, delay=0.007757943123579025, ms=00063}
22:49:09.830241 run osmo-ms-mob/00064: Starting mobile
22:49:09.844028 run osmo-ms-mob/00064(pid=199): Launched
22:49:09.855456 run mass: MS start registered {at=29069855.558808725, delay=0.00536109134554863, ms=00064}
22:49:10.268407 run osmo-ms-mob/00065: Starting mobile
22:49:10.284901 run osmo-ms-mob/00065(pid=200): Launched
22:49:10.297270 run mass: MS start registered {at=29069856.000612494, delay=0.006342403590679169, ms=00065}
22:49:10.529345 run osmo-ms-mob/00066: Starting mobile
22:49:10.543214 run osmo-ms-mob/00066(pid=201): Launched
22:49:10.549769 run mass: MS performed LU {at=29069856.25312525, lu_delay=4.582077983766794, ms=00052}
22:49:10.555931 run mass: MS start registered {at=29069856.25929765, delay=0.0061929672956466675, ms=00066}
22:49:10.623729 run mass: MS performed LU {at=29069856.32697023, lu_delay=5.383675657212734, ms=00051}
22:49:10.686588 run mass: MS performed LU {at=29069856.389923267, lu_delay=6.00612672790885, ms=00048}
22:49:10.707248 run osmo-ms-mob/00067: Starting mobile
22:49:10.720398 run osmo-ms-mob/00067(pid=202): Launched
22:49:10.731238 run mass: MS start registered {at=29069856.4345938, delay=0.004893496632575989, ms=00067}
22:49:10.794198 run mass: MS performed LU {at=29069856.49745631, lu_delay=5.8396017998456955, ms=00049}
22:49:10.832144 run mass: MS performed LU {at=29069856.535408746, lu_delay=5.772378217428923, ms=00050}
22:49:10.856219 run osmo-ms-mob/00068: Starting mobile
22:49:10.869970 run osmo-ms-mob/00068(pid=203): Launched
22:49:10.880733 run mass: MS start registered {at=29069856.584088463, delay=0.004749462008476257, ms=00068}
22:49:11.642561 run osmo-ms-mob/00069: Starting mobile
22:49:11.656563 run osmo-ms-mob/00069(pid=204): Launched
22:49:11.668036 run mass: MS start registered {at=29069857.371381607, delay=0.005367036908864975, ms=00069}
22:49:12.043927 run osmo-ms-mob/00070: Starting mobile
22:49:12.058042 run osmo-ms-mob/00070(pid=205): Launched
22:49:12.069190 run mass: MS start registered {at=29069857.77254284, delay=0.004861719906330109, ms=00070}
22:49:12.405178 run mass: MS performed LU {at=29069858.10842849, lu_delay=5.294998317956924, ms=00057}
22:49:12.426596 run osmo-ms-mob/00071: Starting mobile
22:49:12.440842 run osmo-ms-mob/00071(pid=206): Launched
22:49:12.451791 run mass: MS start registered {at=29069858.1551439, delay=0.00478542223572731, ms=00071}
22:49:12.459420 run mass: MS performed LU {at=29069858.162746478, lu_delay=5.630772817879915, ms=00055}
22:49:12.551741 run mass: MS performed LU {at=29069858.254997406, lu_delay=4.396847549825907, ms=00059}
22:49:12.731926 run mass: MS performed LU {at=29069858.43517552, lu_delay=5.756520017981529, ms=00056}
22:49:12.762408 run osmo-ms-mob/00072: Starting mobile
22:49:12.776075 run osmo-ms-mob/00072(pid=207): Launched
22:49:12.782232 run mass: MS performed LU {at=29069858.485593803, lu_delay=6.52810550108552, ms=00053}
22:49:12.788368 run mass: MS performed LU {at=29069858.491734937, lu_delay=6.233094286173582, ms=00054}
22:49:12.794273 run mass: MS start registered {at=29069858.49764039, delay=0.012063302099704742, ms=00072}
22:49:13.240714 run osmo-ms-mob/00073: Starting mobile
22:49:13.254523 run osmo-ms-mob/00073(pid=208): Launched
22:49:13.267471 run mass: MS start registered {at=29069858.97082224, delay=0.006530623883008957, ms=00073}
22:49:13.447606 run mass: MS performed LU {at=29069859.15083166, lu_delay=5.579648103564978, ms=00058}
22:49:13.558519 run mass: MS performed LU {at=29069859.26177472, lu_delay=3.7029659934341908, ms=00064}
22:49:13.586977 run osmo-ms-mob/00074: Starting mobile
22:49:13.600998 run osmo-ms-mob/00074(pid=209): Launched
22:49:13.612584 run mass: MS start registered {at=29069859.31592704, delay=0.005546890199184418, ms=00074}
22:49:14.058892 run osmo-ms-mob/00075: Starting mobile
22:49:14.076586 run osmo-ms-mob/00075(pid=210): Launched
22:49:14.088276 run mass: MS start registered {at=29069859.791619956, delay=0.005258563905954361, ms=00075}
22:49:14.305259 run mass: MS performed LU {at=29069860.00850827, lu_delay=5.505975794047117, ms=00061}
22:49:14.329903 run mass: MS performed LU {at=29069860.033264957, lu_delay=5.876074083149433, ms=00060}
22:49:14.453247 run mass: MS performed LU {at=29069860.156499032, lu_delay=5.525231782346964, ms=00062}
22:49:14.497428 run osmo-ms-mob/00076: Starting mobile
22:49:14.511712 run osmo-ms-mob/00076(pid=211): Launched
22:49:14.523065 run mass: MS start registered {at=29069860.22641178, delay=0.005053948611021042, ms=00076}
22:49:14.597621 run mass: MS performed LU {at=29069860.300876413, lu_delay=5.589112740010023, ms=00063}
22:49:14.970184 run osmo-ms-mob/00077: Starting mobile
22:49:14.986467 run osmo-ms-mob/00077(pid=212): Launched
22:49:14.998159 run mass: MS start registered {at=29069860.701499257, delay=0.00551324337720871, ms=00077}
22:49:15.443335 run osmo-ms-mob/00078: Starting mobile
22:49:15.457316 run osmo-ms-mob/00078(pid=213): Launched
22:49:15.468738 run mass: MS start registered {at=29069861.172087844, delay=0.005051475018262863, ms=00078}
22:49:15.862255 run osmo-ms-mob/00079: Starting mobile
22:49:15.878901 run osmo-ms-mob/00079(pid=214): Launched
22:49:15.890012 run mass: MS start registered {at=29069861.59336012, delay=0.0050172992050647736, ms=00079}
22:49:16.170219 run mass: MS performed LU {at=29069861.87347057, lu_delay=5.872858077287674, ms=00065}
22:49:16.227173 run mass: MS performed LU {at=29069861.930434797, lu_delay=5.671137146651745, ms=00066}
22:49:16.269804 run osmo-ms-mob/00080: Starting mobile
22:49:16.283892 run osmo-ms-mob/00080(pid=215): Launched
22:49:16.295070 run mass: MS start registered {at=29069861.99842026, delay=0.005073122680187225, ms=00080}
22:49:16.317578 run mass: MS performed LU {at=29069862.02090721, lu_delay=4.649525601416826, ms=00069}
22:49:16.498185 run mass: MS performed LU {at=29069862.20143414, lu_delay=5.76684033870697, ms=00067}
22:49:16.521830 run mass: MS performed LU {at=29069862.22519377, lu_delay=5.641105305403471, ms=00068}
22:49:16.826108 run osmo-ms-mob/00081: Starting mobile
22:49:16.840126 run osmo-ms-mob/00081(pid=216): Launched
22:49:16.851845 run mass: MS start registered {at=29069862.55518703, delay=0.005372572690248489, ms=00081}
22:49:17.242625 run osmo-ms-mob/00082: Starting mobile
22:49:17.256641 run osmo-ms-mob/00082(pid=217): Launched
22:49:17.267834 run mass: MS start registered {at=29069862.97118525, delay=0.004916228353977203, ms=00082}
22:49:17.830604 run osmo-ms-mob/00083: Starting mobile
22:49:17.844146 run osmo-ms-mob/00083(pid=218): Launched
22:49:17.855342 run mass: MS start registered {at=29069863.558692127, delay=0.002664901316165924, ms=00083}
22:49:18.154672 run mass: MS performed LU {at=29069863.857880387, lu_delay=5.702736485749483, ms=00071}
22:49:18.220273 run mass: MS performed LU {at=29069863.92335813, lu_delay=5.425717741250992, ms=00072}
22:49:18.235015 run osmo-ms-mob/00084: Starting mobile
22:49:18.248167 run osmo-ms-mob/00084(pid=219): Launched
22:49:18.259321 run mass: MS start registered {at=29069863.962677367, delay=0.0052108727395534515, ms=00084}
22:49:18.325033 run mass: MS performed LU {at=29069864.028283954, lu_delay=5.057461712509394, ms=00073}
22:49:18.363622 run mass: MS performed LU {at=29069864.066890575, lu_delay=4.750963535159826, ms=00074}
22:49:18.870715 run osmo-ms-mob/00085: Starting mobile
22:49:18.887458 run osmo-ms-mob/00085(pid=220): Launched
22:49:18.898488 run mass: MS start registered {at=29069864.601837438, delay=0.005071282386779785, ms=00085}
22:49:19.430210 run osmo-ms-mob/00086: Starting mobile
22:49:19.443398 run osmo-ms-mob/00086(pid=221): Launched
22:49:19.454337 run mass: MS start registered {at=29069865.157689143, delay=0.0049771033227443695, ms=00086}
22:49:20.068965 run osmo-ms-mob/00087: Starting mobile
22:49:20.085743 run osmo-ms-mob/00087(pid=222): Launched
22:49:20.091766 run mass: MS performed LU {at=29069865.795125965, lu_delay=4.623038120567799, ms=00078}
22:49:20.097775 run mass: MS performed LU {at=29069865.801139854, lu_delay=6.009519897401333, ms=00075}
22:49:20.103537 run mass: MS start registered {at=29069865.806903753, delay=0.011796347796916962, ms=00087}
22:49:20.172008 run mass: MS performed LU {at=29069865.875251237, lu_delay=5.173751980066299, ms=00077}
22:49:20.661504 run osmo-ms-mob/00088: Starting mobile
22:49:20.678863 run osmo-ms-mob/00088(pid=223): Launched
22:49:20.689897 run mass: MS start registered {at=29069866.39324732, delay=0.004949696362018585, ms=00088}
22:49:21.237760 run osmo-ms-mob/00089: Starting mobile
22:49:21.252158 run osmo-ms-mob/00089(pid=224): Launched
22:49:21.263422 run mass: MS start registered {at=29069866.966769714, delay=0.005144894123077393, ms=00089}
22:49:21.861548 run osmo-ms-mob/00090: Starting mobile
22:49:21.878827 run osmo-ms-mob/00090(pid=225): Launched
22:49:21.884862 run mass: MS performed LU {at=29069867.58822077, lu_delay=5.589800510555506, ms=00080}
22:49:21.890747 run mass: MS start registered {at=29069867.594113547, delay=0.005911517888307571, ms=00090}
22:49:21.920497 run mass: MS performed LU {at=29069867.623731744, lu_delay=6.030371624976397, ms=00079}
22:49:21.985369 run mass: MS performed LU {at=29069867.68861905, lu_delay=5.1334320195019245, ms=00081}
22:49:22.129200 run mass: MS performed LU {at=29069867.832448903, lu_delay=4.861263655126095, ms=00082}
22:49:22.561925 run osmo-ms-mob/00091: Starting mobile
22:49:22.578737 run osmo-ms-mob/00091(pid=226): Launched
22:49:22.589962 run mass: MS start registered {at=29069868.293315414, delay=0.004731174558401108, ms=00091}
22:49:23.242808 run osmo-ms-mob/00092: Starting mobile
22:49:23.256805 run osmo-ms-mob/00092(pid=227): Launched
22:49:23.268215 run mass: MS start registered {at=29069868.971565768, delay=0.0050645917654037476, ms=00092}
22:49:23.822097 run mass: MS performed LU {at=29069869.52535131, lu_delay=4.923513870686293, ms=00085}
22:49:23.848260 run mass: MS performed LU {at=29069869.551604465, lu_delay=4.393915321677923, ms=00086}
22:49:23.885115 run osmo-ms-mob/00093: Starting mobile
22:49:23.899842 run osmo-ms-mob/00093(pid=228): Launched
22:49:23.910722 run mass: MS start registered {at=29069869.61407735, delay=0.004904307425022125, ms=00093}
22:49:23.936700 run mass: MS performed LU {at=29069869.639954396, lu_delay=6.081262268126011, ms=00083}
22:49:24.029275 run mass: MS performed LU {at=29069869.73253231, lu_delay=5.769854944199324, ms=00084}
22:49:24.943392 run osmo-ms-mob/00094: Starting mobile
22:49:24.957790 run osmo-ms-mob/00094(pid=229): Launched
22:49:24.969186 run mass: MS start registered {at=29069870.672536828, delay=0.005381803959608078, ms=00094}
22:49:25.686809 run mass: MS performed LU {at=29069871.390013795, lu_delay=5.58311004191637, ms=00087}
22:49:25.751626 run mass: MS performed LU {at=29069871.454876944, lu_delay=5.061629623174667, ms=00088}
22:49:25.803857 run osmo-ms-mob/00095: Starting mobile
22:49:25.819035 run osmo-ms-mob/00095(pid=230): Launched
22:49:25.830094 run mass: MS start registered {at=29069871.53343902, delay=0.004966214299201965, ms=00095}
22:49:25.837366 run mass: MS performed LU {at=29069871.540696763, lu_delay=4.5739270485937595, ms=00089}
22:49:26.860620 run osmo-ms-mob/00096: Starting mobile
22:49:26.877009 run osmo-ms-mob/00096(pid=231): Launched
22:49:26.888032 run mass: MS start registered {at=29069872.5913846, delay=0.004713691771030426, ms=00096}
22:49:27.588305 run mass: MS performed LU {at=29069873.29155816, lu_delay=5.69744461402297, ms=00090}
22:49:27.615525 run mass: MS performed LU {at=29069873.318801098, lu_delay=5.025485683232546, ms=00091}
22:49:27.961520 run osmo-ms-mob/00097: Starting mobile
22:49:27.979859 run osmo-ms-mob/00097(pid=232): Launched
22:49:27.990985 run mass: MS start registered {at=29069873.694334675, delay=0.005057275295257568, ms=00097}
22:49:29.242245 run osmo-ms-mob/00098: Starting mobile
22:49:29.256037 run osmo-ms-mob/00098(pid=233): Launched
22:49:29.267173 run mass: MS start registered {at=29069874.97052531, delay=0.005137082189321518, ms=00098}
22:49:29.452018 run mass: MS performed LU {at=29069875.155250613, lu_delay=6.183684844523668, ms=00092}
22:49:29.821985 run mass: MS performed LU {at=29069875.525236823, lu_delay=4.8526999950408936, ms=00094}
22:49:31.061753 run osmo-ms-mob/00099: Starting mobile
22:49:31.079802 run osmo-ms-mob/00099(pid=234): Launched
22:49:31.085897 run mass: All started... {duration=55.76646501198411, too_slow=0}
22:49:31.091645 run mass: MS start registered {at=29069876.79500645, delay=0.005743049085140228, ms=00099}
22:49:31.353635 run mass: MS performed LU {at=29069877.056887552, lu_delay=5.523448530584574, ms=00095}
22:49:31.381024 run mass: MS performed LU {at=29069877.08430278, lu_delay=4.49291817843914, ms=00096}
22:49:33.218315 run mass: MS performed LU {at=29069878.92156577, lu_delay=5.2272310964763165, ms=00097}
22:49:35.119130 run mass: MS performed LU {at=29069880.82238153, lu_delay=5.851856220513582, ms=00098}
22:49:35.383113 run mass: MS performed LU {at=29069881.086366035, lu_delay=23.31382319331169, ms=00070}
22:49:36.984898 run mass: MS performed LU {at=29069882.688155163, lu_delay=5.893148712813854, ms=00099}
22:49:37.284262 run mass: MS performed LU {at=29069882.987515923, lu_delay=22.76110414415598, ms=00076}
22:49:46.634322 run mass: MS performed LU {at=29069892.337551758, lu_delay=22.72347440943122, ms=00093}
22:49:46.644078 run mass: Tests done {all_completed=True, max=23.31382319331169, min=3.7029659934341908}
22:49:46.649547 tst register_default_mass.py: Test passed (90.7 sec)
22:49:46.655036 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:46.658379 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:46.661712 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:46.665054 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:46.668387 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:46.671756 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:46.675116 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:46.678482 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:46.681894 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:46.685345 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:46.688790 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:46.692310 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:46.695793 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:46.699192 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:46.702703 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:46.706399 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:46.710157 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:46.714140 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:46.718002 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:46.721429 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:46.724937 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:46.728457 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:46.732008 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:46.735564 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:46.739098 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:46.742578 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:46.746112 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:46.749549 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:46.753040 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:46.756515 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:46.759983 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:46.763549 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:46.767068 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:46.770481 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:46.774027 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:46.777769 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:46.781323 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:46.784843 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:46.788773 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:46.792303 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:46.796016 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:46.799566 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:46.803107 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:46.806635 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:46.810393 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:46.813837 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:46.817395 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:46.820825 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:46.824542 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:46.828266 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:46.831863 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:46.835919 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:46.839343 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:46.842913 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:46.846292 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:46.849701 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:46.853134 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:46.856453 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:46.859841 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:46.863223 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:46.866627 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:46.870182 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:46.874087 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:46.877399 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:46.881446 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:46.884809 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:46.888237 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:46.891606 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:46.894907 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:46.898335 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:46.901766 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:46.905195 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:46.908570 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:46.911979 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:46.915430 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:46.918814 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:46.922240 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:46.925668 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:46.929108 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:46.932530 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:46.935920 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:46.939347 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:46.942780 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:46.946224 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:46.949647 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:46.953078 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:46.956451 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:46.959886 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:46.963279 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:46.966712 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:46.970127 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:46.973542 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:46.976982 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:46.980364 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:46.983800 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:46.987184 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:46.990597 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:46.994009 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:46.997431 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.001033 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.004717 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.008117 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.011577 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.014889 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.018311 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.021740 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.025167 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.028585 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.031982 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.035293 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.038741 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.042156 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.045589 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.049034 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.052449 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.055779 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.059094 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.062378 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.065642 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.068906 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.072100 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.075320 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.078526 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.081722 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.084915 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.088116 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.091313 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.094519 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.097708 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.100912 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.104102 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.107310 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.110509 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.113718 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.116930 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.120122 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.123329 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.126518 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.129721 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.132908 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.136116 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.139311 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.142507 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.145703 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.148904 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.152091 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.155285 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.158476 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.161677 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.164884 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.168074 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.171269 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.174468 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.177656 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.180849 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.184030 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.187244 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.190440 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.193648 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.196838 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.200035 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.203228 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.206434 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.209635 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.212828 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.216026 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.219223 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.222419 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.225617 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.228820 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.232003 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.235202 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.238393 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.241586 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.244778 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.247962 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.251158 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.254350 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.257547 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.260746 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.263947 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.267149 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.270360 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.273557 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.276738 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.279940 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.283140 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.286346 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.289543 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.292755 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.295955 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.299157 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.302348 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.305538 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.308734 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.311917 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.315110 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.318316 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.321516 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.324713 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.327916 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.331120 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.334322 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.337529 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.340720 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.343933 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.347128 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.350325 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.353513 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.356712 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.359894 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.363104 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.366301 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.369521 --- ParallelTerminationStrategy: PID 22 died...
22:49:47.370963 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.374484 --- ParallelTerminationStrategy: PID 23 died...
22:49:47.375919 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.379428 --- ParallelTerminationStrategy: PID 24 died...
22:49:47.380854 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.384400 --- ParallelTerminationStrategy: PID 25 died...
22:49:47.385858 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.389397 --- ParallelTerminationStrategy: PID 26 died...
22:49:47.390829 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.394406 --- ParallelTerminationStrategy: PID 27 died...
22:49:47.395861 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.399477 --- ParallelTerminationStrategy: PID 28 died...
22:49:47.400941 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.404571 --- ParallelTerminationStrategy: PID 29 died...
22:49:47.406046 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.409686 --- ParallelTerminationStrategy: PID 30 died...
22:49:47.411144 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.414766 --- ParallelTerminationStrategy: PID 31 died...
22:49:47.416231 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.419880 --- ParallelTerminationStrategy: PID 32 died...
22:49:47.421359 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.425009 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.426488 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.430140 --- ParallelTerminationStrategy: PID 35 died...
22:49:47.431618 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.435263 --- ParallelTerminationStrategy: PID 36 died...
22:49:47.436754 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.440387 --- ParallelTerminationStrategy: PID 37 died...
22:49:47.441861 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.445497 --- ParallelTerminationStrategy: PID 38 died...
22:49:47.446980 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.450634 --- ParallelTerminationStrategy: PID 39 died...
22:49:47.452121 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.455767 --- ParallelTerminationStrategy: PID 40 died...
22:49:47.457266 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.460907 --- ParallelTerminationStrategy: PID 41 died...
22:49:47.462389 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.466050 --- ParallelTerminationStrategy: PID 42 died...
22:49:47.467525 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.471169 --- ParallelTerminationStrategy: PID 43 died...
22:49:47.472651 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.476273 --- ParallelTerminationStrategy: PID 44 died...
22:49:47.477752 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.481367 --- ParallelTerminationStrategy: PID 45 died...
22:49:47.482835 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.486461 --- ParallelTerminationStrategy: PID 46 died...
22:49:47.487927 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.491555 --- ParallelTerminationStrategy: PID 47 died...
22:49:47.493016 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.496640 --- ParallelTerminationStrategy: PID 48 died...
22:49:47.498109 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.501740 --- ParallelTerminationStrategy: PID 49 died...
22:49:47.503205 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.506831 --- ParallelTerminationStrategy: PID 50 died...
22:49:47.508290 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.511920 --- ParallelTerminationStrategy: PID 51 died...
22:49:47.513377 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.517008 --- ParallelTerminationStrategy: PID 52 died...
22:49:47.518481 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.522112 --- ParallelTerminationStrategy: PID 53 died...
22:49:47.523578 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.527216 --- ParallelTerminationStrategy: PID 54 died...
22:49:47.528685 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.532299 --- ParallelTerminationStrategy: PID 55 died...
22:49:47.533768 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.537394 --- ParallelTerminationStrategy: PID 56 died...
22:49:47.538862 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.542480 --- ParallelTerminationStrategy: PID 57 died...
22:49:47.543951 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.547560 --- ParallelTerminationStrategy: PID 58 died...
22:49:47.549019 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.552614 --- ParallelTerminationStrategy: PID 59 died...
22:49:47.554082 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.557695 --- ParallelTerminationStrategy: PID 60 died...
22:49:47.559159 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.562770 --- ParallelTerminationStrategy: PID 61 died...
22:49:47.564233 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.567861 --- ParallelTerminationStrategy: PID 62 died...
22:49:47.569350 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.572962 --- ParallelTerminationStrategy: PID 63 died...
22:49:47.574425 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.578043 --- ParallelTerminationStrategy: PID 64 died...
22:49:47.579510 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.583127 --- ParallelTerminationStrategy: PID 65 died...
22:49:47.584584 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.588199 --- ParallelTerminationStrategy: PID 66 died...
22:49:47.589676 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.593289 --- ParallelTerminationStrategy: PID 67 died...
22:49:47.594746 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.598371 --- ParallelTerminationStrategy: PID 68 died...
22:49:47.599832 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.603435 --- ParallelTerminationStrategy: PID 69 died...
22:49:47.604892 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.608494 --- ParallelTerminationStrategy: PID 70 died...
22:49:47.609966 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.613558 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.615017 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:47.618638 --- ParallelTerminationStrategy: PID 72 died...
22:49:47.620098 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:47.623704 --- ParallelTerminationStrategy: PID 73 died...
22:49:47.625187 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:47.628814 --- ParallelTerminationStrategy: PID 74 died...
22:49:47.630264 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:47.633886 --- ParallelTerminationStrategy: PID 75 died...
22:49:47.635345 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:47.638966 --- ParallelTerminationStrategy: PID 76 died...
22:49:47.640432 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:47.644037 --- ParallelTerminationStrategy: PID 77 died...
22:49:47.645511 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:47.649113 --- ParallelTerminationStrategy: PID 78 died...
22:49:47.650577 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:47.654180 --- ParallelTerminationStrategy: PID 79 died...
22:49:47.655637 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:47.659254 --- ParallelTerminationStrategy: PID 80 died...
22:49:47.660718 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:47.664309 --- ParallelTerminationStrategy: PID 81 died...
22:49:47.665781 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:47.669379 --- ParallelTerminationStrategy: PID 82 died...
22:49:47.670844 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:47.674467 --- ParallelTerminationStrategy: PID 83 died...
22:49:47.675927 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:47.679538 --- ParallelTerminationStrategy: PID 84 died...
22:49:47.681001 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:47.684589 --- ParallelTerminationStrategy: PID 85 died...
22:49:47.686053 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:47.689667 --- ParallelTerminationStrategy: PID 86 died...
22:49:47.691126 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:47.694746 --- ParallelTerminationStrategy: PID 87 died...
22:49:47.696205 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:47.699807 --- ParallelTerminationStrategy: PID 88 died...
22:49:47.701271 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:47.704878 --- ParallelTerminationStrategy: PID 89 died...
22:49:47.706340 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:47.709945 --- ParallelTerminationStrategy: PID 90 died...
22:49:47.711406 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:47.715045 --- ParallelTerminationStrategy: PID 91 died...
22:49:47.716508 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:47.720118 --- ParallelTerminationStrategy: PID 92 died...
22:49:47.721589 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:47.725207 --- ParallelTerminationStrategy: PID 93 died...
22:49:47.726666 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:47.730286 --- ParallelTerminationStrategy: PID 94 died...
22:49:47.731747 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:47.735360 --- ParallelTerminationStrategy: PID 95 died...
22:49:47.736839 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:47.740454 --- ParallelTerminationStrategy: PID 96 died...
22:49:47.741926 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:47.745533 --- ParallelTerminationStrategy: PID 97 died...
22:49:47.746992 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:47.750631 --- ParallelTerminationStrategy: PID 98 died...
22:49:47.752095 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:47.755706 --- ParallelTerminationStrategy: PID 99 died...
22:49:47.757167 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:47.760791 --- ParallelTerminationStrategy: PID 100 died...
22:49:47.762272 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:47.765922 --- ParallelTerminationStrategy: PID 101 died...
22:49:47.767395 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:47.771005 --- ParallelTerminationStrategy: PID 102 died...
22:49:47.772464 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:47.776083 --- ParallelTerminationStrategy: PID 103 died...
22:49:47.777562 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:47.781166 --- ParallelTerminationStrategy: PID 104 died...
22:49:47.782633 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:47.786265 --- ParallelTerminationStrategy: PID 105 died...
22:49:47.787734 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:47.791357 --- ParallelTerminationStrategy: PID 106 died...
22:49:47.792828 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:47.796432 --- ParallelTerminationStrategy: PID 107 died...
22:49:47.797889 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:47.801522 --- ParallelTerminationStrategy: PID 108 died...
22:49:47.802989 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:47.806603 --- ParallelTerminationStrategy: PID 109 died...
22:49:47.808054 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:47.811662 --- ParallelTerminationStrategy: PID 110 died...
22:49:47.813128 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:47.816764 --- ParallelTerminationStrategy: PID 111 died...
22:49:47.818232 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:47.821887 --- ParallelTerminationStrategy: PID 112 died...
22:49:47.823356 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:47.826983 --- ParallelTerminationStrategy: PID 113 died...
22:49:47.828441 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:47.832066 --- ParallelTerminationStrategy: PID 114 died...
22:49:47.833550 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:47.837171 --- ParallelTerminationStrategy: PID 115 died...
22:49:47.838639 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:47.842270 --- ParallelTerminationStrategy: PID 116 died...
22:49:47.843739 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:47.847345 --- ParallelTerminationStrategy: PID 117 died...
22:49:47.848813 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:47.852414 --- ParallelTerminationStrategy: PID 118 died...
22:49:47.853887 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:47.857492 --- ParallelTerminationStrategy: PID 119 died...
22:49:47.858962 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:47.862569 --- ParallelTerminationStrategy: PID 120 died...
22:49:47.864035 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:47.867665 --- ParallelTerminationStrategy: PID 121 died...
22:49:47.869131 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:47.872762 --- ParallelTerminationStrategy: PID 122 died...
22:49:47.874225 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:47.877842 --- ParallelTerminationStrategy: PID 123 died...
22:49:47.879311 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:47.882939 --- ParallelTerminationStrategy: PID 124 died...
22:49:47.884403 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:47.888040 --- ParallelTerminationStrategy: PID 125 died...
22:49:47.889525 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:47.893132 --- ParallelTerminationStrategy: PID 126 died...
22:49:47.894602 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:47.898241 --- ParallelTerminationStrategy: PID 127 died...
22:49:47.899700 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:47.903331 --- ParallelTerminationStrategy: PID 128 died...
22:49:47.904829 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:47.908454 --- ParallelTerminationStrategy: PID 129 died...
22:49:47.909917 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:47.913538 --- ParallelTerminationStrategy: PID 130 died...
22:49:47.915003 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:47.918628 --- ParallelTerminationStrategy: PID 131 died...
22:49:47.920094 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:47.923724 --- ParallelTerminationStrategy: PID 132 died...
22:49:47.925201 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:47.928833 --- ParallelTerminationStrategy: PID 133 died...
22:49:47.930305 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:47.933928 --- ParallelTerminationStrategy: PID 134 died...
22:49:47.935383 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:47.939005 --- ParallelTerminationStrategy: PID 135 died...
22:49:47.940474 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:47.944127 --- ParallelTerminationStrategy: PID 136 died...
22:49:47.945599 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:47.949229 --- ParallelTerminationStrategy: PID 137 died...
22:49:47.950700 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:47.954354 --- ParallelTerminationStrategy: PID 138 died...
22:49:47.955818 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:47.959464 --- ParallelTerminationStrategy: PID 139 died...
22:49:47.960930 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:47.964561 --- ParallelTerminationStrategy: PID 140 died...
22:49:47.966034 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:47.969686 --- ParallelTerminationStrategy: PID 141 died...
22:49:47.971146 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:47.974780 --- ParallelTerminationStrategy: PID 142 died...
22:49:47.976245 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:47.979871 --- ParallelTerminationStrategy: PID 143 died...
22:49:47.981333 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:47.984969 --- ParallelTerminationStrategy: PID 144 died...
22:49:47.986434 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:47.990067 --- ParallelTerminationStrategy: PID 145 died...
22:49:47.991534 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:47.995182 --- ParallelTerminationStrategy: PID 146 died...
22:49:47.996647 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.000293 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.001784 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.005427 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.006889 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.010498 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.011949 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.015594 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.017076 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.020701 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.022179 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.025814 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.027270 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.030922 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.032387 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.036028 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.037499 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.041121 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.042587 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.046220 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.047677 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.051314 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.052788 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.056404 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.057865 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.061521 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.062990 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.066631 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.068101 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.071742 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.073222 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.076865 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.078326 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.081971 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.083428 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.087055 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.088514 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.092153 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.093615 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.097232 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.098700 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.102328 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.103788 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.107435 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.108893 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.112522 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.114004 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.117632 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.119087 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.122737 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.124208 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.127844 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.129316 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.132941 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.134394 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.138024 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.139485 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.143122 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.144579 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.148204 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.149683 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.153329 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.154790 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.158429 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.159894 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.163551 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.165025 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.168654 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.170114 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.173747 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.175205 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.178861 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.180322 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.183964 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.185433 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.189084 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.190549 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.194206 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.195673 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.199317 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.200791 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.204419 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.205897 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.209567 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.211036 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.214674 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.216126 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.219736 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.221200 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.224860 --- ParallelTerminationStrategy: PID 191 died...
22:49:48.226325 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.229962 --- ParallelTerminationStrategy: PID 192 died...
22:49:48.231435 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.235098 --- ParallelTerminationStrategy: PID 193 died...
22:49:48.236558 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.240208 --- ParallelTerminationStrategy: PID 194 died...
22:49:48.241699 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.245349 --- ParallelTerminationStrategy: PID 195 died...
22:49:48.246815 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.250455 --- ParallelTerminationStrategy: PID 196 died...
22:49:48.251920 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.255566 --- ParallelTerminationStrategy: PID 197 died...
22:49:48.257034 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.260699 --- ParallelTerminationStrategy: PID 198 died...
22:49:48.262165 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.265806 --- ParallelTerminationStrategy: PID 199 died...
22:49:48.267272 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.270919 --- ParallelTerminationStrategy: PID 200 died...
22:49:48.272385 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.276045 --- ParallelTerminationStrategy: PID 201 died...
22:49:48.277503 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.281156 --- ParallelTerminationStrategy: PID 202 died...
22:49:48.282613 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.286238 --- ParallelTerminationStrategy: PID 203 died...
22:49:48.287698 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.291345 --- ParallelTerminationStrategy: PID 204 died...
22:49:48.292817 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.296449 --- ParallelTerminationStrategy: PID 205 died...
22:49:48.297918 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.301566 --- ParallelTerminationStrategy: PID 206 died...
22:49:48.303036 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.306679 --- ParallelTerminationStrategy: PID 207 died...
22:49:48.308142 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.311803 --- ParallelTerminationStrategy: PID 208 died...
22:49:48.313278 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.316919 --- ParallelTerminationStrategy: PID 209 died...
22:49:48.318380 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.322019 --- ParallelTerminationStrategy: PID 210 died...
22:49:48.323486 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.327123 --- ParallelTerminationStrategy: PID 211 died...
22:49:48.328588 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.332228 --- ParallelTerminationStrategy: PID 212 died...
22:49:48.333695 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.337320 --- ParallelTerminationStrategy: PID 213 died...
22:49:48.338779 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.342425 --- ParallelTerminationStrategy: PID 214 died...
22:49:48.343889 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.347532 --- ParallelTerminationStrategy: PID 215 died...
22:49:48.349003 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.352645 --- ParallelTerminationStrategy: PID 216 died...
22:49:48.354103 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.357764 --- ParallelTerminationStrategy: PID 217 died...
22:49:48.359233 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.362869 --- ParallelTerminationStrategy: PID 218 died...
22:49:48.364337 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.367995 --- ParallelTerminationStrategy: PID 219 died...
22:49:48.369475 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.373140 --- ParallelTerminationStrategy: PID 220 died...
22:49:48.374603 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.378263 --- ParallelTerminationStrategy: PID 221 died...
22:49:48.379741 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.383400 --- ParallelTerminationStrategy: PID 222 died...
22:49:48.384866 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.388498 --- ParallelTerminationStrategy: PID 223 died...
22:49:48.389970 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.393627 --- ParallelTerminationStrategy: PID 224 died...
22:49:48.395087 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.398749 --- ParallelTerminationStrategy: PID 225 died...
22:49:48.400225 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.403888 --- ParallelTerminationStrategy: PID 226 died...
22:49:48.405377 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.409041 --- ParallelTerminationStrategy: PID 227 died...
22:49:48.410503 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.414167 --- ParallelTerminationStrategy: PID 228 died...
22:49:48.415638 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.419303 --- ParallelTerminationStrategy: PID 229 died...
22:49:48.420774 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.424424 --- ParallelTerminationStrategy: PID 230 died...
22:49:48.425904 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.429572 --- ParallelTerminationStrategy: PID 231 died...
22:49:48.431035 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.434690 --- ParallelTerminationStrategy: PID 232 died...
22:49:48.436158 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.439941 --- ParallelTerminationStrategy: PID 233 died...
22:49:48.441472 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.445177 --- ParallelTerminationStrategy: PID 234 died...
22:49:48.446648 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:51.851039 --- ParallelTerminationStrategy: PID 34 died...
22:49:51.857152 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8181 netreg_mass PASS
---------------------------------------------------------------------
22:49:51.924032 tst trial-8181: Storing JUnit report in /build/trial-8181/run.2025-12-15_22-48-15/trial-8181.xml
--------------------------------------------------------------------------------------------
trial-8181 PASS
--------------------------------------------------------------------------------------------
22:49:51.936414 tst trial-8181: trial-8181: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (90.7 sec)
+ exit_code=0
+ rm -rf trial-8181/inst
+ cd trial-8181
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-15 22:48:15
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8181-run.tgz run.2025-12-15_22-48-15
+ tar czf /build/trial-8181-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-15_13_26_43.tgz osmo-bts-oc2g.build-2025-12-15_12_13_45.tgz osmo-bts-sysmo.build-2025-12-15_12_13_43.tgz osmo-bts.build-2025-12-15_12_13_48.tgz osmo-ggsn.build-2025-12-15_20_42_29.tgz osmo-hlr.build-2025-12-15_16_36_47.tgz osmo-hnbgw.build-2025-12-15_16_59_24.tgz osmo-mgw.build-2025-12-15_08_33_16.tgz osmo-msc.build-2025-12-15_13_32_44.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-15_12_34_56.tgz osmo-pcu-sysmo.build-2025-12-15_12_37_40.tgz osmo-pcu.build-2025-12-15_12_35_06.tgz osmo-sgsn.build-2025-12-15_20_48_06.tgz osmo-stp.build-2025-12-15_13_23_10.tgz osmo-trx.build-2025-12-15_17_04_28.tgz osmocom-bb.build-2025-12-15_21_17_38.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