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_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 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.2s
#7 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#7 CACHED
#8 [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
#8 CACHED
#9 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#9 CACHED
#10 [ 2/28] RUN useradd -ms /bin/bash jenkins
#10 CACHED
#11 [ 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
#11 CACHED
#12 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#12 CACHED
#13 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#13 CACHED
#14 [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
#14 CACHED
#15 [ 3/28] RUN groupadd osmo-gsm-tester
#15 CACHED
#16 [12/28] RUN MKDIR -p /osmo-gsm-tester-srsue /osmo-gsm-tester-srsenb /osmo-gsm-tester-srsepc /osmo-gsm-tester-trx /osmo-gsm-tester-grbroker /osmo-gsm-tester-open5gs
#16 CACHED
#17 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#17 CACHED
#18 [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
#18 CACHED
#19 [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
#19 CACHED
#20 [ 9/28] COPY SSH /root/.ssh
#20 CACHED
#21 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#21 CACHED
#22 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#22 CACHED
#23 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#23 CACHED
#24 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#26 CACHED
#27 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#27 CACHED
#28 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#28 CACHED
#29 [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
#29 CACHED
#30 [20/28] WORKDIR /TMP
#30 CACHED
#31 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#31 CACHED
#32 [ 8/28] RUN MKDIR /var/run/sshd
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:1d429f47f29f14f0b48d3307a022b3f3c9c6a839418d7284303157d31fe18bb4 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=8111 -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-10-06 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8111
+ mkdir -p trial-8111
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-06_13_26_25.tgz osmo-bts-oc2g.build-2025-10-06_08_29_20.tgz osmo-bts-sysmo.build-2025-10-06_08_29_04.tgz osmo-bts.build-2025-10-06_08_29_12.tgz osmo-ggsn.build-2025-10-06_20_42_47.tgz osmo-hlr.build-2025-10-06_16_36_54.tgz osmo-hnbgw.build-2025-10-06_13_28_33.tgz osmo-mgw.build-2025-10-06_08_33_14.tgz osmo-msc.build-2025-10-06_13_32_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-06_07_34_03.tgz osmo-pcu-sysmo.build-2025-10-06_07_37_00.tgz osmo-pcu.build-2025-10-06_07_37_06.tgz osmo-sgsn.build-2025-10-06_20_48_14.tgz osmo-stp.build-2025-10-06_13_25_12.tgz osmo-trx.build-2025-10-06_14_26_45.tgz osmocom-bb.build-2025-10-06_21_17_32.tgz srslte.build-19.tgz trial-8111
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-06_13_26_25.md5 osmo-bts-oc2g.build-2025-10-06_08_29_20.md5 osmo-bts-sysmo.build-2025-10-06_08_29_04.md5 osmo-bts.build-2025-10-06_08_29_12.md5 osmo-ggsn.build-2025-10-06_20_42_47.md5 osmo-hlr.build-2025-10-06_16_36_54.md5 osmo-hnbgw.build-2025-10-06_13_28_33.md5 osmo-mgw.build-2025-10-06_08_33_14.md5 osmo-msc.build-2025-10-06_13_32_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-06_07_34_03.md5 osmo-pcu-sysmo.build-2025-10-06_07_37_00.md5 osmo-pcu.build-2025-10-06_07_37_06.md5 osmo-sgsn.build-2025-10-06_20_48_14.md5 osmo-stp.build-2025-10-06_13_25_12.md5 osmo-trx.build-2025-10-06_14_26_45.md5 osmocom-bb.build-2025-10-06_21_17_32.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-06_13_26_25.md5 osmo-bts-oc2g.build-2025-10-06_08_29_20.md5 osmo-bts-sysmo.build-2025-10-06_08_29_04.md5 osmo-bts.build-2025-10-06_08_29_12.md5 osmo-ggsn.build-2025-10-06_20_42_47.md5 osmo-hlr.build-2025-10-06_16_36_54.md5 osmo-hnbgw.build-2025-10-06_13_28_33.md5 osmo-mgw.build-2025-10-06_08_33_14.md5 osmo-msc.build-2025-10-06_13_32_34.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-06_07_34_03.md5 osmo-pcu-sysmo.build-2025-10-06_07_37_00.md5 osmo-pcu.build-2025-10-06_07_37_06.md5 osmo-sgsn.build-2025-10-06_20_48_14.md5 osmo-stp.build-2025-10-06_13_25_12.md5 osmo-trx.build-2025-10-06_14_26_45.md5 osmocom-bb.build-2025-10-06_21_17_32.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-8111 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8111'
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-8111
--------------------------------------------------------------------------------------------
22:48:18.793954 tst trial-8111: Detailed log at /build/trial-8111/run.2025-10-06_22-48-18/log
---------------------------------------------------------------------
trial-8111 netreg_mass
---------------------------------------------------------------------
22:48:19.055462 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.055913 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.056900 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.058332 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.104461 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.105415 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.106704 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.197518 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-8111 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.198393 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.215806 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.216471 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.217051 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.217585 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.218123 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.218653 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.219192 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.268792 tst register_default_mass.py: using LAC 2
22:48:19.306893 tst register_default_mass.py: using RAC 2
22:48:19.343553 tst register_default_mass.py: using CellId 2
22:48:19.379960 tst register_default_mass.py: using BVCI 3
22:48:19.387011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.387751 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388363 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.388960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.389547 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.390701 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391271 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.391867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.392439 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.393658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394242 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.394813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.395965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.396536 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.397730 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398342 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.398931 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.399518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.400114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.400732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401326 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.401905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.402514 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403121 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.403726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.404356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.405633 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406272 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.406905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.407528 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.408797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.409437 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410100 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.410744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.411367 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.412699 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.413341 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.413969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.414613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.415258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.415898 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.416539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.417202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.417867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.418518 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.419817 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.420454 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.421738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.422392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.423659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424299 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.424939 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.425575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426238 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.426864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.427493 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.428768 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.429982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.430608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431223 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.431945 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.432580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433217 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.433848 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.434484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.435748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.436382 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437021 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.437638 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.438263 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.438886 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.439496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.440095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.440724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.441335 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.441953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.442595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.443233 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.443865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.444505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.445154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.445788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.446404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.447044 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.447687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.448319 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.448970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.449594 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.450285 tst register_default_mass.py:21: Launching a simple network
22:48:19.462953 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.612106 run create_hlr_db(pid=20): Launched
22:48:20.624325 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.647413 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.685465 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.699010 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.950964 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.975267 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.985028 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.990760 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.014425 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.034228 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.242517 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.265571 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.276421 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.312577 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.337945 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.347932 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.926710 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.950473 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.983176 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.326098 run osmo-bts-virtual(pid=34): Launched
22:48:33.386430 tst register_default_mass.py: using MSISDN 1001
22:48:33.395360 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.543221 tst register_default_mass.py: using MSISDN 1002
22:48:33.552065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.639755 tst register_default_mass.py: using MSISDN 1003
22:48:33.648677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.745898 tst register_default_mass.py: using MSISDN 1004
22:48:33.762177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.854792 tst register_default_mass.py: using MSISDN 1005
22:48:33.865934 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.946792 tst register_default_mass.py: using MSISDN 1006
22:48:33.963859 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.062762 tst register_default_mass.py: using MSISDN 1007
22:48:34.074736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.164296 tst register_default_mass.py: using MSISDN 1008
22:48:34.180510 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.266507 tst register_default_mass.py: using MSISDN 1009
22:48:34.282852 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.369080 tst register_default_mass.py: using MSISDN 1010
22:48:34.377597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.452988 tst register_default_mass.py: using MSISDN 1011
22:48:34.468683 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.558873 tst register_default_mass.py: using MSISDN 1012
22:48:34.574970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.648124 tst register_default_mass.py: using MSISDN 1013
22:48:34.662781 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.740697 tst register_default_mass.py: using MSISDN 1014
22:48:34.751784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.841231 tst register_default_mass.py: using MSISDN 1015
22:48:34.857564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.953008 tst register_default_mass.py: using MSISDN 1016
22:48:34.966828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.039499 tst register_default_mass.py: using MSISDN 1017
22:48:35.055892 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.152773 tst register_default_mass.py: using MSISDN 1018
22:48:35.168301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.264673 tst register_default_mass.py: using MSISDN 1019
22:48:35.280295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.360363 tst register_default_mass.py: using MSISDN 1020
22:48:35.377462 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.463148 tst register_default_mass.py: using MSISDN 1021
22:48:35.477737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.563738 tst register_default_mass.py: using MSISDN 1022
22:48:35.574929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.667519 tst register_default_mass.py: using MSISDN 1023
22:48:35.675842 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.760381 tst register_default_mass.py: using MSISDN 1024
22:48:35.773369 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.855410 tst register_default_mass.py: using MSISDN 1025
22:48:35.868562 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.962612 tst register_default_mass.py: using MSISDN 1026
22:48:35.971581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.052926 tst register_default_mass.py: using MSISDN 1027
22:48:36.061799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.209287 tst register_default_mass.py: using MSISDN 1028
22:48:36.219581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.290314 tst register_default_mass.py: using MSISDN 1029
22:48:36.296908 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.361709 tst register_default_mass.py: using MSISDN 1030
22:48:36.368306 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.439275 tst register_default_mass.py: using MSISDN 1031
22:48:36.445756 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.510934 tst register_default_mass.py: using MSISDN 1032
22:48:36.519525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.592145 tst register_default_mass.py: using MSISDN 1033
22:48:36.599055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.671536 tst register_default_mass.py: using MSISDN 1034
22:48:36.679455 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.748419 tst register_default_mass.py: using MSISDN 1035
22:48:36.755966 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.841454 tst register_default_mass.py: using MSISDN 1036
22:48:36.852964 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.924219 tst register_default_mass.py: using MSISDN 1037
22:48:36.930784 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.013751 tst register_default_mass.py: using MSISDN 1038
22:48:37.020400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.092868 tst register_default_mass.py: using MSISDN 1039
22:48:37.099956 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.176169 tst register_default_mass.py: using MSISDN 1040
22:48:37.182648 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.254815 tst register_default_mass.py: using MSISDN 1041
22:48:37.266011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.402625 tst register_default_mass.py: using MSISDN 1042
22:48:37.409725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.530943 tst register_default_mass.py: using MSISDN 1043
22:48:37.540812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.607608 tst register_default_mass.py: using MSISDN 1044
22:48:37.619342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.708724 tst register_default_mass.py: using MSISDN 1045
22:48:37.725463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.810333 tst register_default_mass.py: using MSISDN 1046
22:48:37.825679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.910346 tst register_default_mass.py: using MSISDN 1047
22:48:37.926674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.007369 tst register_default_mass.py: using MSISDN 1048
22:48:38.018109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.096855 tst register_default_mass.py: using MSISDN 1049
22:48:38.106823 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.187530 tst register_default_mass.py: using MSISDN 1050
22:48:38.203914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.304987 tst register_default_mass.py: using MSISDN 1051
22:48:38.320703 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.862985 tst register_default_mass.py: using MSISDN 1052
22:48:38.878326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.990936 tst register_default_mass.py: using MSISDN 1053
22:48:39.003025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.106185 tst register_default_mass.py: using MSISDN 1054
22:48:39.114478 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.222162 tst register_default_mass.py: using MSISDN 1055
22:48:39.238149 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.301903 tst register_default_mass.py: using MSISDN 1056
22:48:39.317808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.762347 tst register_default_mass.py: using MSISDN 1057
22:48:39.777362 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.864601 tst register_default_mass.py: using MSISDN 1058
22:48:39.881319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.974312 tst register_default_mass.py: using MSISDN 1059
22:48:39.991494 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.080538 tst register_default_mass.py: using MSISDN 1060
22:48:40.098069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.184406 tst register_default_mass.py: using MSISDN 1061
22:48:40.200287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.287809 tst register_default_mass.py: using MSISDN 1062
22:48:40.305585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.390719 tst register_default_mass.py: using MSISDN 1063
22:48:40.406469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.495836 tst register_default_mass.py: using MSISDN 1064
22:48:40.507881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.587396 tst register_default_mass.py: using MSISDN 1065
22:48:40.600134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.666660 tst register_default_mass.py: using MSISDN 1066
22:48:40.678590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.755103 tst register_default_mass.py: using MSISDN 1067
22:48:40.768338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.841151 tst register_default_mass.py: using MSISDN 1068
22:48:40.853592 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.938973 tst register_default_mass.py: using MSISDN 1069
22:48:40.951272 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.033808 tst register_default_mass.py: using MSISDN 1070
22:48:41.048524 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.228277 tst register_default_mass.py: using MSISDN 1071
22:48:41.242635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.411850 tst register_default_mass.py: using MSISDN 1072
22:48:41.420066 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:41.504836 tst register_default_mass.py: using MSISDN 1073
22:48:41.512187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.582810 tst register_default_mass.py: using MSISDN 1074
22:48:41.597687 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.695988 tst register_default_mass.py: using MSISDN 1075
22:48:41.708590 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:41.787061 tst register_default_mass.py: using MSISDN 1076
22:48:41.794279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:41.879980 tst register_default_mass.py: using MSISDN 1077
22:48:41.887038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.959718 tst register_default_mass.py: using MSISDN 1078
22:48:41.974704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.112943 tst register_default_mass.py: using MSISDN 1079
22:48:42.124752 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.236430 tst register_default_mass.py: using MSISDN 1080
22:48:42.244526 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.367105 tst register_default_mass.py: using MSISDN 1081
22:48:42.374326 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.486604 tst register_default_mass.py: using MSISDN 1082
22:48:42.495564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.639697 tst register_default_mass.py: using MSISDN 1083
22:48:42.646809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.724270 tst register_default_mass.py: using MSISDN 1084
22:48:42.731336 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.817092 tst register_default_mass.py: using MSISDN 1085
22:48:42.824630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.900070 tst register_default_mass.py: using MSISDN 1086
22:48:42.905827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.989244 tst register_default_mass.py: using MSISDN 1087
22:48:42.995203 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.072978 tst register_default_mass.py: using MSISDN 1088
22:48:43.078786 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.154646 tst register_default_mass.py: using MSISDN 1089
22:48:43.160873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.248965 tst register_default_mass.py: using MSISDN 1090
22:48:43.255014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.356549 tst register_default_mass.py: using MSISDN 1091
22:48:43.362705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.445363 tst register_default_mass.py: using MSISDN 1092
22:48:43.451281 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.532519 tst register_default_mass.py: using MSISDN 1093
22:48:43.538634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.602501 tst register_default_mass.py: using MSISDN 1094
22:48:43.608757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.694627 tst register_default_mass.py: using MSISDN 1095
22:48:43.700818 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.131184 tst register_default_mass.py: using MSISDN 1096
22:48:44.137093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.213582 tst register_default_mass.py: using MSISDN 1097
22:48:44.219318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.287538 tst register_default_mass.py: using MSISDN 1098
22:48:44.293521 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.359227 tst register_default_mass.py: using MSISDN 1099
22:48:44.364982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.441205 tst register_default_mass.py: using MSISDN 1100
22:48:44.448768 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.573998 run mass: Starting testcase
22:48:44.580005 run mass: Pre-launching all virtphy's
22:48:44.585581 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.598940 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.605153 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.618374 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.624916 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.638447 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.644858 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.658654 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.665008 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.678587 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.684867 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.698406 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.705136 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.718940 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.725416 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.739109 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.823269 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.846834 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.853391 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.867251 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.873720 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.887650 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.894043 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.907745 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.914023 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.927156 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.933242 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.946819 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.953098 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.966455 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.972561 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.985995 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.992461 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.005858 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.012137 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.025746 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.032091 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.045786 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.052195 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.065859 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.072310 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.086241 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.094360 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.108240 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.114532 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.127860 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.134205 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.147991 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.154322 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.168120 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.175662 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.189945 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.196875 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.211514 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.219199 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.233989 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.241733 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.256161 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.263147 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.277704 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.286757 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.301561 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.310336 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.325323 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.338694 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.367029 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.378926 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.393538 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.402666 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.417079 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.425368 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.439685 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.446073 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.460079 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.466635 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.480934 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.487488 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.501663 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.509492 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.524924 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.534952 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.553373 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.563149 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.581944 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.591329 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.610380 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.628805 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.667082 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.682556 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.700816 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.718534 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.738938 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.748364 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.767289 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.776227 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.794878 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.804432 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.822718 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.833527 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.851959 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.860420 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.878632 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.887106 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.905490 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.915976 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.934869 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.944324 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.962841 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.976306 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.994695 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.004787 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.023240 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.040721 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.079166 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.097166 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.134119 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.152504 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.190535 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.208417 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.245213 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.262622 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.298568 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.315197 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.352279 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.369299 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.406470 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.422247 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.457306 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.473640 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.509106 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.525130 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.559486 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.575713 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.610358 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.626936 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.661419 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.677411 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.700941 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.708818 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.726046 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.736676 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.754393 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.762952 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.827351 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.839465 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.860329 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.868040 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.882877 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.889085 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.902862 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.908996 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.922391 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.928599 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.941839 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.948085 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.961523 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.967755 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.981310 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.987587 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.001341 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.007982 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.022320 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.028748 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.042554 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.048907 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.062672 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.069094 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.083515 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.089931 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.104101 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.111021 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.126224 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.133311 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.149054 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.156344 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.172226 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.179870 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.196467 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.204398 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.221508 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.229117 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.245605 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.252849 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.268884 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.276478 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.292131 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.299399 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.315242 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.322676 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.339089 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.346595 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.361851 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.368546 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.382870 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.389457 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.403650 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.410286 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.425231 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.432083 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.446960 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.453822 run mass: Checking if sockets are in the filesystem
22:48:47.468021 run osmo-ms-mob/00000: Starting mobile
22:48:47.483646 run osmo-ms-mob/00000(pid=135): Launched
22:48:47.501316 run mass: MS start registered {at=23021833.20465525, delay=0.01059812679886818, ms=00000}
22:48:51.666570 run osmo-ms-mob/00001: Starting mobile
22:48:51.681095 run osmo-ms-mob/00001(pid=136): Launched
22:48:51.693229 run mass: MS start registered {at=23021837.39656731, delay=0.005022797733545303, ms=00001}
22:48:52.695387 run mass: MS performed LU {at=23021838.398702625, lu_delay=5.194047376513481, ms=00000}
22:48:53.468946 run osmo-ms-mob/00002: Starting mobile
22:48:53.482408 run osmo-ms-mob/00002(pid=137): Launched
22:48:53.493727 run mass: MS start registered {at=23021839.197049614, delay=0.004903286695480347, ms=00002}
22:48:54.767275 run osmo-ms-mob/00003: Starting mobile
22:48:54.781124 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.792536 run mass: MS start registered {at=23021840.495871667, delay=0.002884313464164734, ms=00003}
22:48:55.866564 run osmo-ms-mob/00004: Starting mobile
22:48:55.880507 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.892054 run mass: MS start registered {at=23021841.5953958, delay=0.005195938050746918, ms=00004}
22:48:56.461254 run mass: MS performed LU {at=23021842.164558582, lu_delay=4.76799127086997, ms=00001}
22:48:56.866647 run osmo-ms-mob/00005: Starting mobile
22:48:56.880476 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.892347 run mass: MS start registered {at=23021842.595685698, delay=0.0053855255246162415, ms=00005}
22:48:57.771487 run osmo-ms-mob/00006: Starting mobile
22:48:57.791131 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.804936 run mass: MS start registered {at=23021843.50827672, delay=0.005768582224845886, ms=00006}
22:48:58.362601 run mass: MS performed LU {at=23021844.065932807, lu_delay=4.868883192539215, ms=00002}
22:48:58.668855 run osmo-ms-mob/00007: Starting mobile
22:48:58.683885 run osmo-ms-mob/00007(pid=142): Launched
22:48:58.696308 run mass: MS start registered {at=23021844.399654835, delay=0.005236484110355377, ms=00007}
22:48:59.674939 run osmo-ms-mob/00008: Starting mobile
22:48:59.690793 run osmo-ms-mob/00008(pid=143): Launched
22:48:59.917213 run mass: Starting too slowly. Moving on {now=23021845.62056397, sleep=-0.3568682409822941, target=23021845.263695728}
22:48:59.923537 run mass: MS start registered {at=23021845.62689509, delay=0.006550341844558716, ms=00008}
22:48:59.929732 run mass: Starting too slowly. Moving on {now=23021845.63310109, sleep=-0.2694053612649441, target=23021845.36369573}
22:48:59.935735 run mass: Starting too slowly. Moving on {now=23021845.639106035, sleep=-0.17541030421853065, target=23021845.46369573}
22:48:59.941717 run mass: Starting too slowly. Moving on {now=23021845.645088334, sleep=-0.08139260113239288, target=23021845.563695733}
22:49:00.167474 run osmo-ms-mob/00009: Starting mobile
22:49:00.182115 run osmo-ms-mob/00009(pid=144): Launched
22:49:00.194548 run mass: MS start registered {at=23021845.89789049, delay=0.005259796977043152, ms=00009}
22:49:00.227085 run mass: MS performed LU {at=23021845.93039976, lu_delay=5.4345280937850475, ms=00003}
22:49:00.866709 run osmo-ms-mob/00010: Starting mobile
22:49:00.880156 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.891766 run mass: MS start registered {at=23021846.595108945, delay=0.005364004522562027, ms=00010}
22:49:01.468385 run osmo-ms-mob/00011: Starting mobile
22:49:01.484697 run osmo-ms-mob/00011(pid=146): Launched
22:49:01.498253 run mass: MS start registered {at=23021847.201588865, delay=0.0058076754212379456, ms=00011}
22:49:02.068280 run osmo-ms-mob/00012: Starting mobile
22:49:02.085917 run osmo-ms-mob/00012(pid=147): Launched
22:49:02.102492 run mass: MS start registered {at=23021847.80582142, delay=0.008315365761518478, ms=00012}
22:49:02.128393 run mass: MS performed LU {at=23021847.831719346, lu_delay=5.236033648252487, ms=00005}
22:49:02.156075 run mass: MS performed LU {at=23021847.859404072, lu_delay=6.264008272439241, ms=00004}
22:49:02.667656 run osmo-ms-mob/00013: Starting mobile
22:49:02.683546 run osmo-ms-mob/00013(pid=148): Launched
22:49:02.696342 run mass: MS start registered {at=23021848.39968451, delay=0.0055576711893081665, ms=00013}
22:49:03.275905 run osmo-ms-mob/00014: Starting mobile
22:49:03.312292 run osmo-ms-mob/00014(pid=149): Launched
22:49:03.328961 run mass: MS start registered {at=23021849.032301154, delay=3.7122517824172974e-05, ms=00014}
22:49:03.874765 run osmo-ms-mob/00015: Starting mobile
22:49:03.898045 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.922681 run mass: MS start registered {at=23021849.625983804, delay=0.013719417154788971, ms=00015}
22:49:03.992151 run mass: MS performed LU {at=23021849.695473783, lu_delay=5.295818947255611, ms=00007}
22:49:04.057113 run mass: MS performed LU {at=23021849.76042763, lu_delay=6.252150911837816, ms=00006}
22:49:04.373399 run osmo-ms-mob/00016: Starting mobile
22:49:04.391677 run osmo-ms-mob/00016(pid=151): Launched
22:49:04.405848 run mass: MS start registered {at=23021850.10918431, delay=0.006027158349752426, ms=00016}
22:49:04.868749 run osmo-ms-mob/00017: Starting mobile
22:49:04.883464 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.896103 run mass: MS start registered {at=23021850.599447165, delay=0.005406517535448074, ms=00017}
22:49:05.885857 run osmo-ms-mob/00018: Starting mobile
22:49:05.901516 run osmo-ms-mob/00018(pid=153): Launched
22:49:05.908682 run mass: Starting too slowly. Moving on {now=23021851.61204961, sleep=-0.3483537919819355, target=23021851.263695817}
22:49:05.915693 run mass: MS performed LU {at=23021851.619049102, lu_delay=5.721158612519503, ms=00009}
22:49:05.923432 run mass: Starting too slowly. Moving on {now=23021851.626800507, sleep=-0.2631046883761883, target=23021851.36369582}
22:49:05.930443 run mass: MS start registered {at=23021851.633803874, delay=0.021756507456302643, ms=00018}
22:49:05.937507 run mass: Starting too slowly. Moving on {now=23021851.640876837, sleep=-0.17718101665377617, target=23021851.46369582}
22:49:05.944419 run mass: MS performed LU {at=23021851.647780918, lu_delay=5.0526719726622105, ms=00010}
22:49:05.951506 run mass: Starting too slowly. Moving on {now=23021851.65487532, sleep=-0.0911794975399971, target=23021851.563695822}
22:49:06.162575 run osmo-ms-mob/00019: Starting mobile
22:49:06.177343 run osmo-ms-mob/00019(pid=154): Launched
22:49:06.184349 run mass: Starting too slowly. Moving on {now=23021851.887718167, sleep=-0.22402234375476837, target=23021851.663695823}
22:49:06.191180 run mass: MS performed LU {at=23021851.894536775, lu_delay=6.267641685903072, ms=00008}
22:49:06.198289 run mass: Starting too slowly. Moving on {now=23021851.90165823, sleep=-0.13796240463852882, target=23021851.763695825}
22:49:06.205203 run mass: MS start registered {at=23021851.908564676, delay=0.02084892988204956, ms=00019}
22:49:06.212042 run mass: Starting too slowly. Moving on {now=23021851.91541218, sleep=-0.05171635374426842, target=23021851.863695826}
22:49:06.434047 run osmo-ms-mob/00020: Starting mobile
22:49:06.448352 run osmo-ms-mob/00020(pid=155): Launched
22:49:06.460572 run mass: MS start registered {at=23021852.163912196, delay=0.005634550005197525, ms=00020}
22:49:06.867192 run osmo-ms-mob/00021: Starting mobile
22:49:06.880968 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.893165 run mass: MS start registered {at=23021852.596514616, delay=0.005047142505645752, ms=00021}
22:49:07.268893 run osmo-ms-mob/00022: Starting mobile
22:49:07.285548 run osmo-ms-mob/00022(pid=157): Launched
22:49:07.303588 run mass: MS start registered {at=23021853.00690755, delay=0.008315399289131165, ms=00022}
22:49:07.767030 run osmo-ms-mob/00023: Starting mobile
22:49:07.782848 run osmo-ms-mob/00023(pid=158): Launched
22:49:07.795260 run mass: MS start registered {at=23021853.498608407, delay=0.0051549263298511505, ms=00023}
22:49:07.910295 run mass: MS performed LU {at=23021853.61362559, lu_delay=6.412036724388599, ms=00011}
22:49:07.928831 run mass: MS performed LU {at=23021853.632177792, lu_delay=4.5998766385018826, ms=00014}
22:49:07.993395 run mass: MS performed LU {at=23021853.696729735, lu_delay=5.297045223414898, ms=00013}
22:49:08.006118 run osmo-ms-mob/00024: Starting mobile
22:49:08.021821 run osmo-ms-mob/00024(pid=159): Launched
22:49:08.034876 run mass: MS start registered {at=23021853.738217168, delay=0.005518224090337753, ms=00024}
22:49:08.058213 run mass: MS performed LU {at=23021853.76154815, lu_delay=5.955726731568575, ms=00012}
22:49:08.666913 run osmo-ms-mob/00025: Starting mobile
22:49:08.683610 run osmo-ms-mob/00025(pid=160): Launched
22:49:08.703126 run mass: MS start registered {at=23021854.406444907, delay=0.010715026408433914, ms=00025}
22:49:09.082975 run osmo-ms-mob/00026: Starting mobile
22:49:09.098911 run osmo-ms-mob/00026(pid=161): Launched
22:49:09.111749 run mass: MS start registered {at=23021854.815091886, delay=0.005235504359006882, ms=00026}
22:49:09.467015 run osmo-ms-mob/00027: Starting mobile
22:49:09.483134 run osmo-ms-mob/00027(pid=162): Launched
22:49:09.495668 run mass: MS start registered {at=23021855.19901689, delay=0.005248721688985825, ms=00027}
22:49:09.659618 run mass: MS performed LU {at=23021855.362953015, lu_delay=5.2537687048316, ms=00016}
22:49:09.687326 run mass: MS performed LU {at=23021855.390673105, lu_delay=4.79122593998909, ms=00017}
22:49:09.775525 run mass: MS performed LU {at=23021855.478858024, lu_delay=5.852874219417572, ms=00015}
22:49:09.788445 run osmo-ms-mob/00028: Starting mobile
22:49:09.803603 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.815477 run mass: MS start registered {at=23021855.518826295, delay=0.005033999681472778, ms=00028}
22:49:10.267124 run osmo-ms-mob/00029: Starting mobile
22:49:10.282715 run osmo-ms-mob/00029(pid=164): Launched
22:49:10.295122 run mass: MS start registered {at=23021855.998462472, delay=0.004932630807161331, ms=00029}
22:49:10.666519 run osmo-ms-mob/00030: Starting mobile
22:49:10.680049 run osmo-ms-mob/00030(pid=165): Launched
22:49:10.691425 run mass: MS start registered {at=23021856.394772977, delay=0.0049492232501506805, ms=00030}
22:49:11.067060 run osmo-ms-mob/00031: Starting mobile
22:49:11.081470 run osmo-ms-mob/00031(pid=166): Launched
22:49:11.093918 run mass: MS start registered {at=23021856.79726785, delay=0.005540676414966583, ms=00031}
22:49:11.366713 run osmo-ms-mob/00032: Starting mobile
22:49:11.380238 run osmo-ms-mob/00032(pid=167): Launched
22:49:11.391716 run mass: MS start registered {at=23021857.095065806, delay=0.005110200494527817, ms=00032}
22:49:11.441112 run mass: MS performed LU {at=23021857.144432776, lu_delay=5.510628901422024, ms=00018}
22:49:11.523629 run mass: MS performed LU {at=23021857.226965833, lu_delay=5.063053637742996, ms=00020}
22:49:11.588455 run mass: MS performed LU {at=23021857.291790534, lu_delay=5.383225858211517, ms=00019}
22:49:11.601051 run osmo-ms-mob/00033: Starting mobile
22:49:11.616564 run osmo-ms-mob/00033(pid=168): Launched
22:49:11.628837 run mass: MS start registered {at=23021857.332188603, delay=0.005160965025424957, ms=00033}
22:49:11.694498 run mass: MS performed LU {at=23021857.397834048, lu_delay=4.801319431513548, ms=00021}
22:49:12.166750 run osmo-ms-mob/00034: Starting mobile
22:49:12.186337 run osmo-ms-mob/00034(pid=169): Launched
22:49:12.198369 run mass: MS start registered {at=23021857.901713256, delay=0.005242098122835159, ms=00034}
22:49:12.467218 run osmo-ms-mob/00035: Starting mobile
22:49:12.483006 run osmo-ms-mob/00035(pid=170): Launched
22:49:12.496405 run mass: MS start registered {at=23021858.19975033, delay=0.005962245166301727, ms=00035}
22:49:12.867771 run osmo-ms-mob/00036: Starting mobile
22:49:12.886131 run osmo-ms-mob/00036(pid=171): Launched
22:49:12.899564 run mass: MS start registered {at=23021858.602908555, delay=0.005093701183795929, ms=00036}
22:49:13.266728 run osmo-ms-mob/00037: Starting mobile
22:49:13.282428 run osmo-ms-mob/00037(pid=172): Launched
22:49:13.295473 run mass: MS start registered {at=23021858.998818327, delay=0.0057627856731414795, ms=00037}
22:49:13.425740 run mass: MS performed LU {at=23021859.129073203, lu_delay=5.630464795976877, ms=00023}
22:49:13.453419 run mass: MS performed LU {at=23021859.1567312, lu_delay=6.149823650717735, ms=00022}
22:49:13.469642 run osmo-ms-mob/00038: Starting mobile
22:49:13.486983 run osmo-ms-mob/00038(pid=173): Launched
22:49:13.500844 run mass: MS start registered {at=23021859.204163678, delay=0.005807794630527496, ms=00038}
22:49:13.540588 run mass: MS performed LU {at=23021859.24391905, lu_delay=5.505701880902052, ms=00024}
22:49:13.596355 run mass: MS performed LU {at=23021859.299661327, lu_delay=4.893216419965029, ms=00025}
22:49:13.612460 run osmo-ms-mob/00039: Starting mobile
22:49:13.630098 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.643871 run mass: MS start registered {at=23021859.3472142, delay=0.0059189461171627045, ms=00039}
22:49:14.267091 run osmo-ms-mob/00040: Starting mobile
22:49:14.282324 run osmo-ms-mob/00040(pid=175): Launched
22:49:14.301484 run mass: MS start registered {at=23021860.004771426, delay=0.011209037154912949, ms=00040}
22:49:14.571702 run osmo-ms-mob/00041: Starting mobile
22:49:14.589166 run osmo-ms-mob/00041(pid=176): Launched
22:49:14.602061 run mass: MS start registered {at=23021860.305407815, delay=0.005456056445837021, ms=00041}
22:49:14.866982 run osmo-ms-mob/00042: Starting mobile
22:49:14.884363 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.896568 run mass: MS start registered {at=23021860.599915504, delay=0.005268517881631851, ms=00042}
22:49:15.206439 run mass: MS performed LU {at=23021860.9097629, lu_delay=4.911300428211689, ms=00029}
22:49:15.219361 run osmo-ms-mob/00043: Starting mobile
22:49:15.233669 run osmo-ms-mob/00043(pid=178): Launched
22:49:15.245308 run mass: MS start registered {at=23021860.948652375, delay=0.0052512772381305695, ms=00043}
22:49:15.289810 run mass: MS performed LU {at=23021860.99314529, lu_delay=5.7941283993422985, ms=00027}
22:49:15.354538 run mass: MS performed LU {at=23021861.05787465, lu_delay=5.539048355072737, ms=00028}
22:49:15.366411 run osmo-ms-mob/00044: Starting mobile
22:49:15.380385 run osmo-ms-mob/00044(pid=179): Launched
22:49:15.391777 run mass: MS start registered {at=23021861.095129546, delay=0.005041047930717468, ms=00044}
22:49:15.498324 run mass: MS performed LU {at=23021861.20165921, lu_delay=4.806886233389378, ms=00030}
22:49:15.870485 run osmo-ms-mob/00045: Starting mobile
22:49:15.884083 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.895148 run mass: MS start registered {at=23021861.598497413, delay=0.004872005432844162, ms=00045}
22:49:16.166910 run osmo-ms-mob/00046: Starting mobile
22:49:16.181061 run osmo-ms-mob/00046(pid=181): Launched
22:49:16.192513 run mass: MS start registered {at=23021861.895869114, delay=0.003113213926553726, ms=00046}
22:49:16.467021 run osmo-ms-mob/00047: Starting mobile
22:49:16.481203 run osmo-ms-mob/00047(pid=182): Launched
22:49:16.497524 run mass: MS start registered {at=23021862.20084147, delay=0.007325027137994766, ms=00047}
22:49:16.766965 run osmo-ms-mob/00048: Starting mobile
22:49:16.780997 run osmo-ms-mob/00048(pid=183): Launched
22:49:16.792342 run mass: MS start registered {at=23021862.495690465, delay=0.00482693687081337, ms=00048}
22:49:17.066485 run osmo-ms-mob/00049: Starting mobile
22:49:17.080553 run osmo-ms-mob/00049(pid=184): Launched
22:49:17.092028 run mass: MS start registered {at=23021862.7953774, delay=0.004892945289611816, ms=00049}
22:49:17.191761 run mass: MS performed LU {at=23021862.89509455, lu_delay=6.097826700657606, ms=00031}
22:49:17.219404 run mass: MS performed LU {at=23021862.92271516, lu_delay=5.827649354934692, ms=00032}
22:49:17.231184 run osmo-ms-mob/00050: Starting mobile
22:49:17.245294 run osmo-ms-mob/00050(pid=185): Launched
22:49:17.257716 run mass: MS start registered {at=23021862.961062342, delay=0.004969082772731781, ms=00050}
22:49:17.306913 run mass: MS performed LU {at=23021863.0102471, lu_delay=5.678058497607708, ms=00033}
22:49:17.362789 run mass: MS performed LU {at=23021863.066122193, lu_delay=4.866371862590313, ms=00035}
22:49:17.767338 run osmo-ms-mob/00051: Starting mobile
22:49:17.782165 run osmo-ms-mob/00051(pid=186): Launched
22:49:17.794731 run mass: MS start registered {at=23021863.498077977, delay=0.0053580142557621, ms=00051}
22:49:18.067104 run osmo-ms-mob/00052: Starting mobile
22:49:18.084108 run osmo-ms-mob/00052(pid=187): Launched
22:49:18.098003 run mass: MS start registered {at=23021863.80134898, delay=0.006054248660802841, ms=00052}
22:49:18.366658 run osmo-ms-mob/00053: Starting mobile
22:49:18.382110 run osmo-ms-mob/00053(pid=188): Launched
22:49:18.394353 run mass: MS start registered {at=23021864.09770202, delay=0.005172092467546463, ms=00053}
22:49:18.666589 run osmo-ms-mob/00054: Starting mobile
22:49:18.680879 run osmo-ms-mob/00054(pid=189): Launched
22:49:18.693440 run mass: MS start registered {at=23021864.39678665, delay=0.005583260208368301, ms=00054}
22:49:18.967428 run osmo-ms-mob/00055: Starting mobile
22:49:18.981575 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.988789 run mass: MS performed LU {at=23021864.69214181, lu_delay=5.344927608966827, ms=00039}
22:49:18.997263 run mass: MS start registered {at=23021864.700599764, delay=0.008483223617076874, ms=00055}
22:49:19.056386 run mass: MS performed LU {at=23021864.75970119, lu_delay=5.7608828619122505, ms=00037}
22:49:19.071070 run osmo-ms-mob/00056: Starting mobile
22:49:19.087670 run osmo-ms-mob/00056(pid=191): Launched
22:49:19.100733 run mass: MS start registered {at=23021864.80407716, delay=0.005313020199537277, ms=00056}
22:49:19.120826 run mass: MS performed LU {at=23021864.82415719, lu_delay=5.619993511587381, ms=00038}
22:49:19.263583 run mass: MS performed LU {at=23021864.966915283, lu_delay=4.962143857032061, ms=00040}
22:49:19.276078 run osmo-ms-mob/00057: Starting mobile
22:49:19.290513 run osmo-ms-mob/00057(pid=192): Launched
22:49:19.300376 run mass: MS performed LU {at=23021865.003726218, lu_delay=6.400817662477493, ms=00036}
22:49:19.307044 run mass: MS start registered {at=23021865.010408845, delay=0.009653273969888687, ms=00057}
22:49:19.318802 run mass: MS performed LU {at=23021865.02215649, lu_delay=4.716748673468828, ms=00041}
22:49:19.967941 run osmo-ms-mob/00058: Starting mobile
22:49:19.983395 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.996621 run mass: MS start registered {at=23021865.69996551, delay=0.005762111395597458, ms=00058}
22:49:20.246811 run mass: MS performed LU {at=23021865.950140957, lu_delay=4.0542718432843685, ms=00046}
22:49:20.259706 run osmo-ms-mob/00059: Starting mobile
22:49:20.276142 run osmo-ms-mob/00059(pid=194): Launched
22:49:20.289549 run mass: MS start registered {at=23021865.992888246, delay=0.005848400294780731, ms=00059}
22:49:20.325827 run mass: MS performed LU {at=23021866.02915369, lu_delay=3.8283122181892395, ms=00047}
22:49:20.567276 run osmo-ms-mob/00060: Starting mobile
22:49:20.582881 run osmo-ms-mob/00060(pid=195): Launched
22:49:20.596243 run mass: MS start registered {at=23021866.299589407, delay=0.005866330116987228, ms=00060}
22:49:20.957617 run mass: MS performed LU {at=23021866.66094888, lu_delay=5.062451466917992, ms=00045}
22:49:20.969667 run osmo-ms-mob/00061: Starting mobile
22:49:20.983728 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.990676 run mass: MS performed LU {at=23021866.694030445, lu_delay=5.745378069579601, ms=00043}
22:49:20.997320 run mass: MS start registered {at=23021866.700684883, delay=0.0066764578223228455, ms=00061}
22:49:21.072326 run mass: MS performed LU {at=23021866.775658216, lu_delay=6.175742711871862, ms=00042}
22:49:21.084574 run osmo-ms-mob/00062: Starting mobile
22:49:21.099303 run osmo-ms-mob/00062(pid=197): Launched
22:49:21.112697 run mass: MS start registered {at=23021866.81603344, delay=0.0056814029812812805, ms=00062}
22:49:21.128279 run mass: MS performed LU {at=23021866.831606936, lu_delay=5.736477389931679, ms=00044}
22:49:21.567485 run osmo-ms-mob/00063: Starting mobile
22:49:21.582585 run osmo-ms-mob/00063(pid=198): Launched
22:49:21.595532 run mass: MS start registered {at=23021867.298876826, delay=0.005463559180498123, ms=00063}
22:49:21.966775 run osmo-ms-mob/00064: Starting mobile
22:49:21.982085 run osmo-ms-mob/00064(pid=199): Launched
22:49:21.994542 run mass: MS start registered {at=23021867.697892062, delay=0.005224201828241348, ms=00064}
22:49:22.366390 run osmo-ms-mob/00065: Starting mobile
22:49:22.380066 run osmo-ms-mob/00065(pid=200): Launched
22:49:22.391255 run mass: MS start registered {at=23021868.094604734, delay=0.0049185119569301605, ms=00065}
22:49:22.666209 run osmo-ms-mob/00066: Starting mobile
22:49:22.679998 run osmo-ms-mob/00066(pid=201): Launched
22:49:22.691406 run mass: MS start registered {at=23021868.39475439, delay=0.0049981847405433655, ms=00066}
22:49:22.738941 run mass: MS performed LU {at=23021868.442275025, lu_delay=5.646897625178099, ms=00049}
22:49:22.757321 run mass: MS performed LU {at=23021868.46066435, lu_delay=5.964973885565996, ms=00048}
22:49:22.886623 run mass: MS performed LU {at=23021868.5899577, lu_delay=5.0918797217309475, ms=00051}
22:49:22.898760 run osmo-ms-mob/00067: Starting mobile
22:49:22.912773 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.925035 run mass: MS start registered {at=23021868.628381908, delay=0.005303580313920975, ms=00067}
22:49:23.029482 run mass: MS performed LU {at=23021868.73281767, lu_delay=5.771755326539278, ms=00050}
22:49:23.065852 run mass: MS performed LU {at=23021868.76918626, lu_delay=4.671484239399433, ms=00053}
22:49:23.078513 run osmo-ms-mob/00068: Starting mobile
22:49:23.093275 run osmo-ms-mob/00068(pid=203): Launched
22:49:23.109995 run mass: MS start registered {at=23021868.81332751, delay=0.009048420935869217, ms=00068}
22:49:23.766952 run osmo-ms-mob/00069: Starting mobile
22:49:23.781742 run osmo-ms-mob/00069(pid=204): Launched
22:49:23.788196 run mass: MS performed LU {at=23021869.491554562, lu_delay=5.690205581486225, ms=00052}
22:49:23.794581 run mass: MS start registered {at=23021869.497945566, delay=0.006410088390111923, ms=00069}
22:49:24.127222 run mass: MS performed LU {at=23021869.830555875, lu_delay=3.837667629122734, ms=00059}
22:49:24.139192 run osmo-ms-mob/00070: Starting mobile
22:49:24.153750 run osmo-ms-mob/00070(pid=205): Launched
22:49:24.165602 run mass: MS start registered {at=23021869.868943747, delay=0.005249746143817902, ms=00070}
22:49:24.567062 run osmo-ms-mob/00071: Starting mobile
22:49:24.580226 run osmo-ms-mob/00071(pid=206): Launched
22:49:24.591412 run mass: MS start registered {at=23021870.29476471, delay=0.00490352138876915, ms=00071}
22:49:24.603439 run mass: MS performed LU {at=23021870.306791827, lu_delay=5.296382982283831, ms=00057}
22:49:24.658583 run mass: MS performed LU {at=23021870.36191639, lu_delay=5.5578392297029495, ms=00056}
22:49:24.750679 run mass: MS performed LU {at=23021870.454012107, lu_delay=4.754046596586704, ms=00058}
22:49:24.762018 run osmo-ms-mob/00072: Starting mobile
22:49:24.775478 run osmo-ms-mob/00072(pid=207): Launched
22:49:24.786611 run mass: MS start registered {at=23021870.489959106, delay=0.004754591733217239, ms=00072}
22:49:24.930865 run mass: MS performed LU {at=23021870.634197522, lu_delay=6.237410873174667, ms=00054}
22:49:24.967774 run mass: MS performed LU {at=23021870.67109254, lu_delay=5.970492776483297, ms=00055}
22:49:25.366956 run osmo-ms-mob/00073: Starting mobile
22:49:25.380371 run osmo-ms-mob/00073(pid=208): Launched
22:49:25.392435 run mass: MS start registered {at=23021871.095774595, delay=0.004360385239124298, ms=00073}
22:49:25.766932 run osmo-ms-mob/00074: Starting mobile
22:49:25.780789 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.792651 run mass: MS start registered {at=23021871.495979447, delay=0.005140010267496109, ms=00074}
22:49:26.166435 run osmo-ms-mob/00075: Starting mobile
22:49:26.180362 run osmo-ms-mob/00075(pid=210): Launched
22:49:26.191860 run mass: MS start registered {at=23021871.895209964, delay=0.0047463588416576385, ms=00075}
22:49:26.504409 run mass: MS performed LU {at=23021872.207744025, lu_delay=4.908867198973894, ms=00063}
22:49:26.522934 run mass: MS performed LU {at=23021872.22626976, lu_delay=5.410236317664385, ms=00062}
22:49:26.534800 run osmo-ms-mob/00076: Starting mobile
22:49:26.549500 run osmo-ms-mob/00076(pid=211): Launched
22:49:26.560135 run mass: MS performed LU {at=23021872.26347302, lu_delay=5.562788136303425, ms=00061}
22:49:26.566349 run mass: MS start registered {at=23021872.26971515, delay=0.010458685457706451, ms=00076}
22:49:26.832260 run mass: MS performed LU {at=23021872.535593953, lu_delay=6.236004546284676, ms=00060}
22:49:27.066842 run osmo-ms-mob/00077: Starting mobile
22:49:27.082290 run osmo-ms-mob/00077(pid=212): Launched
22:49:27.093681 run mass: MS start registered {at=23021872.797024604, delay=0.005046777427196503, ms=00077}
22:49:27.547276 run mass: MS performed LU {at=23021873.25061317, lu_delay=5.552721109241247, ms=00064}
22:49:27.558649 run osmo-ms-mob/00078: Starting mobile
22:49:27.572020 run osmo-ms-mob/00078(pid=213): Launched
22:49:27.583617 run mass: MS start registered {at=23021873.28696577, delay=0.004993736743927002, ms=00078}
22:49:27.727086 run mass: MS performed LU {at=23021873.430421147, lu_delay=3.5614774003624916, ms=00070}
22:49:27.966277 run osmo-ms-mob/00079: Starting mobile
22:49:27.980747 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.992230 run mass: MS start registered {at=23021873.69557809, delay=0.0050423480570316315, ms=00079}
22:49:28.424891 run mass: MS performed LU {at=23021874.128225897, lu_delay=5.499843988567591, ms=00067}
22:49:28.436747 run osmo-ms-mob/00080: Starting mobile
22:49:28.451159 run osmo-ms-mob/00080(pid=215): Launched
22:49:28.462592 run mass: MS start registered {at=23021874.165935718, delay=0.0050435662269592285, ms=00080}
22:49:28.515871 run mass: MS performed LU {at=23021874.21921103, lu_delay=4.721265465021133, ms=00069}
22:49:28.603851 run mass: MS performed LU {at=23021874.30718707, lu_delay=6.2125823348760605, ms=00065}
22:49:28.696152 run mass: MS performed LU {at=23021874.3994864, lu_delay=6.004732009023428, ms=00066}
22:49:28.733060 run mass: MS performed LU {at=23021874.436401095, lu_delay=5.62307358533144, ms=00068}
22:49:28.744899 run osmo-ms-mob/00081: Starting mobile
22:49:28.759375 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.770737 run mass: MS start registered {at=23021874.474070776, delay=0.004288658499717712, ms=00081}
22:49:29.370085 run osmo-ms-mob/00082: Starting mobile
22:49:29.387139 run osmo-ms-mob/00082(pid=217): Launched
22:49:29.400722 run mass: MS start registered {at=23021875.104067136, delay=0.0058876387774944305, ms=00082}
22:49:29.970246 run osmo-ms-mob/00083: Starting mobile
22:49:29.984896 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.997161 run mass: MS start registered {at=23021875.700509835, delay=0.00544276088476181, ms=00083}
22:49:30.270239 run mass: MS performed LU {at=23021875.97357546, lu_delay=4.477596014738083, ms=00074}
22:49:30.288790 run mass: MS performed LU {at=23021875.992134374, lu_delay=5.502175267785788, ms=00072}
22:49:30.300641 run osmo-ms-mob/00084: Starting mobile
22:49:30.314891 run osmo-ms-mob/00084(pid=219): Launched
22:49:30.326553 run mass: MS start registered {at=23021876.029889517, delay=0.0051991306245327, ms=00084}
22:49:30.353492 run mass: MS performed LU {at=23021876.05679155, lu_delay=4.961016956716776, ms=00073}
22:49:30.560824 run mass: MS performed LU {at=23021876.264157023, lu_delay=5.969392314553261, ms=00071}
22:49:30.966141 run osmo-ms-mob/00085: Starting mobile
22:49:30.980204 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.991829 run mass: MS start registered {at=23021876.695176184, delay=0.004965841770172119, ms=00085}
22:49:31.566554 run osmo-ms-mob/00086: Starting mobile
22:49:31.580310 run osmo-ms-mob/00086(pid=221): Launched
22:49:31.591496 run mass: MS start registered {at=23021877.29484341, delay=0.0049367621541023254, ms=00086}
22:49:32.167194 run osmo-ms-mob/00087: Starting mobile
22:49:32.180295 run osmo-ms-mob/00087(pid=222): Launched
22:49:32.192345 run mass: MS start registered {at=23021877.895678584, delay=0.0057208351790905, ms=00087}
22:49:32.254253 run mass: MS performed LU {at=23021877.957569037, lu_delay=5.687853887677193, ms=00076}
22:49:32.281958 run mass: MS performed LU {at=23021877.985273957, lu_delay=6.090063992887735, ms=00075}
22:49:32.370515 run mass: MS performed LU {at=23021878.073824514, lu_delay=4.7868587449193, ms=00078}
22:49:32.425568 run mass: MS performed LU {at=23021878.128902666, lu_delay=5.331878062337637, ms=00077}
22:49:32.462133 run mass: MS performed LU {at=23021878.165465053, lu_delay=23.350373167544603, ms=00026}
22:49:32.473542 run osmo-ms-mob/00088: Starting mobile
22:49:32.487086 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.498260 run mass: MS start registered {at=23021878.201603916, delay=0.0047788433730602264, ms=00088}
22:49:33.371121 run osmo-ms-mob/00089: Starting mobile
22:49:33.384357 run osmo-ms-mob/00089(pid=224): Launched
22:49:33.396013 run mass: MS start registered {at=23021879.099362817, delay=0.00488957017660141, ms=00089}
22:49:34.011094 run osmo-ms-mob/00090: Starting mobile
22:49:34.024314 run osmo-ms-mob/00090(pid=225): Launched
22:49:34.056532 run mass: MS start registered {at=23021879.759891357, delay=1.7490237951278687e-05, ms=00090}
22:49:34.672202 run osmo-ms-mob/00091: Starting mobile
22:49:34.699054 run osmo-ms-mob/00091(pid=226): Launched
22:49:34.711807 run mass: MS start registered {at=23021880.415156074, delay=3.0133873224258423e-05, ms=00091}
22:49:34.995647 run mass: MS performed LU {at=23021880.69896595, lu_delay=7.003387860953808, ms=00079}
22:49:35.033733 run mass: MS performed LU {at=23021880.737051457, lu_delay=22.835338201373816, ms=00034}
22:49:35.061192 run mass: MS performed LU {at=23021880.76448273, lu_delay=5.660415593534708, ms=00082}
22:49:35.124862 run mass: MS performed LU {at=23021880.828196637, lu_delay=6.662260919809341, ms=00080}
22:49:35.136138 run osmo-ms-mob/00092: Starting mobile
22:49:35.149559 run osmo-ms-mob/00092(pid=227): Launched
22:49:35.160912 run mass: MS start registered {at=23021880.864261385, delay=0.004989214241504669, ms=00092}
22:49:36.020503 run mass: MS performed LU {at=23021881.723838452, lu_delay=6.0233286172151566, ms=00083}
22:49:36.048021 run mass: MS performed LU {at=23021881.751363836, lu_delay=5.056187652051449, ms=00085}
22:49:36.059752 run osmo-ms-mob/00093: Starting mobile
22:49:36.074414 run osmo-ms-mob/00093(pid=228): Launched
22:49:36.085732 run mass: MS start registered {at=23021881.789077803, delay=0.004871916025876999, ms=00093}
22:49:36.135634 run mass: MS performed LU {at=23021881.838970095, lu_delay=5.809080578386784, ms=00084}
22:49:36.191800 run mass: MS performed LU {at=23021881.89513207, lu_delay=4.600288659334183, ms=00086}
22:49:37.066991 run osmo-ms-mob/00094: Starting mobile
22:49:37.081241 run osmo-ms-mob/00094(pid=229): Launched
22:49:37.092669 run mass: MS start registered {at=23021882.79602112, delay=0.004443913698196411, ms=00094}
22:49:37.820171 run mass: MS performed LU {at=23021883.523487326, lu_delay=5.62780874222517, ms=00087}
22:49:37.884944 run mass: MS performed LU {at=23021883.58827528, lu_delay=5.386671364307404, ms=00088}
22:49:37.896544 run osmo-ms-mob/00095: Starting mobile
22:49:37.910549 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.921852 run mass: MS start registered {at=23021883.625203717, delay=0.004874683916568756, ms=00095}
22:49:38.184354 run mass: MS performed LU {at=23021883.887688197, lu_delay=4.788325380533934, ms=00089}
22:49:38.967282 run osmo-ms-mob/00096: Starting mobile
22:49:38.984087 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.998279 run mass: MS start registered {at=23021884.7016066, delay=0.006859127432107925, ms=00096}
22:49:39.786018 run mass: MS performed LU {at=23021885.489335842, lu_delay=5.729444485157728, ms=00090}
22:49:39.813814 run mass: MS performed LU {at=23021885.51713335, lu_delay=5.101977277547121, ms=00091}
22:49:39.901250 run mass: MS performed LU {at=23021885.60456921, lu_delay=4.740307826548815, ms=00092}
22:49:39.926992 run osmo-ms-mob/00097: Starting mobile
22:49:39.959684 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.981660 run mass: MS start registered {at=23021885.68497785, delay=0.007077045738697052, ms=00097}
22:49:41.367700 run osmo-ms-mob/00098: Starting mobile
22:49:41.381847 run osmo-ms-mob/00098(pid=233): Launched
22:49:41.394104 run mass: MS start registered {at=23021887.097449362, delay=0.005618605762720108, ms=00098}
22:49:41.651126 run mass: MS performed LU {at=23021887.3544415, lu_delay=5.565363697707653, ms=00093}
22:49:41.951241 run mass: MS performed LU {at=23021887.654574364, lu_delay=4.858553245663643, ms=00094}
22:49:43.166587 run osmo-ms-mob/00099: Starting mobile
22:49:43.180607 run osmo-ms-mob/00099(pid=234): Launched
22:49:43.186966 run mass: All started... {duration=55.72663980349898, too_slow=11}
22:49:43.192981 run mass: MS start registered {at=23021888.896339547, delay=0.00600762665271759, ms=00099}
22:49:43.551658 run mass: MS performed LU {at=23021889.254981395, lu_delay=4.553374793380499, ms=00096}
22:49:43.579978 run mass: MS performed LU {at=23021889.283331033, lu_delay=5.658127315342426, ms=00095}
22:49:45.417144 run mass: MS performed LU {at=23021891.12047487, lu_delay=5.435497019439936, ms=00097}
22:49:47.318147 run mass: MS performed LU {at=23021893.021480843, lu_delay=5.924031481146812, ms=00098}
22:49:49.182701 run mass: MS performed LU {at=23021894.88603631, lu_delay=5.989696763455868, ms=00099}
22:49:51.319553 run mass: MS performed LU {at=23021897.022878207, lu_delay=22.548807431012392, ms=00081}
22:49:51.325929 run mass: Tests done {all_completed=True, max=23.350373167544603, min=3.5614774003624916}
22:49:51.331569 tst register_default_mass.py: Test passed (92.1 sec)
22:49:51.337059 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:51.340465 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:51.343899 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:51.347290 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:51.350712 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:51.354147 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:51.357580 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:51.360969 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:51.364268 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:51.367713 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:51.371168 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:51.374628 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:51.378024 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:51.381847 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:51.385403 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:51.388892 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:51.392309 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:51.395819 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:51.399591 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:51.403134 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:51.406605 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:51.410171 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:51.413670 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:51.417181 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:51.420723 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:51.424180 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:51.427697 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:51.431209 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:51.434675 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:51.438591 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:51.442222 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:51.447196 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:51.450839 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:51.454299 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:51.457735 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:51.461183 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:51.465056 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:51.468972 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:51.472647 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:51.476100 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:51.479530 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:51.482946 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:51.486416 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:51.490025 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:51.493505 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:51.496969 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:51.500398 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:51.503869 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:51.507318 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:51.511116 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:51.514622 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:51.518067 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:51.521549 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:51.525025 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:51.528472 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:51.531916 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:51.535376 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:51.538846 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:51.542295 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:51.545723 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:51.549195 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:51.552803 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:51.556534 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:51.560210 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:51.563843 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:51.567476 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:51.571154 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:51.574919 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:51.579062 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:51.582838 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:51.586569 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:51.590347 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:51.594099 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:51.597756 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:51.601817 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:51.605411 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:51.609103 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:51.613336 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:51.617221 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:51.621405 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:51.626000 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:51.630450 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:51.634574 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:51.638541 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:51.642215 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:51.648955 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:51.652828 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:51.657363 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:51.661748 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:51.665596 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:51.669479 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:51.673302 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:51.677069 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:51.681011 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:51.684813 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:51.688436 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:51.692417 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:51.697129 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:51.701532 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:51.705751 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:51.709692 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:51.713553 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:51.717469 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:51.721249 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:51.725026 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:51.728938 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:51.732916 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:51.737063 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:51.741084 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:51.745424 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:51.749447 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:51.754077 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:51.758297 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:51.762307 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:51.765966 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:51.769847 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:51.773525 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:51.777091 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:51.780755 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:51.784258 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:51.787759 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:51.791350 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:51.794848 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:51.798340 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:51.801808 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:51.805375 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:51.808880 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:51.812405 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:51.815977 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:51.819493 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:51.822980 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:51.826511 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:51.830042 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:51.833558 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:51.837149 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:51.840675 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:51.844228 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:51.847783 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:51.851286 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:51.854812 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:51.858328 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:51.861976 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:51.865554 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:51.869158 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:51.872704 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:51.876279 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:51.879826 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:51.883319 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:51.886816 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:51.890231 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:51.893770 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:51.897247 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:51.900747 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:51.904158 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:51.907654 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:51.911132 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:51.914634 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:51.918214 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:51.921866 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:51.925478 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:51.929158 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:51.932786 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:51.936396 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:51.940239 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:51.944403 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:51.948744 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:51.953162 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:51.957743 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:51.962322 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:51.966921 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:51.971590 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:51.976283 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:51.980848 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:51.985475 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:51.990017 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:51.994671 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:51.999351 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:52.004053 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:52.008569 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:52.013233 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:52.017766 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:52.022344 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:52.027281 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:52.031965 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:52.036525 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:52.041147 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:52.045766 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:52.050422 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:52.055067 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:52.059625 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:52.064258 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:52.068947 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:52.073798 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:52.078506 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:52.083139 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:52.087652 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:52.092208 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:52.096767 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:52.107972 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:52.112435 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:52.116780 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:52.121250 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:52.125699 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:52.130107 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:52.134538 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:52.138958 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:52.143392 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:52.147808 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:52.152204 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:52.156669 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:52.161064 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:52.166548 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:52.175113 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:52.183660 --- ParallelTerminationStrategy: PID 22 died...
22:49:52.187509 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:52.197155 --- ParallelTerminationStrategy: PID 23 died...
22:49:52.201153 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:52.210939 --- ParallelTerminationStrategy: PID 24 died...
22:49:52.214832 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:52.224483 --- ParallelTerminationStrategy: PID 25 died...
22:49:52.228349 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:52.238317 --- ParallelTerminationStrategy: PID 26 died...
22:49:52.242259 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:52.247439 --- ParallelTerminationStrategy: PID 27 died...
22:49:52.249543 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:52.254634 --- ParallelTerminationStrategy: PID 28 died...
22:49:52.256651 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:52.261645 --- ParallelTerminationStrategy: PID 29 died...
22:49:52.263633 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:52.268598 --- ParallelTerminationStrategy: PID 30 died...
22:49:52.270627 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:52.275574 --- ParallelTerminationStrategy: PID 31 died...
22:49:52.277598 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:52.282601 --- ParallelTerminationStrategy: PID 32 died...
22:49:52.284640 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:52.289679 --- ParallelTerminationStrategy: PID 33 died...
22:49:52.291662 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:52.296608 --- ParallelTerminationStrategy: PID 35 died...
22:49:52.298708 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:52.303672 --- ParallelTerminationStrategy: PID 36 died...
22:49:52.305705 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:52.310682 --- ParallelTerminationStrategy: PID 37 died...
22:49:52.312668 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:52.317698 --- ParallelTerminationStrategy: PID 38 died...
22:49:52.319689 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:52.324703 --- ParallelTerminationStrategy: PID 39 died...
22:49:52.326708 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:52.331630 --- ParallelTerminationStrategy: PID 40 died...
22:49:52.333672 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:52.338572 --- ParallelTerminationStrategy: PID 41 died...
22:49:52.340566 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:52.345395 --- ParallelTerminationStrategy: PID 42 died...
22:49:52.347320 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:52.352103 --- ParallelTerminationStrategy: PID 43 died...
22:49:52.354091 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:52.358971 --- ParallelTerminationStrategy: PID 44 died...
22:49:52.360975 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:52.365849 --- ParallelTerminationStrategy: PID 45 died...
22:49:52.367819 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:52.372743 --- ParallelTerminationStrategy: PID 46 died...
22:49:52.374720 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:52.379650 --- ParallelTerminationStrategy: PID 47 died...
22:49:52.381650 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:52.386680 --- ParallelTerminationStrategy: PID 48 died...
22:49:52.388695 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:52.393836 --- ParallelTerminationStrategy: PID 49 died...
22:49:52.395914 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:52.401367 --- ParallelTerminationStrategy: PID 50 died...
22:49:52.403483 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:52.408673 --- ParallelTerminationStrategy: PID 51 died...
22:49:52.410683 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:52.415831 --- ParallelTerminationStrategy: PID 52 died...
22:49:52.418094 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:52.423466 --- ParallelTerminationStrategy: PID 53 died...
22:49:52.425593 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:52.430734 --- ParallelTerminationStrategy: PID 54 died...
22:49:52.432712 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:52.437546 --- ParallelTerminationStrategy: PID 55 died...
22:49:52.439506 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:52.444334 --- ParallelTerminationStrategy: PID 56 died...
22:49:52.446293 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:52.451106 --- ParallelTerminationStrategy: PID 57 died...
22:49:52.453078 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:52.457964 --- ParallelTerminationStrategy: PID 58 died...
22:49:52.459929 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:52.464741 --- ParallelTerminationStrategy: PID 59 died...
22:49:52.466685 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:52.471466 --- ParallelTerminationStrategy: PID 60 died...
22:49:52.473412 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:52.478233 --- ParallelTerminationStrategy: PID 61 died...
22:49:52.480180 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:52.485013 --- ParallelTerminationStrategy: PID 62 died...
22:49:52.486951 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:52.491734 --- ParallelTerminationStrategy: PID 63 died...
22:49:52.493670 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:52.498719 --- ParallelTerminationStrategy: PID 64 died...
22:49:52.500756 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:52.505669 --- ParallelTerminationStrategy: PID 65 died...
22:49:52.507582 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:52.512348 --- ParallelTerminationStrategy: PID 66 died...
22:49:52.514240 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:52.518848 --- ParallelTerminationStrategy: PID 67 died...
22:49:52.520722 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:52.525367 --- ParallelTerminationStrategy: PID 68 died...
22:49:52.527235 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:52.531827 --- ParallelTerminationStrategy: PID 69 died...
22:49:52.533696 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:52.538318 --- ParallelTerminationStrategy: PID 70 died...
22:49:52.540174 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:52.544780 --- ParallelTerminationStrategy: PID 71 died...
22:49:52.546654 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:52.551333 --- ParallelTerminationStrategy: PID 72 died...
22:49:52.553204 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:52.557913 --- ParallelTerminationStrategy: PID 73 died...
22:49:52.559817 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:52.564522 --- ParallelTerminationStrategy: PID 74 died...
22:49:52.566390 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:52.571043 --- ParallelTerminationStrategy: PID 75 died...
22:49:52.572953 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:52.577574 --- ParallelTerminationStrategy: PID 76 died...
22:49:52.579472 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:52.584102 --- ParallelTerminationStrategy: PID 77 died...
22:49:52.585996 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:52.590688 --- ParallelTerminationStrategy: PID 78 died...
22:49:52.592681 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:52.597294 --- ParallelTerminationStrategy: PID 79 died...
22:49:52.599191 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:52.603818 --- ParallelTerminationStrategy: PID 80 died...
22:49:52.605729 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:52.610499 --- ParallelTerminationStrategy: PID 81 died...
22:49:52.612403 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:52.617143 --- ParallelTerminationStrategy: PID 82 died...
22:49:52.619056 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:52.623792 --- ParallelTerminationStrategy: PID 83 died...
22:49:52.625749 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:52.630443 --- ParallelTerminationStrategy: PID 84 died...
22:49:52.632310 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:52.636995 --- ParallelTerminationStrategy: PID 85 died...
22:49:52.638913 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:52.643593 --- ParallelTerminationStrategy: PID 86 died...
22:49:52.645519 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:52.650300 --- ParallelTerminationStrategy: PID 87 died...
22:49:52.652217 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:52.656997 --- ParallelTerminationStrategy: PID 88 died...
22:49:52.658913 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:52.663656 --- ParallelTerminationStrategy: PID 89 died...
22:49:52.665584 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:52.677525 --- ParallelTerminationStrategy: PID 90 died...
22:49:52.679272 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:52.683614 --- ParallelTerminationStrategy: PID 91 died...
22:49:52.685434 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:52.689941 --- ParallelTerminationStrategy: PID 92 died...
22:49:52.691830 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:52.696426 --- ParallelTerminationStrategy: PID 93 died...
22:49:52.698328 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:52.702956 --- ParallelTerminationStrategy: PID 94 died...
22:49:52.704872 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:52.709562 --- ParallelTerminationStrategy: PID 95 died...
22:49:52.711448 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:52.719693 --- ParallelTerminationStrategy: PID 96 died...
22:49:52.721609 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:52.726216 --- ParallelTerminationStrategy: PID 97 died...
22:49:52.728085 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:52.732713 --- ParallelTerminationStrategy: PID 98 died...
22:49:52.734615 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:52.739272 --- ParallelTerminationStrategy: PID 99 died...
22:49:52.741163 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:52.745812 --- ParallelTerminationStrategy: PID 100 died...
22:49:52.747684 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:52.752889 --- ParallelTerminationStrategy: PID 101 died...
22:49:52.754757 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:52.759357 --- ParallelTerminationStrategy: PID 102 died...
22:49:52.761239 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:52.765858 --- ParallelTerminationStrategy: PID 103 died...
22:49:52.767710 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:52.772331 --- ParallelTerminationStrategy: PID 104 died...
22:49:52.774194 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:52.778788 --- ParallelTerminationStrategy: PID 105 died...
22:49:52.780688 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:52.785319 --- ParallelTerminationStrategy: PID 106 died...
22:49:52.787198 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:52.791812 --- ParallelTerminationStrategy: PID 107 died...
22:49:52.793716 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:52.798390 --- ParallelTerminationStrategy: PID 108 died...
22:49:52.800302 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:52.805058 --- ParallelTerminationStrategy: PID 109 died...
22:49:52.806920 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:52.811662 --- ParallelTerminationStrategy: PID 110 died...
22:49:52.813619 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:52.818326 --- ParallelTerminationStrategy: PID 111 died...
22:49:52.820254 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:52.825377 --- ParallelTerminationStrategy: PID 112 died...
22:49:52.827351 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:52.832210 --- ParallelTerminationStrategy: PID 113 died...
22:49:52.834386 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:52.839138 --- ParallelTerminationStrategy: PID 114 died...
22:49:52.841071 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:52.845949 --- ParallelTerminationStrategy: PID 115 died...
22:49:52.847937 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:52.852869 --- ParallelTerminationStrategy: PID 116 died...
22:49:52.854883 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:52.859891 --- ParallelTerminationStrategy: PID 117 died...
22:49:52.862059 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:52.867448 --- ParallelTerminationStrategy: PID 118 died...
22:49:52.869645 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:52.875045 --- ParallelTerminationStrategy: PID 119 died...
22:49:52.877239 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:52.882386 --- ParallelTerminationStrategy: PID 120 died...
22:49:52.884562 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:52.889699 --- ParallelTerminationStrategy: PID 121 died...
22:49:52.891779 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:52.896940 --- ParallelTerminationStrategy: PID 122 died...
22:49:52.899010 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:52.904095 --- ParallelTerminationStrategy: PID 123 died...
22:49:52.906188 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:52.911304 --- ParallelTerminationStrategy: PID 124 died...
22:49:52.913387 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:52.918466 --- ParallelTerminationStrategy: PID 125 died...
22:49:52.920550 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:52.925745 --- ParallelTerminationStrategy: PID 126 died...
22:49:52.927832 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:52.932981 --- ParallelTerminationStrategy: PID 127 died...
22:49:52.935055 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:52.940178 --- ParallelTerminationStrategy: PID 128 died...
22:49:52.942248 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:52.947179 --- ParallelTerminationStrategy: PID 129 died...
22:49:52.949167 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:52.953977 --- ParallelTerminationStrategy: PID 130 died...
22:49:52.955907 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:52.960544 --- ParallelTerminationStrategy: PID 131 died...
22:49:52.962419 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:52.967010 --- ParallelTerminationStrategy: PID 132 died...
22:49:52.968906 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:52.973520 --- ParallelTerminationStrategy: PID 133 died...
22:49:52.975395 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:52.980000 --- ParallelTerminationStrategy: PID 134 died...
22:49:52.981909 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:52.986538 --- ParallelTerminationStrategy: PID 135 died...
22:49:52.988401 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:52.993040 --- ParallelTerminationStrategy: PID 136 died...
22:49:52.994915 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:52.999561 --- ParallelTerminationStrategy: PID 137 died...
22:49:53.001435 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:53.006068 --- ParallelTerminationStrategy: PID 138 died...
22:49:53.007933 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:53.012575 --- ParallelTerminationStrategy: PID 139 died...
22:49:53.014450 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:53.019102 --- ParallelTerminationStrategy: PID 140 died...
22:49:53.020980 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:53.025622 --- ParallelTerminationStrategy: PID 141 died...
22:49:53.027525 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:53.032209 --- ParallelTerminationStrategy: PID 142 died...
22:49:53.034084 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:53.038712 --- ParallelTerminationStrategy: PID 143 died...
22:49:53.040596 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:53.045208 --- ParallelTerminationStrategy: PID 144 died...
22:49:53.047076 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:53.051727 --- ParallelTerminationStrategy: PID 145 died...
22:49:53.053589 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:53.058210 --- ParallelTerminationStrategy: PID 146 died...
22:49:53.060129 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:53.064743 --- ParallelTerminationStrategy: PID 147 died...
22:49:53.066609 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:53.071225 --- ParallelTerminationStrategy: PID 148 died...
22:49:53.073087 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:53.077779 --- ParallelTerminationStrategy: PID 149 died...
22:49:53.079654 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:53.084255 --- ParallelTerminationStrategy: PID 150 died...
22:49:53.086115 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:53.090746 --- ParallelTerminationStrategy: PID 151 died...
22:49:53.092607 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:53.097299 --- ParallelTerminationStrategy: PID 152 died...
22:49:53.099196 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:53.103830 --- ParallelTerminationStrategy: PID 153 died...
22:49:53.105701 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:53.110372 --- ParallelTerminationStrategy: PID 154 died...
22:49:53.112241 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:53.116955 --- ParallelTerminationStrategy: PID 155 died...
22:49:53.118873 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:53.123645 --- ParallelTerminationStrategy: PID 156 died...
22:49:53.125626 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:53.130514 --- ParallelTerminationStrategy: PID 157 died...
22:49:53.132422 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:53.137219 --- ParallelTerminationStrategy: PID 158 died...
22:49:53.139143 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:53.143911 --- ParallelTerminationStrategy: PID 159 died...
22:49:53.145867 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:53.150585 --- ParallelTerminationStrategy: PID 160 died...
22:49:53.152508 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:53.157380 --- ParallelTerminationStrategy: PID 161 died...
22:49:53.159313 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:53.164138 --- ParallelTerminationStrategy: PID 162 died...
22:49:53.166044 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:53.170752 --- ParallelTerminationStrategy: PID 163 died...
22:49:53.172725 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:53.177390 --- ParallelTerminationStrategy: PID 164 died...
22:49:53.179272 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:53.184063 --- ParallelTerminationStrategy: PID 165 died...
22:49:53.185999 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:53.190855 --- ParallelTerminationStrategy: PID 166 died...
22:49:53.192867 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:53.197926 --- ParallelTerminationStrategy: PID 167 died...
22:49:53.199915 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:53.204679 --- ParallelTerminationStrategy: PID 168 died...
22:49:53.206621 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:53.211404 --- ParallelTerminationStrategy: PID 169 died...
22:49:53.213309 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:53.218054 --- ParallelTerminationStrategy: PID 170 died...
22:49:53.219941 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:53.224611 --- ParallelTerminationStrategy: PID 171 died...
22:49:53.226546 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:53.231307 --- ParallelTerminationStrategy: PID 172 died...
22:49:53.233236 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:53.238060 --- ParallelTerminationStrategy: PID 173 died...
22:49:53.240016 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:53.244877 --- ParallelTerminationStrategy: PID 174 died...
22:49:53.246818 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:53.251586 --- ParallelTerminationStrategy: PID 175 died...
22:49:53.253508 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:53.258346 --- ParallelTerminationStrategy: PID 176 died...
22:49:53.260288 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:53.265123 --- ParallelTerminationStrategy: PID 177 died...
22:49:53.267095 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:53.271879 --- ParallelTerminationStrategy: PID 178 died...
22:49:53.273840 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:53.278682 --- ParallelTerminationStrategy: PID 179 died...
22:49:53.280667 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:53.285603 --- ParallelTerminationStrategy: PID 180 died...
22:49:53.287576 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:53.292484 --- ParallelTerminationStrategy: PID 181 died...
22:49:53.294472 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:53.299225 --- ParallelTerminationStrategy: PID 182 died...
22:49:53.301257 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:53.306194 --- ParallelTerminationStrategy: PID 183 died...
22:49:53.308180 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:53.313092 --- ParallelTerminationStrategy: PID 184 died...
22:49:53.315069 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:53.319971 --- ParallelTerminationStrategy: PID 185 died...
22:49:53.321947 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:53.326868 --- ParallelTerminationStrategy: PID 186 died...
22:49:53.328888 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:53.333779 --- ParallelTerminationStrategy: PID 187 died...
22:49:53.335759 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:53.340661 --- ParallelTerminationStrategy: PID 188 died...
22:49:53.342643 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:53.347539 --- ParallelTerminationStrategy: PID 189 died...
22:49:53.349511 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:53.354445 --- ParallelTerminationStrategy: PID 190 died...
22:49:53.356438 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:53.361368 --- ParallelTerminationStrategy: PID 191 died...
22:49:53.363357 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:53.368164 --- ParallelTerminationStrategy: PID 192 died...
22:49:53.370120 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:53.375023 --- ParallelTerminationStrategy: PID 193 died...
22:49:53.376997 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:53.381830 --- ParallelTerminationStrategy: PID 194 died...
22:49:53.383751 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:53.388705 --- ParallelTerminationStrategy: PID 195 died...
22:49:53.390632 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:53.395581 --- ParallelTerminationStrategy: PID 196 died...
22:49:53.397573 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:53.402452 --- ParallelTerminationStrategy: PID 197 died...
22:49:53.404435 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:53.409433 --- ParallelTerminationStrategy: PID 198 died...
22:49:53.411450 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:53.416402 --- ParallelTerminationStrategy: PID 199 died...
22:49:53.418426 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:53.423393 --- ParallelTerminationStrategy: PID 200 died...
22:49:53.425383 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:53.430432 --- ParallelTerminationStrategy: PID 201 died...
22:49:53.432491 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:53.437608 --- ParallelTerminationStrategy: PID 202 died...
22:49:53.439830 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:53.445057 --- ParallelTerminationStrategy: PID 203 died...
22:49:53.447148 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:53.452306 --- ParallelTerminationStrategy: PID 204 died...
22:49:53.454435 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:53.459580 --- ParallelTerminationStrategy: PID 205 died...
22:49:53.461652 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:53.466819 --- ParallelTerminationStrategy: PID 206 died...
22:49:53.468879 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:53.473960 --- ParallelTerminationStrategy: PID 207 died...
22:49:53.475990 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:53.481066 --- ParallelTerminationStrategy: PID 208 died...
22:49:53.483103 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:53.488149 --- ParallelTerminationStrategy: PID 209 died...
22:49:53.490140 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:53.494935 --- ParallelTerminationStrategy: PID 210 died...
22:49:53.496858 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:53.501609 --- ParallelTerminationStrategy: PID 211 died...
22:49:53.503473 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:53.508134 --- ParallelTerminationStrategy: PID 212 died...
22:49:53.510020 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:53.514678 --- ParallelTerminationStrategy: PID 213 died...
22:49:53.516554 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:53.521191 --- ParallelTerminationStrategy: PID 214 died...
22:49:53.523057 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:53.527722 --- ParallelTerminationStrategy: PID 215 died...
22:49:53.529603 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:53.534272 --- ParallelTerminationStrategy: PID 216 died...
22:49:53.536136 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:53.540803 --- ParallelTerminationStrategy: PID 217 died...
22:49:53.542685 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:53.547325 --- ParallelTerminationStrategy: PID 218 died...
22:49:53.549219 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:53.553870 --- ParallelTerminationStrategy: PID 219 died...
22:49:53.555754 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:53.560426 --- ParallelTerminationStrategy: PID 220 died...
22:49:53.562326 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:53.567157 --- ParallelTerminationStrategy: PID 221 died...
22:49:53.569050 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:53.573664 --- ParallelTerminationStrategy: PID 222 died...
22:49:53.575527 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:53.580212 --- ParallelTerminationStrategy: PID 223 died...
22:49:53.582088 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:53.586748 --- ParallelTerminationStrategy: PID 224 died...
22:49:53.588639 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:53.593298 --- ParallelTerminationStrategy: PID 225 died...
22:49:53.595181 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:53.599880 --- ParallelTerminationStrategy: PID 226 died...
22:49:53.601771 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:53.606452 --- ParallelTerminationStrategy: PID 227 died...
22:49:53.608350 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:53.613059 --- ParallelTerminationStrategy: PID 228 died...
22:49:53.614955 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:53.619614 --- ParallelTerminationStrategy: PID 229 died...
22:49:53.621527 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:53.626173 --- ParallelTerminationStrategy: PID 230 died...
22:49:53.628047 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:53.632726 --- ParallelTerminationStrategy: PID 231 died...
22:49:53.634592 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:53.639247 --- ParallelTerminationStrategy: PID 232 died...
22:49:53.641146 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:53.645776 --- ParallelTerminationStrategy: PID 233 died...
22:49:53.647650 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:53.652335 --- ParallelTerminationStrategy: PID 234 died...
22:49:53.654317 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:57.058861 --- ParallelTerminationStrategy: PID 34 died...
22:49:57.060506 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8111 netreg_mass PASS
---------------------------------------------------------------------
22:49:57.179333 tst trial-8111: Storing JUnit report in /build/trial-8111/run.2025-10-06_22-48-18/trial-8111.xml
--------------------------------------------------------------------------------------------
trial-8111 PASS
--------------------------------------------------------------------------------------------
22:49:57.190631 tst trial-8111: trial-8111: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (92.1 sec)
+ exit_code=0
+ rm -rf trial-8111/inst
+ cd trial-8111
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-06 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8111-run.tgz run.2025-10-06_22-48-18
+ tar czf /build/trial-8111-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-06_13_26_25.tgz osmo-bts-oc2g.build-2025-10-06_08_29_20.tgz osmo-bts-sysmo.build-2025-10-06_08_29_04.tgz osmo-bts.build-2025-10-06_08_29_12.tgz osmo-ggsn.build-2025-10-06_20_42_47.tgz osmo-hlr.build-2025-10-06_16_36_54.tgz osmo-hnbgw.build-2025-10-06_13_28_33.tgz osmo-mgw.build-2025-10-06_08_33_14.tgz osmo-msc.build-2025-10-06_13_32_34.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-06_07_34_03.tgz osmo-pcu-sysmo.build-2025-10-06_07_37_00.tgz osmo-pcu.build-2025-10-06_07_37_06.tgz osmo-sgsn.build-2025-10-06_20_48_14.tgz osmo-stp.build-2025-10-06_13_25_12.tgz osmo-trx.build-2025-10-06_14_26_45.tgz osmocom-bb.build-2025-10-06_21_17_32.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