awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [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
#7 CACHED
#8 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#8 CACHED
#9 [ 3/28] RUN groupadd osmo-gsm-tester
#9 CACHED
#10 [ 2/28] RUN useradd -ms /bin/bash jenkins
#10 CACHED
#11 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#11 CACHED
#12 [20/28] WORKDIR /TMP
#12 CACHED
#13 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#13 CACHED
#14 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#14 CACHED
#15 [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
#15 CACHED
#16 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#16 CACHED
#17 [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
#17 CACHED
#18 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#18 CACHED
#19 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#19 CACHED
#20 [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
#20 CACHED
#21 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#21 CACHED
#22 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#22 CACHED
#23 [ 9/28] COPY SSH /root/.ssh
#23 CACHED
#24 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#24 CACHED
#25 [ 8/28] RUN MKDIR /var/run/sshd
#25 CACHED
#26 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#26 CACHED
#27 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#27 CACHED
#28 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#28 CACHED
#29 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#29 CACHED
#30 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#30 CACHED
#31 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#31 CACHED
#32 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c78131678fb8d1cbe3972ff060e3f5ebbea8775eb77d69f41c4fe97abd00f207 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=7930 -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-04-08 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7930
+ mkdir -p trial-7930
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-08_13_26_27.tgz osmo-bts-oc2g.build-2025-04-08_00_51_33.tgz osmo-bts-sysmo.build-2025-04-08_00_51_24.tgz osmo-bts.build-2025-04-08_00_51_34.tgz osmo-ggsn.build-2025-04-08_20_42_47.tgz osmo-hlr.build-2025-04-08_16_36_57.tgz osmo-hnbgw.build-2025-04-08_21_07_53.tgz osmo-mgw.build-2025-04-08_08_33_15.tgz osmo-msc.build-2025-04-08_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-08_07_41_34.tgz osmo-pcu-sysmo.build-2025-04-08_07_41_26.tgz osmo-pcu.build-2025-04-08_07_41_30.tgz osmo-sgsn.build-2025-04-08_20_48_18.tgz osmo-stp.build-2025-04-08_13_25_16.tgz osmo-trx.build-2025-04-08_14_27_58.tgz osmocom-bb.build-2025-04-08_21_17_06.tgz srslte.build-19.tgz trial-7930
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-08_13_26_27.md5 osmo-bts-oc2g.build-2025-04-08_00_51_33.md5 osmo-bts-sysmo.build-2025-04-08_00_51_24.md5 osmo-bts.build-2025-04-08_00_51_34.md5 osmo-ggsn.build-2025-04-08_20_42_47.md5 osmo-hlr.build-2025-04-08_16_36_57.md5 osmo-hnbgw.build-2025-04-08_21_07_53.md5 osmo-mgw.build-2025-04-08_08_33_15.md5 osmo-msc.build-2025-04-08_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-08_07_41_34.md5 osmo-pcu-sysmo.build-2025-04-08_07_41_26.md5 osmo-pcu.build-2025-04-08_07_41_30.md5 osmo-sgsn.build-2025-04-08_20_48_18.md5 osmo-stp.build-2025-04-08_13_25_16.md5 osmo-trx.build-2025-04-08_14_27_58.md5 osmocom-bb.build-2025-04-08_21_17_06.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-08_13_26_27.md5 osmo-bts-oc2g.build-2025-04-08_00_51_33.md5 osmo-bts-sysmo.build-2025-04-08_00_51_24.md5 osmo-bts.build-2025-04-08_00_51_34.md5 osmo-ggsn.build-2025-04-08_20_42_47.md5 osmo-hlr.build-2025-04-08_16_36_57.md5 osmo-hnbgw.build-2025-04-08_21_07_53.md5 osmo-mgw.build-2025-04-08_08_33_15.md5 osmo-msc.build-2025-04-08_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-08_07_41_34.md5 osmo-pcu-sysmo.build-2025-04-08_07_41_26.md5 osmo-pcu.build-2025-04-08_07_41_30.md5 osmo-sgsn.build-2025-04-08_20_48_18.md5 osmo-stp.build-2025-04-08_13_25_16.md5 osmo-trx.build-2025-04-08_14_27_58.md5 osmocom-bb.build-2025-04-08_21_17_06.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-7930 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7930'
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-7930
--------------------------------------------------------------------------------------------
22:48:19.514993 tst trial-7930: Detailed log at /build/trial-7930/run.2025-04-08_22-48-19/log
---------------------------------------------------------------------
trial-7930 netreg_mass
---------------------------------------------------------------------
22:48:19.750481 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.750922 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.751856 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.753233 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.798996 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.800001 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.801345 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.891538 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-7930 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.892430 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.908890 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.909528 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.910051 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.910550 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.911047 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.911571 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.912072 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.961940 tst register_default_mass.py: using LAC 2
22:48:20.000173 tst register_default_mass.py: using RAC 2
22:48:20.036564 tst register_default_mass.py: using CellId 2
22:48:20.072887 tst register_default_mass.py: using BVCI 3
22:48:20.079038 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.079724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.080954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.081545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082096 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.082634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083202 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.083754 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.084881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.085427 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.086215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.087317 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.088346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089190 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.089814 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.090418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.091649 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092254 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.092869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.093479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.094698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.095323 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.095952 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.096574 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.097841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.098455 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099081 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.099728 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.100370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.101883 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.102535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103184 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.103837 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.104473 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.105873 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.106526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107160 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.107810 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.108445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.109194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.109855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.110515 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.111155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.111827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.112470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.113118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.113780 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.114410 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.115876 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.116960 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.117692 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.118350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.118977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.119604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.120251 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.121001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.121643 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.122289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.122935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.123587 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.124264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.124939 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.125577 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.126241 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.126895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.127616 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.128246 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.128874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.129486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.130094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.130723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.131339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.131950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.132578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.133209 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.133845 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.134484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.135120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.135741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.136384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.137115 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.137733 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.138371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.139001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.139652 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.140298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.140949 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.141581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.142212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.142849 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.143467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.144111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.144763 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.145388 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.146116 tst register_default_mass.py:21: Launching a simple network
22:48:20.158522 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.304822 run create_hlr_db(pid=20): Launched
22:48:21.319795 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.340166 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.358990 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.366215 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.594113 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.613188 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.620304 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.149763 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.170647 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.184153 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:25.328331 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:25.346966 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:25.354041 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:25.384109 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:25.403054 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:25.410729 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.798107 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.817227 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.841086 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.010411 run osmo-bts-virtual(pid=34): Launched
22:48:33.058016 tst register_default_mass.py: using MSISDN 1001
22:48:33.063668 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.158229 tst register_default_mass.py: using MSISDN 1002
22:48:33.163904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.236002 tst register_default_mass.py: using MSISDN 1003
22:48:33.241667 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.315072 tst register_default_mass.py: using MSISDN 1004
22:48:33.321174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.395587 tst register_default_mass.py: using MSISDN 1005
22:48:33.401872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:33.463196 tst register_default_mass.py: using MSISDN 1006
22:48:33.469924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.556640 tst register_default_mass.py: using MSISDN 1007
22:48:33.562718 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.636674 tst register_default_mass.py: using MSISDN 1008
22:48:33.642702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.724268 tst register_default_mass.py: using MSISDN 1009
22:48:33.730328 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.797640 tst register_default_mass.py: using MSISDN 1010
22:48:33.803748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.879306 tst register_default_mass.py: using MSISDN 1011
22:48:33.885463 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.963487 tst register_default_mass.py: using MSISDN 1012
22:48:33.969609 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.048746 tst register_default_mass.py: using MSISDN 1013
22:48:34.054828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.130245 tst register_default_mass.py: using MSISDN 1014
22:48:34.136070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.202248 tst register_default_mass.py: using MSISDN 1015
22:48:34.211850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.537350 tst register_default_mass.py: using MSISDN 1016
22:48:34.543453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.623132 tst register_default_mass.py: using MSISDN 1017
22:48:34.628749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.709137 tst register_default_mass.py: using MSISDN 1018
22:48:34.716790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.790178 tst register_default_mass.py: using MSISDN 1019
22:48:34.796018 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.861870 tst register_default_mass.py: using MSISDN 1020
22:48:34.867683 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.943623 tst register_default_mass.py: using MSISDN 1021
22:48:34.949307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.016090 tst register_default_mass.py: using MSISDN 1022
22:48:35.021857 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.098984 tst register_default_mass.py: using MSISDN 1023
22:48:35.107543 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.206229 tst register_default_mass.py: using MSISDN 1024
22:48:35.212153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.289089 tst register_default_mass.py: using MSISDN 1025
22:48:35.299595 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.374043 tst register_default_mass.py: using MSISDN 1026
22:48:35.380202 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.443058 tst register_default_mass.py: using MSISDN 1027
22:48:35.448600 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.528754 tst register_default_mass.py: using MSISDN 1028
22:48:35.534561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.712364 tst register_default_mass.py: using MSISDN 1029
22:48:35.718337 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.787256 tst register_default_mass.py: using MSISDN 1030
22:48:35.793864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.856253 tst register_default_mass.py: using MSISDN 1031
22:48:35.862023 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.923061 tst register_default_mass.py: using MSISDN 1032
22:48:35.928927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.000034 tst register_default_mass.py: using MSISDN 1033
22:48:36.010519 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.079128 tst register_default_mass.py: using MSISDN 1034
22:48:36.084928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.157183 tst register_default_mass.py: using MSISDN 1035
22:48:36.167464 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.243704 tst register_default_mass.py: using MSISDN 1036
22:48:36.249539 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.315815 tst register_default_mass.py: using MSISDN 1037
22:48:36.321512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.399130 tst register_default_mass.py: using MSISDN 1038
22:48:36.405078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.485038 tst register_default_mass.py: using MSISDN 1039
22:48:36.490845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.565661 tst register_default_mass.py: using MSISDN 1040
22:48:36.572812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.648159 tst register_default_mass.py: using MSISDN 1041
22:48:36.653920 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.738317 tst register_default_mass.py: using MSISDN 1042
22:48:36.745319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.808499 tst register_default_mass.py: using MSISDN 1043
22:48:36.814099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.884961 tst register_default_mass.py: using MSISDN 1044
22:48:36.890553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.962556 tst register_default_mass.py: using MSISDN 1045
22:48:36.968096 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.055351 tst register_default_mass.py: using MSISDN 1046
22:48:37.061775 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.138558 tst register_default_mass.py: using MSISDN 1047
22:48:37.144695 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.240440 tst register_default_mass.py: using MSISDN 1048
22:48:37.246206 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.324945 tst register_default_mass.py: using MSISDN 1049
22:48:37.330980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.408609 tst register_default_mass.py: using MSISDN 1050
22:48:37.414250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.494280 tst register_default_mass.py: using MSISDN 1051
22:48:37.499881 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.572850 tst register_default_mass.py: using MSISDN 1052
22:48:37.583414 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.651520 tst register_default_mass.py: using MSISDN 1053
22:48:37.657430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.731133 tst register_default_mass.py: using MSISDN 1054
22:48:37.736844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.812472 tst register_default_mass.py: using MSISDN 1055
22:48:37.818123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.895719 tst register_default_mass.py: using MSISDN 1056
22:48:37.901605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.011370 tst register_default_mass.py: using MSISDN 1057
22:48:38.017027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.095053 tst register_default_mass.py: using MSISDN 1058
22:48:38.100705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.174113 tst register_default_mass.py: using MSISDN 1059
22:48:38.179864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.260402 tst register_default_mass.py: using MSISDN 1060
22:48:38.266316 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.346004 tst register_default_mass.py: using MSISDN 1061
22:48:38.352189 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.427026 tst register_default_mass.py: using MSISDN 1062
22:48:38.433119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.515690 tst register_default_mass.py: using MSISDN 1063
22:48:38.521255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.601984 tst register_default_mass.py: using MSISDN 1064
22:48:38.607863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.680910 tst register_default_mass.py: using MSISDN 1065
22:48:38.686391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.760594 tst register_default_mass.py: using MSISDN 1066
22:48:38.766268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.841791 tst register_default_mass.py: using MSISDN 1067
22:48:38.847634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.929314 tst register_default_mass.py: using MSISDN 1068
22:48:38.934992 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.009596 tst register_default_mass.py: using MSISDN 1069
22:48:39.016835 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.084034 tst register_default_mass.py: using MSISDN 1070
22:48:39.090076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.166416 tst register_default_mass.py: using MSISDN 1071
22:48:39.172139 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.247143 tst register_default_mass.py: using MSISDN 1072
22:48:39.252950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.334620 tst register_default_mass.py: using MSISDN 1073
22:48:39.345110 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:41.895004 tst register_default_mass.py: using MSISDN 1074
22:48:41.901662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:41.975290 tst register_default_mass.py: using MSISDN 1075
22:48:41.980902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.048976 tst register_default_mass.py: using MSISDN 1076
22:48:42.054570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.116697 tst register_default_mass.py: using MSISDN 1077
22:48:42.122650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.215238 tst register_default_mass.py: using MSISDN 1078
22:48:42.221249 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.308457 tst register_default_mass.py: using MSISDN 1079
22:48:42.314396 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.391763 tst register_default_mass.py: using MSISDN 1080
22:48:42.397739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.471502 tst register_default_mass.py: using MSISDN 1081
22:48:42.477235 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.558051 tst register_default_mass.py: using MSISDN 1082
22:48:42.563939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.656069 tst register_default_mass.py: using MSISDN 1083
22:48:42.662188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.728535 tst register_default_mass.py: using MSISDN 1084
22:48:42.734461 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:42.802673 tst register_default_mass.py: using MSISDN 1085
22:48:42.810350 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:42.875955 tst register_default_mass.py: using MSISDN 1086
22:48:42.881678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:42.962070 tst register_default_mass.py: using MSISDN 1087
22:48:42.967738 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.046495 tst register_default_mass.py: using MSISDN 1088
22:48:43.053443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.123061 tst register_default_mass.py: using MSISDN 1089
22:48:43.129008 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.213741 tst register_default_mass.py: using MSISDN 1090
22:48:43.219448 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.300128 tst register_default_mass.py: using MSISDN 1091
22:48:43.309887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.373395 tst register_default_mass.py: using MSISDN 1092
22:48:43.383262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.462359 tst register_default_mass.py: using MSISDN 1093
22:48:43.468055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.546321 tst register_default_mass.py: using MSISDN 1094
22:48:43.556905 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.637396 tst register_default_mass.py: using MSISDN 1095
22:48:43.644834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.712562 tst register_default_mass.py: using MSISDN 1096
22:48:43.718112 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:43.785906 tst register_default_mass.py: using MSISDN 1097
22:48:43.791479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:43.863313 tst register_default_mass.py: using MSISDN 1098
22:48:43.868850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:43.934988 tst register_default_mass.py: using MSISDN 1099
22:48:43.943570 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.017402 tst register_default_mass.py: using MSISDN 1100
22:48:44.024902 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.152360 run mass: Starting testcase
22:48:44.158188 run mass: Pre-launching all virtphy's
22:48:44.163682 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.176962 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.183097 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.196518 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.202525 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.215755 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.221836 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.234986 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.241025 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.254148 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.260292 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.273513 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.279741 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.292844 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.298992 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.312028 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.318071 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.331211 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.337230 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.350646 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.356979 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.370724 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.377069 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.390740 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.396995 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.410840 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.417132 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.430861 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.437178 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.450853 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.457174 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.470886 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.477230 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.490612 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.496982 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.510876 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.517186 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.531058 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.537442 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.551218 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.557726 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.570960 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.577294 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.590503 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:44.596827 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:44.610529 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:44.616908 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:44.630656 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:44.636939 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:44.650256 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:44.656306 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:44.669474 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:44.675589 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:44.688783 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:44.694820 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:44.707932 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:44.714076 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:44.727333 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:44.733401 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:44.746792 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:44.752951 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:44.766353 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:44.772420 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:44.785652 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:44.791711 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:44.805169 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:44.811819 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:44.825603 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:44.831914 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:44.845616 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:44.851770 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:44.865157 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:44.871253 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:44.884404 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:44.890473 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:44.903728 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:44.910001 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:44.923653 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:44.929866 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:44.943046 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:44.949050 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:44.962281 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:44.968305 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:44.981693 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.987760 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.001136 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.007197 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.020418 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.026531 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.040048 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.046510 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.059694 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.065853 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.078962 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.085186 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.098407 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.104605 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.117650 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.123678 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.136968 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.143508 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.156794 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.163007 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.176701 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.183022 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.196766 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.207978 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.221778 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.228120 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.241756 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.248076 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.261441 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.268320 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.282283 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.288499 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.301995 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.308220 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.321845 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.328197 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:45.341949 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:45.348283 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:45.362098 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:45.368485 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:45.382474 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:45.388806 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:45.402493 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:45.408890 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:45.422556 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:45.428830 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:45.442396 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:45.448716 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:45.462248 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:45.468452 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:45.482104 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:45.488309 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:45.501929 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:45.508221 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:45.522061 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:45.528170 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.541385 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.547497 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.560782 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.566876 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.579895 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.585941 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.599048 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.605082 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.618191 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.624219 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.637387 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.643542 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.656424 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.662450 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.675653 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.681828 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.695056 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.701283 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.714914 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.721105 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.734558 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.740556 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.753809 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.760002 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.773556 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.779848 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.793502 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.799720 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.813193 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.819444 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.832977 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.839184 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.852712 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.858908 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.872413 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.878661 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.891701 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.897722 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.910879 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.917110 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.930945 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.937188 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.952597 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.958671 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.974133 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.980328 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.993825 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.999909 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.015087 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.021074 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.033921 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.039945 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.052937 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.058977 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.071829 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.077787 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.090976 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.097027 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.110031 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.116050 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.129143 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.135107 run mass: Checking if sockets are in the filesystem
22:48:46.147135 run osmo-ms-mob/00000: Starting mobile
22:48:46.160408 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.171949 run mass: MS start registered {at=7383431.875288916, delay=0.005455829203128815, ms=00000}
22:48:50.348649 run osmo-ms-mob/00001: Starting mobile
22:48:50.362361 run osmo-ms-mob/00001(pid=136): Launched
22:48:50.373828 run mass: MS start registered {at=7383436.077172526, delay=0.005147555842995644, ms=00001}
22:48:52.147957 run osmo-ms-mob/00002: Starting mobile
22:48:52.162038 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.173290 run mass: MS start registered {at=7383437.876624788, delay=0.004972180351614952, ms=00002}
22:48:52.370211 run mass: MS performed LU {at=7383438.073540058, lu_delay=6.198251142166555, ms=00000}
22:48:53.459595 run osmo-ms-mob/00003: Starting mobile
22:48:53.489668 run osmo-ms-mob/00003(pid=138): Launched
22:48:53.503926 run mass: MS start registered {at=7383439.207249585, delay=0.000848967581987381, ms=00003}
22:48:54.553782 run osmo-ms-mob/00004: Starting mobile
22:48:54.584235 run osmo-ms-mob/00004(pid=139): Launched
22:48:54.604457 run mass: MS start registered {at=7383440.307771918, delay=0.005856438539922237, ms=00004}
22:48:55.555997 run osmo-ms-mob/00005: Starting mobile
22:48:55.591916 run osmo-ms-mob/00005(pid=140): Launched
22:48:55.610115 run mass: MS start registered {at=7383441.313441284, delay=4.470068961381912e-05, ms=00005}
22:48:56.137022 run mass: MS performed LU {at=7383441.840322909, lu_delay=5.763150382786989, ms=00001}
22:48:56.455540 run osmo-ms-mob/00006: Starting mobile
22:48:56.478357 run osmo-ms-mob/00006(pid=141): Launched
22:48:56.503201 run mass: MS start registered {at=7383442.206505377, delay=0.010240662842988968, ms=00006}
22:48:57.349248 run osmo-ms-mob/00007: Starting mobile
22:48:57.364001 run osmo-ms-mob/00007(pid=142): Launched
22:48:57.377254 run mass: MS start registered {at=7383443.080587122, delay=0.0063259415328502655, ms=00007}
22:48:58.037404 run mass: MS performed LU {at=7383443.740732138, lu_delay=5.86410734988749, ms=00002}
22:48:58.148607 run osmo-ms-mob/00008: Starting mobile
22:48:58.165046 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.177665 run mass: MS start registered {at=7383443.880999743, delay=0.005217930302023888, ms=00008}
22:48:58.536243 run mass: MS performed LU {at=7383444.239561175, lu_delay=5.032311590388417, ms=00003}
22:48:58.850726 run osmo-ms-mob/00009: Starting mobile
22:48:58.866938 run osmo-ms-mob/00009(pid=144): Launched
22:48:58.880345 run mass: MS start registered {at=7383444.583687707, delay=0.005603160709142685, ms=00009}
22:48:59.551874 run osmo-ms-mob/00010: Starting mobile
22:48:59.572186 run osmo-ms-mob/00010(pid=145): Launched
22:48:59.589875 run mass: MS start registered {at=7383445.293217076, delay=0.009121784940361977, ms=00010}
22:48:59.902430 run mass: MS performed LU {at=7383445.605758733, lu_delay=5.297986814752221, ms=00004}
22:49:00.147078 run osmo-ms-mob/00011: Starting mobile
22:49:00.160518 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.171825 run mass: MS start registered {at=7383445.875171049, delay=0.004493032582104206, ms=00011}
22:49:00.751578 run osmo-ms-mob/00012: Starting mobile
22:49:00.766569 run osmo-ms-mob/00012(pid=147): Launched
22:49:00.782023 run mass: MS start registered {at=7383446.485362385, delay=0.00776669941842556, ms=00012}
22:49:01.355064 run osmo-ms-mob/00013: Starting mobile
22:49:01.391557 run osmo-ms-mob/00013(pid=148): Launched
22:49:01.410892 run mass: MS start registered {at=7383447.11420796, delay=0.0020981095731258392, ms=00013}
22:49:01.803522 run mass: MS performed LU {at=7383447.506818926, lu_delay=5.300313549116254, ms=00006}
22:49:01.831821 run mass: MS performed LU {at=7383447.535120197, lu_delay=6.221678912639618, ms=00005}
22:49:01.861752 run osmo-ms-mob/00014: Starting mobile
22:49:01.899619 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.921075 run mass: MS start registered {at=7383447.624380187, delay=0.0035109585151076317, ms=00014}
22:49:02.321004 run mass: MS performed LU {at=7383448.024322476, lu_delay=4.943735354579985, ms=00007}
22:49:02.548241 run osmo-ms-mob/00015: Starting mobile
22:49:02.567412 run osmo-ms-mob/00015(pid=150): Launched
22:49:02.580469 run mass: MS start registered {at=7383448.283795549, delay=0.005439654923975468, ms=00015}
22:49:03.048896 run osmo-ms-mob/00016: Starting mobile
22:49:03.063392 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.075105 run mass: MS start registered {at=7383448.778443956, delay=0.004802948795258999, ms=00016}
22:49:03.547549 run osmo-ms-mob/00017: Starting mobile
22:49:03.561074 run osmo-ms-mob/00017(pid=152): Launched
22:49:03.567535 run mass: MS performed LU {at=7383449.270892081, lu_delay=4.68720437400043, ms=00009}
22:49:03.573623 run mass: MS start registered {at=7383449.276989572, delay=0.006115877069532871, ms=00017}
22:49:03.667646 run mass: MS performed LU {at=7383449.370976817, lu_delay=5.489977073855698, ms=00008}
22:49:04.147349 run osmo-ms-mob/00018: Starting mobile
22:49:04.161104 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.172734 run mass: MS start registered {at=7383449.876085935, delay=0.0051877545192837715, ms=00018}
22:49:04.546944 run osmo-ms-mob/00019: Starting mobile
22:49:04.560535 run osmo-ms-mob/00019(pid=154): Launched
22:49:04.574430 run mass: MS start registered {at=7383450.277767056, delay=0.007500605657696724, ms=00019}
22:49:05.046988 run osmo-ms-mob/00020: Starting mobile
22:49:05.060950 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.072330 run mass: MS start registered {at=7383450.77566702, delay=0.005110437981784344, ms=00020}
22:49:05.547174 run osmo-ms-mob/00021: Starting mobile
22:49:05.561012 run osmo-ms-mob/00021(pid=156): Launched
22:49:05.568884 run mass: MS performed LU {at=7383451.27223643, lu_delay=5.397065381519496, ms=00011}
22:49:05.577153 run mass: MS start registered {at=7383451.280490088, delay=0.008275858126580715, ms=00021}
22:49:05.596512 run mass: MS performed LU {at=7383451.299836838, lu_delay=4.814474452286959, ms=00012}
22:49:05.615161 run mass: MS performed LU {at=7383451.318498101, lu_delay=6.025281025096774, ms=00010}
22:49:05.627099 run osmo-ms-mob/00022: Starting mobile
22:49:05.641011 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.652209 run mass: MS start registered {at=7383451.355553727, delay=0.004847245290875435, ms=00022}
22:49:06.454517 run osmo-ms-mob/00023: Starting mobile
22:49:06.469521 run osmo-ms-mob/00023(pid=158): Launched
22:49:06.480944 run mass: MS start registered {at=7383452.184287084, delay=0.005001083016395569, ms=00023}
22:49:06.847651 run osmo-ms-mob/00024: Starting mobile
22:49:06.862688 run osmo-ms-mob/00024(pid=159): Launched
22:49:06.875432 run mass: MS start registered {at=7383452.578765135, delay=0.00492157693952322, ms=00024}
22:49:07.332298 run mass: MS performed LU {at=7383453.035622952, lu_delay=4.751827402971685, ms=00015}
22:49:07.352796 run osmo-ms-mob/00025: Starting mobile
22:49:07.366820 run osmo-ms-mob/00025(pid=160): Launched
22:49:07.373350 run mass: MS performed LU {at=7383453.07670519, lu_delay=5.962497230619192, ms=00013}
22:49:07.379441 run mass: MS start registered {at=7383453.082805269, delay=0.006120686419308186, ms=00025}
22:49:07.434126 run mass: MS performed LU {at=7383453.137456496, lu_delay=5.513076309114695, ms=00014}
22:49:07.747124 run osmo-ms-mob/00026: Starting mobile
22:49:07.760812 run osmo-ms-mob/00026(pid=161): Launched
22:49:07.772401 run mass: MS start registered {at=7383453.475745499, delay=0.005246295593678951, ms=00026}
22:49:07.840105 run mass: MS performed LU {at=7383453.543425761, lu_delay=4.764981805346906, ms=00016}
22:49:08.147401 run osmo-ms-mob/00027: Starting mobile
22:49:08.161368 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.172863 run mass: MS start registered {at=7383453.876206891, delay=0.005039838142693043, ms=00027}
22:49:08.552311 run osmo-ms-mob/00028: Starting mobile
22:49:08.566834 run osmo-ms-mob/00028(pid=163): Launched
22:49:08.578295 run mass: MS start registered {at=7383454.28164205, delay=0.005163159221410751, ms=00028}
22:49:08.947041 run osmo-ms-mob/00029: Starting mobile
22:49:08.960931 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.972407 run mass: MS start registered {at=7383454.675754462, delay=0.005114319734275341, ms=00029}
22:49:09.335551 run mass: MS performed LU {at=7383455.038879395, lu_delay=4.761112339794636, ms=00019}
22:49:09.347949 run osmo-ms-mob/00030: Starting mobile
22:49:09.361517 run osmo-ms-mob/00030(pid=165): Launched
22:49:09.368005 run mass: MS performed LU {at=7383455.071360739, lu_delay=5.19527480378747, ms=00018}
22:49:09.374312 run mass: MS start registered {at=7383455.077667795, delay=0.006326887756586075, ms=00030}
22:49:09.381657 run mass: MS performed LU {at=7383455.085004339, lu_delay=5.808014767244458, ms=00017}
22:49:09.755450 run osmo-ms-mob/00031: Starting mobile
22:49:09.770194 run osmo-ms-mob/00031(pid=166): Launched
22:49:09.782162 run mass: MS start registered {at=7383455.485503125, delay=0.005579537712037563, ms=00031}
22:49:10.047595 run osmo-ms-mob/00032: Starting mobile
22:49:10.061271 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.073068 run mass: MS start registered {at=7383455.776403588, delay=0.005500270053744316, ms=00032}
22:49:10.447878 run osmo-ms-mob/00033: Starting mobile
22:49:10.461617 run osmo-ms-mob/00033(pid=168): Launched
22:49:10.473628 run mass: MS start registered {at=7383456.176967672, delay=0.003423985093832016, ms=00033}
22:49:10.850104 run osmo-ms-mob/00034: Starting mobile
22:49:10.864382 run osmo-ms-mob/00034(pid=169): Launched
22:49:10.876064 run mass: MS start registered {at=7383456.579404784, delay=0.005551548674702644, ms=00034}
22:49:11.098253 run mass: MS performed LU {at=7383456.80157068, lu_delay=5.521080591715872, ms=00021}
22:49:11.111663 run osmo-ms-mob/00035: Starting mobile
22:49:11.125473 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.131514 run mass: MS performed LU {at=7383456.834868006, lu_delay=5.479314279742539, ms=00022}
22:49:11.137861 run mass: MS start registered {at=7383456.841223403, delay=0.006380126811563969, ms=00035}
22:49:11.199703 run mass: MS performed LU {at=7383456.903031536, lu_delay=4.718744452111423, ms=00023}
22:49:11.370661 run mass: MS performed LU {at=7383457.073994214, lu_delay=6.298327193595469, ms=00020}
22:49:11.382469 run osmo-ms-mob/00036: Starting mobile
22:49:11.396522 run osmo-ms-mob/00036(pid=171): Launched
22:49:11.408790 run mass: MS start registered {at=7383457.11211831, delay=0.005950418300926685, ms=00036}
22:49:11.623876 run mass: MS performed LU {at=7383457.327212382, lu_delay=4.748447246849537, ms=00024}
22:49:11.962372 run osmo-ms-mob/00037: Starting mobile
22:49:11.976108 run osmo-ms-mob/00037(pid=172): Launched
22:49:11.986840 run mass: MS start registered {at=7383457.690188752, delay=0.004767322912812233, ms=00037}
22:49:12.246843 run osmo-ms-mob/00038: Starting mobile
22:49:12.260792 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.271937 run mass: MS start registered {at=7383457.975288746, delay=0.0049659572541713715, ms=00038}
22:49:12.556806 run osmo-ms-mob/00039: Starting mobile
22:49:12.571191 run osmo-ms-mob/00039(pid=174): Launched
22:49:12.582340 run mass: MS start registered {at=7383458.285688234, delay=0.004713256843388081, ms=00039}
22:49:13.237948 run osmo-ms-mob/00040: Starting mobile
22:49:13.254839 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.261005 run mass: Starting too slowly. Moving on {now=7383458.964372079, sleep=-0.22021749429404736, target=7383458.744154585}
22:49:13.437382 run mass: MS performed LU {at=7383459.140718096, lu_delay=6.057912826538086, ms=00025}
22:49:13.443531 run mass: Starting too slowly. Moving on {now=7383459.146898741, sleep=-0.3027441566810012, target=7383458.844154584}
22:49:13.449086 run mass: MS performed LU {at=7383459.152447543, lu_delay=5.6767020439729095, ms=00026}
22:49:13.454792 run mass: Starting too slowly. Moving on {now=7383459.158162589, sleep=-0.214008005335927, target=7383458.944154584}
22:49:13.460327 run mass: MS performed LU {at=7383459.16369143, lu_delay=5.287484539672732, ms=00027}
22:49:13.677137 run osmo-ms-mob/00041: Starting mobile
22:49:13.707334 run osmo-ms-mob/00041(pid=176): Launched
22:49:13.713561 run mass: Starting too slowly. Moving on {now=7383459.416930431, sleep=-0.37277584709227085, target=7383459.0441545835}
22:49:13.719583 run mass: MS performed LU {at=7383459.422938654, lu_delay=5.1412966046482325, ms=00028}
22:49:13.725654 run mass: Starting too slowly. Moving on {now=7383459.429023774, sleep=-0.284869191236794, target=7383459.144154583}
22:49:13.731225 run mass: MS start registered {at=7383459.434589822, delay=0.4702202118933201, ms=00040}
22:49:13.736969 run mass: Starting too slowly. Moving on {now=7383459.44034021, sleep=-0.19618562702089548, target=7383459.244154583}
22:49:13.742813 run mass: MS start registered {at=7383459.446172431, delay=0.029244260862469673, ms=00041}
22:49:13.764866 run osmo-ms-mob/00042: Starting mobile
22:49:13.778640 run osmo-ms-mob/00042(pid=177): Launched
22:49:13.784949 run mass: Starting too slowly. Moving on {now=7383459.488317948, sleep=-0.14416336547583342, target=7383459.344154582}
22:49:13.791142 run mass: MS start registered {at=7383459.494496388, delay=0.006181662902235985, ms=00042}
22:49:13.797169 run mass: Starting too slowly. Moving on {now=7383459.500538945, sleep=-0.05638436321169138, target=7383459.444154582}
22:49:13.946799 run osmo-ms-mob/00043: Starting mobile
22:49:13.960905 run osmo-ms-mob/00043(pid=178): Launched
22:49:13.972173 run mass: MS start registered {at=7383459.675524874, delay=0.004998432472348213, ms=00043}
22:49:14.252676 run osmo-ms-mob/00044: Starting mobile
22:49:14.267188 run osmo-ms-mob/00044(pid=179): Launched
22:49:14.279024 run mass: MS start registered {at=7383459.982371881, delay=0.005505680106580257, ms=00044}
22:49:14.547028 run osmo-ms-mob/00045: Starting mobile
22:49:14.560365 run osmo-ms-mob/00045(pid=180): Launched
22:49:14.571556 run mass: MS start registered {at=7383460.274899045, delay=0.004901533015072346, ms=00045}
22:49:14.862463 run osmo-ms-mob/00046: Starting mobile
22:49:14.877052 run osmo-ms-mob/00046(pid=181): Launched
22:49:14.883460 run mass: MS performed LU {at=7383460.586817718, lu_delay=5.911063255742192, ms=00029}
22:49:14.889572 run mass: MS performed LU {at=7383460.592938115, lu_delay=5.515270319767296, ms=00030}
22:49:14.895665 run mass: MS start registered {at=7383460.599031174, delay=0.012232132256031036, ms=00046}
22:49:14.906765 run osmo-ms-mob/00047: Starting mobile
22:49:14.920284 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.931410 run mass: MS start registered {at=7383460.634757676, delay=0.004861106164753437, ms=00047}
22:49:14.965414 run mass: MS performed LU {at=7383460.668750941, lu_delay=5.1832478158175945, ms=00031}
22:49:15.136395 run mass: MS performed LU {at=7383460.839732053, lu_delay=5.063328464515507, ms=00032}
22:49:15.148795 run osmo-ms-mob/00048: Starting mobile
22:49:15.162292 run osmo-ms-mob/00048(pid=183): Launched
22:49:15.173605 run mass: MS start registered {at=7383460.876944773, delay=0.0052375802770257, ms=00048}
22:49:15.390326 run mass: MS performed LU {at=7383461.093596696, lu_delay=4.916629023849964, ms=00033}
22:49:15.760292 run osmo-ms-mob/00049: Starting mobile
22:49:15.774041 run osmo-ms-mob/00049(pid=184): Launched
22:49:15.784916 run mass: MS start registered {at=7383461.488266771, delay=0.004877540282905102, ms=00049}
22:49:16.053401 run osmo-ms-mob/00050: Starting mobile
22:49:16.066695 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.077746 run mass: MS start registered {at=7383461.781092658, delay=0.0047735730186104774, ms=00050}
22:49:16.450046 run osmo-ms-mob/00051: Starting mobile
22:49:16.511092 run osmo-ms-mob/00051(pid=186): Launched
22:49:16.522862 run mass: MS start registered {at=7383462.226201649, delay=0.005545381456613541, ms=00051}
22:49:16.757030 run osmo-ms-mob/00052: Starting mobile
22:49:16.772554 run osmo-ms-mob/00052(pid=187): Launched
22:49:16.784121 run mass: MS start registered {at=7383462.487464842, delay=0.005018702708184719, ms=00052}
22:49:16.867688 run mass: MS performed LU {at=7383462.570936468, lu_delay=4.880747716873884, ms=00037}
22:49:16.894149 run mass: MS performed LU {at=7383462.597479488, lu_delay=5.48536117747426, ms=00036}
22:49:16.907019 run osmo-ms-mob/00053: Starting mobile
22:49:16.920415 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.926672 run mass: MS performed LU {at=7383462.630029792, lu_delay=6.050625007599592, ms=00034}
22:49:16.932654 run mass: MS start registered {at=7383462.636020199, delay=0.006010806187987328, ms=00053}
22:49:17.056447 run mass: MS performed LU {at=7383462.759711531, lu_delay=5.918488128110766, ms=00035}
22:49:17.070274 run osmo-ms-mob/00054: Starting mobile
22:49:17.084121 run osmo-ms-mob/00054(pid=189): Launched
22:49:17.090466 run mass: MS performed LU {at=7383462.793821287, lu_delay=4.818532541394234, ms=00038}
22:49:17.096543 run mass: MS start registered {at=7383462.799908777, delay=0.006109796464443207, ms=00054}
22:49:17.663225 run osmo-ms-mob/00055: Starting mobile
22:49:17.677126 run osmo-ms-mob/00055(pid=190): Launched
22:49:17.688971 run mass: MS start registered {at=7383463.392316965, delay=0.005545234307646751, ms=00055}
22:49:17.948743 run osmo-ms-mob/00056: Starting mobile
22:49:17.965744 run osmo-ms-mob/00056(pid=191): Launched
22:49:17.976824 run mass: MS start registered {at=7383463.680174704, delay=0.00477937888354063, ms=00056}
22:49:18.259659 run osmo-ms-mob/00057: Starting mobile
22:49:18.274030 run osmo-ms-mob/00057(pid=192): Launched
22:49:18.284847 run mass: MS start registered {at=7383463.988195256, delay=0.004767758771777153, ms=00057}
22:49:18.630535 run mass: MS performed LU {at=7383464.333766942, lu_delay=4.8875945108011365, ms=00041}
22:49:18.647337 run osmo-ms-mob/00058: Starting mobile
22:49:18.661064 run osmo-ms-mob/00058(pid=193): Launched
22:49:18.667349 run mass: MS performed LU {at=7383464.370706797, lu_delay=4.936116974800825, ms=00040}
22:49:18.673362 run mass: MS start registered {at=7383464.376728581, delay=0.006041702814400196, ms=00058}
22:49:18.732907 run mass: MS performed LU {at=7383464.436160275, lu_delay=4.941663886420429, ms=00042}
22:49:18.766846 run osmo-ms-mob/00059: Starting mobile
22:49:18.779738 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.790465 run mass: MS start registered {at=7383464.493808374, delay=0.004715892486274242, ms=00059}
22:49:18.903763 run mass: MS performed LU {at=7383464.60701256, lu_delay=4.931487686000764, ms=00043}
22:49:18.926207 run mass: MS performed LU {at=7383464.629567331, lu_delay=6.3438790971413255, ms=00039}
22:49:18.937304 run osmo-ms-mob/00060: Starting mobile
22:49:18.950820 run osmo-ms-mob/00060(pid=195): Launched
22:49:18.961757 run mass: MS start registered {at=7383464.66511001, delay=0.004880568943917751, ms=00060}
22:49:19.212037 run mass: MS performed LU {at=7383464.915295358, lu_delay=4.932923477143049, ms=00044}
22:49:19.664592 run osmo-ms-mob/00061: Starting mobile
22:49:19.678895 run osmo-ms-mob/00061(pid=196): Launched
22:49:19.690010 run mass: MS start registered {at=7383465.393358105, delay=0.004966750741004944, ms=00061}
22:49:19.959668 run osmo-ms-mob/00062: Starting mobile
22:49:19.974347 run osmo-ms-mob/00062(pid=197): Launched
22:49:19.985748 run mass: MS start registered {at=7383465.689100297, delay=0.005020223557949066, ms=00062}
22:49:20.257107 run osmo-ms-mob/00063: Starting mobile
22:49:20.270275 run osmo-ms-mob/00063(pid=198): Launched
22:49:20.281191 run mass: MS start registered {at=7383465.984539965, delay=0.004857995547354221, ms=00063}
22:49:20.632078 run mass: MS performed LU {at=7383466.335413318, lu_delay=6.060514273121953, ms=00045}
22:49:20.644086 run osmo-ms-mob/00064: Starting mobile
22:49:20.657260 run osmo-ms-mob/00064(pid=199): Launched
22:49:20.663741 run mass: MS performed LU {at=7383466.367096533, lu_delay=5.732338856905699, ms=00047}
22:49:20.669830 run mass: MS start registered {at=7383466.373196452, delay=0.006122595630586147, ms=00064}
22:49:20.678998 run mass: MS performed LU {at=7383466.382349323, lu_delay=5.7833181489259005, ms=00046}
22:49:20.876887 run mass: MS performed LU {at=7383466.580219986, lu_delay=4.799127328209579, ms=00050}
22:49:20.888671 run osmo-ms-mob/00065: Starting mobile
22:49:20.907584 run osmo-ms-mob/00065(pid=200): Launched
22:49:20.919002 run mass: MS start registered {at=7383466.622347346, delay=0.003997347317636013, ms=00065}
22:49:21.353651 run osmo-ms-mob/00066: Starting mobile
22:49:21.367307 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.378483 run mass: MS start registered {at=7383467.081836102, delay=0.00488190446048975, ms=00066}
22:49:21.747258 run osmo-ms-mob/00067: Starting mobile
22:49:21.760943 run osmo-ms-mob/00067(pid=202): Launched
22:49:21.772307 run mass: MS start registered {at=7383467.475653538, delay=0.0047418344765901566, ms=00067}
22:49:22.058548 run osmo-ms-mob/00068: Starting mobile
22:49:22.072524 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.083812 run mass: MS start registered {at=7383467.787160108, delay=0.005013114772737026, ms=00068}
22:49:22.396870 run mass: MS performed LU {at=7383468.100121604, lu_delay=5.873919955454767, ms=00051}
22:49:22.425639 run osmo-ms-mob/00069: Starting mobile
22:49:22.439029 run osmo-ms-mob/00069(pid=204): Launched
22:49:22.445066 run mass: MS performed LU {at=7383468.14842546, lu_delay=5.660960617475212, ms=00052}
22:49:22.450945 run mass: MS start registered {at=7383468.154306252, delay=0.005899402312934399, ms=00069}
22:49:22.497902 run mass: MS performed LU {at=7383468.201166613, lu_delay=5.565146413631737, ms=00053}
22:49:22.668899 run mass: MS performed LU {at=7383468.372156462, lu_delay=4.979839496314526, ms=00055}
22:49:22.696441 run osmo-ms-mob/00070: Starting mobile
22:49:22.710388 run osmo-ms-mob/00070(pid=205): Launched
22:49:22.716748 run mass: MS performed LU {at=7383468.420106295, lu_delay=5.620197517797351, ms=00054}
22:49:22.722802 run mass: MS start registered {at=7383468.426167091, delay=0.006079894490540028, ms=00070}
22:49:22.977796 run mass: MS performed LU {at=7383468.681045135, lu_delay=5.000870430842042, ms=00056}
22:49:23.247847 run osmo-ms-mob/00071: Starting mobile
22:49:23.261732 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.272756 run mass: MS start registered {at=7383468.976103418, delay=0.004574324935674667, ms=00071}
22:49:23.650445 run osmo-ms-mob/00072: Starting mobile
22:49:23.665059 run osmo-ms-mob/00072(pid=207): Launched
22:49:23.671230 run mass: MS performed LU {at=7383469.374586377, lu_delay=5.386391120962799, ms=00057}
22:49:23.677615 run mass: MS performed LU {at=7383469.380979491, lu_delay=3.6918791942298412, ms=00062}
22:49:23.683787 run mass: MS start registered {at=7383469.387149958, delay=0.012583979405462742, ms=00072}
22:49:24.052137 run osmo-ms-mob/00073: Starting mobile
22:49:24.066084 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.077616 run mass: MS start registered {at=7383469.780955986, delay=0.005183127708733082, ms=00073}
22:49:24.398454 run mass: MS performed LU {at=7383470.101732466, lu_delay=4.708374361507595, ms=00061}
22:49:24.413821 run osmo-ms-mob/00074: Starting mobile
22:49:24.427211 run osmo-ms-mob/00074(pid=209): Launched
22:49:24.433332 run mass: MS performed LU {at=7383470.136690248, lu_delay=5.759961666539311, ms=00058}
22:49:24.439286 run mass: MS start registered {at=7383470.142652481, delay=0.0059811631217598915, ms=00074}
22:49:24.445430 run mass: MS performed LU {at=7383470.148789595, lu_delay=5.654981221072376, ms=00059}
22:49:24.866018 run osmo-ms-mob/00075: Starting mobile
22:49:24.889104 run osmo-ms-mob/00075(pid=210): Launched
22:49:24.900955 run mass: MS start registered {at=7383470.604299044, delay=0.005396789871156216, ms=00075}
22:49:25.364688 run osmo-ms-mob/00076: Starting mobile
22:49:25.379182 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.390667 run mass: MS start registered {at=7383471.094012272, delay=0.005010567605495453, ms=00076}
22:49:25.747409 run osmo-ms-mob/00077: Starting mobile
22:49:25.761280 run osmo-ms-mob/00077(pid=212): Launched
22:49:25.772528 run mass: MS start registered {at=7383471.475879059, delay=0.004707443527877331, ms=00077}
22:49:26.163142 run mass: MS performed LU {at=7383471.866390547, lu_delay=5.881850581616163, ms=00063}
22:49:26.196583 run osmo-ms-mob/00078: Starting mobile
22:49:26.210477 run osmo-ms-mob/00078(pid=213): Launched
22:49:26.217216 run mass: MS performed LU {at=7383471.920566807, lu_delay=5.547370354644954, ms=00064}
22:49:26.223879 run mass: MS start registered {at=7383471.927243851, delay=0.006700160913169384, ms=00078}
22:49:26.263138 run mass: MS performed LU {at=7383471.966397224, lu_delay=4.884561122395098, ms=00066}
22:49:26.433225 run mass: MS performed LU {at=7383472.13655682, lu_delay=5.514209474436939, ms=00065}
22:49:26.444889 run osmo-ms-mob/00079: Starting mobile
22:49:26.460007 run osmo-ms-mob/00079(pid=214): Launched
22:49:26.466469 run mass: MS performed LU {at=7383472.169825811, lu_delay=4.694172273389995, ms=00067}
22:49:26.472976 run mass: MS start registered {at=7383472.176341184, delay=0.00653593335300684, ms=00079}
22:49:27.158868 run osmo-ms-mob/00080: Starting mobile
22:49:27.172499 run osmo-ms-mob/00080(pid=215): Launched
22:49:27.183963 run mass: MS start registered {at=7383472.887312876, delay=0.004260258749127388, ms=00080}
22:49:27.663547 run osmo-ms-mob/00081: Starting mobile
22:49:27.677407 run osmo-ms-mob/00081(pid=216): Launched
22:49:27.688249 run mass: MS start registered {at=7383473.39160365, delay=0.004821701906621456, ms=00081}
22:49:28.047494 run osmo-ms-mob/00082: Starting mobile
22:49:28.061488 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.073133 run mass: MS start registered {at=7383473.776469452, delay=0.005317719653248787, ms=00082}
22:49:28.163997 run mass: MS performed LU {at=7383473.867315347, lu_delay=6.080155239440501, ms=00068}
22:49:28.210102 run mass: MS performed LU {at=7383473.913417817, lu_delay=5.759111565537751, ms=00069}
22:49:28.355695 run mass: MS performed LU {at=7383474.058995525, lu_delay=5.0828921077772975, ms=00071}
22:49:28.372105 run mass: MS performed LU {at=7383474.075467126, lu_delay=4.688317168504, ms=00072}
22:49:28.647007 run osmo-ms-mob/00083: Starting mobile
22:49:28.660279 run osmo-ms-mob/00083(pid=218): Launched
22:49:28.671658 run mass: MS start registered {at=7383474.375004652, delay=0.004902306012809277, ms=00083}
22:49:29.434253 run osmo-ms-mob/00084: Starting mobile
22:49:29.463339 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.469734 run mass: Starting too slowly. Moving on {now=7383475.173102758, sleep=-0.22894823364913464, target=7383474.944154524}
22:49:29.475438 run mass: MS start registered {at=7383475.178795836, delay=0.005695090629160404, ms=00084}
22:49:29.481060 run mass: Starting too slowly. Moving on {now=7383475.184431379, sleep=-0.1402768548578024, target=7383475.044154524}
22:49:29.486892 run mass: Starting too slowly. Moving on {now=7383475.190262197, sleep=-0.046107673086225986, target=7383475.1441545235}
22:49:29.660753 run osmo-ms-mob/00085: Starting mobile
22:49:29.674206 run osmo-ms-mob/00085(pid=220): Launched
22:49:29.685343 run mass: MS start registered {at=7383475.388692028, delay=0.005065810866653919, ms=00085}
22:49:29.927764 run mass: MS performed LU {at=7383475.631013791, lu_delay=5.026714746840298, ms=00075}
22:49:29.950549 run mass: MS performed LU {at=7383475.653911208, lu_delay=5.511258726939559, ms=00074}
22:49:30.029422 run mass: MS performed LU {at=7383475.732664836, lu_delay=5.951708849519491, ms=00073}
22:49:30.247589 run osmo-ms-mob/00086: Starting mobile
22:49:30.261490 run osmo-ms-mob/00086(pid=221): Launched
22:49:30.272921 run mass: MS start registered {at=7383475.976277187, delay=0.002709958702325821, ms=00086}
22:49:30.436025 run mass: MS performed LU {at=7383476.139283239, lu_delay=5.045270967297256, ms=00076}
22:49:30.861738 run osmo-ms-mob/00087: Starting mobile
22:49:30.875531 run osmo-ms-mob/00087(pid=222): Launched
22:49:30.886789 run mass: MS start registered {at=7383476.590108021, delay=0.004784896969795227, ms=00087}
22:49:31.458654 run osmo-ms-mob/00088: Starting mobile
22:49:31.472368 run osmo-ms-mob/00088(pid=223): Launched
22:49:31.484719 run mass: MS start registered {at=7383477.188024117, delay=0.005939888767898083, ms=00088}
22:49:31.865547 run mass: MS performed LU {at=7383477.568869596, lu_delay=4.681556720286608, ms=00080}
22:49:31.930826 run mass: MS performed LU {at=7383477.63407593, lu_delay=5.457734745927155, ms=00079}
22:49:31.958726 run osmo-ms-mob/00089: Starting mobile
22:49:31.972008 run osmo-ms-mob/00089(pid=224): Launched
22:49:31.978733 run mass: MS performed LU {at=7383477.682087497, lu_delay=5.7548436457291245, ms=00078}
22:49:31.984982 run mass: MS start registered {at=7383477.688346826, delay=0.006280699744820595, ms=00089}
22:49:32.119957 run mass: MS performed LU {at=7383477.823279341, lu_delay=6.347400281578302, ms=00077}
22:49:32.660008 run osmo-ms-mob/00090: Starting mobile
22:49:32.673420 run osmo-ms-mob/00090(pid=225): Launched
22:49:32.684688 run mass: MS start registered {at=7383478.388032431, delay=0.0052557531744241714, ms=00090}
22:49:33.347338 run osmo-ms-mob/00091: Starting mobile
22:49:33.362798 run osmo-ms-mob/00091(pid=226): Launched
22:49:33.373997 run mass: MS start registered {at=7383479.077340609, delay=0.004913982003927231, ms=00091}
22:49:33.692530 run mass: MS performed LU {at=7383479.395862212, lu_delay=5.6193927600979805, ms=00082}
22:49:33.710947 run mass: MS performed LU {at=7383479.41428897, lu_delay=6.0226853201165795, ms=00081}
22:49:33.794623 run mass: MS performed LU {at=7383479.49788888, lu_delay=5.122884227894247, ms=00083}
22:49:34.046753 run osmo-ms-mob/00092: Starting mobile
22:49:34.059830 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.070771 run mass: MS start registered {at=7383479.774123735, delay=0.004891523160040379, ms=00092}
22:49:34.201271 run mass: MS performed LU {at=7383479.904519576, lu_delay=4.72572373971343, ms=00084}
22:49:34.851814 run osmo-ms-mob/00093: Starting mobile
22:49:34.864928 run osmo-ms-mob/00093(pid=228): Launched
22:49:34.876314 run mass: MS start registered {at=7383480.579667298, delay=0.005185489542782307, ms=00093}
22:49:35.696913 run mass: MS performed LU {at=7383481.400161681, lu_delay=6.011469652876258, ms=00085}
22:49:35.710896 run osmo-ms-mob/00094: Starting mobile
22:49:35.723912 run osmo-ms-mob/00094(pid=229): Launched
22:49:35.735063 run mass: MS start registered {at=7383481.438407322, delay=0.00511050783097744, ms=00094}
22:49:36.647520 run osmo-ms-mob/00095: Starting mobile
22:49:36.661022 run osmo-ms-mob/00095(pid=230): Launched
22:49:36.667863 run mass: MS performed LU {at=7383482.371217496, lu_delay=5.781109474599361, ms=00087}
22:49:36.673970 run mass: MS start registered {at=7383482.377335805, delay=0.006161241792142391, ms=00095}
22:49:36.683540 run mass: MS performed LU {at=7383482.386872582, lu_delay=6.410595395602286, ms=00086}
22:49:37.458972 run mass: MS performed LU {at=7383483.16223346, lu_delay=4.774201028980315, ms=00090}
22:49:37.476840 run mass: MS performed LU {at=7383483.180182736, lu_delay=5.4918359108269215, ms=00089}
22:49:37.490043 run osmo-ms-mob/00096: Starting mobile
22:49:37.503627 run osmo-ms-mob/00096(pid=231): Launched
22:49:37.515045 run mass: MS start registered {at=7383483.218389082, delay=0.005344022065401077, ms=00096}
22:49:37.561621 run mass: MS performed LU {at=7383483.264818617, lu_delay=6.076794500462711, ms=00088}
22:49:37.731333 run mass: MS performed LU {at=7383483.434668387, lu_delay=22.557723614387214, ms=00048}
22:49:37.750833 run mass: MS performed LU {at=7383483.454073455, lu_delay=21.965806684456766, ms=00049}
22:49:38.762742 run osmo-ms-mob/00097: Starting mobile
22:49:38.776041 run osmo-ms-mob/00097(pid=232): Launched
22:49:38.787287 run mass: MS start registered {at=7383484.490624966, delay=0.005231399089097977, ms=00097}
22:49:39.417399 run mass: MS performed LU {at=7383485.120627167, lu_delay=5.346503431908786, ms=00092}
22:49:39.462345 run mass: MS performed LU {at=7383485.165569529, lu_delay=6.088228919543326, ms=00091}
22:49:39.724737 run mass: MS performed LU {at=7383485.427963487, lu_delay=4.848296188749373, ms=00093}
22:49:40.047642 run osmo-ms-mob/00098: Starting mobile
22:49:40.063575 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.074726 run mass: MS start registered {at=7383485.778076778, delay=0.0048422059044241905, ms=00098}
22:49:41.327286 run mass: MS performed LU {at=7383487.030535965, lu_delay=4.653200159780681, ms=00095}
22:49:41.391674 run mass: MS performed LU {at=7383487.094946146, lu_delay=5.656538823619485, ms=00094}
22:49:41.460529 run mass: MS performed LU {at=7383487.163864319, lu_delay=22.498754309490323, ms=00060}
22:49:41.862729 run osmo-ms-mob/00099: Starting mobile
22:49:41.876937 run osmo-ms-mob/00099(pid=234): Launched
22:49:41.883239 run mass: All started... {duration=55.7424535844475, too_slow=11}
22:49:41.889230 run mass: MS start registered {at=7383487.592589335, delay=0.005984378047287464, ms=00099}
22:49:43.228780 run mass: MS performed LU {at=7383488.932035499, lu_delay=5.713646417483687, ms=00096}
22:49:43.491975 run mass: MS performed LU {at=7383489.195226153, lu_delay=4.704601187258959, ms=00097}
22:49:45.092710 run mass: MS performed LU {at=7383490.795926191, lu_delay=5.0178494127467275, ms=00098}
22:49:45.157909 run mass: MS performed LU {at=7383490.86116722, lu_delay=22.435000129044056, ms=00070}
22:49:46.993464 run mass: MS performed LU {at=7383492.696788948, lu_delay=5.104199613444507, ms=00099}
22:49:46.999994 run mass: Tests done {all_completed=True, max=22.557723614387214, min=3.6918791942298412}
22:49:47.005841 tst register_default_mass.py: Test passed (87.1 sec)
22:49:47.011486 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.014951 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.018297 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.021617 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.024919 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.028272 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.031685 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.035092 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.038426 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.041834 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.045100 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.048346 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.051701 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.055107 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.058528 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.061944 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.065364 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.068801 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.072216 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.075651 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.079151 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.082613 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.086005 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.089441 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.092843 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.096244 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.100152 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.103532 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.106924 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.110297 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.113702 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.117127 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.121198 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.124601 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.128032 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.131434 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.134848 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.138621 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.142035 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.145408 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.148720 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.152086 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.155525 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.159145 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.163023 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.166925 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.170858 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.174330 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.177714 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.181138 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.184730 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.188095 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.191506 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.194887 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.198286 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.201712 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.205087 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.208496 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:47.211918 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:47.215457 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:47.219667 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:47.223344 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:47.226837 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:47.230410 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:47.234452 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:47.237844 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:47.241184 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:47.244582 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:47.247956 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:47.251360 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:47.254797 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:47.258546 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:47.261920 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:47.265329 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:47.268726 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:47.272134 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:47.275678 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:47.279084 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:47.282491 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:47.285901 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:47.289313 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:47.292708 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:47.296095 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:47.299514 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:47.303076 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:47.306488 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:47.310432 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:47.314109 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:47.317453 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:47.320908 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:47.324277 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:47.327640 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:47.331004 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:47.334384 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:47.338016 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:47.341366 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:47.344780 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:47.348172 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:47.352194 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:47.355605 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:47.359076 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:47.362450 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:47.365884 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:47.369310 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:47.372711 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:47.376081 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:47.379483 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:47.382879 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:47.386302 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:47.389668 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:47.393082 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:47.396479 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:47.399893 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:47.403301 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:47.406661 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:47.410048 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:47.413331 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:47.416703 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:47.420102 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:47.423465 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:47.426854 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:47.430164 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:47.433523 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:47.436903 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:47.440259 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:47.443918 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:47.447358 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:47.450792 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:47.454238 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:47.457663 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:47.460982 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:47.464270 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:47.467640 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:47.471075 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:47.474503 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:47.477974 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:47.481428 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:47.484853 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:47.488547 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:47.491970 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:47.495393 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:47.498833 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:47.502231 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:47.505664 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:47.509096 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:47.512520 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:47.515958 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:47.519375 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:47.522789 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:47.526218 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:47.529648 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:47.533061 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:47.536480 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:47.539919 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:47.543349 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:47.546779 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:47.550190 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:47.553589 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:47.556976 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:47.560351 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:47.563722 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:47.567108 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:47.570495 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:47.573879 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:47.577257 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:47.580630 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:47.584000 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:47.587438 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:47.590845 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:47.594289 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:47.597706 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:47.601133 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:47.604533 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:47.607954 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:47.611390 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:47.614800 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:47.618229 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:47.621668 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:47.625092 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:47.628512 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:47.631938 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:47.635366 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:47.638801 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:47.642218 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:47.645650 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:47.649064 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:47.652463 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:47.655885 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:47.659297 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:47.662734 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:47.666146 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:47.669567 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:47.673008 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:47.676427 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:47.679823 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:47.683195 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:47.686578 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:47.689966 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:47.693346 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:47.696722 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:47.700102 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:47.703478 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:47.706853 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:47.710239 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:47.713638 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:47.717037 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:47.720423 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:47.723824 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:47.727215 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:47.730614 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:47.733991 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:47.737361 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:47.740753 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:47.744158 --- ParallelTerminationStrategy: PID 22 died...
22:49:47.745703 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:47.749413 --- ParallelTerminationStrategy: PID 23 died...
22:49:47.750929 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:47.754638 --- ParallelTerminationStrategy: PID 24 died...
22:49:47.756144 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:47.759853 --- ParallelTerminationStrategy: PID 25 died...
22:49:47.761378 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:47.765070 --- ParallelTerminationStrategy: PID 26 died...
22:49:47.766567 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:47.770328 --- ParallelTerminationStrategy: PID 27 died...
22:49:47.771843 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:47.775571 --- ParallelTerminationStrategy: PID 28 died...
22:49:47.777101 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:47.780876 --- ParallelTerminationStrategy: PID 29 died...
22:49:47.782417 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:47.786191 --- ParallelTerminationStrategy: PID 30 died...
22:49:47.787724 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:47.791498 --- ParallelTerminationStrategy: PID 31 died...
22:49:47.793040 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:47.796855 --- ParallelTerminationStrategy: PID 32 died...
22:49:47.798390 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:47.802138 --- ParallelTerminationStrategy: PID 33 died...
22:49:47.803667 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:47.807410 --- ParallelTerminationStrategy: PID 35 died...
22:49:47.808930 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:47.812753 --- ParallelTerminationStrategy: PID 36 died...
22:49:47.814263 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:47.818017 --- ParallelTerminationStrategy: PID 37 died...
22:49:47.819522 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:47.823271 --- ParallelTerminationStrategy: PID 38 died...
22:49:47.824793 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:47.828517 --- ParallelTerminationStrategy: PID 39 died...
22:49:47.830089 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:47.833841 --- ParallelTerminationStrategy: PID 40 died...
22:49:47.835347 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:47.839084 --- ParallelTerminationStrategy: PID 41 died...
22:49:47.840576 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:47.844301 --- ParallelTerminationStrategy: PID 42 died...
22:49:47.845833 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:47.849573 --- ParallelTerminationStrategy: PID 43 died...
22:49:47.851071 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:47.854804 --- ParallelTerminationStrategy: PID 44 died...
22:49:47.856313 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:47.860018 --- ParallelTerminationStrategy: PID 45 died...
22:49:47.861535 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:47.865228 --- ParallelTerminationStrategy: PID 46 died...
22:49:47.866724 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:47.870426 --- ParallelTerminationStrategy: PID 47 died...
22:49:47.871922 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:47.875603 --- ParallelTerminationStrategy: PID 48 died...
22:49:47.877106 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:47.880847 --- ParallelTerminationStrategy: PID 49 died...
22:49:47.882367 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:47.886103 --- ParallelTerminationStrategy: PID 50 died...
22:49:47.887604 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:47.891392 --- ParallelTerminationStrategy: PID 51 died...
22:49:47.892920 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:47.896687 --- ParallelTerminationStrategy: PID 52 died...
22:49:47.898204 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:47.901884 --- ParallelTerminationStrategy: PID 53 died...
22:49:47.903372 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:47.907074 --- ParallelTerminationStrategy: PID 54 died...
22:49:47.908570 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:47.912293 --- ParallelTerminationStrategy: PID 55 died...
22:49:47.913799 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:47.917498 --- ParallelTerminationStrategy: PID 56 died...
22:49:47.918991 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:47.922695 --- ParallelTerminationStrategy: PID 57 died...
22:49:47.924192 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:47.927907 --- ParallelTerminationStrategy: PID 58 died...
22:49:47.929412 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:47.933097 --- ParallelTerminationStrategy: PID 59 died...
22:49:47.934599 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:47.938312 --- ParallelTerminationStrategy: PID 60 died...
22:49:47.939804 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:47.943521 --- ParallelTerminationStrategy: PID 61 died...
22:49:47.945061 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:47.948768 --- ParallelTerminationStrategy: PID 62 died...
22:49:47.950272 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:47.953994 --- ParallelTerminationStrategy: PID 63 died...
22:49:47.955491 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:47.959185 --- ParallelTerminationStrategy: PID 64 died...
22:49:47.960695 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:47.964394 --- ParallelTerminationStrategy: PID 65 died...
22:49:47.965906 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:47.969629 --- ParallelTerminationStrategy: PID 66 died...
22:49:47.971133 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:47.974833 --- ParallelTerminationStrategy: PID 67 died...
22:49:47.976316 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:47.980034 --- ParallelTerminationStrategy: PID 68 died...
22:49:47.981537 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:47.985286 --- ParallelTerminationStrategy: PID 69 died...
22:49:47.986772 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:47.990482 --- ParallelTerminationStrategy: PID 70 died...
22:49:47.992056 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:47.995744 --- ParallelTerminationStrategy: PID 71 died...
22:49:47.997294 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.001006 --- ParallelTerminationStrategy: PID 72 died...
22:49:48.002505 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.006211 --- ParallelTerminationStrategy: PID 73 died...
22:49:48.007706 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.011413 --- ParallelTerminationStrategy: PID 74 died...
22:49:48.012952 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.016674 --- ParallelTerminationStrategy: PID 75 died...
22:49:48.018174 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.021875 --- ParallelTerminationStrategy: PID 76 died...
22:49:48.023369 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.027060 --- ParallelTerminationStrategy: PID 77 died...
22:49:48.028564 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.032283 --- ParallelTerminationStrategy: PID 78 died...
22:49:48.033802 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.037493 --- ParallelTerminationStrategy: PID 79 died...
22:49:48.038990 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.042676 --- ParallelTerminationStrategy: PID 80 died...
22:49:48.044174 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.047870 --- ParallelTerminationStrategy: PID 81 died...
22:49:48.049395 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.053092 --- ParallelTerminationStrategy: PID 82 died...
22:49:48.054593 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.058271 --- ParallelTerminationStrategy: PID 83 died...
22:49:48.059766 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.063455 --- ParallelTerminationStrategy: PID 84 died...
22:49:48.064950 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.068660 --- ParallelTerminationStrategy: PID 85 died...
22:49:48.070165 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.073874 --- ParallelTerminationStrategy: PID 86 died...
22:49:48.075377 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.079070 --- ParallelTerminationStrategy: PID 87 died...
22:49:48.080572 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.084276 --- ParallelTerminationStrategy: PID 88 died...
22:49:48.085775 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.089460 --- ParallelTerminationStrategy: PID 89 died...
22:49:48.090952 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.094652 --- ParallelTerminationStrategy: PID 90 died...
22:49:48.096179 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.099919 --- ParallelTerminationStrategy: PID 91 died...
22:49:48.101426 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.105137 --- ParallelTerminationStrategy: PID 92 died...
22:49:48.106623 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.110338 --- ParallelTerminationStrategy: PID 93 died...
22:49:48.111837 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.115543 --- ParallelTerminationStrategy: PID 94 died...
22:49:48.117054 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.120773 --- ParallelTerminationStrategy: PID 95 died...
22:49:48.122271 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.125988 --- ParallelTerminationStrategy: PID 96 died...
22:49:48.127486 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.131186 --- ParallelTerminationStrategy: PID 97 died...
22:49:48.132697 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.136388 --- ParallelTerminationStrategy: PID 98 died...
22:49:48.137890 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.141572 --- ParallelTerminationStrategy: PID 99 died...
22:49:48.143064 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.146765 --- ParallelTerminationStrategy: PID 100 died...
22:49:48.148259 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.151944 --- ParallelTerminationStrategy: PID 101 died...
22:49:48.153447 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.157177 --- ParallelTerminationStrategy: PID 102 died...
22:49:48.158681 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.162430 --- ParallelTerminationStrategy: PID 103 died...
22:49:48.163921 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.167628 --- ParallelTerminationStrategy: PID 104 died...
22:49:48.169143 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.172867 --- ParallelTerminationStrategy: PID 105 died...
22:49:48.174372 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.178122 --- ParallelTerminationStrategy: PID 106 died...
22:49:48.179622 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.183368 --- ParallelTerminationStrategy: PID 107 died...
22:49:48.184888 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.188595 --- ParallelTerminationStrategy: PID 108 died...
22:49:48.190120 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.193854 --- ParallelTerminationStrategy: PID 109 died...
22:49:48.195367 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.199101 --- ParallelTerminationStrategy: PID 110 died...
22:49:48.200603 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:48.204337 --- ParallelTerminationStrategy: PID 111 died...
22:49:48.205884 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:48.209600 --- ParallelTerminationStrategy: PID 112 died...
22:49:48.211112 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:48.214827 --- ParallelTerminationStrategy: PID 113 died...
22:49:48.216340 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:48.220072 --- ParallelTerminationStrategy: PID 114 died...
22:49:48.221616 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:48.225359 --- ParallelTerminationStrategy: PID 115 died...
22:49:48.226865 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:48.230585 --- ParallelTerminationStrategy: PID 116 died...
22:49:48.232086 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:48.235798 --- ParallelTerminationStrategy: PID 117 died...
22:49:48.237304 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:48.241044 --- ParallelTerminationStrategy: PID 118 died...
22:49:48.242552 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:48.246295 --- ParallelTerminationStrategy: PID 119 died...
22:49:48.247815 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:48.251532 --- ParallelTerminationStrategy: PID 120 died...
22:49:48.253045 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:48.256781 --- ParallelTerminationStrategy: PID 121 died...
22:49:48.258289 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:48.262015 --- ParallelTerminationStrategy: PID 122 died...
22:49:48.263521 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:48.267231 --- ParallelTerminationStrategy: PID 123 died...
22:49:48.268745 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:48.272468 --- ParallelTerminationStrategy: PID 124 died...
22:49:48.273999 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:48.277721 --- ParallelTerminationStrategy: PID 125 died...
22:49:48.279231 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:48.282978 --- ParallelTerminationStrategy: PID 126 died...
22:49:48.284492 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:48.288207 --- ParallelTerminationStrategy: PID 127 died...
22:49:48.289711 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:48.293442 --- ParallelTerminationStrategy: PID 128 died...
22:49:48.294935 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:48.298625 --- ParallelTerminationStrategy: PID 129 died...
22:49:48.300120 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:48.303877 --- ParallelTerminationStrategy: PID 130 died...
22:49:48.305384 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:48.309117 --- ParallelTerminationStrategy: PID 131 died...
22:49:48.310614 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:48.314307 --- ParallelTerminationStrategy: PID 132 died...
22:49:48.315797 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:48.319504 --- ParallelTerminationStrategy: PID 133 died...
22:49:48.321021 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:48.324715 --- ParallelTerminationStrategy: PID 134 died...
22:49:48.326213 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:48.329920 --- ParallelTerminationStrategy: PID 135 died...
22:49:48.331412 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:48.335211 --- ParallelTerminationStrategy: PID 136 died...
22:49:48.336733 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:48.340499 --- ParallelTerminationStrategy: PID 137 died...
22:49:48.342026 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:48.345793 --- ParallelTerminationStrategy: PID 138 died...
22:49:48.347294 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:48.351053 --- ParallelTerminationStrategy: PID 139 died...
22:49:48.352562 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:48.356332 --- ParallelTerminationStrategy: PID 140 died...
22:49:48.357849 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:48.361574 --- ParallelTerminationStrategy: PID 141 died...
22:49:48.363083 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:48.366856 --- ParallelTerminationStrategy: PID 142 died...
22:49:48.368355 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:48.372086 --- ParallelTerminationStrategy: PID 143 died...
22:49:48.373588 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:48.377368 --- ParallelTerminationStrategy: PID 144 died...
22:49:48.378884 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:48.382638 --- ParallelTerminationStrategy: PID 145 died...
22:49:48.384161 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:48.387885 --- ParallelTerminationStrategy: PID 146 died...
22:49:48.389398 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:48.393151 --- ParallelTerminationStrategy: PID 147 died...
22:49:48.394647 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:48.398371 --- ParallelTerminationStrategy: PID 148 died...
22:49:48.399876 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:48.403609 --- ParallelTerminationStrategy: PID 149 died...
22:49:48.405121 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:48.408842 --- ParallelTerminationStrategy: PID 150 died...
22:49:48.410334 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:48.414075 --- ParallelTerminationStrategy: PID 151 died...
22:49:48.415573 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:48.419318 --- ParallelTerminationStrategy: PID 152 died...
22:49:48.420829 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:48.424554 --- ParallelTerminationStrategy: PID 153 died...
22:49:48.426054 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:48.429776 --- ParallelTerminationStrategy: PID 154 died...
22:49:48.431268 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:48.435023 --- ParallelTerminationStrategy: PID 155 died...
22:49:48.436521 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:48.440234 --- ParallelTerminationStrategy: PID 156 died...
22:49:48.441777 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:48.445548 --- ParallelTerminationStrategy: PID 157 died...
22:49:48.447053 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:48.450749 --- ParallelTerminationStrategy: PID 158 died...
22:49:48.452243 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:48.455946 --- ParallelTerminationStrategy: PID 159 died...
22:49:48.457454 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:48.461172 --- ParallelTerminationStrategy: PID 160 died...
22:49:48.462677 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:48.466438 --- ParallelTerminationStrategy: PID 161 died...
22:49:48.467939 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:48.471648 --- ParallelTerminationStrategy: PID 162 died...
22:49:48.473157 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:48.476861 --- ParallelTerminationStrategy: PID 163 died...
22:49:48.478353 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:48.482092 --- ParallelTerminationStrategy: PID 164 died...
22:49:48.483584 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:48.487193 --- ParallelTerminationStrategy: PID 165 died...
22:49:48.488689 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:48.492256 --- ParallelTerminationStrategy: PID 166 died...
22:49:48.493702 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:48.497321 --- ParallelTerminationStrategy: PID 167 died...
22:49:48.498804 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:48.502572 --- ParallelTerminationStrategy: PID 168 died...
22:49:48.504066 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:48.507809 --- ParallelTerminationStrategy: PID 169 died...
22:49:48.509371 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:48.513077 --- ParallelTerminationStrategy: PID 170 died...
22:49:48.514579 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:48.518287 --- ParallelTerminationStrategy: PID 171 died...
22:49:48.519789 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:48.523504 --- ParallelTerminationStrategy: PID 172 died...
22:49:48.525004 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:48.528720 --- ParallelTerminationStrategy: PID 173 died...
22:49:48.530222 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:48.533956 --- ParallelTerminationStrategy: PID 174 died...
22:49:48.535443 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:48.539159 --- ParallelTerminationStrategy: PID 175 died...
22:49:48.540746 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:48.544455 --- ParallelTerminationStrategy: PID 176 died...
22:49:48.545959 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:48.549666 --- ParallelTerminationStrategy: PID 177 died...
22:49:48.551167 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:48.554882 --- ParallelTerminationStrategy: PID 178 died...
22:49:48.556375 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:48.560124 --- ParallelTerminationStrategy: PID 179 died...
22:49:48.561631 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:48.565349 --- ParallelTerminationStrategy: PID 180 died...
22:49:48.566839 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:48.570548 --- ParallelTerminationStrategy: PID 181 died...
22:49:48.572050 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:48.575764 --- ParallelTerminationStrategy: PID 182 died...
22:49:48.577279 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:48.581044 --- ParallelTerminationStrategy: PID 183 died...
22:49:48.582535 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:48.586262 --- ParallelTerminationStrategy: PID 184 died...
22:49:48.587761 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:48.591507 --- ParallelTerminationStrategy: PID 185 died...
22:49:48.593017 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:48.596744 --- ParallelTerminationStrategy: PID 186 died...
22:49:48.598228 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:48.601943 --- ParallelTerminationStrategy: PID 187 died...
22:49:48.603439 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:48.607198 --- ParallelTerminationStrategy: PID 188 died...
22:49:48.608703 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:48.612407 --- ParallelTerminationStrategy: PID 189 died...
22:49:48.613914 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:48.617637 --- ParallelTerminationStrategy: PID 190 died...
22:49:48.619126 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:48.622831 --- ParallelTerminationStrategy: PID 191 died...
22:49:48.624343 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:48.628134 --- ParallelTerminationStrategy: PID 192 died...
22:49:48.629658 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:48.633390 --- ParallelTerminationStrategy: PID 193 died...
22:49:48.634905 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:48.638623 --- ParallelTerminationStrategy: PID 194 died...
22:49:48.640126 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:48.643836 --- ParallelTerminationStrategy: PID 195 died...
22:49:48.645351 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:48.649059 --- ParallelTerminationStrategy: PID 196 died...
22:49:48.650559 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:48.654335 --- ParallelTerminationStrategy: PID 197 died...
22:49:48.655834 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:48.659553 --- ParallelTerminationStrategy: PID 198 died...
22:49:48.661061 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:48.664766 --- ParallelTerminationStrategy: PID 199 died...
22:49:48.666273 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:48.670044 --- ParallelTerminationStrategy: PID 200 died...
22:49:48.671536 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:48.675256 --- ParallelTerminationStrategy: PID 201 died...
22:49:48.676752 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:48.680463 --- ParallelTerminationStrategy: PID 202 died...
22:49:48.681972 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:48.685694 --- ParallelTerminationStrategy: PID 203 died...
22:49:48.687186 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:48.690886 --- ParallelTerminationStrategy: PID 204 died...
22:49:48.692370 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:48.696116 --- ParallelTerminationStrategy: PID 205 died...
22:49:48.697629 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:48.701334 --- ParallelTerminationStrategy: PID 206 died...
22:49:48.702826 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:48.706574 --- ParallelTerminationStrategy: PID 207 died...
22:49:48.708061 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:48.711794 --- ParallelTerminationStrategy: PID 208 died...
22:49:48.713292 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:48.717010 --- ParallelTerminationStrategy: PID 209 died...
22:49:48.718503 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:48.722340 --- ParallelTerminationStrategy: PID 210 died...
22:49:48.723838 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:48.727547 --- ParallelTerminationStrategy: PID 211 died...
22:49:48.729049 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:48.732779 --- ParallelTerminationStrategy: PID 212 died...
22:49:48.734273 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:48.738042 --- ParallelTerminationStrategy: PID 213 died...
22:49:48.739547 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:48.743278 --- ParallelTerminationStrategy: PID 214 died...
22:49:48.744793 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:48.748485 --- ParallelTerminationStrategy: PID 215 died...
22:49:48.749988 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:48.753687 --- ParallelTerminationStrategy: PID 216 died...
22:49:48.755188 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:48.758920 --- ParallelTerminationStrategy: PID 217 died...
22:49:48.760413 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:48.764151 --- ParallelTerminationStrategy: PID 218 died...
22:49:48.765667 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:48.769426 --- ParallelTerminationStrategy: PID 219 died...
22:49:48.770934 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:48.774683 --- ParallelTerminationStrategy: PID 220 died...
22:49:48.776202 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:48.780008 --- ParallelTerminationStrategy: PID 221 died...
22:49:48.781513 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:48.785322 --- ParallelTerminationStrategy: PID 222 died...
22:49:48.786821 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:48.790558 --- ParallelTerminationStrategy: PID 223 died...
22:49:48.792067 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:48.795821 --- ParallelTerminationStrategy: PID 224 died...
22:49:48.797331 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:48.801122 --- ParallelTerminationStrategy: PID 225 died...
22:49:48.802625 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:48.806376 --- ParallelTerminationStrategy: PID 226 died...
22:49:48.807886 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:48.811655 --- ParallelTerminationStrategy: PID 227 died...
22:49:48.813192 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:48.816934 --- ParallelTerminationStrategy: PID 228 died...
22:49:48.818445 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:48.822188 --- ParallelTerminationStrategy: PID 229 died...
22:49:48.823697 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:48.827459 --- ParallelTerminationStrategy: PID 230 died...
22:49:48.829020 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:48.832769 --- ParallelTerminationStrategy: PID 231 died...
22:49:48.834283 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:48.838036 --- ParallelTerminationStrategy: PID 232 died...
22:49:48.839548 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:48.843294 --- ParallelTerminationStrategy: PID 233 died...
22:49:48.844841 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:48.848589 --- ParallelTerminationStrategy: PID 234 died...
22:49:48.850109 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:52.253990 --- ParallelTerminationStrategy: PID 34 died...
22:49:52.257005 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7930 netreg_mass PASS
---------------------------------------------------------------------
22:49:52.334853 tst trial-7930: Storing JUnit report in /build/trial-7930/run.2025-04-08_22-48-19/trial-7930.xml
--------------------------------------------------------------------------------------------
trial-7930 PASS
--------------------------------------------------------------------------------------------
22:49:52.345028 tst trial-7930: trial-7930: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.1 sec)
+ exit_code=0
+ rm -rf trial-7930/inst
+ cd trial-7930
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-08 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7930-run.tgz run.2025-04-08_22-48-19
+ tar czf /build/trial-7930-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-08_13_26_27.tgz osmo-bts-oc2g.build-2025-04-08_00_51_33.tgz osmo-bts-sysmo.build-2025-04-08_00_51_24.tgz osmo-bts.build-2025-04-08_00_51_34.tgz osmo-ggsn.build-2025-04-08_20_42_47.tgz osmo-hlr.build-2025-04-08_16_36_57.tgz osmo-hnbgw.build-2025-04-08_21_07_53.tgz osmo-mgw.build-2025-04-08_08_33_15.tgz osmo-msc.build-2025-04-08_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-08_07_41_34.tgz osmo-pcu-sysmo.build-2025-04-08_07_41_26.tgz osmo-pcu.build-2025-04-08_07_41_30.tgz osmo-sgsn.build-2025-04-08_20_48_18.tgz osmo-stp.build-2025-04-08_13_25_16.tgz osmo-trx.build-2025-04-08_14_27_58.tgz osmocom-bb.build-2025-04-08_21_17_06.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