Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
29206c0 osmo-pcap-master: depend on libosmo-netif
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#7 CACHED
#8 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#8 CACHED
#9 [ 2/28] RUN useradd -ms /bin/bash jenkins
#9 CACHED
#10 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://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
#10 CACHED
#11 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#11 CACHED
#12 [ 8/28] RUN MKDIR /var/run/sshd
#12 CACHED
#13 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#13 CACHED
#14 [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
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [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
#16 CACHED
#17 [ 3/28] RUN groupadd osmo-gsm-tester
#17 CACHED
#18 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#18 CACHED
#19 [ 9/28] COPY SSH /root/.ssh
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [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
#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 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#23 CACHED
#24 [ 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
#24 CACHED
#25 [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
#25 CACHED
#26 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#26 CACHED
#27 [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
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#29 CACHED
#30 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#30 CACHED
#31 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#31 CACHED
#32 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:93c9d78f69722a0e610d053561e890da7c9f72abef7c7683e8ef5191795dc138 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=7875 -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-02-12 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7875
+ mkdir -p trial-7875
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-12_15_31_45.tgz osmo-bts-oc2g.build-2025-02-12_14_52_33.tgz osmo-bts-sysmo.build-2025-02-12_14_52_23.tgz osmo-bts.build-2025-02-12_14_52_37.tgz osmo-ggsn.build-2025-02-12_20_42_41.tgz osmo-hlr.build-2025-02-12_16_37_07.tgz osmo-hnbgw.build-2025-02-12_15_27_27.tgz osmo-mgw.build-2025-02-12_14_53_37.tgz osmo-msc.build-2025-02-12_15_28_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-12_12_35_15.tgz osmo-pcu-sysmo.build-2025-02-12_12_35_13.tgz osmo-pcu.build-2025-02-12_12_35_28.tgz osmo-sgsn.build-2025-02-12_20_49_24.tgz osmo-stp.build-2025-02-12_14_10_18.tgz osmo-trx.build-2025-02-12_14_28_35.tgz osmocom-bb.build-2025-02-12_21_17_41.tgz srslte.build-19.tgz trial-7875
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-12_15_31_45.md5 osmo-bts-oc2g.build-2025-02-12_14_52_33.md5 osmo-bts-sysmo.build-2025-02-12_14_52_23.md5 osmo-bts.build-2025-02-12_14_52_37.md5 osmo-ggsn.build-2025-02-12_20_42_41.md5 osmo-hlr.build-2025-02-12_16_37_07.md5 osmo-hnbgw.build-2025-02-12_15_27_27.md5 osmo-mgw.build-2025-02-12_14_53_37.md5 osmo-msc.build-2025-02-12_15_28_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-12_12_35_15.md5 osmo-pcu-sysmo.build-2025-02-12_12_35_13.md5 osmo-pcu.build-2025-02-12_12_35_28.md5 osmo-sgsn.build-2025-02-12_20_49_24.md5 osmo-stp.build-2025-02-12_14_10_18.md5 osmo-trx.build-2025-02-12_14_28_35.md5 osmocom-bb.build-2025-02-12_21_17_41.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-12_15_31_45.md5 osmo-bts-oc2g.build-2025-02-12_14_52_33.md5 osmo-bts-sysmo.build-2025-02-12_14_52_23.md5 osmo-bts.build-2025-02-12_14_52_37.md5 osmo-ggsn.build-2025-02-12_20_42_41.md5 osmo-hlr.build-2025-02-12_16_37_07.md5 osmo-hnbgw.build-2025-02-12_15_27_27.md5 osmo-mgw.build-2025-02-12_14_53_37.md5 osmo-msc.build-2025-02-12_15_28_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-12_12_35_15.md5 osmo-pcu-sysmo.build-2025-02-12_12_35_13.md5 osmo-pcu.build-2025-02-12_12_35_28.md5 osmo-sgsn.build-2025-02-12_20_49_24.md5 osmo-stp.build-2025-02-12_14_10_18.md5 osmo-trx.build-2025-02-12_14_28_35.md5 osmocom-bb.build-2025-02-12_21_17_41.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-7875 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7875'
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-7875
--------------------------------------------------------------------------------------------
22:48:25.497417 tst trial-7875: Detailed log at /build/trial-7875/run.2025-02-12_22-48-25/log
---------------------------------------------------------------------
trial-7875 netreg_mass
---------------------------------------------------------------------
22:48:25.854732 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:25.855696 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:25.857640 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:25.860562 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:25.938052 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:25.940148 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:25.943051 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:26.093853 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-7875 netreg_mass register_default_mass.py
----------------------------------------------
22:48:26.096370 tst register_default_mass.py:9: Claiming resources for the test
22:48:26.140042 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.141430 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.142636 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.143778 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.144925 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.146078 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.147202 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:26.223871 tst register_default_mass.py: using LAC 2
22:48:26.270464 tst register_default_mass.py: using RAC 2
22:48:26.316406 tst register_default_mass.py: using CellId 2
22:48:26.360359 tst register_default_mass.py: using BVCI 3
22:48:26.375558 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.377241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.378695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.380089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.381448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.382784 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.384103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.385473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.386982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.388297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.389616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.390915 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.392245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.393623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.394968 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.396329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.397666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.398987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.400285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.401611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.402899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.404192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.405530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.406854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.408155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.409482 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.410776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.412074 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.413422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.414717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.415992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.417160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.417967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.418767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.419572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.420356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.421165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.421946 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.422693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.423469 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.424228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.424999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.425877 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.426641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.427411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.428166 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.428997 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.429815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.430595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.431542 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.432326 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.433094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.433856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.434640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.435389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.436146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.436911 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.437657 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.438378 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.439086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.439813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.440533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.441259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.441990 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.442733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.443466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.444228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.445065 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.445831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.446594 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.447349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.448091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.448954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.449697 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.450426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.451128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.451873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.452591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.453309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.454037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.454766 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.455506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.456284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.457031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.457777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.458524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.459240 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.459971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.460713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.461441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.462221 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.462974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.463717 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.464487 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.465244 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.465971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.466711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.467493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.468221 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.468967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.469694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.470522 tst register_default_mass.py:21: Launching a simple network
22:48:26.484684 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:26.681582 run create_hlr_db(pid=20): Launched
22:48:27.699152 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:27.746171 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:27.787429 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:27.803331 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:28.229414 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:28.252380 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:28.264462 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:29.058441 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:29.082168 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:32.098537 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:32.338574 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:32.360259 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:32.367824 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:32.400299 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:32.420746 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:32.434831 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:32.861654 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:32.882623 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:38.911554 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:39.100033 run osmo-bts-virtual(pid=34): Launched
22:48:40.157655 tst register_default_mass.py: using MSISDN 1001
22:48:40.164917 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:40.252783 tst register_default_mass.py: using MSISDN 1002
22:48:40.261500 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:40.328957 tst register_default_mass.py: using MSISDN 1003
22:48:40.341748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:40.407172 tst register_default_mass.py: using MSISDN 1004
22:48:40.420005 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:40.537733 tst register_default_mass.py: using MSISDN 1005
22:48:40.549984 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:40.636043 tst register_default_mass.py: using MSISDN 1006
22:48:40.647065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:40.724258 tst register_default_mass.py: using MSISDN 1007
22:48:40.733709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:40.806864 tst register_default_mass.py: using MSISDN 1008
22:48:40.813814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:40.891407 tst register_default_mass.py: using MSISDN 1009
22:48:40.902776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:40.998726 tst register_default_mass.py: using MSISDN 1010
22:48:41.005998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:41.079307 tst register_default_mass.py: using MSISDN 1011
22:48:41.086196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:41.155962 tst register_default_mass.py: using MSISDN 1012
22:48:41.162550 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:41.240164 tst register_default_mass.py: using MSISDN 1013
22:48:41.248377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:41.329869 tst register_default_mass.py: using MSISDN 1014
22:48:41.337532 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:41.410136 tst register_default_mass.py: using MSISDN 1015
22:48:41.416237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:41.489772 tst register_default_mass.py: using MSISDN 1016
22:48:41.495962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:41.575756 tst register_default_mass.py: using MSISDN 1017
22:48:41.588914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:41.677178 tst register_default_mass.py: using MSISDN 1018
22:48:41.690810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:41.768715 tst register_default_mass.py: using MSISDN 1019
22:48:41.779549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:41.854773 tst register_default_mass.py: using MSISDN 1020
22:48:41.861985 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:41.939726 tst register_default_mass.py: using MSISDN 1021
22:48:41.947178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:42.021652 tst register_default_mass.py: using MSISDN 1022
22:48:42.033789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:42.113231 tst register_default_mass.py: using MSISDN 1023
22:48:42.126387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:42.204317 tst register_default_mass.py: using MSISDN 1024
22:48:42.217473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:42.299206 tst register_default_mass.py: using MSISDN 1025
22:48:42.306357 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:42.396299 tst register_default_mass.py: using MSISDN 1026
22:48:42.404088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:42.517429 tst register_default_mass.py: using MSISDN 1027
22:48:42.530811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:42.619923 tst register_default_mass.py: using MSISDN 1028
22:48:42.633139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:42.715502 tst register_default_mass.py: using MSISDN 1029
22:48:42.728712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:42.816998 tst register_default_mass.py: using MSISDN 1030
22:48:42.826343 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:42.923586 tst register_default_mass.py: using MSISDN 1031
22:48:42.936906 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:43.020997 tst register_default_mass.py: using MSISDN 1032
22:48:43.033710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:43.118920 tst register_default_mass.py: using MSISDN 1033
22:48:43.131335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:43.206034 tst register_default_mass.py: using MSISDN 1034
22:48:43.219981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.300916 tst register_default_mass.py: using MSISDN 1035
22:48:43.315220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.406929 tst register_default_mass.py: using MSISDN 1036
22:48:43.420197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:43.517687 tst register_default_mass.py: using MSISDN 1037
22:48:43.530993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:43.650417 tst register_default_mass.py: using MSISDN 1038
22:48:43.659067 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:43.737092 tst register_default_mass.py: using MSISDN 1039
22:48:43.746701 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:43.830955 tst register_default_mass.py: using MSISDN 1040
22:48:43.840710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:43.933502 tst register_default_mass.py: using MSISDN 1041
22:48:43.947059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:44.040782 tst register_default_mass.py: using MSISDN 1042
22:48:44.048220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:44.130227 tst register_default_mass.py: using MSISDN 1043
22:48:44.143528 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:44.224695 tst register_default_mass.py: using MSISDN 1044
22:48:44.233547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:44.294458 tst register_default_mass.py: using MSISDN 1045
22:48:44.301604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.372246 tst register_default_mass.py: using MSISDN 1046
22:48:44.379076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.444475 tst register_default_mass.py: using MSISDN 1047
22:48:44.455404 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.552257 tst register_default_mass.py: using MSISDN 1048
22:48:44.559384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.637312 tst register_default_mass.py: using MSISDN 1049
22:48:44.644138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.707665 tst register_default_mass.py: using MSISDN 1050
22:48:44.714850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:44.780238 tst register_default_mass.py: using MSISDN 1051
22:48:44.786855 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:44.856539 tst register_default_mass.py: using MSISDN 1052
22:48:44.863344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:44.916726 tst register_default_mass.py: using MSISDN 1053
22:48:44.924498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:44.996313 tst register_default_mass.py: using MSISDN 1054
22:48:45.009816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:45.094295 tst register_default_mass.py: using MSISDN 1055
22:48:45.101571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:45.173741 tst register_default_mass.py: using MSISDN 1056
22:48:45.182014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:45.256504 tst register_default_mass.py: using MSISDN 1057
22:48:45.265305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:45.343595 tst register_default_mass.py: using MSISDN 1058
22:48:45.351233 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.419653 tst register_default_mass.py: using MSISDN 1059
22:48:45.435495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.518131 tst register_default_mass.py: using MSISDN 1060
22:48:45.532604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:45.620878 tst register_default_mass.py: using MSISDN 1061
22:48:45.634420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:45.703389 tst register_default_mass.py: using MSISDN 1062
22:48:45.718087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:45.790271 tst register_default_mass.py: using MSISDN 1063
22:48:45.801461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:45.872466 tst register_default_mass.py: using MSISDN 1064
22:48:45.884914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:45.957634 tst register_default_mass.py: using MSISDN 1065
22:48:45.965810 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:46.040179 tst register_default_mass.py: using MSISDN 1066
22:48:46.052772 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.123665 tst register_default_mass.py: using MSISDN 1067
22:48:46.136806 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.215321 tst register_default_mass.py: using MSISDN 1068
22:48:46.228410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.313045 tst register_default_mass.py: using MSISDN 1069
22:48:46.320472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.403357 tst register_default_mass.py: using MSISDN 1070
22:48:46.416716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:46.498406 tst register_default_mass.py: using MSISDN 1071
22:48:46.519387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:46.901281 tst register_default_mass.py: using MSISDN 1072
22:48:46.917417 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:47.021269 tst register_default_mass.py: using MSISDN 1073
22:48:47.036015 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:47.124331 tst register_default_mass.py: using MSISDN 1074
22:48:47.133687 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:47.228926 tst register_default_mass.py: using MSISDN 1075
22:48:47.239768 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:47.323861 tst register_default_mass.py: using MSISDN 1076
22:48:47.331198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:47.405632 tst register_default_mass.py: using MSISDN 1077
22:48:47.419543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:47.512420 tst register_default_mass.py: using MSISDN 1078
22:48:47.519792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:47.611360 tst register_default_mass.py: using MSISDN 1079
22:48:47.622630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:47.711057 tst register_default_mass.py: using MSISDN 1080
22:48:47.719786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:47.805333 tst register_default_mass.py: using MSISDN 1081
22:48:47.818914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:47.930466 tst register_default_mass.py: using MSISDN 1082
22:48:47.945164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:48.034211 tst register_default_mass.py: using MSISDN 1083
22:48:48.047626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:48.136026 tst register_default_mass.py: using MSISDN 1084
22:48:48.149170 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:48.218022 tst register_default_mass.py: using MSISDN 1085
22:48:48.231232 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:48.310160 tst register_default_mass.py: using MSISDN 1086
22:48:48.320974 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:48.424047 tst register_default_mass.py: using MSISDN 1087
22:48:48.437401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:48.510547 tst register_default_mass.py: using MSISDN 1088
22:48:48.522566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:48.593774 tst register_default_mass.py: using MSISDN 1089
22:48:48.609171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:48.693435 tst register_default_mass.py: using MSISDN 1090
22:48:48.708696 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:48.813660 tst register_default_mass.py: using MSISDN 1091
22:48:48.830206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:48.930820 tst register_default_mass.py: using MSISDN 1092
22:48:48.947495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:49.022553 tst register_default_mass.py: using MSISDN 1093
22:48:49.039342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:49.134843 tst register_default_mass.py: using MSISDN 1094
22:48:49.150818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:49.224290 tst register_default_mass.py: using MSISDN 1095
22:48:49.239762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:49.343896 tst register_default_mass.py: using MSISDN 1096
22:48:49.357925 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:49.449561 tst register_default_mass.py: using MSISDN 1097
22:48:49.462524 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:49.550158 tst register_default_mass.py: using MSISDN 1098
22:48:49.563251 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:49.663325 tst register_default_mass.py: using MSISDN 1099
22:48:49.677133 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:49.773495 tst register_default_mass.py: using MSISDN 1100
22:48:49.786484 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:50.049920 run mass: Starting testcase
22:48:50.057814 run mass: Pre-launching all virtphy's
22:48:50.065494 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:50.083519 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:50.094003 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:50.112739 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:50.121666 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:50.140057 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:50.148674 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:50.166998 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:50.175476 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:50.193327 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:50.202237 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:50.221863 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:50.230925 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:50.251978 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:50.265813 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:50.295357 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:50.309271 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:50.336435 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:50.355620 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:50.389993 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:50.407554 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:50.448761 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:50.467972 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:50.509641 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:50.529373 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:50.570320 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:50.584196 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:50.609135 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:50.624073 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:50.647576 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:50.658815 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:50.680893 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:50.690557 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:50.709772 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:50.720006 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:50.741107 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:50.758702 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:50.796029 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:50.811934 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:50.844025 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:50.859972 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:50.891894 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:50.906973 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:50.932668 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:50.945518 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:50.963153 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:50.971162 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:50.988495 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:51.003350 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:51.030818 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:51.040044 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:51.058269 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:51.069735 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:51.087547 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:51.096196 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:51.113728 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:51.126179 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:51.143797 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:51.157649 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:51.176315 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:51.185155 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:51.202878 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:51.211876 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:51.229777 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:51.239357 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:51.257242 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:51.267164 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:51.285012 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:51.293689 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:51.311541 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:51.320026 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:51.338365 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:51.354499 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:51.376436 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:51.391380 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:51.413634 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:51.427710 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:51.449432 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:51.461493 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:51.483688 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:51.528515 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:51.567178 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:51.585592 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:51.624943 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:51.643717 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:51.742937 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:51.753064 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:51.771599 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:51.780966 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:51.799550 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:51.809925 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:51.828182 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:51.836690 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:51.854923 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:51.863463 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:51.882204 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:51.891498 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:51.911618 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:51.920774 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:51.939828 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:51.948077 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:51.965712 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:51.974751 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:51.992776 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:52.008903 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:52.041022 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:52.056611 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:52.090347 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:52.106169 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:52.141536 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:52.156482 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:52.184789 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:52.194853 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:52.213158 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:52.221645 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:52.239687 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:52.248012 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:52.265985 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:52.274639 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:52.292255 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:52.301886 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:52.319805 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:52.328473 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:52.346117 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:52.355871 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:52.373689 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:52.381855 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:52.399386 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:52.408046 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:52.425410 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:52.434910 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:52.452257 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:52.460684 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:52.477904 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:52.486829 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:52.504101 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:52.512402 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:52.529858 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:52.540398 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:52.558275 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:52.567793 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:52.585384 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:52.595401 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:52.613856 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:52.622083 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:52.639857 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:52.648250 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:52.665584 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:52.675318 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:52.692799 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:52.704336 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:52.720425 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:52.727977 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:52.744047 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:52.751412 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:52.767216 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:52.775500 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:52.792770 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:52.806708 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:52.823747 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:52.832518 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:52.851581 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:52.860790 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:52.878556 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:52.887656 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:52.905325 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:52.914870 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:52.932137 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:52.940556 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:52.958198 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:52.966535 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:52.984733 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:53.000111 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:53.031017 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:53.045528 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:53.076418 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:53.090641 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:53.119515 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:53.128366 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:53.145973 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:53.154173 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:53.171504 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:53.180382 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:53.198454 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:53.206962 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:53.224886 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:53.233228 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:53.251212 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:53.259021 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:53.278366 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:53.286518 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:53.304041 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:53.312717 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:53.331001 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:53.339749 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:53.357042 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:53.365040 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:53.382290 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:53.390171 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:53.408441 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:53.421703 run mass: Checking if sockets are in the filesystem
22:48:53.441665 run osmo-ms-mob/00000: Starting mobile
22:48:53.459625 run osmo-ms-mob/00000(pid=135): Launched
22:48:53.476539 run mass: MS start registered {at=2631439.179873237, delay=0.00877495389431715, ms=00000}
22:48:57.641985 run osmo-ms-mob/00001: Starting mobile
22:48:57.659398 run osmo-ms-mob/00001(pid=136): Launched
22:48:57.673986 run mass: MS start registered {at=2631443.37730709, delay=0.005983147770166397, ms=00001}
22:48:59.441930 run osmo-ms-mob/00002: Starting mobile
22:48:59.460372 run osmo-ms-mob/00002(pid=137): Launched
22:48:59.474054 run mass: MS performed LU {at=2631445.177401465, lu_delay=5.997528227977455, ms=00000}
22:48:59.481996 run mass: MS start registered {at=2631445.185351969, delay=0.007979662157595158, ms=00002}
22:49:00.748321 run osmo-ms-mob/00003: Starting mobile
22:49:00.786598 run osmo-ms-mob/00003(pid=138): Launched
22:49:00.805658 run mass: MS start registered {at=2631446.50898837, delay=4.28282655775547e-05, ms=00003}
22:49:01.842911 run osmo-ms-mob/00004: Starting mobile
22:49:01.874117 run osmo-ms-mob/00004(pid=139): Launched
22:49:01.894744 run mass: MS start registered {at=2631447.598041818, delay=0.00424889987334609, ms=00004}
22:49:02.848565 run osmo-ms-mob/00005: Starting mobile
22:49:02.885609 run osmo-ms-mob/00005(pid=140): Launched
22:49:02.907369 run mass: MS start registered {at=2631448.610677471, delay=0.004567696712911129, ms=00005}
22:49:03.228735 run mass: MS performed LU {at=2631448.932035528, lu_delay=5.554728438146412, ms=00001}
22:49:03.747677 run osmo-ms-mob/00006: Starting mobile
22:49:03.782614 run osmo-ms-mob/00006(pid=141): Launched
22:49:03.798911 run mass: MS start registered {at=2631449.502246598, delay=3.7616584450006485e-05, ms=00006}
22:49:04.649054 run osmo-ms-mob/00007: Starting mobile
22:49:04.678901 run osmo-ms-mob/00007(pid=142): Launched
22:49:04.695554 run mass: MS start registered {at=2631450.39887729, delay=0.0005479590035974979, ms=00007}
22:49:05.129663 run mass: MS performed LU {at=2631450.832973216, lu_delay=5.647621246986091, ms=00002}
22:49:05.444455 run osmo-ms-mob/00008: Starting mobile
22:49:05.464031 run osmo-ms-mob/00008(pid=143): Launched
22:49:05.488401 run mass: MS start registered {at=2631451.191714273, delay=0.015186179894953966, ms=00008}
22:49:06.147414 run osmo-ms-mob/00009: Starting mobile
22:49:06.174255 run osmo-ms-mob/00009(pid=144): Launched
22:49:06.198446 run mass: MS start registered {at=2631451.901776703, delay=0.014611673075705767, ms=00009}
22:49:06.846432 run osmo-ms-mob/00010: Starting mobile
22:49:06.880645 run osmo-ms-mob/00010(pid=145): Launched
22:49:06.899006 run mass: MS start registered {at=2631452.602313107, delay=0.003540337085723877, ms=00010}
22:49:06.994132 run mass: MS performed LU {at=2631452.697436344, lu_delay=6.188447973690927, ms=00003}
22:49:07.039947 run mass: MS performed LU {at=2631452.743263944, lu_delay=5.145222126040608, ms=00004}
22:49:07.443120 run osmo-ms-mob/00011: Starting mobile
22:49:07.461865 run osmo-ms-mob/00011(pid=146): Launched
22:49:07.478796 run mass: MS start registered {at=2631453.182133932, delay=3.9872247725725174e-05, ms=00011}
22:49:08.046866 run osmo-ms-mob/00012: Starting mobile
22:49:08.078600 run osmo-ms-mob/00012(pid=147): Launched
22:49:08.093095 run mass: MS start registered {at=2631453.796434706, delay=3.688223659992218e-05, ms=00012}
22:49:08.642816 run osmo-ms-mob/00013: Starting mobile
22:49:08.660832 run osmo-ms-mob/00013(pid=148): Launched
22:49:08.675164 run mass: MS start registered {at=2631454.378508331, delay=3.3622607588768005e-05, ms=00013}
22:49:08.895037 run mass: MS performed LU {at=2631454.598349387, lu_delay=5.987671915907413, ms=00005}
22:49:08.941797 run mass: MS performed LU {at=2631454.645110073, lu_delay=5.142863475251943, ms=00006}
22:49:09.245657 run osmo-ms-mob/00014: Starting mobile
22:49:09.263919 run osmo-ms-mob/00014(pid=149): Launched
22:49:09.281534 run mass: MS start registered {at=2631454.984845889, delay=0.008496321737766266, ms=00014}
22:49:09.846748 run osmo-ms-mob/00015: Starting mobile
22:49:09.878199 run osmo-ms-mob/00015(pid=150): Launched
22:49:09.892474 run mass: MS start registered {at=2631455.595792961, delay=0.0010238918475806713, ms=00015}
22:49:10.343331 run osmo-ms-mob/00016: Starting mobile
22:49:10.369788 run osmo-ms-mob/00016(pid=151): Launched
22:49:10.383369 run mass: MS start registered {at=2631456.086706072, delay=0.002499843016266823, ms=00016}
22:49:10.759904 run mass: MS performed LU {at=2631456.463236904, lu_delay=5.2715226309373975, ms=00008}
22:49:10.771895 run osmo-ms-mob/00017: Starting mobile
22:49:10.786378 run osmo-ms-mob/00017(pid=152): Launched
22:49:10.798579 run mass: MS start registered {at=2631456.501928265, delay=0.005618536379188299, ms=00017}
22:49:10.806399 run mass: MS performed LU {at=2631456.509752524, lu_delay=6.110875234007835, ms=00007}
22:49:11.129492 run mass: MS performed LU {at=2631456.832807658, lu_delay=4.931030954699963, ms=00009}
22:49:11.446979 run osmo-ms-mob/00018: Starting mobile
22:49:11.474651 run osmo-ms-mob/00018(pid=153): Launched
22:49:11.493743 run mass: MS start registered {at=2631457.197064475, delay=0.010460610035806894, ms=00018}
22:49:11.841213 run osmo-ms-mob/00019: Starting mobile
22:49:11.859474 run osmo-ms-mob/00019(pid=154): Launched
22:49:11.874041 run mass: MS start registered {at=2631457.577379445, delay=0.006148034241050482, ms=00019}
22:49:12.343802 run osmo-ms-mob/00020: Starting mobile
22:49:12.361569 run osmo-ms-mob/00020(pid=155): Launched
22:49:12.375041 run mass: MS start registered {at=2631458.078378761, delay=0.0055947392247617245, ms=00020}
22:49:12.661584 run mass: MS performed LU {at=2631458.36491523, lu_delay=5.7626021229662, ms=00010}
22:49:12.707343 run mass: MS performed LU {at=2631458.410675923, lu_delay=5.228541990742087, ms=00011}
22:49:12.721177 run osmo-ms-mob/00021: Starting mobile
22:49:12.737409 run osmo-ms-mob/00021(pid=156): Launched
22:49:12.750076 run mass: MS start registered {at=2631458.453418378, delay=0.0052515859715640545, ms=00021}
22:49:12.794844 run mass: MS performed LU {at=2631458.498177136, lu_delay=4.701742429751903, ms=00012}
22:49:13.239529 run osmo-ms-mob/00022: Starting mobile
22:49:13.255484 run osmo-ms-mob/00022(pid=157): Launched
22:49:13.268993 run mass: MS start registered {at=2631458.972332076, delay=0.0057883113622665405, ms=00022}
22:49:13.741477 run osmo-ms-mob/00023: Starting mobile
22:49:13.758282 run osmo-ms-mob/00023(pid=158): Launched
22:49:13.771068 run mass: MS start registered {at=2631459.474409062, delay=0.00517472205683589, ms=00023}
22:49:14.140386 run osmo-ms-mob/00024: Starting mobile
22:49:14.157080 run osmo-ms-mob/00024(pid=159): Launched
22:49:14.170654 run mass: MS start registered {at=2631459.873982867, delay=0.005807153414934874, ms=00024}
22:49:14.526160 run mass: MS performed LU {at=2631460.22949321, lu_delay=5.244647321291268, ms=00014}
22:49:14.571841 run mass: MS performed LU {at=2631460.275171452, lu_delay=4.679378491360694, ms=00015}
22:49:14.585797 run osmo-ms-mob/00025: Starting mobile
22:49:14.602556 run osmo-ms-mob/00025(pid=160): Launched
22:49:14.615934 run mass: MS start registered {at=2631460.319258812, delay=0.00575009873136878, ms=00025}
22:49:14.659703 run mass: MS performed LU {at=2631460.363032378, lu_delay=5.984524047002196, ms=00013}
22:49:15.041796 run osmo-ms-mob/00026: Starting mobile
22:49:15.060146 run osmo-ms-mob/00026(pid=161): Launched
22:49:15.077042 run mass: MS start registered {at=2631460.780361349, delay=0.006739849224686623, ms=00026}
22:49:15.455295 run osmo-ms-mob/00027: Starting mobile
22:49:15.473883 run osmo-ms-mob/00027(pid=162): Launched
22:49:15.486679 run mass: MS start registered {at=2631461.190018599, delay=0.005326346028596163, ms=00027}
22:49:15.840047 run osmo-ms-mob/00028: Starting mobile
22:49:15.854565 run osmo-ms-mob/00028(pid=163): Launched
22:49:15.866537 run mass: MS start registered {at=2631461.569876277, delay=0.005258537828922272, ms=00028}
22:49:16.362632 run osmo-ms-mob/00029: Starting mobile
22:49:16.379358 run osmo-ms-mob/00029(pid=164): Launched
22:49:16.390938 run mass: Starting too slowly. Moving on {now=2631462.094303454, sleep=-0.0578771703876555, target=2631462.0364262834}
22:49:16.398072 run mass: MS performed LU {at=2631462.101426463, lu_delay=6.0147203910164535, ms=00016}
22:49:16.405186 run mass: MS start registered {at=2631462.108550355, delay=0.014249405823647976, ms=00029}
22:49:16.427516 run mass: MS performed LU {at=2631462.130847548, lu_delay=4.933783072978258, ms=00018}
22:49:16.473111 run mass: MS performed LU {at=2631462.176449502, lu_delay=5.674521236680448, ms=00017}
22:49:16.536255 run osmo-ms-mob/00030: Starting mobile
22:49:16.551141 run osmo-ms-mob/00030(pid=165): Launched
22:49:16.562927 run mass: MS start registered {at=2631462.266274374, delay=0.005051176063716412, ms=00030}
22:49:16.579695 run mass: MS performed LU {at=2631462.283036625, lu_delay=4.705657179933041, ms=00019}
22:49:17.039282 run osmo-ms-mob/00031: Starting mobile
22:49:17.053502 run osmo-ms-mob/00031(pid=166): Launched
22:49:17.065046 run mass: MS start registered {at=2631462.768392168, delay=0.005187627859413624, ms=00031}
22:49:17.339559 run osmo-ms-mob/00032: Starting mobile
22:49:17.354582 run osmo-ms-mob/00032(pid=167): Launched
22:49:17.366590 run mass: MS start registered {at=2631463.069934441, delay=0.005081395618617535, ms=00032}
22:49:17.739276 run osmo-ms-mob/00033: Starting mobile
22:49:17.753802 run osmo-ms-mob/00033(pid=168): Launched
22:49:17.765593 run mass: MS start registered {at=2631463.468942913, delay=0.0052201212383806705, ms=00033}
22:49:18.138943 run osmo-ms-mob/00034: Starting mobile
22:49:18.152910 run osmo-ms-mob/00034(pid=169): Launched
22:49:18.165368 run mass: MS start registered {at=2631463.868690753, delay=0.005139533895999193, ms=00034}
22:49:18.292200 run mass: MS performed LU {at=2631463.995449967, lu_delay=5.02311789104715, ms=00022}
22:49:18.338126 run mass: MS performed LU {at=2631464.041423007, lu_delay=5.588004629127681, ms=00021}
22:49:18.374349 run osmo-ms-mob/00035: Starting mobile
22:49:18.391475 run osmo-ms-mob/00035(pid=170): Launched
22:49:18.402663 run mass: MS start registered {at=2631464.10601598, delay=0.004645950626581907, ms=00035}
22:49:18.716304 run mass: MS performed LU {at=2631464.419616942, lu_delay=4.945207879878581, ms=00023}
22:49:18.839681 run osmo-ms-mob/00036: Starting mobile
22:49:18.856738 run osmo-ms-mob/00036(pid=171): Launched
22:49:18.871073 run mass: MS start registered {at=2631464.574417034, delay=3.280537202954292e-05, ms=00036}
22:49:19.246124 run osmo-ms-mob/00037: Starting mobile
22:49:19.265750 run osmo-ms-mob/00037(pid=172): Launched
22:49:19.284426 run mass: MS start registered {at=2631464.987719716, delay=0.00915107922628522, ms=00037}
22:49:19.551788 run osmo-ms-mob/00038: Starting mobile
22:49:19.570521 run osmo-ms-mob/00038(pid=173): Launched
22:49:19.586805 run mass: MS start registered {at=2631465.290116613, delay=0.008644926827400923, ms=00038}
22:49:19.846014 run osmo-ms-mob/00039: Starting mobile
22:49:19.877478 run osmo-ms-mob/00039(pid=174): Launched
22:49:19.891434 run mass: MS start registered {at=2631465.594776946, delay=3.387033939361572e-05, ms=00039}
22:49:20.091306 run mass: MS performed LU {at=2631465.79462747, lu_delay=5.475368658080697, ms=00025}
22:49:20.192892 run mass: MS performed LU {at=2631465.896212085, lu_delay=5.115850735921413, ms=00026}
22:49:20.207715 run osmo-ms-mob/00040: Starting mobile
22:49:20.223494 run osmo-ms-mob/00040(pid=175): Launched
22:49:20.238813 run mass: MS performed LU {at=2631465.942135098, lu_delay=4.752116499003023, ms=00027}
22:49:20.247502 run mass: MS start registered {at=2631465.950865135, delay=0.01570732519030571, ms=00040}
22:49:20.345503 run mass: MS performed LU {at=2631466.04883322, lu_delay=6.17485035257414, ms=00024}
22:49:20.357791 run osmo-ms-mob/00041: Starting mobile
22:49:20.373039 run osmo-ms-mob/00041(pid=176): Launched
22:49:20.385861 run mass: MS start registered {at=2631466.089198098, delay=0.005786707159131765, ms=00041}
22:49:20.840292 run osmo-ms-mob/00042: Starting mobile
22:49:20.856154 run osmo-ms-mob/00042(pid=177): Launched
22:49:20.869233 run mass: MS start registered {at=2631466.572576847, delay=0.005768900737166405, ms=00042}
22:49:21.240538 run osmo-ms-mob/00043: Starting mobile
22:49:21.259584 run osmo-ms-mob/00043(pid=178): Launched
22:49:21.274070 run mass: MS start registered {at=2631466.977382412, delay=0.00591985322535038, ms=00043}
22:49:21.540166 run osmo-ms-mob/00044: Starting mobile
22:49:21.555045 run osmo-ms-mob/00044(pid=179): Launched
22:49:21.567196 run mass: MS start registered {at=2631467.270544128, delay=0.004733779933303595, ms=00044}
22:49:21.840082 run osmo-ms-mob/00045: Starting mobile
22:49:21.855082 run osmo-ms-mob/00045(pid=180): Launched
22:49:21.867311 run mass: MS start registered {at=2631467.570657435, delay=0.005273549817502499, ms=00045}
22:49:22.056896 run mass: MS performed LU {at=2631467.760229771, lu_delay=6.190353494137526, ms=00028}
22:49:22.136005 run osmo-ms-mob/00046: Starting mobile
22:49:22.149687 run osmo-ms-mob/00046(pid=181): Launched
22:49:22.156101 run mass: MS performed LU {at=2631467.859457995, lu_delay=5.5931836208328605, ms=00030}
22:49:22.162447 run mass: MS start registered {at=2631467.865812511, delay=0.0063752359710633755, ms=00046}
22:49:22.265787 run mass: MS performed LU {at=2631467.969120227, lu_delay=4.899185786023736, ms=00032}
22:49:22.318335 run osmo-ms-mob/00047: Starting mobile
22:49:22.530587 run osmo-ms-mob/00047(pid=182): Launched
22:49:22.537000 run mass: Starting too slowly. Moving on {now=2631468.240369135, sleep=-0.003942845854908228, target=2631468.236426289}
22:49:22.542924 run mass: MS performed LU {at=2631468.246281847, lu_delay=6.137731492053717, ms=00029}
22:49:22.549157 run mass: MS start registered {at=2631468.252522492, delay=0.01215603994205594, ms=00047}
22:49:22.748162 run osmo-ms-mob/00048: Starting mobile
22:49:22.762204 run osmo-ms-mob/00048(pid=183): Launched
22:49:22.774150 run mass: MS start registered {at=2631468.477499371, delay=0.0053110248409211636, ms=00048}
22:49:23.641093 run osmo-ms-mob/00049: Starting mobile
22:49:23.655382 run osmo-ms-mob/00049(pid=184): Launched
22:49:23.661991 run mass: Starting too slowly. Moving on {now=2631469.365357192, sleep=-0.5289309020154178, target=2631468.8364262898}
22:49:23.667894 run mass: MS start registered {at=2631469.37125036, delay=0.005895760841667652, ms=00049}
22:49:23.673793 run mass: Starting too slowly. Moving on {now=2631469.377161912, sleep=-0.4407356223091483, target=2631468.93642629}
22:49:23.679712 run mass: Starting too slowly. Moving on {now=2631469.383080641, sleep=-0.3466543508693576, target=2631469.03642629}
22:49:23.691276 run osmo-ms-mob/00050: Starting mobile
22:49:23.705008 run osmo-ms-mob/00050(pid=185): Launched
22:49:23.711048 run mass: Starting too slowly. Moving on {now=2631469.414417682, sleep=-0.2779913921840489, target=2631469.13642629}
22:49:23.717068 run mass: MS start registered {at=2631469.420425186, delay=0.006009587086737156, ms=00050}
22:49:23.722995 run mass: Starting too slowly. Moving on {now=2631469.426363301, sleep=-0.1899370108731091, target=2631469.23642629}
22:49:23.728777 run mass: Starting too slowly. Moving on {now=2631469.432146601, sleep=-0.09572031069546938, target=2631469.33642629}
22:49:23.734399 run mass: Starting too slowly. Moving on {now=2631469.437769508, sleep=-0.0013432176783680916, target=2631469.4364262903}
22:49:23.745070 run osmo-ms-mob/00051: Starting mobile
22:49:23.759017 run osmo-ms-mob/00051(pid=186): Launched
22:49:23.770346 run mass: MS start registered {at=2631469.473680229, delay=0.005219241138547659, ms=00051}
22:49:24.039624 run osmo-ms-mob/00052: Starting mobile
22:49:24.053502 run osmo-ms-mob/00052(pid=187): Launched
22:49:24.064754 run mass: MS start registered {at=2631469.768099549, delay=0.0049299453385174274, ms=00052}
22:49:24.340109 run osmo-ms-mob/00053: Starting mobile
22:49:24.353973 run osmo-ms-mob/00053(pid=188): Launched
22:49:24.365753 run mass: MS start registered {at=2631470.069089972, delay=0.005455787759274244, ms=00053}
22:49:24.640172 run osmo-ms-mob/00054: Starting mobile
22:49:24.654771 run osmo-ms-mob/00054(pid=189): Launched
22:49:24.661292 run mass: MS performed LU {at=2631470.364647425, lu_delay=5.3769277087412775, ms=00037}
22:49:24.667649 run mass: MS performed LU {at=2631470.371012236, lu_delay=6.9020693227648735, ms=00033}
22:49:24.673795 run mass: MS start registered {at=2631470.377159288, delay=0.012533232104033232, ms=00054}
22:49:24.685332 run osmo-ms-mob/00055: Starting mobile
22:49:24.699247 run osmo-ms-mob/00055(pid=190): Launched
22:49:24.711301 run mass: MS start registered {at=2631470.414611887, delay=0.00573761435225606, ms=00055}
22:49:24.717772 run mass: MS performed LU {at=2631470.421132656, lu_delay=6.552441902924329, ms=00034}
22:49:24.798784 run mass: MS performed LU {at=2631470.502119898, lu_delay=6.396103918086737, ms=00035}
22:49:24.812152 run osmo-ms-mob/00056: Starting mobile
22:49:24.826924 run osmo-ms-mob/00056(pid=191): Launched
22:49:24.833413 run mass: MS performed LU {at=2631470.536770663, lu_delay=5.96235362906009, ms=00036}
22:49:24.839938 run mass: MS start registered {at=2631470.543299496, delay=0.006550325080752373, ms=00056}
22:49:25.540996 run osmo-ms-mob/00057: Starting mobile
22:49:25.556014 run osmo-ms-mob/00057(pid=192): Launched
22:49:25.568158 run mass: MS start registered {at=2631471.271497565, delay=0.005347155965864658, ms=00057}
22:49:25.823008 run mass: MS performed LU {at=2631471.526340874, lu_delay=5.931563927792013, ms=00039}
22:49:25.869023 run mass: MS performed LU {at=2631471.572355136, lu_delay=6.2822385230101645, ms=00038}
22:49:25.881161 run osmo-ms-mob/00058: Starting mobile
22:49:25.895644 run osmo-ms-mob/00058(pid=193): Launched
22:49:25.907305 run mass: MS start registered {at=2631471.610647843, delay=0.005172846373170614, ms=00058}
22:49:25.957431 run mass: MS performed LU {at=2631471.660743459, lu_delay=5.57154536107555, ms=00041}
22:49:26.030777 run mass: MS performed LU {at=2631471.734094418, lu_delay=5.783229283057153, ms=00040}
22:49:26.049122 run osmo-ms-mob/00059: Starting mobile
22:49:26.063458 run osmo-ms-mob/00059(pid=194): Launched
22:49:26.069913 run mass: MS performed LU {at=2631471.773269147, lu_delay=5.200692300219089, ms=00042}
22:49:26.076280 run mass: MS start registered {at=2631471.779644166, delay=0.006397136952728033, ms=00059}
22:49:26.086554 run mass: MS performed LU {at=2631471.789879749, lu_delay=4.812497336883098, ms=00043}
22:49:26.101220 run osmo-ms-mob/00060: Starting mobile
22:49:26.115653 run osmo-ms-mob/00060(pid=195): Launched
22:49:26.127333 run mass: MS start registered {at=2631471.830687493, delay=0.005228584166616201, ms=00060}
22:49:26.939666 run osmo-ms-mob/00061: Starting mobile
22:49:26.954353 run osmo-ms-mob/00061(pid=196): Launched
22:49:26.967025 run mass: MS start registered {at=2631472.67036635, delay=0.005788703914731741, ms=00061}
22:49:27.239920 run osmo-ms-mob/00062: Starting mobile
22:49:27.256301 run osmo-ms-mob/00062(pid=197): Launched
22:49:27.270171 run mass: MS start registered {at=2631472.973504473, delay=0.006673845928162336, ms=00062}
22:49:27.540918 run osmo-ms-mob/00063: Starting mobile
22:49:27.555298 run osmo-ms-mob/00063(pid=198): Launched
22:49:27.566750 run mass: MS start registered {at=2631473.270082407, delay=0.005100416950881481, ms=00063}
22:49:27.622724 run mass: MS performed LU {at=2631473.326058889, lu_delay=4.848559517879039, ms=00048}
22:49:27.724484 run mass: MS performed LU {at=2631473.427771012, lu_delay=5.175248519983143, ms=00047}
22:49:27.771092 run mass: MS performed LU {at=2631473.474420878, lu_delay=5.608608366921544, ms=00046}
22:49:27.784040 run osmo-ms-mob/00064: Starting mobile
22:49:27.799625 run osmo-ms-mob/00064(pid=199): Launched
22:49:27.812695 run mass: MS start registered {at=2631473.516041093, delay=0.00496654910966754, ms=00064}
22:49:27.876734 run mass: MS performed LU {at=2631473.580062113, lu_delay=6.009404677897692, ms=00045}
22:49:27.950457 run mass: MS performed LU {at=2631473.65378748, lu_delay=6.383243352174759, ms=00044}
22:49:28.340405 run osmo-ms-mob/00065: Starting mobile
22:49:28.355077 run osmo-ms-mob/00065(pid=200): Launched
22:49:28.369514 run mass: MS start registered {at=2631474.072844516, delay=0.007388915866613388, ms=00065}
22:49:28.639896 run osmo-ms-mob/00066: Starting mobile
22:49:28.654893 run osmo-ms-mob/00066(pid=201): Launched
22:49:28.668340 run mass: MS start registered {at=2631474.371659166, delay=0.006142513360828161, ms=00066}
22:49:28.832206 run mass: MS performed LU {at=2631474.535540446, lu_delay=4.767440896946937, ms=00052}
22:49:29.039632 run osmo-ms-mob/00067: Starting mobile
22:49:29.053470 run osmo-ms-mob/00067(pid=202): Launched
22:49:29.064742 run mass: MS start registered {at=2631474.7680926, delay=0.00474888738244772, ms=00067}
22:49:29.341876 run osmo-ms-mob/00068: Starting mobile
22:49:29.358309 run osmo-ms-mob/00068(pid=203): Launched
22:49:29.371781 run mass: MS start registered {at=2631475.075106697, delay=0.006097263190895319, ms=00068}
22:49:29.487002 run mass: MS performed LU {at=2631475.190335406, lu_delay=5.121245434042066, ms=00053}
22:49:29.561602 run mass: MS performed LU {at=2631475.264901185, lu_delay=5.89365082513541, ms=00049}
22:49:29.739549 run osmo-ms-mob/00069: Starting mobile
22:49:29.755964 run osmo-ms-mob/00069(pid=204): Launched
22:49:29.770420 run mass: MS start registered {at=2631475.473739995, delay=0.0070372819900512695, ms=00069}
22:49:29.851586 run mass: MS performed LU {at=2631475.554914407, lu_delay=6.081234178040177, ms=00051}
22:49:30.140412 run osmo-ms-mob/00070: Starting mobile
22:49:30.159123 run osmo-ms-mob/00070(pid=205): Launched
22:49:30.173384 run mass: MS start registered {at=2631475.876719564, delay=0.0041766781359910965, ms=00070}
22:49:30.541630 run osmo-ms-mob/00071: Starting mobile
22:49:30.561114 run osmo-ms-mob/00071(pid=206): Launched
22:49:30.573030 run mass: MS performed LU {at=2631476.276380892, lu_delay=6.855955705977976, ms=00050}
22:49:30.580915 run mass: MS start registered {at=2631476.284277626, delay=0.007920778822153807, ms=00071}
22:49:30.595701 run mass: MS performed LU {at=2631476.298998803, lu_delay=5.921839514747262, ms=00054}
22:49:30.715417 run mass: MS performed LU {at=2631476.418752052, lu_delay=4.588064558804035, ms=00060}
22:49:30.727847 run osmo-ms-mob/00072: Starting mobile
22:49:30.742599 run osmo-ms-mob/00072(pid=207): Launched
22:49:30.748836 run mass: MS performed LU {at=2631476.452192513, lu_delay=3.781826162710786, ms=00061}
22:49:30.756902 run mass: MS start registered {at=2631476.460232117, delay=0.008060913998633623, ms=00072}
22:49:31.341610 run osmo-ms-mob/00073: Starting mobile
22:49:31.358428 run osmo-ms-mob/00073(pid=208): Launched
22:49:31.371850 run mass: MS start registered {at=2631477.075173615, delay=0.005711295176297426, ms=00073}
22:49:31.389055 run mass: MS performed LU {at=2631477.0923667, lu_delay=5.820869135204703, ms=00057}
22:49:31.407144 run mass: MS performed LU {at=2631477.110461021, lu_delay=5.499813177622855, ms=00058}
22:49:31.480783 run mass: MS performed LU {at=2631477.184113569, lu_delay=5.404469402972609, ms=00059}
22:49:31.497143 run osmo-ms-mob/00074: Starting mobile
22:49:31.514307 run osmo-ms-mob/00074(pid=209): Launched
22:49:31.528003 run mass: MS start registered {at=2631477.231340583, delay=0.005945482756942511, ms=00074}
22:49:32.139345 run osmo-ms-mob/00075: Starting mobile
22:49:32.153427 run osmo-ms-mob/00075(pid=210): Launched
22:49:32.165136 run mass: MS start registered {at=2631477.868486495, delay=0.005180297419428825, ms=00075}
22:49:32.576296 run mass: MS performed LU {at=2631478.279421877, lu_delay=4.763380784075707, ms=00064}
22:49:32.599384 run osmo-ms-mob/00076: Starting mobile
22:49:32.614061 run osmo-ms-mob/00076(pid=211): Launched
22:49:32.627282 run mass: MS start registered {at=2631478.330607478, delay=0.006949649192392826, ms=00076}
22:49:33.039331 run osmo-ms-mob/00077: Starting mobile
22:49:33.053509 run osmo-ms-mob/00077(pid=212): Launched
22:49:33.065021 run mass: MS start registered {at=2631478.768369332, delay=0.005184384994208813, ms=00077}
22:49:33.253067 run mass: MS performed LU {at=2631478.956401456, lu_delay=4.584742289967835, ms=00066}
22:49:33.328520 run mass: MS performed LU {at=2631479.031801896, lu_delay=5.761719489004463, ms=00063}
22:49:33.373115 run mass: MS performed LU {at=2631479.076403571, lu_delay=5.0035590548068285, ms=00065}
22:49:33.386747 run osmo-ms-mob/00078: Starting mobile
22:49:33.401909 run osmo-ms-mob/00078(pid=213): Launched
22:49:33.413531 run mass: MS start registered {at=2631479.116872798, delay=0.005042998120188713, ms=00078}
22:49:33.618073 run mass: MS performed LU {at=2631479.321388167, lu_delay=6.347883693873882, ms=00062}
22:49:33.942635 run osmo-ms-mob/00079: Starting mobile
22:49:33.958024 run osmo-ms-mob/00079(pid=214): Launched
22:49:33.973068 run mass: MS start registered {at=2631479.676359689, delay=0.006494991946965456, ms=00079}
22:49:34.442097 run osmo-ms-mob/00080: Starting mobile
22:49:34.459295 run osmo-ms-mob/00080(pid=215): Launched
22:49:34.471929 run mass: MS performed LU {at=2631480.17524431, lu_delay=5.407151709776372, ms=00067}
22:49:34.479904 run mass: MS performed LU {at=2631480.183267318, lu_delay=3.7230352009646595, ms=00072}
22:49:34.487759 run mass: MS start registered {at=2631480.191117845, delay=0.020817154087126255, ms=00080}
22:49:34.632829 run mass: MS performed LU {at=2631480.336163087, lu_delay=22.257784325629473, ms=00020}
22:49:34.939634 run osmo-ms-mob/00081: Starting mobile
22:49:34.954357 run osmo-ms-mob/00081(pid=216): Launched
22:49:34.966703 run mass: MS start registered {at=2631480.670056603, delay=0.004897154867649078, ms=00081}
22:49:35.173431 run mass: MS performed LU {at=2631480.87671492, lu_delay=5.402974925003946, ms=00069}
22:49:35.302156 run mass: MS performed LU {at=2631481.005490105, lu_delay=4.721212479285896, ms=00071}
22:49:35.314416 run osmo-ms-mob/00082: Starting mobile
22:49:35.328219 run osmo-ms-mob/00082(pid=217): Launched
22:49:35.340062 run mass: MS start registered {at=2631481.043406153, delay=0.005222455132752657, ms=00082}
22:49:35.482544 run mass: MS performed LU {at=2631481.185877598, lu_delay=6.110770900733769, ms=00068}
22:49:35.939378 run osmo-ms-mob/00083: Starting mobile
22:49:35.953657 run osmo-ms-mob/00083(pid=218): Launched
22:49:35.965016 run mass: MS start registered {at=2631481.668362707, delay=0.005011591129004955, ms=00083}
22:49:36.441927 run osmo-ms-mob/00084: Starting mobile
22:49:36.458527 run osmo-ms-mob/00084(pid=219): Launched
22:49:36.471889 run mass: MS start registered {at=2631482.175230373, delay=0.0052129970863461494, ms=00084}
22:49:36.943541 run osmo-ms-mob/00085: Starting mobile
22:49:36.961665 run osmo-ms-mob/00085(pid=220): Launched
22:49:36.984248 run mass: MS start registered {at=2631482.687573809, delay=0.013201833236962557, ms=00085}
22:49:37.120514 run mass: MS performed LU {at=2631482.823829456, lu_delay=4.955342961009592, ms=00075}
22:49:37.138704 run mass: MS performed LU {at=2631482.842050962, lu_delay=5.766877347137779, ms=00073}
22:49:37.167207 run mass: MS performed LU {at=2631482.87054328, lu_delay=5.639202697202563, ms=00074}
22:49:37.254883 run mass: MS performed LU {at=2631482.958218322, lu_delay=4.627610844094306, ms=00076}
22:49:37.539448 run osmo-ms-mob/00086: Starting mobile
22:49:37.553882 run osmo-ms-mob/00086(pid=221): Launched
22:49:37.566626 run mass: MS start registered {at=2631483.269940669, delay=0.0061948359943926334, ms=00086}
22:49:38.139093 run osmo-ms-mob/00087: Starting mobile
22:49:38.152962 run osmo-ms-mob/00087(pid=222): Launched
22:49:38.165084 run mass: MS start registered {at=2631483.868407379, delay=0.00571886170655489, ms=00087}
22:49:38.742588 run osmo-ms-mob/00088: Starting mobile
22:49:38.760938 run osmo-ms-mob/00088(pid=223): Launched
22:49:38.779060 run mass: MS start registered {at=2631484.482417364, delay=2.061435952782631e-05, ms=00088}
22:49:38.938317 run mass: MS performed LU {at=2631484.641654713, lu_delay=4.450536868069321, ms=00080}
22:49:38.958114 run mass: MS performed LU {at=2631484.661451252, lu_delay=4.9850915633141994, ms=00079}
22:49:39.068388 run mass: MS performed LU {at=2631484.771720031, lu_delay=5.654847232624888, ms=00078}
22:49:39.210968 run mass: MS performed LU {at=2631484.914271091, lu_delay=6.145901759155095, ms=00077}
22:49:39.223608 run osmo-ms-mob/00089: Starting mobile
22:49:39.237623 run osmo-ms-mob/00089(pid=224): Launched
22:49:39.243932 run mass: MS performed LU {at=2631484.947288719, lu_delay=22.178896551020443, ms=00031}
22:49:39.250019 run mass: MS start registered {at=2631484.953384899, delay=0.006117686163634062, ms=00089}
22:49:39.939935 run osmo-ms-mob/00090: Starting mobile
22:49:39.954851 run osmo-ms-mob/00090(pid=225): Launched
22:49:39.968012 run mass: MS start registered {at=2631485.6713373, delay=0.006216716952621937, ms=00090}
22:49:40.639800 run osmo-ms-mob/00091: Starting mobile
22:49:40.655840 run osmo-ms-mob/00091(pid=226): Launched
22:49:40.668715 run mass: MS start registered {at=2631486.372059273, delay=0.005732558201998472, ms=00091}
22:49:40.886578 run mass: MS performed LU {at=2631486.58990061, lu_delay=5.546494456939399, ms=00082}
22:49:40.904851 run mass: MS performed LU {at=2631486.608198524, lu_delay=4.939835817087442, ms=00083}
22:49:40.932228 run mass: MS performed LU {at=2631486.635574375, lu_delay=5.965517771895975, ms=00081}
22:49:41.256186 run mass: MS performed LU {at=2631486.959501706, lu_delay=4.784271332900971, ms=00084}
22:49:41.272393 run osmo-ms-mob/00092: Starting mobile
22:49:41.291353 run osmo-ms-mob/00092(pid=227): Launched
22:49:41.305644 run mass: MS start registered {at=2631487.008958403, delay=0.006238650064915419, ms=00092}
22:49:42.139508 run osmo-ms-mob/00093: Starting mobile
22:49:42.153822 run osmo-ms-mob/00093(pid=228): Launched
22:49:42.166080 run mass: MS start registered {at=2631487.869415337, delay=0.0055078500881791115, ms=00093}
22:49:42.686029 run mass: MS performed LU {at=2631488.389359672, lu_delay=5.701785862911493, ms=00085}
22:49:42.704804 run mass: MS performed LU {at=2631488.408136431, lu_delay=4.539729052223265, ms=00087}
22:49:42.834153 run mass: MS performed LU {at=2631488.537484924, lu_delay=5.267544254660606, ms=00086}
22:49:43.039886 run osmo-ms-mob/00094: Starting mobile
22:49:43.055682 run osmo-ms-mob/00094(pid=229): Launched
22:49:43.068829 run mass: MS start registered {at=2631488.772167469, delay=0.005717514082789421, ms=00094}
22:49:43.941565 run osmo-ms-mob/00095: Starting mobile
22:49:43.959093 run osmo-ms-mob/00095(pid=230): Launched
22:49:43.973722 run mass: MS start registered {at=2631489.677062418, delay=3.437604755163193e-05, ms=00095}
22:49:44.652572 run mass: MS performed LU {at=2631490.355897713, lu_delay=4.684560413006693, ms=00090}
22:49:44.670755 run mass: MS performed LU {at=2631490.374076499, lu_delay=5.420691600069404, ms=00089}
22:49:44.698488 run mass: MS performed LU {at=2631490.401804587, lu_delay=5.919387222733349, ms=00088}
22:49:44.717568 run osmo-ms-mob/00096: Starting mobile
22:49:44.734262 run osmo-ms-mob/00096(pid=231): Launched
22:49:44.749100 run mass: MS start registered {at=2631490.452437456, delay=0.007524241227656603, ms=00096}
22:49:46.042507 run osmo-ms-mob/00097: Starting mobile
22:49:46.057983 run osmo-ms-mob/00097(pid=232): Launched
22:49:46.070990 run mass: MS start registered {at=2631491.774318827, delay=0.005754050798714161, ms=00097}
22:49:46.433579 run mass: MS performed LU {at=2631492.136900032, lu_delay=5.127941628918052, ms=00092}
22:49:46.452408 run mass: MS performed LU {at=2631492.155736554, lu_delay=4.286321216728538, ms=00093}
22:49:46.600187 run mass: MS performed LU {at=2631492.303502906, lu_delay=5.931443633046001, ms=00091}
22:49:46.705912 run mass: MS performed LU {at=2631492.40923383, lu_delay=21.99462194275111, ms=00055}
22:49:46.724673 run mass: MS performed LU {at=2631492.427973289, lu_delay=21.884673792868853, ms=00056}
22:49:47.339513 run osmo-ms-mob/00098: Starting mobile
22:49:47.352806 run osmo-ms-mob/00098(pid=233): Launched
22:49:47.364003 run mass: MS start registered {at=2631493.067354665, delay=0.004920297302305698, ms=00098}
22:49:48.418485 run mass: MS performed LU {at=2631494.121799496, lu_delay=5.349632027093321, ms=00094}
22:49:48.671813 run mass: MS performed LU {at=2631494.375150202, lu_delay=4.698087783996016, ms=00095}
22:49:49.139645 run osmo-ms-mob/00099: Starting mobile
22:49:49.153738 run osmo-ms-mob/00099(pid=234): Launched
22:49:49.159985 run mass: All started... {duration=55.72692705504596, too_slow=9}
22:49:49.165858 run mass: MS start registered {at=2631494.869215644, delay=0.005865511950105429, ms=00099}
22:49:50.461173 run mass: MS performed LU {at=2631496.164503934, lu_delay=5.712066477630287, ms=00096}
22:49:52.889876 run mass: MS performed LU {at=2631498.593212913, lu_delay=22.71649334859103, ms=00070}
22:49:53.143518 run mass: MS performed LU {at=2631498.846851517, lu_delay=5.7794968518428504, ms=00098}
22:49:53.189465 run mass: MS performed LU {at=2631498.892782958, lu_delay=7.118464131373912, ms=00097}
22:49:54.349168 run mass: MS performed LU {at=2631500.052481093, lu_delay=5.183265449013561, ms=00099}
22:49:54.356577 run mass: Tests done {all_completed=True, max=22.71649334859103, min=3.7230352009646595}
22:49:54.363259 tst register_default_mass.py: Test passed (88.3 sec)
22:49:54.369387 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:54.372915 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:54.376432 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:54.379837 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:54.383233 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:54.386627 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:54.390081 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:54.393501 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:54.396908 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:54.400280 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:54.403659 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:54.407056 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:54.410432 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:54.413816 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:54.417220 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:54.420646 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:54.424173 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:54.427657 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:54.431094 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:54.434518 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:54.447217 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:54.450901 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:54.454228 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:54.457580 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:54.461009 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:54.464712 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:54.469462 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:54.473046 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:54.476433 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:54.479806 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:54.483155 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:54.486532 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:54.489919 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:54.493761 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:54.497164 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:54.500546 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:54.503961 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:54.507354 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:54.511646 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:54.515224 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:54.519119 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:54.522537 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:54.525968 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:54.529395 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:54.532808 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:54.536209 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:54.539618 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:54.543233 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:54.547322 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:54.550798 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:54.554836 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:54.558539 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:54.562015 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:54.565455 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:54.568851 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:54.572240 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:54.575908 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:54.579321 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:54.582730 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:54.586309 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:54.589723 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:54.593151 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:54.596554 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:54.599967 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:54.603461 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:54.607193 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:54.610922 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:54.614351 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:54.617762 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:54.621146 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:54.624532 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:54.627932 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:54.631359 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:54.634764 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:54.638772 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:54.642220 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:54.645654 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:54.649073 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:54.652467 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:54.656101 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:54.659691 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:54.663693 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:54.667123 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:54.670561 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:54.674148 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:54.677581 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:54.681734 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:54.685146 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:54.688545 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:54.691937 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:54.695369 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:54.698767 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:54.702301 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:54.705727 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:54.709138 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:54.713153 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:54.717240 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:54.720716 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:54.724111 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:54.727573 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:54.730973 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:54.734381 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:54.737787 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:54.741380 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:54.744814 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:54.748220 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:54.751619 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:54.755003 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:54.758978 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:54.762422 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:54.766489 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:54.769908 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:54.773320 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:54.776871 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:54.780534 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:54.784089 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:54.787499 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:54.790881 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:54.794270 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:54.797823 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:54.801069 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:54.804313 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:54.807565 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:54.810802 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:54.814051 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:54.817397 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:54.820783 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:54.824083 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:54.827392 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:54.830710 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:54.834139 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:54.837581 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:54.840993 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:54.844437 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:54.847823 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:54.851164 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:54.854520 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:54.857764 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:54.860997 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:54.864315 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:54.867705 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:54.871100 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:54.874482 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:54.877871 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:54.881279 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:54.884655 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:54.888024 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:54.891345 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:54.894584 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:54.897837 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:54.901099 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:54.904330 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:54.907716 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:54.911101 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:54.914401 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:54.917648 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:54.920918 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:54.924194 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:54.927553 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:54.930943 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:54.934270 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:54.937774 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:54.941118 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:54.944507 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:54.947900 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:54.951289 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:54.954660 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:54.958047 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:54.961422 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:54.964800 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:54.968171 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:54.971557 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:54.975030 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:54.978441 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:54.981816 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:54.985201 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:54.988576 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:54.991991 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:54.995374 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:54.998895 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:55.002299 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:55.005670 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:55.009054 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:55.012429 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:55.015820 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:55.019212 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:55.022589 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:55.026061 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:55.029456 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:55.032844 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:55.036234 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:55.039626 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:55.043010 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:55.046404 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:55.049832 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:55.053207 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:55.056576 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:55.059951 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:55.063358 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:55.066737 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:55.070116 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:55.073495 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:55.076879 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:55.080253 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:55.083648 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:55.087033 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:55.090408 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:55.093792 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:55.097158 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:55.100541 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:55.103942 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:55.107341 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:55.110728 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:55.114109 --- ParallelTerminationStrategy: PID 22 died...
22:49:55.115638 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:55.119599 --- ParallelTerminationStrategy: PID 23 died...
22:49:55.121137 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:55.124860 --- ParallelTerminationStrategy: PID 24 died...
22:49:55.126375 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:55.130167 --- ParallelTerminationStrategy: PID 25 died...
22:49:55.131672 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:55.135389 --- ParallelTerminationStrategy: PID 26 died...
22:49:55.136913 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:55.140643 --- ParallelTerminationStrategy: PID 27 died...
22:49:55.142156 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:55.145883 --- ParallelTerminationStrategy: PID 28 died...
22:49:55.147403 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:55.151153 --- ParallelTerminationStrategy: PID 29 died...
22:49:55.152666 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:55.156407 --- ParallelTerminationStrategy: PID 30 died...
22:49:55.157960 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:55.161704 --- ParallelTerminationStrategy: PID 31 died...
22:49:55.163217 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:55.166974 --- ParallelTerminationStrategy: PID 32 died...
22:49:55.168486 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:55.172259 --- ParallelTerminationStrategy: PID 33 died...
22:49:55.173781 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:55.177542 --- ParallelTerminationStrategy: PID 35 died...
22:49:55.179063 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:55.182820 --- ParallelTerminationStrategy: PID 36 died...
22:49:55.184341 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:55.188071 --- ParallelTerminationStrategy: PID 37 died...
22:49:55.189592 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:55.193368 --- ParallelTerminationStrategy: PID 38 died...
22:49:55.194929 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:55.198780 --- ParallelTerminationStrategy: PID 39 died...
22:49:55.200324 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:55.204127 --- ParallelTerminationStrategy: PID 40 died...
22:49:55.205670 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:55.209440 --- ParallelTerminationStrategy: PID 41 died...
22:49:55.210961 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:55.214697 --- ParallelTerminationStrategy: PID 42 died...
22:49:55.216211 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:55.219932 --- ParallelTerminationStrategy: PID 43 died...
22:49:55.221459 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:55.225246 --- ParallelTerminationStrategy: PID 44 died...
22:49:55.226758 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:55.230484 --- ParallelTerminationStrategy: PID 45 died...
22:49:55.232047 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:55.235808 --- ParallelTerminationStrategy: PID 46 died...
22:49:55.237328 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:55.241068 --- ParallelTerminationStrategy: PID 47 died...
22:49:55.242578 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:55.246309 --- ParallelTerminationStrategy: PID 48 died...
22:49:55.247814 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:55.251529 --- ParallelTerminationStrategy: PID 49 died...
22:49:55.253073 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:55.256786 --- ParallelTerminationStrategy: PID 50 died...
22:49:55.258313 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:55.262016 --- ParallelTerminationStrategy: PID 51 died...
22:49:55.263525 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:55.267264 --- ParallelTerminationStrategy: PID 52 died...
22:49:55.268783 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:55.272500 --- ParallelTerminationStrategy: PID 53 died...
22:49:55.274012 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:55.277753 --- ParallelTerminationStrategy: PID 54 died...
22:49:55.279273 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:55.283006 --- ParallelTerminationStrategy: PID 55 died...
22:49:55.284523 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:55.288291 --- ParallelTerminationStrategy: PID 56 died...
22:49:55.289807 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:55.293532 --- ParallelTerminationStrategy: PID 57 died...
22:49:55.295047 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:55.298766 --- ParallelTerminationStrategy: PID 58 died...
22:49:55.300269 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:55.304041 --- ParallelTerminationStrategy: PID 59 died...
22:49:55.305552 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:55.309279 --- ParallelTerminationStrategy: PID 60 died...
22:49:55.310882 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:55.314612 --- ParallelTerminationStrategy: PID 61 died...
22:49:55.316114 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:55.319856 --- ParallelTerminationStrategy: PID 62 died...
22:49:55.321406 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:55.325160 --- ParallelTerminationStrategy: PID 63 died...
22:49:55.326675 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:55.330404 --- ParallelTerminationStrategy: PID 64 died...
22:49:55.331920 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:55.335829 --- ParallelTerminationStrategy: PID 65 died...
22:49:55.337367 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:55.341107 --- ParallelTerminationStrategy: PID 66 died...
22:49:55.342622 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:55.346365 --- ParallelTerminationStrategy: PID 67 died...
22:49:55.347870 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:55.351607 --- ParallelTerminationStrategy: PID 68 died...
22:49:55.353132 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:55.356877 --- ParallelTerminationStrategy: PID 69 died...
22:49:55.358390 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:55.362185 --- ParallelTerminationStrategy: PID 70 died...
22:49:55.363717 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:55.367471 --- ParallelTerminationStrategy: PID 71 died...
22:49:55.369013 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:55.372733 --- ParallelTerminationStrategy: PID 72 died...
22:49:55.374255 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:55.378003 --- ParallelTerminationStrategy: PID 73 died...
22:49:55.379518 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:55.383225 --- ParallelTerminationStrategy: PID 74 died...
22:49:55.384709 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:55.388432 --- ParallelTerminationStrategy: PID 75 died...
22:49:55.389953 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:55.393865 --- ParallelTerminationStrategy: PID 76 died...
22:49:55.395369 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:55.399078 --- ParallelTerminationStrategy: PID 77 died...
22:49:55.400580 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:55.404285 --- ParallelTerminationStrategy: PID 78 died...
22:49:55.405794 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:55.409502 --- ParallelTerminationStrategy: PID 79 died...
22:49:55.411009 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:55.414771 --- ParallelTerminationStrategy: PID 80 died...
22:49:55.416274 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:55.419974 --- ParallelTerminationStrategy: PID 81 died...
22:49:55.421488 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:55.425253 --- ParallelTerminationStrategy: PID 82 died...
22:49:55.426743 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:55.430456 --- ParallelTerminationStrategy: PID 83 died...
22:49:55.431966 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:55.435692 --- ParallelTerminationStrategy: PID 84 died...
22:49:55.437195 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:55.440922 --- ParallelTerminationStrategy: PID 85 died...
22:49:55.442423 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:55.446158 --- ParallelTerminationStrategy: PID 86 died...
22:49:55.447664 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:55.451372 --- ParallelTerminationStrategy: PID 87 died...
22:49:55.452902 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:55.456640 --- ParallelTerminationStrategy: PID 88 died...
22:49:55.458141 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:55.461852 --- ParallelTerminationStrategy: PID 89 died...
22:49:55.463358 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:55.467061 --- ParallelTerminationStrategy: PID 90 died...
22:49:55.468567 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:55.472302 --- ParallelTerminationStrategy: PID 91 died...
22:49:55.473806 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:55.477499 --- ParallelTerminationStrategy: PID 92 died...
22:49:55.479011 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:55.482717 --- ParallelTerminationStrategy: PID 93 died...
22:49:55.484215 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:55.487926 --- ParallelTerminationStrategy: PID 94 died...
22:49:55.489454 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:55.493163 --- ParallelTerminationStrategy: PID 95 died...
22:49:55.494653 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:55.498379 --- ParallelTerminationStrategy: PID 96 died...
22:49:55.499875 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:55.503728 --- ParallelTerminationStrategy: PID 97 died...
22:49:55.505265 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:55.508959 --- ParallelTerminationStrategy: PID 98 died...
22:49:55.510423 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:55.514129 --- ParallelTerminationStrategy: PID 99 died...
22:49:55.515629 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:55.519339 --- ParallelTerminationStrategy: PID 100 died...
22:49:55.520844 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:55.524434 --- ParallelTerminationStrategy: PID 101 died...
22:49:55.525949 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:55.529683 --- ParallelTerminationStrategy: PID 102 died...
22:49:55.531189 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:55.535015 --- ParallelTerminationStrategy: PID 103 died...
22:49:55.536518 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:55.540270 --- ParallelTerminationStrategy: PID 104 died...
22:49:55.541774 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.545508 --- ParallelTerminationStrategy: PID 105 died...
22:49:55.547023 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.550739 --- ParallelTerminationStrategy: PID 106 died...
22:49:55.552251 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.555972 --- ParallelTerminationStrategy: PID 107 died...
22:49:55.557508 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.561230 --- ParallelTerminationStrategy: PID 108 died...
22:49:55.562731 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.566444 --- ParallelTerminationStrategy: PID 109 died...
22:49:55.567939 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.571659 --- ParallelTerminationStrategy: PID 110 died...
22:49:55.573161 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.576882 --- ParallelTerminationStrategy: PID 111 died...
22:49:55.578387 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.582139 --- ParallelTerminationStrategy: PID 112 died...
22:49:55.583642 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.587360 --- ParallelTerminationStrategy: PID 113 died...
22:49:55.588870 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.592593 --- ParallelTerminationStrategy: PID 114 died...
22:49:55.594099 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.597806 --- ParallelTerminationStrategy: PID 115 died...
22:49:55.599312 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.603039 --- ParallelTerminationStrategy: PID 116 died...
22:49:55.604554 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.608298 --- ParallelTerminationStrategy: PID 117 died...
22:49:55.609795 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.613494 --- ParallelTerminationStrategy: PID 118 died...
22:49:55.614991 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.618717 --- ParallelTerminationStrategy: PID 119 died...
22:49:55.620216 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.623930 --- ParallelTerminationStrategy: PID 120 died...
22:49:55.625467 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.629170 --- ParallelTerminationStrategy: PID 121 died...
22:49:55.630679 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.634410 --- ParallelTerminationStrategy: PID 122 died...
22:49:55.635927 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.639649 --- ParallelTerminationStrategy: PID 123 died...
22:49:55.641199 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.645054 --- ParallelTerminationStrategy: PID 124 died...
22:49:55.646561 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.650265 --- ParallelTerminationStrategy: PID 125 died...
22:49:55.651765 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.655469 --- ParallelTerminationStrategy: PID 126 died...
22:49:55.656994 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.660718 --- ParallelTerminationStrategy: PID 127 died...
22:49:55.662225 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.665935 --- ParallelTerminationStrategy: PID 128 died...
22:49:55.667435 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.671187 --- ParallelTerminationStrategy: PID 129 died...
22:49:55.672694 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.676412 --- ParallelTerminationStrategy: PID 130 died...
22:49:55.677903 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.681651 --- ParallelTerminationStrategy: PID 131 died...
22:49:55.683160 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.686950 --- ParallelTerminationStrategy: PID 132 died...
22:49:55.688460 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.692192 --- ParallelTerminationStrategy: PID 133 died...
22:49:55.693721 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.697439 --- ParallelTerminationStrategy: PID 134 died...
22:49:55.698948 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.702698 --- ParallelTerminationStrategy: PID 135 died...
22:49:55.704202 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.707955 --- ParallelTerminationStrategy: PID 136 died...
22:49:55.709481 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.713200 --- ParallelTerminationStrategy: PID 137 died...
22:49:55.714704 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.718354 --- ParallelTerminationStrategy: PID 138 died...
22:49:55.719792 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.723462 --- ParallelTerminationStrategy: PID 139 died...
22:49:55.724974 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.728713 --- ParallelTerminationStrategy: PID 140 died...
22:49:55.730210 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.733943 --- ParallelTerminationStrategy: PID 141 died...
22:49:55.735446 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:55.739172 --- ParallelTerminationStrategy: PID 142 died...
22:49:55.740681 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:55.744411 --- ParallelTerminationStrategy: PID 143 died...
22:49:55.745930 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:55.749715 --- ParallelTerminationStrategy: PID 144 died...
22:49:55.751212 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:55.754951 --- ParallelTerminationStrategy: PID 145 died...
22:49:55.756462 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:55.760186 --- ParallelTerminationStrategy: PID 146 died...
22:49:55.761734 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:55.765470 --- ParallelTerminationStrategy: PID 147 died...
22:49:55.766922 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:55.770507 --- ParallelTerminationStrategy: PID 148 died...
22:49:55.771947 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:55.775538 --- ParallelTerminationStrategy: PID 149 died...
22:49:55.777002 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:55.780598 --- ParallelTerminationStrategy: PID 150 died...
22:49:55.782059 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:55.785673 --- ParallelTerminationStrategy: PID 151 died...
22:49:55.787125 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:55.790747 --- ParallelTerminationStrategy: PID 152 died...
22:49:55.792224 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:55.795833 --- ParallelTerminationStrategy: PID 153 died...
22:49:55.797353 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:55.801113 --- ParallelTerminationStrategy: PID 154 died...
22:49:55.802618 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:55.806644 --- ParallelTerminationStrategy: PID 155 died...
22:49:55.808151 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:55.811899 --- ParallelTerminationStrategy: PID 156 died...
22:49:55.813426 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:55.817405 --- ParallelTerminationStrategy: PID 157 died...
22:49:55.818917 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:55.822674 --- ParallelTerminationStrategy: PID 158 died...
22:49:55.824188 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:55.827946 --- ParallelTerminationStrategy: PID 159 died...
22:49:55.829465 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:55.833197 --- ParallelTerminationStrategy: PID 160 died...
22:49:55.834697 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:55.838455 --- ParallelTerminationStrategy: PID 161 died...
22:49:55.839953 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:55.843680 --- ParallelTerminationStrategy: PID 162 died...
22:49:55.845180 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:55.848935 --- ParallelTerminationStrategy: PID 163 died...
22:49:55.850435 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:55.854137 --- ParallelTerminationStrategy: PID 164 died...
22:49:55.855581 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:55.859167 --- ParallelTerminationStrategy: PID 165 died...
22:49:55.860609 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:55.864218 --- ParallelTerminationStrategy: PID 166 died...
22:49:55.865697 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:55.869375 --- ParallelTerminationStrategy: PID 167 died...
22:49:55.870820 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:55.874404 --- ParallelTerminationStrategy: PID 168 died...
22:49:55.875845 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:55.879429 --- ParallelTerminationStrategy: PID 169 died...
22:49:55.880867 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:55.884433 --- ParallelTerminationStrategy: PID 170 died...
22:49:55.885958 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:55.889539 --- ParallelTerminationStrategy: PID 171 died...
22:49:55.890988 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:55.894579 --- ParallelTerminationStrategy: PID 172 died...
22:49:55.896067 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:55.899677 --- ParallelTerminationStrategy: PID 173 died...
22:49:55.901139 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:55.904858 --- ParallelTerminationStrategy: PID 174 died...
22:49:55.906299 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:55.909898 --- ParallelTerminationStrategy: PID 175 died...
22:49:55.911330 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:55.914950 --- ParallelTerminationStrategy: PID 176 died...
22:49:55.916397 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:55.920014 --- ParallelTerminationStrategy: PID 177 died...
22:49:55.921470 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:55.925082 --- ParallelTerminationStrategy: PID 178 died...
22:49:55.926518 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:55.930092 --- ParallelTerminationStrategy: PID 179 died...
22:49:55.931535 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:55.935192 --- ParallelTerminationStrategy: PID 180 died...
22:49:55.936636 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:55.940233 --- ParallelTerminationStrategy: PID 181 died...
22:49:55.941702 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:55.945278 --- ParallelTerminationStrategy: PID 182 died...
22:49:55.946722 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:55.950301 --- ParallelTerminationStrategy: PID 183 died...
22:49:55.951758 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:55.955324 --- ParallelTerminationStrategy: PID 184 died...
22:49:55.956789 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:55.960397 --- ParallelTerminationStrategy: PID 185 died...
22:49:55.961859 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:55.965441 --- ParallelTerminationStrategy: PID 186 died...
22:49:55.966881 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:55.970485 --- ParallelTerminationStrategy: PID 187 died...
22:49:55.971924 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:55.975536 --- ParallelTerminationStrategy: PID 188 died...
22:49:55.977000 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:55.980591 --- ParallelTerminationStrategy: PID 189 died...
22:49:55.982042 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:55.985696 --- ParallelTerminationStrategy: PID 190 died...
22:49:55.987131 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:55.990703 --- ParallelTerminationStrategy: PID 191 died...
22:49:55.992150 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:55.995757 --- ParallelTerminationStrategy: PID 192 died...
22:49:55.997199 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:56.000801 --- ParallelTerminationStrategy: PID 193 died...
22:49:56.002243 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:56.005851 --- ParallelTerminationStrategy: PID 194 died...
22:49:56.007293 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:56.010874 --- ParallelTerminationStrategy: PID 195 died...
22:49:56.012324 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:56.015923 --- ParallelTerminationStrategy: PID 196 died...
22:49:56.017372 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:56.021000 --- ParallelTerminationStrategy: PID 197 died...
22:49:56.022514 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:56.026164 --- ParallelTerminationStrategy: PID 198 died...
22:49:56.027621 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:56.031188 --- ParallelTerminationStrategy: PID 199 died...
22:49:56.032673 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:56.036255 --- ParallelTerminationStrategy: PID 200 died...
22:49:56.037699 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:56.041292 --- ParallelTerminationStrategy: PID 201 died...
22:49:56.042734 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:56.046316 --- ParallelTerminationStrategy: PID 202 died...
22:49:56.047783 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:56.051491 --- ParallelTerminationStrategy: PID 203 died...
22:49:56.052973 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:56.056725 --- ParallelTerminationStrategy: PID 204 died...
22:49:56.058233 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:56.061971 --- ParallelTerminationStrategy: PID 205 died...
22:49:56.063617 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:56.067363 --- ParallelTerminationStrategy: PID 206 died...
22:49:56.068887 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:56.072621 --- ParallelTerminationStrategy: PID 207 died...
22:49:56.074172 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:56.077910 --- ParallelTerminationStrategy: PID 208 died...
22:49:56.079410 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:56.083155 --- ParallelTerminationStrategy: PID 209 died...
22:49:56.084658 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:56.088406 --- ParallelTerminationStrategy: PID 210 died...
22:49:56.089941 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:56.093682 --- ParallelTerminationStrategy: PID 211 died...
22:49:56.095180 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:56.098914 --- ParallelTerminationStrategy: PID 212 died...
22:49:56.100413 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:56.104157 --- ParallelTerminationStrategy: PID 213 died...
22:49:56.105676 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:56.109402 --- ParallelTerminationStrategy: PID 214 died...
22:49:56.110904 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:56.114650 --- ParallelTerminationStrategy: PID 215 died...
22:49:56.116167 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:56.119920 --- ParallelTerminationStrategy: PID 216 died...
22:49:56.121455 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:56.125204 --- ParallelTerminationStrategy: PID 217 died...
22:49:56.126707 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:56.130445 --- ParallelTerminationStrategy: PID 218 died...
22:49:56.131954 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:56.135644 --- ParallelTerminationStrategy: PID 219 died...
22:49:56.137175 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:56.140913 --- ParallelTerminationStrategy: PID 220 died...
22:49:56.142432 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:56.146171 --- ParallelTerminationStrategy: PID 221 died...
22:49:56.147677 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:56.151432 --- ParallelTerminationStrategy: PID 222 died...
22:49:56.152933 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:56.156698 --- ParallelTerminationStrategy: PID 223 died...
22:49:56.158222 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:56.161979 --- ParallelTerminationStrategy: PID 224 died...
22:49:56.163486 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:56.167235 --- ParallelTerminationStrategy: PID 225 died...
22:49:56.168776 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:56.172525 --- ParallelTerminationStrategy: PID 226 died...
22:49:56.174040 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:56.177803 --- ParallelTerminationStrategy: PID 227 died...
22:49:56.179304 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:56.183177 --- ParallelTerminationStrategy: PID 228 died...
22:49:56.184752 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:56.188525 --- ParallelTerminationStrategy: PID 229 died...
22:49:56.190196 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:56.194025 --- ParallelTerminationStrategy: PID 230 died...
22:49:56.195530 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:56.199279 --- ParallelTerminationStrategy: PID 231 died...
22:49:56.200787 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:56.204534 --- ParallelTerminationStrategy: PID 232 died...
22:49:56.206075 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:56.209819 --- ParallelTerminationStrategy: PID 233 died...
22:49:56.211332 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:56.215089 --- ParallelTerminationStrategy: PID 234 died...
22:49:56.216597 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.620112 --- ParallelTerminationStrategy: PID 34 died...
22:49:59.622582 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7875 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.700507 tst trial-7875: Storing JUnit report in /build/trial-7875/run.2025-02-12_22-48-25/trial-7875.xml
--------------------------------------------------------------------------------------------
trial-7875 PASS
--------------------------------------------------------------------------------------------
22:49:59.714235 tst trial-7875: trial-7875: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (88.3 sec)
+ exit_code=0
+ rm -rf trial-7875/inst
+ cd trial-7875
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-12 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7875-run.tgz run.2025-02-12_22-48-25
+ tar czf /build/trial-7875-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-12_15_31_45.tgz osmo-bts-oc2g.build-2025-02-12_14_52_33.tgz osmo-bts-sysmo.build-2025-02-12_14_52_23.tgz osmo-bts.build-2025-02-12_14_52_37.tgz osmo-ggsn.build-2025-02-12_20_42_41.tgz osmo-hlr.build-2025-02-12_16_37_07.tgz osmo-hnbgw.build-2025-02-12_15_27_27.tgz osmo-mgw.build-2025-02-12_14_53_37.tgz osmo-msc.build-2025-02-12_15_28_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-12_12_35_15.tgz osmo-pcu-sysmo.build-2025-02-12_12_35_13.tgz osmo-pcu.build-2025-02-12_12_35_28.tgz osmo-sgsn.build-2025-02-12_20_49_24.tgz osmo-stp.build-2025-02-12_14_10_18.tgz osmo-trx.build-2025-02-12_14_28_35.tgz osmocom-bb.build-2025-02-12_21_17_41.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