Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2822686765566117805.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-8207
+ 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
6c4454f bpftrace: Introduce ksys_write_delay.bt
+ 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 [20/28] WORKDIR /TMP
#7 CACHED
#8 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#10 CACHED
#11 [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
#11 CACHED
#12 [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
#12 CACHED
#13 [ 9/28] COPY SSH /root/.ssh
#13 CACHED
#14 [ 3/28] RUN groupadd osmo-gsm-tester
#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 [ 2/28] RUN useradd -ms /bin/bash jenkins
#16 CACHED
#17 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#17 CACHED
#18 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#18 CACHED
#19 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#19 CACHED
#20 [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
#20 CACHED
#21 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [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
#22 CACHED
#23 [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
#23 CACHED
#24 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#24 CACHED
#25 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#25 CACHED
#26 [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
#26 CACHED
#27 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#27 CACHED
#28 [ 8/28] RUN MKDIR /var/run/sshd
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#30 CACHED
#31 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#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:508cbfb8eaa10d248096aa338a6f99e467f2e904775f3807ee85e17db77eb79c 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=8208 -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-01-11 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8208
+ mkdir -p trial-8208
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-01-11_13_26_05.tgz osmo-bts-oc2g.build-2026-01-11_22_14_10.tgz osmo-bts-sysmo.build-2026-01-11_22_14_11.tgz osmo-bts.build-2026-01-11_22_14_12.tgz osmo-ggsn.build-2026-01-11_20_42_32.tgz osmo-hlr.build-2026-01-11_16_36_48.tgz osmo-hnbgw.build-2026-01-11_13_31_15.tgz osmo-mgw.build-2026-01-11_08_33_12.tgz osmo-msc.build-2026-01-11_13_35_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-11_07_34_10.tgz osmo-pcu-sysmo.build-2026-01-11_07_37_41.tgz osmo-pcu.build-2026-01-11_07_37_54.tgz osmo-sgsn.build-2026-01-11_20_48_14.tgz osmo-stp.build-2026-01-11_13_23_10.tgz osmo-trx.build-2026-01-11_14_30_44.tgz osmocom-bb.build-2026-01-10_23_59_23.tgz srslte.build-19.tgz trial-8208
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-01-11_13_26_05.md5 osmo-bts-oc2g.build-2026-01-11_22_14_10.md5 osmo-bts-sysmo.build-2026-01-11_22_14_11.md5 osmo-bts.build-2026-01-11_22_14_12.md5 osmo-ggsn.build-2026-01-11_20_42_32.md5 osmo-hlr.build-2026-01-11_16_36_48.md5 osmo-hnbgw.build-2026-01-11_13_31_15.md5 osmo-mgw.build-2026-01-11_08_33_12.md5 osmo-msc.build-2026-01-11_13_35_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-11_07_34_10.md5 osmo-pcu-sysmo.build-2026-01-11_07_37_41.md5 osmo-pcu.build-2026-01-11_07_37_54.md5 osmo-sgsn.build-2026-01-11_20_48_14.md5 osmo-stp.build-2026-01-11_13_23_10.md5 osmo-trx.build-2026-01-11_14_30_44.md5 osmocom-bb.build-2026-01-10_23_59_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-01-11_13_26_05.md5 osmo-bts-oc2g.build-2026-01-11_22_14_10.md5 osmo-bts-sysmo.build-2026-01-11_22_14_11.md5 osmo-bts.build-2026-01-11_22_14_12.md5 osmo-ggsn.build-2026-01-11_20_42_32.md5 osmo-hlr.build-2026-01-11_16_36_48.md5 osmo-hnbgw.build-2026-01-11_13_31_15.md5 osmo-mgw.build-2026-01-11_08_33_12.md5 osmo-msc.build-2026-01-11_13_35_29.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-01-11_07_34_10.md5 osmo-pcu-sysmo.build-2026-01-11_07_37_41.md5 osmo-pcu.build-2026-01-11_07_37_54.md5 osmo-sgsn.build-2026-01-11_20_48_14.md5 osmo-stp.build-2026-01-11_13_23_10.md5 osmo-trx.build-2026-01-11_14_30_44.md5 osmocom-bb.build-2026-01-10_23_59_23.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-8208 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8208'
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-8208
--------------------------------------------------------------------------------------------
22:48:17.451120 tst trial-8208: Detailed log at /build/trial-8208/run.2026-01-11_22-48-17/log
---------------------------------------------------------------------
trial-8208 netreg_mass
---------------------------------------------------------------------
22:48:17.655972 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.656316 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.657100 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.658249 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.699136 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.699966 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.701128 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.762718 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-8208 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.763453 tst register_default_mass.py:9: Claiming resources for the test
22:48:17.778508 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.779012 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.779456 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.779882 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.780303 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.780768 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.781198 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.811431 tst register_default_mass.py: using LAC 2
22:48:17.833576 tst register_default_mass.py: using RAC 2
22:48:17.859942 tst register_default_mass.py: using CellId 2
22:48:17.889259 tst register_default_mass.py: using BVCI 3
22:48:17.903014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.903731 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.904286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.904819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.905326 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.905819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.906296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.906809 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.907320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.907826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.908310 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.908801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.909296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.909806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.910301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.910793 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.911303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.911789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.912268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.912771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.913272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.913777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.914284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.914788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.915288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.915793 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.916316 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.916835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.917346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.917873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.918377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.918880 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.919405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.919925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.920436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.920959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.921465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.921980 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.922499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.923001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.923505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.924025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.924530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925050 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.925567 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926072 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.926575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.927607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928110 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.928646 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.929657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.930159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.930671 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.931684 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.932210 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.932723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.933733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.934749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.935758 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936256 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.936753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.937771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938279 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.938786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.939870 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.940389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.940919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.941923 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942436 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.942951 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.943956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.944959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945457 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.945961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946456 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.946957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947465 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.947963 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.948985 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949491 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953537 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954036 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954587 tst register_default_mass.py:21: Launching a simple network
22:48:17.964440 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.083097 run create_hlr_db(pid=20): Launched
22:48:19.097343 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.113616 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.128343 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.133929 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.318526 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.333294 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.338808 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.753895 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.768770 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.783614 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.897188 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.911815 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.917457 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.940949 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.955851 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.961403 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.273885 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.288872 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.320505 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.493328 run osmo-bts-virtual(pid=34): Launched
22:48:30.529344 tst register_default_mass.py: using MSISDN 1001
22:48:30.543418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.583638 tst register_default_mass.py: using MSISDN 1002
22:48:30.601343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.632767 tst register_default_mass.py: using MSISDN 1003
22:48:30.647531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.678763 tst register_default_mass.py: using MSISDN 1004
22:48:30.693297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.724246 tst register_default_mass.py: using MSISDN 1005
22:48:30.738745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.769590 tst register_default_mass.py: using MSISDN 1006
22:48:30.783989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.815070 tst register_default_mass.py: using MSISDN 1007
22:48:30.829609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.860604 tst register_default_mass.py: using MSISDN 1008
22:48:30.875031 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.906003 tst register_default_mass.py: using MSISDN 1009
22:48:30.920498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.951094 tst register_default_mass.py: using MSISDN 1010
22:48:30.965454 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.996363 tst register_default_mass.py: using MSISDN 1011
22:48:31.010838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.041439 tst register_default_mass.py: using MSISDN 1012
22:48:31.055756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.086710 tst register_default_mass.py: using MSISDN 1013
22:48:31.101242 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.131805 tst register_default_mass.py: using MSISDN 1014
22:48:31.146025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.176990 tst register_default_mass.py: using MSISDN 1015
22:48:31.191475 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.222949 tst register_default_mass.py: using MSISDN 1016
22:48:31.237774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.268992 tst register_default_mass.py: using MSISDN 1017
22:48:31.283600 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.314589 tst register_default_mass.py: using MSISDN 1018
22:48:31.329120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.360276 tst register_default_mass.py: using MSISDN 1019
22:48:31.374672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.405714 tst register_default_mass.py: using MSISDN 1020
22:48:31.420280 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.451365 tst register_default_mass.py: using MSISDN 1021
22:48:31.465928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.496486 tst register_default_mass.py: using MSISDN 1022
22:48:31.510757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.541496 tst register_default_mass.py: using MSISDN 1023
22:48:31.555862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.586783 tst register_default_mass.py: using MSISDN 1024
22:48:31.601404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.632440 tst register_default_mass.py: using MSISDN 1025
22:48:31.647046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.678005 tst register_default_mass.py: using MSISDN 1026
22:48:31.692567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.723168 tst register_default_mass.py: using MSISDN 1027
22:48:31.737452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.768353 tst register_default_mass.py: using MSISDN 1028
22:48:31.782809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.813172 tst register_default_mass.py: using MSISDN 1029
22:48:31.823648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.853740 tst register_default_mass.py: using MSISDN 1030
22:48:31.868672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.899595 tst register_default_mass.py: using MSISDN 1031
22:48:31.909789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.940362 tst register_default_mass.py: using MSISDN 1032
22:48:31.956218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.987266 tst register_default_mass.py: using MSISDN 1033
22:48:32.001980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.032999 tst register_default_mass.py: using MSISDN 1034
22:48:32.047780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.078540 tst register_default_mass.py: using MSISDN 1035
22:48:32.093132 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.124504 tst register_default_mass.py: using MSISDN 1036
22:48:32.134821 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.165416 tst register_default_mass.py: using MSISDN 1037
22:48:32.181046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.212191 tst register_default_mass.py: using MSISDN 1038
22:48:32.226898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.257919 tst register_default_mass.py: using MSISDN 1039
22:48:32.267703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.298941 tst register_default_mass.py: using MSISDN 1040
22:48:32.314638 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.345986 tst register_default_mass.py: using MSISDN 1041
22:48:32.360472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.391593 tst register_default_mass.py: using MSISDN 1042
22:48:32.405927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.437946 tst register_default_mass.py: using MSISDN 1043
22:48:32.452461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.484030 tst register_default_mass.py: using MSISDN 1044
22:48:32.498673 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.529781 tst register_default_mass.py: using MSISDN 1045
22:48:32.544115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.575594 tst register_default_mass.py: using MSISDN 1046
22:48:32.590028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.621456 tst register_default_mass.py: using MSISDN 1047
22:48:32.636067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.667408 tst register_default_mass.py: using MSISDN 1048
22:48:32.681780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.712777 tst register_default_mass.py: using MSISDN 1049
22:48:32.727138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.758303 tst register_default_mass.py: using MSISDN 1050
22:48:32.772676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.803740 tst register_default_mass.py: using MSISDN 1051
22:48:32.818141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.848897 tst register_default_mass.py: using MSISDN 1052
22:48:32.858993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.889264 tst register_default_mass.py: using MSISDN 1053
22:48:32.904890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.936117 tst register_default_mass.py: using MSISDN 1054
22:48:32.949691 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.980908 tst register_default_mass.py: using MSISDN 1055
22:48:32.995442 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.026248 tst register_default_mass.py: using MSISDN 1056
22:48:33.040746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.071480 tst register_default_mass.py: using MSISDN 1057
22:48:33.085878 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.116473 tst register_default_mass.py: using MSISDN 1058
22:48:33.130874 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.161847 tst register_default_mass.py: using MSISDN 1059
22:48:33.176226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.206918 tst register_default_mass.py: using MSISDN 1060
22:48:33.221231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.252290 tst register_default_mass.py: using MSISDN 1061
22:48:33.266802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.297518 tst register_default_mass.py: using MSISDN 1062
22:48:33.311890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.342315 tst register_default_mass.py: using MSISDN 1063
22:48:33.356676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.387732 tst register_default_mass.py: using MSISDN 1064
22:48:33.402211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.433597 tst register_default_mass.py: using MSISDN 1065
22:48:33.448372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.479458 tst register_default_mass.py: using MSISDN 1066
22:48:33.493897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.524815 tst register_default_mass.py: using MSISDN 1067
22:48:33.534197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.565790 tst register_default_mass.py: using MSISDN 1068
22:48:33.581347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.612403 tst register_default_mass.py: using MSISDN 1069
22:48:33.626915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.658347 tst register_default_mass.py: using MSISDN 1070
22:48:33.672854 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.704292 tst register_default_mass.py: using MSISDN 1071
22:48:33.718676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.749999 tst register_default_mass.py: using MSISDN 1072
22:48:33.764419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.795692 tst register_default_mass.py: using MSISDN 1073
22:48:33.810044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.841367 tst register_default_mass.py: using MSISDN 1074
22:48:33.855885 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.887459 tst register_default_mass.py: using MSISDN 1075
22:48:33.902175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.933651 tst register_default_mass.py: using MSISDN 1076
22:48:33.948213 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.979763 tst register_default_mass.py: using MSISDN 1077
22:48:33.994489 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.026039 tst register_default_mass.py: using MSISDN 1078
22:48:34.040757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.071913 tst register_default_mass.py: using MSISDN 1079
22:48:34.086386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.117858 tst register_default_mass.py: using MSISDN 1080
22:48:34.132409 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.163954 tst register_default_mass.py: using MSISDN 1081
22:48:34.178503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.210076 tst register_default_mass.py: using MSISDN 1082
22:48:34.224777 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.256249 tst register_default_mass.py: using MSISDN 1083
22:48:34.270945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.301816 tst register_default_mass.py: using MSISDN 1084
22:48:34.316081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.347229 tst register_default_mass.py: using MSISDN 1085
22:48:34.361358 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.392521 tst register_default_mass.py: using MSISDN 1086
22:48:34.406918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.438042 tst register_default_mass.py: using MSISDN 1087
22:48:34.452203 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.483569 tst register_default_mass.py: using MSISDN 1088
22:48:34.497743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.528791 tst register_default_mass.py: using MSISDN 1089
22:48:34.542922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.574105 tst register_default_mass.py: using MSISDN 1090
22:48:34.588495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.619511 tst register_default_mass.py: using MSISDN 1091
22:48:34.633877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.665223 tst register_default_mass.py: using MSISDN 1092
22:48:34.679805 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.710851 tst register_default_mass.py: using MSISDN 1093
22:48:34.725189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.756043 tst register_default_mass.py: using MSISDN 1094
22:48:34.770181 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.801232 tst register_default_mass.py: using MSISDN 1095
22:48:34.815586 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.846797 tst register_default_mass.py: using MSISDN 1096
22:48:34.861297 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.893012 tst register_default_mass.py: using MSISDN 1097
22:48:34.907474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.938477 tst register_default_mass.py: using MSISDN 1098
22:48:34.952590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.984016 tst register_default_mass.py: using MSISDN 1099
22:48:34.998155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.029223 tst register_default_mass.py: using MSISDN 1100
22:48:35.043499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.135638 run mass: Starting testcase
22:48:35.141237 run mass: Pre-launching all virtphy's
22:48:35.146842 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.160224 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.166249 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.179051 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.185255 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.198148 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.204229 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.217098 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.223172 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.236200 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.242215 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.254939 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.261053 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.274019 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.280085 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.293181 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.299251 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.312207 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.318191 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.331110 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.337032 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.349692 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.355609 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.368306 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.374197 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.386974 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.392893 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.405735 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.411757 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.424779 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.430807 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.443861 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.449965 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.462766 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.468840 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.481627 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.487577 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.500368 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.506416 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.519388 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.525290 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.538085 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.543968 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.556796 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.562741 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.575496 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.581429 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.594206 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.600198 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.612970 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.619019 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.631852 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.638023 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.650873 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.657039 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.669961 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.675914 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.689868 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.695912 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.708931 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.714853 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.727680 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.733702 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.746556 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.752518 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.765364 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.771390 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.784208 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.790278 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.803085 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.809090 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.821818 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.827801 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.840617 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.846553 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.859436 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.865390 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.878520 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.884471 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.898281 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.904404 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.917275 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.923416 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.936217 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.942466 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.955227 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.961183 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.973992 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.980086 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.992961 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.998880 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.011685 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.017766 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.030713 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.036808 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.049757 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.055768 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.068728 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.074653 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.087474 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.093420 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.106224 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.112457 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.125306 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.131498 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.144322 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.150313 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.163415 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.169341 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.182386 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.188293 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.201098 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.206999 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.219767 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.225665 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.238468 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.244401 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.257214 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.263127 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.275943 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.281893 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.294710 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.300619 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.313460 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.319410 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.332288 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.338222 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.351441 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.357408 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.370623 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.376544 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.389655 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.395617 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.408699 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.414630 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.427445 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.433372 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.446201 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.452103 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.464958 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.470901 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.483701 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.489658 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.502411 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.508326 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.521158 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.527058 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.540000 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.545959 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.558840 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.564773 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.577616 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.583951 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.596742 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.603042 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.615838 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.621787 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.634958 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.640890 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.654062 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.660013 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.672933 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.678845 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.691693 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.697620 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.710429 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.716402 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.729333 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.735298 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.748100 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.754040 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.766873 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.772883 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.785733 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.791725 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.804526 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.810454 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.823752 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.829684 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.842935 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.848875 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.862022 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.867941 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.881022 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.886939 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.899752 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.905682 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.918550 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.924484 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.937345 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.943253 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.956040 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.961971 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.974752 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.980696 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.993502 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.999445 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.012224 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.018206 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.031081 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.036974 run mass: Checking if sockets are in the filesystem
22:48:37.069236 run osmo-ms-mob/00000: Starting mobile
22:48:37.082537 run osmo-ms-mob/00000(pid=135): Launched
22:48:37.093476 run mass: MS start registered {at=31402622.79682543, delay=0.004843849688768387, ms=00000}
22:48:41.252164 run osmo-ms-mob/00001: Starting mobile
22:48:41.264975 run osmo-ms-mob/00001(pid=136): Launched
22:48:41.275265 run mass: MS start registered {at=31402626.978616886, delay=0.004351381212472916, ms=00001}
22:48:42.321371 run mass: MS performed LU {at=31402628.02460189, lu_delay=5.22777646034956, ms=00000}
22:48:43.084861 run osmo-ms-mob/00002: Starting mobile
22:48:43.101653 run osmo-ms-mob/00002(pid=137): Launched
22:48:43.112143 run mass: MS start registered {at=31402628.81549039, delay=0.004527963697910309, ms=00002}
22:48:44.386873 run osmo-ms-mob/00003: Starting mobile
22:48:44.404048 run osmo-ms-mob/00003(pid=138): Launched
22:48:44.414808 run mass: MS start registered {at=31402630.11815628, delay=0.004611749202013016, ms=00003}
22:48:45.475478 run osmo-ms-mob/00004: Starting mobile
22:48:45.491755 run osmo-ms-mob/00004(pid=139): Launched
22:48:45.502189 run mass: MS start registered {at=31402631.205536988, delay=0.004272747784852982, ms=00004}
22:48:46.088156 run mass: MS performed LU {at=31402631.791395295, lu_delay=4.8127784095704556, ms=00001}
22:48:46.452404 run osmo-ms-mob/00005: Starting mobile
22:48:46.465684 run osmo-ms-mob/00005(pid=140): Launched
22:48:46.476150 run mass: MS start registered {at=31402632.179502558, delay=0.004431776702404022, ms=00005}
22:48:47.352894 run osmo-ms-mob/00006: Starting mobile
22:48:47.365770 run osmo-ms-mob/00006(pid=141): Launched
22:48:47.376131 run mass: MS start registered {at=31402633.07948478, delay=0.004386425018310547, ms=00006}
22:48:47.989237 run mass: MS performed LU {at=31402633.692473385, lu_delay=4.876982994377613, ms=00002}
22:48:48.289434 run osmo-ms-mob/00007: Starting mobile
22:48:48.306403 run osmo-ms-mob/00007(pid=142): Launched
22:48:48.317036 run mass: MS start registered {at=31402634.02038949, delay=0.0046310462057590485, ms=00007}
22:48:49.052836 run osmo-ms-mob/00008: Starting mobile
22:48:49.072815 run osmo-ms-mob/00008(pid=143): Launched
22:48:49.083551 run mass: MS start registered {at=31402634.78689985, delay=0.004736591130495071, ms=00008}
22:48:49.787127 run osmo-ms-mob/00009: Starting mobile
22:48:49.812359 run osmo-ms-mob/00009(pid=144): Launched
22:48:49.823667 run mass: MS start registered {at=31402635.527016155, delay=0.004852667450904846, ms=00009}
22:48:49.853123 run mass: MS performed LU {at=31402635.556389697, lu_delay=5.43823341652751, ms=00003}
22:48:50.484408 run osmo-ms-mob/00010: Starting mobile
22:48:50.501631 run osmo-ms-mob/00010(pid=145): Launched
22:48:50.512963 run mass: MS start registered {at=31402636.21631379, delay=0.005289509892463684, ms=00010}
22:48:51.053286 run osmo-ms-mob/00011: Starting mobile
22:48:51.066124 run osmo-ms-mob/00011(pid=146): Launched
22:48:51.077401 run mass: MS start registered {at=31402636.780752413, delay=0.005219694226980209, ms=00011}
22:48:51.681443 run osmo-ms-mob/00012: Starting mobile
22:48:51.698137 run osmo-ms-mob/00012(pid=147): Launched
22:48:51.709222 run mass: MS start registered {at=31402637.412572738, delay=0.004983525723218918, ms=00012}
22:48:51.754457 run mass: MS performed LU {at=31402637.45770126, lu_delay=6.2521642707288265, ms=00004}
22:48:51.782622 run mass: MS performed LU {at=31402637.485867277, lu_delay=5.306364718824625, ms=00005}
22:48:52.284262 run osmo-ms-mob/00013: Starting mobile
22:48:52.301408 run osmo-ms-mob/00013(pid=148): Launched
22:48:52.312301 run mass: MS start registered {at=31402638.01565215, delay=0.004818107932806015, ms=00013}
22:48:52.852815 run osmo-ms-mob/00014: Starting mobile
22:48:52.865814 run osmo-ms-mob/00014(pid=149): Launched
22:48:52.876669 run mass: MS start registered {at=31402638.580021624, delay=0.004801452159881592, ms=00014}
22:48:53.461637 run osmo-ms-mob/00015: Starting mobile
22:48:53.479184 run osmo-ms-mob/00015(pid=150): Launched
22:48:53.490282 run mass: MS start registered {at=31402639.193631925, delay=0.005080603063106537, ms=00015}
22:48:53.618801 run mass: MS performed LU {at=31402639.32204673, lu_delay=6.24256195127964, ms=00006}
22:48:53.684417 run mass: MS performed LU {at=31402639.38765798, lu_delay=5.367268491536379, ms=00007}
22:48:53.984816 run osmo-ms-mob/00016: Starting mobile
22:48:54.003162 run osmo-ms-mob/00016(pid=151): Launched
22:48:54.009193 run mass: MS performed LU {at=31402639.712552197, lu_delay=4.925652347505093, ms=00008}
22:48:54.017038 run mass: MS start registered {at=31402639.72039451, delay=0.007862482219934464, ms=00016}
22:48:54.472238 run osmo-ms-mob/00017: Starting mobile
22:48:54.486873 run osmo-ms-mob/00017(pid=152): Launched
22:48:54.497837 run mass: MS start registered {at=31402640.201189257, delay=0.004705026745796204, ms=00017}
22:48:55.082253 run osmo-ms-mob/00018: Starting mobile
22:48:55.097453 run osmo-ms-mob/00018(pid=153): Launched
22:48:55.108305 run mass: MS start registered {at=31402640.81165731, delay=0.004903428256511688, ms=00018}
22:48:55.476092 run osmo-ms-mob/00019: Starting mobile
22:48:55.492063 run osmo-ms-mob/00019(pid=154): Launched
22:48:55.503113 run mass: MS start registered {at=31402641.206466418, delay=0.005129445344209671, ms=00019}
22:48:55.519886 run mass: MS performed LU {at=31402641.223236445, lu_delay=5.6962202899158, ms=00009}
22:48:55.548763 run mass: MS performed LU {at=31402641.25198615, lu_delay=5.0356723591685295, ms=00010}
22:48:55.654595 run mass: MS performed LU {at=31402641.357846573, lu_delay=4.577094160020351, ms=00011}
22:48:55.984706 run osmo-ms-mob/00020: Starting mobile
22:48:56.001552 run osmo-ms-mob/00020(pid=155): Launched
22:48:56.012469 run mass: MS start registered {at=31402641.715824135, delay=0.004867572337388992, ms=00020}
22:48:56.451945 run osmo-ms-mob/00021: Starting mobile
22:48:56.465197 run osmo-ms-mob/00021(pid=156): Launched
22:48:56.475997 run mass: MS start registered {at=31402642.179351415, delay=0.004748344421386719, ms=00021}
22:48:56.865568 run osmo-ms-mob/00022: Starting mobile
22:48:56.879484 run osmo-ms-mob/00022(pid=157): Launched
22:48:56.890889 run mass: MS start registered {at=31402642.59424131, delay=0.005126766860485077, ms=00022}
22:48:57.383166 run osmo-ms-mob/00023: Starting mobile
22:48:57.400542 run osmo-ms-mob/00023(pid=158): Launched
22:48:57.406644 run mass: MS performed LU {at=31402643.110004555, lu_delay=5.094352405518293, ms=00013}
22:48:57.412533 run mass: MS start registered {at=31402643.11590035, delay=0.005913395434617996, ms=00023}
22:48:57.449180 run mass: MS performed LU {at=31402643.152455296, lu_delay=5.739882558584213, ms=00012}
22:48:57.753671 run osmo-ms-mob/00024: Starting mobile
22:48:57.767025 run osmo-ms-mob/00024(pid=159): Launched
22:48:57.773055 run mass: MS performed LU {at=31402643.47641475, lu_delay=4.8963931277394295, ms=00014}
22:48:57.778863 run mass: MS start registered {at=31402643.482230593, delay=0.005834832787513733, ms=00024}
22:48:58.265779 run osmo-ms-mob/00025: Starting mobile
22:48:58.279547 run osmo-ms-mob/00025(pid=160): Launched
22:48:58.290486 run mass: MS start registered {at=31402643.993836988, delay=0.004970073699951172, ms=00025}
22:48:58.679606 run osmo-ms-mob/00026: Starting mobile
22:48:58.695134 run osmo-ms-mob/00026(pid=161): Launched
22:48:58.706395 run mass: MS start registered {at=31402644.409744058, delay=0.005284558981657028, ms=00026}
22:48:59.052437 run osmo-ms-mob/00027: Starting mobile
22:48:59.065459 run osmo-ms-mob/00027(pid=162): Launched
22:48:59.076342 run mass: MS start registered {at=31402644.779694133, delay=0.004937276244163513, ms=00027}
22:48:59.184607 run mass: MS performed LU {at=31402644.887859397, lu_delay=5.1674648858606815, ms=00016}
22:48:59.286184 run mass: MS performed LU {at=31402644.989434395, lu_delay=4.788245137780905, ms=00017}
22:48:59.313487 run mass: MS performed LU {at=31402645.0167611, lu_delay=5.823129177093506, ms=00015}
22:48:59.325974 run osmo-ms-mob/00028: Starting mobile
22:48:59.338804 run osmo-ms-mob/00028(pid=163): Launched
22:48:59.349811 run mass: MS start registered {at=31402645.053167902, delay=0.004993956536054611, ms=00028}
22:48:59.884829 run osmo-ms-mob/00029: Starting mobile
22:48:59.901994 run osmo-ms-mob/00029(pid=164): Launched
22:48:59.913036 run mass: MS start registered {at=31402645.61638729, delay=0.004897773265838623, ms=00029}
22:49:00.266454 run osmo-ms-mob/00030: Starting mobile
22:49:00.280227 run osmo-ms-mob/00030(pid=165): Launched
22:49:00.291842 run mass: MS start registered {at=31402645.995193467, delay=0.005639228969812393, ms=00030}
22:49:00.672155 run osmo-ms-mob/00031: Starting mobile
22:49:00.687413 run osmo-ms-mob/00031(pid=166): Launched
22:49:00.698627 run mass: MS start registered {at=31402646.401979014, delay=0.0050843991339206696, ms=00031}
22:49:00.984297 run osmo-ms-mob/00032: Starting mobile
22:49:01.001117 run osmo-ms-mob/00032(pid=167): Launched
22:49:01.011951 run mass: MS start registered {at=31402646.71530348, delay=0.004819948226213455, ms=00032}
22:49:01.150742 run mass: MS performed LU {at=31402646.853991266, lu_delay=6.042333956807852, ms=00018}
22:49:01.216022 run mass: MS performed LU {at=31402646.919276875, lu_delay=5.712810456752777, ms=00019}
22:49:01.231166 run osmo-ms-mob/00033: Starting mobile
22:49:01.244086 run osmo-ms-mob/00033(pid=168): Launched
22:49:01.254886 run mass: MS start registered {at=31402646.95824224, delay=0.004735119640827179, ms=00033}
22:49:01.283373 run mass: MS performed LU {at=31402646.986640427, lu_delay=5.270816292613745, ms=00020}
22:49:01.321444 run mass: MS performed LU {at=31402647.024716303, lu_delay=4.845364887267351, ms=00021}
22:49:01.785637 run osmo-ms-mob/00034: Starting mobile
22:49:01.802264 run osmo-ms-mob/00034(pid=169): Launched
22:49:01.813531 run mass: MS start registered {at=31402647.51687974, delay=0.0051973238587379456, ms=00034}
22:49:02.069546 run osmo-ms-mob/00035: Starting mobile
22:49:02.094841 run osmo-ms-mob/00035(pid=170): Launched
22:49:02.105981 run mass: MS start registered {at=31402647.809333637, delay=0.005043633282184601, ms=00035}
22:49:02.452352 run osmo-ms-mob/00036: Starting mobile
22:49:02.465753 run osmo-ms-mob/00036(pid=171): Launched
22:49:02.477027 run mass: MS start registered {at=31402648.18038072, delay=0.0050999559462070465, ms=00036}
22:49:02.884232 run osmo-ms-mob/00037: Starting mobile
22:49:02.900910 run osmo-ms-mob/00037(pid=172): Launched
22:49:02.911776 run mass: MS start registered {at=31402648.61512809, delay=0.004936251789331436, ms=00037}
22:49:02.950815 run mass: MS performed LU {at=31402648.654076137, lu_delay=6.059834826737642, ms=00022}
22:49:03.052552 run mass: MS performed LU {at=31402648.755806815, lu_delay=5.273576222360134, ms=00024}
22:49:03.081303 run osmo-ms-mob/00038: Starting mobile
22:49:03.094309 run osmo-ms-mob/00038(pid=173): Launched
22:49:03.100285 run mass: MS performed LU {at=31402648.803647555, lu_delay=5.687747206538916, ms=00023}
22:49:03.106115 run mass: MS start registered {at=31402648.80948111, delay=0.005849715322256088, ms=00038}
22:49:03.223776 run mass: MS performed LU {at=31402648.927025203, lu_delay=4.933188214898109, ms=00025}
22:49:03.253069 run osmo-ms-mob/00039: Starting mobile
22:49:03.266119 run osmo-ms-mob/00039(pid=174): Launched
22:49:03.277183 run mass: MS start registered {at=31402648.98053809, delay=0.004988852888345718, ms=00039}
22:49:03.885209 run osmo-ms-mob/00040: Starting mobile
22:49:03.902401 run osmo-ms-mob/00040(pid=175): Launched
22:49:03.913762 run mass: MS start registered {at=31402649.617105972, delay=0.005248848348855972, ms=00040}
22:49:04.152316 run osmo-ms-mob/00041: Starting mobile
22:49:04.165419 run osmo-ms-mob/00041(pid=176): Launched
22:49:04.176479 run mass: MS start registered {at=31402649.879834205, delay=0.004976216703653336, ms=00041}
22:49:04.469274 run osmo-ms-mob/00042: Starting mobile
22:49:04.483077 run osmo-ms-mob/00042(pid=177): Launched
22:49:04.494024 run mass: MS start registered {at=31402650.1973756, delay=0.004780799150466919, ms=00042}
22:49:04.885634 run osmo-ms-mob/00043: Starting mobile
22:49:04.903747 run osmo-ms-mob/00043(pid=178): Launched
22:49:04.914824 run mass: MS start registered {at=31402650.618177615, delay=0.005067277699708939, ms=00043}
22:49:04.921299 run mass: MS performed LU {at=31402650.62465968, lu_delay=5.008272390812635, ms=00029}
22:49:04.981843 run mass: MS performed LU {at=31402650.6850966, lu_delay=5.9054024666547775, ms=00027}
22:49:05.007890 run osmo-ms-mob/00044: Starting mobile
22:49:05.020780 run osmo-ms-mob/00044(pid=179): Launched
22:49:05.031689 run mass: MS start registered {at=31402650.735043924, delay=0.004827219992876053, ms=00044}
22:49:05.049462 run mass: MS performed LU {at=31402650.752816007, lu_delay=5.699648104608059, ms=00028}
22:49:05.087300 run mass: MS performed LU {at=31402650.79057039, lu_delay=4.795376922935247, ms=00030}
22:49:05.108634 run osmo-ms-mob/00045: Starting mobile
22:49:05.121611 run osmo-ms-mob/00045(pid=180): Launched
22:49:05.128054 run mass: MS performed LU {at=31402650.831412952, lu_delay=6.421668894588947, ms=00026}
22:49:05.133954 run mass: MS start registered {at=31402650.837320797, delay=0.005925633013248444, ms=00045}
22:49:05.761966 run osmo-ms-mob/00046: Starting mobile
22:49:05.776183 run osmo-ms-mob/00046(pid=181): Launched
22:49:05.787397 run mass: MS start registered {at=31402651.490747593, delay=0.004730824381113052, ms=00046}
22:49:06.069910 run osmo-ms-mob/00047: Starting mobile
22:49:06.084320 run osmo-ms-mob/00047(pid=182): Launched
22:49:06.095518 run mass: MS start registered {at=31402651.798864596, delay=0.004944857209920883, ms=00047}
22:49:06.366061 run osmo-ms-mob/00048: Starting mobile
22:49:06.380134 run osmo-ms-mob/00048(pid=183): Launched
22:49:06.391333 run mass: MS start registered {at=31402652.094673052, delay=0.005121581256389618, ms=00048}
22:49:06.684348 run osmo-ms-mob/00049: Starting mobile
22:49:06.701029 run osmo-ms-mob/00049(pid=184): Launched
22:49:06.712239 run mass: MS start registered {at=31402652.415592626, delay=0.004756603389978409, ms=00049}
22:49:06.718252 run mass: MS performed LU {at=31402652.421613418, lu_delay=4.9047336764633656, ms=00034}
22:49:06.818092 run mass: MS performed LU {at=31402652.521342393, lu_delay=6.1193633787333965, ms=00031}
22:49:06.847174 run osmo-ms-mob/00050: Starting mobile
22:49:06.860090 run osmo-ms-mob/00050(pid=185): Launched
22:49:06.866098 run mass: MS performed LU {at=31402652.569459584, lu_delay=5.854156102985144, ms=00032}
22:49:06.871956 run mass: MS start registered {at=31402652.575322703, delay=0.005878463387489319, ms=00050}
22:49:06.989804 run mass: MS performed LU {at=31402652.69305292, lu_delay=5.734810680150986, ms=00033}
22:49:07.024707 run mass: MS performed LU {at=31402652.727952097, lu_delay=4.918618459254503, ms=00035}
22:49:07.051186 run osmo-ms-mob/00051: Starting mobile
22:49:07.064446 run osmo-ms-mob/00051(pid=186): Launched
22:49:07.075593 run mass: MS start registered {at=31402652.778935783, delay=0.005208499729633331, ms=00051}
22:49:07.654164 run osmo-ms-mob/00052: Starting mobile
22:49:07.667718 run osmo-ms-mob/00052(pid=187): Launched
22:49:07.678998 run mass: MS start registered {at=31402653.382345032, delay=0.005166530609130859, ms=00052}
22:49:07.967238 run osmo-ms-mob/00053: Starting mobile
22:49:07.981102 run osmo-ms-mob/00053(pid=188): Launched
22:49:07.992395 run mass: MS start registered {at=31402653.695746142, delay=0.005172614008188248, ms=00053}
22:49:08.262923 run osmo-ms-mob/00054: Starting mobile
22:49:08.276787 run osmo-ms-mob/00054(pid=189): Launched
22:49:08.289528 run mass: MS start registered {at=31402653.992879186, delay=0.006606284528970718, ms=00054}
22:49:08.564164 run osmo-ms-mob/00055: Starting mobile
22:49:08.577821 run osmo-ms-mob/00055(pid=190): Launched
22:49:08.589331 run mass: MS start registered {at=31402654.292678416, delay=0.005300994962453842, ms=00055}
22:49:08.682841 run mass: MS performed LU {at=31402654.38609513, lu_delay=5.405557040125132, ms=00039}
22:49:08.747449 run mass: MS performed LU {at=31402654.45070046, lu_delay=4.833594486117363, ms=00040}
22:49:08.774211 run osmo-ms-mob/00056: Starting mobile
22:49:08.787286 run osmo-ms-mob/00056(pid=191): Launched
22:49:08.798237 run mass: MS start registered {at=31402654.501592815, delay=0.004955630749464035, ms=00056}
22:49:08.815157 run mass: MS performed LU {at=31402654.518511396, lu_delay=5.903383307158947, ms=00037}
22:49:08.852804 run mass: MS performed LU {at=31402654.55607344, lu_delay=5.746592327952385, ms=00038}
22:49:08.874726 run osmo-ms-mob/00057: Starting mobile
22:49:08.887734 run osmo-ms-mob/00057(pid=192): Launched
22:49:08.894205 run mass: MS performed LU {at=31402654.597563554, lu_delay=6.417182832956314, ms=00036}
22:49:08.900070 run mass: MS start registered {at=31402654.603436563, delay=0.005891263484954834, ms=00057}
22:49:09.162605 run mass: MS performed LU {at=31402654.865836114, lu_delay=4.986001908779144, ms=00041}
22:49:09.565449 run osmo-ms-mob/00058: Starting mobile
22:49:09.579203 run osmo-ms-mob/00058(pid=193): Launched
22:49:09.590299 run mass: MS start registered {at=31402655.29365228, delay=0.005025610327720642, ms=00058}
22:49:09.866416 run osmo-ms-mob/00059: Starting mobile
22:49:09.880828 run osmo-ms-mob/00059(pid=194): Launched
22:49:09.892046 run mass: MS start registered {at=31402655.5953996, delay=0.0049284882843494415, ms=00059}
22:49:10.163132 run osmo-ms-mob/00060: Starting mobile
22:49:10.176501 run osmo-ms-mob/00060(pid=195): Launched
22:49:10.187818 run mass: MS start registered {at=31402655.891170386, delay=0.005324624478816986, ms=00060}
22:49:10.482566 run mass: MS performed LU {at=31402656.185816955, lu_delay=5.4507730305194855, ms=00044}
22:49:10.530897 run osmo-ms-mob/00061: Starting mobile
22:49:10.547045 run osmo-ms-mob/00061(pid=196): Launched
22:49:10.558541 run mass: MS start registered {at=31402656.261886273, delay=0.005297712981700897, ms=00061}
22:49:10.582958 run mass: MS performed LU {at=31402656.286304276, lu_delay=5.448983479291201, ms=00045}
22:49:10.610228 run mass: MS performed LU {at=31402656.313534766, lu_delay=5.695357151329517, ms=00043}
22:49:10.626737 run osmo-ms-mob/00062: Starting mobile
22:49:10.639704 run osmo-ms-mob/00062(pid=197): Launched
22:49:10.650771 run mass: MS start registered {at=31402656.354126967, delay=0.004985865205526352, ms=00062}
22:49:10.755469 run mass: MS performed LU {at=31402656.458720174, lu_delay=6.261344574391842, ms=00042}
22:49:10.791154 run mass: MS performed LU {at=31402656.494422782, lu_delay=5.003675188869238, ms=00046}
22:49:10.815608 run osmo-ms-mob/00063: Starting mobile
22:49:10.829196 run osmo-ms-mob/00063(pid=198): Launched
22:49:10.835218 run mass: MS performed LU {at=31402656.53857893, lu_delay=4.739714335650206, ms=00047}
22:49:10.841080 run mass: MS start registered {at=31402656.54444592, delay=0.0058837756514549255, ms=00063}
22:49:11.548388 run osmo-ms-mob/00064: Starting mobile
22:49:11.561995 run osmo-ms-mob/00064(pid=199): Launched
22:49:11.573677 run mass: MS start registered {at=31402657.27702589, delay=0.005376171320676804, ms=00064}
22:49:11.967509 run osmo-ms-mob/00065: Starting mobile
22:49:11.981601 run osmo-ms-mob/00065(pid=200): Launched
22:49:11.992899 run mass: MS start registered {at=31402657.69624646, delay=0.004948578774929047, ms=00065}
22:49:12.265756 run osmo-ms-mob/00066: Starting mobile
22:49:12.279711 run osmo-ms-mob/00066(pid=201): Launched
22:49:12.290736 run mass: MS start registered {at=31402657.994090557, delay=0.004982553422451019, ms=00066}
22:49:12.448299 run mass: MS performed LU {at=31402658.15155567, lu_delay=5.5762329660356045, ms=00050}
22:49:12.512877 run mass: MS performed LU {at=31402658.2161232, lu_delay=4.833778169006109, ms=00052}
22:49:12.555694 run osmo-ms-mob/00067: Starting mobile
22:49:12.569598 run osmo-ms-mob/00067(pid=202): Launched
22:49:12.580819 run mass: MS start registered {at=31402658.28416794, delay=0.005134508013725281, ms=00067}
22:49:12.586770 run mass: MS performed LU {at=31402658.29013375, lu_delay=5.874541122466326, ms=00049}
22:49:12.618348 run mass: MS performed LU {at=31402658.321620107, lu_delay=5.542684324085712, ms=00051}
22:49:12.638339 run osmo-ms-mob/00068: Starting mobile
22:49:12.651224 run osmo-ms-mob/00068(pid=203): Launched
22:49:12.657661 run mass: MS performed LU {at=31402658.361019682, lu_delay=6.266346629709005, ms=00048}
22:49:12.663485 run mass: MS start registered {at=31402658.36685071, delay=0.005849938839673996, ms=00068}
22:49:12.928408 run mass: MS performed LU {at=31402658.631658547, lu_delay=4.935912404209375, ms=00053}
22:49:13.367506 run osmo-ms-mob/00069: Starting mobile
22:49:13.381295 run osmo-ms-mob/00069(pid=204): Launched
22:49:13.392828 run mass: MS start registered {at=31402659.09615787, delay=0.0054201409220695496, ms=00069}
22:49:13.752159 run osmo-ms-mob/00070: Starting mobile
22:49:13.765447 run osmo-ms-mob/00070(pid=205): Launched
22:49:13.777093 run mass: MS start registered {at=31402659.480443627, delay=0.005312096327543259, ms=00070}
22:49:14.182096 run osmo-ms-mob/00071: Starting mobile
22:49:14.197319 run osmo-ms-mob/00071(pid=206): Launched
22:49:14.208498 run mass: MS start registered {at=31402659.911852006, delay=0.005174580961465836, ms=00071}
22:49:14.247337 run mass: MS performed LU {at=31402659.950602897, lu_delay=5.657924480736256, ms=00055}
22:49:14.349671 run mass: MS performed LU {at=31402660.052918676, lu_delay=4.759266395121813, ms=00058}
22:49:14.379483 run mass: MS performed LU {at=31402660.082841195, lu_delay=6.089962009340525, ms=00054}
22:49:14.391114 run osmo-ms-mob/00072: Starting mobile
22:49:14.404028 run osmo-ms-mob/00072(pid=207): Launched
22:49:14.415154 run mass: MS start registered {at=31402660.118506536, delay=0.005072642117738724, ms=00072}
22:49:14.520778 run mass: MS performed LU {at=31402660.223983396, lu_delay=5.620546832680702, ms=00057}
22:49:14.557286 run mass: MS performed LU {at=31402660.260583553, lu_delay=5.758990738540888, ms=00056}
22:49:14.594309 run mass: MS performed LU {at=31402660.297567148, lu_delay=4.702167548239231, ms=00059}
22:49:14.616261 run osmo-ms-mob/00073: Starting mobile
22:49:14.629241 run osmo-ms-mob/00073(pid=208): Launched
22:49:14.640243 run mass: MS start registered {at=31402660.343597982, delay=0.004868719726800919, ms=00073}
22:49:15.365874 run osmo-ms-mob/00074: Starting mobile
22:49:15.379455 run osmo-ms-mob/00074(pid=209): Launched
22:49:15.390510 run mass: MS start registered {at=31402661.09386482, delay=0.004993822425603867, ms=00074}
22:49:15.764839 run osmo-ms-mob/00075: Starting mobile
22:49:15.778873 run osmo-ms-mob/00075(pid=210): Launched
22:49:15.790025 run mass: MS start registered {at=31402661.493377265, delay=0.005156304687261581, ms=00075}
22:49:16.214670 run mass: MS performed LU {at=31402661.917922087, lu_delay=5.373476166278124, ms=00063}
22:49:16.256001 run osmo-ms-mob/00076: Starting mobile
22:49:16.271856 run osmo-ms-mob/00076(pid=211): Launched
22:49:16.278226 run mass: MS performed LU {at=31402661.981585518, lu_delay=5.6274585500359535, ms=00062}
22:49:16.284064 run mass: MS start registered {at=31402661.987430584, delay=0.005862731486558914, ms=00076}
22:49:16.347879 run mass: MS performed LU {at=31402662.051132336, lu_delay=6.159961950033903, ms=00060}
22:49:16.384692 run mass: MS performed LU {at=31402662.087947678, lu_delay=5.826061405241489, ms=00061}
22:49:16.402392 run osmo-ms-mob/00077: Starting mobile
22:49:16.415394 run osmo-ms-mob/00077(pid=212): Launched
22:49:16.421733 run mass: MS performed LU {at=31402662.125091065, lu_delay=4.848065175116062, ms=00064}
22:49:16.427589 run mass: MS start registered {at=31402662.130955152, delay=0.0058813802897930145, ms=00077}
22:49:17.167081 run osmo-ms-mob/00078: Starting mobile
22:49:17.181249 run osmo-ms-mob/00078(pid=213): Launched
22:49:17.192072 run mass: MS start registered {at=31402662.89542517, delay=0.004719879478216171, ms=00078}
22:49:17.564151 run osmo-ms-mob/00079: Starting mobile
22:49:17.577672 run osmo-ms-mob/00079(pid=214): Launched
22:49:17.588984 run mass: MS start registered {at=31402663.292336334, delay=0.0049004219472408295, ms=00079}
22:49:18.013372 run mass: MS performed LU {at=31402663.71663062, lu_delay=5.349779907613993, ms=00068}
22:49:18.055778 run osmo-ms-mob/00080: Starting mobile
22:49:18.069632 run osmo-ms-mob/00080(pid=215): Launched
22:49:18.080804 run mass: MS start registered {at=31402663.78414948, delay=0.00518123060464859, ms=00080}
22:49:18.115076 run mass: MS performed LU {at=31402663.818328433, lu_delay=5.824237875640392, ms=00066}
22:49:18.143749 run mass: MS performed LU {at=31402663.847001027, lu_delay=4.750843156129122, ms=00069}
22:49:18.287792 run mass: MS performed LU {at=31402663.991043888, lu_delay=5.706875946372747, ms=00067}
22:49:18.323117 run mass: MS performed LU {at=31402664.02637141, lu_delay=6.330124948173761, ms=00065}
22:49:18.339580 run osmo-ms-mob/00081: Starting mobile
22:49:18.352852 run osmo-ms-mob/00081(pid=216): Launched
22:49:18.363791 run mass: MS start registered {at=31402664.06714406, delay=0.004872269928455353, ms=00081}
22:49:18.966182 run osmo-ms-mob/00082: Starting mobile
22:49:18.980207 run osmo-ms-mob/00082(pid=217): Launched
22:49:18.991453 run mass: MS start registered {at=31402664.694774497, delay=0.0049173831939697266, ms=00082}
22:49:19.575304 run osmo-ms-mob/00083: Starting mobile
22:49:19.591436 run osmo-ms-mob/00083(pid=218): Launched
22:49:19.603170 run mass: MS start registered {at=31402665.306508847, delay=0.00563482940196991, ms=00083}
22:49:19.877797 run mass: MS performed LU {at=31402665.581048697, lu_delay=5.66919669136405, ms=00071}
22:49:19.914839 run mass: MS performed LU {at=31402665.618085016, lu_delay=5.274487033486366, ms=00073}
22:49:19.949125 run osmo-ms-mob/00084: Starting mobile
22:49:19.962448 run osmo-ms-mob/00084(pid=219): Launched
22:49:19.973436 run mass: MS start registered {at=31402665.67678482, delay=0.004991102963685989, ms=00084}
22:49:20.044255 run mass: MS performed LU {at=31402665.74750688, lu_delay=6.26706325262785, ms=00070}
22:49:20.188904 run mass: MS performed LU {at=31402665.892162718, lu_delay=5.7736561819911, ms=00072}
22:49:20.594799 run osmo-ms-mob/00085: Starting mobile
22:49:20.611741 run osmo-ms-mob/00085(pid=220): Launched
22:49:20.623035 run mass: MS start registered {at=31402666.32637225, delay=0.005210313946008682, ms=00085}
22:49:20.939565 run mass: MS performed LU {at=31402666.64281438, lu_delay=5.548949558287859, ms=00074}
22:49:21.167100 run osmo-ms-mob/00086: Starting mobile
22:49:21.181060 run osmo-ms-mob/00086(pid=221): Launched
22:49:21.192083 run mass: MS start registered {at=31402666.895437222, delay=0.0051103755831718445, ms=00086}
22:49:21.775927 run osmo-ms-mob/00087: Starting mobile
22:49:21.789413 run osmo-ms-mob/00087(pid=222): Launched
22:49:21.795430 run mass: MS performed LU {at=31402667.498788573, lu_delay=4.603363402187824, ms=00078}
22:49:21.801284 run mass: MS start registered {at=31402667.5046504, delay=0.005881287157535553, ms=00087}
22:49:21.815341 run mass: MS performed LU {at=31402667.518681694, lu_delay=5.387726541608572, ms=00077}
22:49:21.908703 run mass: MS performed LU {at=31402667.61192964, lu_delay=6.118552375584841, ms=00075}
22:49:22.088750 run mass: MS performed LU {at=31402667.791981313, lu_delay=5.804550729691982, ms=00076}
22:49:22.384156 run osmo-ms-mob/00088: Starting mobile
22:49:22.400650 run osmo-ms-mob/00088(pid=223): Launched
22:49:22.411877 run mass: MS start registered {at=31402668.115223464, delay=0.005122195929288864, ms=00088}
22:49:22.953322 run osmo-ms-mob/00089: Starting mobile
22:49:22.966988 run osmo-ms-mob/00089(pid=224): Launched
22:49:22.978193 run mass: MS start registered {at=31402668.681537718, delay=0.005163069814443588, ms=00089}
22:49:23.584935 run osmo-ms-mob/00090: Starting mobile
22:49:23.601817 run osmo-ms-mob/00090(pid=225): Launched
22:49:23.612826 run mass: MS start registered {at=31402669.316178177, delay=0.004908248782157898, ms=00090}
22:49:23.643693 run mass: MS performed LU {at=31402669.346983846, lu_delay=5.562834367156029, ms=00080}
22:49:23.681359 run mass: MS performed LU {at=31402669.384626422, lu_delay=4.689851924777031, ms=00082}
22:49:23.810797 run mass: MS performed LU {at=31402669.51404763, lu_delay=6.2217112965881824, ms=00079}
22:49:23.954038 run mass: MS performed LU {at=31402669.65718472, lu_delay=5.590040661394596, ms=00081}
22:49:24.284934 run osmo-ms-mob/00091: Starting mobile
22:49:24.301786 run osmo-ms-mob/00091(pid=226): Launched
22:49:24.313022 run mass: MS start registered {at=31402670.016373765, delay=0.005148213356733322, ms=00091}
22:49:24.952915 run osmo-ms-mob/00092: Starting mobile
22:49:24.966103 run osmo-ms-mob/00092(pid=227): Launched
22:49:24.977310 run mass: MS start registered {at=31402670.680657465, delay=0.005002137273550034, ms=00092}
22:49:25.545639 run mass: MS performed LU {at=31402671.248892676, lu_delay=5.9423838295042515, ms=00083}
22:49:25.646986 run mass: MS performed LU {at=31402671.35023999, lu_delay=5.02386773750186, ms=00085}
22:49:25.702592 run osmo-ms-mob/00093: Starting mobile
22:49:25.717676 run osmo-ms-mob/00093(pid=228): Launched
22:49:25.723615 run mass: MS performed LU {at=31402671.426977873, lu_delay=5.750193051993847, ms=00084}
22:49:25.729466 run mass: MS start registered {at=31402671.432832673, delay=0.00587201863527298, ms=00093}
22:49:25.818470 run mass: MS performed LU {at=31402671.521718655, lu_delay=4.6262814328074455, ms=00086}
22:49:26.653034 run osmo-ms-mob/00094: Starting mobile
22:49:26.666550 run osmo-ms-mob/00094(pid=229): Launched
22:49:26.677679 run mass: MS start registered {at=31402672.38102946, delay=0.0050780028104782104, ms=00094}
22:49:27.511461 run mass: MS performed LU {at=31402673.214669935, lu_delay=5.099446471780539, ms=00088}
22:49:27.539328 run osmo-ms-mob/00095: Starting mobile
22:49:27.552356 run osmo-ms-mob/00095(pid=230): Launched
22:49:27.563598 run mass: MS start registered {at=31402673.26694849, delay=0.005162835121154785, ms=00095}
22:49:27.575146 run mass: MS performed LU {at=31402673.278489426, lu_delay=5.773839026689529, ms=00087}
22:49:27.880324 run mass: MS performed LU {at=31402673.583572507, lu_delay=4.902034789323807, ms=00089}
22:49:28.564108 run osmo-ms-mob/00096: Starting mobile
22:49:28.577756 run osmo-ms-mob/00096(pid=231): Launched
22:49:28.589109 run mass: MS start registered {at=31402674.29245372, delay=0.00522005558013916, ms=00096}
22:49:29.311275 run mass: MS performed LU {at=31402675.014526486, lu_delay=4.333869021385908, ms=00092}
22:49:29.412823 run mass: MS performed LU {at=31402675.116082985, lu_delay=5.7999048084020615, ms=00090}
22:49:29.441036 run mass: MS performed LU {at=31402675.144286312, lu_delay=5.127912547439337, ms=00091}
22:49:29.687547 run osmo-ms-mob/00097: Starting mobile
22:49:29.704838 run osmo-ms-mob/00097(pid=232): Launched
22:49:29.715833 run mass: MS start registered {at=31402675.419179693, delay=0.004800647497177124, ms=00097}
22:49:30.984277 run osmo-ms-mob/00098: Starting mobile
22:49:31.001447 run osmo-ms-mob/00098(pid=233): Launched
22:49:31.012522 run mass: MS start registered {at=31402676.71585931, delay=0.00503404438495636, ms=00098}
22:49:31.277926 run mass: MS performed LU {at=31402676.981056813, lu_delay=5.54822413995862, ms=00093}
22:49:31.342415 run mass: MS performed LU {at=31402677.045665614, lu_delay=4.66463615372777, ms=00094}
22:49:32.753650 run osmo-ms-mob/00099: Starting mobile
22:49:32.766676 run osmo-ms-mob/00099(pid=234): Launched
22:49:32.772675 run mass: All started... {duration=55.73010416328907, too_slow=0}
22:49:32.778417 run mass: MS start registered {at=31402678.48177759, delay=0.005735412240028381, ms=00099}
22:49:33.178957 run mass: MS performed LU {at=31402678.882184014, lu_delay=4.58973029255867, ms=00096}
22:49:33.204818 run mass: MS performed LU {at=31402678.90816833, lu_delay=5.641219839453697, ms=00095}
22:49:35.042794 run mass: MS performed LU {at=31402680.74599785, lu_delay=5.326818156987429, ms=00097}
22:49:36.944735 run mass: MS performed LU {at=31402682.647953864, lu_delay=5.932094555348158, ms=00098}
22:49:38.809774 run mass: MS performed LU {at=31402684.513025157, lu_delay=6.031247567385435, ms=00099}
22:49:38.832823 run mass: Tests done {all_completed=True, max=6.421668894588947, min=4.333869021385908}
22:49:38.838560 tst register_default_mass.py: Test passed (81.1 sec)
22:49:38.844082 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.847462 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.850801 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.854203 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.857589 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.860995 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.864396 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.867801 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.871406 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.874826 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.878258 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.881698 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.885120 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.888532 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.892087 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.895658 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.899233 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.902827 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.906300 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.909805 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.913351 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.916833 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.920294 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.923771 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.927185 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.930655 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.934082 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.937520 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.941016 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.944443 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.947923 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.951650 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.955085 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.958591 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.962010 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.965518 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.969013 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.973092 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.976843 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.980355 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.984011 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.987547 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.991488 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.995278 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.999065 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.002606 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.006060 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.009536 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.012977 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.016592 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.020072 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.023514 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.026937 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.030441 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.033907 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.037441 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.041326 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.044858 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.048204 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.051613 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.054989 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.058303 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.061655 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.064968 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.068349 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.071772 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.075663 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.079051 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.082424 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.085777 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.089186 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.092490 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.095872 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.099205 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.102588 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.105925 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.109363 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.112734 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.116039 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.119383 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.122684 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.126043 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.129355 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.132651 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.136024 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.139410 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.142787 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.146149 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.149595 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.153602 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.157036 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.160433 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.163814 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.167246 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.170590 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.174024 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.177453 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.181327 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.184767 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.188385 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.192187 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.195652 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.199112 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.202701 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.206448 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.210211 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.213676 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.217116 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.220548 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.223988 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.227431 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.230870 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.234325 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.237782 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.241204 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.244483 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.247766 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.251065 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.254358 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.257623 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.260845 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.264053 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.267256 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.270476 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.273688 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.276931 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.280141 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.283355 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.286565 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.289773 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.292982 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.296200 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.299414 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.302633 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.305854 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.309086 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.312280 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.315478 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.318692 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.321907 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.325118 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.328330 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.331531 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.334725 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.337940 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.341166 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.344369 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.347569 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.350758 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.353962 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.357179 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.360379 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.363591 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.366799 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.370003 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.373212 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.376403 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.379604 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.382819 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.386036 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.389242 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.392462 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.395662 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.398866 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.402068 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.405287 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.408483 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.411672 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.414888 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.418100 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.421307 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.424519 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.427717 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.430921 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.434127 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.437342 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.440544 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.443746 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.446949 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.450148 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.453345 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.456542 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.459731 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.462916 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.466118 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.469332 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.472527 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.475730 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.478932 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.482123 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.485344 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.488554 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.491770 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.494980 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.498163 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.501369 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.504583 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.507794 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.511008 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.514206 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.517417 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.520621 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.523828 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.527037 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.530253 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.533453 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.536665 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.539881 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.543089 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.546308 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.549524 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.552742 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.555961 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.559189 --- ParallelTerminationStrategy: PID 22 died...
22:49:39.560661 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.564241 --- ParallelTerminationStrategy: PID 23 died...
22:49:39.565716 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.569285 --- ParallelTerminationStrategy: PID 24 died...
22:49:39.570727 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.574299 --- ParallelTerminationStrategy: PID 25 died...
22:49:39.575734 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.579273 --- ParallelTerminationStrategy: PID 26 died...
22:49:39.580734 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.584306 --- ParallelTerminationStrategy: PID 27 died...
22:49:39.585770 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.589329 --- ParallelTerminationStrategy: PID 28 died...
22:49:39.590774 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.594356 --- ParallelTerminationStrategy: PID 29 died...
22:49:39.595804 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.599386 --- ParallelTerminationStrategy: PID 30 died...
22:49:39.600840 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.604398 --- ParallelTerminationStrategy: PID 31 died...
22:49:39.605851 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.609434 --- ParallelTerminationStrategy: PID 32 died...
22:49:39.610892 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.614500 --- ParallelTerminationStrategy: PID 33 died...
22:49:39.615954 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.619527 --- ParallelTerminationStrategy: PID 35 died...
22:49:39.620982 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.624557 --- ParallelTerminationStrategy: PID 36 died...
22:49:39.626008 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.629585 --- ParallelTerminationStrategy: PID 37 died...
22:49:39.631032 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.634623 --- ParallelTerminationStrategy: PID 38 died...
22:49:39.636071 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.639666 --- ParallelTerminationStrategy: PID 39 died...
22:49:39.641141 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.644729 --- ParallelTerminationStrategy: PID 40 died...
22:49:39.646176 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.649744 --- ParallelTerminationStrategy: PID 41 died...
22:49:39.651206 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.654764 --- ParallelTerminationStrategy: PID 42 died...
22:49:39.656205 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.659830 --- ParallelTerminationStrategy: PID 43 died...
22:49:39.661305 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.664931 --- ParallelTerminationStrategy: PID 44 died...
22:49:39.666409 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.670016 --- ParallelTerminationStrategy: PID 45 died...
22:49:39.671450 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.675028 --- ParallelTerminationStrategy: PID 46 died...
22:49:39.676471 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.680036 --- ParallelTerminationStrategy: PID 47 died...
22:49:39.681478 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.685031 --- ParallelTerminationStrategy: PID 48 died...
22:49:39.686464 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.690054 --- ParallelTerminationStrategy: PID 49 died...
22:49:39.691491 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.695049 --- ParallelTerminationStrategy: PID 50 died...
22:49:39.696485 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.700043 --- ParallelTerminationStrategy: PID 51 died...
22:49:39.701484 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.705042 --- ParallelTerminationStrategy: PID 52 died...
22:49:39.706480 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.710040 --- ParallelTerminationStrategy: PID 53 died...
22:49:39.711473 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.715035 --- ParallelTerminationStrategy: PID 54 died...
22:49:39.716483 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.720036 --- ParallelTerminationStrategy: PID 55 died...
22:49:39.721484 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.725089 --- ParallelTerminationStrategy: PID 56 died...
22:49:39.726548 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.730185 --- ParallelTerminationStrategy: PID 57 died...
22:49:39.731647 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.735278 --- ParallelTerminationStrategy: PID 58 died...
22:49:39.736756 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.740374 --- ParallelTerminationStrategy: PID 59 died...
22:49:39.741844 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.745473 --- ParallelTerminationStrategy: PID 60 died...
22:49:39.746940 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.750546 --- ParallelTerminationStrategy: PID 61 died...
22:49:39.752006 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.755665 --- ParallelTerminationStrategy: PID 62 died...
22:49:39.757131 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.760782 --- ParallelTerminationStrategy: PID 63 died...
22:49:39.762252 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.765870 --- ParallelTerminationStrategy: PID 64 died...
22:49:39.767338 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.770969 --- ParallelTerminationStrategy: PID 65 died...
22:49:39.772425 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.776050 --- ParallelTerminationStrategy: PID 66 died...
22:49:39.777517 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.781141 --- ParallelTerminationStrategy: PID 67 died...
22:49:39.782599 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.786236 --- ParallelTerminationStrategy: PID 68 died...
22:49:39.787702 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.791331 --- ParallelTerminationStrategy: PID 69 died...
22:49:39.792797 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.796419 --- ParallelTerminationStrategy: PID 70 died...
22:49:39.797885 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.801524 --- ParallelTerminationStrategy: PID 71 died...
22:49:39.802989 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.806623 --- ParallelTerminationStrategy: PID 72 died...
22:49:39.808088 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.811728 --- ParallelTerminationStrategy: PID 73 died...
22:49:39.813185 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.816805 --- ParallelTerminationStrategy: PID 74 died...
22:49:39.818287 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.821909 --- ParallelTerminationStrategy: PID 75 died...
22:49:39.823373 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.827007 --- ParallelTerminationStrategy: PID 76 died...
22:49:39.828479 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.832102 --- ParallelTerminationStrategy: PID 77 died...
22:49:39.833574 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.837207 --- ParallelTerminationStrategy: PID 78 died...
22:49:39.838674 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.842302 --- ParallelTerminationStrategy: PID 79 died...
22:49:39.843766 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.847391 --- ParallelTerminationStrategy: PID 80 died...
22:49:39.848846 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.852451 --- ParallelTerminationStrategy: PID 81 died...
22:49:39.853924 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.857561 --- ParallelTerminationStrategy: PID 82 died...
22:49:39.859020 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.862650 --- ParallelTerminationStrategy: PID 83 died...
22:49:39.864109 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.867736 --- ParallelTerminationStrategy: PID 84 died...
22:49:39.869209 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.872828 --- ParallelTerminationStrategy: PID 85 died...
22:49:39.874288 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.877915 --- ParallelTerminationStrategy: PID 86 died...
22:49:39.879377 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.883009 --- ParallelTerminationStrategy: PID 87 died...
22:49:39.884479 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.888097 --- ParallelTerminationStrategy: PID 88 died...
22:49:39.889580 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.893199 --- ParallelTerminationStrategy: PID 89 died...
22:49:39.894670 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.898314 --- ParallelTerminationStrategy: PID 90 died...
22:49:39.899789 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.903422 --- ParallelTerminationStrategy: PID 91 died...
22:49:39.904896 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.908509 --- ParallelTerminationStrategy: PID 92 died...
22:49:39.909972 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.913606 --- ParallelTerminationStrategy: PID 93 died...
22:49:39.915083 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.918715 --- ParallelTerminationStrategy: PID 94 died...
22:49:39.920175 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.923798 --- ParallelTerminationStrategy: PID 95 died...
22:49:39.925264 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.928903 --- ParallelTerminationStrategy: PID 96 died...
22:49:39.930371 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.934008 --- ParallelTerminationStrategy: PID 97 died...
22:49:39.935476 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.939120 --- ParallelTerminationStrategy: PID 98 died...
22:49:39.940596 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.944222 --- ParallelTerminationStrategy: PID 99 died...
22:49:39.945699 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.949321 --- ParallelTerminationStrategy: PID 100 died...
22:49:39.950785 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.954411 --- ParallelTerminationStrategy: PID 101 died...
22:49:39.955874 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.959512 --- ParallelTerminationStrategy: PID 102 died...
22:49:39.960978 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.964602 --- ParallelTerminationStrategy: PID 103 died...
22:49:39.966074 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.969687 --- ParallelTerminationStrategy: PID 104 died...
22:49:39.971154 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.974768 --- ParallelTerminationStrategy: PID 105 died...
22:49:39.976239 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.979877 --- ParallelTerminationStrategy: PID 106 died...
22:49:39.981345 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.984975 --- ParallelTerminationStrategy: PID 107 died...
22:49:39.986436 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.990041 --- ParallelTerminationStrategy: PID 108 died...
22:49:39.991503 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.995132 --- ParallelTerminationStrategy: PID 109 died...
22:49:39.996606 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.000227 --- ParallelTerminationStrategy: PID 110 died...
22:49:40.001694 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.005314 --- ParallelTerminationStrategy: PID 111 died...
22:49:40.006774 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.010412 --- ParallelTerminationStrategy: PID 112 died...
22:49:40.011880 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.015513 --- ParallelTerminationStrategy: PID 113 died...
22:49:40.016982 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.020618 --- ParallelTerminationStrategy: PID 114 died...
22:49:40.022091 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.025728 --- ParallelTerminationStrategy: PID 115 died...
22:49:40.027187 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.030839 --- ParallelTerminationStrategy: PID 116 died...
22:49:40.032311 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.035934 --- ParallelTerminationStrategy: PID 117 died...
22:49:40.037401 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.041063 --- ParallelTerminationStrategy: PID 118 died...
22:49:40.042530 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.046167 --- ParallelTerminationStrategy: PID 119 died...
22:49:40.047641 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.051287 --- ParallelTerminationStrategy: PID 120 died...
22:49:40.052764 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.056392 --- ParallelTerminationStrategy: PID 121 died...
22:49:40.057880 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.061525 --- ParallelTerminationStrategy: PID 122 died...
22:49:40.062987 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.066627 --- ParallelTerminationStrategy: PID 123 died...
22:49:40.068100 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.071758 --- ParallelTerminationStrategy: PID 124 died...
22:49:40.073243 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.076979 --- ParallelTerminationStrategy: PID 125 died...
22:49:40.078457 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.082114 --- ParallelTerminationStrategy: PID 126 died...
22:49:40.083582 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.087198 --- ParallelTerminationStrategy: PID 127 died...
22:49:40.088682 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.092312 --- ParallelTerminationStrategy: PID 128 died...
22:49:40.093793 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.097427 --- ParallelTerminationStrategy: PID 129 died...
22:49:40.098900 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.102547 --- ParallelTerminationStrategy: PID 130 died...
22:49:40.104018 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.107640 --- ParallelTerminationStrategy: PID 131 died...
22:49:40.109122 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.112744 --- ParallelTerminationStrategy: PID 132 died...
22:49:40.114226 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.117861 --- ParallelTerminationStrategy: PID 133 died...
22:49:40.119333 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.122979 --- ParallelTerminationStrategy: PID 134 died...
22:49:40.124455 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.128081 --- ParallelTerminationStrategy: PID 135 died...
22:49:40.129551 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.133198 --- ParallelTerminationStrategy: PID 136 died...
22:49:40.134679 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.138321 --- ParallelTerminationStrategy: PID 137 died...
22:49:40.139784 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.143436 --- ParallelTerminationStrategy: PID 138 died...
22:49:40.144916 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.148558 --- ParallelTerminationStrategy: PID 139 died...
22:49:40.150022 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.153691 --- ParallelTerminationStrategy: PID 140 died...
22:49:40.155152 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.158794 --- ParallelTerminationStrategy: PID 141 died...
22:49:40.160256 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.163932 --- ParallelTerminationStrategy: PID 142 died...
22:49:40.165400 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.169084 --- ParallelTerminationStrategy: PID 143 died...
22:49:40.170573 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.174215 --- ParallelTerminationStrategy: PID 144 died...
22:49:40.175680 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.179335 --- ParallelTerminationStrategy: PID 145 died...
22:49:40.180805 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.184472 --- ParallelTerminationStrategy: PID 146 died...
22:49:40.185947 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.189606 --- ParallelTerminationStrategy: PID 147 died...
22:49:40.191076 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.194738 --- ParallelTerminationStrategy: PID 148 died...
22:49:40.196210 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.199864 --- ParallelTerminationStrategy: PID 149 died...
22:49:40.201342 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.204987 --- ParallelTerminationStrategy: PID 150 died...
22:49:40.206463 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.210113 --- ParallelTerminationStrategy: PID 151 died...
22:49:40.211588 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.215256 --- ParallelTerminationStrategy: PID 152 died...
22:49:40.216731 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.220395 --- ParallelTerminationStrategy: PID 153 died...
22:49:40.221872 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.225537 --- ParallelTerminationStrategy: PID 154 died...
22:49:40.227008 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.230654 --- ParallelTerminationStrategy: PID 155 died...
22:49:40.232114 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.235750 --- ParallelTerminationStrategy: PID 156 died...
22:49:40.237234 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.240873 --- ParallelTerminationStrategy: PID 157 died...
22:49:40.242343 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.245993 --- ParallelTerminationStrategy: PID 158 died...
22:49:40.247457 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.251122 --- ParallelTerminationStrategy: PID 159 died...
22:49:40.252586 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.256247 --- ParallelTerminationStrategy: PID 160 died...
22:49:40.257724 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.261401 --- ParallelTerminationStrategy: PID 161 died...
22:49:40.262868 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.266545 --- ParallelTerminationStrategy: PID 162 died...
22:49:40.268010 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.271677 --- ParallelTerminationStrategy: PID 163 died...
22:49:40.273156 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.276835 --- ParallelTerminationStrategy: PID 164 died...
22:49:40.278308 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.281977 --- ParallelTerminationStrategy: PID 165 died...
22:49:40.283444 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.287103 --- ParallelTerminationStrategy: PID 166 died...
22:49:40.288570 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.292235 --- ParallelTerminationStrategy: PID 167 died...
22:49:40.293729 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.297395 --- ParallelTerminationStrategy: PID 168 died...
22:49:40.298874 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.302550 --- ParallelTerminationStrategy: PID 169 died...
22:49:40.304025 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.307684 --- ParallelTerminationStrategy: PID 170 died...
22:49:40.309163 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.312835 --- ParallelTerminationStrategy: PID 171 died...
22:49:40.314314 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.317994 --- ParallelTerminationStrategy: PID 172 died...
22:49:40.319468 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.323126 --- ParallelTerminationStrategy: PID 173 died...
22:49:40.324599 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.328273 --- ParallelTerminationStrategy: PID 174 died...
22:49:40.329751 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.333425 --- ParallelTerminationStrategy: PID 175 died...
22:49:40.334901 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.338561 --- ParallelTerminationStrategy: PID 176 died...
22:49:40.340036 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.343693 --- ParallelTerminationStrategy: PID 177 died...
22:49:40.345178 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.348848 --- ParallelTerminationStrategy: PID 178 died...
22:49:40.350319 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.354016 --- ParallelTerminationStrategy: PID 179 died...
22:49:40.355496 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.359158 --- ParallelTerminationStrategy: PID 180 died...
22:49:40.360638 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.364307 --- ParallelTerminationStrategy: PID 181 died...
22:49:40.365792 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.369457 --- ParallelTerminationStrategy: PID 182 died...
22:49:40.370934 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.374589 --- ParallelTerminationStrategy: PID 183 died...
22:49:40.376055 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.379714 --- ParallelTerminationStrategy: PID 184 died...
22:49:40.381180 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.384841 --- ParallelTerminationStrategy: PID 185 died...
22:49:40.386306 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.389957 --- ParallelTerminationStrategy: PID 186 died...
22:49:40.391429 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.395086 --- ParallelTerminationStrategy: PID 187 died...
22:49:40.396542 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.400206 --- ParallelTerminationStrategy: PID 188 died...
22:49:40.401669 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.405329 --- ParallelTerminationStrategy: PID 189 died...
22:49:40.406804 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.410458 --- ParallelTerminationStrategy: PID 190 died...
22:49:40.411929 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.415608 --- ParallelTerminationStrategy: PID 191 died...
22:49:40.417081 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.420758 --- ParallelTerminationStrategy: PID 192 died...
22:49:40.422231 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.425888 --- ParallelTerminationStrategy: PID 193 died...
22:49:40.427360 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.431030 --- ParallelTerminationStrategy: PID 194 died...
22:49:40.432501 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.436163 --- ParallelTerminationStrategy: PID 195 died...
22:49:40.437641 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.441292 --- ParallelTerminationStrategy: PID 196 died...
22:49:40.442763 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.446430 --- ParallelTerminationStrategy: PID 197 died...
22:49:40.447914 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.451579 --- ParallelTerminationStrategy: PID 198 died...
22:49:40.453058 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.456711 --- ParallelTerminationStrategy: PID 199 died...
22:49:40.458189 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.461851 --- ParallelTerminationStrategy: PID 200 died...
22:49:40.463316 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.466974 --- ParallelTerminationStrategy: PID 201 died...
22:49:40.468447 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.472115 --- ParallelTerminationStrategy: PID 202 died...
22:49:40.473592 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.477327 --- ParallelTerminationStrategy: PID 203 died...
22:49:40.478801 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.482468 --- ParallelTerminationStrategy: PID 204 died...
22:49:40.483935 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.487596 --- ParallelTerminationStrategy: PID 205 died...
22:49:40.489070 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.492749 --- ParallelTerminationStrategy: PID 206 died...
22:49:40.494216 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.497855 --- ParallelTerminationStrategy: PID 207 died...
22:49:40.499322 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.502989 --- ParallelTerminationStrategy: PID 208 died...
22:49:40.504461 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.508121 --- ParallelTerminationStrategy: PID 209 died...
22:49:40.509602 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.513259 --- ParallelTerminationStrategy: PID 210 died...
22:49:40.514742 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.518430 --- ParallelTerminationStrategy: PID 211 died...
22:49:40.519911 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.523587 --- ParallelTerminationStrategy: PID 212 died...
22:49:40.525081 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.528736 --- ParallelTerminationStrategy: PID 213 died...
22:49:40.530207 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.533882 --- ParallelTerminationStrategy: PID 214 died...
22:49:40.535360 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.539019 --- ParallelTerminationStrategy: PID 215 died...
22:49:40.540495 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.544152 --- ParallelTerminationStrategy: PID 216 died...
22:49:40.545625 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.549297 --- ParallelTerminationStrategy: PID 217 died...
22:49:40.550775 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.554440 --- ParallelTerminationStrategy: PID 218 died...
22:49:40.555924 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.559619 --- ParallelTerminationStrategy: PID 219 died...
22:49:40.561115 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.564779 --- ParallelTerminationStrategy: PID 220 died...
22:49:40.566256 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.569898 --- ParallelTerminationStrategy: PID 221 died...
22:49:40.571380 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.575047 --- ParallelTerminationStrategy: PID 222 died...
22:49:40.576533 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.580206 --- ParallelTerminationStrategy: PID 223 died...
22:49:40.581688 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.585351 --- ParallelTerminationStrategy: PID 224 died...
22:49:40.586824 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.590500 --- ParallelTerminationStrategy: PID 225 died...
22:49:40.591984 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.595648 --- ParallelTerminationStrategy: PID 226 died...
22:49:40.597133 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.600812 --- ParallelTerminationStrategy: PID 227 died...
22:49:40.602287 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.605942 --- ParallelTerminationStrategy: PID 228 died...
22:49:40.607413 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.611084 --- ParallelTerminationStrategy: PID 229 died...
22:49:40.612562 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.616253 --- ParallelTerminationStrategy: PID 230 died...
22:49:40.617755 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.621442 --- ParallelTerminationStrategy: PID 231 died...
22:49:40.622925 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.626609 --- ParallelTerminationStrategy: PID 232 died...
22:49:40.628103 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.631821 --- ParallelTerminationStrategy: PID 233 died...
22:49:40.633317 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.637015 --- ParallelTerminationStrategy: PID 234 died...
22:49:40.638626 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.043087 --- ParallelTerminationStrategy: PID 34 died...
22:49:44.049150 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8208 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.135700 tst trial-8208: Storing JUnit report in /build/trial-8208/run.2026-01-11_22-48-17/trial-8208.xml
--------------------------------------------------------------------------------------------
trial-8208 PASS
--------------------------------------------------------------------------------------------
22:49:44.147906 tst trial-8208: trial-8208: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8208/inst
+ cd trial-8208
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-01-11 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8208-run.tgz run.2026-01-11_22-48-17
+ tar czf /build/trial-8208-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-01-11_13_26_05.tgz osmo-bts-oc2g.build-2026-01-11_22_14_10.tgz osmo-bts-sysmo.build-2026-01-11_22_14_11.tgz osmo-bts.build-2026-01-11_22_14_12.tgz osmo-ggsn.build-2026-01-11_20_42_32.tgz osmo-hlr.build-2026-01-11_16_36_48.tgz osmo-hnbgw.build-2026-01-11_13_31_15.tgz osmo-mgw.build-2026-01-11_08_33_12.tgz osmo-msc.build-2026-01-11_13_35_29.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-01-11_07_34_10.tgz osmo-pcu-sysmo.build-2026-01-11_07_37_41.tgz osmo-pcu.build-2026-01-11_07_37_54.tgz osmo-sgsn.build-2026-01-11_20_48_14.tgz osmo-stp.build-2026-01-11_13_23_10.tgz osmo-trx.build-2026-01-11_14_30_44.tgz osmocom-bb.build-2026-01-10_23_59_23.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