Skipping 14 KB..
Full LogCopied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6801
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9347751321674099547.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-7857
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
29206c0 osmo-pcap-master: depend on libosmo-netif
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [20/28] WORKDIR /TMP
#7 CACHED
#8 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED
#9 [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
#9 CACHED
#10 [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
#10 CACHED
#11 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#11 CACHED
#12 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#12 CACHED
#13 [ 8/28] RUN MKDIR /var/run/sshd
#13 CACHED
#14 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#14 CACHED
#15 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#15 CACHED
#16 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#16 CACHED
#17 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#17 CACHED
#18 [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
#18 CACHED
#19 [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
#19 CACHED
#20 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#20 CACHED
#21 [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
#21 CACHED
#22 [ 2/28] RUN useradd -ms /bin/bash jenkins
#22 CACHED
#23 [ 3/28] RUN groupadd osmo-gsm-tester
#23 CACHED
#24 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#26 CACHED
#27 [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
#27 CACHED
#28 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#28 CACHED
#29 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#29 CACHED
#30 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#30 CACHED
#31 [ 9/28] COPY SSH /root/.ssh
#31 CACHED
#32 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f71d276149cb67dc762d15e78b8d45d1ba7c47ea52691fd32f6b2539cc313c06 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7858 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-01-26 22:48:21
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7858
+ mkdir -p trial-7858
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-26_13_28_22.tgz osmo-bts-oc2g.build-2025-01-26_00_51_25.tgz osmo-bts-sysmo.build-2025-01-26_00_51_23.tgz osmo-bts.build-2025-01-26_00_51_36.tgz osmo-ggsn.build-2025-01-26_20_42_33.tgz osmo-hlr.build-2025-01-26_16_37_03.tgz osmo-hnbgw.build-2025-01-26_13_28_33.tgz osmo-mgw.build-2025-01-26_08_33_12.tgz osmo-msc.build-2025-01-26_13_32_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-26_07_40_46.tgz osmo-pcu-sysmo.build-2025-01-26_07_40_38.tgz osmo-pcu.build-2025-01-26_07_40_49.tgz osmo-sgsn.build-2025-01-26_20_49_00.tgz osmo-stp.build-2025-01-26_13_25_18.tgz osmo-trx.build-2025-01-26_14_26_56.tgz osmocom-bb.build-2025-01-26_21_17_08.tgz srslte.build-19.tgz trial-7858
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-26_13_28_22.md5 osmo-bts-oc2g.build-2025-01-26_00_51_25.md5 osmo-bts-sysmo.build-2025-01-26_00_51_23.md5 osmo-bts.build-2025-01-26_00_51_36.md5 osmo-ggsn.build-2025-01-26_20_42_33.md5 osmo-hlr.build-2025-01-26_16_37_03.md5 osmo-hnbgw.build-2025-01-26_13_28_33.md5 osmo-mgw.build-2025-01-26_08_33_12.md5 osmo-msc.build-2025-01-26_13_32_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-26_07_40_46.md5 osmo-pcu-sysmo.build-2025-01-26_07_40_38.md5 osmo-pcu.build-2025-01-26_07_40_49.md5 osmo-sgsn.build-2025-01-26_20_49_00.md5 osmo-stp.build-2025-01-26_13_25_18.md5 osmo-trx.build-2025-01-26_14_26_56.md5 osmocom-bb.build-2025-01-26_21_17_08.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-26_13_28_22.md5 osmo-bts-oc2g.build-2025-01-26_00_51_25.md5 osmo-bts-sysmo.build-2025-01-26_00_51_23.md5 osmo-bts.build-2025-01-26_00_51_36.md5 osmo-ggsn.build-2025-01-26_20_42_33.md5 osmo-hlr.build-2025-01-26_16_37_03.md5 osmo-hnbgw.build-2025-01-26_13_28_33.md5 osmo-mgw.build-2025-01-26_08_33_12.md5 osmo-msc.build-2025-01-26_13_32_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-26_07_40_46.md5 osmo-pcu-sysmo.build-2025-01-26_07_40_38.md5 osmo-pcu.build-2025-01-26_07_40_49.md5 osmo-sgsn.build-2025-01-26_20_49_00.md5 osmo-stp.build-2025-01-26_13_25_18.md5 osmo-trx.build-2025-01-26_14_26_56.md5 osmocom-bb.build-2025-01-26_21_17_08.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-7858 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7858'
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-7858
--------------------------------------------------------------------------------------------
22:48:21.522037 tst trial-7858: Detailed log at /build/trial-7858/run.2025-01-26_22-48-21/log
---------------------------------------------------------------------
trial-7858 netreg_mass
---------------------------------------------------------------------
22:48:21.728618 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.728990 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.729803 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.731035 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.769278 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.770593 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.771900 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.843018 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-7858 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.844780 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.860734 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.861397 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.861906 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.862360 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.862832 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.863303 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.863767 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.918175 tst register_default_mass.py: using LAC 2
22:48:21.953860 tst register_default_mass.py: using RAC 2
22:48:22.000464 tst register_default_mass.py: using CellId 2
22:48:22.039968 tst register_default_mass.py: using BVCI 3
22:48:22.053376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.054306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.055037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.055725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.056308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.056892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.057432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.057994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.058542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.059087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.059612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.060129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.060697 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.061243 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.061775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.062315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.062846 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.063369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.063899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.064424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.064941 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.065475 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.066026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.066558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.067085 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.067618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.068146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.068694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.069250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.069784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.070306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.070841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.071381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.071905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.072432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.072974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.073492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.074013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.074526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.075069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.075583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.076107 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.076651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.077175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.077701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.078224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.078733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.079258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.079780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.080296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.080824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.081350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.081864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.082375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.082899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.083429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.083948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.084475 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.085005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.085511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.086020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.086533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.087057 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.087573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.088081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.088609 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.089129 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.089644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.090169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.090678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.091200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.091730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.092317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.092832 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.093355 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.093864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.094360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.094862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.095389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.095898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.096419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.096936 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.097676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.098187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.098703 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.099204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.099710 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.100232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.100746 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.101257 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.101773 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.102288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.102799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.103306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.103821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.104322 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.104826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.105346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.105855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.106362 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.106877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.107444 tst register_default_mass.py:21: Launching a simple network
22:48:22.117706 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.239687 run create_hlr_db(pid=20): Launched
22:48:23.262042 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.281939 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.297008 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.302680 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.469861 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.485183 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.490919 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.916202 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.931934 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.943186 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.058957 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.073999 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.079797 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.104148 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.119617 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.125529 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.441816 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.457429 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.476259 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.627474 run osmo-bts-virtual(pid=34): Launched
22:48:34.672422 tst register_default_mass.py: using MSISDN 1001
22:48:34.678536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.791611 tst register_default_mass.py: using MSISDN 1002
22:48:34.797585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.894666 tst register_default_mass.py: using MSISDN 1003
22:48:34.900495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.973301 tst register_default_mass.py: using MSISDN 1004
22:48:34.981163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.060146 tst register_default_mass.py: using MSISDN 1005
22:48:35.066079 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.151331 tst register_default_mass.py: using MSISDN 1006
22:48:35.157406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.247625 tst register_default_mass.py: using MSISDN 1007
22:48:35.253200 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.342011 tst register_default_mass.py: using MSISDN 1008
22:48:35.347957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.455757 tst register_default_mass.py: using MSISDN 1009
22:48:35.463530 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.552503 tst register_default_mass.py: using MSISDN 1010
22:48:35.560367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.629165 tst register_default_mass.py: using MSISDN 1011
22:48:35.634963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.719354 tst register_default_mass.py: using MSISDN 1012
22:48:35.725367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.807655 tst register_default_mass.py: using MSISDN 1013
22:48:35.813610 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.919591 tst register_default_mass.py: using MSISDN 1014
22:48:35.925503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.030524 tst register_default_mass.py: using MSISDN 1015
22:48:36.038513 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.145077 tst register_default_mass.py: using MSISDN 1016
22:48:36.154844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.254746 tst register_default_mass.py: using MSISDN 1017
22:48:36.260424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.363083 tst register_default_mass.py: using MSISDN 1018
22:48:36.368996 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.468737 tst register_default_mass.py: using MSISDN 1019
22:48:36.474783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.565158 tst register_default_mass.py: using MSISDN 1020
22:48:36.570930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.653552 tst register_default_mass.py: using MSISDN 1021
22:48:36.659287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.727750 tst register_default_mass.py: using MSISDN 1022
22:48:36.733384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.810553 tst register_default_mass.py: using MSISDN 1023
22:48:36.816395 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.899695 tst register_default_mass.py: using MSISDN 1024
22:48:36.905681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.996124 tst register_default_mass.py: using MSISDN 1025
22:48:37.002116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.111340 tst register_default_mass.py: using MSISDN 1026
22:48:37.117425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.197197 tst register_default_mass.py: using MSISDN 1027
22:48:37.202862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.289261 tst register_default_mass.py: using MSISDN 1028
22:48:37.295040 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.372604 tst register_default_mass.py: using MSISDN 1029
22:48:37.380483 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.465377 tst register_default_mass.py: using MSISDN 1030
22:48:37.471346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.535807 tst register_default_mass.py: using MSISDN 1031
22:48:37.545812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.610907 tst register_default_mass.py: using MSISDN 1032
22:48:37.616617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.701965 tst register_default_mass.py: using MSISDN 1033
22:48:37.707607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.791185 tst register_default_mass.py: using MSISDN 1034
22:48:37.797992 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.877853 tst register_default_mass.py: using MSISDN 1035
22:48:37.883565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.968853 tst register_default_mass.py: using MSISDN 1036
22:48:37.978553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.051956 tst register_default_mass.py: using MSISDN 1037
22:48:38.058211 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.133114 tst register_default_mass.py: using MSISDN 1038
22:48:38.138653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.227444 tst register_default_mass.py: using MSISDN 1039
22:48:38.234141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.334762 tst register_default_mass.py: using MSISDN 1040
22:48:38.340389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.455151 tst register_default_mass.py: using MSISDN 1041
22:48:38.461802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.568188 tst register_default_mass.py: using MSISDN 1042
22:48:38.574150 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.646852 tst register_default_mass.py: using MSISDN 1043
22:48:38.668300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.740373 tst register_default_mass.py: using MSISDN 1044
22:48:38.750553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.829089 tst register_default_mass.py: using MSISDN 1045
22:48:38.836844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.912712 tst register_default_mass.py: using MSISDN 1046
22:48:38.918605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.012887 tst register_default_mass.py: using MSISDN 1047
22:48:39.018871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.115224 tst register_default_mass.py: using MSISDN 1048
22:48:39.121116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.214428 tst register_default_mass.py: using MSISDN 1049
22:48:39.225197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.320326 tst register_default_mass.py: using MSISDN 1050
22:48:39.326426 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.416832 tst register_default_mass.py: using MSISDN 1051
22:48:39.422819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.494264 tst register_default_mass.py: using MSISDN 1052
22:48:39.500115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.576425 tst register_default_mass.py: using MSISDN 1053
22:48:39.584374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.707174 tst register_default_mass.py: using MSISDN 1054
22:48:39.713229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.803621 tst register_default_mass.py: using MSISDN 1055
22:48:39.809842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.877147 tst register_default_mass.py: using MSISDN 1056
22:48:39.884700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.953784 tst register_default_mass.py: using MSISDN 1057
22:48:39.959681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.033831 tst register_default_mass.py: using MSISDN 1058
22:48:40.039830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.121200 tst register_default_mass.py: using MSISDN 1059
22:48:40.127035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.203854 tst register_default_mass.py: using MSISDN 1060
22:48:40.209743 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.288218 tst register_default_mass.py: using MSISDN 1061
22:48:40.294252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.384728 tst register_default_mass.py: using MSISDN 1062
22:48:40.390590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.462609 tst register_default_mass.py: using MSISDN 1063
22:48:40.468485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.551104 tst register_default_mass.py: using MSISDN 1064
22:48:40.557017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.637141 tst register_default_mass.py: using MSISDN 1065
22:48:40.644894 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.732732 tst register_default_mass.py: using MSISDN 1066
22:48:40.739654 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.821504 tst register_default_mass.py: using MSISDN 1067
22:48:40.827428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.907506 tst register_default_mass.py: using MSISDN 1068
22:48:40.913837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.993457 tst register_default_mass.py: using MSISDN 1069
22:48:40.999594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.076518 tst register_default_mass.py: using MSISDN 1070
22:48:41.086740 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.164738 tst register_default_mass.py: using MSISDN 1071
22:48:41.170674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.376518 tst register_default_mass.py: using MSISDN 1072
22:48:41.382534 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.464286 tst register_default_mass.py: using MSISDN 1073
22:48:41.470180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.634446 tst register_default_mass.py: using MSISDN 1074
22:48:41.641399 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.720301 tst register_default_mass.py: using MSISDN 1075
22:48:41.726293 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.818320 tst register_default_mass.py: using MSISDN 1076
22:48:41.824334 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.915487 tst register_default_mass.py: using MSISDN 1077
22:48:41.922097 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.030331 tst register_default_mass.py: using MSISDN 1078
22:48:42.037609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.140598 tst register_default_mass.py: using MSISDN 1079
22:48:42.150537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.248334 tst register_default_mass.py: using MSISDN 1080
22:48:42.254328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.361374 tst register_default_mass.py: using MSISDN 1081
22:48:42.368965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.756860 tst register_default_mass.py: using MSISDN 1082
22:48:42.762851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.853369 tst register_default_mass.py: using MSISDN 1083
22:48:42.859446 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.942057 tst register_default_mass.py: using MSISDN 1084
22:48:42.951121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.027361 tst register_default_mass.py: using MSISDN 1085
22:48:43.033542 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.107444 tst register_default_mass.py: using MSISDN 1086
22:48:43.113509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.189013 tst register_default_mass.py: using MSISDN 1087
22:48:43.194974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.273835 tst register_default_mass.py: using MSISDN 1088
22:48:43.279827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.360039 tst register_default_mass.py: using MSISDN 1089
22:48:43.365954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.447402 tst register_default_mass.py: using MSISDN 1090
22:48:43.453433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.529681 tst register_default_mass.py: using MSISDN 1091
22:48:43.535697 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.619724 tst register_default_mass.py: using MSISDN 1092
22:48:43.625701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.689559 tst register_default_mass.py: using MSISDN 1093
22:48:43.695447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.821082 tst register_default_mass.py: using MSISDN 1094
22:48:43.828661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.903358 tst register_default_mass.py: using MSISDN 1095
22:48:43.909498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.981630 tst register_default_mass.py: using MSISDN 1096
22:48:43.987648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.057521 tst register_default_mass.py: using MSISDN 1097
22:48:44.063568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.147844 tst register_default_mass.py: using MSISDN 1098
22:48:44.155841 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.262782 tst register_default_mass.py: using MSISDN 1099
22:48:44.268543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.337166 tst register_default_mass.py: using MSISDN 1100
22:48:44.342762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.463798 run mass: Starting testcase
22:48:44.469520 run mass: Pre-launching all virtphy's
22:48:44.475054 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.488223 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.494403 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.507673 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.513769 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.526721 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.532756 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.545728 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.551705 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.564495 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.570561 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.583668 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.589971 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.603524 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.609818 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.623388 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.629695 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.642762 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.648798 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.661882 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.668192 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.681773 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.688142 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.701732 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.707990 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.721574 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.727855 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.741448 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.747716 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.761382 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.767500 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.780539 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.786570 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.799713 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.805949 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.818993 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.825083 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.837923 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.843969 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.856961 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.862960 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.875922 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.881969 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.894836 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.901000 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.914280 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.920500 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.933822 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.940100 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.953325 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.959596 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.973146 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.979470 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.993198 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.999525 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.013082 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.019396 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.033061 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.039263 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.052612 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.058835 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.072464 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.078699 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.091958 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.098109 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.111195 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.117251 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.130580 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.136753 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.150435 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.156795 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.170506 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.176925 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.190639 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.196660 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.209932 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.216286 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.229797 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.236174 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.249732 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.256018 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.269472 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.275755 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.289350 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.295628 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.309217 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.315548 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.329112 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.335424 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.349050 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.355323 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.368982 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.375304 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.388860 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.395311 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.409111 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.415449 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.429082 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.435379 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.448985 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.455226 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.468963 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.475220 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.488774 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.495023 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.508580 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.514860 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.527929 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.534016 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.547042 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.553053 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.566457 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.572742 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.586343 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.592651 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.606171 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.612483 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.626078 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.632399 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.645999 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.652264 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.665961 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.672214 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.685901 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.692268 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.706781 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.715141 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.729110 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.735455 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.749130 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.755750 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.769463 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.775788 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.789443 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.795857 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.809433 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.815696 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.829294 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.835547 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.849042 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.855326 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.868912 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.875368 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.888965 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.895412 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.908959 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.915319 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.928906 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.935196 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.948874 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.955594 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.969848 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.976186 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.989457 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.995531 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.008302 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.014287 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.027303 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.033345 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.046169 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.052571 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.066330 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.072591 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.086227 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.092638 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.105934 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.112256 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.125664 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.132165 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.145731 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.152469 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.166237 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.172741 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.186911 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.193698 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.207601 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.214044 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.227868 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.234274 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.247573 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.253778 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.267083 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.273441 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.287318 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.293828 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.307613 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.313952 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.327824 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.334294 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.347750 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.353994 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.367731 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.373834 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.387635 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.393945 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.407382 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.414060 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.428389 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.434821 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.448669 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.454791 run mass: Checking if sockets are in the filesystem
22:48:46.467139 run osmo-ms-mob/00000: Starting mobile
22:48:46.480700 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.492998 run mass: MS start registered {at=1162632.196346396, delay=0.005962838185951114, ms=00000}
22:48:50.667182 run osmo-ms-mob/00001: Starting mobile
22:48:50.680540 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.691956 run mass: MS start registered {at=1162636.395303825, delay=0.005068965954706073, ms=00001}
22:48:52.104176 run mass: MS performed LU {at=1162637.807492154, lu_delay=5.611145757837221, ms=00000}
22:48:52.467096 run osmo-ms-mob/00002: Starting mobile
22:48:52.480836 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.492835 run mass: MS start registered {at=1162638.196177767, delay=0.005445180926471949, ms=00002}
22:48:53.771206 run osmo-ms-mob/00003: Starting mobile
22:48:53.784362 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.795214 run mass: MS start registered {at=1162639.49856444, delay=0.004804417956620455, ms=00003}
22:48:54.869182 run osmo-ms-mob/00004: Starting mobile
22:48:54.885337 run osmo-ms-mob/00004(pid=139): Launched
22:48:54.896709 run mass: MS start registered {at=1162640.600049411, delay=0.005037892842665315, ms=00004}
22:48:55.868427 run osmo-ms-mob/00005: Starting mobile
22:48:55.882644 run osmo-ms-mob/00005(pid=140): Launched
22:48:55.889150 run mass: MS performed LU {at=1162641.59250488, lu_delay=5.197201055008918, ms=00001}
22:48:55.895293 run mass: MS start registered {at=1162641.598657413, delay=0.006173410918563604, ms=00005}
22:48:56.767638 run osmo-ms-mob/00006: Starting mobile
22:48:56.784479 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.795574 run mass: MS start registered {at=1162642.498924361, delay=0.004769633989781141, ms=00006}
22:48:57.670050 run osmo-ms-mob/00007: Starting mobile
22:48:57.683581 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.694491 run mass: MS start registered {at=1162643.397842768, delay=0.00463848514482379, ms=00007}
22:48:57.771993 run mass: MS performed LU {at=1162643.475234277, lu_delay=5.279056510189548, ms=00002}
22:48:58.466623 run osmo-ms-mob/00008: Starting mobile
22:48:58.481337 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.492226 run mass: MS start registered {at=1162644.195575591, delay=0.0047873640432953835, ms=00008}
22:48:59.173886 run osmo-ms-mob/00009: Starting mobile
22:48:59.189415 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.200512 run mass: MS start registered {at=1162644.903859974, delay=0.004750870866701007, ms=00009}
22:48:59.635857 run mass: MS performed LU {at=1162645.339178118, lu_delay=5.840613677864894, ms=00003}
22:48:59.682301 run mass: MS performed LU {at=1162645.385637371, lu_delay=4.785587960155681, ms=00004}
22:48:59.865987 run osmo-ms-mob/00010: Starting mobile
22:48:59.879356 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.889950 run mass: MS start registered {at=1162645.593297379, delay=0.004590396070852876, ms=00010}
22:49:00.467090 run osmo-ms-mob/00011: Starting mobile
22:49:00.480175 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.491412 run mass: MS start registered {at=1162646.194755051, delay=0.004643822088837624, ms=00011}
22:49:01.070423 run osmo-ms-mob/00012: Starting mobile
22:49:01.083568 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.094756 run mass: MS start registered {at=1162646.798084601, delay=0.0048006989527493715, ms=00012}
22:49:01.537060 run mass: MS performed LU {at=1162647.240390683, lu_delay=4.741466321982443, ms=00006}
22:49:01.583768 run mass: MS performed LU {at=1162647.287086453, lu_delay=5.688429040135816, ms=00005}
22:49:01.596267 run osmo-ms-mob/00013: Starting mobile
22:49:01.610027 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.621107 run mass: MS start registered {at=1162647.324456069, delay=0.0048683020286262035, ms=00013}
22:49:02.268420 run osmo-ms-mob/00014: Starting mobile
22:49:02.282569 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.294199 run mass: MS start registered {at=1162647.997539371, delay=0.00522991712205112, ms=00014}
22:49:02.872373 run osmo-ms-mob/00015: Starting mobile
22:49:02.887510 run osmo-ms-mob/00015(pid=150): Launched
22:49:02.898455 run mass: MS start registered {at=1162648.601812871, delay=0.0040242348331958055, ms=00015}
22:49:03.384678 run osmo-ms-mob/00016: Starting mobile
22:49:03.398710 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.405036 run mass: MS performed LU {at=1162649.108391621, lu_delay=4.912816029973328, ms=00008}
22:49:03.410939 run mass: MS start registered {at=1162649.114306305, delay=0.005932089174166322, ms=00016}
22:49:03.448468 run mass: MS performed LU {at=1162649.151779194, lu_delay=5.75393642578274, ms=00007}
22:49:03.866730 run osmo-ms-mob/00017: Starting mobile
22:49:03.880640 run osmo-ms-mob/00017(pid=152): Launched
22:49:03.891798 run mass: MS start registered {at=1162649.595150237, delay=0.0033419199753552675, ms=00017}
22:49:04.467835 run osmo-ms-mob/00018: Starting mobile
22:49:04.481533 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.493309 run mass: MS start registered {at=1162650.196642145, delay=0.004932836163789034, ms=00018}
22:49:04.867018 run osmo-ms-mob/00019: Starting mobile
22:49:04.881184 run osmo-ms-mob/00019(pid=154): Launched
22:49:04.892185 run mass: MS start registered {at=1162650.595535656, delay=0.0047588099259883165, ms=00019}
22:49:05.303260 run mass: MS performed LU {at=1162651.006595355, lu_delay=5.413297975901514, ms=00010}
22:49:05.314961 run osmo-ms-mob/00020: Starting mobile
22:49:05.328492 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.339604 run mass: MS start registered {at=1162651.042951264, delay=0.004861454013735056, ms=00020}
22:49:05.348824 run mass: MS performed LU {at=1162651.052175348, lu_delay=6.148315374040976, ms=00009}
22:49:05.418483 run mass: MS performed LU {at=1162651.121806469, lu_delay=4.927051417995244, ms=00011}
22:49:05.867278 run osmo-ms-mob/00021: Starting mobile
22:49:05.880684 run osmo-ms-mob/00021(pid=156): Launched
22:49:05.892046 run mass: MS start registered {at=1162651.595390731, delay=0.005115679930895567, ms=00021}
22:49:06.271334 run osmo-ms-mob/00022: Starting mobile
22:49:06.297750 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.315924 run mass: MS start registered {at=1162652.019264323, delay=0.006396259879693389, ms=00022}
22:49:06.768722 run osmo-ms-mob/00023: Starting mobile
22:49:06.782575 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.797903 run mass: MS start registered {at=1162652.501231828, delay=0.008382203057408333, ms=00023}
22:49:07.084594 run mass: MS performed LU {at=1162652.787924307, lu_delay=4.7903849359136075, ms=00014}
22:49:07.096790 run osmo-ms-mob/00024: Starting mobile
22:49:07.110306 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.121628 run mass: MS start registered {at=1162652.824969893, delay=0.005082379095256329, ms=00024}
22:49:07.167040 run mass: MS performed LU {at=1162652.870378878, lu_delay=5.5459228090476245, ms=00013}
22:49:07.667349 run osmo-ms-mob/00025: Starting mobile
22:49:07.681298 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.693403 run mass: MS start registered {at=1162653.396748974, delay=0.0042695419397205114, ms=00025}
22:49:08.067293 run osmo-ms-mob/00026: Starting mobile
22:49:08.081583 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.092849 run mass: MS start registered {at=1162653.796205133, delay=0.004768738988786936, ms=00026}
22:49:08.467300 run osmo-ms-mob/00027: Starting mobile
22:49:08.481248 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.492832 run mass: MS start registered {at=1162654.196185922, delay=0.005133444909006357, ms=00027}
22:49:08.867155 run osmo-ms-mob/00028: Starting mobile
22:49:08.880382 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.891277 run mass: MS start registered {at=1162654.594626591, delay=0.004899451043456793, ms=00028}
22:49:09.069350 run mass: MS performed LU {at=1162654.77266975, lu_delay=6.170856879092753, ms=00015}
22:49:09.114743 run mass: MS performed LU {at=1162654.818078458, lu_delay=5.222928221104667, ms=00017}
22:49:09.126648 run osmo-ms-mob/00029: Starting mobile
22:49:09.140192 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.151392 run mass: MS start registered {at=1162654.854742394, delay=0.004939886974170804, ms=00029}
22:49:09.184692 run mass: MS performed LU {at=1162654.888022999, lu_delay=5.773716693976894, ms=00016}
22:49:09.220970 run mass: MS performed LU {at=1162654.924302982, lu_delay=4.727660836884752, ms=00018}
22:49:09.668821 run osmo-ms-mob/00030: Starting mobile
22:49:09.682569 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.694408 run mass: MS start registered {at=1162655.397737262, delay=0.005450691096484661, ms=00030}
22:49:10.067098 run osmo-ms-mob/00031: Starting mobile
22:49:10.080890 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.092887 run mass: MS start registered {at=1162655.796216009, delay=0.004422830883413553, ms=00031}
22:49:10.367183 run osmo-ms-mob/00032: Starting mobile
22:49:10.381305 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.393636 run mass: MS start registered {at=1162656.096951899, delay=0.005911353975534439, ms=00032}
22:49:10.767545 run osmo-ms-mob/00033: Starting mobile
22:49:10.781134 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.792228 run mass: MS start registered {at=1162656.495579514, delay=0.0048087239265441895, ms=00033}
22:49:10.850558 run mass: MS performed LU {at=1162656.553892821, lu_delay=5.510941557120532, ms=00020}
22:49:10.887471 run mass: MS performed LU {at=1162656.590804604, lu_delay=5.995268948143348, ms=00019}
22:49:10.933231 run mass: MS performed LU {at=1162656.636568559, lu_delay=5.041177828097716, ms=00021}
22:49:10.945090 run osmo-ms-mob/00034: Starting mobile
22:49:10.958888 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.970326 run mass: MS start registered {at=1162656.673684244, delay=0.004993011010810733, ms=00034}
22:49:11.141408 run mass: MS performed LU {at=1162656.84473987, lu_delay=4.8254755469970405, ms=00022}
22:49:11.467467 run osmo-ms-mob/00035: Starting mobile
22:49:11.481165 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.492531 run mass: MS start registered {at=1162657.195879718, delay=0.004891856107860804, ms=00035}
22:49:11.868339 run osmo-ms-mob/00036: Starting mobile
22:49:11.882141 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.894363 run mass: MS start registered {at=1162657.597699467, delay=0.005924181081354618, ms=00036}
22:49:12.268484 run osmo-ms-mob/00037: Starting mobile
22:49:12.282521 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.293867 run mass: MS start registered {at=1162657.997216795, delay=0.005030913045629859, ms=00037}
22:49:12.571840 run osmo-ms-mob/00038: Starting mobile
22:49:12.597166 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.616077 run mass: MS start registered {at=1162658.319409589, delay=0.007263323059305549, ms=00038}
22:49:12.835009 run mass: MS performed LU {at=1162658.538325567, lu_delay=5.713355673942715, ms=00024}
22:49:12.856403 run osmo-ms-mob/00039: Starting mobile
22:49:12.882167 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.893927 run mass: MS performed LU {at=1162658.597273599, lu_delay=5.200524624902755, ms=00025}
22:49:12.905268 run mass: MS start registered {at=1162658.608624417, delay=0.011380748124793172, ms=00039}
22:49:12.949708 run mass: MS performed LU {at=1162658.653029458, lu_delay=6.151797629892826, ms=00023}
22:49:12.986624 run mass: MS performed LU {at=1162658.689949261, lu_delay=4.893744128057733, ms=00026}
22:49:13.008317 run osmo-ms-mob/00040: Starting mobile
22:49:13.033889 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.045821 run mass: MS start registered {at=1162658.749167403, delay=4.5794062316417694e-05, ms=00040}
22:49:13.277625 run mass: MS performed LU {at=1162658.980947254, lu_delay=4.78476133197546, ms=00027}
22:49:13.567419 run osmo-ms-mob/00041: Starting mobile
22:49:13.581236 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.592815 run mass: MS start registered {at=1162659.296160751, delay=0.004817527020350099, ms=00041}
22:49:13.878426 run osmo-ms-mob/00042: Starting mobile
22:49:13.893217 run osmo-ms-mob/00042(pid=177): Launched
22:49:13.904766 run mass: MS start registered {at=1162659.608107678, delay=0.005068633006885648, ms=00042}
22:49:14.270072 run osmo-ms-mob/00043: Starting mobile
22:49:14.283958 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.295478 run mass: MS start registered {at=1162659.998826475, delay=0.00512697221711278, ms=00043}
22:49:14.567496 run osmo-ms-mob/00044: Starting mobile
22:49:14.581476 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.593052 run mass: MS start registered {at=1162660.296403887, delay=0.005235922988504171, ms=00044}
22:49:14.616298 run mass: MS performed LU {at=1162660.319638324, lu_delay=5.725011732894927, ms=00028}
22:49:14.698675 run mass: MS performed LU {at=1162660.402005586, lu_delay=5.547263192012906, ms=00029}
22:49:14.710382 run osmo-ms-mob/00045: Starting mobile
22:49:14.724148 run osmo-ms-mob/00045(pid=180): Launched
22:49:14.735426 run mass: MS start registered {at=1162660.438776065, delay=0.00495513784699142, ms=00045}
22:49:14.745109 run mass: MS performed LU {at=1162660.448457312, lu_delay=5.050720049999654, ms=00030}
22:49:14.888980 run mass: MS performed LU {at=1162660.592302623, lu_delay=4.796086614020169, ms=00031}
22:49:14.900706 run osmo-ms-mob/00046: Starting mobile
22:49:14.914419 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.925919 run mass: MS start registered {at=1162660.629254704, delay=0.004186483100056648, ms=00046}
22:49:15.467452 run osmo-ms-mob/00047: Starting mobile
22:49:15.481717 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.495523 run mass: MS start registered {at=1162661.198867062, delay=0.006512384163215756, ms=00047}
22:49:15.766821 run osmo-ms-mob/00048: Starting mobile
22:49:15.781139 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.793323 run mass: MS start registered {at=1162661.496673034, delay=0.005552235990762711, ms=00048}
22:49:16.066996 run osmo-ms-mob/00049: Starting mobile
22:49:16.081020 run osmo-ms-mob/00049(pid=184): Launched
22:49:16.092875 run mass: MS start registered {at=1162661.796209559, delay=0.005181828048080206, ms=00049}
22:49:16.369891 run osmo-ms-mob/00050: Starting mobile
22:49:16.383197 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.394665 run mass: MS start registered {at=1162662.098013621, delay=0.005140487104654312, ms=00050}
22:49:16.601970 run mass: MS performed LU {at=1162662.305218964, lu_delay=5.8096394499298185, ms=00033}
22:49:16.647218 run mass: MS performed LU {at=1162662.350553082, lu_delay=5.676868838025257, ms=00034}
22:49:16.659070 run osmo-ms-mob/00051: Starting mobile
22:49:16.672283 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.683792 run mass: MS start registered {at=1162662.387137592, delay=0.00512361410073936, ms=00051}
22:49:16.716899 run mass: MS performed LU {at=1162662.42017404, lu_delay=6.323222141014412, ms=00032}
22:49:16.754078 run mass: MS performed LU {at=1162662.457336897, lu_delay=4.85963742993772, ms=00036}
22:49:16.774749 run osmo-ms-mob/00052: Starting mobile
22:49:16.787748 run osmo-ms-mob/00052(pid=187): Launched
22:49:16.794080 run mass: MS performed LU {at=1162662.497436954, lu_delay=5.3015572358854115, ms=00035}
22:49:16.800068 run mass: MS start registered {at=1162662.503434033, delay=0.00601537898182869, ms=00052}
22:49:17.384472 run osmo-ms-mob/00053: Starting mobile
22:49:17.398612 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.409935 run mass: MS start registered {at=1162663.11328738, delay=0.0052910600788891315, ms=00053}
22:49:17.683245 run osmo-ms-mob/00054: Starting mobile
22:49:17.697627 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.708887 run mass: MS start registered {at=1162663.412236548, delay=0.005172017030417919, ms=00054}
22:49:17.974985 run osmo-ms-mob/00055: Starting mobile
22:49:17.988689 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.000332 run mass: MS start registered {at=1162663.703681665, delay=0.005098898895084858, ms=00055}
22:49:18.272217 run osmo-ms-mob/00056: Starting mobile
22:49:18.287151 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.298457 run mass: MS start registered {at=1162664.001804727, delay=0.005114567931741476, ms=00056}
22:49:18.464622 run mass: MS performed LU {at=1162664.167939585, lu_delay=6.170722789829597, ms=00037}
22:49:18.478946 run osmo-ms-mob/00057: Starting mobile
22:49:18.492273 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.503445 run mass: MS start registered {at=1162664.206793566, delay=0.004907295107841492, ms=00057}
22:49:18.511441 run mass: MS performed LU {at=1162664.214776181, lu_delay=5.606151763815433, ms=00039}
22:49:18.656257 run mass: MS performed LU {at=1162664.359504232, lu_delay=5.61033682897687, ms=00040}
22:49:18.691758 run mass: MS performed LU {at=1162664.395026897, lu_delay=5.098866146057844, ms=00041}
22:49:18.710220 run osmo-ms-mob/00058: Starting mobile
22:49:18.723487 run osmo-ms-mob/00058(pid=193): Launched
22:49:18.729810 run mass: MS performed LU {at=1162664.433168923, lu_delay=4.8250612451229244, ms=00042}
22:49:18.735826 run mass: MS start registered {at=1162664.439192808, delay=0.006042734952643514, ms=00058}
22:49:19.268047 run osmo-ms-mob/00059: Starting mobile
22:49:19.282374 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.294141 run mass: MS start registered {at=1162664.997482726, delay=0.005365004995837808, ms=00059}
22:49:19.567384 run osmo-ms-mob/00060: Starting mobile
22:49:19.581651 run osmo-ms-mob/00060(pid=195): Launched
22:49:19.593131 run mass: MS start registered {at=1162665.296483419, delay=0.00509647699072957, ms=00060}
22:49:19.966537 run osmo-ms-mob/00061: Starting mobile
22:49:19.980818 run osmo-ms-mob/00061(pid=196): Launched
22:49:19.992541 run mass: MS start registered {at=1162665.695882988, delay=0.005340600851923227, ms=00061}
22:49:20.266866 run osmo-ms-mob/00062: Starting mobile
22:49:20.280991 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.292575 run mass: MS start registered {at=1162665.995928752, delay=0.004950030008330941, ms=00062}
22:49:20.366106 run mass: MS performed LU {at=1162666.069435737, lu_delay=4.5727627030573785, ms=00048}
22:49:20.413055 run mass: MS performed LU {at=1162666.11638797, lu_delay=4.917520907940343, ms=00047}
22:49:20.424837 run osmo-ms-mob/00063: Starting mobile
22:49:20.438661 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.453835 run mass: MS start registered {at=1162666.157166506, delay=0.007875691866502166, ms=00063}
22:49:20.482058 run mass: MS performed LU {at=1162666.185375589, lu_delay=5.888971701962873, ms=00044}
22:49:20.518428 run mass: MS performed LU {at=1162666.221763144, lu_delay=5.5925084399059415, ms=00046}
22:49:20.555513 run mass: MS performed LU {at=1162666.258846551, lu_delay=6.260020075831562, ms=00043}
22:49:20.567033 run osmo-ms-mob/00064: Starting mobile
22:49:20.580320 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.592290 run mass: MS start registered {at=1162666.29563542, delay=0.00554874399676919, ms=00064}
22:49:20.610689 run mass: MS performed LU {at=1162666.314022292, lu_delay=5.875246227020398, ms=00045}
22:49:21.377055 run osmo-ms-mob/00065: Starting mobile
22:49:21.391618 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.403287 run mass: MS start registered {at=1162667.106637326, delay=0.005405916133895516, ms=00065}
22:49:21.479580 run mass: MS performed LU {at=1162667.182896681, lu_delay=3.7706601328682154, ms=00054}
22:49:21.675676 run osmo-ms-mob/00066: Starting mobile
22:49:21.689769 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.702556 run mass: MS start registered {at=1162667.40590189, delay=3.008311614394188e-05, ms=00066}
22:49:22.069393 run osmo-ms-mob/00067: Starting mobile
22:49:22.083801 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.094988 run mass: MS start registered {at=1162667.798329465, delay=0.0049497580621391535, ms=00067}
22:49:22.186755 run mass: MS performed LU {at=1162667.890004094, lu_delay=5.386570061091334, ms=00052}
22:49:22.231324 run mass: MS performed LU {at=1162667.934595988, lu_delay=4.821308607934043, ms=00053}
22:49:22.260789 run osmo-ms-mob/00068: Starting mobile
22:49:22.274154 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.284840 run mass: MS performed LU {at=1162667.988194964, lu_delay=5.890181342838332, ms=00050}
22:49:22.290867 run mass: MS start registered {at=1162667.994232435, delay=0.006060050101950765, ms=00068}
22:49:22.456949 run mass: MS performed LU {at=1162668.160285723, lu_delay=5.773148130858317, ms=00051}
22:49:22.475302 run mass: MS performed LU {at=1162668.178651792, lu_delay=6.382442232919857, ms=00049}
22:49:22.486772 run osmo-ms-mob/00069: Starting mobile
22:49:22.500132 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.511652 run mass: MS start registered {at=1162668.214995946, delay=0.005187556147575378, ms=00069}
22:49:23.166671 run osmo-ms-mob/00070: Starting mobile
22:49:23.181562 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.193251 run mass: MS start registered {at=1162668.896595996, delay=0.005449978169053793, ms=00070}
22:49:23.499457 run mass: MS performed LU {at=1162669.202785523, lu_delay=3.90630210400559, ms=00060}
22:49:23.511590 run osmo-ms-mob/00071: Starting mobile
22:49:23.525667 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.537407 run mass: MS start registered {at=1162669.240749528, delay=0.005367525853216648, ms=00071}
22:49:23.966978 run osmo-ms-mob/00072: Starting mobile
22:49:23.980895 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.995132 run mass: MS start registered {at=1162669.698471731, delay=0.006047975039109588, ms=00072}
22:49:24.132237 run mass: MS performed LU {at=1162669.83557148, lu_delay=6.131889814976603, ms=00055}
22:49:24.178678 run mass: MS performed LU {at=1162669.882013163, lu_delay=4.88453043717891, ms=00059}
22:49:24.247627 run mass: MS performed LU {at=1162669.95095735, lu_delay=5.511764541966841, ms=00058}
22:49:24.260331 run osmo-ms-mob/00073: Starting mobile
22:49:24.274221 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.284271 run mass: MS performed LU {at=1162669.987600161, lu_delay=5.985795434098691, ms=00056}
22:49:24.371791 run mass: MS start registered {at=1162670.075154462, delay=0.08921574801206589, ms=00073}
22:49:24.378366 run mass: MS performed LU {at=1162670.081722358, lu_delay=5.8749287920072675, ms=00057}
22:49:24.384553 run mass: MS performed LU {at=1162670.087915725, lu_delay=23.28983112401329, ms=00012}
22:49:24.395984 run osmo-ms-mob/00074: Starting mobile
22:49:24.409850 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.421755 run mass: MS start registered {at=1162670.125096902, delay=0.005405839066952467, ms=00074}
22:49:25.166670 run osmo-ms-mob/00075: Starting mobile
22:49:25.180452 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.192160 run mass: MS start registered {at=1162670.895507183, delay=0.00542132998816669, ms=00075}
22:49:25.673210 run osmo-ms-mob/00076: Starting mobile
22:49:25.701720 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.722081 run mass: MS start registered {at=1162671.425378068, delay=0.005918086972087622, ms=00076}
22:49:25.913796 run mass: MS performed LU {at=1162671.617108393, lu_delay=5.321472973097116, ms=00064}
22:49:25.996464 run mass: MS performed LU {at=1162671.699742687, lu_delay=5.542576181003824, ms=00063}
22:49:26.021741 run osmo-ms-mob/00077: Starting mobile
22:49:26.051176 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.066389 run mass: MS performed LU {at=1162671.76972116, lu_delay=5.773792407941073, ms=00062}
22:49:26.080495 run mass: MS start registered {at=1162671.783845806, delay=0.014177153119817376, ms=00077}
22:49:26.186440 run mass: MS performed LU {at=1162671.889732176, lu_delay=6.193849188042805, ms=00061}
22:49:26.574539 run osmo-ms-mob/00078: Starting mobile
22:49:26.607805 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.628733 run mass: MS start registered {at=1162672.332027877, delay=0.005816214019432664, ms=00078}
22:49:26.974330 run osmo-ms-mob/00079: Starting mobile
22:49:27.005237 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.026875 run mass: MS start registered {at=1162672.730206443, delay=0.007264765910804272, ms=00079}
22:49:27.475699 run osmo-ms-mob/00080: Starting mobile
22:49:27.510712 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.535511 run mass: MS start registered {at=1162673.238818198, delay=0.007750597083941102, ms=00080}
22:49:27.898676 run mass: MS performed LU {at=1162673.601983274, lu_delay=6.196081384085119, ms=00066}
22:49:27.930337 run osmo-ms-mob/00081: Starting mobile
22:49:27.966205 run osmo-ms-mob/00081(pid=216): Launched
22:49:27.977974 run mass: MS performed LU {at=1162673.681320198, lu_delay=5.466324252076447, ms=00069}
22:49:27.991410 run mass: MS start registered {at=1162673.694721272, delay=0.01343302708119154, ms=00081}
22:49:28.013220 run mass: MS performed LU {at=1162673.716521583, lu_delay=5.9181921179406345, ms=00067}
22:49:28.050570 run mass: MS performed LU {at=1162673.753858023, lu_delay=5.759625588078052, ms=00068}
22:49:28.084818 run osmo-ms-mob/00082: Starting mobile
22:49:28.125704 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.143752 run mass: MS performed LU {at=1162673.847083091, lu_delay=4.9504870949313045, ms=00070}
22:49:28.161924 run mass: MS start registered {at=1162673.865269974, delay=0.01823616912588477, ms=00082}
22:49:28.359480 run mass: MS performed LU {at=1162674.062787556, lu_delay=4.822038028156385, ms=00071}
22:49:28.976239 run osmo-ms-mob/00083: Starting mobile
22:49:28.998484 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.023188 run mass: MS start registered {at=1162674.726491727, delay=0.01374223199672997, ms=00083}
22:49:29.470411 run osmo-ms-mob/00084: Starting mobile
22:49:29.490831 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.508214 run mass: MS start registered {at=1162675.211549771, delay=3.848690539598465e-05, ms=00084}
22:49:29.680016 run mass: MS performed LU {at=1162675.383318688, lu_delay=5.684846956981346, ms=00072}
22:49:29.763355 run mass: MS performed LU {at=1162675.466651501, lu_delay=5.391497039003298, ms=00073}
22:49:29.808786 run mass: MS performed LU {at=1162675.512085109, lu_delay=5.386988206999376, ms=00074}
22:49:29.832127 run osmo-ms-mob/00085: Starting mobile
22:49:29.852121 run osmo-ms-mob/00085(pid=220): Launched
22:49:29.868803 run mass: MS start registered {at=1162675.572108991, delay=0.00453005894087255, ms=00085}
22:49:29.952267 run mass: MS performed LU {at=1162675.655564417, lu_delay=4.760057233972475, ms=00075}
22:49:30.575769 run osmo-ms-mob/00086: Starting mobile
22:49:30.603319 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.629717 run mass: MS start registered {at=1162676.333019994, delay=0.008168885949999094, ms=00086}
22:49:31.176881 run osmo-ms-mob/00087: Starting mobile
22:49:31.217450 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.243834 run mass: MS start registered {at=1162676.947137676, delay=0.007901460863649845, ms=00087}
22:49:31.664590 run mass: MS performed LU {at=1162677.367885241, lu_delay=5.03585736406967, ms=00078}
22:49:31.697840 run osmo-ms-mob/00088: Starting mobile
22:49:31.737097 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.755241 run mass: MS performed LU {at=1162677.458572558, lu_delay=5.674726751865819, ms=00077}
22:49:31.772649 run mass: MS start registered {at=1162677.475981547, delay=0.017454334069043398, ms=00088}
22:49:31.790346 run mass: MS performed LU {at=1162677.493677425, lu_delay=6.068299357080832, ms=00076}
22:49:31.817207 run mass: MS performed LU {at=1162677.52051818, lu_delay=4.790311736986041, ms=00079}
22:49:32.376797 run osmo-ms-mob/00089: Starting mobile
22:49:32.414650 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.439444 run mass: MS start registered {at=1162678.142763961, delay=0.006584931164979935, ms=00089}
22:49:32.970870 run osmo-ms-mob/00090: Starting mobile
22:49:32.987675 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.001709 run mass: MS start registered {at=1162678.705040199, delay=0.0061560028698295355, ms=00090}
22:49:33.445034 run mass: MS performed LU {at=1162679.148353406, lu_delay=5.909535208018497, ms=00080}
22:49:33.529074 run mass: MS performed LU {at=1162679.232380313, lu_delay=5.3671103389933705, ms=00082}
22:49:33.574640 run mass: MS performed LU {at=1162679.277953454, lu_delay=5.5832321820780635, ms=00081}
22:49:33.590796 run osmo-ms-mob/00091: Starting mobile
22:49:33.608730 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.623363 run mass: MS start registered {at=1162679.326675609, delay=0.006160672986879945, ms=00091}
22:49:33.718450 run mass: MS performed LU {at=1162679.421757185, lu_delay=4.695265457965434, ms=00083}
22:49:34.372656 run osmo-ms-mob/00092: Starting mobile
22:49:34.393689 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.409754 run mass: MS start registered {at=1162680.113053317, delay=0.007335670990869403, ms=00092}
22:49:35.177101 run osmo-ms-mob/00093: Starting mobile
22:49:35.216007 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.240381 run mass: MS start registered {at=1162680.943677548, delay=0.007839967031031847, ms=00093}
22:49:35.429344 run mass: MS performed LU {at=1162681.132652238, lu_delay=5.560543247032911, ms=00085}
22:49:35.475802 run mass: MS performed LU {at=1162681.179105908, lu_delay=5.9675561368931085, ms=00084}
22:49:35.545752 run mass: MS performed LU {at=1162681.249050301, lu_delay=4.916030307067558, ms=00086}
22:49:35.582335 run mass: MS performed LU {at=1162681.285645739, lu_delay=22.96623614989221, ms=00038}
22:49:36.075362 run osmo-ms-mob/00094: Starting mobile
22:49:36.109771 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.134010 run mass: MS start registered {at=1162681.837328946, delay=0.008245222037658095, ms=00094}
22:49:36.969191 run osmo-ms-mob/00095: Starting mobile
22:49:36.986556 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.000975 run mass: MS start registered {at=1162682.704309744, delay=0.006474919151514769, ms=00095}
22:49:37.210927 run mass: MS performed LU {at=1162682.91425938, lu_delay=4.77149541885592, ms=00089}
22:49:37.294910 run mass: MS performed LU {at=1162682.998223025, lu_delay=5.52224147785455, ms=00088}
22:49:37.340404 run mass: MS performed LU {at=1162683.043736684, lu_delay=6.096599007956684, ms=00087}
22:49:37.977430 run osmo-ms-mob/00096: Starting mobile
22:49:38.000971 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.020560 run mass: MS start registered {at=1162683.723889429, delay=0.0026031078305095434, ms=00096}
22:49:39.072677 run osmo-ms-mob/00097: Starting mobile
22:49:39.091117 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.106302 run mass: MS start registered {at=1162684.809635795, delay=0.007371530868113041, ms=00097}
22:49:39.195584 run mass: MS performed LU {at=1162684.898918306, lu_delay=4.7858649890404195, ms=00092}
22:49:39.241394 run mass: MS performed LU {at=1162684.944712495, lu_delay=5.618036885978654, ms=00091}
22:49:39.311026 run mass: MS performed LU {at=1162685.014350288, lu_delay=6.30931008909829, ms=00090}
22:49:40.373168 run osmo-ms-mob/00098: Starting mobile
22:49:40.402520 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.423138 run mass: MS start registered {at=1162686.126459144, delay=0.011678083101287484, ms=00098}
22:49:41.060204 run mass: MS performed LU {at=1162686.763522992, lu_delay=4.926194045925513, ms=00094}
22:49:41.106629 run mass: MS performed LU {at=1162686.809948467, lu_delay=5.866270918864757, ms=00093}
22:49:42.174486 run osmo-ms-mob/00099: Starting mobile
22:49:42.196802 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.206203 run mass: All started... {duration=55.745582978008315, too_slow=0}
22:49:42.218333 run mass: MS start registered {at=1162687.921675346, delay=0.012111773015931249, ms=00099}
22:49:42.961500 run mass: MS performed LU {at=1162688.664811229, lu_delay=5.960501485038549, ms=00095}
22:49:43.007266 run mass: MS performed LU {at=1162688.710587487, lu_delay=4.986698058201, ms=00096}
22:49:43.312240 run mass: MS performed LU {at=1162689.015573276, lu_delay=21.908935949904844, ms=00065}
22:49:44.826468 run mass: MS performed LU {at=1162690.529780846, lu_delay=5.72014505113475, ms=00097}
22:49:45.107522 run mass: MS performed LU {at=1162690.810853055, lu_delay=4.684393910923973, ms=00098}
22:49:47.198391 run mass: MS performed LU {at=1162692.901723997, lu_delay=4.980048650875688, ms=00099}
22:49:47.205072 run mass: Tests done {all_completed=True, max=23.28983112401329, min=3.7706601328682154}
22:49:47.211103 tst register_default_mass.py: Test passed (85.4 sec)
22:49:47.217409 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.221275 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.225141 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.229063 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.232998 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.236944 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.241021 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.245159 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.249268 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.253298 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.257474 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.261738 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.265992 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.270260 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.274546 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.278806 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.283108 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.287544 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.292205 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.296730 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.301267 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.305820 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.310374 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.314955 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.319636 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.324673 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.329373 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.334008 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.338569 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.343464 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.348230 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.352834 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.357357 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.361903 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.366363 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.371108 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.375555 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.380003 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.384437 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.389082 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.393502 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.397951 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.402862 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.408064 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.412473 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.416887 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.421288 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.425758 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.430647 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.435135 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.439533 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.443915 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.448323 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.452690 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.457054 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.461434 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.465811 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.470197 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.474610 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.479047 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.483882 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.488492 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.493053 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.497909 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.502608 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.507225 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.511789 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.516444 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.521067 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.526231 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.530764 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.535299 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.539837 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.544392 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.548987 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.553580 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.558336 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.562922 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.567489 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.572054 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.576684 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.581157 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.585569 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.589979 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.594365 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.598766 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.603149 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.607732 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.612151 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.616652 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.621076 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.625566 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.630025 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.634478 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.638920 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.644014 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.648422 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.652887 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.657417 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.662353 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.666811 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.671206 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.675613 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.680024 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.684527 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.689015 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.693432 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.697880 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.702402 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.706917 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.711442 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.715976 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.720435 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.724849 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.729284 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.733685 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.738059 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.742333 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.746569 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.750677 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.754779 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.758899 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.763004 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.766999 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.771059 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.775193 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.779309 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.783491 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.787613 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.791789 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.796018 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.800502 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.804791 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.809043 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.813278 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.817518 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.821734 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.825872 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.829980 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.834086 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.838147 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.842205 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.846257 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.850386 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.854522 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.858763 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.862866 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.866973 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.871135 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.875278 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.879630 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.883967 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.888489 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.892820 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.897061 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.901304 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.905557 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.909803 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.914087 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.918371 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.922732 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.927145 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.931552 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.935942 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.940358 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.944759 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.949146 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.953415 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.957778 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.962098 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.966472 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.970742 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.974995 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.979264 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.983496 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.987744 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.991968 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.996205 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.000479 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.004787 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.009126 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.013393 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.017673 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.021956 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.026237 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.030514 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.034728 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.038889 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.043318 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.047489 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.051562 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.055626 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.059582 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.063519 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.067430 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.071368 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.075390 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.079386 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.083388 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.087404 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.091407 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.095411 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.099486 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.103565 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.107688 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.111725 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.115789 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.119826 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.123839 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.127847 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.131853 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.135863 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.139959 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.144161 --- ParallelTerminationStrategy: PID 22 died...
22:49:48.146090 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.150885 --- ParallelTerminationStrategy: PID 23 died...
22:49:48.152864 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.157589 --- ParallelTerminationStrategy: PID 24 died...
22:49:48.159475 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.164031 --- ParallelTerminationStrategy: PID 25 died...
22:49:48.165891 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.170430 --- ParallelTerminationStrategy: PID 26 died...
22:49:48.172289 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.176981 --- ParallelTerminationStrategy: PID 27 died...
22:49:48.178904 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.183597 --- ParallelTerminationStrategy: PID 28 died...
22:49:48.185492 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.190097 --- ParallelTerminationStrategy: PID 29 died...
22:49:48.191928 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.196483 --- ParallelTerminationStrategy: PID 30 died...
22:49:48.198323 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.202855 --- ParallelTerminationStrategy: PID 31 died...
22:49:48.204659 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.209138 --- ParallelTerminationStrategy: PID 32 died...
22:49:48.210965 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.215415 --- ParallelTerminationStrategy: PID 33 died...
22:49:48.217215 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.221757 --- ParallelTerminationStrategy: PID 35 died...
22:49:48.223564 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.228004 --- ParallelTerminationStrategy: PID 36 died...
22:49:48.229807 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.234249 --- ParallelTerminationStrategy: PID 37 died...
22:49:48.236039 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.240462 --- ParallelTerminationStrategy: PID 38 died...
22:49:48.242254 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.246695 --- ParallelTerminationStrategy: PID 39 died...
22:49:48.248480 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.252925 --- ParallelTerminationStrategy: PID 40 died...
22:49:48.254716 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.259178 --- ParallelTerminationStrategy: PID 41 died...
22:49:48.261021 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.265440 --- ParallelTerminationStrategy: PID 42 died...
22:49:48.267233 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.271646 --- ParallelTerminationStrategy: PID 43 died...
22:49:48.273474 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.277869 --- ParallelTerminationStrategy: PID 44 died...
22:49:48.279658 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.284041 --- ParallelTerminationStrategy: PID 45 died...
22:49:48.285835 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.290223 --- ParallelTerminationStrategy: PID 46 died...
22:49:48.292011 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.296392 --- ParallelTerminationStrategy: PID 47 died...
22:49:48.298231 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.302607 --- ParallelTerminationStrategy: PID 48 died...
22:49:48.304390 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.308770 --- ParallelTerminationStrategy: PID 49 died...
22:49:48.310551 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.314938 --- ParallelTerminationStrategy: PID 50 died...
22:49:48.316719 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.321260 --- ParallelTerminationStrategy: PID 51 died...
22:49:48.323040 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.327467 --- ParallelTerminationStrategy: PID 52 died...
22:49:48.329266 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.333755 --- ParallelTerminationStrategy: PID 53 died...
22:49:48.335593 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.340182 --- ParallelTerminationStrategy: PID 54 died...
22:49:48.342075 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.346652 --- ParallelTerminationStrategy: PID 55 died...
22:49:48.348493 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.353029 --- ParallelTerminationStrategy: PID 56 died...
22:49:48.354871 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.359388 --- ParallelTerminationStrategy: PID 57 died...
22:49:48.361241 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.365708 --- ParallelTerminationStrategy: PID 58 died...
22:49:48.367493 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.371899 --- ParallelTerminationStrategy: PID 59 died...
22:49:48.373710 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.378208 --- ParallelTerminationStrategy: PID 60 died...
22:49:48.380048 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.384601 --- ParallelTerminationStrategy: PID 61 died...
22:49:48.386475 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.391108 --- ParallelTerminationStrategy: PID 62 died...
22:49:48.393005 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.397676 --- ParallelTerminationStrategy: PID 63 died...
22:49:48.399508 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.404046 --- ParallelTerminationStrategy: PID 64 died...
22:49:48.405894 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.410417 --- ParallelTerminationStrategy: PID 65 died...
22:49:48.412240 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.416670 --- ParallelTerminationStrategy: PID 66 died...
22:49:48.418444 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.422891 --- ParallelTerminationStrategy: PID 67 died...
22:49:48.424723 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.429177 --- ParallelTerminationStrategy: PID 68 died...
22:49:48.431009 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.435557 --- ParallelTerminationStrategy: PID 69 died...
22:49:48.437400 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.441933 --- ParallelTerminationStrategy: PID 70 died...
22:49:48.443769 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.448297 --- ParallelTerminationStrategy: PID 71 died...
22:49:48.450145 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.454694 --- ParallelTerminationStrategy: PID 72 died...
22:49:48.456529 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.461031 --- ParallelTerminationStrategy: PID 73 died...
22:49:48.462857 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.467284 --- ParallelTerminationStrategy: PID 74 died...
22:49:48.469075 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.473584 --- ParallelTerminationStrategy: PID 75 died...
22:49:48.475362 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.479756 --- ParallelTerminationStrategy: PID 76 died...
22:49:48.481581 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.486098 --- ParallelTerminationStrategy: PID 77 died...
22:49:48.487956 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.492531 --- ParallelTerminationStrategy: PID 78 died...
22:49:48.494406 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.498900 --- ParallelTerminationStrategy: PID 79 died...
22:49:48.500700 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.505121 --- ParallelTerminationStrategy: PID 80 died...
22:49:48.506899 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.511244 --- ParallelTerminationStrategy: PID 81 died...
22:49:48.512982 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.517373 --- ParallelTerminationStrategy: PID 82 died...
22:49:48.519158 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.523559 --- ParallelTerminationStrategy: PID 83 died...
22:49:48.525369 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.529741 --- ParallelTerminationStrategy: PID 84 died...
22:49:48.531484 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.535950 --- ParallelTerminationStrategy: PID 85 died...
22:49:48.537810 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.542467 --- ParallelTerminationStrategy: PID 86 died...
22:49:48.544372 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.549214 --- ParallelTerminationStrategy: PID 87 died...
22:49:48.551150 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.555946 --- ParallelTerminationStrategy: PID 88 died...
22:49:48.557900 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.562741 --- ParallelTerminationStrategy: PID 89 died...
22:49:48.564750 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.569533 --- ParallelTerminationStrategy: PID 90 died...
22:49:48.571501 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.576445 --- ParallelTerminationStrategy: PID 91 died...
22:49:48.578441 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.583353 --- ParallelTerminationStrategy: PID 92 died...
22:49:48.585351 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.590370 --- ParallelTerminationStrategy: PID 93 died...
22:49:48.592377 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.597218 --- ParallelTerminationStrategy: PID 94 died...
22:49:48.599170 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.603976 --- ParallelTerminationStrategy: PID 95 died...
22:49:48.605929 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.610715 --- ParallelTerminationStrategy: PID 96 died...
22:49:48.612660 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.617440 --- ParallelTerminationStrategy: PID 97 died...
22:49:48.619363 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.624136 --- ParallelTerminationStrategy: PID 98 died...
22:49:48.626031 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.630659 --- ParallelTerminationStrategy: PID 99 died...
22:49:48.632528 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.637159 --- ParallelTerminationStrategy: PID 100 died...
22:49:48.639035 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.643706 --- ParallelTerminationStrategy: PID 101 died...
22:49:48.645598 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.650270 --- ParallelTerminationStrategy: PID 102 died...
22:49:48.652148 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.656865 --- ParallelTerminationStrategy: PID 103 died...
22:49:48.658766 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.663439 --- ParallelTerminationStrategy: PID 104 died...
22:49:48.665333 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.670046 --- ParallelTerminationStrategy: PID 105 died...
22:49:48.671988 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.676738 --- ParallelTerminationStrategy: PID 106 died...
22:49:48.678704 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.683554 --- ParallelTerminationStrategy: PID 107 died...
22:49:48.685505 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.690281 --- ParallelTerminationStrategy: PID 108 died...
22:49:48.692258 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.697119 --- ParallelTerminationStrategy: PID 109 died...
22:49:48.699076 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.703896 --- ParallelTerminationStrategy: PID 110 died...
22:49:48.705842 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.710659 --- ParallelTerminationStrategy: PID 111 died...
22:49:48.712599 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.717448 --- ParallelTerminationStrategy: PID 112 died...
22:49:48.719413 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.724283 --- ParallelTerminationStrategy: PID 113 died...
22:49:48.726250 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.731089 --- ParallelTerminationStrategy: PID 114 died...
22:49:48.733041 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.737793 --- ParallelTerminationStrategy: PID 115 died...
22:49:48.739688 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.744369 --- ParallelTerminationStrategy: PID 116 died...
22:49:48.746283 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.750964 --- ParallelTerminationStrategy: PID 117 died...
22:49:48.752860 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.757569 --- ParallelTerminationStrategy: PID 118 died...
22:49:48.759477 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.764251 --- ParallelTerminationStrategy: PID 119 died...
22:49:48.766211 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.770880 --- ParallelTerminationStrategy: PID 120 died...
22:49:48.772781 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.777482 --- ParallelTerminationStrategy: PID 121 died...
22:49:48.779375 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.784037 --- ParallelTerminationStrategy: PID 122 died...
22:49:48.785941 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.790686 --- ParallelTerminationStrategy: PID 123 died...
22:49:48.792722 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.799548 --- ParallelTerminationStrategy: PID 124 died...
22:49:48.801515 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.806317 --- ParallelTerminationStrategy: PID 125 died...
22:49:48.808243 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.812975 --- ParallelTerminationStrategy: PID 126 died...
22:49:48.814900 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.819700 --- ParallelTerminationStrategy: PID 127 died...
22:49:48.821704 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.826532 --- ParallelTerminationStrategy: PID 128 died...
22:49:48.828456 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.833169 --- ParallelTerminationStrategy: PID 129 died...
22:49:48.835074 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.839674 --- ParallelTerminationStrategy: PID 130 died...
22:49:48.841512 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.846063 --- ParallelTerminationStrategy: PID 131 died...
22:49:48.847899 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.852493 --- ParallelTerminationStrategy: PID 132 died...
22:49:48.854404 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.858987 --- ParallelTerminationStrategy: PID 133 died...
22:49:48.860863 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.865561 --- ParallelTerminationStrategy: PID 134 died...
22:49:48.867426 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.872000 --- ParallelTerminationStrategy: PID 135 died...
22:49:48.873846 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.878413 --- ParallelTerminationStrategy: PID 136 died...
22:49:48.880247 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.884805 --- ParallelTerminationStrategy: PID 137 died...
22:49:48.886634 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.891214 --- ParallelTerminationStrategy: PID 138 died...
22:49:48.893115 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.897701 --- ParallelTerminationStrategy: PID 139 died...
22:49:48.899572 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.904123 --- ParallelTerminationStrategy: PID 140 died...
22:49:48.906002 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.910673 --- ParallelTerminationStrategy: PID 141 died...
22:49:48.912575 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.917306 --- ParallelTerminationStrategy: PID 142 died...
22:49:48.919352 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.924173 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.926131 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.930954 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.932886 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.937793 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.939776 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.944759 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.946735 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.951612 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.953603 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.958454 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.960392 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.965299 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.967290 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.972162 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.974088 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.978844 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.980751 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.985354 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.987216 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.991796 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.993609 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.998131 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.999987 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.004548 --- ParallelTerminationStrategy: PID 155 died...
22:49:49.006403 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.011100 --- ParallelTerminationStrategy: PID 156 died...
22:49:49.013031 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.017735 --- ParallelTerminationStrategy: PID 157 died...
22:49:49.019619 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.024337 --- ParallelTerminationStrategy: PID 158 died...
22:49:49.026250 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.031002 --- ParallelTerminationStrategy: PID 159 died...
22:49:49.032957 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.037907 --- ParallelTerminationStrategy: PID 160 died...
22:49:49.039913 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.044839 --- ParallelTerminationStrategy: PID 161 died...
22:49:49.046824 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.051806 --- ParallelTerminationStrategy: PID 162 died...
22:49:49.053813 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.058728 --- ParallelTerminationStrategy: PID 163 died...
22:49:49.060752 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.065758 --- ParallelTerminationStrategy: PID 164 died...
22:49:49.067718 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.072576 --- ParallelTerminationStrategy: PID 165 died...
22:49:49.074592 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.079544 --- ParallelTerminationStrategy: PID 166 died...
22:49:49.081550 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.086415 --- ParallelTerminationStrategy: PID 167 died...
22:49:49.088382 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.093304 --- ParallelTerminationStrategy: PID 168 died...
22:49:49.095258 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.100167 --- ParallelTerminationStrategy: PID 169 died...
22:49:49.102174 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.107040 --- ParallelTerminationStrategy: PID 170 died...
22:49:49.109021 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.113892 --- ParallelTerminationStrategy: PID 171 died...
22:49:49.115832 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.120575 --- ParallelTerminationStrategy: PID 172 died...
22:49:49.122551 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.127306 --- ParallelTerminationStrategy: PID 173 died...
22:49:49.129225 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.133904 --- ParallelTerminationStrategy: PID 174 died...
22:49:49.135795 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.140426 --- ParallelTerminationStrategy: PID 175 died...
22:49:49.142307 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.146964 --- ParallelTerminationStrategy: PID 176 died...
22:49:49.148895 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.153616 --- ParallelTerminationStrategy: PID 177 died...
22:49:49.155502 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.160190 --- ParallelTerminationStrategy: PID 178 died...
22:49:49.162157 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.166856 --- ParallelTerminationStrategy: PID 179 died...
22:49:49.168761 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.173469 --- ParallelTerminationStrategy: PID 180 died...
22:49:49.175368 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.180241 --- ParallelTerminationStrategy: PID 181 died...
22:49:49.182139 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.187083 --- ParallelTerminationStrategy: PID 182 died...
22:49:49.189001 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.193720 --- ParallelTerminationStrategy: PID 183 died...
22:49:49.195667 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.200398 --- ParallelTerminationStrategy: PID 184 died...
22:49:49.202340 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.207020 --- ParallelTerminationStrategy: PID 185 died...
22:49:49.208851 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.213317 --- ParallelTerminationStrategy: PID 186 died...
22:49:49.215082 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.219524 --- ParallelTerminationStrategy: PID 187 died...
22:49:49.221326 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.225885 --- ParallelTerminationStrategy: PID 188 died...
22:49:49.227741 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.232369 --- ParallelTerminationStrategy: PID 189 died...
22:49:49.234369 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.239011 --- ParallelTerminationStrategy: PID 190 died...
22:49:49.240887 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.245620 --- ParallelTerminationStrategy: PID 191 died...
22:49:49.247524 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.252174 --- ParallelTerminationStrategy: PID 192 died...
22:49:49.254085 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.258849 --- ParallelTerminationStrategy: PID 193 died...
22:49:49.260807 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.265582 --- ParallelTerminationStrategy: PID 194 died...
22:49:49.267505 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.272281 --- ParallelTerminationStrategy: PID 195 died...
22:49:49.274222 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.278968 --- ParallelTerminationStrategy: PID 196 died...
22:49:49.280897 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.285657 --- ParallelTerminationStrategy: PID 197 died...
22:49:49.287591 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.292358 --- ParallelTerminationStrategy: PID 198 died...
22:49:49.294285 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.299072 --- ParallelTerminationStrategy: PID 199 died...
22:49:49.301011 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.305803 --- ParallelTerminationStrategy: PID 200 died...
22:49:49.307730 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.312543 --- ParallelTerminationStrategy: PID 201 died...
22:49:49.314471 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.319245 --- ParallelTerminationStrategy: PID 202 died...
22:49:49.321202 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.326037 --- ParallelTerminationStrategy: PID 203 died...
22:49:49.327966 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.332827 --- ParallelTerminationStrategy: PID 204 died...
22:49:49.334759 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.339556 --- ParallelTerminationStrategy: PID 205 died...
22:49:49.341481 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.346279 --- ParallelTerminationStrategy: PID 206 died...
22:49:49.348179 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.352922 --- ParallelTerminationStrategy: PID 207 died...
22:49:49.354847 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.359509 --- ParallelTerminationStrategy: PID 208 died...
22:49:49.361383 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.366107 --- ParallelTerminationStrategy: PID 209 died...
22:49:49.367986 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.372569 --- ParallelTerminationStrategy: PID 210 died...
22:49:49.374483 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.379179 --- ParallelTerminationStrategy: PID 211 died...
22:49:49.381075 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.385777 --- ParallelTerminationStrategy: PID 212 died...
22:49:49.387666 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.392328 --- ParallelTerminationStrategy: PID 213 died...
22:49:49.394235 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.398928 --- ParallelTerminationStrategy: PID 214 died...
22:49:49.400857 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.405566 --- ParallelTerminationStrategy: PID 215 died...
22:49:49.407486 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.412116 --- ParallelTerminationStrategy: PID 216 died...
22:49:49.414031 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.418700 --- ParallelTerminationStrategy: PID 217 died...
22:49:49.420570 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.425249 --- ParallelTerminationStrategy: PID 218 died...
22:49:49.427157 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.431862 --- ParallelTerminationStrategy: PID 219 died...
22:49:49.433763 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.438405 --- ParallelTerminationStrategy: PID 220 died...
22:49:49.440335 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.445119 --- ParallelTerminationStrategy: PID 221 died...
22:49:49.447033 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.451780 --- ParallelTerminationStrategy: PID 222 died...
22:49:49.453668 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.458348 --- ParallelTerminationStrategy: PID 223 died...
22:49:49.460207 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.464757 --- ParallelTerminationStrategy: PID 224 died...
22:49:49.466563 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.471048 --- ParallelTerminationStrategy: PID 225 died...
22:49:49.472846 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.477482 --- ParallelTerminationStrategy: PID 226 died...
22:49:49.479351 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.483928 --- ParallelTerminationStrategy: PID 227 died...
22:49:49.485779 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.490307 --- ParallelTerminationStrategy: PID 228 died...
22:49:49.492119 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.496760 --- ParallelTerminationStrategy: PID 229 died...
22:49:49.498623 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.503207 --- ParallelTerminationStrategy: PID 230 died...
22:49:49.505045 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.509650 --- ParallelTerminationStrategy: PID 231 died...
22:49:49.511504 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.516087 --- ParallelTerminationStrategy: PID 232 died...
22:49:49.517943 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.522560 --- ParallelTerminationStrategy: PID 233 died...
22:49:49.524422 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.529077 --- ParallelTerminationStrategy: PID 234 died...
22:49:49.531000 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.935615 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.937556 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7858 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.038120 tst trial-7858: Storing JUnit report in /build/trial-7858/run.2025-01-26_22-48-21/trial-7858.xml
--------------------------------------------------------------------------------------------
trial-7858 PASS
--------------------------------------------------------------------------------------------
22:49:53.051801 tst trial-7858: trial-7858: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (85.4 sec)
+ exit_code=0
+ rm -rf trial-7858/inst
+ cd trial-7858
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-26 22:48:21
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7858-run.tgz run.2025-01-26_22-48-21
+ tar czf /build/trial-7858-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-26_13_28_22.tgz osmo-bts-oc2g.build-2025-01-26_00_51_25.tgz osmo-bts-sysmo.build-2025-01-26_00_51_23.tgz osmo-bts.build-2025-01-26_00_51_36.tgz osmo-ggsn.build-2025-01-26_20_42_33.tgz osmo-hlr.build-2025-01-26_16_37_03.tgz osmo-hnbgw.build-2025-01-26_13_28_33.tgz osmo-mgw.build-2025-01-26_08_33_12.tgz osmo-msc.build-2025-01-26_13_32_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-26_07_40_46.tgz osmo-pcu-sysmo.build-2025-01-26_07_40_38.tgz osmo-pcu.build-2025-01-26_07_40_49.tgz osmo-sgsn.build-2025-01-26_20_49_00.tgz osmo-stp.build-2025-01-26_13_25_18.tgz osmo-trx.build-2025-01-26_14_26_56.tgz osmocom-bb.build-2025-01-26_21_17_08.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