Skipping 14 KB..
Full LogCopied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6797
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins14899871236679949091.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-7855
+ 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.0s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.2s
#7 [ 3/28] RUN groupadd osmo-gsm-tester
#7 CACHED
#8 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED
#9 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#9 CACHED
#10 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#10 CACHED
#11 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#11 CACHED
#12 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#12 CACHED
#13 [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
#13 CACHED
#14 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [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
#16 CACHED
#17 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#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 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#19 CACHED
#20 [ 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
#20 CACHED
#21 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#22 CACHED
#23 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
#23 CACHED
#24 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [ 9/28] COPY SSH /root/.ssh
#29 CACHED
#30 [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
#30 CACHED
#31 [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
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8a93b002d47f02f5cf279c431eff75a0805bfef63d6d0c807e4502e7741303c6 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=7856 -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-24 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7856
+ mkdir -p trial-7856
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-24_13_28_37.tgz osmo-bts-oc2g.build-2025-01-24_00_51_31.tgz osmo-bts-sysmo.build-2025-01-24_00_51_26.tgz osmo-bts.build-2025-01-24_00_51_43.tgz osmo-ggsn.build-2025-01-24_20_42_28.tgz osmo-hlr.build-2025-01-24_16_36_58.tgz osmo-hnbgw.build-2025-01-24_13_29_14.tgz osmo-mgw.build-2025-01-24_08_33_14.tgz osmo-msc.build-2025-01-24_13_33_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-24_07_40_37.tgz osmo-pcu-sysmo.build-2025-01-24_07_40_32.tgz osmo-pcu.build-2025-01-24_07_40_39.tgz osmo-sgsn.build-2025-01-24_20_48_50.tgz osmo-stp.build-2025-01-24_13_25_17.tgz osmo-trx.build-2025-01-24_14_27_48.tgz osmocom-bb.build-2025-01-24_21_17_13.tgz srslte.build-19.tgz trial-7856
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-24_13_28_37.md5 osmo-bts-oc2g.build-2025-01-24_00_51_31.md5 osmo-bts-sysmo.build-2025-01-24_00_51_26.md5 osmo-bts.build-2025-01-24_00_51_43.md5 osmo-ggsn.build-2025-01-24_20_42_28.md5 osmo-hlr.build-2025-01-24_16_36_58.md5 osmo-hnbgw.build-2025-01-24_13_29_14.md5 osmo-mgw.build-2025-01-24_08_33_14.md5 osmo-msc.build-2025-01-24_13_33_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-24_07_40_37.md5 osmo-pcu-sysmo.build-2025-01-24_07_40_32.md5 osmo-pcu.build-2025-01-24_07_40_39.md5 osmo-sgsn.build-2025-01-24_20_48_50.md5 osmo-stp.build-2025-01-24_13_25_17.md5 osmo-trx.build-2025-01-24_14_27_48.md5 osmocom-bb.build-2025-01-24_21_17_13.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-24_13_28_37.md5 osmo-bts-oc2g.build-2025-01-24_00_51_31.md5 osmo-bts-sysmo.build-2025-01-24_00_51_26.md5 osmo-bts.build-2025-01-24_00_51_43.md5 osmo-ggsn.build-2025-01-24_20_42_28.md5 osmo-hlr.build-2025-01-24_16_36_58.md5 osmo-hnbgw.build-2025-01-24_13_29_14.md5 osmo-mgw.build-2025-01-24_08_33_14.md5 osmo-msc.build-2025-01-24_13_33_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-24_07_40_37.md5 osmo-pcu-sysmo.build-2025-01-24_07_40_32.md5 osmo-pcu.build-2025-01-24_07_40_39.md5 osmo-sgsn.build-2025-01-24_20_48_50.md5 osmo-stp.build-2025-01-24_13_25_17.md5 osmo-trx.build-2025-01-24_14_27_48.md5 osmocom-bb.build-2025-01-24_21_17_13.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-7856 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7856'
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-7856
--------------------------------------------------------------------------------------------
22:48:21.326858 tst trial-7856: Detailed log at /build/trial-7856/run.2025-01-24_22-48-21/log
---------------------------------------------------------------------
trial-7856 netreg_mass
---------------------------------------------------------------------
22:48:21.696878 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.708261 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.710098 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.712833 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.790884 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.792881 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.795844 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.955204 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-7856 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.957567 tst register_default_mass.py:9: Claiming resources for the test
22:48:22.003657 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.005095 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.006346 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.007551 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.008768 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.009969 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.011169 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.091040 tst register_default_mass.py: using LAC 2
22:48:22.133527 tst register_default_mass.py: using RAC 2
22:48:22.180022 tst register_default_mass.py: using CellId 2
22:48:22.225148 tst register_default_mass.py: using BVCI 3
22:48:22.234111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.234946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.235661 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.236367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.237092 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.237771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.238462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.239149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.239824 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.240500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.241174 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.241839 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.242528 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.243187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.243842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.244518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.245184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.245841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.246513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.247167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.247842 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.248507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.249311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.250001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.250667 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.251342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.252087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.252752 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.253432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.254100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.254765 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.255421 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.256088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.256775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.257460 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.258131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.258801 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.259507 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.260195 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.260876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.261565 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.262259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.262940 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.263615 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.264282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.264945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.265605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.266286 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.266950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.267605 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.268285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.268956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.269629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.270296 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.270945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.271608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.272266 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.272928 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.273596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.274247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.274891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.275548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.276217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.276895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.277573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.278230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.278871 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.279531 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.280199 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.280854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.281524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.282948 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.283616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.284268 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.284934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.285581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286230 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.286898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.287541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288177 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.288833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.289493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.290128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.290759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.291409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.292058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.292701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.293358 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.294676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.295331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.296681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.297352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.298643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.299968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.300601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.301240 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.301972 tst register_default_mass.py:21: Launching a simple network
22:48:22.314300 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:22.471961 run create_hlr_db(pid=20): Launched
22:48:23.484148 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.504213 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.522428 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.529311 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.810888 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.851451 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.866625 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.856957 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.901453 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.925322 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:28.131695 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:28.153650 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:28.162125 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:28.196658 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:28.219521 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:28.229086 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.770088 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.813502 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.855753 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.084782 run osmo-bts-virtual(pid=34): Launched
22:48:36.137835 tst register_default_mass.py: using MSISDN 1001
22:48:36.150943 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.233517 tst register_default_mass.py: using MSISDN 1002
22:48:36.240474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.309016 tst register_default_mass.py: using MSISDN 1003
22:48:36.315997 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:36.404223 tst register_default_mass.py: using MSISDN 1004
22:48:36.411269 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:36.478521 tst register_default_mass.py: using MSISDN 1005
22:48:36.486682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.600604 tst register_default_mass.py: using MSISDN 1006
22:48:36.606962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.740407 tst register_default_mass.py: using MSISDN 1007
22:48:36.751771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.835238 tst register_default_mass.py: using MSISDN 1008
22:48:36.845775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.938133 tst register_default_mass.py: using MSISDN 1009
22:48:36.948737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.036606 tst register_default_mass.py: using MSISDN 1010
22:48:37.053354 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.139217 tst register_default_mass.py: using MSISDN 1011
22:48:37.154686 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.237805 tst register_default_mass.py: using MSISDN 1012
22:48:37.252811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.412883 tst register_default_mass.py: using MSISDN 1013
22:48:37.428028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.506591 tst register_default_mass.py: using MSISDN 1014
22:48:37.523443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.622918 tst register_default_mass.py: using MSISDN 1015
22:48:37.638580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:37.709523 tst register_default_mass.py: using MSISDN 1016
22:48:37.724799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.808013 tst register_default_mass.py: using MSISDN 1017
22:48:37.824146 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.894306 tst register_default_mass.py: using MSISDN 1018
22:48:37.902319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.967558 tst register_default_mass.py: using MSISDN 1019
22:48:37.973820 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.045143 tst register_default_mass.py: using MSISDN 1020
22:48:38.052688 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.124772 tst register_default_mass.py: using MSISDN 1021
22:48:38.133126 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.201377 tst register_default_mass.py: using MSISDN 1022
22:48:38.218321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.307619 tst register_default_mass.py: using MSISDN 1023
22:48:38.323401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.409214 tst register_default_mass.py: using MSISDN 1024
22:48:38.425164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.512132 tst register_default_mass.py: using MSISDN 1025
22:48:38.527184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.598553 tst register_default_mass.py: using MSISDN 1026
22:48:38.614516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.698228 tst register_default_mass.py: using MSISDN 1027
22:48:38.707539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.794696 tst register_default_mass.py: using MSISDN 1028
22:48:38.809492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.890435 tst register_default_mass.py: using MSISDN 1029
22:48:38.899861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.986803 tst register_default_mass.py: using MSISDN 1030
22:48:39.002130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.072166 tst register_default_mass.py: using MSISDN 1031
22:48:39.088214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.169072 tst register_default_mass.py: using MSISDN 1032
22:48:39.184959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.276780 tst register_default_mass.py: using MSISDN 1033
22:48:39.291157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.375963 tst register_default_mass.py: using MSISDN 1034
22:48:39.390610 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.486514 tst register_default_mass.py: using MSISDN 1035
22:48:39.501406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.589082 tst register_default_mass.py: using MSISDN 1036
22:48:39.604399 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.669427 tst register_default_mass.py: using MSISDN 1037
22:48:39.680350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.748884 tst register_default_mass.py: using MSISDN 1038
22:48:39.762803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.846592 tst register_default_mass.py: using MSISDN 1039
22:48:39.860914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.944164 tst register_default_mass.py: using MSISDN 1040
22:48:39.957619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:40.033622 tst register_default_mass.py: using MSISDN 1041
22:48:40.047565 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:40.131215 tst register_default_mass.py: using MSISDN 1042
22:48:40.145128 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.233839 tst register_default_mass.py: using MSISDN 1043
22:48:40.245141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.329807 tst register_default_mass.py: using MSISDN 1044
22:48:40.343281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.425768 tst register_default_mass.py: using MSISDN 1045
22:48:40.441850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.525924 tst register_default_mass.py: using MSISDN 1046
22:48:40.540039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.620434 tst register_default_mass.py: using MSISDN 1047
22:48:40.634252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.720376 tst register_default_mass.py: using MSISDN 1048
22:48:40.731847 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.806397 tst register_default_mass.py: using MSISDN 1049
22:48:40.819883 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.001047 tst register_default_mass.py: using MSISDN 1050
22:48:41.008611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:41.096238 tst register_default_mass.py: using MSISDN 1051
22:48:41.108742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.195992 tst register_default_mass.py: using MSISDN 1052
22:48:41.207954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.281949 tst register_default_mass.py: using MSISDN 1053
22:48:41.292174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.364608 tst register_default_mass.py: using MSISDN 1054
22:48:41.375186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.720958 tst register_default_mass.py: using MSISDN 1055
22:48:41.729555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.791733 tst register_default_mass.py: using MSISDN 1056
22:48:41.797981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.854625 tst register_default_mass.py: using MSISDN 1057
22:48:41.861270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.924483 tst register_default_mass.py: using MSISDN 1058
22:48:41.931406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.004303 tst register_default_mass.py: using MSISDN 1059
22:48:42.010929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.074113 tst register_default_mass.py: using MSISDN 1060
22:48:42.080486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.148190 tst register_default_mass.py: using MSISDN 1061
22:48:42.155488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.229019 tst register_default_mass.py: using MSISDN 1062
22:48:42.237045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.302897 tst register_default_mass.py: using MSISDN 1063
22:48:42.311134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.381441 tst register_default_mass.py: using MSISDN 1064
22:48:42.392545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.464950 tst register_default_mass.py: using MSISDN 1065
22:48:42.475076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.537389 tst register_default_mass.py: using MSISDN 1066
22:48:42.544147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.612108 tst register_default_mass.py: using MSISDN 1067
22:48:42.618619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.684155 tst register_default_mass.py: using MSISDN 1068
22:48:42.690665 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.763835 tst register_default_mass.py: using MSISDN 1069
22:48:42.770616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.829839 tst register_default_mass.py: using MSISDN 1070
22:48:42.838949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.904767 tst register_default_mass.py: using MSISDN 1071
22:48:42.917439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.986611 tst register_default_mass.py: using MSISDN 1072
22:48:42.999814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.075126 tst register_default_mass.py: using MSISDN 1073
22:48:43.088248 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.167579 tst register_default_mass.py: using MSISDN 1074
22:48:43.179889 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.294576 tst register_default_mass.py: using MSISDN 1075
22:48:43.306957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.438125 tst register_default_mass.py: using MSISDN 1076
22:48:43.449322 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.521011 tst register_default_mass.py: using MSISDN 1077
22:48:43.530735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.598701 tst register_default_mass.py: using MSISDN 1078
22:48:43.604705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.669806 tst register_default_mass.py: using MSISDN 1079
22:48:43.677817 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.749280 tst register_default_mass.py: using MSISDN 1080
22:48:43.760292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.831295 tst register_default_mass.py: using MSISDN 1081
22:48:43.837391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.920648 tst register_default_mass.py: using MSISDN 1082
22:48:43.926700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.011571 tst register_default_mass.py: using MSISDN 1083
22:48:44.018487 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.087284 tst register_default_mass.py: using MSISDN 1084
22:48:44.093514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.208522 tst register_default_mass.py: using MSISDN 1085
22:48:44.215064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.295762 tst register_default_mass.py: using MSISDN 1086
22:48:44.302987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.396418 tst register_default_mass.py: using MSISDN 1087
22:48:44.402448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.474485 tst register_default_mass.py: using MSISDN 1088
22:48:44.480623 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.564887 tst register_default_mass.py: using MSISDN 1089
22:48:44.574219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.666773 tst register_default_mass.py: using MSISDN 1090
22:48:44.683419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.769573 tst register_default_mass.py: using MSISDN 1091
22:48:44.786506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.874505 tst register_default_mass.py: using MSISDN 1092
22:48:44.890956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.964786 tst register_default_mass.py: using MSISDN 1093
22:48:44.981364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.059208 tst register_default_mass.py: using MSISDN 1094
22:48:45.076123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.190307 tst register_default_mass.py: using MSISDN 1095
22:48:45.204890 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.285091 tst register_default_mass.py: using MSISDN 1096
22:48:45.299741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.379186 tst register_default_mass.py: using MSISDN 1097
22:48:45.393715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.464252 tst register_default_mass.py: using MSISDN 1098
22:48:45.478754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.553920 tst register_default_mass.py: using MSISDN 1099
22:48:45.568512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.654478 tst register_default_mass.py: using MSISDN 1100
22:48:45.669047 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.849853 run mass: Starting testcase
22:48:45.858410 run mass: Pre-launching all virtphy's
22:48:45.865966 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:45.884219 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.894262 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.912246 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.929117 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.965929 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.981433 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.000567 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.008698 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.025562 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.033130 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.049166 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.056681 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.072538 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.080145 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.096179 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.103564 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.119388 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.128845 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.145076 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.152547 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.168321 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.175890 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.192031 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.200223 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.216622 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.224357 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.240542 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.248021 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.264139 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.271720 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.288513 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.296509 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.313613 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.321775 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.338742 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.353288 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.375757 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.383824 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.401016 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.409070 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.426119 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.434167 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:46.451318 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.459468 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.476331 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.484292 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.501284 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.509215 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.526056 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.534087 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.551075 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.559054 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.576091 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.583926 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.600504 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.608552 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.625707 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.633932 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.651460 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.659397 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.676105 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.684132 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.701320 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.709273 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.726407 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.734387 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.751442 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.762125 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:46.778715 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:46.791139 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:46.808209 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:46.816147 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:46.833047 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:46.840807 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:46.857153 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:46.864938 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:46.881706 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:46.889455 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.906540 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.915018 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.932024 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.939901 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.956887 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.965010 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.982499 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.990591 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.049223 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.055586 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.069639 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.076883 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.093596 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:47.101468 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.118676 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:47.126489 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.143055 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:47.150420 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.166461 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:47.173976 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.190590 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:47.198313 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.214635 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:47.222474 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.238699 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:47.246232 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.262489 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:47.269986 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.286056 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:47.293458 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.309374 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:47.317079 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:47.333659 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:47.341154 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:47.357672 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:47.366214 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.385525 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.395959 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.417191 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.436286 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:47.463089 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:47.478491 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:47.497552 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:47.506321 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.523875 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.532309 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.550262 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.558611 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.576183 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.584419 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.602362 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.612633 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.631242 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.640313 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.660601 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.669387 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.687426 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.695991 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.714207 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.728011 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.753873 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.762256 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.780257 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.788903 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.806129 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.814673 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.831515 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.839241 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.856022 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.863183 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.878611 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.885629 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.901077 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.908354 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.924002 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.931379 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.946808 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.953797 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.968799 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.975787 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.990989 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.997734 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.012200 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.018893 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.033886 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.041158 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.057106 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.064878 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.080753 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.088111 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.104430 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.111975 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.127958 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.135286 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.151270 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.158776 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.174651 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.182074 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.198059 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.205198 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.220414 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.227388 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.242486 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.249539 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.264983 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.272175 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.287473 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.294655 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.310110 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.317689 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.333833 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.341555 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.358128 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.365899 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.382204 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:48.389723 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.405861 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:48.413452 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.429536 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:48.437045 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.453424 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:48.461615 run mass: Checking if sockets are in the filesystem
22:48:48.476922 run osmo-ms-mob/00000: Starting mobile
22:48:48.493361 run osmo-ms-mob/00000(pid=135): Launched
22:48:48.510844 run mass: MS start registered {at=989834.214176192, delay=0.009721029899083078, ms=00000}
22:48:52.681573 run osmo-ms-mob/00001: Starting mobile
22:48:52.704771 run osmo-ms-mob/00001(pid=136): Launched
22:48:52.720698 run mass: MS start registered {at=989838.423991769, delay=0.0005137380212545395, ms=00001}
22:48:53.563237 run mass: MS performed LU {at=989839.266552075, lu_delay=5.052375883096829, ms=00000}
22:48:54.480327 run osmo-ms-mob/00002: Starting mobile
22:48:54.496185 run osmo-ms-mob/00002(pid=137): Launched
22:48:54.507817 run mass: MS start registered {at=989840.21115867, delay=0.005148111027665436, ms=00002}
22:48:55.779557 run osmo-ms-mob/00003: Starting mobile
22:48:55.805135 run osmo-ms-mob/00003(pid=138): Launched
22:48:55.817442 run mass: MS start registered {at=989841.520784597, delay=3.1491974368691444e-05, ms=00003}
22:48:56.877666 run osmo-ms-mob/00004: Starting mobile
22:48:56.895078 run osmo-ms-mob/00004(pid=139): Launched
22:48:56.908486 run mass: MS start registered {at=989842.611816051, delay=0.005582346930168569, ms=00004}
22:48:57.799603 run mass: MS performed LU {at=989843.502916734, lu_delay=5.078924964996986, ms=00001}
22:48:57.813396 run osmo-ms-mob/00005: Starting mobile
22:48:57.829958 run osmo-ms-mob/00005(pid=140): Launched
22:48:57.843570 run mass: MS start registered {at=989843.546907872, delay=0.0024870409397408366, ms=00005}
22:48:58.779077 run osmo-ms-mob/00006: Starting mobile
22:48:58.800697 run osmo-ms-mob/00006(pid=141): Launched
22:48:58.825976 run mass: MS start registered {at=989844.529280704, delay=0.007187478011474013, ms=00006}
22:48:59.230268 run mass: MS performed LU {at=989844.933568244, lu_delay=4.722409573965706, ms=00002}
22:48:59.684854 run osmo-ms-mob/00007: Starting mobile
22:48:59.722179 run osmo-ms-mob/00007(pid=142): Launched
22:48:59.746878 run mass: MS start registered {at=989845.45017976, delay=0.007897780975326896, ms=00007}
22:49:00.479158 run osmo-ms-mob/00008: Starting mobile
22:49:00.498440 run osmo-ms-mob/00008(pid=143): Launched
22:49:00.513310 run mass: MS start registered {at=989846.2166419, delay=0.005273413029499352, ms=00008}
22:49:01.095190 run mass: MS performed LU {at=989846.798491295, lu_delay=5.2777066979324445, ms=00003}
22:49:01.114221 run osmo-ms-mob/00009: Starting mobile
22:49:01.138692 run osmo-ms-mob/00009(pid=144): Launched
22:49:01.163461 run mass: MS start registered {at=989846.86677223, delay=0.011787201976403594, ms=00009}
22:49:01.882725 run osmo-ms-mob/00010: Starting mobile
22:49:01.918890 run osmo-ms-mob/00010(pid=145): Launched
22:49:01.936274 run mass: MS start registered {at=989847.639612339, delay=3.965094219893217e-05, ms=00010}
22:49:02.487522 run osmo-ms-mob/00011: Starting mobile
22:49:02.511467 run osmo-ms-mob/00011(pid=146): Launched
22:49:02.536118 run mass: MS start registered {at=989848.239425309, delay=0.006682940060272813, ms=00011}
22:49:02.996682 run mass: MS performed LU {at=989848.699988942, lu_delay=5.153081070049666, ms=00005}
22:49:03.013928 run osmo-ms-mob/00012: Starting mobile
22:49:03.036947 run osmo-ms-mob/00012(pid=147): Launched
22:49:03.047858 run mass: MS performed LU {at=989848.751202681, lu_delay=6.1393866300350055, ms=00004}
22:49:03.058118 run mass: MS start registered {at=989848.761475502, delay=0.010308179073035717, ms=00012}
22:49:03.684878 run osmo-ms-mob/00013: Starting mobile
22:49:03.714454 run osmo-ms-mob/00013(pid=148): Launched
22:49:03.739142 run mass: MS start registered {at=989849.442444227, delay=0.014841335010714829, ms=00013}
22:49:04.283732 run osmo-ms-mob/00014: Starting mobile
22:49:04.321101 run osmo-ms-mob/00014(pid=149): Launched
22:49:04.345019 run mass: MS start registered {at=989850.048321006, delay=0.011721514980308712, ms=00014}
22:49:04.861696 run mass: MS performed LU {at=989850.564996227, lu_delay=5.114816467044875, ms=00007}
22:49:04.893748 run osmo-ms-mob/00015: Starting mobile
22:49:04.924124 run osmo-ms-mob/00015(pid=150): Launched
22:49:04.942129 run mass: MS performed LU {at=989850.645459913, lu_delay=6.116179208969697, ms=00006}
22:49:04.959153 run mass: MS start registered {at=989850.662498332, delay=0.01708068000152707, ms=00015}
22:49:05.379893 run osmo-ms-mob/00016: Starting mobile
22:49:05.400470 run osmo-ms-mob/00016(pid=151): Launched
22:49:05.419475 run mass: MS start registered {at=989851.122775901, delay=0.00862241501454264, ms=00016}
22:49:05.885042 run osmo-ms-mob/00017: Starting mobile
22:49:05.923293 run osmo-ms-mob/00017(pid=152): Launched
22:49:05.944080 run mass: MS start registered {at=989851.647387417, delay=0.0025133250746876, ms=00017}
22:49:06.484647 run osmo-ms-mob/00018: Starting mobile
22:49:06.518506 run osmo-ms-mob/00018(pid=153): Launched
22:49:06.541530 run mass: MS start registered {at=989852.244843567, delay=0.008857188979163766, ms=00018}
22:49:06.762271 run mass: MS performed LU {at=989852.465569185, lu_delay=6.248927284963429, ms=00008}
22:49:06.789420 run mass: MS performed LU {at=989852.492732412, lu_delay=4.853120072977617, ms=00010}
22:49:06.958791 run osmo-ms-mob/00019: Starting mobile
22:49:06.973880 run osmo-ms-mob/00019(pid=154): Launched
22:49:06.981593 run mass: Starting too slowly. Moving on {now=989852.684959412, sleep=-0.012755274306982756, target=989852.6722041377}
22:49:06.988806 run mass: MS performed LU {at=989852.692157556, lu_delay=5.825385325937532, ms=00009}
22:49:06.996368 run mass: MS start registered {at=989852.69972961, delay=0.01477320201229304, ms=00019}
22:49:07.408015 run osmo-ms-mob/00020: Starting mobile
22:49:07.422362 run osmo-ms-mob/00020(pid=155): Launched
22:49:07.433644 run mass: MS start registered {at=989853.136990478, delay=0.004742116085253656, ms=00020}
22:49:07.913249 run osmo-ms-mob/00021: Starting mobile
22:49:07.949180 run osmo-ms-mob/00021(pid=156): Launched
22:49:07.967675 run mass: MS start registered {at=989853.671007513, delay=4.325690679252148e-05, ms=00021}
22:49:08.285218 run osmo-ms-mob/00022: Starting mobile
22:49:08.322499 run osmo-ms-mob/00022(pid=157): Launched
22:49:08.340090 run mass: MS start registered {at=989854.043409676, delay=0.0008017849177122116, ms=00022}
22:49:08.785198 run osmo-ms-mob/00023: Starting mobile
22:49:08.809827 run osmo-ms-mob/00023(pid=158): Launched
22:49:08.823676 run mass: MS performed LU {at=989854.527015681, lu_delay=6.287590372026898, ms=00011}
22:49:08.834941 run mass: MS start registered {at=989854.538296572, delay=0.011316308053210378, ms=00023}
22:49:08.862468 run mass: MS performed LU {at=989854.56576368, lu_delay=5.804288177983835, ms=00012}
22:49:08.926368 run mass: MS performed LU {at=989854.629667674, lu_delay=5.187223446904682, ms=00013}
22:49:08.956756 run osmo-ms-mob/00024: Starting mobile
22:49:08.993234 run osmo-ms-mob/00024(pid=159): Launched
22:49:09.010794 run mass: MS start registered {at=989854.714131365, delay=3.953592386096716e-05, ms=00024}
22:49:09.685286 run osmo-ms-mob/00025: Starting mobile
22:49:09.725468 run osmo-ms-mob/00025(pid=160): Launched
22:49:09.748073 run mass: MS start registered {at=989855.451377737, delay=0.003629256971180439, ms=00025}
22:49:10.104049 run osmo-ms-mob/00026: Starting mobile
22:49:10.143381 run osmo-ms-mob/00026(pid=161): Launched
22:49:10.164639 run mass: MS start registered {at=989855.86789961, delay=0.001883466960862279, ms=00026}
22:49:10.486509 run osmo-ms-mob/00027: Starting mobile
22:49:10.530412 run osmo-ms-mob/00027(pid=162): Launched
22:49:10.550624 run mass: MS performed LU {at=989856.253950823, lu_delay=5.131174921989441, ms=00016}
22:49:10.571389 run mass: MS performed LU {at=989856.274731121, lu_delay=4.627343703992665, ms=00017}
22:49:10.591481 run mass: MS start registered {at=989856.294822541, delay=0.04092606995254755, ms=00027}
22:49:10.643275 run mass: MS performed LU {at=989856.34657927, lu_delay=6.298258263967, ms=00014}
22:49:10.662765 run osmo-ms-mob/00028: Starting mobile
22:49:10.684891 run osmo-ms-mob/00028(pid=163): Launched
22:49:10.702544 run mass: MS performed LU {at=989856.405878212, lu_delay=5.743379879975691, ms=00015}
22:49:10.719422 run mass: MS start registered {at=989856.422767693, delay=0.016933950944803655, ms=00028}
22:49:11.281936 run osmo-ms-mob/00029: Starting mobile
22:49:11.305744 run osmo-ms-mob/00029(pid=164): Launched
22:49:11.322804 run mass: MS start registered {at=989857.026150978, delay=3.1193019822239876e-05, ms=00029}
22:49:11.685338 run osmo-ms-mob/00030: Starting mobile
22:49:11.725483 run osmo-ms-mob/00030(pid=165): Launched
22:49:11.743642 run mass: MS start registered {at=989857.446975999, delay=4.446599632501602e-05, ms=00030}
22:49:12.083413 run osmo-ms-mob/00031: Starting mobile
22:49:12.107217 run osmo-ms-mob/00031(pid=166): Launched
22:49:12.132668 run mass: MS start registered {at=989857.835946909, delay=0.014785526087507606, ms=00031}
22:49:12.309969 run mass: MS performed LU {at=989858.013292665, lu_delay=5.313563055009581, ms=00019}
22:49:12.332277 run osmo-ms-mob/00032: Starting mobile
22:49:12.354593 run osmo-ms-mob/00032(pid=167): Launched
22:49:12.380870 run mass: MS start registered {at=989858.084164693, delay=0.016232113004662097, ms=00032}
22:49:12.398809 run mass: MS performed LU {at=989858.10214446, lu_delay=5.857300892937928, ms=00018}
22:49:12.457512 run mass: MS performed LU {at=989858.16080633, lu_delay=5.023815852007829, ms=00020}
22:49:12.581666 run mass: MS performed LU {at=989858.284983117, lu_delay=4.613975604064763, ms=00021}
22:49:12.601064 run osmo-ms-mob/00033: Starting mobile
22:49:12.624571 run osmo-ms-mob/00033(pid=168): Launched
22:49:12.642046 run mass: MS start registered {at=989858.345340664, delay=0.007309750071726739, ms=00033}
22:49:13.186090 run osmo-ms-mob/00034: Starting mobile
22:49:13.225465 run osmo-ms-mob/00034(pid=169): Launched
22:49:13.245486 run mass: MS start registered {at=989858.948795634, delay=0.0027213619323447347, ms=00034}
22:49:13.480725 run osmo-ms-mob/00035: Starting mobile
22:49:13.505351 run osmo-ms-mob/00035(pid=170): Launched
22:49:13.524692 run mass: MS start registered {at=989859.227982527, delay=4.258600529283285e-05, ms=00035}
22:49:13.878513 run osmo-ms-mob/00036: Starting mobile
22:49:13.896845 run osmo-ms-mob/00036(pid=171): Launched
22:49:13.910827 run mass: MS start registered {at=989859.614158961, delay=0.00036482501309365034, ms=00036}
22:49:14.280975 run osmo-ms-mob/00037: Starting mobile
22:49:14.299536 run osmo-ms-mob/00037(pid=172): Launched
22:49:14.308024 run mass: MS performed LU {at=989860.01137376, lu_delay=5.297242394997738, ms=00024}
22:49:14.319690 run mass: MS start registered {at=989860.023018925, delay=0.011675918009132147, ms=00037}
22:49:14.334025 run mass: MS performed LU {at=989860.037369277, lu_delay=5.4990727049298584, ms=00023}
22:49:14.354769 run osmo-ms-mob/00038: Starting mobile
22:49:14.382408 run osmo-ms-mob/00038(pid=173): Launched
22:49:14.401212 run mass: MS start registered {at=989860.104527575, delay=0.010127717978321016, ms=00038}
22:49:14.416521 run mass: MS performed LU {at=989860.119864579, lu_delay=6.076454903115518, ms=00022}
22:49:14.681301 run mass: MS performed LU {at=989860.384605736, lu_delay=4.9332279990194365, ms=00025}
22:49:14.701594 run osmo-ms-mob/00039: Starting mobile
22:49:14.719626 run osmo-ms-mob/00039(pid=174): Launched
22:49:14.733774 run mass: MS start registered {at=989860.43708392, delay=0.0058192850556224585, ms=00039}
22:49:15.281380 run osmo-ms-mob/00040: Starting mobile
22:49:15.299309 run osmo-ms-mob/00040(pid=175): Launched
22:49:15.314280 run mass: MS start registered {at=989861.017592802, delay=0.0066317839082330465, ms=00040}
22:49:15.579865 run osmo-ms-mob/00041: Starting mobile
22:49:15.598583 run osmo-ms-mob/00041(pid=176): Launched
22:49:15.613075 run mass: MS start registered {at=989861.316387663, delay=0.005789923015981913, ms=00041}
22:49:15.883178 run osmo-ms-mob/00042: Starting mobile
22:49:15.922064 run osmo-ms-mob/00042(pid=177): Launched
22:49:15.942869 run mass: MS start registered {at=989861.64617293, delay=0.001481762039475143, ms=00042}
22:49:16.075521 run mass: MS performed LU {at=989861.778818713, lu_delay=5.910919103072956, ms=00026}
22:49:16.158481 run mass: MS performed LU {at=989861.861769317, lu_delay=5.439001624006778, ms=00028}
22:49:16.192870 run osmo-ms-mob/00043: Starting mobile
22:49:16.233445 run osmo-ms-mob/00043(pid=178): Launched
22:49:16.252820 run mass: MS performed LU {at=989861.956148628, lu_delay=4.929997649975121, ms=00029}
22:49:16.271453 run mass: MS start registered {at=989861.974795547, delay=0.018699073931202292, ms=00043}
22:49:16.347919 run mass: MS performed LU {at=989862.051224637, lu_delay=5.756402096012607, ms=00027}
22:49:16.371563 run osmo-ms-mob/00044: Starting mobile
22:49:16.398644 run osmo-ms-mob/00044(pid=179): Launched
22:49:16.411265 run mass: MS performed LU {at=989862.11461032, lu_delay=4.66763432091102, ms=00030}
22:49:16.425003 run mass: MS start registered {at=989862.128317894, delay=0.013743600924499333, ms=00044}
22:49:16.887090 run osmo-ms-mob/00045: Starting mobile
22:49:16.928314 run osmo-ms-mob/00045(pid=180): Launched
22:49:16.955172 run mass: MS start registered {at=989862.658477493, delay=0.0068828819785267115, ms=00045}
22:49:17.185344 run osmo-ms-mob/00046: Starting mobile
22:49:17.224222 run osmo-ms-mob/00046(pid=181): Launched
22:49:17.241352 run mass: MS start registered {at=989862.944650824, delay=0.005635206936858594, ms=00046}
22:49:17.477672 run osmo-ms-mob/00047: Starting mobile
22:49:17.497480 run osmo-ms-mob/00047(pid=182): Launched
22:49:17.512121 run mass: MS start registered {at=989863.215436899, delay=0.005831487011164427, ms=00047}
22:49:17.786721 run osmo-ms-mob/00048: Starting mobile
22:49:17.828122 run osmo-ms-mob/00048(pid=183): Launched
22:49:17.854063 run mass: MS start registered {at=989863.557365231, delay=0.0071166870184242725, ms=00048}
22:49:18.059882 run mass: MS performed LU {at=989863.763197889, lu_delay=5.417857224936597, ms=00033}
22:49:18.089068 run osmo-ms-mob/00049: Starting mobile
22:49:18.123712 run osmo-ms-mob/00049(pid=184): Launched
22:49:18.140220 run mass: MS performed LU {at=989863.84355892, lu_delay=4.894763285992667, ms=00034}
22:49:18.157706 run mass: MS start registered {at=989863.861053677, delay=0.017536318046040833, ms=00049}
22:49:18.175348 run mass: MS performed LU {at=989863.878683701, lu_delay=5.79451900802087, ms=00032}
22:49:18.198326 run osmo-ms-mob/00050: Starting mobile
22:49:18.220182 run osmo-ms-mob/00050(pid=185): Launched
22:49:18.237238 run mass: MS performed LU {at=989863.940565467, lu_delay=6.104618557961658, ms=00031}
22:49:18.250288 run mass: MS start registered {at=989863.95364406, delay=0.0131222119089216, ms=00050}
22:49:18.503551 run mass: MS performed LU {at=989864.206871048, lu_delay=4.978888520970941, ms=00035}
22:49:18.785375 run osmo-ms-mob/00051: Starting mobile
22:49:18.825416 run osmo-ms-mob/00051(pid=186): Launched
22:49:18.851748 run mass: MS start registered {at=989864.555060107, delay=0.009751282050274312, ms=00051}
22:49:19.080474 run osmo-ms-mob/00052: Starting mobile
22:49:19.117828 run osmo-ms-mob/00052(pid=187): Launched
22:49:19.142987 run mass: MS start registered {at=989864.846289151, delay=0.006961978040635586, ms=00052}
22:49:19.385385 run osmo-ms-mob/00053: Starting mobile
22:49:19.416460 run osmo-ms-mob/00053(pid=188): Launched
22:49:19.437733 run mass: MS start registered {at=989865.141047282, delay=0.009969964972697198, ms=00053}
22:49:19.683202 run osmo-ms-mob/00054: Starting mobile
22:49:19.718132 run osmo-ms-mob/00054(pid=189): Launched
22:49:19.738120 run mass: MS start registered {at=989865.441450015, delay=0.0031708249589428306, ms=00054}
22:49:19.841063 run mass: MS performed LU {at=989865.544377457, lu_delay=5.107293537002988, ms=00039}
22:49:19.923731 run mass: MS performed LU {at=989865.627021195, lu_delay=4.609428393072449, ms=00040}
22:49:19.943419 run osmo-ms-mob/00055: Starting mobile
22:49:19.961585 run osmo-ms-mob/00055(pid=190): Launched
22:49:19.977317 run mass: MS start registered {at=989865.680656421, delay=3.774894867092371e-05, ms=00055}
22:49:19.991974 run mass: MS performed LU {at=989865.695316076, lu_delay=5.590788501081988, ms=00038}
22:49:20.113685 run mass: MS performed LU {at=989865.816984625, lu_delay=5.793965699966066, ms=00037}
22:49:20.142207 run osmo-ms-mob/00056: Starting mobile
22:49:20.174538 run osmo-ms-mob/00056(pid=191): Launched
22:49:20.183711 run mass: MS performed LU {at=989865.887058502, lu_delay=6.272899540956132, ms=00036}
22:49:20.197948 run mass: MS start registered {at=989865.901276353, delay=0.014244598103687167, ms=00056}
22:49:20.581442 run osmo-ms-mob/00057: Starting mobile
22:49:20.612782 run osmo-ms-mob/00057(pid=192): Launched
22:49:20.626965 run mass: MS start registered {at=989866.330309421, delay=3.1318049877882004e-05, ms=00057}
22:49:20.981795 run osmo-ms-mob/00058: Starting mobile
22:49:21.012892 run osmo-ms-mob/00058(pid=193): Launched
22:49:21.033971 run mass: MS start registered {at=989866.737293788, delay=0.006751416949555278, ms=00058}
22:49:21.281685 run osmo-ms-mob/00059: Starting mobile
22:49:21.312199 run osmo-ms-mob/00059(pid=194): Launched
22:49:21.332979 run mass: MS start registered {at=989867.036300234, delay=0.006663830019533634, ms=00059}
22:49:21.582550 run osmo-ms-mob/00060: Starting mobile
22:49:21.611196 run osmo-ms-mob/00060(pid=195): Launched
22:49:21.629164 run mass: MS start registered {at=989867.332472142, delay=0.00860891689080745, ms=00060}
22:49:21.705079 run mass: MS performed LU {at=989867.408398158, lu_delay=5.7622252280125394, ms=00042}
22:49:21.742094 run mass: MS performed LU {at=989867.445420754, lu_delay=4.786943261045963, ms=00045}
22:49:21.825040 run mass: MS performed LU {at=989867.528360156, lu_delay=5.400042262044735, ms=00044}
22:49:21.852296 run osmo-ms-mob/00061: Starting mobile
22:49:21.870055 run osmo-ms-mob/00061(pid=196): Launched
22:49:21.883811 run mass: MS start registered {at=989867.587132256, delay=0.005680721020326018, ms=00061}
22:49:22.033197 run mass: MS performed LU {at=989867.736528775, lu_delay=6.4201411119429395, ms=00041}
22:49:22.051648 run mass: MS performed LU {at=989867.754991276, lu_delay=4.810340452007949, ms=00046}
22:49:22.118919 run osmo-ms-mob/00062: Starting mobile
22:49:22.132849 run osmo-ms-mob/00062(pid=197): Launched
22:49:22.144874 run mass: MS start registered {at=989867.848190685, delay=0.005336728994734585, ms=00062}
22:49:22.576109 run osmo-ms-mob/00063: Starting mobile
22:49:22.593117 run osmo-ms-mob/00063(pid=198): Launched
22:49:22.606026 run mass: MS start registered {at=989868.309368754, delay=0.004764112061820924, ms=00063}
22:49:22.748260 run mass: MS performed LU {at=989868.451576431, lu_delay=6.476780884084292, ms=00043}
22:49:22.919333 run mass: MS performed LU {at=989868.622647467, lu_delay=3.776358315953985, ms=00052}
22:49:22.934443 run osmo-ms-mob/00064: Starting mobile
22:49:22.951797 run osmo-ms-mob/00064(pid=199): Launched
22:49:22.966992 run mass: MS start registered {at=989868.670336117, delay=0.006910067051649094, ms=00064}
22:49:23.376445 run osmo-ms-mob/00065: Starting mobile
22:49:23.393247 run osmo-ms-mob/00065(pid=200): Launched
22:49:23.406354 run mass: MS start registered {at=989869.10968959, delay=0.005625446094200015, ms=00065}
22:49:23.607220 run mass: MS performed LU {at=989869.310531069, lu_delay=5.449477391899563, ms=00049}
22:49:23.623537 run osmo-ms-mob/00066: Starting mobile
22:49:23.640267 run osmo-ms-mob/00066(pid=201): Launched
22:49:23.648384 run mass: MS performed LU {at=989869.351738197, lu_delay=5.398094137082808, ms=00050}
22:49:23.655980 run mass: MS start registered {at=989869.359341673, delay=0.007627330021932721, ms=00066}
22:49:23.754837 run mass: MS performed LU {at=989869.458170094, lu_delay=4.903109986917116, ms=00051}
22:49:23.897912 run mass: MS performed LU {at=989869.601243881, lu_delay=6.0438786500599235, ms=00048}
22:49:23.912117 run osmo-ms-mob/00067: Starting mobile
22:49:23.930157 run osmo-ms-mob/00067(pid=202): Launched
22:49:23.943460 run mass: MS start registered {at=989869.646796333, delay=0.00557571102399379, ms=00067}
22:49:23.952828 run mass: MS performed LU {at=989869.656151817, lu_delay=6.440714917960577, ms=00047}
22:49:24.377935 run osmo-ms-mob/00068: Starting mobile
22:49:24.398006 run osmo-ms-mob/00068(pid=203): Launched
22:49:24.411757 run mass: MS start registered {at=989870.115095879, delay=0.005771629977971315, ms=00068}
22:49:24.776727 run osmo-ms-mob/00069: Starting mobile
22:49:24.796921 run osmo-ms-mob/00069(pid=204): Launched
22:49:24.821574 run mass: MS start registered {at=989870.524873348, delay=0.010024842922575772, ms=00069}
22:49:25.178133 run osmo-ms-mob/00070: Starting mobile
22:49:25.195920 run osmo-ms-mob/00070(pid=205): Launched
22:49:25.210479 run mass: MS start registered {at=989870.913819644, delay=0.005959228030405939, ms=00070}
22:49:25.471304 run mass: MS performed LU {at=989871.174636537, lu_delay=5.733186522033066, ms=00054}
22:49:25.485193 run osmo-ms-mob/00071: Starting mobile
22:49:25.500537 run osmo-ms-mob/00071(pid=206): Launched
22:49:25.507869 run mass: MS performed LU {at=989871.211221881, lu_delay=5.530565459979698, ms=00055}
22:49:25.515197 run mass: MS start registered {at=989871.218559785, delay=0.007360695046372712, ms=00071}
22:49:25.591202 run mass: MS performed LU {at=989871.294533032, lu_delay=6.153485749964602, ms=00053}
22:49:25.799155 run mass: MS performed LU {at=989871.502488774, lu_delay=5.172179352957755, ms=00057}
22:49:25.812405 run osmo-ms-mob/00072: Starting mobile
22:49:25.827241 run osmo-ms-mob/00072(pid=207): Launched
22:49:25.833892 run mass: MS performed LU {at=989871.537247105, lu_delay=5.63597075198777, ms=00056}
22:49:25.840586 run mass: MS performed LU {at=989871.543950215, lu_delay=4.806656426982954, ms=00058}
22:49:25.847336 run mass: MS start registered {at=989871.550700502, delay=0.013475768966600299, ms=00072}
22:49:26.375371 run osmo-ms-mob/00073: Starting mobile
22:49:26.390272 run osmo-ms-mob/00073(pid=208): Launched
22:49:26.402275 run mass: MS start registered {at=989872.105617842, delay=0.005587145104072988, ms=00073}
22:49:26.675621 run mass: MS performed LU {at=989872.378946136, lu_delay=3.708610018948093, ms=00064}
22:49:26.689503 run osmo-ms-mob/00074: Starting mobile
22:49:26.706989 run osmo-ms-mob/00074(pid=209): Launched
22:49:26.720408 run mass: MS start registered {at=989872.423742795, delay=0.005401327041909099, ms=00074}
22:49:27.176016 run osmo-ms-mob/00075: Starting mobile
22:49:27.191938 run osmo-ms-mob/00075(pid=210): Launched
22:49:27.206693 run mass: MS start registered {at=989872.910028436, delay=0.006420627003535628, ms=00075}
22:49:27.410118 run mass: MS performed LU {at=989873.113426329, lu_delay=6.07712609495502, ms=00059}
22:49:27.520534 run mass: MS performed LU {at=989873.223850817, lu_delay=5.375660131918266, ms=00062}
22:49:27.663814 run mass: MS performed LU {at=989873.367143827, lu_delay=6.034671685076319, ms=00060}
22:49:27.678488 run osmo-ms-mob/00076: Starting mobile
22:49:27.695972 run osmo-ms-mob/00076(pid=211): Launched
22:49:27.709529 run mass: MS start registered {at=989873.412867511, delay=0.005736776045523584, ms=00076}
22:49:27.718281 run mass: MS performed LU {at=989873.421604328, lu_delay=5.8344720719615, ms=00061}
22:49:28.076431 run osmo-ms-mob/00077: Starting mobile
22:49:28.094498 run osmo-ms-mob/00077(pid=212): Launched
22:49:28.107926 run mass: MS start registered {at=989873.811253038, delay=0.005112288985401392, ms=00077}
22:49:28.577207 run osmo-ms-mob/00078: Starting mobile
22:49:28.600470 run osmo-ms-mob/00078(pid=213): Launched
22:49:28.613487 run mass: MS start registered {at=989874.316824432, delay=0.005494266981258988, ms=00078}
22:49:28.977080 run osmo-ms-mob/00079: Starting mobile
22:49:28.991722 run osmo-ms-mob/00079(pid=214): Launched
22:49:29.004073 run mass: MS start registered {at=989874.707412161, delay=0.005294128088280559, ms=00079}
22:49:29.338538 run mass: MS performed LU {at=989875.041807877, lu_delay=4.926711998065002, ms=00068}
22:49:29.357122 run mass: MS performed LU {at=989875.060446583, lu_delay=5.95075699291192, ms=00065}
22:49:29.371907 run osmo-ms-mob/00080: Starting mobile
22:49:29.389868 run osmo-ms-mob/00080(pid=215): Launched
22:49:29.398213 run mass: MS performed LU {at=989875.101562077, lu_delay=5.742220403975807, ms=00066}
22:49:29.406204 run mass: MS start registered {at=989875.109564498, delay=0.008031600969843566, ms=00080}
22:49:29.472828 run mass: MS performed LU {at=989875.176156956, lu_delay=5.5293606229824945, ms=00067}
22:49:29.509214 run mass: MS performed LU {at=989875.212525376, lu_delay=4.687652028049342, ms=00069}
22:49:29.977429 run osmo-ms-mob/00081: Starting mobile
22:49:29.994493 run osmo-ms-mob/00081(pid=216): Launched
22:49:30.008532 run mass: MS start registered {at=989875.711878378, delay=0.005606262944638729, ms=00081}
22:49:30.377435 run osmo-ms-mob/00082: Starting mobile
22:49:30.394005 run osmo-ms-mob/00082(pid=217): Launched
22:49:30.407116 run mass: MS start registered {at=989876.110451018, delay=0.005355381988920271, ms=00082}
22:49:30.985874 run osmo-ms-mob/00083: Starting mobile
22:49:31.000856 run osmo-ms-mob/00083(pid=218): Launched
22:49:31.012017 run mass: MS start registered {at=989876.715370025, delay=0.004756517009809613, ms=00083}
22:49:31.177206 run mass: MS performed LU {at=989876.880436423, lu_delay=5.9666167789837345, ms=00070}
22:49:31.200992 run mass: MS performed LU {at=989876.904352891, lu_delay=4.798735048971139, ms=00073}
22:49:31.212169 run mass: MS performed LU {at=989876.91550677, lu_delay=5.364806268014945, ms=00072}
22:49:31.224667 run osmo-ms-mob/00084: Starting mobile
22:49:31.238597 run osmo-ms-mob/00084(pid=219): Launched
22:49:31.249939 run mass: MS start registered {at=989876.953291639, delay=0.004945068038068712, ms=00084}
22:49:31.465680 run mass: MS performed LU {at=989877.169014187, lu_delay=5.9504544019000605, ms=00071}
22:49:31.977135 run osmo-ms-mob/00085: Starting mobile
22:49:31.993210 run osmo-ms-mob/00085(pid=220): Launched
22:49:32.005431 run mass: MS start registered {at=989877.708787381, delay=0.0013679219409823418, ms=00085}
22:49:32.162544 run mass: MS performed LU {at=989877.865875365, lu_delay=5.442132569965906, ms=00074}
22:49:32.575221 run osmo-ms-mob/00086: Starting mobile
22:49:32.589926 run osmo-ms-mob/00086(pid=221): Launched
22:49:32.602283 run mass: MS start registered {at=989878.305627004, delay=0.0055334430653601885, ms=00086}
22:49:33.123049 run mass: MS performed LU {at=989878.826381264, lu_delay=5.015128226019442, ms=00077}
22:49:33.134912 run osmo-ms-mob/00087: Starting mobile
22:49:33.148665 run osmo-ms-mob/00087(pid=222): Launched
22:49:33.155912 run mass: MS performed LU {at=989878.859266137, lu_delay=5.94923770101741, ms=00075}
22:49:33.162131 run mass: MS start registered {at=989878.865495687, delay=0.006251882994547486, ms=00087}
22:49:33.238730 run mass: MS performed LU {at=989878.942058547, lu_delay=5.529191036010161, ms=00076}
22:49:33.274635 run mass: MS performed LU {at=989878.977964339, lu_delay=4.6611399069661275, ms=00078}
22:49:33.777457 run osmo-ms-mob/00088: Starting mobile
22:49:33.792472 run osmo-ms-mob/00088(pid=223): Launched
22:49:33.805334 run mass: MS start registered {at=989879.508660127, delay=0.006227862904779613, ms=00088}
22:49:34.375103 run osmo-ms-mob/00089: Starting mobile
22:49:34.389142 run osmo-ms-mob/00089(pid=224): Launched
22:49:34.401371 run mass: MS start registered {at=989880.104686683, delay=0.00539714505430311, ms=00089}
22:49:34.975325 run osmo-ms-mob/00090: Starting mobile
22:49:34.990709 run osmo-ms-mob/00090(pid=225): Launched
22:49:35.002203 run mass: MS start registered {at=989880.70553046, delay=0.005083797965198755, ms=00090}
22:49:35.139878 run mass: MS performed LU {at=989880.843198019, lu_delay=5.733633521012962, ms=00080}
22:49:35.223351 run mass: MS performed LU {at=989880.926675, lu_delay=4.816223982023075, ms=00082}
22:49:35.430860 run mass: MS performed LU {at=989881.13418742, lu_delay=6.42677525896579, ms=00079}
22:49:35.675117 run osmo-ms-mob/00091: Starting mobile
22:49:35.689374 run osmo-ms-mob/00091(pid=226): Launched
22:49:35.701333 run mass: MS start registered {at=989881.404680889, delay=0.00428228999953717, ms=00091}
22:49:36.375772 run osmo-ms-mob/00092: Starting mobile
22:49:36.389053 run osmo-ms-mob/00092(pid=227): Launched
22:49:36.400449 run mass: MS start registered {at=989882.10379059, delay=0.005087102996185422, ms=00092}
22:49:36.889102 run mass: MS performed LU {at=989882.592434473, lu_delay=5.877064447966404, ms=00083}
22:49:36.916639 run mass: MS performed LU {at=989882.619966525, lu_delay=4.911179144051857, ms=00085}
22:49:37.004253 run mass: MS performed LU {at=989882.70758446, lu_delay=5.754292821045965, ms=00084}
22:49:37.016478 run osmo-ms-mob/00093: Starting mobile
22:49:37.030152 run osmo-ms-mob/00093(pid=228): Launched
22:49:37.041777 run mass: MS start registered {at=989882.745125808, delay=0.004992634057998657, ms=00093}
22:49:38.077920 run osmo-ms-mob/00094: Starting mobile
22:49:38.092184 run osmo-ms-mob/00094(pid=229): Launched
22:49:38.103747 run mass: MS start registered {at=989883.807090124, delay=0.004780709045007825, ms=00094}
22:49:38.669488 run mass: MS performed LU {at=989884.372823429, lu_delay=4.864163302001543, ms=00088}
22:49:38.754054 run mass: MS performed LU {at=989884.457301992, lu_delay=5.591806304990314, ms=00087}
22:49:38.817853 run mass: MS performed LU {at=989884.521171524, lu_delay=6.215544519945979, ms=00086}
22:49:39.125116 run osmo-ms-mob/00095: Starting mobile
22:49:39.138768 run osmo-ms-mob/00095(pid=230): Launched
22:49:39.145129 run mass: Starting too slowly. Moving on {now=989884.848498581, sleep=-0.07629445078782737, target=989884.7722041302}
22:49:39.151155 run mass: MS start registered {at=989884.854514263, delay=0.00601823499891907, ms=00095}
22:49:39.977950 run osmo-ms-mob/00096: Starting mobile
22:49:39.992286 run osmo-ms-mob/00096(pid=231): Launched
22:49:40.003441 run mass: MS start registered {at=989885.70679114, delay=0.004377446020953357, ms=00096}
22:49:40.655446 run mass: MS performed LU {at=989886.358692411, lu_delay=4.9540115220006555, ms=00091}
22:49:40.682011 run mass: MS performed LU {at=989886.385345963, lu_delay=5.679815502953716, ms=00090}
22:49:40.770287 run mass: MS performed LU {at=989886.473538706, lu_delay=6.3688520229188725, ms=00089}
22:49:41.079430 run osmo-ms-mob/00097: Starting mobile
22:49:41.094063 run osmo-ms-mob/00097(pid=232): Launched
22:49:41.105094 run mass: MS start registered {at=989886.808442279, delay=0.004836400970816612, ms=00097}
22:49:42.374831 run osmo-ms-mob/00098: Starting mobile
22:49:42.388599 run osmo-ms-mob/00098(pid=233): Launched
22:49:42.399379 run mass: MS start registered {at=989888.10272847, delay=0.0004530469886958599, ms=00098}
22:49:42.519434 run mass: MS performed LU {at=989888.222736826, lu_delay=6.118946236092597, ms=00092}
22:49:42.583902 run mass: MS performed LU {at=989888.287234326, lu_delay=5.542108517955057, ms=00093}
22:49:42.671878 run mass: MS performed LU {at=989888.375126228, lu_delay=4.568036103970371, ms=00094}
22:49:44.179508 run osmo-ms-mob/00099: Starting mobile
22:49:44.194326 run osmo-ms-mob/00099(pid=234): Launched
22:49:44.200602 run mass: All started... {duration=55.731765902019106, too_slow=2}
22:49:44.206632 run mass: MS start registered {at=989889.909991333, delay=0.0060252000112086535, ms=00099}
22:49:44.419840 run mass: MS performed LU {at=989890.123158606, lu_delay=5.268644343013875, ms=00095}
22:49:44.448306 run mass: MS performed LU {at=989890.151653437, lu_delay=4.444862296921201, ms=00096}
22:49:44.536448 run mass: MS performed LU {at=989890.239701738, lu_delay=21.930332983960398, ms=00063}
22:49:48.168285 run mass: MS performed LU {at=989893.871611001, lu_delay=7.063168721972033, ms=00097}
22:49:48.421997 run mass: MS performed LU {at=989894.125314867, lu_delay=6.022586397011764, ms=00098}
22:49:50.096833 run mass: MS performed LU {at=989895.800167969, lu_delay=5.89017663593404, ms=00099}
22:49:52.168858 run mass: MS performed LU {at=989897.872179562, lu_delay=22.160301184048876, ms=00081}
22:49:52.175405 run mass: Tests done {all_completed=True, max=22.160301184048876, min=3.708610018948093}
22:49:52.181138 tst register_default_mass.py: Test passed (90.2 sec)
22:49:52.186782 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.190220 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.193623 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.196990 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.200355 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.203745 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.207112 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.210489 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.213856 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.217575 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.220928 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.224516 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.227859 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.231218 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.234621 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.238012 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.241402 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.244822 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.248706 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.252168 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.255622 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.259250 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.263331 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.271752 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.275150 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.278506 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.281917 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.285370 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.288781 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.292299 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.295709 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.299148 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.302593 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.306014 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.309456 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.313242 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.316763 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.320465 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.324013 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.328019 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.331713 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.335912 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.339387 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.342789 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.346177 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.349622 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.353035 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.356458 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.360080 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.363522 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.366941 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.370325 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.373712 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.377286 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.380693 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.384058 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.387443 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.391254 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.395230 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.398886 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.402254 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.405904 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.409499 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.413082 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.416549 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.420007 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.423481 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.426999 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.430448 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.434119 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.437547 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.441401 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.444846 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.449381 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.455603 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.459238 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.462659 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.466038 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.469439 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.472865 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.476288 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.479738 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.483127 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.486537 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.489976 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.493407 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.497122 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.500683 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.505007 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.508385 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.511750 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.515136 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.518480 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.521858 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.525216 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.528598 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.532030 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.535503 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.538876 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.542337 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.545877 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.549402 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.553281 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.556664 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.560021 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.563456 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.566918 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.570295 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.573632 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.576994 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.580382 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.583759 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.587164 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.590516 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.593957 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.597363 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.600715 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.604055 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.607393 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.610740 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.614076 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.617425 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.620703 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.624048 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.627401 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.630736 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.634039 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.637412 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.640768 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.644167 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:52.647523 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:52.650877 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:52.654223 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:52.657566 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:52.660913 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:52.664266 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:52.667603 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:52.670915 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:52.674126 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:52.677339 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:52.680584 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:52.683801 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:52.687062 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:52.690416 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:52.693764 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:52.697123 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:52.700475 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:52.703814 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:52.707187 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:52.710573 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:52.713938 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:52.717273 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:52.720606 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:52.723943 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:52.727281 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:52.730648 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:52.734190 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:52.737568 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:52.740935 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:52.744309 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:52.747705 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:52.751103 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:52.754502 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:52.757883 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:52.761298 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:52.764698 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:52.768159 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:52.771594 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:52.774979 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:52.778437 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:52.781897 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:52.785354 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:52.788891 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:52.792329 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:52.795765 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:52.799256 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:52.802680 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:52.806136 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:52.809544 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:52.812959 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:52.816391 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:52.819861 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:52.823258 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:52.826682 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:52.830152 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:52.833606 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:52.836959 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:52.840307 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:52.843662 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:52.847053 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:52.850485 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:52.853940 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:52.857416 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:52.860893 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:52.864324 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:52.867788 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:52.871161 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:52.874661 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:52.878147 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:52.881550 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:52.884996 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:52.888418 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:52.891899 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:52.895368 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:52.898774 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:52.902241 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:52.905654 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:52.909065 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:52.912510 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:52.915882 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:52.919327 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:52.922749 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:52.926138 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:52.929563 --- ParallelTerminationStrategy: PID 22 died...
22:49:52.931076 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.934827 --- ParallelTerminationStrategy: PID 23 died...
22:49:52.936337 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.940150 --- ParallelTerminationStrategy: PID 24 died...
22:49:52.941697 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.945491 --- ParallelTerminationStrategy: PID 25 died...
22:49:52.946987 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.950767 --- ParallelTerminationStrategy: PID 26 died...
22:49:52.952315 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.956105 --- ParallelTerminationStrategy: PID 27 died...
22:49:52.957663 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.961418 --- ParallelTerminationStrategy: PID 28 died...
22:49:52.962937 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.966774 --- ParallelTerminationStrategy: PID 29 died...
22:49:52.968325 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.972181 --- ParallelTerminationStrategy: PID 30 died...
22:49:52.973734 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.977563 --- ParallelTerminationStrategy: PID 31 died...
22:49:52.979123 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.982923 --- ParallelTerminationStrategy: PID 32 died...
22:49:52.984539 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.988445 --- ParallelTerminationStrategy: PID 33 died...
22:49:52.990001 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.994630 --- ParallelTerminationStrategy: PID 35 died...
22:49:52.996243 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.000071 --- ParallelTerminationStrategy: PID 36 died...
22:49:53.001658 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.005510 --- ParallelTerminationStrategy: PID 37 died...
22:49:53.007049 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.010822 --- ParallelTerminationStrategy: PID 38 died...
22:49:53.012361 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.016173 --- ParallelTerminationStrategy: PID 39 died...
22:49:53.017721 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.021504 --- ParallelTerminationStrategy: PID 40 died...
22:49:53.023028 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.026838 --- ParallelTerminationStrategy: PID 41 died...
22:49:53.028396 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.032224 --- ParallelTerminationStrategy: PID 42 died...
22:49:53.033763 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.037618 --- ParallelTerminationStrategy: PID 43 died...
22:49:53.039161 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.042990 --- ParallelTerminationStrategy: PID 44 died...
22:49:53.044500 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.048253 --- ParallelTerminationStrategy: PID 45 died...
22:49:53.049773 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.053571 --- ParallelTerminationStrategy: PID 46 died...
22:49:53.055108 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.058917 --- ParallelTerminationStrategy: PID 47 died...
22:49:53.060453 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.064254 --- ParallelTerminationStrategy: PID 48 died...
22:49:53.065826 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.069639 --- ParallelTerminationStrategy: PID 49 died...
22:49:53.071167 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.074934 --- ParallelTerminationStrategy: PID 50 died...
22:49:53.076484 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.080250 --- ParallelTerminationStrategy: PID 51 died...
22:49:53.081777 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.085599 --- ParallelTerminationStrategy: PID 52 died...
22:49:53.087137 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.090952 --- ParallelTerminationStrategy: PID 53 died...
22:49:53.092482 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.096273 --- ParallelTerminationStrategy: PID 54 died...
22:49:53.097813 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.101631 --- ParallelTerminationStrategy: PID 55 died...
22:49:53.103149 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.106878 --- ParallelTerminationStrategy: PID 56 died...
22:49:53.108403 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.112226 --- ParallelTerminationStrategy: PID 57 died...
22:49:53.113772 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.117547 --- ParallelTerminationStrategy: PID 58 died...
22:49:53.119091 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.122892 --- ParallelTerminationStrategy: PID 59 died...
22:49:53.124390 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.128176 --- ParallelTerminationStrategy: PID 60 died...
22:49:53.129709 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.133549 --- ParallelTerminationStrategy: PID 61 died...
22:49:53.135079 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.138804 --- ParallelTerminationStrategy: PID 62 died...
22:49:53.140302 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.144068 --- ParallelTerminationStrategy: PID 63 died...
22:49:53.145600 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.149393 --- ParallelTerminationStrategy: PID 64 died...
22:49:53.150923 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.154713 --- ParallelTerminationStrategy: PID 65 died...
22:49:53.156285 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.160073 --- ParallelTerminationStrategy: PID 66 died...
22:49:53.161627 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.165456 --- ParallelTerminationStrategy: PID 67 died...
22:49:53.166981 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.170757 --- ParallelTerminationStrategy: PID 68 died...
22:49:53.172290 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.176108 --- ParallelTerminationStrategy: PID 69 died...
22:49:53.177648 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.181430 --- ParallelTerminationStrategy: PID 70 died...
22:49:53.182972 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.186762 --- ParallelTerminationStrategy: PID 71 died...
22:49:53.188324 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.192147 --- ParallelTerminationStrategy: PID 72 died...
22:49:53.193730 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.197509 --- ParallelTerminationStrategy: PID 73 died...
22:49:53.199052 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.202821 --- ParallelTerminationStrategy: PID 74 died...
22:49:53.204361 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.208173 --- ParallelTerminationStrategy: PID 75 died...
22:49:53.209729 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.213563 --- ParallelTerminationStrategy: PID 76 died...
22:49:53.215116 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:53.218907 --- ParallelTerminationStrategy: PID 77 died...
22:49:53.220450 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:53.224218 --- ParallelTerminationStrategy: PID 78 died...
22:49:53.225740 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:53.229567 --- ParallelTerminationStrategy: PID 79 died...
22:49:53.231113 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:53.234913 --- ParallelTerminationStrategy: PID 80 died...
22:49:53.236435 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:53.240197 --- ParallelTerminationStrategy: PID 81 died...
22:49:53.241738 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:53.245564 --- ParallelTerminationStrategy: PID 82 died...
22:49:53.247099 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:53.250886 --- ParallelTerminationStrategy: PID 83 died...
22:49:53.252435 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:53.256285 --- ParallelTerminationStrategy: PID 84 died...
22:49:53.257837 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:53.261638 --- ParallelTerminationStrategy: PID 85 died...
22:49:53.263137 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:53.266900 --- ParallelTerminationStrategy: PID 86 died...
22:49:53.268456 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:53.272287 --- ParallelTerminationStrategy: PID 87 died...
22:49:53.273835 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:53.277602 --- ParallelTerminationStrategy: PID 88 died...
22:49:53.279142 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:53.282902 --- ParallelTerminationStrategy: PID 89 died...
22:49:53.284449 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:53.288251 --- ParallelTerminationStrategy: PID 90 died...
22:49:53.289776 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:53.293428 --- ParallelTerminationStrategy: PID 91 died...
22:49:53.294871 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:53.298426 --- ParallelTerminationStrategy: PID 92 died...
22:49:53.299878 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:53.303435 --- ParallelTerminationStrategy: PID 93 died...
22:49:53.304918 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:53.308464 --- ParallelTerminationStrategy: PID 94 died...
22:49:53.309914 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:53.313483 --- ParallelTerminationStrategy: PID 95 died...
22:49:53.314917 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.318490 --- ParallelTerminationStrategy: PID 96 died...
22:49:53.319973 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.323601 --- ParallelTerminationStrategy: PID 97 died...
22:49:53.325075 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.328651 --- ParallelTerminationStrategy: PID 98 died...
22:49:53.330101 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.333722 --- ParallelTerminationStrategy: PID 99 died...
22:49:53.335170 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.338768 --- ParallelTerminationStrategy: PID 100 died...
22:49:53.340220 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.343960 --- ParallelTerminationStrategy: PID 101 died...
22:49:53.345462 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.349155 --- ParallelTerminationStrategy: PID 102 died...
22:49:53.350652 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.354363 --- ParallelTerminationStrategy: PID 103 died...
22:49:53.355869 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.359616 --- ParallelTerminationStrategy: PID 104 died...
22:49:53.361130 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.364820 --- ParallelTerminationStrategy: PID 105 died...
22:49:53.366330 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.369999 --- ParallelTerminationStrategy: PID 106 died...
22:49:53.371502 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.375119 --- ParallelTerminationStrategy: PID 107 died...
22:49:53.376590 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.380348 --- ParallelTerminationStrategy: PID 108 died...
22:49:53.381880 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.385617 --- ParallelTerminationStrategy: PID 109 died...
22:49:53.387122 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.390836 --- ParallelTerminationStrategy: PID 110 died...
22:49:53.392361 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.396083 --- ParallelTerminationStrategy: PID 111 died...
22:49:53.397600 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.401318 --- ParallelTerminationStrategy: PID 112 died...
22:49:53.402823 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.406539 --- ParallelTerminationStrategy: PID 113 died...
22:49:53.408042 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.411780 --- ParallelTerminationStrategy: PID 114 died...
22:49:53.413291 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.417016 --- ParallelTerminationStrategy: PID 115 died...
22:49:53.418523 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.422246 --- ParallelTerminationStrategy: PID 116 died...
22:49:53.423753 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.427508 --- ParallelTerminationStrategy: PID 117 died...
22:49:53.429012 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.432733 --- ParallelTerminationStrategy: PID 118 died...
22:49:53.434237 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.437944 --- ParallelTerminationStrategy: PID 119 died...
22:49:53.439455 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.443186 --- ParallelTerminationStrategy: PID 120 died...
22:49:53.444695 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.448410 --- ParallelTerminationStrategy: PID 121 died...
22:49:53.449918 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.453613 --- ParallelTerminationStrategy: PID 122 died...
22:49:53.455115 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.458846 --- ParallelTerminationStrategy: PID 123 died...
22:49:53.460353 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.464114 --- ParallelTerminationStrategy: PID 124 died...
22:49:53.465632 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:53.469320 --- ParallelTerminationStrategy: PID 125 died...
22:49:53.470828 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:53.474605 --- ParallelTerminationStrategy: PID 126 died...
22:49:53.476118 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:53.479834 --- ParallelTerminationStrategy: PID 127 died...
22:49:53.481337 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:53.485050 --- ParallelTerminationStrategy: PID 128 died...
22:49:53.486557 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:53.490302 --- ParallelTerminationStrategy: PID 129 died...
22:49:53.491826 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:53.495540 --- ParallelTerminationStrategy: PID 130 died...
22:49:53.497041 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:53.500849 --- ParallelTerminationStrategy: PID 131 died...
22:49:53.502354 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:53.506060 --- ParallelTerminationStrategy: PID 132 died...
22:49:53.507568 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:53.511291 --- ParallelTerminationStrategy: PID 133 died...
22:49:53.512814 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:53.516523 --- ParallelTerminationStrategy: PID 134 died...
22:49:53.518030 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:53.521743 --- ParallelTerminationStrategy: PID 135 died...
22:49:53.523270 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:53.526991 --- ParallelTerminationStrategy: PID 136 died...
22:49:53.528491 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:53.532252 --- ParallelTerminationStrategy: PID 137 died...
22:49:53.533769 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.537475 --- ParallelTerminationStrategy: PID 138 died...
22:49:53.538983 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.542777 --- ParallelTerminationStrategy: PID 139 died...
22:49:53.544293 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.548023 --- ParallelTerminationStrategy: PID 140 died...
22:49:53.549537 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.553308 --- ParallelTerminationStrategy: PID 141 died...
22:49:53.554825 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.558624 --- ParallelTerminationStrategy: PID 142 died...
22:49:53.560142 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.563929 --- ParallelTerminationStrategy: PID 143 died...
22:49:53.565460 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.569219 --- ParallelTerminationStrategy: PID 144 died...
22:49:53.570724 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.574469 --- ParallelTerminationStrategy: PID 145 died...
22:49:53.575977 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.579763 --- ParallelTerminationStrategy: PID 146 died...
22:49:53.581301 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.585239 --- ParallelTerminationStrategy: PID 147 died...
22:49:53.586772 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.590544 --- ParallelTerminationStrategy: PID 148 died...
22:49:53.592050 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.595811 --- ParallelTerminationStrategy: PID 149 died...
22:49:53.597325 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.601102 --- ParallelTerminationStrategy: PID 150 died...
22:49:53.602613 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.606368 --- ParallelTerminationStrategy: PID 151 died...
22:49:53.607870 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.611642 --- ParallelTerminationStrategy: PID 152 died...
22:49:53.613160 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.616942 --- ParallelTerminationStrategy: PID 153 died...
22:49:53.618453 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.622207 --- ParallelTerminationStrategy: PID 154 died...
22:49:53.623714 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.627503 --- ParallelTerminationStrategy: PID 155 died...
22:49:53.629037 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.632822 --- ParallelTerminationStrategy: PID 156 died...
22:49:53.634347 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.638088 --- ParallelTerminationStrategy: PID 157 died...
22:49:53.639591 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.643343 --- ParallelTerminationStrategy: PID 158 died...
22:49:53.644863 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.648567 --- ParallelTerminationStrategy: PID 159 died...
22:49:53.650094 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.653819 --- ParallelTerminationStrategy: PID 160 died...
22:49:53.655320 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.659074 --- ParallelTerminationStrategy: PID 161 died...
22:49:53.660585 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.664301 --- ParallelTerminationStrategy: PID 162 died...
22:49:53.665907 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.669665 --- ParallelTerminationStrategy: PID 163 died...
22:49:53.671187 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.674931 --- ParallelTerminationStrategy: PID 164 died...
22:49:53.676436 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.680182 --- ParallelTerminationStrategy: PID 165 died...
22:49:53.681688 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.685407 --- ParallelTerminationStrategy: PID 166 died...
22:49:53.686921 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.690678 --- ParallelTerminationStrategy: PID 167 died...
22:49:53.692192 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.695949 --- ParallelTerminationStrategy: PID 168 died...
22:49:53.697446 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.701053 --- ParallelTerminationStrategy: PID 169 died...
22:49:53.702495 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.706087 --- ParallelTerminationStrategy: PID 170 died...
22:49:53.707536 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.711131 --- ParallelTerminationStrategy: PID 171 died...
22:49:53.712570 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:53.716172 --- ParallelTerminationStrategy: PID 172 died...
22:49:53.717616 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:53.721227 --- ParallelTerminationStrategy: PID 173 died...
22:49:53.722689 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:53.726264 --- ParallelTerminationStrategy: PID 174 died...
22:49:53.727705 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:53.731286 --- ParallelTerminationStrategy: PID 175 died...
22:49:53.732724 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:53.736297 --- ParallelTerminationStrategy: PID 176 died...
22:49:53.737780 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:53.741422 --- ParallelTerminationStrategy: PID 177 died...
22:49:53.742940 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:53.746705 --- ParallelTerminationStrategy: PID 178 died...
22:49:53.748224 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:53.752004 --- ParallelTerminationStrategy: PID 179 died...
22:49:53.753516 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:53.757283 --- ParallelTerminationStrategy: PID 180 died...
22:49:53.758789 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:53.762568 --- ParallelTerminationStrategy: PID 181 died...
22:49:53.764085 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:53.767839 --- ParallelTerminationStrategy: PID 182 died...
22:49:53.769349 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:53.773073 --- ParallelTerminationStrategy: PID 183 died...
22:49:53.774577 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.778355 --- ParallelTerminationStrategy: PID 184 died...
22:49:53.779871 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.783627 --- ParallelTerminationStrategy: PID 185 died...
22:49:53.785149 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.788881 --- ParallelTerminationStrategy: PID 186 died...
22:49:53.790389 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.794100 --- ParallelTerminationStrategy: PID 187 died...
22:49:53.795612 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.799368 --- ParallelTerminationStrategy: PID 188 died...
22:49:53.800878 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.804613 --- ParallelTerminationStrategy: PID 189 died...
22:49:53.806125 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.809800 --- ParallelTerminationStrategy: PID 190 died...
22:49:53.811256 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.814966 --- ParallelTerminationStrategy: PID 191 died...
22:49:53.816484 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.820221 --- ParallelTerminationStrategy: PID 192 died...
22:49:53.821735 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.825492 --- ParallelTerminationStrategy: PID 193 died...
22:49:53.826985 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.830717 --- ParallelTerminationStrategy: PID 194 died...
22:49:53.832212 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.836021 --- ParallelTerminationStrategy: PID 195 died...
22:49:53.837532 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.841253 --- ParallelTerminationStrategy: PID 196 died...
22:49:53.842755 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.846533 --- ParallelTerminationStrategy: PID 197 died...
22:49:53.848033 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.851750 --- ParallelTerminationStrategy: PID 198 died...
22:49:53.853256 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.857024 --- ParallelTerminationStrategy: PID 199 died...
22:49:53.858533 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.862252 --- ParallelTerminationStrategy: PID 200 died...
22:49:53.863760 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.867486 --- ParallelTerminationStrategy: PID 201 died...
22:49:53.869099 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.872868 --- ParallelTerminationStrategy: PID 202 died...
22:49:53.874372 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.878103 --- ParallelTerminationStrategy: PID 203 died...
22:49:53.879623 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.883362 --- ParallelTerminationStrategy: PID 204 died...
22:49:53.884878 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.888621 --- ParallelTerminationStrategy: PID 205 died...
22:49:53.890148 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.893850 --- ParallelTerminationStrategy: PID 206 died...
22:49:53.895360 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.899090 --- ParallelTerminationStrategy: PID 207 died...
22:49:53.900593 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.904303 --- ParallelTerminationStrategy: PID 208 died...
22:49:53.905838 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.909574 --- ParallelTerminationStrategy: PID 209 died...
22:49:53.911081 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.914888 --- ParallelTerminationStrategy: PID 210 died...
22:49:53.916399 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.920133 --- ParallelTerminationStrategy: PID 211 died...
22:49:53.921669 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.925432 --- ParallelTerminationStrategy: PID 212 died...
22:49:53.926935 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.930699 --- ParallelTerminationStrategy: PID 213 died...
22:49:53.932198 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.935932 --- ParallelTerminationStrategy: PID 214 died...
22:49:53.937445 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.941215 --- ParallelTerminationStrategy: PID 215 died...
22:49:53.942721 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.946451 --- ParallelTerminationStrategy: PID 216 died...
22:49:53.947953 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.951685 --- ParallelTerminationStrategy: PID 217 died...
22:49:53.953202 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.957028 --- ParallelTerminationStrategy: PID 218 died...
22:49:53.958541 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.962292 --- ParallelTerminationStrategy: PID 219 died...
22:49:53.963801 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.967535 --- ParallelTerminationStrategy: PID 220 died...
22:49:53.969081 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.972826 --- ParallelTerminationStrategy: PID 221 died...
22:49:53.974323 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.978038 --- ParallelTerminationStrategy: PID 222 died...
22:49:53.979542 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.983252 --- ParallelTerminationStrategy: PID 223 died...
22:49:53.984749 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.988469 --- ParallelTerminationStrategy: PID 224 died...
22:49:53.990023 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.993775 --- ParallelTerminationStrategy: PID 225 died...
22:49:53.995274 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.999017 --- ParallelTerminationStrategy: PID 226 died...
22:49:54.000534 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.004350 --- ParallelTerminationStrategy: PID 227 died...
22:49:54.005879 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.009597 --- ParallelTerminationStrategy: PID 228 died...
22:49:54.011098 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.014821 --- ParallelTerminationStrategy: PID 229 died...
22:49:54.016324 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.020036 --- ParallelTerminationStrategy: PID 230 died...
22:49:54.021572 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.025301 --- ParallelTerminationStrategy: PID 231 died...
22:49:54.026796 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.030521 --- ParallelTerminationStrategy: PID 232 died...
22:49:54.032037 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.035816 --- ParallelTerminationStrategy: PID 233 died...
22:49:54.037333 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.041045 --- ParallelTerminationStrategy: PID 234 died...
22:49:54.042544 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.445917 --- ParallelTerminationStrategy: PID 34 died...
22:49:57.449399 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7856 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.548602 tst trial-7856: Storing JUnit report in /build/trial-7856/run.2025-01-24_22-48-21/trial-7856.xml
--------------------------------------------------------------------------------------------
trial-7856 PASS
--------------------------------------------------------------------------------------------
22:49:57.562309 tst trial-7856: trial-7856: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (90.2 sec)
+ exit_code=0
+ rm -rf trial-7856/inst
+ cd trial-7856
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-24 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7856-run.tgz run.2025-01-24_22-48-21
+ tar czf /build/trial-7856-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-24_13_28_37.tgz osmo-bts-oc2g.build-2025-01-24_00_51_31.tgz osmo-bts-sysmo.build-2025-01-24_00_51_26.tgz osmo-bts.build-2025-01-24_00_51_43.tgz osmo-ggsn.build-2025-01-24_20_42_28.tgz osmo-hlr.build-2025-01-24_16_36_58.tgz osmo-hnbgw.build-2025-01-24_13_29_14.tgz osmo-mgw.build-2025-01-24_08_33_14.tgz osmo-msc.build-2025-01-24_13_33_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-24_07_40_37.tgz osmo-pcu-sysmo.build-2025-01-24_07_40_32.tgz osmo-pcu.build-2025-01-24_07_40_39.tgz osmo-sgsn.build-2025-01-24_20_48_50.tgz osmo-stp.build-2025-01-24_13_25_17.tgz osmo-trx.build-2025-01-24_14_27_48.tgz osmocom-bb.build-2025-01-24_21_17_13.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