Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18414282209994831811.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-7844
+ 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
1cd38f2 redmine: upgrade to 5.1.5
+ 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 DONE 0.3s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#7 CACHED
#8 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#8 CACHED
#9 [ 8/28] RUN MKDIR /var/run/sshd
#9 CACHED
#10 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#10 CACHED
#11 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#11 CACHED
#12 [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
#12 CACHED
#13 [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
#13 CACHED
#14 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#14 CACHED
#15 [ 2/28] RUN useradd -ms /bin/bash jenkins
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#19 CACHED
#20 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#20 CACHED
#21 [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
#21 CACHED
#22 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#22 CACHED
#23 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#23 CACHED
#24 [20/28] WORKDIR /TMP
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#26 CACHED
#27 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#27 CACHED
#28 [ 3/28] RUN groupadd osmo-gsm-tester
#28 CACHED
#29 [ 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
#29 CACHED
#30 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#30 CACHED
#31 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#31 CACHED
#32 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:f9a0a5c9fc9d88da91aa2212aa4588084dda017a2e2184af8c2b6d37949e8003 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=7847 -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-15 22:48:27
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7847
+ mkdir -p trial-7847
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-15_13_28_31.tgz osmo-bts-oc2g.build-2025-01-15_10_51_58.tgz osmo-bts-sysmo.build-2025-01-15_10_49_01.tgz osmo-bts.build-2025-01-15_10_49_09.tgz osmo-ggsn.build-2025-01-15_20_42_27.tgz osmo-hlr.build-2025-01-15_16_40_22.tgz osmo-hnbgw.build-2025-01-15_13_29_44.tgz osmo-mgw.build-2025-01-15_08_33_06.tgz osmo-msc.build-2025-01-15_13_32_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-15_17_07_59.tgz osmo-pcu-sysmo.build-2025-01-15_17_07_52.tgz osmo-pcu.build-2025-01-15_17_13_22.tgz osmo-sgsn.build-2025-01-15_20_48_40.tgz osmo-stp.build-2025-01-15_13_25_33.tgz osmo-trx.build-2025-01-15_14_28_12.tgz osmocom-bb.build-2025-01-15_21_17_15.tgz srslte.build-19.tgz trial-7847
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-15_13_28_31.md5 osmo-bts-oc2g.build-2025-01-15_10_51_58.md5 osmo-bts-sysmo.build-2025-01-15_10_49_01.md5 osmo-bts.build-2025-01-15_10_49_09.md5 osmo-ggsn.build-2025-01-15_20_42_27.md5 osmo-hlr.build-2025-01-15_16_40_22.md5 osmo-hnbgw.build-2025-01-15_13_29_44.md5 osmo-mgw.build-2025-01-15_08_33_06.md5 osmo-msc.build-2025-01-15_13_32_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-15_17_07_59.md5 osmo-pcu-sysmo.build-2025-01-15_17_07_52.md5 osmo-pcu.build-2025-01-15_17_13_22.md5 osmo-sgsn.build-2025-01-15_20_48_40.md5 osmo-stp.build-2025-01-15_13_25_33.md5 osmo-trx.build-2025-01-15_14_28_12.md5 osmocom-bb.build-2025-01-15_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-15_13_28_31.md5 osmo-bts-oc2g.build-2025-01-15_10_51_58.md5 osmo-bts-sysmo.build-2025-01-15_10_49_01.md5 osmo-bts.build-2025-01-15_10_49_09.md5 osmo-ggsn.build-2025-01-15_20_42_27.md5 osmo-hlr.build-2025-01-15_16_40_22.md5 osmo-hnbgw.build-2025-01-15_13_29_44.md5 osmo-mgw.build-2025-01-15_08_33_06.md5 osmo-msc.build-2025-01-15_13_32_28.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-15_17_07_59.md5 osmo-pcu-sysmo.build-2025-01-15_17_07_52.md5 osmo-pcu.build-2025-01-15_17_13_22.md5 osmo-sgsn.build-2025-01-15_20_48_40.md5 osmo-stp.build-2025-01-15_13_25_33.md5 osmo-trx.build-2025-01-15_14_28_12.md5 osmocom-bb.build-2025-01-15_21_17_15.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-7847 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7847'
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-7847
--------------------------------------------------------------------------------------------
22:48:27.540244 tst trial-7847: Detailed log at /build/trial-7847/run.2025-01-15_22-48-27/log
---------------------------------------------------------------------
trial-7847 netreg_mass
---------------------------------------------------------------------
22:48:27.743283 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:27.743638 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:27.744431 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:27.745633 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:27.794221 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:27.795070 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:27.796209 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:27.908111 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-7847 netreg_mass register_default_mass.py
----------------------------------------------
22:48:27.909817 tst register_default_mass.py:9: Claiming resources for the test
22:48:27.931225 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.931806 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.932308 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.932790 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.933250 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.933728 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.934197 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:27.985756 tst register_default_mass.py: using LAC 2
22:48:28.028301 tst register_default_mass.py: using RAC 2
22:48:28.077944 tst register_default_mass.py: using CellId 2
22:48:28.124079 tst register_default_mass.py: using BVCI 3
22:48:28.133976 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.134680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.135256 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.135819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.136366 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.136911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.137453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.137987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.138522 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.139067 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.139589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.140109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.140743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.141291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.141815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.142351 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.142879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.143415 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.143951 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.144485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.145007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.145527 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.146069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.146599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.147114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.147644 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.148165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.148685 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.149211 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.149735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.150256 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.150776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.151315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.151849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.152376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.152907 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.153429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.153955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.154492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.155006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.155511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.156038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.156574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.157123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.157663 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.158178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.158694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.159228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.159748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.160275 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.160814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.161330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.161848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.162388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.162906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.163416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.163949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.164476 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.164989 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.165502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.166025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.166544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.167074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.167594 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.168099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.168622 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.169152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.169666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.170185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.170694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.171198 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.171711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.172312 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.172835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.173342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.173865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.174367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.174876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.175383 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.175900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.176407 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.176906 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.177426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.177944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.178446 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.178946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.179468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.179970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.180474 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.181001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.181517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.182022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.182552 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.183071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.183572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.184087 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.184612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.185132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.185641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.186173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.186691 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:28.187268 tst register_default_mass.py:21: Launching a simple network
22:48:28.197317 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:28.339105 run create_hlr_db(pid=20): Launched
22:48:29.360437 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:29.399967 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:29.437434 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:29.452301 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:29.796801 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:29.830216 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:29.843131 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:30.500938 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:30.531889 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:33.560935 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:33.756214 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:33.770787 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:33.776267 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:34.294018 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:34.308630 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:34.314199 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:34.632180 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:34.663321 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:40.686342 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:40.835068 run osmo-bts-virtual(pid=34): Launched
22:48:41.899950 tst register_default_mass.py: using MSISDN 1001
22:48:41.906017 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:42.287778 tst register_default_mass.py: using MSISDN 1002
22:48:42.296075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:42.381320 tst register_default_mass.py: using MSISDN 1003
22:48:42.402737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:42.475964 tst register_default_mass.py: using MSISDN 1004
22:48:42.485692 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:42.555193 tst register_default_mass.py: using MSISDN 1005
22:48:42.561051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:42.640477 tst register_default_mass.py: using MSISDN 1006
22:48:42.650882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:42.734579 tst register_default_mass.py: using MSISDN 1007
22:48:42.751244 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:42.822911 tst register_default_mass.py: using MSISDN 1008
22:48:42.841131 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:42.905308 tst register_default_mass.py: using MSISDN 1009
22:48:42.911152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:42.987799 tst register_default_mass.py: using MSISDN 1010
22:48:42.997559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:43.071764 tst register_default_mass.py: using MSISDN 1011
22:48:43.082677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:43.190925 tst register_default_mass.py: using MSISDN 1012
22:48:43.198410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:43.296808 tst register_default_mass.py: using MSISDN 1013
22:48:43.318951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:43.422369 tst register_default_mass.py: using MSISDN 1014
22:48:43.432309 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:43.514282 tst register_default_mass.py: using MSISDN 1015
22:48:43.520199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:43.600916 tst register_default_mass.py: using MSISDN 1016
22:48:43.610540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:43.702106 tst register_default_mass.py: using MSISDN 1017
22:48:43.708141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:43.835711 tst register_default_mass.py: using MSISDN 1018
22:48:43.841942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:44.157265 tst register_default_mass.py: using MSISDN 1019
22:48:44.167592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:44.360112 tst register_default_mass.py: using MSISDN 1020
22:48:44.365891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:44.462365 tst register_default_mass.py: using MSISDN 1021
22:48:44.469290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:44.614171 tst register_default_mass.py: using MSISDN 1022
22:48:44.625606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:44.800352 tst register_default_mass.py: using MSISDN 1023
22:48:44.807255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:44.924019 tst register_default_mass.py: using MSISDN 1024
22:48:44.930051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:45.112104 tst register_default_mass.py: using MSISDN 1025
22:48:45.118208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:45.332710 tst register_default_mass.py: using MSISDN 1026
22:48:45.343043 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:45.464606 tst register_default_mass.py: using MSISDN 1027
22:48:45.483301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:45.576984 tst register_default_mass.py: using MSISDN 1028
22:48:45.592879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:45.679698 tst register_default_mass.py: using MSISDN 1029
22:48:45.686051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:45.772662 tst register_default_mass.py: using MSISDN 1030
22:48:45.779616 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:45.867945 tst register_default_mass.py: using MSISDN 1031
22:48:45.873876 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:45.977637 tst register_default_mass.py: using MSISDN 1032
22:48:45.985839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:46.112957 tst register_default_mass.py: using MSISDN 1033
22:48:46.120734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:46.299073 tst register_default_mass.py: using MSISDN 1034
22:48:46.309550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:46.420843 tst register_default_mass.py: using MSISDN 1035
22:48:46.428570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:46.607690 tst register_default_mass.py: using MSISDN 1036
22:48:46.616002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:46.710012 tst register_default_mass.py: using MSISDN 1037
22:48:46.716058 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:47.226056 tst register_default_mass.py: using MSISDN 1038
22:48:47.233990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:47.359790 tst register_default_mass.py: using MSISDN 1039
22:48:47.365708 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:48.456699 tst register_default_mass.py: using MSISDN 1040
22:48:48.471962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:48.566274 tst register_default_mass.py: using MSISDN 1041
22:48:48.574274 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:48.664093 tst register_default_mass.py: using MSISDN 1042
22:48:48.674477 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:48.767347 tst register_default_mass.py: using MSISDN 1043
22:48:48.785955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:48.875558 tst register_default_mass.py: using MSISDN 1044
22:48:48.883795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:49.082618 tst register_default_mass.py: using MSISDN 1045
22:48:49.094264 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:50.582132 tst register_default_mass.py: using MSISDN 1046
22:48:50.596753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:50.680669 tst register_default_mass.py: using MSISDN 1047
22:48:50.702533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:50.779270 tst register_default_mass.py: using MSISDN 1048
22:48:50.800722 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:50.881116 tst register_default_mass.py: using MSISDN 1049
22:48:50.906567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:50.974117 tst register_default_mass.py: using MSISDN 1050
22:48:50.988022 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:51.100989 tst register_default_mass.py: using MSISDN 1051
22:48:51.109444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:51.199459 tst register_default_mass.py: using MSISDN 1052
22:48:51.210453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:51.287508 tst register_default_mass.py: using MSISDN 1053
22:48:51.305617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:51.374912 tst register_default_mass.py: using MSISDN 1054
22:48:51.380780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:51.451474 tst register_default_mass.py: using MSISDN 1055
22:48:51.457499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:51.530836 tst register_default_mass.py: using MSISDN 1056
22:48:51.546044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:51.609871 tst register_default_mass.py: using MSISDN 1057
22:48:51.618325 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:51.689805 tst register_default_mass.py: using MSISDN 1058
22:48:51.695764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:51.762718 tst register_default_mass.py: using MSISDN 1059
22:48:51.768719 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:51.837610 tst register_default_mass.py: using MSISDN 1060
22:48:51.843564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:51.924424 tst register_default_mass.py: using MSISDN 1061
22:48:51.936086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:52.019792 tst register_default_mass.py: using MSISDN 1062
22:48:52.032518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:52.112877 tst register_default_mass.py: using MSISDN 1063
22:48:52.119013 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:52.203057 tst register_default_mass.py: using MSISDN 1064
22:48:52.209838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:52.283993 tst register_default_mass.py: using MSISDN 1065
22:48:52.291323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:52.361985 tst register_default_mass.py: using MSISDN 1066
22:48:52.368745 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:52.451433 tst register_default_mass.py: using MSISDN 1067
22:48:52.458433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:52.562680 tst register_default_mass.py: using MSISDN 1068
22:48:52.578511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:52.664263 tst register_default_mass.py: using MSISDN 1069
22:48:52.672603 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:52.749124 tst register_default_mass.py: using MSISDN 1070
22:48:52.755127 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:52.842953 tst register_default_mass.py: using MSISDN 1071
22:48:52.848873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:52.923936 tst register_default_mass.py: using MSISDN 1072
22:48:52.929684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:53.001847 tst register_default_mass.py: using MSISDN 1073
22:48:53.007828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:53.088404 tst register_default_mass.py: using MSISDN 1074
22:48:53.107983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:53.188303 tst register_default_mass.py: using MSISDN 1075
22:48:53.208141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:53.310217 tst register_default_mass.py: using MSISDN 1076
22:48:53.316366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:53.425649 tst register_default_mass.py: using MSISDN 1077
22:48:53.436760 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:56.272410 tst register_default_mass.py: using MSISDN 1078
22:48:56.290300 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:56.375636 tst register_default_mass.py: using MSISDN 1079
22:48:56.396102 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:56.484009 tst register_default_mass.py: using MSISDN 1080
22:48:56.506346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:56.582444 tst register_default_mass.py: using MSISDN 1081
22:48:56.603732 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:56.693148 tst register_default_mass.py: using MSISDN 1082
22:48:56.714196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:56.792550 tst register_default_mass.py: using MSISDN 1083
22:48:56.814557 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:56.876128 tst register_default_mass.py: using MSISDN 1084
22:48:56.881866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:56.947681 tst register_default_mass.py: using MSISDN 1085
22:48:56.969516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:57.036015 tst register_default_mass.py: using MSISDN 1086
22:48:57.041871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:57.128940 tst register_default_mass.py: using MSISDN 1087
22:48:57.147545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:57.227396 tst register_default_mass.py: using MSISDN 1088
22:48:57.252707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:57.325755 tst register_default_mass.py: using MSISDN 1089
22:48:57.331509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:57.411330 tst register_default_mass.py: using MSISDN 1090
22:48:57.418438 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:57.543049 tst register_default_mass.py: using MSISDN 1091
22:48:57.551650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:57.640007 tst register_default_mass.py: using MSISDN 1092
22:48:57.645613 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:57.768811 tst register_default_mass.py: using MSISDN 1093
22:48:57.776575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:57.974324 tst register_default_mass.py: using MSISDN 1094
22:48:57.980082 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:58.364443 tst register_default_mass.py: using MSISDN 1095
22:48:58.374844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:58.504851 tst register_default_mass.py: using MSISDN 1096
22:48:58.526803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:58.611688 tst register_default_mass.py: using MSISDN 1097
22:48:58.633824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:58.701768 tst register_default_mass.py: using MSISDN 1098
22:48:58.723165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:58.806009 tst register_default_mass.py: using MSISDN 1099
22:48:58.826064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:58.903483 tst register_default_mass.py: using MSISDN 1100
22:48:58.925283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:59.036792 run mass: Starting testcase
22:48:59.042926 run mass: Pre-launching all virtphy's
22:48:59.048745 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:59.062539 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:59.068940 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:59.082673 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:59.088919 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:59.102058 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:59.108309 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:59.121570 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:59.127546 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:59.140373 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:59.146376 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:59.159450 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:59.165705 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:59.179089 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:59.185336 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:59.198496 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:59.204699 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:59.217824 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:59.223860 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:59.236936 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:59.243231 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:59.256506 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:59.262603 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:59.275858 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:59.282175 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:59.295223 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:59.301243 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:59.314604 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:59.320901 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:59.333972 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:59.340104 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:59.353422 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:59.359702 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:59.373288 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:59.379567 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:59.393172 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:59.399462 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:59.413178 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:59.419433 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:59.432903 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:59.439189 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:59.452999 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:59.459360 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:59.473100 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:59.479409 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:59.493108 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:59.499304 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:59.512495 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:59.518586 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:59.531464 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:59.537511 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:59.550567 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:59.556827 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:59.570138 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:59.576468 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:59.590128 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:59.596499 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:59.610265 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:59.616574 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:59.630314 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:59.636666 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:59.649885 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:59.656153 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:59.669812 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:59.676058 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:59.689686 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:59.695728 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:59.708910 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:59.714939 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:59.728103 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:59.734320 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:59.747974 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:59.754337 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:59.767866 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:59.773946 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:59.786948 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:59.792951 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:59.806123 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:59.812400 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:59.825911 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:59.832044 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:59.845301 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:59.851693 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:59.865361 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:59.871703 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:59.885405 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:59.891704 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:59.905378 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:59.911451 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:59.925028 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:59.931318 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:59.944791 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:59.953511 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:59.966549 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:59.972750 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:59.985700 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:59.991805 run osmo-ms-virt-phy/00048: Starting virtphy
22:49:00.005032 run osmo-ms-virt-phy/00048(pid=83): Launched
22:49:00.011078 run osmo-ms-virt-phy/00049: Starting virtphy
22:49:00.024248 run osmo-ms-virt-phy/00049(pid=84): Launched
22:49:00.030341 run osmo-ms-virt-phy/00050: Starting virtphy
22:49:00.043418 run osmo-ms-virt-phy/00050(pid=85): Launched
22:49:00.049541 run osmo-ms-virt-phy/00051: Starting virtphy
22:49:00.062597 run osmo-ms-virt-phy/00051(pid=86): Launched
22:49:00.068613 run osmo-ms-virt-phy/00052: Starting virtphy
22:49:00.081637 run osmo-ms-virt-phy/00052(pid=87): Launched
22:49:00.087814 run osmo-ms-virt-phy/00053: Starting virtphy
22:49:00.100906 run osmo-ms-virt-phy/00053(pid=88): Launched
22:49:00.106979 run osmo-ms-virt-phy/00054: Starting virtphy
22:49:00.119926 run osmo-ms-virt-phy/00054(pid=89): Launched
22:49:00.126071 run osmo-ms-virt-phy/00055: Starting virtphy
22:49:00.139223 run osmo-ms-virt-phy/00055(pid=90): Launched
22:49:00.145358 run osmo-ms-virt-phy/00056: Starting virtphy
22:49:00.158647 run osmo-ms-virt-phy/00056(pid=91): Launched
22:49:00.164914 run osmo-ms-virt-phy/00057: Starting virtphy
22:49:00.178111 run osmo-ms-virt-phy/00057(pid=92): Launched
22:49:00.184291 run osmo-ms-virt-phy/00058: Starting virtphy
22:49:00.197539 run osmo-ms-virt-phy/00058(pid=93): Launched
22:49:00.203557 run osmo-ms-virt-phy/00059: Starting virtphy
22:49:00.216728 run osmo-ms-virt-phy/00059(pid=94): Launched
22:49:00.222824 run osmo-ms-virt-phy/00060: Starting virtphy
22:49:00.236228 run osmo-ms-virt-phy/00060(pid=95): Launched
22:49:00.242468 run osmo-ms-virt-phy/00061: Starting virtphy
22:49:00.255532 run osmo-ms-virt-phy/00061(pid=96): Launched
22:49:00.261870 run osmo-ms-virt-phy/00062: Starting virtphy
22:49:00.275011 run osmo-ms-virt-phy/00062(pid=97): Launched
22:49:00.281404 run osmo-ms-virt-phy/00063: Starting virtphy
22:49:00.294575 run osmo-ms-virt-phy/00063(pid=98): Launched
22:49:00.301008 run osmo-ms-virt-phy/00064: Starting virtphy
22:49:00.314429 run osmo-ms-virt-phy/00064(pid=99): Launched
22:49:00.320674 run osmo-ms-virt-phy/00065: Starting virtphy
22:49:00.334364 run osmo-ms-virt-phy/00065(pid=100): Launched
22:49:00.340550 run osmo-ms-virt-phy/00066: Starting virtphy
22:49:00.353674 run osmo-ms-virt-phy/00066(pid=101): Launched
22:49:00.359848 run osmo-ms-virt-phy/00067: Starting virtphy
22:49:00.373459 run osmo-ms-virt-phy/00067(pid=102): Launched
22:49:00.379743 run osmo-ms-virt-phy/00068: Starting virtphy
22:49:00.393355 run osmo-ms-virt-phy/00068(pid=103): Launched
22:49:00.399771 run osmo-ms-virt-phy/00069: Starting virtphy
22:49:00.413477 run osmo-ms-virt-phy/00069(pid=104): Launched
22:49:00.419918 run osmo-ms-virt-phy/00070: Starting virtphy
22:49:00.433355 run osmo-ms-virt-phy/00070(pid=105): Launched
22:49:00.439386 run osmo-ms-virt-phy/00071: Starting virtphy
22:49:00.452766 run osmo-ms-virt-phy/00071(pid=106): Launched
22:49:00.458925 run osmo-ms-virt-phy/00072: Starting virtphy
22:49:00.471937 run osmo-ms-virt-phy/00072(pid=107): Launched
22:49:00.477929 run osmo-ms-virt-phy/00073: Starting virtphy
22:49:00.490747 run osmo-ms-virt-phy/00073(pid=108): Launched
22:49:00.497051 run osmo-ms-virt-phy/00074: Starting virtphy
22:49:00.510154 run osmo-ms-virt-phy/00074(pid=109): Launched
22:49:00.516307 run osmo-ms-virt-phy/00075: Starting virtphy
22:49:00.529508 run osmo-ms-virt-phy/00075(pid=110): Launched
22:49:00.535969 run osmo-ms-virt-phy/00076: Starting virtphy
22:49:00.549600 run osmo-ms-virt-phy/00076(pid=111): Launched
22:49:00.556000 run osmo-ms-virt-phy/00077: Starting virtphy
22:49:00.569637 run osmo-ms-virt-phy/00077(pid=112): Launched
22:49:00.575924 run osmo-ms-virt-phy/00078: Starting virtphy
22:49:00.589150 run osmo-ms-virt-phy/00078(pid=113): Launched
22:49:00.595295 run osmo-ms-virt-phy/00079: Starting virtphy
22:49:00.608437 run osmo-ms-virt-phy/00079(pid=114): Launched
22:49:00.614530 run osmo-ms-virt-phy/00080: Starting virtphy
22:49:00.627750 run osmo-ms-virt-phy/00080(pid=115): Launched
22:49:00.633989 run osmo-ms-virt-phy/00081: Starting virtphy
22:49:00.647149 run osmo-ms-virt-phy/00081(pid=116): Launched
22:49:00.653474 run osmo-ms-virt-phy/00082: Starting virtphy
22:49:00.666731 run osmo-ms-virt-phy/00082(pid=117): Launched
22:49:00.672835 run osmo-ms-virt-phy/00083: Starting virtphy
22:49:00.686176 run osmo-ms-virt-phy/00083(pid=118): Launched
22:49:00.692248 run osmo-ms-virt-phy/00084: Starting virtphy
22:49:00.705678 run osmo-ms-virt-phy/00084(pid=119): Launched
22:49:00.712159 run osmo-ms-virt-phy/00085: Starting virtphy
22:49:00.725417 run osmo-ms-virt-phy/00085(pid=120): Launched
22:49:00.731603 run osmo-ms-virt-phy/00086: Starting virtphy
22:49:00.744812 run osmo-ms-virt-phy/00086(pid=121): Launched
22:49:00.750950 run osmo-ms-virt-phy/00087: Starting virtphy
22:49:00.764142 run osmo-ms-virt-phy/00087(pid=122): Launched
22:49:00.770222 run osmo-ms-virt-phy/00088: Starting virtphy
22:49:00.783381 run osmo-ms-virt-phy/00088(pid=123): Launched
22:49:00.789670 run osmo-ms-virt-phy/00089: Starting virtphy
22:49:00.803354 run osmo-ms-virt-phy/00089(pid=124): Launched
22:49:00.809704 run osmo-ms-virt-phy/00090: Starting virtphy
22:49:00.822959 run osmo-ms-virt-phy/00090(pid=125): Launched
22:49:00.829273 run osmo-ms-virt-phy/00091: Starting virtphy
22:49:00.842423 run osmo-ms-virt-phy/00091(pid=126): Launched
22:49:00.848610 run osmo-ms-virt-phy/00092: Starting virtphy
22:49:00.862451 run osmo-ms-virt-phy/00092(pid=127): Launched
22:49:00.868996 run osmo-ms-virt-phy/00093: Starting virtphy
22:49:00.882397 run osmo-ms-virt-phy/00093(pid=128): Launched
22:49:00.888685 run osmo-ms-virt-phy/00094: Starting virtphy
22:49:00.901680 run osmo-ms-virt-phy/00094(pid=129): Launched
22:49:00.907683 run osmo-ms-virt-phy/00095: Starting virtphy
22:49:00.920899 run osmo-ms-virt-phy/00095(pid=130): Launched
22:49:00.926919 run osmo-ms-virt-phy/00096: Starting virtphy
22:49:00.940515 run osmo-ms-virt-phy/00096(pid=131): Launched
22:49:00.946693 run osmo-ms-virt-phy/00097: Starting virtphy
22:49:00.960322 run osmo-ms-virt-phy/00097(pid=132): Launched
22:49:00.966381 run osmo-ms-virt-phy/00098: Starting virtphy
22:49:00.980048 run osmo-ms-virt-phy/00098(pid=133): Launched
22:49:00.986357 run osmo-ms-virt-phy/00099: Starting virtphy
22:49:01.000029 run osmo-ms-virt-phy/00099(pid=134): Launched
22:49:01.006294 run mass: Checking if sockets are in the filesystem
22:49:01.018940 run osmo-ms-mob/00000: Starting mobile
22:49:01.032159 run osmo-ms-mob/00000(pid=135): Launched
22:49:01.043563 run mass: MS start registered {at=212246.746913426, delay=0.005325461010215804, ms=00000}
22:49:05.218050 run osmo-ms-mob/00001: Starting mobile
22:49:05.231241 run osmo-ms-mob/00001(pid=136): Launched
22:49:05.243881 run mass: MS start registered {at=212250.947226279, delay=0.006400367012247443, ms=00001}
22:49:06.842571 run mass: MS performed LU {at=212252.54589996, lu_delay=5.798986534005962, ms=00000}
22:49:07.018204 run osmo-ms-mob/00002: Starting mobile
22:49:07.031367 run osmo-ms-mob/00002(pid=137): Launched
22:49:07.042321 run mass: MS start registered {at=212252.745664432, delay=0.00463134900201112, ms=00002}
22:49:08.320385 run osmo-ms-mob/00003: Starting mobile
22:49:08.333670 run osmo-ms-mob/00003(pid=138): Launched
22:49:08.344845 run mass: MS start registered {at=212254.048194641, delay=0.004873729980317876, ms=00003}
22:49:09.418821 run osmo-ms-mob/00004: Starting mobile
22:49:09.432258 run osmo-ms-mob/00004(pid=139): Launched
22:49:09.443027 run mass: MS start registered {at=212255.146377167, delay=0.00470461999066174, ms=00004}
22:49:10.418700 run osmo-ms-mob/00005: Starting mobile
22:49:10.432262 run osmo-ms-mob/00005(pid=140): Launched
22:49:10.443472 run mass: MS start registered {at=212256.14681769, delay=0.00490879500284791, ms=00005}
22:49:10.608291 run mass: MS performed LU {at=212256.311621477, lu_delay=5.364395198004786, ms=00001}
22:49:11.318461 run osmo-ms-mob/00006: Starting mobile
22:49:11.331906 run osmo-ms-mob/00006(pid=141): Launched
22:49:11.343032 run mass: MS start registered {at=212257.04637759, delay=0.0046043080219533294, ms=00006}
22:49:12.218789 run osmo-ms-mob/00007: Starting mobile
22:49:12.232129 run osmo-ms-mob/00007(pid=142): Launched
22:49:12.243387 run mass: MS start registered {at=212257.946738549, delay=0.005105575022753328, ms=00007}
22:49:12.510194 run mass: MS performed LU {at=212258.213526541, lu_delay=5.467862108984264, ms=00002}
22:49:13.018823 run osmo-ms-mob/00008: Starting mobile
22:49:13.032370 run osmo-ms-mob/00008(pid=143): Launched
22:49:13.043666 run mass: MS start registered {at=212258.74701482, delay=0.005227621004451066, ms=00008}
22:49:13.718403 run osmo-ms-mob/00009: Starting mobile
22:49:13.731554 run osmo-ms-mob/00009(pid=144): Launched
22:49:13.742541 run mass: MS start registered {at=212259.445893129, delay=0.004967601009411737, ms=00009}
22:49:14.374715 run mass: MS performed LU {at=212260.078029215, lu_delay=4.93165204799152, ms=00004}
22:49:14.385956 run osmo-ms-mob/00010: Starting mobile
22:49:14.399153 run osmo-ms-mob/00010(pid=145): Launched
22:49:14.410135 run mass: MS start registered {at=212260.113488927, delay=0.004936363984597847, ms=00010}
22:49:14.420390 run mass: MS performed LU {at=212260.123743279, lu_delay=6.075548638007604, ms=00003}
22:49:15.018463 run osmo-ms-mob/00011: Starting mobile
22:49:15.032306 run osmo-ms-mob/00011(pid=146): Launched
22:49:15.043613 run mass: MS start registered {at=212260.746962945, delay=0.0046305400028359145, ms=00011}
22:49:15.619108 run osmo-ms-mob/00012: Starting mobile
22:49:15.632766 run osmo-ms-mob/00012(pid=147): Launched
22:49:15.643481 run mass: MS start registered {at=212261.346835008, delay=0.0046135400189086795, ms=00012}
22:49:16.218776 run osmo-ms-mob/00013: Starting mobile
22:49:16.233107 run osmo-ms-mob/00013(pid=148): Launched
22:49:16.244448 run mass: MS start registered {at=212261.947797527, delay=0.004869990021688864, ms=00013}
22:49:16.276178 run mass: MS performed LU {at=212261.979511054, lu_delay=5.832693364005536, ms=00005}
22:49:16.321704 run mass: MS performed LU {at=212262.025041469, lu_delay=4.978663878981024, ms=00006}
22:49:16.818119 run osmo-ms-mob/00014: Starting mobile
22:49:16.832036 run osmo-ms-mob/00014(pid=149): Launched
22:49:16.843313 run mass: MS start registered {at=212262.546655913, delay=0.004994054004782811, ms=00014}
22:49:17.418516 run osmo-ms-mob/00015: Starting mobile
22:49:17.431756 run osmo-ms-mob/00015(pid=150): Launched
22:49:17.443124 run mass: MS start registered {at=212263.14647347, delay=0.005002816993510351, ms=00015}
22:49:17.918211 run osmo-ms-mob/00016: Starting mobile
22:49:17.931596 run osmo-ms-mob/00016(pid=151): Launched
22:49:17.942913 run mass: MS start registered {at=212263.646261306, delay=0.005014228023355827, ms=00016}
22:49:18.140106 run mass: MS performed LU {at=212263.843435257, lu_delay=5.096420437010238, ms=00008}
22:49:18.186596 run mass: MS performed LU {at=212263.889913821, lu_delay=5.943175271997461, ms=00007}
22:49:18.418620 run osmo-ms-mob/00017: Starting mobile
22:49:18.432059 run osmo-ms-mob/00017(pid=152): Launched
22:49:18.443402 run mass: MS start registered {at=212264.146738455, delay=0.005164114001672715, ms=00017}
22:49:18.509558 run mass: MS performed LU {at=212264.212911259, lu_delay=4.767018129990902, ms=00009}
22:49:19.018514 run osmo-ms-mob/00018: Starting mobile
22:49:19.031973 run osmo-ms-mob/00018(pid=153): Launched
22:49:19.043267 run mass: MS start registered {at=212264.746615449, delay=0.004627907008398324, ms=00018}
22:49:19.418180 run osmo-ms-mob/00019: Starting mobile
22:49:19.431862 run osmo-ms-mob/00019(pid=154): Launched
22:49:19.443148 run mass: MS start registered {at=212265.146499838, delay=0.0049165030068252236, ms=00019}
22:49:19.922160 run osmo-ms-mob/00020: Starting mobile
22:49:19.935543 run osmo-ms-mob/00020(pid=155): Launched
22:49:19.941860 run mass: MS performed LU {at=212265.645219157, lu_delay=5.53173023002455, ms=00010}
22:49:19.947854 run mass: MS start registered {at=212265.651220822, delay=0.006019124004524201, ms=00020}
22:49:20.041642 run mass: MS performed LU {at=212265.744950987, lu_delay=4.3981159789836966, ms=00012}
22:49:20.087600 run mass: MS performed LU {at=212265.790933459, lu_delay=5.043970514001558, ms=00011}
22:49:20.418811 run osmo-ms-mob/00021: Starting mobile
22:49:20.432617 run osmo-ms-mob/00021(pid=156): Launched
22:49:20.443771 run mass: MS start registered {at=212266.147122835, delay=0.004883583023911342, ms=00021}
22:49:20.818484 run osmo-ms-mob/00022: Starting mobile
22:49:20.832129 run osmo-ms-mob/00022(pid=157): Launched
22:49:20.843300 run mass: MS start registered {at=212266.546652041, delay=0.004926246008835733, ms=00022}
22:49:21.318445 run osmo-ms-mob/00023: Starting mobile
22:49:21.331579 run osmo-ms-mob/00023(pid=158): Launched
22:49:21.342816 run mass: MS start registered {at=212267.04603569, delay=0.004375985998194665, ms=00023}
22:49:21.718245 run osmo-ms-mob/00024: Starting mobile
22:49:21.731895 run osmo-ms-mob/00024(pid=159): Launched
22:49:21.743081 run mass: MS start registered {at=212267.446423578, delay=0.0048982989974319935, ms=00024}
22:49:21.905806 run mass: MS performed LU {at=212267.609120344, lu_delay=5.661322816973552, ms=00013}
22:49:21.952169 run mass: MS performed LU {at=212267.655507749, lu_delay=5.10885183600476, ms=00014}
22:49:22.218826 run osmo-ms-mob/00025: Starting mobile
22:49:22.232578 run osmo-ms-mob/00025(pid=160): Launched
22:49:22.244328 run mass: MS start registered {at=212267.947651464, delay=0.0054708439856767654, ms=00025}
22:49:22.275526 run mass: MS performed LU {at=212267.978855696, lu_delay=4.8323822260135785, ms=00015}
22:49:22.623558 run osmo-ms-mob/00026: Starting mobile
22:49:22.640265 run osmo-ms-mob/00026(pid=161): Launched
22:49:22.651610 run mass: MS start registered {at=212268.354957753, delay=0.005045999016147107, ms=00026}
22:49:23.020336 run osmo-ms-mob/00027: Starting mobile
22:49:23.033916 run osmo-ms-mob/00027(pid=162): Launched
22:49:23.045755 run mass: MS start registered {at=212268.74910519, delay=0.00520238300669007, ms=00027}
22:49:23.418007 run osmo-ms-mob/00028: Starting mobile
22:49:23.431138 run osmo-ms-mob/00028(pid=163): Launched
22:49:23.442336 run mass: MS start registered {at=212269.145684203, delay=0.004905822977889329, ms=00028}
22:49:23.705887 run mass: MS performed LU {at=212269.409220989, lu_delay=4.662605540012009, ms=00018}
22:49:23.807180 run mass: MS performed LU {at=212269.510516723, lu_delay=5.864255416992819, ms=00016}
22:49:23.818970 run osmo-ms-mob/00029: Starting mobile
22:49:23.834994 run osmo-ms-mob/00029(pid=164): Launched
22:49:23.846075 run mass: MS start registered {at=212269.549429456, delay=0.004753724992042407, ms=00029}
22:49:23.854096 run mass: MS performed LU {at=212269.557449257, lu_delay=5.410710802010726, ms=00017}
22:49:24.219398 run osmo-ms-mob/00030: Starting mobile
22:49:24.233355 run osmo-ms-mob/00030(pid=165): Launched
22:49:24.244678 run mass: MS start registered {at=212269.948029075, delay=0.0049473219842184335, ms=00030}
22:49:24.618682 run osmo-ms-mob/00031: Starting mobile
22:49:24.632116 run osmo-ms-mob/00031(pid=166): Launched
22:49:24.643596 run mass: MS start registered {at=212270.346945167, delay=0.00503145600669086, ms=00031}
22:49:24.918872 run osmo-ms-mob/00032: Starting mobile
22:49:24.932891 run osmo-ms-mob/00032(pid=167): Launched
22:49:24.944246 run mass: MS start registered {at=212270.647597248, delay=0.004901109990896657, ms=00032}
22:49:25.318341 run osmo-ms-mob/00033: Starting mobile
22:49:25.331983 run osmo-ms-mob/00033(pid=168): Launched
22:49:25.343620 run mass: MS start registered {at=212271.04696092, delay=0.005201421998208389, ms=00033}
22:49:25.672268 run mass: MS performed LU {at=212271.375603688, lu_delay=5.228480852994835, ms=00021}
22:49:25.683652 run osmo-ms-mob/00034: Starting mobile
22:49:25.696807 run osmo-ms-mob/00034(pid=169): Launched
22:49:25.707840 run mass: MS start registered {at=212271.411189717, delay=0.004910101008135825, ms=00034}
22:49:25.717873 run mass: MS performed LU {at=212271.421215487, lu_delay=4.874563446006505, ms=00022}
22:49:25.805641 run mass: MS performed LU {at=212271.508967117, lu_delay=6.362467278988333, ms=00019}
22:49:25.817041 run osmo-ms-mob/00035: Starting mobile
22:49:25.830166 run osmo-ms-mob/00035(pid=170): Launched
22:49:25.841307 run mass: MS start registered {at=212271.544656863, delay=0.004920059989672154, ms=00035}
22:49:25.847331 run mass: MS performed LU {at=212271.550692186, lu_delay=5.899471363984048, ms=00020}
22:49:26.096348 run mass: MS performed LU {at=212271.799683788, lu_delay=4.753648098005215, ms=00023}
22:49:26.418412 run osmo-ms-mob/00036: Starting mobile
22:49:26.432103 run osmo-ms-mob/00036(pid=171): Launched
22:49:26.443058 run mass: MS start registered {at=212272.146408993, delay=0.0048975530080497265, ms=00036}
22:49:26.915658 run osmo-ms-mob/00037: Starting mobile
22:49:26.928903 run osmo-ms-mob/00037(pid=172): Launched
22:49:26.935202 run mass: Starting too slowly. Moving on {now=212272.638571306, sleep=-0.02299759746529162, target=212272.61557370852}
22:49:26.963626 run mass: MS start registered {at=212272.66698326, delay=0.028414458996849135, ms=00037}
22:49:27.118275 run osmo-ms-mob/00038: Starting mobile
22:49:27.131471 run osmo-ms-mob/00038(pid=173): Launched
22:49:27.142664 run mass: MS start registered {at=212272.846014666, delay=0.004888327996013686, ms=00038}
22:49:27.419005 run osmo-ms-mob/00039: Starting mobile
22:49:27.432622 run osmo-ms-mob/00039(pid=174): Launched
22:49:27.444165 run mass: MS start registered {at=212273.147503408, delay=0.005244817992206663, ms=00039}
22:49:27.573576 run mass: MS performed LU {at=212273.276911597, lu_delay=5.3292601330031175, ms=00025}
22:49:27.619120 run mass: MS performed LU {at=212273.322463991, lu_delay=4.967506237997441, ms=00026}
22:49:27.706923 run mass: MS performed LU {at=212273.410257088, lu_delay=5.963833510002587, ms=00024}
22:49:27.718598 run osmo-ms-mob/00040: Starting mobile
22:49:27.731899 run osmo-ms-mob/00040(pid=175): Launched
22:49:27.743010 run mass: MS start registered {at=212273.446357246, delay=0.004684593004640192, ms=00040}
22:49:27.762903 run mass: MS performed LU {at=212273.466253344, lu_delay=4.7171481539844535, ms=00027}
22:49:28.119456 run osmo-ms-mob/00041: Starting mobile
22:49:28.133113 run osmo-ms-mob/00041(pid=176): Launched
22:49:28.144253 run mass: MS start registered {at=212273.847605205, delay=0.004873833007877693, ms=00041}
22:49:28.418162 run osmo-ms-mob/00042: Starting mobile
22:49:28.431744 run osmo-ms-mob/00042(pid=177): Launched
22:49:28.442761 run mass: MS start registered {at=212274.146115478, delay=0.004874745005508885, ms=00042}
22:49:28.821296 run osmo-ms-mob/00043: Starting mobile
22:49:28.835643 run osmo-ms-mob/00043(pid=178): Launched
22:49:28.855496 run mass: MS start registered {at=212274.558808265, delay=0.012467156979255378, ms=00043}
22:49:29.123305 run osmo-ms-mob/00044: Starting mobile
22:49:29.142155 run osmo-ms-mob/00044(pid=179): Launched
22:49:29.153811 run mass: MS start registered {at=212274.857139294, delay=0.005251455993857235, ms=00044}
22:49:29.418795 run osmo-ms-mob/00045: Starting mobile
22:49:29.432346 run osmo-ms-mob/00045(pid=180): Launched
22:49:29.438928 run mass: MS performed LU {at=212275.142284148, lu_delay=5.194255073001841, ms=00030}
22:49:29.445053 run mass: MS start registered {at=212275.148419571, delay=0.006155440991278738, ms=00045}
22:49:29.483733 run mass: MS performed LU {at=212275.187073346, lu_delay=5.637643889989704, ms=00029}
22:49:29.495530 run osmo-ms-mob/00046: Starting mobile
22:49:29.509284 run osmo-ms-mob/00046(pid=181): Launched
22:49:29.520421 run mass: MS start registered {at=212275.22377131, delay=0.004793057014467195, ms=00046}
22:49:29.571455 run mass: MS performed LU {at=212275.274798382, lu_delay=6.1291141789988615, ms=00028}
22:49:29.608171 run mass: MS performed LU {at=212275.311505323, lu_delay=4.964560156018706, ms=00031}
22:49:29.619464 run osmo-ms-mob/00047: Starting mobile
22:49:29.633056 run osmo-ms-mob/00047(pid=182): Launched
22:49:29.643798 run mass: MS start registered {at=212275.347152396, delay=0.004616516991518438, ms=00047}
22:49:29.862282 run mass: MS performed LU {at=212275.565616469, lu_delay=4.918019220989663, ms=00032}
22:49:30.318522 run osmo-ms-mob/00048: Starting mobile
22:49:30.332090 run osmo-ms-mob/00048(pid=183): Launched
22:49:30.343486 run mass: MS start registered {at=212276.046832898, delay=0.004617917002178729, ms=00048}
22:49:30.619774 run osmo-ms-mob/00049: Starting mobile
22:49:30.633228 run osmo-ms-mob/00049(pid=184): Launched
22:49:30.644224 run mass: MS start registered {at=212276.347572295, delay=0.004846047988394275, ms=00049}
22:49:30.918557 run osmo-ms-mob/00050: Starting mobile
22:49:30.931914 run osmo-ms-mob/00050(pid=185): Launched
22:49:30.943173 run mass: MS start registered {at=212276.646522896, delay=0.005091136990813538, ms=00050}
22:49:31.318332 run osmo-ms-mob/00051: Starting mobile
22:49:31.332038 run osmo-ms-mob/00051(pid=186): Launched
22:49:31.339260 run mass: MS performed LU {at=212277.0426096, lu_delay=4.896200607006904, ms=00036}
22:49:31.345638 run mass: MS start registered {at=212277.049002793, delay=0.0073034020024351776, ms=00051}
22:49:31.385088 run mass: MS performed LU {at=212277.088405023, lu_delay=5.677215306001017, ms=00034}
22:49:31.398533 run osmo-ms-mob/00052: Starting mobile
22:49:31.412186 run osmo-ms-mob/00052(pid=187): Launched
22:49:31.423655 run mass: MS start registered {at=212277.127011266, delay=0.005216523015405983, ms=00052}
22:49:31.528128 run mass: MS performed LU {at=212277.231464073, lu_delay=6.184503152995603, ms=00033}
22:49:31.918376 run osmo-ms-mob/00053: Starting mobile
22:49:31.932784 run osmo-ms-mob/00053(pid=188): Launched
22:49:31.944260 run mass: MS start registered {at=212277.647610416, delay=0.0047378680028487, ms=00053}
22:49:32.219428 run osmo-ms-mob/00054: Starting mobile
22:49:32.233215 run osmo-ms-mob/00054(pid=189): Launched
22:49:32.245159 run mass: MS start registered {at=212277.948504564, delay=0.005056223017163575, ms=00054}
22:49:32.518842 run osmo-ms-mob/00055: Starting mobile
22:49:32.532132 run osmo-ms-mob/00055(pid=190): Launched
22:49:32.543504 run mass: MS start registered {at=212278.246823925, delay=0.005256233998807147, ms=00055}
22:49:32.818265 run osmo-ms-mob/00056: Starting mobile
22:49:32.832205 run osmo-ms-mob/00056(pid=191): Launched
22:49:32.843312 run mass: MS start registered {at=212278.546663575, delay=0.004676971992012113, ms=00056}
22:49:33.101847 run mass: MS performed LU {at=212278.805168011, lu_delay=5.65766460300074, ms=00039}
22:49:33.114387 run osmo-ms-mob/00057: Starting mobile
22:49:33.128249 run osmo-ms-mob/00057(pid=192): Launched
22:49:33.138762 run mass: MS performed LU {at=212278.842098906, lu_delay=5.395741660002386, ms=00040}
22:49:33.145179 run mass: MS start registered {at=212278.848544313, delay=0.009948274993803352, ms=00057}
22:49:33.250175 run mass: MS performed LU {at=212278.953495952, lu_delay=6.107481286016991, ms=00038}
22:49:33.393311 run mass: MS performed LU {at=212279.096646061, lu_delay=5.249040855997009, ms=00041}
22:49:33.405336 run osmo-ms-mob/00058: Starting mobile
22:49:33.419607 run osmo-ms-mob/00058(pid=193): Launched
22:49:33.429827 run mass: MS performed LU {at=212279.133153561, lu_delay=4.9870380829961505, ms=00042}
22:49:33.435951 run mass: MS start registered {at=212279.139317546, delay=0.01002611400326714, ms=00058}
22:49:33.683245 run mass: MS performed LU {at=212279.386578481, lu_delay=4.827770216012141, ms=00043}
22:49:33.694784 run osmo-ms-mob/00059: Starting mobile
22:49:33.708978 run osmo-ms-mob/00059(pid=194): Launched
22:49:33.720267 run mass: MS start registered {at=212279.423618924, delay=0.004894924990367144, ms=00059}
22:49:34.119316 run osmo-ms-mob/00060: Starting mobile
22:49:34.136298 run osmo-ms-mob/00060(pid=195): Launched
22:49:34.148910 run mass: MS start registered {at=212279.852248253, delay=0.005767468013800681, ms=00060}
22:49:34.163713 run mass: MS performed LU {at=212279.867040367, lu_delay=7.200057107023895, ms=00037}
22:49:34.324922 run mass: MS performed LU {at=212280.028240971, lu_delay=4.804469661001349, ms=00046}
22:49:34.334474 run mass: MS performed LU {at=212280.037838885, lu_delay=3.9910059870162513, ms=00048}
22:49:34.346754 run osmo-ms-mob/00061: Starting mobile
22:49:34.360956 run osmo-ms-mob/00061(pid=196): Launched
22:49:34.367844 run mass: MS performed LU {at=212280.071200875, lu_delay=3.723628580017248, ms=00049}
22:49:34.374112 run mass: MS start registered {at=212280.07747767, delay=0.006296108011156321, ms=00061}
22:49:34.819246 run osmo-ms-mob/00062: Starting mobile
22:49:34.833448 run osmo-ms-mob/00062(pid=197): Launched
22:49:34.844423 run mass: MS start registered {at=212280.547764593, delay=0.004595889011397958, ms=00062}
22:49:35.059082 run mass: MS performed LU {at=212280.762380404, lu_delay=5.415228008001577, ms=00047}
22:49:35.072094 run osmo-ms-mob/00063: Starting mobile
22:49:35.086036 run osmo-ms-mob/00063(pid=198): Launched
22:49:35.097492 run mass: MS start registered {at=212280.800843694, delay=0.00478772702626884, ms=00063}
22:49:35.113952 run mass: MS performed LU {at=212280.817299544, lu_delay=5.960160249989713, ms=00044}
22:49:35.151457 run mass: MS performed LU {at=212280.854791804, lu_delay=5.7063722330203746, ms=00045}
22:49:35.518414 run osmo-ms-mob/00064: Starting mobile
22:49:35.532507 run osmo-ms-mob/00064(pid=199): Launched
22:49:35.543794 run mass: MS start registered {at=212281.24713849, delay=0.004971371992724016, ms=00064}
22:49:35.922310 run osmo-ms-mob/00065: Starting mobile
22:49:35.937770 run osmo-ms-mob/00065(pid=200): Launched
22:49:35.949577 run mass: MS start registered {at=212281.652914578, delay=0.005368762998841703, ms=00065}
22:49:36.229955 run osmo-ms-mob/00066: Starting mobile
22:49:36.244772 run osmo-ms-mob/00066(pid=201): Launched
22:49:36.256226 run mass: MS start registered {at=212281.959572303, delay=0.005085098004201427, ms=00066}
22:49:36.618611 run osmo-ms-mob/00067: Starting mobile
22:49:36.632482 run osmo-ms-mob/00067(pid=202): Launched
22:49:36.643662 run mass: MS start registered {at=212282.347008455, delay=0.004903574998024851, ms=00067}
22:49:36.918711 run osmo-ms-mob/00068: Starting mobile
22:49:36.932669 run osmo-ms-mob/00068(pid=203): Launched
22:49:36.944674 run mass: MS start registered {at=212282.647997982, delay=0.005684695002855733, ms=00068}
22:49:37.317950 run osmo-ms-mob/00069: Starting mobile
22:49:37.331079 run osmo-ms-mob/00069(pid=204): Launched
22:49:37.338974 run mass: MS performed LU {at=212283.042324189, lu_delay=6.395801293023396, ms=00050}
22:49:37.344974 run mass: MS start registered {at=212283.048340913, delay=0.0076787729922216386, ms=00069}
22:49:37.375601 run mass: MS performed LU {at=212283.078945651, lu_delay=4.832121726009063, ms=00055}
22:49:37.394036 run mass: MS performed LU {at=212283.097367522, lu_delay=6.048364728980232, ms=00051}
22:49:37.405360 run osmo-ms-mob/00070: Starting mobile
22:49:37.419172 run osmo-ms-mob/00070(pid=205): Launched
22:49:37.430824 run mass: MS start registered {at=212283.134170204, delay=0.005635654990328476, ms=00070}
22:49:37.449083 run mass: MS performed LU {at=212283.152430616, lu_delay=6.025419349985896, ms=00052}
22:49:37.929032 run mass: MS performed LU {at=212283.632364044, lu_delay=5.683859479991952, ms=00054}
22:49:38.104942 run mass: MS performed LU {at=212283.808277422, lu_delay=4.384658498020144, ms=00059}
22:49:38.117046 run osmo-ms-mob/00071: Starting mobile
22:49:38.131668 run osmo-ms-mob/00071(pid=206): Launched
22:49:38.138207 run mass: MS performed LU {at=212283.841561699, lu_delay=3.7640840289823245, ms=00061}
22:49:38.144484 run mass: MS start registered {at=212283.847849361, delay=0.006308047974016517, ms=00071}
22:49:38.518986 run osmo-ms-mob/00072: Starting mobile
22:49:38.533058 run osmo-ms-mob/00072(pid=207): Launched
22:49:38.545273 run mass: MS start registered {at=212284.248609065, delay=0.0057933089847210795, ms=00072}
22:49:38.746151 run mass: MS performed LU {at=212284.449462052, lu_delay=5.902798477007309, ms=00056}
22:49:38.769008 run mass: MS performed LU {at=212284.472347399, lu_delay=4.620099145977292, ms=00060}
22:49:38.794854 run osmo-ms-mob/00073: Starting mobile
22:49:38.808936 run osmo-ms-mob/00073(pid=208): Launched
22:49:38.823168 run mass: MS start registered {at=212284.526496629, delay=0.007233987009385601, ms=00073}
22:49:38.835561 run mass: MS performed LU {at=212284.538910121, lu_delay=5.39959257497685, ms=00058}
22:49:38.879851 run mass: MS performed LU {at=212284.583175791, lu_delay=5.734631478000665, ms=00057}
22:49:39.318670 run osmo-ms-mob/00074: Starting mobile
22:49:39.339797 run osmo-ms-mob/00074(pid=209): Launched
22:49:39.352810 run mass: MS start registered {at=212285.056136525, delay=0.0068159619986545295, ms=00074}
22:49:39.725932 run osmo-ms-mob/00075: Starting mobile
22:49:39.741631 run osmo-ms-mob/00075(pid=210): Launched
22:49:39.753892 run mass: MS start registered {at=212285.457239781, delay=0.004655107011785731, ms=00075}
22:49:40.218701 run osmo-ms-mob/00076: Starting mobile
22:49:40.232884 run osmo-ms-mob/00076(pid=211): Launched
22:49:40.245268 run mass: MS start registered {at=212285.948617374, delay=0.005746667011408135, ms=00076}
22:49:40.618677 run osmo-ms-mob/00077: Starting mobile
22:49:40.632638 run osmo-ms-mob/00077(pid=212): Launched
22:49:40.644340 run mass: MS start registered {at=212286.347681801, delay=0.005300160002661869, ms=00077}
22:49:40.735892 run mass: MS performed LU {at=212286.439183857, lu_delay=4.786269278993132, ms=00065}
22:49:40.754056 run mass: MS performed LU {at=212286.457371833, lu_delay=5.909607239998877, ms=00062}
22:49:40.869384 run mass: MS performed LU {at=212286.572720691, lu_delay=5.771876996994251, ms=00063}
22:49:40.907761 run mass: MS performed LU {at=212286.611014613, lu_delay=5.363876123010414, ms=00064}
22:49:40.929911 run osmo-ms-mob/00078: Starting mobile
22:49:40.943215 run osmo-ms-mob/00078(pid=213): Launched
22:49:40.949401 run mass: MS performed LU {at=212286.652758618, lu_delay=4.6931863150093704, ms=00066}
22:49:40.956806 run mass: MS start registered {at=212286.660160225, delay=0.007422275986755267, ms=00078}
22:49:41.518507 run osmo-ms-mob/00079: Starting mobile
22:49:41.532354 run osmo-ms-mob/00079(pid=214): Launched
22:49:41.543930 run mass: MS start registered {at=212287.247268893, delay=0.005352426989702508, ms=00079}
22:49:41.854980 run mass: MS performed LU {at=212287.558296252, lu_delay=3.71044689102564, ms=00071}
22:49:42.206210 run osmo-ms-mob/00080: Starting mobile
22:49:42.219989 run osmo-ms-mob/00080(pid=215): Launched
22:49:42.226478 run mass: Starting too slowly. Moving on {now=212287.929844707, sleep=-0.1142709975829348, target=212287.8155737094}
22:49:42.232375 run mass: MS start registered {at=212287.935733321, delay=0.00589108100393787, ms=00080}
22:49:42.238371 run mass: Starting too slowly. Moving on {now=212287.941740735, sleep=-0.02616702558589168, target=212287.9155737094}
22:49:42.764170 run osmo-ms-mob/00081: Starting mobile
22:49:42.778159 run osmo-ms-mob/00081(pid=216): Launched
22:49:42.784941 run mass: Starting too slowly. Moving on {now=212288.488308733, sleep=-0.17273502357420512, target=212288.31557370943}
22:49:42.790802 run mass: MS performed LU {at=212288.494159073, lu_delay=5.359988868993241, ms=00070}
22:49:42.796792 run mass: Starting too slowly. Moving on {now=212288.50016279, sleep=-0.08458908056491055, target=212288.41557370944}
22:49:42.802764 run mass: MS performed LU {at=212288.506123726, lu_delay=5.45778281299863, ms=00069}
22:49:42.809091 run mass: MS performed LU {at=212288.512455303, lu_delay=6.165446847997373, ms=00067}
22:49:42.815139 run mass: MS start registered {at=212288.518505372, delay=0.030199253000319004, ms=00081}
22:49:42.826792 run osmo-ms-mob/00082: Starting mobile
22:49:42.840805 run osmo-ms-mob/00082(pid=217): Launched
22:49:42.852506 run mass: MS start registered {at=212288.555852053, delay=0.005248095985734835, ms=00082}
22:49:43.351792 run mass: MS performed LU {at=212289.055126354, lu_delay=6.407128371996805, ms=00068}
22:49:43.518670 run osmo-ms-mob/00083: Starting mobile
22:49:43.532809 run osmo-ms-mob/00083(pid=218): Launched
22:49:43.544337 run mass: MS start registered {at=212289.247673656, delay=0.00522711401572451, ms=00083}
22:49:44.034477 run osmo-ms-mob/00084: Starting mobile
22:49:44.057170 run osmo-ms-mob/00084(pid=219): Launched
22:49:44.067961 run mass: MS start registered {at=212289.77131346, delay=0.004653937998227775, ms=00084}
22:49:44.502080 run mass: MS performed LU {at=212290.205332942, lu_delay=5.149196416983614, ms=00074}
22:49:44.516857 run osmo-ms-mob/00085: Starting mobile
22:49:44.531187 run osmo-ms-mob/00085(pid=220): Launched
22:49:44.537526 run mass: MS performed LU {at=212290.240883442, lu_delay=5.714386812993325, ms=00073}
22:49:44.543542 run mass: MS start registered {at=212290.246907936, delay=0.00604457501322031, ms=00085}
22:49:44.549713 run mass: MS performed LU {at=212290.253070596, lu_delay=4.795830814982764, ms=00075}
22:49:44.634876 run mass: MS performed LU {at=212290.338201472, lu_delay=6.089592407020973, ms=00072}
22:49:45.127206 run osmo-ms-mob/00086: Starting mobile
22:49:45.142104 run osmo-ms-mob/00086(pid=221): Launched
22:49:45.154021 run mass: MS start registered {at=212290.857367515, delay=0.005474097008118406, ms=00086}
22:49:45.724885 run osmo-ms-mob/00087: Starting mobile
22:49:45.739011 run osmo-ms-mob/00087(pid=222): Launched
22:49:45.752664 run mass: MS start registered {at=212291.455965581, delay=0.003896334004821256, ms=00087}
22:49:46.300828 run mass: MS performed LU {at=212292.00414083, lu_delay=6.055523455986986, ms=00076}
22:49:46.318090 run osmo-ms-mob/00088: Starting mobile
22:49:46.333958 run osmo-ms-mob/00088(pid=223): Launched
22:49:46.343640 run mass: MS performed LU {at=212292.046993312, lu_delay=5.699311510979896, ms=00077}
22:49:46.350616 run mass: MS start registered {at=212292.053977139, delay=0.007010350003838539, ms=00088}
22:49:46.448815 run mass: MS performed LU {at=212292.152099651, lu_delay=4.904830757994205, ms=00079}
22:49:46.573730 run mass: MS performed LU {at=212292.277043748, lu_delay=5.6168835230055265, ms=00078}
22:49:46.918627 run osmo-ms-mob/00089: Starting mobile
22:49:46.935403 run osmo-ms-mob/00089(pid=224): Launched
22:49:46.951096 run mass: MS start registered {at=212292.654412191, delay=0.008440496021648869, ms=00089}
22:49:47.519786 run osmo-ms-mob/00090: Starting mobile
22:49:47.535398 run osmo-ms-mob/00090(pid=225): Launched
22:49:47.546936 run mass: MS start registered {at=212293.250268219, delay=0.005012669018469751, ms=00090}
22:49:48.220920 run osmo-ms-mob/00091: Starting mobile
22:49:48.235051 run osmo-ms-mob/00091(pid=226): Launched
22:49:48.246993 run mass: MS start registered {at=212293.950342747, delay=0.004753365996293724, ms=00091}
22:49:48.267101 run mass: MS performed LU {at=212293.970373597, lu_delay=4.722699940990424, ms=00083}
22:49:48.285368 run mass: MS performed LU {at=212293.988686706, lu_delay=5.432834653009195, ms=00082}
22:49:48.313082 run mass: MS performed LU {at=212294.016411959, lu_delay=6.08067863798351, ms=00080}
22:49:48.400497 run mass: MS performed LU {at=212294.103829408, lu_delay=5.585324036015663, ms=00081}
22:49:48.475165 run mass: MS performed LU {at=212294.178491435, lu_delay=22.633834572014166, ms=00035}
22:49:48.918391 run osmo-ms-mob/00092: Starting mobile
22:49:48.932486 run osmo-ms-mob/00092(pid=227): Launched
22:49:48.944081 run mass: MS start registered {at=212294.647433308, delay=0.002301547006936744, ms=00092}
22:49:49.718642 run osmo-ms-mob/00093: Starting mobile
22:49:49.732182 run osmo-ms-mob/00093(pid=228): Launched
22:49:49.743587 run mass: MS start registered {at=212295.446916143, delay=0.0050983940018340945, ms=00093}
22:49:50.066445 run mass: MS performed LU {at=212295.769770651, lu_delay=5.52286271500634, ms=00085}
22:49:50.085027 run mass: MS performed LU {at=212295.788345071, lu_delay=6.017031611001585, ms=00084}
22:49:50.214810 run mass: MS performed LU {at=212295.9181273, lu_delay=5.060759785003029, ms=00086}
22:49:50.338937 run mass: MS performed LU {at=212296.042241291, lu_delay=4.586275709996698, ms=00087}
22:49:50.618421 run osmo-ms-mob/00094: Starting mobile
22:49:50.631958 run osmo-ms-mob/00094(pid=229): Launched
22:49:50.642944 run mass: MS start registered {at=212296.346293405, delay=0.004802322975592688, ms=00094}
22:49:51.518995 run osmo-ms-mob/00095: Starting mobile
22:49:51.532167 run osmo-ms-mob/00095(pid=230): Launched
22:49:51.543538 run mass: MS start registered {at=212297.246889837, delay=0.00496047199703753, ms=00095}
22:49:52.034171 run mass: MS performed LU {at=212297.737424826, lu_delay=5.683447686984437, ms=00088}
22:49:52.051452 run mass: MS performed LU {at=212297.754798303, lu_delay=5.100386111997068, ms=00089}
22:49:52.518637 run osmo-ms-mob/00096: Starting mobile
22:49:52.532872 run osmo-ms-mob/00096(pid=231): Launched
22:49:52.544499 run mass: MS start registered {at=212298.247795797, delay=0.0052999080216977745, ms=00096}
22:49:52.551129 run mass: MS performed LU {at=212298.254486893, lu_delay=5.004218674002914, ms=00090}
22:49:53.626797 run osmo-ms-mob/00097: Starting mobile
22:49:53.643304 run osmo-ms-mob/00097(pid=232): Launched
22:49:53.655342 run mass: MS start registered {at=212299.358678347, delay=0.0056205400032922626, ms=00097}
22:49:53.814143 run mass: MS performed LU {at=212299.51747618, lu_delay=4.870042871974874, ms=00092}
22:49:53.980932 run mass: MS performed LU {at=212299.68426461, lu_delay=5.7339218629931565, ms=00091}
22:49:54.068274 run mass: MS performed LU {at=212299.771602199, lu_delay=22.123991783009842, ms=00053}
22:49:54.918623 run osmo-ms-mob/00098: Starting mobile
22:49:54.932463 run osmo-ms-mob/00098(pid=233): Launched
22:49:54.943858 run mass: MS start registered {at=212300.647205642, delay=0.005218167993007228, ms=00098}
22:49:55.799216 run mass: MS performed LU {at=212301.502527008, lu_delay=6.055610865005292, ms=00093}
22:49:55.817239 run mass: MS performed LU {at=212301.520588333, lu_delay=5.174294928001473, ms=00094}
22:49:56.722225 run osmo-ms-mob/00099: Starting mobile
22:49:56.735732 run osmo-ms-mob/00099(pid=234): Launched
22:49:56.742552 run mass: All started... {duration=55.730344891984714, too_slow=5}
22:49:56.748514 run mass: MS start registered {at=212302.451871933, delay=0.005957518005743623, ms=00099}
22:49:57.727698 run mass: MS performed LU {at=212303.431034395, lu_delay=5.183238597994205, ms=00096}
22:49:57.745927 run mass: MS performed LU {at=212303.449280408, lu_delay=6.202390571008436, ms=00095}
22:49:59.564458 run mass: MS performed LU {at=212305.267745641, lu_delay=5.9090672940074, ms=00097}
22:50:00.053570 run mass: MS performed LU {at=212305.756808388, lu_delay=5.109602746000746, ms=00098}
22:50:01.493235 run mass: MS performed LU {at=212307.196569578, lu_delay=4.744697644986445, ms=00099}
22:50:01.499925 run mass: Tests done {all_completed=True, max=22.633834572014166, min=3.71044689102564}
22:50:01.505782 tst register_default_mass.py: Test passed (93.6 sec)
22:50:01.511459 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:01.514948 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:01.518423 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:01.521864 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:01.525345 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:01.529175 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:01.533563 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:01.537070 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:01.540518 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:01.543957 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:01.547363 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:01.550753 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:01.554119 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:01.557547 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:01.561445 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:01.565020 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:01.568544 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:01.572198 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:01.575950 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:01.579767 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:01.583442 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:01.587259 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:01.591311 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:01.594983 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:01.599064 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:01.602485 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:01.605892 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:01.609551 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:01.613023 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:01.616434 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:01.620016 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:01.623434 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:01.626868 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:01.630301 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:01.633735 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:01.637378 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:01.641345 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:01.644749 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:01.648154 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:01.651572 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:01.655230 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:01.658950 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:01.662468 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:01.665892 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:01.669530 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:01.672962 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:01.676382 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:01.680356 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:01.683941 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:01.687379 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:01.690772 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:01.694178 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:01.697603 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:01.701014 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:01.704420 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:01.707840 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:01.711271 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:01.714700 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:01.718120 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:01.721529 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:01.724932 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:01.728375 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:01.731850 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:01.735283 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:01.738964 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:01.742389 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:01.745805 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:01.749203 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:01.752636 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:01.756043 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:01.759498 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:01.762930 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:01.771375 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:01.774824 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:01.778253 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:01.781689 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:01.785110 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:01.789238 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:01.792670 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:01.796092 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:01.799527 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:01.802919 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:01.806334 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:01.810224 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:01.813770 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:01.817734 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:01.821211 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:01.824630 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:01.828231 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:01.831668 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:01.835091 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:01.838503 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:01.842267 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:01.846001 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:01.849414 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:01.852848 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:01.856251 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:01.859660 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:01.863087 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:01.866508 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:01.869926 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:01.873381 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:01.876810 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:01.880233 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:01.883666 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:01.887100 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:01.890539 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:01.894283 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:01.898306 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:01.901777 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:01.905242 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:01.908713 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:01.912163 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:01.915576 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:01.918989 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:01.922380 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:01.925783 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:01.929201 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:01.932589 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:01.935981 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:01.939379 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:01.942763 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:01.946177 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:01.949572 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:01.952957 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:01.956336 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:01.959737 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:01.963115 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:01.966421 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:01.969687 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:01.972948 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:01.976183 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:01.979472 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:01.982729 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:01.985981 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:01.989310 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:01.992697 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:01.996082 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:01.999472 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:02.002874 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:02.006273 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:02.009660 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:02.013162 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:02.016552 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:02.019931 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:02.023321 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:02.026707 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:02.030102 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:02.033474 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:02.036850 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:02.040244 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:02.043647 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:02.047021 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:02.050422 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:02.053798 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:02.057191 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:02.060561 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:02.063954 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:02.067339 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:02.070780 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:02.074185 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:02.077587 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:02.080990 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:02.084385 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:02.087771 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:02.091154 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:02.094540 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:02.098097 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:02.101529 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:02.104929 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:02.108322 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:02.111690 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:02.115100 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:02.118484 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:02.121861 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:02.125265 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:02.128653 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:02.132052 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:02.135432 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:02.138814 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:02.142212 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:02.145595 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:02.148981 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:02.152371 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:02.155743 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:02.159124 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:02.162510 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:02.165927 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:02.169362 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:02.172742 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:02.176128 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:02.179510 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:02.182890 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:02.186267 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:02.189653 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:02.193030 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:02.196410 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:02.199807 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:02.203173 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:02.206567 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:02.209948 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:02.213326 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:02.216700 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:02.220074 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:02.223473 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:02.226844 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:02.230204 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:02.233639 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:02.237025 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:02.240392 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:02.243765 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:02.247144 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:02.250539 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:02.253927 --- ParallelTerminationStrategy: PID 22 died...
22:50:02.255465 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:02.259228 --- ParallelTerminationStrategy: PID 23 died...
22:50:02.260749 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:02.264493 --- ParallelTerminationStrategy: PID 24 died...
22:50:02.266026 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:02.269781 --- ParallelTerminationStrategy: PID 25 died...
22:50:02.271301 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:02.275027 --- ParallelTerminationStrategy: PID 26 died...
22:50:02.276544 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:02.280297 --- ParallelTerminationStrategy: PID 27 died...
22:50:02.281832 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:02.285581 --- ParallelTerminationStrategy: PID 28 died...
22:50:02.287106 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:02.290897 --- ParallelTerminationStrategy: PID 29 died...
22:50:02.292419 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:02.296188 --- ParallelTerminationStrategy: PID 30 died...
22:50:02.297700 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:02.301437 --- ParallelTerminationStrategy: PID 31 died...
22:50:02.302945 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:02.306694 --- ParallelTerminationStrategy: PID 32 died...
22:50:02.308204 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:02.311973 --- ParallelTerminationStrategy: PID 33 died...
22:50:02.313481 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:02.317284 --- ParallelTerminationStrategy: PID 35 died...
22:50:02.318829 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:02.322621 --- ParallelTerminationStrategy: PID 36 died...
22:50:02.324163 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:02.327959 --- ParallelTerminationStrategy: PID 37 died...
22:50:02.329500 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:02.333299 --- ParallelTerminationStrategy: PID 38 died...
22:50:02.334831 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:02.338640 --- ParallelTerminationStrategy: PID 39 died...
22:50:02.340180 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:02.344012 --- ParallelTerminationStrategy: PID 40 died...
22:50:02.345566 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:02.349360 --- ParallelTerminationStrategy: PID 41 died...
22:50:02.350895 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:02.354703 --- ParallelTerminationStrategy: PID 42 died...
22:50:02.356225 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:02.360024 --- ParallelTerminationStrategy: PID 43 died...
22:50:02.361586 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:02.365374 --- ParallelTerminationStrategy: PID 44 died...
22:50:02.366911 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:02.370669 --- ParallelTerminationStrategy: PID 45 died...
22:50:02.372196 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:02.375942 --- ParallelTerminationStrategy: PID 46 died...
22:50:02.377478 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:02.381225 --- ParallelTerminationStrategy: PID 47 died...
22:50:02.382742 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:02.386489 --- ParallelTerminationStrategy: PID 48 died...
22:50:02.388001 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:02.391692 --- ParallelTerminationStrategy: PID 49 died...
22:50:02.393208 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:02.396932 --- ParallelTerminationStrategy: PID 50 died...
22:50:02.398436 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:02.402221 --- ParallelTerminationStrategy: PID 51 died...
22:50:02.403721 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:02.407426 --- ParallelTerminationStrategy: PID 52 died...
22:50:02.408957 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:02.412684 --- ParallelTerminationStrategy: PID 53 died...
22:50:02.414176 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:02.417880 --- ParallelTerminationStrategy: PID 54 died...
22:50:02.419378 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:02.423096 --- ParallelTerminationStrategy: PID 55 died...
22:50:02.424587 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:02.428294 --- ParallelTerminationStrategy: PID 56 died...
22:50:02.429800 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:02.433505 --- ParallelTerminationStrategy: PID 57 died...
22:50:02.435009 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:02.438713 --- ParallelTerminationStrategy: PID 58 died...
22:50:02.440205 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:02.443903 --- ParallelTerminationStrategy: PID 59 died...
22:50:02.445436 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:02.449142 --- ParallelTerminationStrategy: PID 60 died...
22:50:02.450647 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:02.454372 --- ParallelTerminationStrategy: PID 61 died...
22:50:02.455893 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:02.459780 --- ParallelTerminationStrategy: PID 62 died...
22:50:02.461398 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:02.465416 --- ParallelTerminationStrategy: PID 63 died...
22:50:02.467054 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:02.471183 --- ParallelTerminationStrategy: PID 64 died...
22:50:02.472850 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:02.476995 --- ParallelTerminationStrategy: PID 65 died...
22:50:02.478656 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:02.482710 --- ParallelTerminationStrategy: PID 66 died...
22:50:02.484341 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:02.488298 --- ParallelTerminationStrategy: PID 67 died...
22:50:02.489919 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:02.493829 --- ParallelTerminationStrategy: PID 68 died...
22:50:02.495400 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:02.499291 --- ParallelTerminationStrategy: PID 69 died...
22:50:02.500875 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:02.504797 --- ParallelTerminationStrategy: PID 70 died...
22:50:02.506397 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:02.510289 --- ParallelTerminationStrategy: PID 71 died...
22:50:02.511851 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:02.515745 --- ParallelTerminationStrategy: PID 72 died...
22:50:02.517353 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:02.521331 --- ParallelTerminationStrategy: PID 73 died...
22:50:02.522984 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:02.527049 --- ParallelTerminationStrategy: PID 74 died...
22:50:02.528797 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:02.532884 --- ParallelTerminationStrategy: PID 75 died...
22:50:02.534518 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:02.538497 --- ParallelTerminationStrategy: PID 76 died...
22:50:02.540109 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:02.544076 --- ParallelTerminationStrategy: PID 77 died...
22:50:02.545680 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:02.549614 --- ParallelTerminationStrategy: PID 78 died...
22:50:02.551185 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:02.555062 --- ParallelTerminationStrategy: PID 79 died...
22:50:02.556634 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:02.560508 --- ParallelTerminationStrategy: PID 80 died...
22:50:02.562098 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:02.565974 --- ParallelTerminationStrategy: PID 81 died...
22:50:02.567542 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:02.571485 --- ParallelTerminationStrategy: PID 82 died...
22:50:02.573083 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:02.577061 --- ParallelTerminationStrategy: PID 83 died...
22:50:02.578655 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:02.582706 --- ParallelTerminationStrategy: PID 84 died...
22:50:02.584345 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:02.588400 --- ParallelTerminationStrategy: PID 85 died...
22:50:02.590058 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:02.594200 --- ParallelTerminationStrategy: PID 86 died...
22:50:02.595878 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:02.600041 --- ParallelTerminationStrategy: PID 87 died...
22:50:02.601706 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:02.605780 --- ParallelTerminationStrategy: PID 88 died...
22:50:02.607411 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:02.611565 --- ParallelTerminationStrategy: PID 89 died...
22:50:02.613198 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:02.617105 --- ParallelTerminationStrategy: PID 90 died...
22:50:02.618648 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:02.622503 --- ParallelTerminationStrategy: PID 91 died...
22:50:02.624078 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:02.628181 --- ParallelTerminationStrategy: PID 92 died...
22:50:02.629832 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:02.633885 --- ParallelTerminationStrategy: PID 93 died...
22:50:02.635532 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:02.639521 --- ParallelTerminationStrategy: PID 94 died...
22:50:02.641148 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:02.645253 --- ParallelTerminationStrategy: PID 95 died...
22:50:02.646908 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:02.650992 --- ParallelTerminationStrategy: PID 96 died...
22:50:02.652640 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:02.656709 --- ParallelTerminationStrategy: PID 97 died...
22:50:02.658315 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:02.662269 --- ParallelTerminationStrategy: PID 98 died...
22:50:02.663874 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:02.667774 --- ParallelTerminationStrategy: PID 99 died...
22:50:02.669339 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:02.673244 --- ParallelTerminationStrategy: PID 100 died...
22:50:02.674818 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:02.678698 --- ParallelTerminationStrategy: PID 101 died...
22:50:02.680254 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:02.684166 --- ParallelTerminationStrategy: PID 102 died...
22:50:02.685729 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:02.689521 --- ParallelTerminationStrategy: PID 103 died...
22:50:02.691078 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:02.694898 --- ParallelTerminationStrategy: PID 104 died...
22:50:02.696427 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:02.700274 --- ParallelTerminationStrategy: PID 105 died...
22:50:02.701829 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:02.705621 --- ParallelTerminationStrategy: PID 106 died...
22:50:02.707152 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:02.710956 --- ParallelTerminationStrategy: PID 107 died...
22:50:02.712483 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:02.716257 --- ParallelTerminationStrategy: PID 108 died...
22:50:02.717796 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:02.721545 --- ParallelTerminationStrategy: PID 109 died...
22:50:02.723043 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:02.726894 --- ParallelTerminationStrategy: PID 110 died...
22:50:02.728455 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:02.732376 --- ParallelTerminationStrategy: PID 111 died...
22:50:02.733981 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:02.737961 --- ParallelTerminationStrategy: PID 112 died...
22:50:02.739564 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:02.743486 --- ParallelTerminationStrategy: PID 113 died...
22:50:02.745115 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:02.749052 --- ParallelTerminationStrategy: PID 114 died...
22:50:02.750696 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:02.754570 --- ParallelTerminationStrategy: PID 115 died...
22:50:02.756124 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:02.759948 --- ParallelTerminationStrategy: PID 116 died...
22:50:02.761729 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:02.765737 --- ParallelTerminationStrategy: PID 117 died...
22:50:02.767276 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:02.771099 --- ParallelTerminationStrategy: PID 118 died...
22:50:02.772612 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:02.776319 --- ParallelTerminationStrategy: PID 119 died...
22:50:02.777827 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:02.781634 --- ParallelTerminationStrategy: PID 120 died...
22:50:02.783206 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:02.787035 --- ParallelTerminationStrategy: PID 121 died...
22:50:02.788643 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:02.792433 --- ParallelTerminationStrategy: PID 122 died...
22:50:02.794003 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:02.797901 --- ParallelTerminationStrategy: PID 123 died...
22:50:02.799480 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:02.803451 --- ParallelTerminationStrategy: PID 124 died...
22:50:02.805067 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:02.809058 --- ParallelTerminationStrategy: PID 125 died...
22:50:02.810707 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:02.814775 --- ParallelTerminationStrategy: PID 126 died...
22:50:02.837439 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:02.841137 --- ParallelTerminationStrategy: PID 127 died...
22:50:02.842569 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:02.846246 --- ParallelTerminationStrategy: PID 128 died...
22:50:02.847714 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:02.851333 --- ParallelTerminationStrategy: PID 129 died...
22:50:02.852803 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:02.856409 --- ParallelTerminationStrategy: PID 130 died...
22:50:02.857872 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:02.861493 --- ParallelTerminationStrategy: PID 131 died...
22:50:02.862949 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:02.866560 --- ParallelTerminationStrategy: PID 132 died...
22:50:02.868022 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:02.871651 --- ParallelTerminationStrategy: PID 133 died...
22:50:02.873107 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:02.876728 --- ParallelTerminationStrategy: PID 134 died...
22:50:02.878198 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:02.881784 --- ParallelTerminationStrategy: PID 135 died...
22:50:02.883220 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:02.886769 --- ParallelTerminationStrategy: PID 136 died...
22:50:02.888200 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:02.891817 --- ParallelTerminationStrategy: PID 137 died...
22:50:02.893286 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:02.896963 --- ParallelTerminationStrategy: PID 138 died...
22:50:02.898431 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:02.902074 --- ParallelTerminationStrategy: PID 139 died...
22:50:02.903543 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:02.907193 --- ParallelTerminationStrategy: PID 140 died...
22:50:02.908659 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:02.912390 --- ParallelTerminationStrategy: PID 141 died...
22:50:02.913906 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:02.917636 --- ParallelTerminationStrategy: PID 142 died...
22:50:02.919135 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:02.922872 --- ParallelTerminationStrategy: PID 143 died...
22:50:02.924374 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:02.928102 --- ParallelTerminationStrategy: PID 144 died...
22:50:02.929615 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:02.933326 --- ParallelTerminationStrategy: PID 145 died...
22:50:02.934850 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:02.938630 --- ParallelTerminationStrategy: PID 146 died...
22:50:02.940156 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:02.943947 --- ParallelTerminationStrategy: PID 147 died...
22:50:02.945510 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:02.949332 --- ParallelTerminationStrategy: PID 148 died...
22:50:02.950855 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:02.954649 --- ParallelTerminationStrategy: PID 149 died...
22:50:02.956172 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:02.959966 --- ParallelTerminationStrategy: PID 150 died...
22:50:02.961502 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:02.965281 --- ParallelTerminationStrategy: PID 151 died...
22:50:02.966773 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:02.970544 --- ParallelTerminationStrategy: PID 152 died...
22:50:02.972076 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:02.975874 --- ParallelTerminationStrategy: PID 153 died...
22:50:02.977411 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:02.981234 --- ParallelTerminationStrategy: PID 154 died...
22:50:02.982776 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:02.986707 --- ParallelTerminationStrategy: PID 155 died...
22:50:02.988304 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:02.992361 --- ParallelTerminationStrategy: PID 156 died...
22:50:02.994012 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:02.998055 --- ParallelTerminationStrategy: PID 157 died...
22:50:02.999702 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:03.003886 --- ParallelTerminationStrategy: PID 158 died...
22:50:03.005566 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:03.009721 --- ParallelTerminationStrategy: PID 159 died...
22:50:03.011428 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:03.015701 --- ParallelTerminationStrategy: PID 160 died...
22:50:03.017432 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:03.021615 --- ParallelTerminationStrategy: PID 161 died...
22:50:03.023260 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:03.027284 --- ParallelTerminationStrategy: PID 162 died...
22:50:03.028891 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:03.032852 --- ParallelTerminationStrategy: PID 163 died...
22:50:03.034440 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:03.038474 --- ParallelTerminationStrategy: PID 164 died...
22:50:03.040144 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:03.044441 --- ParallelTerminationStrategy: PID 165 died...
22:50:03.046171 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:03.050526 --- ParallelTerminationStrategy: PID 166 died...
22:50:03.052266 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:03.056532 --- ParallelTerminationStrategy: PID 167 died...
22:50:03.058194 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:03.062355 --- ParallelTerminationStrategy: PID 168 died...
22:50:03.064002 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:03.068197 --- ParallelTerminationStrategy: PID 169 died...
22:50:03.069908 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:03.074182 --- ParallelTerminationStrategy: PID 170 died...
22:50:03.075889 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:03.080151 --- ParallelTerminationStrategy: PID 171 died...
22:50:03.081915 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:03.086163 --- ParallelTerminationStrategy: PID 172 died...
22:50:03.087824 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:03.091965 --- ParallelTerminationStrategy: PID 173 died...
22:50:03.093592 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:03.097675 --- ParallelTerminationStrategy: PID 174 died...
22:50:03.099343 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:03.103558 --- ParallelTerminationStrategy: PID 175 died...
22:50:03.105258 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:03.109533 --- ParallelTerminationStrategy: PID 176 died...
22:50:03.111248 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:03.115545 --- ParallelTerminationStrategy: PID 177 died...
22:50:03.117214 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:03.121284 --- ParallelTerminationStrategy: PID 178 died...
22:50:03.122916 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:03.126868 --- ParallelTerminationStrategy: PID 179 died...
22:50:03.128430 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:03.132363 --- ParallelTerminationStrategy: PID 180 died...
22:50:03.133965 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:03.138003 --- ParallelTerminationStrategy: PID 181 died...
22:50:03.139781 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:03.143924 --- ParallelTerminationStrategy: PID 182 died...
22:50:03.145628 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:03.149817 --- ParallelTerminationStrategy: PID 183 died...
22:50:03.151521 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:03.155777 --- ParallelTerminationStrategy: PID 184 died...
22:50:03.157512 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:03.161800 --- ParallelTerminationStrategy: PID 185 died...
22:50:03.163560 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:03.167896 --- ParallelTerminationStrategy: PID 186 died...
22:50:03.169639 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:03.174000 --- ParallelTerminationStrategy: PID 187 died...
22:50:03.175738 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:03.180044 --- ParallelTerminationStrategy: PID 188 died...
22:50:03.181776 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:03.186082 --- ParallelTerminationStrategy: PID 189 died...
22:50:03.187824 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:03.192183 --- ParallelTerminationStrategy: PID 190 died...
22:50:03.193930 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:03.198236 --- ParallelTerminationStrategy: PID 191 died...
22:50:03.199969 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:03.204307 --- ParallelTerminationStrategy: PID 192 died...
22:50:03.206057 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:03.210403 --- ParallelTerminationStrategy: PID 193 died...
22:50:03.212140 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:03.216471 --- ParallelTerminationStrategy: PID 194 died...
22:50:03.218218 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:03.222574 --- ParallelTerminationStrategy: PID 195 died...
22:50:03.224319 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:03.228728 --- ParallelTerminationStrategy: PID 196 died...
22:50:03.230498 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:03.234941 --- ParallelTerminationStrategy: PID 197 died...
22:50:03.236749 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:03.241367 --- ParallelTerminationStrategy: PID 198 died...
22:50:03.243160 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:03.247720 --- ParallelTerminationStrategy: PID 199 died...
22:50:03.249519 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:03.254055 --- ParallelTerminationStrategy: PID 200 died...
22:50:03.255889 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:03.260353 --- ParallelTerminationStrategy: PID 201 died...
22:50:03.262153 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:03.266587 --- ParallelTerminationStrategy: PID 202 died...
22:50:03.268368 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:03.272853 --- ParallelTerminationStrategy: PID 203 died...
22:50:03.274698 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:03.279196 --- ParallelTerminationStrategy: PID 204 died...
22:50:03.281017 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:03.285566 --- ParallelTerminationStrategy: PID 205 died...
22:50:03.287348 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:03.291782 --- ParallelTerminationStrategy: PID 206 died...
22:50:03.293543 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:03.297877 --- ParallelTerminationStrategy: PID 207 died...
22:50:03.299616 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:03.303918 --- ParallelTerminationStrategy: PID 208 died...
22:50:03.305643 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:03.309865 --- ParallelTerminationStrategy: PID 209 died...
22:50:03.311502 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:03.315612 --- ParallelTerminationStrategy: PID 210 died...
22:50:03.317230 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:03.321267 --- ParallelTerminationStrategy: PID 211 died...
22:50:03.322915 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:03.327086 --- ParallelTerminationStrategy: PID 212 died...
22:50:03.328800 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:03.332981 --- ParallelTerminationStrategy: PID 213 died...
22:50:03.334630 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:03.338725 --- ParallelTerminationStrategy: PID 214 died...
22:50:03.340347 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:03.344316 --- ParallelTerminationStrategy: PID 215 died...
22:50:03.345893 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:03.349744 --- ParallelTerminationStrategy: PID 216 died...
22:50:03.351297 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:03.355067 --- ParallelTerminationStrategy: PID 217 died...
22:50:03.356581 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:03.360364 --- ParallelTerminationStrategy: PID 218 died...
22:50:03.361875 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:03.365638 --- ParallelTerminationStrategy: PID 219 died...
22:50:03.367145 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:03.370885 --- ParallelTerminationStrategy: PID 220 died...
22:50:03.372397 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:03.376181 --- ParallelTerminationStrategy: PID 221 died...
22:50:03.377684 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:03.381368 --- ParallelTerminationStrategy: PID 222 died...
22:50:03.382836 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:03.386515 --- ParallelTerminationStrategy: PID 223 died...
22:50:03.387986 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:03.391666 --- ParallelTerminationStrategy: PID 224 died...
22:50:03.393148 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:03.396820 --- ParallelTerminationStrategy: PID 225 died...
22:50:03.398295 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:03.401957 --- ParallelTerminationStrategy: PID 226 died...
22:50:03.403429 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:03.407086 --- ParallelTerminationStrategy: PID 227 died...
22:50:03.408567 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:03.412261 --- ParallelTerminationStrategy: PID 228 died...
22:50:03.413729 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:03.417412 --- ParallelTerminationStrategy: PID 229 died...
22:50:03.419288 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:03.423112 --- ParallelTerminationStrategy: PID 230 died...
22:50:03.424635 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:03.428452 --- ParallelTerminationStrategy: PID 231 died...
22:50:03.430008 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:03.434021 --- ParallelTerminationStrategy: PID 232 died...
22:50:03.435650 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:03.439689 --- ParallelTerminationStrategy: PID 233 died...
22:50:03.441323 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:03.445425 --- ParallelTerminationStrategy: PID 234 died...
22:50:03.447118 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:06.850995 --- ParallelTerminationStrategy: PID 34 died...
22:50:06.852660 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7847 netreg_mass PASS
---------------------------------------------------------------------
22:50:06.931848 tst trial-7847: Storing JUnit report in /build/trial-7847/run.2025-01-15_22-48-27/trial-7847.xml
--------------------------------------------------------------------------------------------
trial-7847 PASS
--------------------------------------------------------------------------------------------
22:50:06.942970 tst trial-7847: trial-7847: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (93.6 sec)
+ exit_code=0
+ rm -rf trial-7847/inst
+ cd trial-7847
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-15 22:48:27
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7847-run.tgz run.2025-01-15_22-48-27
+ tar czf /build/trial-7847-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-15_13_28_31.tgz osmo-bts-oc2g.build-2025-01-15_10_51_58.tgz osmo-bts-sysmo.build-2025-01-15_10_49_01.tgz osmo-bts.build-2025-01-15_10_49_09.tgz osmo-ggsn.build-2025-01-15_20_42_27.tgz osmo-hlr.build-2025-01-15_16_40_22.tgz osmo-hnbgw.build-2025-01-15_13_29_44.tgz osmo-mgw.build-2025-01-15_08_33_06.tgz osmo-msc.build-2025-01-15_13_32_28.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-15_17_07_59.tgz osmo-pcu-sysmo.build-2025-01-15_17_07_52.tgz osmo-pcu.build-2025-01-15_17_13_22.tgz osmo-sgsn.build-2025-01-15_20_48_40.tgz osmo-stp.build-2025-01-15_13_25_33.tgz osmo-trx.build-2025-01-15_14_28_12.tgz osmocom-bb.build-2025-01-15_21_17_15.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