This log is too long to show here, 14 KB has been skipped — click to see the complete log
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7683
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13186141736776005156.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-8255
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ 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 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [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
#9 CACHED
#10 [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
#10 CACHED
#11 [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
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#14 CACHED
#15 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#17 CACHED
#18 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#18 CACHED
#19 [ 9/28] COPY SSH /root/.ssh
#19 CACHED
#20 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#20 CACHED
#21 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#21 CACHED
#22 [ 3/28] RUN groupadd osmo-gsm-tester
#22 CACHED
#23 [20/28] WORKDIR /TMP
#23 CACHED
#24 [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
#24 CACHED
#25 [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
#25 CACHED
#26 [ 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
#26 CACHED
#27 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#27 CACHED
#28 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#28 CACHED
#29 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#29 CACHED
#30 [ 8/28] RUN MKDIR /var/run/sshd
#30 CACHED
#31 [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
#31 CACHED
#32 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8a2ac23bb1494e06afbe9b803bdf8b8566925831c55f5a8edfe5b493e3caa765 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=8256 -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=2026-02-28 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8256
+ mkdir -p trial-8256
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-28_13_30_24.tgz osmo-bts-oc2g.build-2026-02-28_00_51_25.tgz osmo-bts-sysmo.build-2026-02-28_00_51_31.tgz osmo-bts.build-2026-02-28_00_51_39.tgz osmo-ggsn.build-2026-02-28_20_42_28.tgz osmo-hlr.build-2026-02-28_16_36_53.tgz osmo-hnbgw.build-2026-02-28_13_31_53.tgz osmo-mgw.build-2026-02-28_08_33_07.tgz osmo-msc.build-2026-02-28_13_36_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-28_07_35_21.tgz osmo-pcu-sysmo.build-2026-02-28_07_35_13.tgz osmo-pcu.build-2026-02-28_07_35_24.tgz osmo-sgsn.build-2026-02-28_20_48_11.tgz osmo-stp.build-2026-02-28_13_25_58.tgz osmo-trx.build-2026-02-28_14_21_30.tgz osmocom-bb.build-2026-02-28_21_17_34.tgz srslte.build-19.tgz trial-8256
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-28_13_30_24.md5 osmo-bts-oc2g.build-2026-02-28_00_51_25.md5 osmo-bts-sysmo.build-2026-02-28_00_51_31.md5 osmo-bts.build-2026-02-28_00_51_39.md5 osmo-ggsn.build-2026-02-28_20_42_28.md5 osmo-hlr.build-2026-02-28_16_36_53.md5 osmo-hnbgw.build-2026-02-28_13_31_53.md5 osmo-mgw.build-2026-02-28_08_33_07.md5 osmo-msc.build-2026-02-28_13_36_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-28_07_35_21.md5 osmo-pcu-sysmo.build-2026-02-28_07_35_13.md5 osmo-pcu.build-2026-02-28_07_35_24.md5 osmo-sgsn.build-2026-02-28_20_48_11.md5 osmo-stp.build-2026-02-28_13_25_58.md5 osmo-trx.build-2026-02-28_14_21_30.md5 osmocom-bb.build-2026-02-28_21_17_34.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-28_13_30_24.md5 osmo-bts-oc2g.build-2026-02-28_00_51_25.md5 osmo-bts-sysmo.build-2026-02-28_00_51_31.md5 osmo-bts.build-2026-02-28_00_51_39.md5 osmo-ggsn.build-2026-02-28_20_42_28.md5 osmo-hlr.build-2026-02-28_16_36_53.md5 osmo-hnbgw.build-2026-02-28_13_31_53.md5 osmo-mgw.build-2026-02-28_08_33_07.md5 osmo-msc.build-2026-02-28_13_36_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-28_07_35_21.md5 osmo-pcu-sysmo.build-2026-02-28_07_35_13.md5 osmo-pcu.build-2026-02-28_07_35_24.md5 osmo-sgsn.build-2026-02-28_20_48_11.md5 osmo-stp.build-2026-02-28_13_25_58.md5 osmo-trx.build-2026-02-28_14_21_30.md5 osmocom-bb.build-2026-02-28_21_17_34.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-8256 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8256'
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-8256
--------------------------------------------------------------------------------------------
22:48:16.840083 tst trial-8256: Detailed log at /build/trial-8256/run.2026-02-28_22-48-16/log
---------------------------------------------------------------------
trial-8256 netreg_mass
---------------------------------------------------------------------
22:48:17.043412 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.043771 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.044540 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.045688 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.086433 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.087259 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.088401 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.150501 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-8256 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.151265 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.166745 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.167268 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.167745 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.168188 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.168626 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.169093 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.169542 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.199810 tst register_default_mass.py: using LAC 2
22:48:17.221736 tst register_default_mass.py: using RAC 2
22:48:17.247985 tst register_default_mass.py: using CellId 2
22:48:17.275220 tst register_default_mass.py: using BVCI 3
22:48:17.288857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289556 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291762 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296556 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301353 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303458 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306671 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307218 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310395 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311989 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312512 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317737 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320337 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320843 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321903 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323457 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326080 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329294 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.329806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330336 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.330844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331348 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.331865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.332889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.333925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.334956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.335991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.336526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.337047 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.337569 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.338613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.339630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.340690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.341725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.342292 tst register_default_mass.py:21: Launching a simple network
22:48:17.352518 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.472323 run create_hlr_db(pid=20): Launched
22:48:18.486939 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.510938 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.526081 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.531752 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.718499 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.733714 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.739286 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.157164 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.172117 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.187059 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.327839 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.342909 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.348516 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.371663 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.386519 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.392183 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.706013 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.721210 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.748333 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.922354 run osmo-bts-virtual(pid=34): Launched
22:48:29.957963 tst register_default_mass.py: using MSISDN 1001
22:48:29.969634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.009166 tst register_default_mass.py: using MSISDN 1002
22:48:30.026666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.057810 tst register_default_mass.py: using MSISDN 1003
22:48:30.072532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.103455 tst register_default_mass.py: using MSISDN 1004
22:48:30.117970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.149057 tst register_default_mass.py: using MSISDN 1005
22:48:30.163518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.194745 tst register_default_mass.py: using MSISDN 1006
22:48:30.209245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.239994 tst register_default_mass.py: using MSISDN 1007
22:48:30.254275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.285501 tst register_default_mass.py: using MSISDN 1008
22:48:30.300009 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.331034 tst register_default_mass.py: using MSISDN 1009
22:48:30.345520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.376768 tst register_default_mass.py: using MSISDN 1010
22:48:30.389757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.420916 tst register_default_mass.py: using MSISDN 1011
22:48:30.437156 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.468232 tst register_default_mass.py: using MSISDN 1012
22:48:30.482970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.513987 tst register_default_mass.py: using MSISDN 1013
22:48:30.528794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.559819 tst register_default_mass.py: using MSISDN 1014
22:48:30.574452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.605808 tst register_default_mass.py: using MSISDN 1015
22:48:30.620368 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.651337 tst register_default_mass.py: using MSISDN 1016
22:48:30.665981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.697133 tst register_default_mass.py: using MSISDN 1017
22:48:30.711906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.742699 tst register_default_mass.py: using MSISDN 1018
22:48:30.757400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.788497 tst register_default_mass.py: using MSISDN 1019
22:48:30.803161 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.834078 tst register_default_mass.py: using MSISDN 1020
22:48:30.848906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.880108 tst register_default_mass.py: using MSISDN 1021
22:48:30.894859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.925840 tst register_default_mass.py: using MSISDN 1022
22:48:30.940380 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.971629 tst register_default_mass.py: using MSISDN 1023
22:48:30.986493 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.017442 tst register_default_mass.py: using MSISDN 1024
22:48:31.032130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.063306 tst register_default_mass.py: using MSISDN 1025
22:48:31.078056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.108907 tst register_default_mass.py: using MSISDN 1026
22:48:31.123496 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.154604 tst register_default_mass.py: using MSISDN 1027
22:48:31.169328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.200329 tst register_default_mass.py: using MSISDN 1028
22:48:31.214877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.246017 tst register_default_mass.py: using MSISDN 1029
22:48:31.260791 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.291807 tst register_default_mass.py: using MSISDN 1030
22:48:31.306601 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.337368 tst register_default_mass.py: using MSISDN 1031
22:48:31.351971 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.383017 tst register_default_mass.py: using MSISDN 1032
22:48:31.397731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.428286 tst register_default_mass.py: using MSISDN 1033
22:48:31.442706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.473610 tst register_default_mass.py: using MSISDN 1034
22:48:31.488107 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.519312 tst register_default_mass.py: using MSISDN 1035
22:48:31.534025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.564966 tst register_default_mass.py: using MSISDN 1036
22:48:31.579534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.609661 tst register_default_mass.py: using MSISDN 1037
22:48:31.623953 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.654691 tst register_default_mass.py: using MSISDN 1038
22:48:31.669130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.699786 tst register_default_mass.py: using MSISDN 1039
22:48:31.714384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.744670 tst register_default_mass.py: using MSISDN 1040
22:48:31.758931 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.789645 tst register_default_mass.py: using MSISDN 1041
22:48:31.804192 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.834863 tst register_default_mass.py: using MSISDN 1042
22:48:31.849251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.879958 tst register_default_mass.py: using MSISDN 1043
22:48:31.894455 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.924877 tst register_default_mass.py: using MSISDN 1044
22:48:31.939289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.970177 tst register_default_mass.py: using MSISDN 1045
22:48:31.984761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.015335 tst register_default_mass.py: using MSISDN 1046
22:48:32.029907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.060761 tst register_default_mass.py: using MSISDN 1047
22:48:32.075424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.106084 tst register_default_mass.py: using MSISDN 1048
22:48:32.120566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.151153 tst register_default_mass.py: using MSISDN 1049
22:48:32.161177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.190726 tst register_default_mass.py: using MSISDN 1050
22:48:32.205991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.236644 tst register_default_mass.py: using MSISDN 1051
22:48:32.251095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.281468 tst register_default_mass.py: using MSISDN 1052
22:48:32.295818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.326383 tst register_default_mass.py: using MSISDN 1053
22:48:32.340743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.371234 tst register_default_mass.py: using MSISDN 1054
22:48:32.385666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.415826 tst register_default_mass.py: using MSISDN 1055
22:48:32.430217 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.464500 tst register_default_mass.py: using MSISDN 1056
22:48:32.480540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.510716 tst register_default_mass.py: using MSISDN 1057
22:48:32.525077 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.555090 tst register_default_mass.py: using MSISDN 1058
22:48:32.569347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.599950 tst register_default_mass.py: using MSISDN 1059
22:48:32.614452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.644569 tst register_default_mass.py: using MSISDN 1060
22:48:32.658655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.689031 tst register_default_mass.py: using MSISDN 1061
22:48:32.703339 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.733773 tst register_default_mass.py: using MSISDN 1062
22:48:32.748155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.778662 tst register_default_mass.py: using MSISDN 1063
22:48:32.793110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.823367 tst register_default_mass.py: using MSISDN 1064
22:48:32.837652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.867461 tst register_default_mass.py: using MSISDN 1065
22:48:32.881555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.911693 tst register_default_mass.py: using MSISDN 1066
22:48:32.925948 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.956457 tst register_default_mass.py: using MSISDN 1067
22:48:32.970512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.000647 tst register_default_mass.py: using MSISDN 1068
22:48:33.014956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.045278 tst register_default_mass.py: using MSISDN 1069
22:48:33.059473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.089028 tst register_default_mass.py: using MSISDN 1070
22:48:33.102909 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.133156 tst register_default_mass.py: using MSISDN 1071
22:48:33.147379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.177478 tst register_default_mass.py: using MSISDN 1072
22:48:33.191594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.221767 tst register_default_mass.py: using MSISDN 1073
22:48:33.235947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.266182 tst register_default_mass.py: using MSISDN 1074
22:48:33.280539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.319194 tst register_default_mass.py: using MSISDN 1075
22:48:33.336689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.366836 tst register_default_mass.py: using MSISDN 1076
22:48:33.381320 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.411647 tst register_default_mass.py: using MSISDN 1077
22:48:33.425976 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.455957 tst register_default_mass.py: using MSISDN 1078
22:48:33.465499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.495716 tst register_default_mass.py: using MSISDN 1079
22:48:33.511394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.541172 tst register_default_mass.py: using MSISDN 1080
22:48:33.555330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.585844 tst register_default_mass.py: using MSISDN 1081
22:48:33.600148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.630029 tst register_default_mass.py: using MSISDN 1082
22:48:33.644208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.674762 tst register_default_mass.py: using MSISDN 1083
22:48:33.689085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.719269 tst register_default_mass.py: using MSISDN 1084
22:48:33.733516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.763433 tst register_default_mass.py: using MSISDN 1085
22:48:33.777585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.807576 tst register_default_mass.py: using MSISDN 1086
22:48:33.821718 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.851995 tst register_default_mass.py: using MSISDN 1087
22:48:33.866168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.896443 tst register_default_mass.py: using MSISDN 1088
22:48:33.910592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.948791 tst register_default_mass.py: using MSISDN 1089
22:48:33.966188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.995727 tst register_default_mass.py: using MSISDN 1090
22:48:34.010118 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.039745 tst register_default_mass.py: using MSISDN 1091
22:48:34.053589 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.083196 tst register_default_mass.py: using MSISDN 1092
22:48:34.097110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.126473 tst register_default_mass.py: using MSISDN 1093
22:48:34.140234 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.169821 tst register_default_mass.py: using MSISDN 1094
22:48:34.183687 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.213586 tst register_default_mass.py: using MSISDN 1095
22:48:34.227548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.257014 tst register_default_mass.py: using MSISDN 1096
22:48:34.270838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.300494 tst register_default_mass.py: using MSISDN 1097
22:48:34.314490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.343864 tst register_default_mass.py: using MSISDN 1098
22:48:34.357575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.387131 tst register_default_mass.py: using MSISDN 1099
22:48:34.400858 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.430837 tst register_default_mass.py: using MSISDN 1100
22:48:34.444939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.536169 run mass: Starting testcase
22:48:34.541652 run mass: Pre-launching all virtphy's
22:48:34.547067 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.560087 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.566146 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.579073 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.585125 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.597974 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.604035 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.616986 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.622960 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.635591 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.641577 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.654546 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.660506 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.673241 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.679142 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.691899 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.697787 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.710401 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.716231 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.728860 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.734691 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.747360 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.753219 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.765857 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.771732 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.784386 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.790316 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.802925 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.808826 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.821489 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.827381 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.840029 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.845905 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.858515 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.866876 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.879705 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.885703 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.898503 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.904535 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.917359 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.923327 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.936011 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.941994 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.954709 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.960629 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.973334 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.979310 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.992019 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.998088 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.010982 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.017026 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.029871 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.035820 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.048665 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.054659 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.067502 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.073481 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.086488 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.092540 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.105653 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.111658 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.124781 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.130778 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.143878 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.149886 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.162860 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.168920 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.181864 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.187899 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.200907 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.206899 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.219877 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.225873 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.238819 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.244818 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.257976 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.263962 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.276914 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.282887 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.295835 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.301811 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.314924 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.320941 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.334039 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.340017 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.352999 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.359166 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.372174 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.378276 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.391347 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.397403 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.410412 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.416431 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.429250 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.435183 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.448028 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.453963 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.466783 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.472768 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.485575 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.491511 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.504427 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.510345 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.523136 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.529050 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.541873 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.547952 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.560822 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.566830 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.579626 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.585572 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.598585 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.604613 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.617601 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.623529 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.636356 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.642267 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.655148 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.661075 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.673881 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.679869 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.692769 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.698668 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.711447 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.717439 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.730319 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.736281 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.749092 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.755037 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.767925 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.773827 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.786821 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.792761 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.805736 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.811756 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.824702 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.830817 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.843730 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.849816 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.862671 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.868577 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.881383 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.887307 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.900093 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.906037 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.918855 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.924754 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.937518 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.943442 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.956253 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.962191 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.974968 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.980906 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.993723 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.999590 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.012430 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.018541 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.031398 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.037446 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.050319 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.056256 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.069245 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.075204 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.088311 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.094299 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.107176 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.113092 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.125938 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.131833 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.144625 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.150499 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.163256 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.169232 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.182059 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.187975 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.200759 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.206650 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.219447 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.225397 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.238133 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.244108 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.257155 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.263015 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.275953 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.281838 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.294650 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.300742 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.313629 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.319683 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.332495 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.338440 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.351272 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.357235 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.369996 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.375910 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.388718 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.394627 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.407396 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.413349 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.426127 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.432004 run mass: Checking if sockets are in the filesystem
22:48:36.463614 run osmo-ms-mob/00000: Starting mobile
22:48:36.476505 run osmo-ms-mob/00000(pid=135): Launched
22:48:36.488077 run mass: MS start registered {at=2869542.69639178, delay=0.005555679090321064, ms=00000}
22:48:40.679722 run osmo-ms-mob/00001: Starting mobile
22:48:40.696291 run osmo-ms-mob/00001(pid=136): Launched
22:48:40.706900 run mass: MS start registered {at=2869546.915215702, delay=0.004682846833020449, ms=00001}
22:48:41.759098 run mass: MS performed LU {at=2869547.967299557, lu_delay=5.2709077768959105, ms=00000}
22:48:42.471427 run osmo-ms-mob/00002: Starting mobile
22:48:42.484526 run osmo-ms-mob/00002(pid=137): Launched
22:48:42.495239 run mass: MS start registered {at=2869548.703553717, delay=0.004756775218993425, ms=00002}
22:48:43.778105 run osmo-ms-mob/00003: Starting mobile
22:48:43.794918 run osmo-ms-mob/00003(pid=138): Launched
22:48:43.805903 run mass: MS start registered {at=2869550.014221162, delay=0.004943893291056156, ms=00003}
22:48:44.849869 run osmo-ms-mob/00004: Starting mobile
22:48:44.862778 run osmo-ms-mob/00004(pid=139): Launched
22:48:44.873525 run mass: MS start registered {at=2869551.081843838, delay=0.004763600882142782, ms=00004}
22:48:45.525897 run mass: MS performed LU {at=2869551.734099939, lu_delay=4.818884237203747, ms=00001}
22:48:45.847781 run osmo-ms-mob/00005: Starting mobile
22:48:45.860548 run osmo-ms-mob/00005(pid=140): Launched
22:48:45.871231 run mass: MS start registered {at=2869552.07955139, delay=0.004759110976010561, ms=00005}
22:48:46.747374 run osmo-ms-mob/00006: Starting mobile
22:48:46.760269 run osmo-ms-mob/00006(pid=141): Launched
22:48:46.771164 run mass: MS start registered {at=2869552.979479159, delay=0.0048474883660674095, ms=00006}
22:48:47.427221 run mass: MS performed LU {at=2869553.635421845, lu_delay=4.931868128012866, ms=00002}
22:48:47.678634 run osmo-ms-mob/00007: Starting mobile
22:48:47.695113 run osmo-ms-mob/00007(pid=142): Launched
22:48:47.705960 run mass: MS start registered {at=2869553.914281656, delay=0.004972688853740692, ms=00007}
22:48:48.448879 run osmo-ms-mob/00008: Starting mobile
22:48:48.461796 run osmo-ms-mob/00008(pid=143): Launched
22:48:48.472722 run mass: MS start registered {at=2869554.681041315, delay=0.004866768140345812, ms=00008}
22:48:49.179175 run osmo-ms-mob/00009: Starting mobile
22:48:49.195909 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.206777 run mass: MS start registered {at=2869555.415099646, delay=0.004612670745700598, ms=00009}
22:48:49.291145 run mass: MS performed LU {at=2869555.499355563, lu_delay=5.485134400893003, ms=00003}
22:48:49.879861 run osmo-ms-mob/00010: Starting mobile
22:48:49.896656 run osmo-ms-mob/00010(pid=145): Launched
22:48:49.907719 run mass: MS start registered {at=2869556.116037882, delay=0.004999211989343166, ms=00010}
22:48:50.472727 run osmo-ms-mob/00011: Starting mobile
22:48:50.489289 run osmo-ms-mob/00011(pid=146): Launched
22:48:50.500141 run mass: MS start registered {at=2869556.70846089, delay=0.004707943182438612, ms=00011}
22:48:51.069877 run osmo-ms-mob/00012: Starting mobile
22:48:51.090838 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.101992 run mass: MS start registered {at=2869557.310310204, delay=0.005075149238109589, ms=00012}
22:48:51.192579 run mass: MS performed LU {at=2869557.400786369, lu_delay=6.318942531011999, ms=00004}
22:48:51.218628 run mass: MS performed LU {at=2869557.426941254, lu_delay=5.347389864269644, ms=00005}
22:48:51.679823 run osmo-ms-mob/00013: Starting mobile
22:48:51.696708 run osmo-ms-mob/00013(pid=148): Launched
22:48:51.707901 run mass: MS start registered {at=2869557.916221841, delay=0.005248230881989002, ms=00013}
22:48:52.248241 run osmo-ms-mob/00014: Starting mobile
22:48:52.261629 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.272473 run mass: MS start registered {at=2869558.480794315, delay=0.004806611221283674, ms=00014}
22:48:52.860530 run osmo-ms-mob/00015: Starting mobile
22:48:52.874057 run osmo-ms-mob/00015(pid=150): Launched
22:48:52.885308 run mass: MS start registered {at=2869559.093628037, delay=0.005181817803531885, ms=00015}
22:48:53.056865 run mass: MS performed LU {at=2869559.265076865, lu_delay=5.350795208942145, ms=00007}
22:48:53.122110 run mass: MS performed LU {at=2869559.33034171, lu_delay=6.350862550549209, ms=00006}
22:48:53.369630 run osmo-ms-mob/00016: Starting mobile
22:48:53.385812 run osmo-ms-mob/00016(pid=151): Launched
22:48:53.396726 run mass: MS start registered {at=2869559.605049576, delay=0.004908530041575432, ms=00016}
22:48:53.425154 run mass: MS performed LU {at=2869559.6333912, lu_delay=4.952349884901196, ms=00008}
22:48:53.847219 run osmo-ms-mob/00017: Starting mobile
22:48:53.860459 run osmo-ms-mob/00017(pid=152): Launched
22:48:53.871361 run mass: MS start registered {at=2869560.079678934, delay=0.004926525987684727, ms=00017}
22:48:54.479994 run osmo-ms-mob/00018: Starting mobile
22:48:54.497196 run osmo-ms-mob/00018(pid=153): Launched
22:48:54.507966 run mass: MS start registered {at=2869560.716287127, delay=0.004690741188824177, ms=00018}
22:48:54.848875 run osmo-ms-mob/00019: Starting mobile
22:48:54.862391 run osmo-ms-mob/00019(pid=154): Launched
22:48:54.868753 run mass: MS performed LU {at=2869561.077078053, lu_delay=4.961040170863271, ms=00010}
22:48:54.874602 run mass: MS start registered {at=2869561.082936813, delay=0.005876807030290365, ms=00019}
22:48:54.958982 run mass: MS performed LU {at=2869561.167198201, lu_delay=4.458737310953438, ms=00011}
22:48:54.985129 run mass: MS performed LU {at=2869561.193380242, lu_delay=5.7782805962488055, ms=00009}
22:48:55.360207 run osmo-ms-mob/00020: Starting mobile
22:48:55.374146 run osmo-ms-mob/00020(pid=155): Launched
22:48:55.385132 run mass: MS start registered {at=2869561.593449583, delay=0.005012623034417629, ms=00020}
22:48:55.861112 run osmo-ms-mob/00021: Starting mobile
22:48:55.874867 run osmo-ms-mob/00021(pid=156): Launched
22:48:55.886150 run mass: MS start registered {at=2869562.094468593, delay=0.004901689011603594, ms=00021}
22:48:56.247491 run osmo-ms-mob/00022: Starting mobile
22:48:56.261101 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.271859 run mass: MS start registered {at=2869562.480177929, delay=0.004748727194964886, ms=00022}
22:48:56.760839 run osmo-ms-mob/00023: Starting mobile
22:48:56.774498 run osmo-ms-mob/00023(pid=158): Launched
22:48:56.785409 run mass: MS start registered {at=2869562.993728062, delay=0.0046007162891328335, ms=00023}
22:48:56.822826 run mass: MS performed LU {at=2869563.031043614, lu_delay=4.550249298568815, ms=00014}
22:48:56.887576 run mass: MS performed LU {at=2869563.095794021, lu_delay=5.179572180379182, ms=00013}
22:48:56.956744 run mass: MS performed LU {at=2869563.164962174, lu_delay=5.854651969857514, ms=00012}
22:48:56.985219 run osmo-ms-mob/00024: Starting mobile
22:48:56.998497 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.009334 run mass: MS start registered {at=2869563.217655384, delay=0.004834103863686323, ms=00024}
22:48:57.648115 run osmo-ms-mob/00025: Starting mobile
22:48:57.661230 run osmo-ms-mob/00025(pid=160): Launched
22:48:57.672267 run mass: MS start registered {at=2869563.880584584, delay=0.004845479968935251, ms=00025}
22:48:58.047909 run osmo-ms-mob/00026: Starting mobile
22:48:58.060783 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.071545 run mass: MS start registered {at=2869564.279867376, delay=0.0045640962198376656, ms=00026}
22:48:58.470408 run osmo-ms-mob/00027: Starting mobile
22:48:58.486580 run osmo-ms-mob/00027(pid=162): Launched
22:48:58.497685 run mass: MS start registered {at=2869564.706005898, delay=0.004866187926381826, ms=00027}
22:48:58.622543 run mass: MS performed LU {at=2869564.830758572, lu_delay=4.751079638022929, ms=00017}
22:48:58.724662 run mass: MS performed LU {at=2869564.932857387, lu_delay=5.839229349978268, ms=00015}
22:48:58.751845 run mass: MS performed LU {at=2869564.96008775, lu_delay=5.3550381739623845, ms=00016}
22:48:58.821010 run osmo-ms-mob/00028: Starting mobile
22:48:58.837077 run osmo-ms-mob/00028(pid=163): Launched
22:48:58.848054 run mass: MS start registered {at=2869565.056373734, delay=0.004926668014377356, ms=00028}
22:48:59.271967 run osmo-ms-mob/00029: Starting mobile
22:48:59.288312 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.299055 run mass: MS start registered {at=2869565.507377217, delay=0.004819673020392656, ms=00029}
22:48:59.649068 run osmo-ms-mob/00030: Starting mobile
22:48:59.662034 run osmo-ms-mob/00030(pid=165): Launched
22:48:59.674040 run mass: MS start registered {at=2869565.882361191, delay=0.005726031959056854, ms=00030}
22:49:00.062422 run osmo-ms-mob/00031: Starting mobile
22:49:00.076931 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.088005 run mass: MS start registered {at=2869566.296326413, delay=0.005054126027971506, ms=00031}
22:49:00.348116 run osmo-ms-mob/00032: Starting mobile
22:49:00.361608 run osmo-ms-mob/00032(pid=167): Launched
22:49:00.372482 run mass: MS start registered {at=2869566.580803497, delay=0.004745394457131624, ms=00032}
22:49:00.589078 run mass: MS performed LU {at=2869566.797292936, lu_delay=4.702824342995882, ms=00021}
22:49:00.653443 run mass: MS performed LU {at=2869566.861660402, lu_delay=6.145373274572194, ms=00018}
22:49:00.684359 run osmo-ms-mob/00033: Starting mobile
22:49:00.698733 run osmo-ms-mob/00033(pid=168): Launched
22:49:00.709618 run mass: MS start registered {at=2869566.917938234, delay=0.004864885937422514, ms=00033}
22:49:00.721459 run mass: MS performed LU {at=2869566.929782825, lu_delay=5.846846011932939, ms=00019}
22:49:00.759707 run mass: MS performed LU {at=2869566.967941936, lu_delay=5.374492353294045, ms=00020}
22:49:01.014121 run mass: MS performed LU {at=2869567.222338662, lu_delay=4.742160732857883, ms=00022}
22:49:01.043211 run osmo-ms-mob/00034: Starting mobile
22:49:01.056156 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.068384 run mass: MS start registered {at=2869567.276705036, delay=0.006000724155455828, ms=00034}
22:49:01.462421 run osmo-ms-mob/00035: Starting mobile
22:49:01.476311 run osmo-ms-mob/00035(pid=170): Launched
22:49:01.487854 run mass: MS start registered {at=2869567.696171539, delay=0.00514798192307353, ms=00035}
22:49:01.848683 run osmo-ms-mob/00036: Starting mobile
22:49:01.862154 run osmo-ms-mob/00036(pid=171): Launched
22:49:01.873255 run mass: MS start registered {at=2869568.081574082, delay=0.004999279975891113, ms=00036}
22:49:02.247030 run osmo-ms-mob/00037: Starting mobile
22:49:02.260189 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.271356 run mass: MS start registered {at=2869568.47967523, delay=0.005022103898227215, ms=00037}
22:49:02.388113 run mass: MS performed LU {at=2869568.596331418, lu_delay=5.378676034044474, ms=00024}
22:49:02.490507 run mass: MS performed LU {at=2869568.698727235, lu_delay=4.418859858997166, ms=00026}
22:49:02.504730 run osmo-ms-mob/00038: Starting mobile
22:49:02.517815 run osmo-ms-mob/00038(pid=173): Launched
22:49:02.523940 run mass: MS performed LU {at=2869568.732270443, lu_delay=4.851685858797282, ms=00025}
22:49:02.529806 run mass: MS start registered {at=2869568.738140816, delay=0.005885560996830463, ms=00038}
22:49:02.680214 run mass: MS performed LU {at=2869568.888431461, lu_delay=5.894703398924321, ms=00023}
22:49:02.708675 run osmo-ms-mob/00039: Starting mobile
22:49:02.721915 run osmo-ms-mob/00039(pid=174): Launched
22:49:02.733016 run mass: MS start registered {at=2869568.941336682, delay=0.0047729481011629105, ms=00039}
22:49:03.263367 run osmo-ms-mob/00040: Starting mobile
22:49:03.277363 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.288715 run mass: MS start registered {at=2869569.497025906, delay=0.005264106206595898, ms=00040}
22:49:03.547878 run osmo-ms-mob/00041: Starting mobile
22:49:03.561094 run osmo-ms-mob/00041(pid=176): Launched
22:49:03.572217 run mass: MS start registered {at=2869569.780532467, delay=0.004978789947926998, ms=00041}
22:49:03.861401 run osmo-ms-mob/00042: Starting mobile
22:49:03.875060 run osmo-ms-mob/00042(pid=177): Launched
22:49:03.886605 run mass: MS start registered {at=2869570.094918458, delay=0.005406200885772705, ms=00042}
22:49:04.248122 run osmo-ms-mob/00043: Starting mobile
22:49:04.261953 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.273163 run mass: MS start registered {at=2869570.481483649, delay=0.00510668708011508, ms=00043}
22:49:04.354628 run mass: MS performed LU {at=2869570.562845339, lu_delay=5.856839441228658, ms=00027}
22:49:04.419118 run mass: MS performed LU {at=2869570.627341578, lu_delay=5.57096784375608, ms=00028}
22:49:04.445594 run osmo-ms-mob/00044: Starting mobile
22:49:04.458542 run osmo-ms-mob/00044(pid=179): Launched
22:49:04.469529 run mass: MS start registered {at=2869570.677848967, delay=0.00491794990375638, ms=00044}
22:49:04.487061 run mass: MS performed LU {at=2869570.695382494, lu_delay=4.813021303154528, ms=00030}
22:49:04.524977 run mass: MS performed LU {at=2869570.733216525, lu_delay=5.225839307997376, ms=00029}
22:49:04.546291 run osmo-ms-mob/00045: Starting mobile
22:49:04.559312 run osmo-ms-mob/00045(pid=180): Launched
22:49:04.570432 run mass: MS start registered {at=2869570.77874829, delay=0.004857024177908897, ms=00045}
22:49:05.160183 run osmo-ms-mob/00046: Starting mobile
22:49:05.173907 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.184968 run mass: MS start registered {at=2869571.393290297, delay=0.0049317022785544395, ms=00046}
22:49:05.447954 run osmo-ms-mob/00047: Starting mobile
22:49:05.461196 run osmo-ms-mob/00047(pid=182): Launched
22:49:05.472473 run mass: MS start registered {at=2869571.680791944, delay=0.005150255747139454, ms=00047}
22:49:05.778044 run osmo-ms-mob/00048: Starting mobile
22:49:05.793646 run osmo-ms-mob/00048(pid=183): Launched
22:49:05.804757 run mass: MS start registered {at=2869572.013075264, delay=0.005123617127537727, ms=00048}
22:49:06.047519 run osmo-ms-mob/00049: Starting mobile
22:49:06.060584 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.071620 run mass: MS start registered {at=2869572.279941177, delay=0.005069118924438953, ms=00049}
22:49:06.154846 run mass: MS performed LU {at=2869572.363062981, lu_delay=6.066736568231136, ms=00031}
22:49:06.192326 run mass: MS performed LU {at=2869572.400581912, lu_delay=5.482643678318709, ms=00033}
22:49:06.210366 run osmo-ms-mob/00050: Starting mobile
22:49:06.223259 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.234398 run mass: MS start registered {at=2869572.442719628, delay=0.005169345065951347, ms=00050}
22:49:06.282986 run mass: MS performed LU {at=2869572.491221863, lu_delay=5.21451682690531, ms=00034}
22:49:06.445506 run mass: MS performed LU {at=2869572.653723913, lu_delay=6.07292041555047, ms=00032}
22:49:06.778294 run osmo-ms-mob/00051: Starting mobile
22:49:06.794927 run osmo-ms-mob/00051(pid=186): Launched
22:49:06.805943 run mass: MS start registered {at=2869573.014263007, delay=0.004930569790303707, ms=00051}
22:49:07.065191 run osmo-ms-mob/00052: Starting mobile
22:49:07.079876 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.091653 run mass: MS start registered {at=2869573.299970688, delay=0.00539158983156085, ms=00052}
22:49:07.179194 run mass: MS performed LU {at=2869573.387418282, lu_delay=5.691246743313968, ms=00035}
22:49:07.348619 run osmo-ms-mob/00053: Starting mobile
22:49:07.361610 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.373656 run mass: MS start registered {at=2869573.581977625, delay=0.005702170077711344, ms=00053}
22:49:07.648184 run osmo-ms-mob/00054: Starting mobile
22:49:07.661337 run osmo-ms-mob/00054(pid=189): Launched
22:49:07.672730 run mass: MS start registered {at=2869573.881048345, delay=0.005259023979306221, ms=00054}
22:49:07.947748 run osmo-ms-mob/00055: Starting mobile
22:49:07.960753 run osmo-ms-mob/00055(pid=190): Launched
22:49:07.972126 run mass: MS start registered {at=2869574.180445306, delay=0.005136230029165745, ms=00055}
22:49:08.018961 run mass: MS performed LU {at=2869574.22715813, lu_delay=4.730132224038243, ms=00040}
22:49:08.055195 run mass: MS performed LU {at=2869574.263452048, lu_delay=4.482919580768794, ms=00041}
22:49:08.088035 run osmo-ms-mob/00056: Starting mobile
22:49:08.102452 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.113680 run mass: MS start registered {at=2869574.321999799, delay=0.00514841778203845, ms=00056}
22:49:08.185026 run mass: MS performed LU {at=2869574.393223064, lu_delay=6.311648982111365, ms=00036}
22:49:08.347014 run mass: MS performed LU {at=2869574.555232321, lu_delay=5.613895638845861, ms=00039}
22:49:08.376756 run osmo-ms-mob/00057: Starting mobile
22:49:08.390002 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.396119 run mass: MS performed LU {at=2869574.604448277, lu_delay=5.866307461168617, ms=00038}
22:49:08.402029 run mass: MS start registered {at=2869574.610364015, delay=0.005932169035077095, ms=00057}
22:49:08.961296 run osmo-ms-mob/00058: Starting mobile
22:49:08.975604 run osmo-ms-mob/00058(pid=193): Launched
22:49:08.987939 run mass: MS start registered {at=2869575.196246697, delay=0.006129218265414238, ms=00058}
22:49:09.182309 run mass: MS performed LU {at=2869575.390525475, lu_delay=4.909041826147586, ms=00043}
22:49:09.211005 run osmo-ms-mob/00059: Starting mobile
22:49:09.224586 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.235928 run mass: MS start registered {at=2869575.444246934, delay=0.005059364717453718, ms=00059}
22:49:09.561875 run osmo-ms-mob/00060: Starting mobile
22:49:09.575900 run osmo-ms-mob/00060(pid=195): Launched
22:49:09.587120 run mass: MS start registered {at=2869575.79543785, delay=0.004776841960847378, ms=00060}
22:49:09.919787 run mass: MS performed LU {at=2869576.12797912, lu_delay=6.033060661982745, ms=00042}
22:49:09.979633 run osmo-ms-mob/00061: Starting mobile
22:49:09.998299 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.004830 run mass: MS performed LU {at=2869576.21315507, lu_delay=5.535306103061885, ms=00044}
22:49:10.010723 run mass: MS start registered {at=2869576.21905722, delay=0.005922356154769659, ms=00061}
22:49:10.048943 run mass: MS performed LU {at=2869576.257176944, lu_delay=4.863886646926403, ms=00046}
22:49:10.075502 run osmo-ms-mob/00062: Starting mobile
22:49:10.088742 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.099919 run mass: MS start registered {at=2869576.308242259, delay=0.00518047995865345, ms=00062}
22:49:10.211374 run mass: MS performed LU {at=2869576.419604092, lu_delay=5.640855801757425, ms=00045}
22:49:10.237293 run mass: MS performed LU {at=2869576.445603491, lu_delay=4.764811547007412, ms=00047}
22:49:10.260402 run osmo-ms-mob/00063: Starting mobile
22:49:10.273407 run osmo-ms-mob/00063(pid=198): Launched
22:49:10.284734 run mass: MS start registered {at=2869576.49304728, delay=0.005240842700004578, ms=00063}
22:49:10.958374 run osmo-ms-mob/00064: Starting mobile
22:49:10.972107 run osmo-ms-mob/00064(pid=199): Launched
22:49:10.983711 run mass: MS start registered {at=2869577.192027893, delay=0.005554379895329475, ms=00064}
22:49:11.102032 run mass: MS performed LU {at=2869577.310251443, lu_delay=3.728273818269372, ms=00053}
22:49:11.359996 run osmo-ms-mob/00065: Starting mobile
22:49:11.374019 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.385480 run mass: MS start registered {at=2869577.593793825, delay=0.005376445595175028, ms=00065}
22:49:11.661351 run osmo-ms-mob/00066: Starting mobile
22:49:11.675167 run osmo-ms-mob/00066(pid=201): Launched
22:49:11.686659 run mass: MS start registered {at=2869577.894972577, delay=0.005062370095402002, ms=00066}
22:49:11.785071 run mass: MS performed LU {at=2869577.99326727, lu_delay=5.980192005634308, ms=00048}
22:49:11.821004 run mass: MS performed LU {at=2869578.029247579, lu_delay=5.014984572306275, ms=00051}
22:49:11.951233 run mass: MS performed LU {at=2869578.159451238, lu_delay=5.716731609776616, ms=00050}
22:49:11.980351 run osmo-ms-mob/00067: Starting mobile
22:49:11.993493 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.004795 run mass: MS start registered {at=2869578.213111823, delay=0.005350894760340452, ms=00067}
22:49:12.149439 run mass: MS performed LU {at=2869578.357655773, lu_delay=5.057685085106641, ms=00052}
22:49:12.377670 run osmo-ms-mob/00068: Starting mobile
22:49:12.393459 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.404903 run mass: MS start registered {at=2869578.613218482, delay=0.005472896154969931, ms=00068}
22:49:12.762704 run osmo-ms-mob/00069: Starting mobile
22:49:12.776540 run osmo-ms-mob/00069(pid=204): Launched
22:49:12.788033 run mass: MS start registered {at=2869578.996354858, delay=0.005178424995392561, ms=00069}
22:49:13.161780 run osmo-ms-mob/00070: Starting mobile
22:49:13.175575 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.186806 run mass: MS start registered {at=2869579.395127119, delay=0.005205935798585415, ms=00070}
22:49:13.578650 run osmo-ms-mob/00071: Starting mobile
22:49:13.594676 run osmo-ms-mob/00071(pid=206): Launched
22:49:13.606014 run mass: MS start registered {at=2869579.814333224, delay=0.005126673262566328, ms=00071}
22:49:13.685396 run mass: MS performed LU {at=2869579.893612016, lu_delay=4.697365318890661, ms=00058}
22:49:13.787559 run mass: MS performed LU {at=2869579.995777784, lu_delay=5.815332477912307, ms=00055}
22:49:13.814542 run mass: MS performed LU {at=2869580.022848257, lu_delay=5.700848457869142, ms=00056}
22:49:13.827354 run osmo-ms-mob/00072: Starting mobile
22:49:13.840567 run osmo-ms-mob/00072(pid=207): Launched
22:49:13.851855 run mass: MS start registered {at=2869580.060174014, delay=0.00534565094858408, ms=00072}
22:49:13.958668 run mass: MS performed LU {at=2869580.166882782, lu_delay=5.556518766563386, ms=00057}
22:49:13.982759 run mass: MS performed LU {at=2869580.191088478, lu_delay=4.746841544285417, ms=00059}
22:49:14.379199 run osmo-ms-mob/00073: Starting mobile
22:49:14.392998 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.404733 run mass: MS start registered {at=2869580.613043948, delay=0.0057640960440039635, ms=00073}
22:49:14.762215 run osmo-ms-mob/00074: Starting mobile
22:49:14.776169 run osmo-ms-mob/00074(pid=209): Launched
22:49:14.782172 run mass: MS performed LU {at=2869580.990499326, lu_delay=7.109450981020927, ms=00054}
22:49:14.788268 run mass: MS start registered {at=2869580.996602284, delay=0.006120489910244942, ms=00074}
22:49:14.820483 run mass: MS performed LU {at=2869581.028766427, lu_delay=4.535719147417694, ms=00063}
22:49:15.178418 run osmo-ms-mob/00075: Starting mobile
22:49:15.194739 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.206066 run mass: MS start registered {at=2869581.41438424, delay=0.005304369609802961, ms=00075}
22:49:15.549551 run mass: MS performed LU {at=2869581.757768753, lu_delay=4.565740860067308, ms=00064}
22:49:15.594234 run osmo-ms-mob/00076: Starting mobile
22:49:15.608444 run osmo-ms-mob/00076(pid=211): Launched
22:49:15.614437 run mass: MS performed LU {at=2869581.822765188, lu_delay=6.027327337767929, ms=00060}
22:49:15.620300 run mass: MS start registered {at=2869581.828634851, delay=0.005888115148991346, ms=00076}
22:49:15.660971 run mass: MS performed LU {at=2869581.869210129, lu_delay=5.650152909103781, ms=00061}
22:49:15.915246 run mass: MS performed LU {at=2869582.123465603, lu_delay=5.8152233441360295, ms=00062}
22:49:15.929990 run osmo-ms-mob/00077: Starting mobile
22:49:15.943155 run osmo-ms-mob/00077(pid=212): Launched
22:49:15.954824 run mass: MS start registered {at=2869582.163143141, delay=0.005759382154792547, ms=00077}
22:49:16.561834 run osmo-ms-mob/00078: Starting mobile
22:49:16.575671 run osmo-ms-mob/00078(pid=213): Launched
22:49:16.587041 run mass: MS start registered {at=2869582.795354636, delay=0.005445765797048807, ms=00078}
22:49:16.764821 run mass: MS performed LU {at=2869582.973037276, lu_delay=3.5779101569205523, ms=00070}
22:49:16.948179 run osmo-ms-mob/00079: Starting mobile
22:49:16.961597 run osmo-ms-mob/00079(pid=214): Launched
22:49:16.973044 run mass: MS start registered {at=2869583.181356615, delay=0.005413950886577368, ms=00079}
22:49:17.477912 run osmo-ms-mob/00080: Starting mobile
22:49:17.494859 run osmo-ms-mob/00080(pid=215): Launched
22:49:17.501101 run mass: MS performed LU {at=2869583.709427474, lu_delay=6.115633649285883, ms=00065}
22:49:17.507294 run mass: MS start registered {at=2869583.71562589, delay=0.0062167588621377945, ms=00080}
22:49:17.552774 run mass: MS performed LU {at=2869583.761011685, lu_delay=5.147793202660978, ms=00068}
22:49:17.580967 run mass: MS performed LU {at=2869583.789196755, lu_delay=4.792841896880418, ms=00069}
22:49:17.725273 run mass: MS performed LU {at=2869583.933493146, lu_delay=6.038520568981767, ms=00066}
22:49:17.754820 run osmo-ms-mob/00081: Starting mobile
22:49:17.768017 run osmo-ms-mob/00081(pid=216): Launched
22:49:17.774123 run mass: MS performed LU {at=2869583.982450791, lu_delay=5.769338968209922, ms=00067}
22:49:17.780020 run mass: MS start registered {at=2869583.988354984, delay=0.005923913326114416, ms=00081}
22:49:18.360834 run osmo-ms-mob/00082: Starting mobile
22:49:18.374767 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.386458 run mass: MS start registered {at=2869584.594765311, delay=0.005645433906465769, ms=00082}
22:49:18.958135 run osmo-ms-mob/00083: Starting mobile
22:49:18.971426 run osmo-ms-mob/00083(pid=218): Launched
22:49:18.982628 run mass: MS start registered {at=2869585.190944016, delay=0.005316196940839291, ms=00083}
22:49:19.316460 run mass: MS performed LU {at=2869585.524674731, lu_delay=4.528072447050363, ms=00074}
22:49:19.353299 run mass: MS performed LU {at=2869585.561535882, lu_delay=5.501361867878586, ms=00072}
22:49:19.377728 run osmo-ms-mob/00084: Starting mobile
22:49:19.390944 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.402306 run mass: MS start registered {at=2869585.610624197, delay=0.00527770072221756, ms=00084}
22:49:19.482407 run mass: MS performed LU {at=2869585.690619252, lu_delay=5.876286027953029, ms=00071}
22:49:19.644380 run mass: MS performed LU {at=2869585.852595323, lu_delay=5.239551375154406, ms=00073}
22:49:19.977804 run osmo-ms-mob/00085: Starting mobile
22:49:19.994439 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.005765 run mass: MS start registered {at=2869586.214081628, delay=0.005139973014593124, ms=00085}
22:49:20.560361 run osmo-ms-mob/00086: Starting mobile
22:49:20.575046 run osmo-ms-mob/00086(pid=221): Launched
22:49:20.586368 run mass: MS start registered {at=2869586.794688579, delay=0.005279968958348036, ms=00086}
22:49:21.180081 run osmo-ms-mob/00087: Starting mobile
22:49:21.196861 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.208259 run mass: MS start registered {at=2869587.416572135, delay=0.00545000983402133, ms=00087}
22:49:21.300552 run mass: MS performed LU {at=2869587.508738258, lu_delay=5.680103406775743, ms=00076}
22:49:21.327123 run mass: MS performed LU {at=2869587.535452029, lu_delay=5.372308888006955, ms=00077}
22:49:21.345971 run mass: MS performed LU {at=2869587.554214673, lu_delay=4.758860037196428, ms=00078}
22:49:21.452908 run mass: MS performed LU {at=2869587.661124991, lu_delay=6.246740750968456, ms=00075}
22:49:21.491148 run mass: MS performed LU {at=2869587.699401838, lu_delay=4.518045222852379, ms=00079}
22:49:21.509738 run osmo-ms-mob/00088: Starting mobile
22:49:21.522906 run osmo-ms-mob/00088(pid=223): Launched
22:49:21.533926 run mass: MS start registered {at=2869587.7422491, delay=0.005003171972930431, ms=00088}
22:49:22.346992 run osmo-ms-mob/00089: Starting mobile
22:49:22.359884 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.370858 run mass: MS start registered {at=2869588.579180251, delay=0.0050111329182982445, ms=00089}
22:49:22.987433 run osmo-ms-mob/00090: Starting mobile
22:49:23.003211 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.014500 run mass: MS start registered {at=2869589.222819091, delay=0.005397528875619173, ms=00090}
22:49:23.082377 run mass: MS performed LU {at=2869589.290591049, lu_delay=5.574965158943087, ms=00080}
22:49:23.118352 run mass: MS performed LU {at=2869589.326587098, lu_delay=5.338232113979757, ms=00081}
22:49:23.248222 run mass: MS performed LU {at=2869589.456438268, lu_delay=4.861672956962138, ms=00082}
22:49:23.688639 run osmo-ms-mob/00091: Starting mobile
22:49:23.704737 run osmo-ms-mob/00091(pid=226): Launched
22:49:23.716684 run mass: MS start registered {at=2869589.924999668, delay=0.005852393805980682, ms=00091}
22:49:24.361990 run osmo-ms-mob/00092: Starting mobile
22:49:24.375849 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.387094 run mass: MS start registered {at=2869590.595415534, delay=0.0050218841060996056, ms=00092}
22:49:25.066537 run mass: MS performed LU {at=2869591.274703254, lu_delay=6.083759238012135, ms=00083}
22:49:25.122973 run osmo-ms-mob/00093: Starting mobile
22:49:25.137823 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.143904 run mass: MS performed LU {at=2869591.352233538, lu_delay=5.7416093409992754, ms=00084}
22:49:25.149818 run mass: MS performed LU {at=2869591.358151928, lu_delay=5.144070300273597, ms=00085}
22:49:25.155546 run mass: MS start registered {at=2869591.363881071, delay=0.011663645040243864, ms=00093}
22:49:25.218808 run mass: MS performed LU {at=2869591.427025483, lu_delay=4.6323369038291276, ms=00086}
22:49:25.491928 run mass: MS performed LU {at=2869591.700146019, lu_delay=23.220470788888633, ms=00037}
22:49:26.047610 run osmo-ms-mob/00094: Starting mobile
22:49:26.060904 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.072288 run mass: MS start registered {at=2869592.280606324, delay=0.005468430928885937, ms=00094}
22:49:26.847323 run mass: MS performed LU {at=2869593.055501701, lu_delay=4.476321449968964, ms=00089}
22:49:26.888540 run osmo-ms-mob/00095: Starting mobile
22:49:26.903976 run osmo-ms-mob/00095(pid=230): Launched
22:49:26.916484 run mass: MS start registered {at=2869593.124801451, delay=0.00646363478153944, ms=00095}
22:49:27.014914 run mass: MS performed LU {at=2869593.223130401, lu_delay=5.806558266282082, ms=00087}
22:49:27.960213 run osmo-ms-mob/00096: Starting mobile
22:49:27.974029 run osmo-ms-mob/00096(pid=231): Launched
22:49:27.985544 run mass: MS start registered {at=2869594.193854074, delay=0.005423433147370815, ms=00096}
22:49:28.832302 run mass: MS performed LU {at=2869595.040478024, lu_delay=5.817658933345228, ms=00090}
22:49:28.849785 run mass: MS performed LU {at=2869595.058067992, lu_delay=5.1330683240666986, ms=00091}
22:49:28.984131 run mass: MS performed LU {at=2869595.192348313, lu_delay=22.912407136056572, ms=00049}
22:49:29.041337 run osmo-ms-mob/00097: Starting mobile
22:49:29.056324 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.067774 run mass: MS start registered {at=2869595.276084852, delay=0.005475235171616077, ms=00097}
22:49:29.114191 run mass: MS performed LU {at=2869595.322398663, lu_delay=4.726983129046857, ms=00092}
22:49:30.379734 run osmo-ms-mob/00098: Starting mobile
22:49:30.397258 run osmo-ms-mob/00098(pid=233): Launched
22:49:30.409112 run mass: MS start registered {at=2869596.617427899, delay=0.005759689956903458, ms=00098}
22:49:30.613239 run mass: MS performed LU {at=2869596.821459915, lu_delay=4.540853591170162, ms=00094}
22:49:30.780223 run mass: MS performed LU {at=2869596.988441125, lu_delay=5.624560053925961, ms=00093}
22:49:32.187839 run osmo-ms-mob/00099: Starting mobile
22:49:32.204089 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.210179 run mass: All started... {duration=55.77261797664687, too_slow=0}
22:49:32.215981 run mass: MS start registered {at=2869598.424308941, delay=0.005794638767838478, ms=00099}
22:49:32.598491 run mass: MS performed LU {at=2869598.806707126, lu_delay=5.681905675213784, ms=00095}
22:49:32.852178 run mass: MS performed LU {at=2869599.060393733, lu_delay=4.866539658978581, ms=00096}
22:49:34.527725 run mass: MS performed LU {at=2869600.735912375, lu_delay=5.45982752321288, ms=00097}
22:49:36.364169 run mass: MS performed LU {at=2869602.572349679, lu_delay=5.954921780154109, ms=00098}
22:49:38.265353 run mass: MS performed LU {at=2869604.473570085, lu_delay=6.04926114436239, ms=00099}
22:49:44.131227 run mass: MS performed LU {at=2869610.339426336, lu_delay=22.59717723587528, ms=00088}
22:49:44.153951 run mass: Tests done {all_completed=True, max=23.220470788888633, min=3.5779101569205523}
22:49:44.159668 tst register_default_mass.py: Test passed (87.0 sec)
22:49:44.165222 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.168625 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.172005 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.175381 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.178754 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.182236 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.185690 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.189131 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.192596 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.196078 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.199580 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.203168 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.206742 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.210736 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.214315 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.217803 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.221301 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.224843 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.228575 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.232534 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.236153 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.240089 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.243440 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.246928 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.250475 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.253952 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.257447 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.260921 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.264288 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.267697 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.271120 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.275248 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.278688 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.282177 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.285589 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.288984 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.293123 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.297061 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.300556 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.303912 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.307367 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.310786 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.314232 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.317698 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.321752 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.325410 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.329027 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.332567 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.336090 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.339975 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.343521 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.347071 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.350633 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.354076 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.357683 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.361199 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.365070 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.368627 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.372176 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.375711 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.379313 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.382883 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.386434 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.389967 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.393519 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.397030 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.400584 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.404089 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.407646 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.411176 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.414636 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.418254 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.421842 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.425340 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.428902 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.432376 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.435986 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.439517 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.443124 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.446691 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.450290 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.453847 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.457385 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.460915 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.464477 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.468054 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.471626 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.475178 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.478693 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.482235 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.485739 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.489328 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.492831 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.496424 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.500015 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.503625 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.507216 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.510959 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.514985 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.518620 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.522209 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.525802 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.529542 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.533464 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.537063 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.540648 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.544203 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.547794 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.551420 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.555124 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.558719 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.562338 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.565936 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.569523 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.573161 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.576739 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.580345 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.583911 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.587486 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.590919 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.594326 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.597744 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.601179 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.604603 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.608027 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.611426 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.614855 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.618272 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.621676 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.625090 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.628510 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.631919 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.635310 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.638737 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.642178 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.645583 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.649007 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.652411 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.655721 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.659014 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.662320 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.665627 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.668927 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.672219 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.675533 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.678848 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.682136 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.685439 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.688723 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.692020 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.695318 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.698631 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.701948 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.705244 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.708550 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.711851 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.715144 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.718442 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.721773 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.725082 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.728356 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.731652 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.734965 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.738258 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.741574 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.744897 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.748192 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.751483 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.754794 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.758095 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.761370 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.764690 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.768002 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.771306 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.774597 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.777897 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.781200 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.784505 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.787802 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.791135 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.794438 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.797729 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.801034 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.804332 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.807649 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.810959 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.814277 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.817591 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.820885 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.824186 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.827480 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.830783 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.834077 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.837409 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.840706 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.844008 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.847307 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.850607 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.853906 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.857191 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.860499 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.863787 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:44.867085 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:44.870372 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:44.873678 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:44.876982 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:44.880282 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:44.883577 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:44.886873 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:44.890180 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:44.893493 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:44.896798 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:44.900103 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:44.903407 --- ParallelTerminationStrategy: PID 22 died...
22:49:44.904913 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:44.908565 --- ParallelTerminationStrategy: PID 23 died...
22:49:44.910067 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:44.913697 --- ParallelTerminationStrategy: PID 24 died...
22:49:44.915190 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:44.918857 --- ParallelTerminationStrategy: PID 25 died...
22:49:44.920344 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:44.923988 --- ParallelTerminationStrategy: PID 26 died...
22:49:44.925472 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:44.929180 --- ParallelTerminationStrategy: PID 27 died...
22:49:44.930679 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:44.934421 --- ParallelTerminationStrategy: PID 28 died...
22:49:44.935923 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:44.939615 --- ParallelTerminationStrategy: PID 29 died...
22:49:44.941114 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:44.944830 --- ParallelTerminationStrategy: PID 30 died...
22:49:44.946341 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:44.950040 --- ParallelTerminationStrategy: PID 31 died...
22:49:44.951544 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:44.955266 --- ParallelTerminationStrategy: PID 32 died...
22:49:44.956824 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:44.960518 --- ParallelTerminationStrategy: PID 33 died...
22:49:44.962029 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:44.965761 --- ParallelTerminationStrategy: PID 35 died...
22:49:44.967267 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:44.970980 --- ParallelTerminationStrategy: PID 36 died...
22:49:44.972499 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:44.976226 --- ParallelTerminationStrategy: PID 37 died...
22:49:44.977741 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:44.981483 --- ParallelTerminationStrategy: PID 38 died...
22:49:44.982995 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:44.986691 --- ParallelTerminationStrategy: PID 39 died...
22:49:44.988226 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:44.991931 --- ParallelTerminationStrategy: PID 40 died...
22:49:44.993437 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:44.997184 --- ParallelTerminationStrategy: PID 41 died...
22:49:44.998704 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.002419 --- ParallelTerminationStrategy: PID 42 died...
22:49:45.003925 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.007631 --- ParallelTerminationStrategy: PID 43 died...
22:49:45.009129 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.012816 --- ParallelTerminationStrategy: PID 44 died...
22:49:45.014307 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.017994 --- ParallelTerminationStrategy: PID 45 died...
22:49:45.019485 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.023200 --- ParallelTerminationStrategy: PID 46 died...
22:49:45.024685 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.028416 --- ParallelTerminationStrategy: PID 47 died...
22:49:45.029922 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.033586 --- ParallelTerminationStrategy: PID 48 died...
22:49:45.035081 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.038760 --- ParallelTerminationStrategy: PID 49 died...
22:49:45.040243 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.043958 --- ParallelTerminationStrategy: PID 50 died...
22:49:45.045451 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.049132 --- ParallelTerminationStrategy: PID 51 died...
22:49:45.050615 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.054277 --- ParallelTerminationStrategy: PID 52 died...
22:49:45.055776 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.059436 --- ParallelTerminationStrategy: PID 53 died...
22:49:45.060942 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.064621 --- ParallelTerminationStrategy: PID 54 died...
22:49:45.066120 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.069792 --- ParallelTerminationStrategy: PID 55 died...
22:49:45.071305 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.074955 --- ParallelTerminationStrategy: PID 56 died...
22:49:45.076459 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.080118 --- ParallelTerminationStrategy: PID 57 died...
22:49:45.081623 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.085309 --- ParallelTerminationStrategy: PID 58 died...
22:49:45.086795 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.090494 --- ParallelTerminationStrategy: PID 59 died...
22:49:45.091988 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.095650 --- ParallelTerminationStrategy: PID 60 died...
22:49:45.097150 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.100830 --- ParallelTerminationStrategy: PID 61 died...
22:49:45.102328 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.105997 --- ParallelTerminationStrategy: PID 62 died...
22:49:45.107504 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.111186 --- ParallelTerminationStrategy: PID 63 died...
22:49:45.112688 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.116365 --- ParallelTerminationStrategy: PID 64 died...
22:49:45.117878 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.121555 --- ParallelTerminationStrategy: PID 65 died...
22:49:45.123043 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.126736 --- ParallelTerminationStrategy: PID 66 died...
22:49:45.128229 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.131936 --- ParallelTerminationStrategy: PID 67 died...
22:49:45.133427 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.137102 --- ParallelTerminationStrategy: PID 68 died...
22:49:45.138600 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.142297 --- ParallelTerminationStrategy: PID 69 died...
22:49:45.143778 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.147449 --- ParallelTerminationStrategy: PID 70 died...
22:49:45.148947 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.152582 --- ParallelTerminationStrategy: PID 71 died...
22:49:45.154061 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.157641 --- ParallelTerminationStrategy: PID 72 died...
22:49:45.159121 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.162720 --- ParallelTerminationStrategy: PID 73 died...
22:49:45.164211 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.167827 --- ParallelTerminationStrategy: PID 74 died...
22:49:45.169292 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.172907 --- ParallelTerminationStrategy: PID 75 died...
22:49:45.174364 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.177979 --- ParallelTerminationStrategy: PID 76 died...
22:49:45.179433 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.183054 --- ParallelTerminationStrategy: PID 77 died...
22:49:45.184510 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.188123 --- ParallelTerminationStrategy: PID 78 died...
22:49:45.189594 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.193236 --- ParallelTerminationStrategy: PID 79 died...
22:49:45.194706 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.198346 --- ParallelTerminationStrategy: PID 80 died...
22:49:45.199824 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.203420 --- ParallelTerminationStrategy: PID 81 died...
22:49:45.204913 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.208517 --- ParallelTerminationStrategy: PID 82 died...
22:49:45.210001 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.213729 --- ParallelTerminationStrategy: PID 83 died...
22:49:45.215207 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.218890 --- ParallelTerminationStrategy: PID 84 died...
22:49:45.220391 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.224051 --- ParallelTerminationStrategy: PID 85 died...
22:49:45.225539 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.229216 --- ParallelTerminationStrategy: PID 86 died...
22:49:45.230690 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.234397 --- ParallelTerminationStrategy: PID 87 died...
22:49:45.235883 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.239558 --- ParallelTerminationStrategy: PID 88 died...
22:49:45.241041 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.244720 --- ParallelTerminationStrategy: PID 89 died...
22:49:45.246203 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.249883 --- ParallelTerminationStrategy: PID 90 died...
22:49:45.251372 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.255042 --- ParallelTerminationStrategy: PID 91 died...
22:49:45.256561 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.260295 --- ParallelTerminationStrategy: PID 92 died...
22:49:45.261789 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.265475 --- ParallelTerminationStrategy: PID 93 died...
22:49:45.266966 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.270641 --- ParallelTerminationStrategy: PID 94 died...
22:49:45.272128 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.275823 --- ParallelTerminationStrategy: PID 95 died...
22:49:45.277307 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.281003 --- ParallelTerminationStrategy: PID 96 died...
22:49:45.282496 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.286206 --- ParallelTerminationStrategy: PID 97 died...
22:49:45.287700 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.291370 --- ParallelTerminationStrategy: PID 98 died...
22:49:45.292887 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.296538 --- ParallelTerminationStrategy: PID 99 died...
22:49:45.298036 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.301701 --- ParallelTerminationStrategy: PID 100 died...
22:49:45.303209 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.306905 --- ParallelTerminationStrategy: PID 101 died...
22:49:45.308414 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.312077 --- ParallelTerminationStrategy: PID 102 died...
22:49:45.313561 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.317243 --- ParallelTerminationStrategy: PID 103 died...
22:49:45.318725 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.322401 --- ParallelTerminationStrategy: PID 104 died...
22:49:45.323905 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.327574 --- ParallelTerminationStrategy: PID 105 died...
22:49:45.329079 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.332753 --- ParallelTerminationStrategy: PID 106 died...
22:49:45.334242 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.337905 --- ParallelTerminationStrategy: PID 107 died...
22:49:45.339403 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.343088 --- ParallelTerminationStrategy: PID 108 died...
22:49:45.344576 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.348245 --- ParallelTerminationStrategy: PID 109 died...
22:49:45.349722 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.353388 --- ParallelTerminationStrategy: PID 110 died...
22:49:45.354864 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.358574 --- ParallelTerminationStrategy: PID 111 died...
22:49:45.360073 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.363747 --- ParallelTerminationStrategy: PID 112 died...
22:49:45.365228 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.368894 --- ParallelTerminationStrategy: PID 113 died...
22:49:45.370384 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.374058 --- ParallelTerminationStrategy: PID 114 died...
22:49:45.375549 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.379230 --- ParallelTerminationStrategy: PID 115 died...
22:49:45.380750 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.384415 --- ParallelTerminationStrategy: PID 116 died...
22:49:45.385912 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.389587 --- ParallelTerminationStrategy: PID 117 died...
22:49:45.391069 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.394728 --- ParallelTerminationStrategy: PID 118 died...
22:49:45.396220 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.399903 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.401387 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.405070 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.406561 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.410224 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.411722 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.415381 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.416877 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.420574 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.422073 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.425733 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.427256 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.430968 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.432483 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.436205 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.437704 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.441393 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.442871 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.446559 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.448049 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.451747 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.453235 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.456915 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.458402 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.462060 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.463562 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.467236 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.468772 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.472454 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.473944 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.477616 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.479101 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.482781 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.484273 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.487956 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.489435 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.493152 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.494638 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.498359 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.499854 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.503556 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.505054 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.508740 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.510243 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.513915 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.515438 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.519122 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.520631 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.524324 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.525810 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.529496 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.530986 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.534699 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.536184 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.539895 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.541419 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.545098 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.546600 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.550277 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.551769 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.555447 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.556940 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.560619 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.562114 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.565812 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.567292 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.570988 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.572464 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.576150 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.577641 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.581329 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.582810 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.586508 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.588006 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.591683 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.593183 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.596856 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.598330 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.602012 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.603492 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.607173 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.608656 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.612339 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.613831 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.617529 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.619019 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.622714 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.624204 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.627915 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.629398 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.633086 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.634592 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.638268 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.639774 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.643447 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.644958 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.648660 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.650142 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.653827 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.655310 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.659003 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.660493 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.664229 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.665724 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.669407 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.670903 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.674596 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.676102 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.679807 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.681287 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.685000 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.686492 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.690212 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.691712 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.695378 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.696886 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.700593 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.702073 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.705818 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.707297 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.711011 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.712513 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.716235 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.717733 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.721408 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.722910 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.726604 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.728103 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.731848 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.733350 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.737074 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.738562 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.742259 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.743752 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.747452 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.748979 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.752710 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.754224 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.757931 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.759426 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.763129 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.764622 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.768319 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.769807 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.773518 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.775002 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.778721 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.780215 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.783925 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.785412 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.789107 --- ParallelTerminationStrategy: PID 194 died...
22:49:45.790593 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:45.794304 --- ParallelTerminationStrategy: PID 195 died...
22:49:45.795799 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:45.799490 --- ParallelTerminationStrategy: PID 196 died...
22:49:45.800999 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:45.804689 --- ParallelTerminationStrategy: PID 197 died...
22:49:45.806175 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:45.809862 --- ParallelTerminationStrategy: PID 198 died...
22:49:45.811339 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:45.815027 --- ParallelTerminationStrategy: PID 199 died...
22:49:45.816525 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:45.820212 --- ParallelTerminationStrategy: PID 200 died...
22:49:45.821694 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:45.825379 --- ParallelTerminationStrategy: PID 201 died...
22:49:45.826864 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:45.830555 --- ParallelTerminationStrategy: PID 202 died...
22:49:45.832044 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:45.835726 --- ParallelTerminationStrategy: PID 203 died...
22:49:45.837218 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:45.840912 --- ParallelTerminationStrategy: PID 204 died...
22:49:45.842407 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:45.846103 --- ParallelTerminationStrategy: PID 205 died...
22:49:45.847581 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:45.851280 --- ParallelTerminationStrategy: PID 206 died...
22:49:45.852776 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:45.856483 --- ParallelTerminationStrategy: PID 207 died...
22:49:45.857966 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:45.861647 --- ParallelTerminationStrategy: PID 208 died...
22:49:45.863133 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:45.866849 --- ParallelTerminationStrategy: PID 209 died...
22:49:45.868345 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:45.872046 --- ParallelTerminationStrategy: PID 210 died...
22:49:45.873544 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:45.877236 --- ParallelTerminationStrategy: PID 211 died...
22:49:45.878727 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:45.882431 --- ParallelTerminationStrategy: PID 212 died...
22:49:45.883932 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:45.887616 --- ParallelTerminationStrategy: PID 213 died...
22:49:45.889123 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:45.892809 --- ParallelTerminationStrategy: PID 214 died...
22:49:45.894300 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:45.898040 --- ParallelTerminationStrategy: PID 215 died...
22:49:45.899535 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:45.903230 --- ParallelTerminationStrategy: PID 216 died...
22:49:45.904725 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:45.908425 --- ParallelTerminationStrategy: PID 217 died...
22:49:45.909906 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:45.913625 --- ParallelTerminationStrategy: PID 218 died...
22:49:45.915127 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:45.918829 --- ParallelTerminationStrategy: PID 219 died...
22:49:45.920362 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:45.924067 --- ParallelTerminationStrategy: PID 220 died...
22:49:45.925573 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:45.929303 --- ParallelTerminationStrategy: PID 221 died...
22:49:45.930820 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:45.934552 --- ParallelTerminationStrategy: PID 222 died...
22:49:45.936061 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:45.939783 --- ParallelTerminationStrategy: PID 223 died...
22:49:45.941273 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:45.944997 --- ParallelTerminationStrategy: PID 224 died...
22:49:45.946488 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:45.950183 --- ParallelTerminationStrategy: PID 225 died...
22:49:45.951673 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:45.955363 --- ParallelTerminationStrategy: PID 226 died...
22:49:45.956867 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.960576 --- ParallelTerminationStrategy: PID 227 died...
22:49:45.962090 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.965777 --- ParallelTerminationStrategy: PID 228 died...
22:49:45.967295 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.970997 --- ParallelTerminationStrategy: PID 229 died...
22:49:45.972480 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.976179 --- ParallelTerminationStrategy: PID 230 died...
22:49:45.977668 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.981366 --- ParallelTerminationStrategy: PID 231 died...
22:49:45.982861 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.986589 --- ParallelTerminationStrategy: PID 232 died...
22:49:45.988080 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.991807 --- ParallelTerminationStrategy: PID 233 died...
22:49:45.993300 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.996995 --- ParallelTerminationStrategy: PID 234 died...
22:49:45.998495 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.402758 --- ParallelTerminationStrategy: PID 34 died...
22:49:49.408622 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8256 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.483189 tst trial-8256: Storing JUnit report in /build/trial-8256/run.2026-02-28_22-48-16/trial-8256.xml
--------------------------------------------------------------------------------------------
trial-8256 PASS
--------------------------------------------------------------------------------------------
22:49:49.498511 tst trial-8256: trial-8256: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8256/inst
+ cd trial-8256
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-28 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8256-run.tgz run.2026-02-28_22-48-16
+ tar czf /build/trial-8256-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-28_13_30_24.tgz osmo-bts-oc2g.build-2026-02-28_00_51_25.tgz osmo-bts-sysmo.build-2026-02-28_00_51_31.tgz osmo-bts.build-2026-02-28_00_51_39.tgz osmo-ggsn.build-2026-02-28_20_42_28.tgz osmo-hlr.build-2026-02-28_16_36_53.tgz osmo-hnbgw.build-2026-02-28_13_31_53.tgz osmo-mgw.build-2026-02-28_08_33_07.tgz osmo-msc.build-2026-02-28_13_36_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-28_07_35_21.tgz osmo-pcu-sysmo.build-2026-02-28_07_35_13.tgz osmo-pcu.build-2026-02-28_07_35_24.tgz osmo-sgsn.build-2026-02-28_20_48_11.tgz osmo-stp.build-2026-02-28_13_25_58.tgz osmo-trx.build-2026-02-28_14_21_30.tgz osmocom-bb.build-2026-02-28_21_17_34.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