--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.4s
#7 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#7 CACHED
#8 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#8 CACHED
#9 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#9 CACHED
#10 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#10 CACHED
#11 [ 9/28] COPY SSH /root/.ssh
#11 CACHED
#12 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#12 CACHED
#13 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#13 CACHED
#14 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#14 CACHED
#15 [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
#15 CACHED
#16 [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
#16 CACHED
#17 [ 8/28] RUN MKDIR /var/run/sshd
#17 CACHED
#18 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#18 CACHED
#19 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#19 CACHED
#20 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#20 CACHED
#21 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#21 CACHED
#22 [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
#22 CACHED
#23 [ 3/28] RUN groupadd osmo-gsm-tester
#23 CACHED
#24 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#24 CACHED
#25 [ 2/28] RUN useradd -ms /bin/bash jenkins
#25 CACHED
#26 [20/28] WORKDIR /TMP
#26 CACHED
#27 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#27 CACHED
#28 [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
#28 CACHED
#29 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#29 CACHED
#30 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#30 CACHED
#31 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#31 CACHED
#32 [ 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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:ed512f8089d73fb809272c4d7c59bfe6ce05a67e9cb3854e25baeb69c7334fee 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=8184 -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-12-18 22:48:33
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8184
+ mkdir -p trial-8184
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-18_19_11_51.tgz osmo-bts-oc2g.build-2025-12-18_00_51_58.tgz osmo-bts-sysmo.build-2025-12-18_00_51_42.tgz osmo-bts.build-2025-12-18_00_51_53.tgz osmo-ggsn.build-2025-12-18_20_42_31.tgz osmo-hlr.build-2025-12-18_16_39_13.tgz osmo-hnbgw.build-2025-12-18_13_43_50.tgz osmo-mgw.build-2025-12-18_08_33_12.tgz osmo-msc.build-2025-12-18_13_35_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-18_07_36_24.tgz osmo-pcu-sysmo.build-2025-12-18_07_36_28.tgz osmo-pcu.build-2025-12-18_07_38_36.tgz osmo-sgsn.build-2025-12-18_20_48_17.tgz osmo-stp.build-2025-12-18_13_23_22.tgz osmo-trx.build-2025-12-18_14_29_52.tgz osmocom-bb.build-2025-12-18_21_17_25.tgz srslte.build-19.tgz trial-8184
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-18_19_11_51.md5 osmo-bts-oc2g.build-2025-12-18_00_51_58.md5 osmo-bts-sysmo.build-2025-12-18_00_51_42.md5 osmo-bts.build-2025-12-18_00_51_53.md5 osmo-ggsn.build-2025-12-18_20_42_31.md5 osmo-hlr.build-2025-12-18_16_39_13.md5 osmo-hnbgw.build-2025-12-18_13_43_50.md5 osmo-mgw.build-2025-12-18_08_33_12.md5 osmo-msc.build-2025-12-18_13_35_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-18_07_36_24.md5 osmo-pcu-sysmo.build-2025-12-18_07_36_28.md5 osmo-pcu.build-2025-12-18_07_38_36.md5 osmo-sgsn.build-2025-12-18_20_48_17.md5 osmo-stp.build-2025-12-18_13_23_22.md5 osmo-trx.build-2025-12-18_14_29_52.md5 osmocom-bb.build-2025-12-18_21_17_25.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-18_19_11_51.md5 osmo-bts-oc2g.build-2025-12-18_00_51_58.md5 osmo-bts-sysmo.build-2025-12-18_00_51_42.md5 osmo-bts.build-2025-12-18_00_51_53.md5 osmo-ggsn.build-2025-12-18_20_42_31.md5 osmo-hlr.build-2025-12-18_16_39_13.md5 osmo-hnbgw.build-2025-12-18_13_43_50.md5 osmo-mgw.build-2025-12-18_08_33_12.md5 osmo-msc.build-2025-12-18_13_35_48.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-18_07_36_24.md5 osmo-pcu-sysmo.build-2025-12-18_07_36_28.md5 osmo-pcu.build-2025-12-18_07_38_36.md5 osmo-sgsn.build-2025-12-18_20_48_17.md5 osmo-stp.build-2025-12-18_13_23_22.md5 osmo-trx.build-2025-12-18_14_29_52.md5 osmocom-bb.build-2025-12-18_21_17_25.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-8184 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8184'
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-8184
--------------------------------------------------------------------------------------------
22:48:33.848949 tst trial-8184: Detailed log at /build/trial-8184/run.2025-12-18_22-48-33/log
---------------------------------------------------------------------
trial-8184 netreg_mass
---------------------------------------------------------------------
22:48:34.061952 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:34.062300 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:34.063093 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:34.064295 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:34.100764 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:34.101554 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:34.102681 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:34.197276 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-8184 netreg_mass register_default_mass.py
----------------------------------------------
22:48:34.198032 tst register_default_mass.py:9: Claiming resources for the test
22:48:34.213359 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.213917 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.214379 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.214816 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.215245 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.215698 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:34.216133 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:34.404124 tst register_default_mass.py: using LAC 2
22:48:34.445862 tst register_default_mass.py: using RAC 2
22:48:34.483677 tst register_default_mass.py: using CellId 2
22:48:34.526489 tst register_default_mass.py: using BVCI 3
22:48:34.532221 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.532881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.533448 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.534001 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.534530 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.535052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.535648 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.536185 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.536734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.537260 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.537791 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.538308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.538858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.539390 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.539910 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.540442 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.540982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.541498 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.542015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.542545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.543059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.543589 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.544128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.544660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.545192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.545713 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.546229 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.546756 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.547280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.547800 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.548331 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.548866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.549386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.549914 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.550450 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.550966 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.551480 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.552020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.552620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.553162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.553673 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.554200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.554740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.555261 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.555775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.556280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.556830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.557355 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.557885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.558398 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.558932 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.559451 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.559961 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.560472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.561009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.561526 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.562052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.562573 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.563084 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.563603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.564112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.564621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.565167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.565689 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.566194 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.566709 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.567220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.567736 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.568255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.568856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.569364 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.569872 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.570464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.570977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.571497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.572007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.572509 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.573027 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.573548 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.574057 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.574577 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.575095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.575606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.576120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.576634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.577137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.577651 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.578163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.578696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.579201 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.579724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.580237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.580767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.581278 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.581799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.582305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.582831 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.583352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.583867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.584389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.584908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:34.585470 tst register_default_mass.py:21: Launching a simple network
22:48:34.595541 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:34.721885 run create_hlr_db(pid=20): Launched
22:48:35.731638 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:35.748206 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:35.763825 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:35.769882 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:35.961128 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:35.976356 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:35.982437 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:36.421420 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:36.469534 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:39.484269 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:39.610838 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:39.625695 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:39.631356 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:39.655018 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:39.670101 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:39.675795 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:40.006019 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:40.022479 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:46.050653 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:46.221328 run osmo-bts-virtual(pid=34): Launched
22:48:47.280727 tst register_default_mass.py: using MSISDN 1001
22:48:47.286891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:47.379195 tst register_default_mass.py: using MSISDN 1002
22:48:47.385216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:47.466466 tst register_default_mass.py: using MSISDN 1003
22:48:47.472207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:47.554823 tst register_default_mass.py: using MSISDN 1004
22:48:47.560656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:47.637805 tst register_default_mass.py: using MSISDN 1005
22:48:47.643846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:47.713250 tst register_default_mass.py: using MSISDN 1006
22:48:47.719179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:47.857686 tst register_default_mass.py: using MSISDN 1007
22:48:47.863338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:47.949327 tst register_default_mass.py: using MSISDN 1008
22:48:47.955010 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:48.032009 tst register_default_mass.py: using MSISDN 1009
22:48:48.037763 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:48.116251 tst register_default_mass.py: using MSISDN 1010
22:48:48.122035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:48.203923 tst register_default_mass.py: using MSISDN 1011
22:48:48.209709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:48.284217 tst register_default_mass.py: using MSISDN 1012
22:48:48.289921 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:48.359438 tst register_default_mass.py: using MSISDN 1013
22:48:48.365073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:48.439357 tst register_default_mass.py: using MSISDN 1014
22:48:48.445162 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:48.507602 tst register_default_mass.py: using MSISDN 1015
22:48:48.513467 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:48.590972 tst register_default_mass.py: using MSISDN 1016
22:48:48.596822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:48.678006 tst register_default_mass.py: using MSISDN 1017
22:48:48.684056 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:48.755074 tst register_default_mass.py: using MSISDN 1018
22:48:48.760922 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:48.846402 tst register_default_mass.py: using MSISDN 1019
22:48:48.852035 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:48.933441 tst register_default_mass.py: using MSISDN 1020
22:48:48.939210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:49.029945 tst register_default_mass.py: using MSISDN 1021
22:48:49.035635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:49.115754 tst register_default_mass.py: using MSISDN 1022
22:48:49.121652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:49.201720 tst register_default_mass.py: using MSISDN 1023
22:48:49.207615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:49.371674 tst register_default_mass.py: using MSISDN 1024
22:48:49.377657 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:49.532904 tst register_default_mass.py: using MSISDN 1025
22:48:49.542506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:49.826473 tst register_default_mass.py: using MSISDN 1026
22:48:49.832261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:49.906669 tst register_default_mass.py: using MSISDN 1027
22:48:49.912898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:49.991069 tst register_default_mass.py: using MSISDN 1028
22:48:49.998016 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:50.068585 tst register_default_mass.py: using MSISDN 1029
22:48:50.074520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:50.151095 tst register_default_mass.py: using MSISDN 1030
22:48:50.157158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:50.244489 tst register_default_mass.py: using MSISDN 1031
22:48:50.250353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:50.329547 tst register_default_mass.py: using MSISDN 1032
22:48:50.335473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:50.412226 tst register_default_mass.py: using MSISDN 1033
22:48:50.418168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:50.508675 tst register_default_mass.py: using MSISDN 1034
22:48:50.514625 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:50.607163 tst register_default_mass.py: using MSISDN 1035
22:48:50.615639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:50.698096 tst register_default_mass.py: using MSISDN 1036
22:48:50.703850 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:50.778622 tst register_default_mass.py: using MSISDN 1037
22:48:50.785376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:50.862416 tst register_default_mass.py: using MSISDN 1038
22:48:50.868282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:50.949361 tst register_default_mass.py: using MSISDN 1039
22:48:50.955615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:51.051698 tst register_default_mass.py: using MSISDN 1040
22:48:51.057505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:51.128016 tst register_default_mass.py: using MSISDN 1041
22:48:51.139352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:51.208799 tst register_default_mass.py: using MSISDN 1042
22:48:51.214880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:51.283412 tst register_default_mass.py: using MSISDN 1043
22:48:51.289483 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:51.378583 tst register_default_mass.py: using MSISDN 1044
22:48:51.391276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:51.457678 tst register_default_mass.py: using MSISDN 1045
22:48:51.475766 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:51.554048 tst register_default_mass.py: using MSISDN 1046
22:48:51.559896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:51.634052 tst register_default_mass.py: using MSISDN 1047
22:48:51.640188 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:51.735671 tst register_default_mass.py: using MSISDN 1048
22:48:51.748834 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:51.835991 tst register_default_mass.py: using MSISDN 1049
22:48:51.841950 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:51.927081 tst register_default_mass.py: using MSISDN 1050
22:48:51.933714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:52.017917 tst register_default_mass.py: using MSISDN 1051
22:48:52.028538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:52.096604 tst register_default_mass.py: using MSISDN 1052
22:48:52.102545 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:52.190643 tst register_default_mass.py: using MSISDN 1053
22:48:52.196754 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:52.271227 tst register_default_mass.py: using MSISDN 1054
22:48:52.278126 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:52.365246 tst register_default_mass.py: using MSISDN 1055
22:48:52.371147 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:52.457903 tst register_default_mass.py: using MSISDN 1056
22:48:52.464622 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:52.534472 tst register_default_mass.py: using MSISDN 1057
22:48:52.541416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:52.618817 tst register_default_mass.py: using MSISDN 1058
22:48:52.639593 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:52.710366 tst register_default_mass.py: using MSISDN 1059
22:48:52.729724 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:52.800991 tst register_default_mass.py: using MSISDN 1060
22:48:52.807408 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:52.894034 tst register_default_mass.py: using MSISDN 1061
22:48:52.906782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:52.994977 tst register_default_mass.py: using MSISDN 1062
22:48:53.014274 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:53.084727 tst register_default_mass.py: using MSISDN 1063
22:48:53.094748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:53.163754 tst register_default_mass.py: using MSISDN 1064
22:48:53.170115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:53.245201 tst register_default_mass.py: using MSISDN 1065
22:48:53.251502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:53.329194 tst register_default_mass.py: using MSISDN 1066
22:48:53.340880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:53.415084 tst register_default_mass.py: using MSISDN 1067
22:48:53.432801 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:53.518522 tst register_default_mass.py: using MSISDN 1068
22:48:53.524125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:53.604306 tst register_default_mass.py: using MSISDN 1069
22:48:53.625773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:53.695300 tst register_default_mass.py: using MSISDN 1070
22:48:53.716364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:53.795478 tst register_default_mass.py: using MSISDN 1071
22:48:53.816678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:53.884224 tst register_default_mass.py: using MSISDN 1072
22:48:53.895337 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:53.982755 tst register_default_mass.py: using MSISDN 1073
22:48:53.992340 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:54.068816 tst register_default_mass.py: using MSISDN 1074
22:48:54.089180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:54.173612 tst register_default_mass.py: using MSISDN 1075
22:48:54.188681 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:54.285574 tst register_default_mass.py: using MSISDN 1076
22:48:54.306295 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:54.381086 tst register_default_mass.py: using MSISDN 1077
22:48:54.386910 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:54.550876 tst register_default_mass.py: using MSISDN 1078
22:48:54.567879 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:54.664688 tst register_default_mass.py: using MSISDN 1079
22:48:54.670606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:54.741801 tst register_default_mass.py: using MSISDN 1080
22:48:54.748198 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:54.892139 tst register_default_mass.py: using MSISDN 1081
22:48:54.898464 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:55.062277 tst register_default_mass.py: using MSISDN 1082
22:48:55.070636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:55.773251 tst register_default_mass.py: using MSISDN 1083
22:48:55.780723 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:55.962655 tst register_default_mass.py: using MSISDN 1084
22:48:55.968912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:56.256343 tst register_default_mass.py: using MSISDN 1085
22:48:56.262897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:56.468796 tst register_default_mass.py: using MSISDN 1086
22:48:56.488608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:56.589808 tst register_default_mass.py: using MSISDN 1087
22:48:56.601434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:56.685697 tst register_default_mass.py: using MSISDN 1088
22:48:56.694479 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:56.758864 tst register_default_mass.py: using MSISDN 1089
22:48:56.765113 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:56.890545 tst register_default_mass.py: using MSISDN 1090
22:48:56.898167 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:56.989757 tst register_default_mass.py: using MSISDN 1091
22:48:57.005739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:57.088907 tst register_default_mass.py: using MSISDN 1092
22:48:57.102299 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:57.174394 tst register_default_mass.py: using MSISDN 1093
22:48:57.182870 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:57.254831 tst register_default_mass.py: using MSISDN 1094
22:48:57.266677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:57.360057 tst register_default_mass.py: using MSISDN 1095
22:48:57.370341 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:57.440383 tst register_default_mass.py: using MSISDN 1096
22:48:57.453587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:57.523435 tst register_default_mass.py: using MSISDN 1097
22:48:57.534121 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:57.613490 tst register_default_mass.py: using MSISDN 1098
22:48:57.619607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:57.700311 tst register_default_mass.py: using MSISDN 1099
22:48:57.711258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:57.791964 tst register_default_mass.py: using MSISDN 1100
22:48:57.797919 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:57.924196 run mass: Starting testcase
22:48:57.930279 run mass: Pre-launching all virtphy's
22:48:57.935884 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:57.949660 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:57.956157 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:57.970059 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:57.976397 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:57.990143 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:57.996598 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:58.010673 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:58.017046 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:58.030371 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:58.036668 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:58.050180 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:58.056548 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:58.070000 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:58.076392 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:58.089923 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:58.096356 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:58.110064 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:58.116636 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:58.130264 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:58.136602 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:58.150178 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:58.156479 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:58.170046 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:58.176335 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:58.189946 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:58.196258 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:58.210060 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:58.216345 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:58.229932 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:58.236185 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:58.249755 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:58.256079 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:58.269719 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:58.276158 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:58.289929 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:58.296275 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:58.310020 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:58.316307 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:58.329989 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:58.336289 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:58.349705 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:58.355991 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:58.369486 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:58.375770 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:58.389446 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:58.395725 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:58.409308 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:58.415666 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:58.429347 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:58.435609 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:58.449173 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:58.455443 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:58.468676 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:58.474882 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:58.488351 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:58.494499 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:58.508101 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:58.514367 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:58.528107 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:58.534394 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:58.548140 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:58.554598 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:58.568140 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:58.574426 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:58.588038 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:58.594349 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:58.607993 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:58.614370 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:58.627826 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:58.634039 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:58.647481 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:58.653734 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:58.666948 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:58.673020 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:58.686248 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:58.692458 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:58.705517 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:58.711543 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:58.724827 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:58.731019 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:58.744581 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:58.750874 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:58.764471 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:58.770765 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:58.784316 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:58.790553 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:58.803775 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:58.809942 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:58.824475 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:58.830789 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:58.844429 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:58.850758 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:58.864367 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:58.870679 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:58.884383 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:58.890757 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:58.904283 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:58.910436 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:58.923785 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:58.929918 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:58.943121 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:58.949370 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:58.962706 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:58.968986 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:58.982648 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:58.988919 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:59.002609 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:59.008981 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:59.022644 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:59.028946 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:59.042642 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:59.048919 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:59.062483 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:59.068780 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:59.082356 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:59.088601 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:59.101915 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:59.108142 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:59.121189 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:59.127229 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:59.140037 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:59.145919 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:59.158682 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:59.164616 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:59.177462 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:59.183417 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:59.196361 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:59.202412 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:59.215415 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:59.221422 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:59.234993 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:59.241219 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:59.254417 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:59.260714 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:59.273784 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:59.279765 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:59.296903 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:59.303122 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:59.316279 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:59.322342 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:59.335738 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:59.342134 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:59.355958 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:59.362439 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:59.375845 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:59.382270 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:59.396179 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:59.402454 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:59.416062 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:59.422410 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:59.436191 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:59.442489 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:59.456328 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:59.462646 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:59.476409 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:59.482768 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:59.496658 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:59.502978 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:59.516765 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:59.523028 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:59.536805 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:59.542869 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:59.556470 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:59.562831 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:59.576223 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:59.582402 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:59.595599 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:59.601689 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:59.614991 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:59.621135 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:59.634223 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:59.640221 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:59.653340 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:59.659401 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:59.672946 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:59.679140 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:59.692852 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:59.699298 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:59.713126 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:59.719471 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:59.733480 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:59.739881 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:59.753228 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:59.759505 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:59.773234 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:59.779585 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:59.793047 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:59.799139 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:59.812333 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:59.818715 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:59.832300 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:59.838450 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:59.852129 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:59.858477 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:59.872217 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:59.878629 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:59.892372 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:59.898678 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:59.911905 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:59.918073 run mass: Checking if sockets are in the filesystem
22:48:59.930234 run osmo-ms-mob/00000: Starting mobile
22:48:59.943300 run osmo-ms-mob/00000(pid=135): Launched
22:48:59.955576 run mass: MS start registered {at=29329045.65892069, delay=0.0060313381254673, ms=00000}
22:49:04.134498 run osmo-ms-mob/00001: Starting mobile
22:49:04.148417 run osmo-ms-mob/00001(pid=136): Launched
22:49:04.160202 run mass: MS start registered {at=29329049.863539625, delay=0.005231291055679321, ms=00001}
22:49:07.533916 run osmo-ms-mob/00002: Starting mobile
22:49:07.552594 run osmo-ms-mob/00002(pid=137): Launched
22:49:07.558627 run mass: Starting too slowly. Moving on {now=29329053.26199631, sleep=-1.534743256866932, target=29329051.727253053}
22:49:07.564309 run mass: MS performed LU {at=29329053.267663017, lu_delay=7.608742326498032, ms=00000}
22:49:07.570195 run mass: Starting too slowly. Moving on {now=29329053.273564912, sleep=-1.4463118575513363, target=29329051.827253055}
22:49:07.575865 run mass: MS start registered {at=29329053.279222533, delay=0.017229117453098297, ms=00002}
22:49:07.581610 run mass: Starting too slowly. Moving on {now=29329053.28498105, sleep=-1.3577279932796955, target=29329051.927253056}
22:49:07.587236 run mass: Starting too slowly. Moving on {now=29329053.290607817, sleep=-1.2633547596633434, target=29329052.027253058}
22:49:07.592854 run mass: Starting too slowly. Moving on {now=29329053.296225715, sleep=-1.1689726561307907, target=29329052.12725306}
22:49:07.598529 run mass: Starting too slowly. Moving on {now=29329053.301900152, sleep=-1.0746470913290977, target=29329052.22725306}
22:49:07.604151 run mass: Starting too slowly. Moving on {now=29329053.30752287, sleep=-0.9802698083221912, target=29329052.327253062}
22:49:07.609738 run mass: Starting too slowly. Moving on {now=29329053.313109767, sleep=-0.8858567029237747, target=29329052.427253064}
22:49:07.615296 run mass: Starting too slowly. Moving on {now=29329053.318668038, sleep=-0.7914149723947048, target=29329052.527253065}
22:49:07.620894 run mass: Starting too slowly. Moving on {now=29329053.324265804, sleep=-0.6970127373933792, target=29329052.627253067}
22:49:07.626460 run mass: Starting too slowly. Moving on {now=29329053.329832204, sleep=-0.6025791354477406, target=29329052.72725307}
22:49:07.632025 run mass: Starting too slowly. Moving on {now=29329053.335396744, sleep=-0.508143674582243, target=29329052.82725307}
22:49:07.637604 run mass: Starting too slowly. Moving on {now=29329053.340975802, sleep=-0.4137227311730385, target=29329052.92725307}
22:49:07.648149 run osmo-ms-mob/00003: Starting mobile
22:49:07.661077 run osmo-ms-mob/00003(pid=138): Launched
22:49:07.668226 run mass: Starting too slowly. Moving on {now=29329053.3715913, sleep=-0.34433822706341743, target=29329053.027253073}
22:49:07.674394 run mass: MS start registered {at=29329053.377752032, delay=0.006164349615573883, ms=00003}
22:49:07.680076 run mass: Starting too slowly. Moving on {now=29329053.38344681, sleep=-0.25619373470544815, target=29329053.127253074}
22:49:07.685865 run mass: Starting too slowly. Moving on {now=29329053.389235754, sleep=-0.1619826778769493, target=29329053.227253076}
22:49:07.691444 run mass: Starting too slowly. Moving on {now=29329053.394816216, sleep=-0.06756313890218735, target=29329053.327253077}
22:49:08.341386 run osmo-ms-mob/00004: Starting mobile
22:49:08.354636 run osmo-ms-mob/00004(pid=139): Launched
22:49:08.365744 run mass: MS start registered {at=29329054.069091327, delay=0.004975177347660065, ms=00004}
22:49:09.331764 run osmo-ms-mob/00005: Starting mobile
22:49:09.346556 run osmo-ms-mob/00005(pid=140): Launched
22:49:09.357958 run mass: MS start registered {at=29329055.061307024, delay=0.0049726516008377075, ms=00005}
22:49:10.246155 run osmo-ms-mob/00006: Starting mobile
22:49:10.260421 run osmo-ms-mob/00006(pid=141): Launched
22:49:10.272054 run mass: MS start registered {at=29329055.97539698, delay=0.005399446934461594, ms=00006}
22:49:10.583687 run mass: MS performed LU {at=29329056.286935944, lu_delay=6.423396319150925, ms=00001}
22:49:11.143175 run osmo-ms-mob/00007: Starting mobile
22:49:11.157359 run osmo-ms-mob/00007(pid=142): Launched
22:49:11.168300 run mass: MS start registered {at=29329056.87165207, delay=0.0028066933155059814, ms=00007}
22:49:11.930444 run osmo-ms-mob/00008: Starting mobile
22:49:11.943811 run osmo-ms-mob/00008(pid=143): Launched
22:49:11.955294 run mass: MS start registered {at=29329057.658636454, delay=0.002778124064207077, ms=00008}
22:49:12.647042 run osmo-ms-mob/00009: Starting mobile
22:49:12.661258 run osmo-ms-mob/00009(pid=144): Launched
22:49:12.672687 run mass: MS start registered {at=29329058.37603198, delay=0.00498010590672493, ms=00009}
22:49:12.721442 run mass: MS performed LU {at=29329058.424675357, lu_delay=5.145452823489904, ms=00002}
22:49:12.748058 run mass: MS performed LU {at=29329058.451391224, lu_delay=5.073639191687107, ms=00003}
22:49:13.341062 run osmo-ms-mob/00010: Starting mobile
22:49:13.354413 run osmo-ms-mob/00010(pid=145): Launched
22:49:13.365739 run mass: MS start registered {at=29329059.069085196, delay=0.005156930536031723, ms=00010}
22:49:13.945144 run osmo-ms-mob/00011: Starting mobile
22:49:13.959320 run osmo-ms-mob/00011(pid=146): Launched
22:49:13.970411 run mass: MS start registered {at=29329059.673763998, delay=0.004737108945846558, ms=00011}
22:49:14.114929 run mass: MS performed LU {at=29329059.818170786, lu_delay=4.756863761693239, ms=00005}
22:49:14.179716 run mass: MS performed LU {at=29329059.882958543, lu_delay=5.813867215067148, ms=00004}
22:49:14.543871 run osmo-ms-mob/00012: Starting mobile
22:49:14.557869 run osmo-ms-mob/00012(pid=147): Launched
22:49:14.568923 run mass: MS start registered {at=29329060.27227437, delay=0.004646435379981995, ms=00012}
22:49:15.133512 run osmo-ms-mob/00013: Starting mobile
22:49:15.146890 run osmo-ms-mob/00013(pid=148): Launched
22:49:15.157747 run mass: MS start registered {at=29329060.861100007, delay=0.004744123667478561, ms=00013}
22:49:15.744154 run osmo-ms-mob/00014: Starting mobile
22:49:15.758400 run osmo-ms-mob/00014(pid=149): Launched
22:49:15.769440 run mass: MS start registered {at=29329061.472789768, delay=0.004855286329984665, ms=00014}
22:49:16.016302 run mass: MS performed LU {at=29329061.719545163, lu_delay=5.744148183614016, ms=00006}
22:49:16.042879 run mass: MS performed LU {at=29329061.74620824, lu_delay=4.874556168913841, ms=00007}
22:49:16.339243 run osmo-ms-mob/00015: Starting mobile
22:49:16.352891 run osmo-ms-mob/00015(pid=150): Launched
22:49:16.364316 run mass: MS start registered {at=29329062.067657214, delay=0.0049465373158454895, ms=00015}
22:49:16.834504 run osmo-ms-mob/00016: Starting mobile
22:49:16.848674 run osmo-ms-mob/00016(pid=151): Launched
22:49:16.859460 run mass: MS start registered {at=29329062.562814884, delay=0.00450814887881279, ms=00016}
22:49:17.330529 run osmo-ms-mob/00017: Starting mobile
22:49:17.344498 run osmo-ms-mob/00017(pid=152): Launched
22:49:17.355632 run mass: MS start registered {at=29329063.058982346, delay=0.004757355898618698, ms=00017}
22:49:17.881088 run mass: MS performed LU {at=29329063.58434232, lu_delay=5.208310339599848, ms=00009}
22:49:17.905850 run osmo-ms-mob/00018: Starting mobile
22:49:17.918879 run osmo-ms-mob/00018(pid=153): Launched
22:49:17.929814 run mass: MS start registered {at=29329063.633168735, delay=0.004850022494792938, ms=00018}
22:49:17.944057 run mass: MS performed LU {at=29329063.647396833, lu_delay=5.988760378211737, ms=00008}
22:49:18.249956 run mass: MS performed LU {at=29329063.95323236, lu_delay=4.88414716348052, ms=00010}
22:49:18.266539 run osmo-ms-mob/00019: Starting mobile
22:49:18.280194 run osmo-ms-mob/00019(pid=154): Launched
22:49:18.291378 run mass: MS start registered {at=29329063.994726952, delay=0.005072757601737976, ms=00019}
22:49:18.976035 run osmo-ms-mob/00020: Starting mobile
22:49:18.990086 run osmo-ms-mob/00020(pid=155): Launched
22:49:18.996544 run mass: Starting too slowly. Moving on {now=29329064.699913923, sleep=-0.07266067713499069, target=29329064.627253246}
22:49:19.002554 run mass: MS start registered {at=29329064.70591329, delay=0.006001636385917664, ms=00020}
22:49:19.354006 run osmo-ms-mob/00021: Starting mobile
22:49:19.371055 run osmo-ms-mob/00021(pid=156): Launched
22:49:19.382227 run mass: MS start registered {at=29329065.08557159, delay=0.00480346754193306, ms=00021}
22:49:19.680350 run mass: MS performed LU {at=29329065.38357761, lu_delay=5.709813613444567, ms=00011}
22:49:19.700424 run osmo-ms-mob/00022: Starting mobile
22:49:19.713830 run osmo-ms-mob/00022(pid=157): Launched
22:49:19.725067 run mass: MS start registered {at=29329065.428419013, delay=0.00480792298913002, ms=00022}
22:49:20.017275 run mass: MS performed LU {at=29329065.720523033, lu_delay=4.859423026442528, ms=00013}
22:49:20.044514 run mass: MS performed LU {at=29329065.74782294, lu_delay=5.475548569113016, ms=00012}
22:49:20.237446 run osmo-ms-mob/00023: Starting mobile
22:49:20.250632 run osmo-ms-mob/00023(pid=158): Launched
22:49:20.261559 run mass: MS start registered {at=29329065.964912336, delay=0.004594892263412476, ms=00023}
22:49:20.640523 run osmo-ms-mob/00024: Starting mobile
22:49:20.654137 run osmo-ms-mob/00024(pid=159): Launched
22:49:20.665421 run mass: MS start registered {at=29329066.368772972, delay=0.004865448921918869, ms=00024}
22:49:21.142230 run osmo-ms-mob/00025: Starting mobile
22:49:21.156370 run osmo-ms-mob/00025(pid=160): Launched
22:49:21.167650 run mass: MS start registered {at=29329066.87100255, delay=0.00482785701751709, ms=00025}
22:49:21.530821 run osmo-ms-mob/00026: Starting mobile
22:49:21.544355 run osmo-ms-mob/00026(pid=161): Launched
22:49:21.556264 run mass: MS start registered {at=29329067.259600468, delay=0.00570426881313324, ms=00026}
22:49:21.645613 run mass: MS performed LU {at=29329067.348935515, lu_delay=5.281278301030397, ms=00015}
22:49:21.709663 run mass: MS performed LU {at=29329067.412996538, lu_delay=4.85018165409565, ms=00016}
22:49:21.778860 run mass: MS performed LU {at=29329067.482176237, lu_delay=6.009386468678713, ms=00014}
22:49:21.790807 run osmo-ms-mob/00027: Starting mobile
22:49:21.804588 run osmo-ms-mob/00027(pid=162): Launched
22:49:21.816071 run mass: MS start registered {at=29329067.519421507, delay=0.004918575286865234, ms=00027}
22:49:22.336953 run osmo-ms-mob/00028: Starting mobile
22:49:22.350450 run osmo-ms-mob/00028(pid=163): Launched
22:49:22.380282 run mass: MS start registered {at=29329068.083637048, delay=2.3074448108673096e-05, ms=00028}
22:49:22.730169 run osmo-ms-mob/00029: Starting mobile
22:49:22.744157 run osmo-ms-mob/00029(pid=164): Launched
22:49:22.797930 run mass: MS start registered {at=29329068.50119338, delay=0.047060608863830566, ms=00029}
22:49:23.130114 run osmo-ms-mob/00030: Starting mobile
22:49:23.143735 run osmo-ms-mob/00030(pid=165): Launched
22:49:23.155282 run mass: MS start registered {at=29329068.858594794, delay=0.005047790706157684, ms=00030}
22:49:23.445285 run mass: MS performed LU {at=29329069.1486034, lu_delay=5.153876446187496, ms=00019}
22:49:23.463183 run osmo-ms-mob/00031: Starting mobile
22:49:23.477110 run osmo-ms-mob/00031(pid=166): Launched
22:49:23.488813 run mass: MS start registered {at=29329069.19216019, delay=0.004924815148115158, ms=00031}
22:49:23.548026 run mass: MS performed LU {at=29329069.251278825, lu_delay=4.545365534722805, ms=00020}
22:49:23.574688 run mass: MS performed LU {at=29329069.27803201, lu_delay=6.219049662351608, ms=00017}
22:49:23.596382 run osmo-ms-mob/00032: Starting mobile
22:49:23.609862 run osmo-ms-mob/00032(pid=167): Launched
22:49:23.621094 run mass: MS start registered {at=29329069.324445505, delay=0.0047113895416259766, ms=00032}
22:49:23.700663 run mass: MS performed LU {at=29329069.40389576, lu_delay=5.770727027207613, ms=00018}
22:49:24.243800 run osmo-ms-mob/00033: Starting mobile
22:49:24.257957 run osmo-ms-mob/00033(pid=168): Launched
22:49:24.269233 run mass: MS start registered {at=29329069.97258365, delay=0.004888821393251419, ms=00033}
22:49:24.631508 run osmo-ms-mob/00034: Starting mobile
22:49:24.645810 run osmo-ms-mob/00034(pid=169): Launched
22:49:24.656882 run mass: MS start registered {at=29329070.360231247, delay=0.004668861627578735, ms=00034}
22:49:24.946289 run osmo-ms-mob/00035: Starting mobile
22:49:24.960470 run osmo-ms-mob/00035(pid=170): Launched
22:49:24.972183 run mass: MS start registered {at=29329070.675523892, delay=0.005321964621543884, ms=00035}
22:49:25.329709 run osmo-ms-mob/00036: Starting mobile
22:49:25.343142 run osmo-ms-mob/00036(pid=171): Launched
22:49:25.354202 run mass: MS start registered {at=29329071.057557117, delay=0.004877820611000061, ms=00036}
22:49:25.411491 run mass: MS performed LU {at=29329071.114829205, lu_delay=5.149916868656874, ms=00023}
22:49:25.477370 run mass: MS performed LU {at=29329071.18062511, lu_delay=4.811852138489485, ms=00024}
22:49:25.546607 run mass: MS performed LU {at=29329071.249865975, lu_delay=5.821446962654591, ms=00022}
22:49:25.576186 run osmo-ms-mob/00037: Starting mobile
22:49:25.589875 run osmo-ms-mob/00037(pid=172): Launched
22:49:25.600572 run mass: MS performed LU {at=29329071.303915534, lu_delay=6.218343943357468, ms=00021}
22:49:25.606969 run mass: MS start registered {at=29329071.31033383, delay=0.010645497590303421, ms=00037}
22:49:26.030541 run osmo-ms-mob/00038: Starting mobile
22:49:26.044119 run osmo-ms-mob/00038(pid=173): Launched
22:49:26.054999 run mass: MS start registered {at=29329071.758347403, delay=0.00475778803229332, ms=00038}
22:49:26.346153 run osmo-ms-mob/00039: Starting mobile
22:49:26.360240 run osmo-ms-mob/00039(pid=174): Launched
22:49:26.371195 run mass: MS start registered {at=29329072.074543733, delay=0.004909005016088486, ms=00039}
22:49:26.730328 run osmo-ms-mob/00040: Starting mobile
22:49:26.744286 run osmo-ms-mob/00040(pid=175): Launched
22:49:26.755938 run mass: MS start registered {at=29329072.45927991, delay=0.005310721695423126, ms=00040}
22:49:27.047197 run osmo-ms-mob/00041: Starting mobile
22:49:27.061400 run osmo-ms-mob/00041(pid=176): Launched
22:49:27.072715 run mass: MS start registered {at=29329072.776063148, delay=0.004846617579460144, ms=00041}
22:49:27.211801 run mass: MS performed LU {at=29329072.915049452, lu_delay=4.8314124047756195, ms=00028}
22:49:27.313781 run mass: MS performed LU {at=29329073.01705302, lu_delay=4.515859637409449, ms=00029}
22:49:27.330360 run osmo-ms-mob/00042: Starting mobile
22:49:27.343773 run osmo-ms-mob/00042(pid=177): Launched
22:49:27.349940 run mass: MS performed LU {at=29329073.053299494, lu_delay=5.5338779874145985, ms=00027}
22:49:27.355703 run mass: MS start registered {at=29329073.05907025, delay=0.005788501352071762, ms=00042}
22:49:27.466447 run mass: MS performed LU {at=29329073.169696655, lu_delay=5.910096187144518, ms=00026}
22:49:27.503180 run mass: MS performed LU {at=29329073.20647264, lu_delay=6.335470087826252, ms=00025}
22:49:27.520029 run osmo-ms-mob/00043: Starting mobile
22:49:27.533334 run osmo-ms-mob/00043(pid=178): Launched
22:49:27.544062 run mass: MS start registered {at=29329073.247413363, delay=0.004496939480304718, ms=00043}
22:49:28.042331 run osmo-ms-mob/00044: Starting mobile
22:49:28.056299 run osmo-ms-mob/00044(pid=179): Launched
22:49:28.067651 run mass: MS start registered {at=29329073.770985484, delay=0.0052248574793338776, ms=00044}
22:49:28.339750 run osmo-ms-mob/00045: Starting mobile
22:49:28.353775 run osmo-ms-mob/00045(pid=180): Launched
22:49:28.364887 run mass: MS start registered {at=29329074.068239555, delay=0.004958674311637878, ms=00045}
22:49:28.640074 run osmo-ms-mob/00046: Starting mobile
22:49:28.654713 run osmo-ms-mob/00046(pid=181): Launched
22:49:28.666359 run mass: MS start registered {at=29329074.369709596, delay=0.0047738999128341675, ms=00046}
22:49:28.930677 run osmo-ms-mob/00047: Starting mobile
22:49:28.944595 run osmo-ms-mob/00047(pid=182): Launched
22:49:28.955889 run mass: MS start registered {at=29329074.659240283, delay=0.00508662685751915, ms=00047}
22:49:29.178051 run mass: MS performed LU {at=29329074.88126177, lu_delay=5.556816264986992, ms=00032}
22:49:29.196134 run osmo-ms-mob/00048: Starting mobile
22:49:29.209510 run osmo-ms-mob/00048(pid=183): Launched
22:49:29.220294 run mass: MS start registered {at=29329074.92364756, delay=0.004550006240606308, ms=00048}
22:49:29.241736 run mass: MS performed LU {at=29329074.9450811, lu_delay=5.752920910716057, ms=00031}
22:49:29.311389 run mass: MS performed LU {at=29329075.01465151, lu_delay=6.156056717038155, ms=00030}
22:49:29.331518 run osmo-ms-mob/00049: Starting mobile
22:49:29.345140 run osmo-ms-mob/00049(pid=184): Launched
22:49:29.356576 run mass: MS start registered {at=29329075.05992102, delay=0.005012981593608856, ms=00049}
22:49:29.366563 run mass: MS performed LU {at=29329075.06988013, lu_delay=5.097296480089426, ms=00033}
22:49:29.638801 run mass: MS performed LU {at=29329075.342101164, lu_delay=4.981869917362928, ms=00034}
22:49:29.652018 run osmo-ms-mob/00050: Starting mobile
22:49:29.665477 run osmo-ms-mob/00050(pid=185): Launched
22:49:29.676809 run mass: MS start registered {at=29329075.380148094, delay=0.005104459822177887, ms=00050}
22:49:30.245950 run osmo-ms-mob/00051: Starting mobile
22:49:30.259852 run osmo-ms-mob/00051(pid=186): Launched
22:49:30.270901 run mass: MS start registered {at=29329075.974247612, delay=0.004653375595808029, ms=00051}
22:49:30.540339 run osmo-ms-mob/00052: Starting mobile
22:49:30.554895 run osmo-ms-mob/00052(pid=187): Launched
22:49:30.566557 run mass: MS start registered {at=29329076.26990089, delay=0.004855606704950333, ms=00052}
22:49:30.829898 run osmo-ms-mob/00053: Starting mobile
22:49:30.843747 run osmo-ms-mob/00053(pid=188): Launched
22:49:30.855181 run mass: MS start registered {at=29329076.558533974, delay=0.005009438842535019, ms=00053}
22:49:30.977098 run mass: MS performed LU {at=29329076.680433705, lu_delay=4.605889972299337, ms=00039}
22:49:31.078429 run mass: MS performed LU {at=29329076.781763796, lu_delay=5.023416392505169, ms=00038}
22:49:31.089873 run osmo-ms-mob/00054: Starting mobile
22:49:31.103257 run osmo-ms-mob/00054(pid=189): Launched
22:49:31.109772 run mass: MS performed LU {at=29329076.813128255, lu_delay=6.137604363262653, ms=00035}
22:49:31.115909 run mass: MS start registered {at=29329076.819273986, delay=0.0061668455600738525, ms=00054}
22:49:31.231674 run mass: MS performed LU {at=29329076.934925374, lu_delay=5.624591544270515, ms=00037}
22:49:31.258181 run osmo-ms-mob/00055: Starting mobile
22:49:31.271627 run osmo-ms-mob/00055(pid=190): Launched
22:49:31.277609 run mass: MS performed LU {at=29329076.980967797, lu_delay=5.923410680145025, ms=00036}
22:49:31.283357 run mass: MS start registered {at=29329076.986723777, delay=0.005775861442089081, ms=00055}
22:49:31.748392 run osmo-ms-mob/00056: Starting mobile
22:49:31.763099 run osmo-ms-mob/00056(pid=191): Launched
22:49:31.774213 run mass: MS start registered {at=29329077.477564458, delay=0.004490762948989868, ms=00056}
22:49:32.042170 run osmo-ms-mob/00057: Starting mobile
22:49:32.056606 run osmo-ms-mob/00057(pid=192): Launched
22:49:32.067907 run mass: MS start registered {at=29329077.77124242, delay=0.005004841834306717, ms=00057}
22:49:32.448928 run osmo-ms-mob/00058: Starting mobile
22:49:32.464913 run osmo-ms-mob/00058(pid=193): Launched
22:49:32.476521 run mass: MS start registered {at=29329078.17986918, delay=0.005154270678758621, ms=00058}
22:49:32.744969 run osmo-ms-mob/00059: Starting mobile
22:49:32.759334 run osmo-ms-mob/00059(pid=194): Launched
22:49:32.770344 run mass: MS start registered {at=29329078.473696098, delay=0.004840128123760223, ms=00059}
22:49:32.944292 run mass: MS performed LU {at=29329078.64751156, lu_delay=5.58844131231308, ms=00042}
22:49:32.973610 run osmo-ms-mob/00060: Starting mobile
22:49:32.987085 run osmo-ms-mob/00060(pid=195): Launched
22:49:32.998013 run mass: MS start registered {at=29329078.701365445, delay=0.0046644918620586395, ms=00060}
22:49:33.077764 run mass: MS performed LU {at=29329078.78110177, lu_delay=6.321821860969067, ms=00040}
22:49:33.132591 run mass: MS performed LU {at=29329078.835864607, lu_delay=6.059801459312439, ms=00041}
22:49:33.169348 run mass: MS performed LU {at=29329078.872631036, lu_delay=5.101645551621914, ms=00044}
22:49:33.195848 run osmo-ms-mob/00061: Starting mobile
22:49:33.208953 run osmo-ms-mob/00061(pid=196): Launched
22:49:33.215050 run mass: MS performed LU {at=29329078.918410316, lu_delay=4.850170761346817, ms=00045}
22:49:33.221054 run mass: MS start registered {at=29329078.924418483, delay=0.0060265399515628815, ms=00061}
22:49:33.743949 run osmo-ms-mob/00062: Starting mobile
22:49:33.758087 run osmo-ms-mob/00062(pid=197): Launched
22:49:33.769418 run mass: MS start registered {at=29329079.47276997, delay=0.0049967095255851746, ms=00062}
22:49:34.041094 run osmo-ms-mob/00063: Starting mobile
22:49:34.054962 run osmo-ms-mob/00063(pid=198): Launched
22:49:34.066479 run mass: MS start registered {at=29329079.76982616, delay=0.005085378885269165, ms=00063}
22:49:34.432637 run osmo-ms-mob/00064: Starting mobile
22:49:34.446259 run osmo-ms-mob/00064(pid=199): Launched
22:49:34.457334 run mass: MS start registered {at=29329080.16068179, delay=0.004821952432394028, ms=00064}
22:49:34.744166 run mass: MS performed LU {at=29329080.447416868, lu_delay=6.077707272022963, ms=00046}
22:49:34.774124 run osmo-ms-mob/00065: Starting mobile
22:49:34.788021 run osmo-ms-mob/00065(pid=200): Launched
22:49:34.799674 run mass: MS start registered {at=29329080.5030187, delay=0.005168896168470383, ms=00065}
22:49:34.845100 run mass: MS performed LU {at=29329080.548353057, lu_delay=4.574105445295572, ms=00051}
22:49:34.872678 run mass: MS performed LU {at=29329080.57591683, lu_delay=5.916676547378302, ms=00047}
22:49:34.893998 run osmo-ms-mob/00066: Starting mobile
22:49:34.907349 run osmo-ms-mob/00066(pid=201): Launched
22:49:34.918816 run mass: MS start registered {at=29329080.622160953, delay=0.005228530615568161, ms=00066}
22:49:34.997685 run mass: MS performed LU {at=29329080.7009346, lu_delay=5.641013581305742, ms=00049}
22:49:35.034786 run mass: MS performed LU {at=29329080.73812328, lu_delay=5.81447571888566, ms=00048}
22:49:35.089587 run mass: MS performed LU {at=29329080.792842608, lu_delay=5.41269451379776, ms=00050}
22:49:35.118837 run osmo-ms-mob/00067: Starting mobile
22:49:35.131861 run osmo-ms-mob/00067(pid=202): Launched
22:49:35.142892 run mass: MS start registered {at=29329080.846244797, delay=0.004848405718803406, ms=00067}
22:49:35.834016 run osmo-ms-mob/00068: Starting mobile
22:49:35.848197 run osmo-ms-mob/00068(pid=203): Launched
22:49:35.860467 run mass: MS start registered {at=29329081.563811474, delay=0.005468565970659256, ms=00068}
22:49:35.952685 run mass: MS performed LU {at=29329081.655912146, lu_delay=4.178347688168287, ms=00056}
22:49:36.246293 run osmo-ms-mob/00069: Starting mobile
22:49:36.260799 run osmo-ms-mob/00069(pid=204): Launched
22:49:36.271852 run mass: MS start registered {at=29329081.975202262, delay=0.004638265818357468, ms=00069}
22:49:36.642951 run osmo-ms-mob/00070: Starting mobile
22:49:36.657098 run osmo-ms-mob/00070(pid=205): Launched
22:49:36.663583 run mass: MS performed LU {at=29329082.366938554, lu_delay=5.380214776843786, ms=00055}
22:49:36.669697 run mass: MS start registered {at=29329082.373052295, delay=0.006134584546089172, ms=00070}
22:49:36.699203 run mass: MS performed LU {at=29329082.40252425, lu_delay=5.8439902774989605, ms=00053}
22:49:36.708450 run mass: MS performed LU {at=29329082.411805246, lu_delay=4.640562824904919, ms=00057}
22:49:36.723945 run osmo-ms-mob/00071: Starting mobile
22:49:36.737891 run osmo-ms-mob/00071(pid=206): Launched
22:49:36.749160 run mass: MS start registered {at=29329082.4525088, delay=0.004839017987251282, ms=00071}
22:49:36.953006 run mass: MS performed LU {at=29329082.656334598, lu_delay=6.386433709412813, ms=00052}
22:49:37.431202 run osmo-ms-mob/00072: Starting mobile
22:49:37.446327 run osmo-ms-mob/00072(pid=207): Launched
22:49:37.457688 run mass: MS start registered {at=29329083.161032833, delay=0.0048833563923835754, ms=00072}
22:49:37.669586 run mass: MS performed LU {at=29329083.37281432, lu_delay=6.553540334105492, ms=00054}
22:49:37.830788 run osmo-ms-mob/00073: Starting mobile
22:49:37.845999 run osmo-ms-mob/00073(pid=208): Launched
22:49:37.857897 run mass: MS start registered {at=29329083.56120677, delay=0.005454540252685547, ms=00073}
22:49:38.230042 run osmo-ms-mob/00074: Starting mobile
22:49:38.244058 run osmo-ms-mob/00074(pid=209): Launched
22:49:38.343168 run mass: MS start registered {at=29329084.046421017, delay=0.09262608736753464, ms=00074}
22:49:38.509158 run mass: MS performed LU {at=29329084.21241654, lu_delay=5.738720443099737, ms=00059}
22:49:38.549948 run mass: MS performed LU {at=29329084.253299084, lu_delay=6.0734299048781395, ms=00058}
22:49:38.562747 run osmo-ms-mob/00075: Starting mobile
22:49:38.576484 run osmo-ms-mob/00075(pid=210): Launched
22:49:38.587886 run mass: MS start registered {at=29329084.291242, delay=0.005146555602550507, ms=00075}
22:49:38.637480 run mass: MS performed LU {at=29329084.340773817, lu_delay=5.6394083723425865, ms=00060}
22:49:38.801804 run mass: MS performed LU {at=29329084.505057268, lu_delay=5.580638784915209, ms=00061}
22:49:38.856024 run mass: MS performed LU {at=29329084.559269745, lu_delay=4.789443586021662, ms=00063}
22:49:39.130111 run osmo-ms-mob/00076: Starting mobile
22:49:39.143524 run osmo-ms-mob/00076(pid=211): Launched
22:49:39.155317 run mass: MS start registered {at=29329084.858657323, delay=0.005522981286048889, ms=00076}
22:49:39.535843 run osmo-ms-mob/00077: Starting mobile
22:49:39.549641 run osmo-ms-mob/00077(pid=212): Launched
22:49:39.561096 run mass: MS start registered {at=29329085.264443997, delay=0.005066297948360443, ms=00077}
22:49:40.031227 run osmo-ms-mob/00078: Starting mobile
22:49:40.045917 run osmo-ms-mob/00078(pid=213): Launched
22:49:40.057567 run mass: MS start registered {at=29329085.76089892, delay=0.005099330097436905, ms=00078}
22:49:40.447361 run osmo-ms-mob/00079: Starting mobile
22:49:40.461740 run osmo-ms-mob/00079(pid=214): Launched
22:49:40.473484 run mass: MS start registered {at=29329086.17682788, delay=0.005409255623817444, ms=00079}
22:49:40.480605 run mass: MS performed LU {at=29329086.18396316, lu_delay=4.620151687413454, ms=00068}
22:49:40.492352 run mass: MS performed LU {at=29329086.19569936, lu_delay=5.5735384076833725, ms=00066}
22:49:40.540211 run mass: MS performed LU {at=29329086.24346746, lu_delay=5.39722266420722, ms=00067}
22:49:40.663765 run mass: MS performed LU {at=29329086.367095537, lu_delay=5.864076837897301, ms=00065}
22:49:40.677641 run osmo-ms-mob/00080: Starting mobile
22:49:40.692177 run osmo-ms-mob/00080(pid=215): Launched
22:49:40.700519 run mass: MS performed LU {at=29329086.403871663, lu_delay=6.243189871311188, ms=00064}
22:49:40.706548 run mass: MS start registered {at=29329086.409914494, delay=0.008076414465904236, ms=00080}
22:49:41.441334 run osmo-ms-mob/00081: Starting mobile
22:49:41.455909 run osmo-ms-mob/00081(pid=216): Launched
22:49:41.468355 run mass: MS start registered {at=29329087.171701126, delay=0.006270412355661392, ms=00081}
22:49:41.846276 run osmo-ms-mob/00082: Starting mobile
22:49:41.860849 run osmo-ms-mob/00082(pid=217): Launched
22:49:41.872275 run mass: MS start registered {at=29329087.575622536, delay=0.004903402179479599, ms=00082}
22:49:42.275664 run mass: MS performed LU {at=29329087.97891547, lu_delay=5.6058631762862206, ms=00070}
22:49:42.294740 run mass: MS performed LU {at=29329087.99810392, lu_delay=6.0229016579687595, ms=00069}
22:49:42.305878 run osmo-ms-mob/00083: Starting mobile
22:49:42.319823 run osmo-ms-mob/00083(pid=218): Launched
22:49:42.330170 run mass: MS performed LU {at=29329088.033501647, lu_delay=4.472294878214598, ms=00073}
22:49:42.336473 run mass: MS start registered {at=29329088.039838158, delay=0.010284442454576492, ms=00083}
22:49:42.601938 run mass: MS performed LU {at=29329088.305175826, lu_delay=5.144142992794514, ms=00072}
22:49:42.949981 run osmo-ms-mob/00084: Starting mobile
22:49:42.966375 run osmo-ms-mob/00084(pid=219): Launched
22:49:42.977831 run mass: MS start registered {at=29329088.681181658, delay=0.004715964198112488, ms=00084}
22:49:43.298512 run mass: MS performed LU {at=29329089.00177829, lu_delay=6.549269489943981, ms=00071}
22:49:43.438818 run osmo-ms-mob/00085: Starting mobile
22:49:43.453604 run osmo-ms-mob/00085(pid=220): Launched
22:49:43.465478 run mass: MS start registered {at=29329089.16881913, delay=0.005494620651006699, ms=00085}
22:49:44.046511 run osmo-ms-mob/00086: Starting mobile
22:49:44.060290 run osmo-ms-mob/00086(pid=221): Launched
22:49:44.071493 run mass: MS start registered {at=29329089.774838816, delay=0.005009301006793976, ms=00086}
22:49:44.540300 run mass: MS performed LU {at=29329090.243615825, lu_delay=5.384958501905203, ms=00076}
22:49:44.552620 run osmo-ms-mob/00087: Starting mobile
22:49:44.566724 run osmo-ms-mob/00087(pid=222): Launched
22:49:44.578242 run mass: MS start registered {at=29329090.281589575, delay=0.004970341920852661, ms=00087}
22:49:44.609281 run mass: MS performed LU {at=29329090.31261422, lu_delay=6.0213722214102745, ms=00075}
22:49:44.664922 run mass: MS performed LU {at=29329090.368203137, lu_delay=6.321782119572163, ms=00074}
22:49:44.729861 run mass: MS performed LU {at=29329090.433179718, lu_delay=5.168735720217228, ms=00077}
22:49:45.246532 run osmo-ms-mob/00088: Starting mobile
22:49:45.261034 run osmo-ms-mob/00088(pid=223): Launched
22:49:45.272510 run mass: MS start registered {at=29329090.975862756, delay=0.005124393850564957, ms=00088}
22:49:45.838026 run osmo-ms-mob/00089: Starting mobile
22:49:45.853581 run osmo-ms-mob/00089(pid=224): Launched
22:49:45.866222 run mass: MS start registered {at=29329091.56956722, delay=0.005791213363409042, ms=00089}
22:49:46.039619 run mass: MS performed LU {at=29329091.74295445, lu_delay=5.333039958029985, ms=00080}
22:49:46.058232 run mass: MS performed LU {at=29329091.761567265, lu_delay=5.58473938331008, ms=00079}
22:49:46.095631 run mass: MS performed LU {at=29329091.798926517, lu_delay=6.038027595728636, ms=00078}
22:49:46.359056 run mass: MS performed LU {at=29329092.062367782, lu_delay=4.890666656196117, ms=00081}
22:49:46.371317 run osmo-ms-mob/00090: Starting mobile
22:49:46.384670 run osmo-ms-mob/00090(pid=225): Launched
22:49:46.395934 run mass: MS start registered {at=29329092.0992746, delay=0.004932817071676254, ms=00090}
22:49:47.130608 run osmo-ms-mob/00091: Starting mobile
22:49:47.144041 run osmo-ms-mob/00091(pid=226): Launched
22:49:47.156833 run mass: MS start registered {at=29329092.86018315, delay=0.006540674716234207, ms=00091}
22:49:47.830824 run osmo-ms-mob/00092: Starting mobile
22:49:47.846693 run osmo-ms-mob/00092(pid=227): Launched
22:49:47.858354 run mass: MS start registered {at=29329093.561691135, delay=0.0051883794367313385, ms=00092}
22:49:48.024898 run mass: MS performed LU {at=29329093.728217054, lu_delay=5.047035396099091, ms=00084}
22:49:48.070629 run mass: MS performed LU {at=29329093.77396133, lu_delay=5.734123174101114, ms=00083}
22:49:48.140325 run mass: MS performed LU {at=29329093.843655653, lu_delay=4.674836523830891, ms=00085}
22:49:48.195701 run mass: MS performed LU {at=29329093.89903719, lu_delay=6.323414653539658, ms=00082}
22:49:48.645011 run osmo-ms-mob/00093: Starting mobile
22:49:48.658590 run osmo-ms-mob/00093(pid=228): Launched
22:49:48.670463 run mass: MS start registered {at=29329094.373800382, delay=0.00569910928606987, ms=00093}
22:49:49.533679 run osmo-ms-mob/00094: Starting mobile
22:49:49.547122 run osmo-ms-mob/00094(pid=229): Launched
22:49:49.558390 run mass: MS start registered {at=29329095.26173969, delay=0.005076617002487183, ms=00094}
22:49:49.890537 run mass: MS performed LU {at=29329095.59378405, lu_delay=5.818945232778788, ms=00086}
22:49:49.935661 run mass: MS performed LU {at=29329095.63899524, lu_delay=5.357405666261911, ms=00087}
22:49:50.040942 run mass: MS performed LU {at=29329095.744268324, lu_delay=22.496854960918427, ms=00043}
22:49:50.059716 run mass: MS performed LU {at=29329095.763046987, lu_delay=4.787184230983257, ms=00088}
22:49:50.430427 run osmo-ms-mob/00095: Starting mobile
22:49:50.444390 run osmo-ms-mob/00095(pid=230): Launched
22:49:50.455812 run mass: MS start registered {at=29329096.159157593, delay=0.004931442439556122, ms=00095}
22:49:51.430627 run osmo-ms-mob/00096: Starting mobile
22:49:51.445171 run osmo-ms-mob/00096(pid=231): Launched
22:49:51.456857 run mass: MS start registered {at=29329097.16020428, delay=0.005183573812246323, ms=00096}
22:49:51.791236 run mass: MS performed LU {at=29329097.494492866, lu_delay=4.634309716522694, ms=00091}
22:49:51.837794 run mass: MS performed LU {at=29329097.54102945, lu_delay=5.971462231129408, ms=00089}
22:49:51.906504 run mass: MS performed LU {at=29329097.60975953, lu_delay=5.510484926402569, ms=00090}
22:49:52.537575 run osmo-ms-mob/00097: Starting mobile
22:49:52.552101 run osmo-ms-mob/00097(pid=232): Launched
22:49:52.563740 run mass: MS start registered {at=29329098.267088015, delay=0.005373474210500717, ms=00097}
22:49:53.655956 run mass: MS performed LU {at=29329099.359186877, lu_delay=4.985386494547129, ms=00093}
22:49:53.779320 run mass: MS performed LU {at=29329099.48268344, lu_delay=5.92099230363965, ms=00092}
22:49:53.789978 run osmo-ms-mob/00098: Starting mobile
22:49:53.803344 run osmo-ms-mob/00098(pid=233): Launched
22:49:53.814565 run mass: MS start registered {at=29329099.517916895, delay=0.005063634365797043, ms=00098}
22:49:55.556927 run mass: MS performed LU {at=29329101.260147136, lu_delay=5.100989542901516, ms=00095}
22:49:55.577622 run osmo-ms-mob/00099: Starting mobile
22:49:55.590954 run osmo-ms-mob/00099(pid=234): Launched
22:49:55.597090 run mass: All started... {duration=55.6732077896595, too_slow=18}
22:49:55.603138 run mass: MS performed LU {at=29329101.30649259, lu_delay=6.044752899557352, ms=00094}
22:49:55.609327 run mass: MS start registered {at=29329101.31269011, delay=0.012232266366481781, ms=00099}
22:49:55.906842 run mass: MS performed LU {at=29329101.61016473, lu_delay=22.1373947635293, ms=00062}
22:49:57.420603 run mass: MS performed LU {at=29329103.12386372, lu_delay=4.85677570477128, ms=00097}
22:49:57.467898 run mass: MS performed LU {at=29329103.171171803, lu_delay=6.010967522859573, ms=00096}
22:49:59.323141 run mass: MS performed LU {at=29329105.026393857, lu_delay=5.508476961404085, ms=00098}
22:50:01.187874 run mass: MS performed LU {at=29329106.891088285, lu_delay=5.578398175537586, ms=00099}
22:50:01.210737 run mass: Tests done {all_completed=True, max=22.496854960918427, min=4.178347688168287}
22:50:01.216341 tst register_default_mass.py: Test passed (87.0 sec)
22:50:01.221723 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:01.225010 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:01.228367 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:01.231682 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:01.235072 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:01.238445 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:01.241808 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:01.245410 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:01.248914 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:01.252250 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:01.255596 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:01.258932 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:01.262268 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:01.266028 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:01.269525 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:01.272863 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:01.276384 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:01.279916 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:01.283639 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:01.287132 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:01.290641 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:01.295102 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:01.298626 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:01.302118 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:01.305577 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:01.309087 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:01.312533 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:01.316245 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:01.319886 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:01.323483 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:01.326973 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:01.331090 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:01.334700 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:01.338279 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:01.341898 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:01.345703 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:01.349906 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:01.353548 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:01.357054 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:01.360696 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:01.364168 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:01.367735 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:01.371292 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:01.374764 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:01.379005 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:01.382790 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:01.386783 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:01.390364 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:01.394024 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:01.397625 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:01.401205 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:01.405330 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:01.408960 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:01.412466 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:01.415954 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:01.419449 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:01.423073 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:01.426552 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:01.430016 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:01.433476 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:01.436965 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:01.440424 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:01.443896 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:01.447382 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:01.450838 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:01.454310 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:01.457767 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:01.461247 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:01.464714 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:01.468165 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:01.471631 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:01.475086 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:01.478582 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:01.482041 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:01.485496 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:01.488954 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:01.492422 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:01.495880 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:01.499332 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:01.502779 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:01.506237 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:01.509711 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:01.513860 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:01.517480 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:01.521298 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:01.524760 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:01.528205 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:01.531675 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:01.535128 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:01.538636 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:01.542119 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:01.545584 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:01.549060 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:01.552975 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:01.557017 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:01.560490 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:01.563959 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:01.567512 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:01.570971 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:01.574434 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:01.577875 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:01.581339 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:01.584799 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:01.588259 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:01.591744 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:01.595216 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:01.598688 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:01.602190 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:01.605671 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:01.609139 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:01.612598 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:01.616076 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:01.619631 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:01.632999 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:01.636602 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:01.640187 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:01.643849 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:01.647421 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:01.650980 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:01.654546 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:01.658099 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:01.661699 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:01.665265 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:01.668852 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:01.672420 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:01.675991 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:01.679548 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:01.683107 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:01.686643 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:01.690207 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:01.693746 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:01.697309 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:01.700898 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:01.704476 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:01.708046 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:01.711613 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:01.715177 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:01.718744 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:01.766979 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:01.770331 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:01.773647 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:01.776978 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:01.780279 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:01.783573 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:01.786798 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:01.790045 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:01.793355 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:01.796651 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:01.799947 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:01.803260 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:01.806561 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:01.809861 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:01.813153 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:01.816445 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:01.819739 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:01.823049 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:01.842102 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:01.845735 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:01.849171 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:01.852611 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:01.856049 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:01.859501 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:01.862946 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:01.866382 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:01.869832 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:01.873273 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:01.876728 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:01.880177 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:01.883490 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:01.886788 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:01.890086 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:01.893377 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:01.896655 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:01.900075 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:01.903495 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:01.906920 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:01.910347 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:01.913776 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:01.917205 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:01.920498 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:01.923795 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:01.927220 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:01.930659 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:01.934113 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:01.937572 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:01.941018 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:01.944453 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:01.947919 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:01.951368 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:01.954813 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:01.958259 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:01.961703 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:01.965120 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:01.968558 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:01.972014 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:01.975463 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:01.978873 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:01.982308 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:01.985746 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:01.989171 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:01.992599 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:01.996035 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:01.999370 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:02.002670 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:02.005991 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:02.009301 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:02.012597 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:02.015889 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:02.019188 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:02.022488 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:02.025781 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:02.029065 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:02.032370 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:02.035745 --- ParallelTerminationStrategy: PID 22 died...
22:50:02.037274 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:02.040916 --- ParallelTerminationStrategy: PID 23 died...
22:50:02.042381 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:02.046027 --- ParallelTerminationStrategy: PID 24 died...
22:50:02.047492 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:02.051162 --- ParallelTerminationStrategy: PID 25 died...
22:50:02.052645 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:02.056259 --- ParallelTerminationStrategy: PID 26 died...
22:50:02.057742 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:02.061467 --- ParallelTerminationStrategy: PID 27 died...
22:50:02.063005 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:02.066799 --- ParallelTerminationStrategy: PID 28 died...
22:50:02.068352 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:02.072190 --- ParallelTerminationStrategy: PID 29 died...
22:50:02.073753 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:02.077575 --- ParallelTerminationStrategy: PID 30 died...
22:50:02.079117 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:02.082925 --- ParallelTerminationStrategy: PID 31 died...
22:50:02.084509 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:02.088365 --- ParallelTerminationStrategy: PID 32 died...
22:50:02.089924 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:02.113165 --- ParallelTerminationStrategy: PID 33 died...
22:50:02.114845 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:02.118844 --- ParallelTerminationStrategy: PID 35 died...
22:50:02.120449 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:02.124404 --- ParallelTerminationStrategy: PID 36 died...
22:50:02.126010 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:02.129955 --- ParallelTerminationStrategy: PID 37 died...
22:50:02.131544 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:02.135490 --- ParallelTerminationStrategy: PID 38 died...
22:50:02.137102 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:02.141089 --- ParallelTerminationStrategy: PID 39 died...
22:50:02.142698 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:02.146675 --- ParallelTerminationStrategy: PID 40 died...
22:50:02.148266 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:02.152214 --- ParallelTerminationStrategy: PID 41 died...
22:50:02.153810 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:02.157779 --- ParallelTerminationStrategy: PID 42 died...
22:50:02.159374 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:02.163306 --- ParallelTerminationStrategy: PID 43 died...
22:50:02.164895 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:02.168821 --- ParallelTerminationStrategy: PID 44 died...
22:50:02.170409 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:02.174318 --- ParallelTerminationStrategy: PID 45 died...
22:50:02.175901 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:02.179822 --- ParallelTerminationStrategy: PID 46 died...
22:50:02.181394 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:02.185172 --- ParallelTerminationStrategy: PID 47 died...
22:50:02.186701 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:02.190628 --- ParallelTerminationStrategy: PID 48 died...
22:50:02.192213 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:02.196144 --- ParallelTerminationStrategy: PID 49 died...
22:50:02.197746 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:02.201703 --- ParallelTerminationStrategy: PID 50 died...
22:50:02.203287 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:02.207226 --- ParallelTerminationStrategy: PID 51 died...
22:50:02.208834 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:02.212757 --- ParallelTerminationStrategy: PID 52 died...
22:50:02.214344 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:02.218272 --- ParallelTerminationStrategy: PID 53 died...
22:50:02.219854 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:02.223802 --- ParallelTerminationStrategy: PID 54 died...
22:50:02.225406 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:02.229316 --- ParallelTerminationStrategy: PID 55 died...
22:50:02.230901 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:02.234836 --- ParallelTerminationStrategy: PID 56 died...
22:50:02.236417 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:02.240327 --- ParallelTerminationStrategy: PID 57 died...
22:50:02.241909 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:02.245831 --- ParallelTerminationStrategy: PID 58 died...
22:50:02.247416 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:02.251359 --- ParallelTerminationStrategy: PID 59 died...
22:50:02.252963 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:02.256875 --- ParallelTerminationStrategy: PID 60 died...
22:50:02.258391 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:02.262162 --- ParallelTerminationStrategy: PID 61 died...
22:50:02.263726 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:02.267700 --- ParallelTerminationStrategy: PID 62 died...
22:50:02.269305 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:02.273246 --- ParallelTerminationStrategy: PID 63 died...
22:50:02.274835 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:02.278756 --- ParallelTerminationStrategy: PID 64 died...
22:50:02.280343 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:02.284280 --- ParallelTerminationStrategy: PID 65 died...
22:50:02.285909 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:02.289849 --- ParallelTerminationStrategy: PID 66 died...
22:50:02.291439 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:02.295373 --- ParallelTerminationStrategy: PID 67 died...
22:50:02.296967 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:02.300920 --- ParallelTerminationStrategy: PID 68 died...
22:50:02.302499 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:02.306409 --- ParallelTerminationStrategy: PID 69 died...
22:50:02.307997 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:02.311903 --- ParallelTerminationStrategy: PID 70 died...
22:50:02.313488 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:02.317397 --- ParallelTerminationStrategy: PID 71 died...
22:50:02.318974 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:02.322879 --- ParallelTerminationStrategy: PID 72 died...
22:50:02.324456 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:02.328367 --- ParallelTerminationStrategy: PID 73 died...
22:50:02.329986 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:02.333897 --- ParallelTerminationStrategy: PID 74 died...
22:50:02.335481 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:02.339280 --- ParallelTerminationStrategy: PID 75 died...
22:50:02.340829 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:02.344730 --- ParallelTerminationStrategy: PID 76 died...
22:50:02.365695 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:02.369616 --- ParallelTerminationStrategy: PID 77 died...
22:50:02.371167 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:02.374975 --- ParallelTerminationStrategy: PID 78 died...
22:50:02.376517 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:02.380340 --- ParallelTerminationStrategy: PID 79 died...
22:50:02.381911 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:02.385721 --- ParallelTerminationStrategy: PID 80 died...
22:50:02.387265 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:02.390991 --- ParallelTerminationStrategy: PID 81 died...
22:50:02.392530 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:02.396314 --- ParallelTerminationStrategy: PID 82 died...
22:50:02.397841 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:02.401634 --- ParallelTerminationStrategy: PID 83 died...
22:50:02.403163 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:02.406950 --- ParallelTerminationStrategy: PID 84 died...
22:50:02.408474 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:02.412264 --- ParallelTerminationStrategy: PID 85 died...
22:50:02.413762 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:02.417466 --- ParallelTerminationStrategy: PID 86 died...
22:50:02.419013 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:02.422817 --- ParallelTerminationStrategy: PID 87 died...
22:50:02.424348 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:02.428172 --- ParallelTerminationStrategy: PID 88 died...
22:50:02.429736 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:02.433565 --- ParallelTerminationStrategy: PID 89 died...
22:50:02.435103 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:02.438922 --- ParallelTerminationStrategy: PID 90 died...
22:50:02.440452 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:02.444287 --- ParallelTerminationStrategy: PID 91 died...
22:50:02.445833 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:02.501852 --- ParallelTerminationStrategy: PID 92 died...
22:50:02.503437 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:02.507305 --- ParallelTerminationStrategy: PID 93 died...
22:50:02.508869 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:02.512677 --- ParallelTerminationStrategy: PID 94 died...
22:50:02.514238 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:02.518079 --- ParallelTerminationStrategy: PID 95 died...
22:50:02.519646 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:02.523481 --- ParallelTerminationStrategy: PID 96 died...
22:50:02.525034 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:02.528873 --- ParallelTerminationStrategy: PID 97 died...
22:50:02.530431 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:02.534273 --- ParallelTerminationStrategy: PID 98 died...
22:50:02.535835 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:02.539653 --- ParallelTerminationStrategy: PID 99 died...
22:50:02.541182 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:02.544813 --- ParallelTerminationStrategy: PID 100 died...
22:50:02.546347 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:02.550065 --- ParallelTerminationStrategy: PID 101 died...
22:50:02.551539 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:02.555179 --- ParallelTerminationStrategy: PID 102 died...
22:50:02.556661 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:02.560304 --- ParallelTerminationStrategy: PID 103 died...
22:50:02.561785 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:02.565437 --- ParallelTerminationStrategy: PID 104 died...
22:50:02.566913 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:02.570549 --- ParallelTerminationStrategy: PID 105 died...
22:50:02.572014 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:02.575703 --- ParallelTerminationStrategy: PID 106 died...
22:50:02.577193 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:02.580874 --- ParallelTerminationStrategy: PID 107 died...
22:50:02.582412 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:02.586179 --- ParallelTerminationStrategy: PID 108 died...
22:50:02.587647 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:02.591303 --- ParallelTerminationStrategy: PID 109 died...
22:50:02.592782 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:02.596426 --- ParallelTerminationStrategy: PID 110 died...
22:50:02.597918 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:02.601577 --- ParallelTerminationStrategy: PID 111 died...
22:50:02.603047 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:02.606683 --- ParallelTerminationStrategy: PID 112 died...
22:50:02.608150 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:02.611796 --- ParallelTerminationStrategy: PID 113 died...
22:50:02.613271 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:02.616912 --- ParallelTerminationStrategy: PID 114 died...
22:50:02.618379 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:02.621994 --- ParallelTerminationStrategy: PID 115 died...
22:50:02.623462 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:02.627081 --- ParallelTerminationStrategy: PID 116 died...
22:50:02.628520 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:02.632115 --- ParallelTerminationStrategy: PID 117 died...
22:50:02.633571 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:02.637143 --- ParallelTerminationStrategy: PID 118 died...
22:50:02.638575 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:02.642167 --- ParallelTerminationStrategy: PID 119 died...
22:50:02.643639 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:02.647214 --- ParallelTerminationStrategy: PID 120 died...
22:50:02.648728 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:02.652390 --- ParallelTerminationStrategy: PID 121 died...
22:50:02.653876 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:02.657544 --- ParallelTerminationStrategy: PID 122 died...
22:50:02.659008 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:02.662657 --- ParallelTerminationStrategy: PID 123 died...
22:50:02.664127 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:02.667804 --- ParallelTerminationStrategy: PID 124 died...
22:50:02.669284 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:02.672921 --- ParallelTerminationStrategy: PID 125 died...
22:50:02.674390 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:02.678030 --- ParallelTerminationStrategy: PID 126 died...
22:50:02.679506 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:02.683112 --- ParallelTerminationStrategy: PID 127 died...
22:50:02.684547 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:02.688139 --- ParallelTerminationStrategy: PID 128 died...
22:50:02.689597 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:02.693179 --- ParallelTerminationStrategy: PID 129 died...
22:50:02.694622 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:02.698236 --- ParallelTerminationStrategy: PID 130 died...
22:50:02.699706 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:02.703346 --- ParallelTerminationStrategy: PID 131 died...
22:50:02.704818 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:02.708446 --- ParallelTerminationStrategy: PID 132 died...
22:50:02.709940 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:02.713583 --- ParallelTerminationStrategy: PID 133 died...
22:50:02.715065 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:02.718717 --- ParallelTerminationStrategy: PID 134 died...
22:50:02.720197 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:02.723804 --- ParallelTerminationStrategy: PID 135 died...
22:50:02.725308 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:02.728981 --- ParallelTerminationStrategy: PID 136 died...
22:50:02.730600 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:02.734389 --- ParallelTerminationStrategy: PID 137 died...
22:50:02.735876 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:02.739578 --- ParallelTerminationStrategy: PID 138 died...
22:50:02.741088 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:02.744768 --- ParallelTerminationStrategy: PID 139 died...
22:50:02.746227 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:02.749860 --- ParallelTerminationStrategy: PID 140 died...
22:50:02.751318 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:02.754952 --- ParallelTerminationStrategy: PID 141 died...
22:50:02.756411 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:02.759999 --- ParallelTerminationStrategy: PID 142 died...
22:50:02.761482 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:02.765123 --- ParallelTerminationStrategy: PID 143 died...
22:50:02.766575 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:02.770232 --- ParallelTerminationStrategy: PID 144 died...
22:50:02.771679 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:02.775400 --- ParallelTerminationStrategy: PID 145 died...
22:50:02.776902 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:02.780566 --- ParallelTerminationStrategy: PID 146 died...
22:50:02.782072 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:02.785753 --- ParallelTerminationStrategy: PID 147 died...
22:50:02.787220 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:02.790882 --- ParallelTerminationStrategy: PID 148 died...
22:50:02.792353 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:02.796025 --- ParallelTerminationStrategy: PID 149 died...
22:50:02.797523 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:02.801232 --- ParallelTerminationStrategy: PID 150 died...
22:50:02.802719 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:02.806388 --- ParallelTerminationStrategy: PID 151 died...
22:50:02.807863 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:02.811548 --- ParallelTerminationStrategy: PID 152 died...
22:50:02.813035 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:02.816685 --- ParallelTerminationStrategy: PID 153 died...
22:50:02.818153 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:02.821844 --- ParallelTerminationStrategy: PID 154 died...
22:50:02.823320 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:02.826981 --- ParallelTerminationStrategy: PID 155 died...
22:50:02.828451 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:02.832147 --- ParallelTerminationStrategy: PID 156 died...
22:50:02.833667 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:02.837487 --- ParallelTerminationStrategy: PID 157 died...
22:50:02.838988 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:02.842693 --- ParallelTerminationStrategy: PID 158 died...
22:50:02.844207 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:02.847873 --- ParallelTerminationStrategy: PID 159 died...
22:50:02.849419 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:02.853126 --- ParallelTerminationStrategy: PID 160 died...
22:50:02.854605 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:02.858275 --- ParallelTerminationStrategy: PID 161 died...
22:50:02.859746 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:02.863427 --- ParallelTerminationStrategy: PID 162 died...
22:50:02.864903 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:02.868559 --- ParallelTerminationStrategy: PID 163 died...
22:50:02.870033 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:02.873730 --- ParallelTerminationStrategy: PID 164 died...
22:50:02.875207 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:02.878878 --- ParallelTerminationStrategy: PID 165 died...
22:50:02.880352 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:02.884055 --- ParallelTerminationStrategy: PID 166 died...
22:50:02.885595 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:02.889418 --- ParallelTerminationStrategy: PID 167 died...
22:50:02.890942 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:02.894678 --- ParallelTerminationStrategy: PID 168 died...
22:50:02.896184 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:02.900026 --- ParallelTerminationStrategy: PID 169 died...
22:50:02.901542 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:02.905220 --- ParallelTerminationStrategy: PID 170 died...
22:50:02.906715 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:02.910508 --- ParallelTerminationStrategy: PID 171 died...
22:50:02.912059 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:02.916771 --- ParallelTerminationStrategy: PID 172 died...
22:50:02.918328 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:02.922090 --- ParallelTerminationStrategy: PID 173 died...
22:50:02.923598 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:02.927432 --- ParallelTerminationStrategy: PID 174 died...
22:50:02.928998 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:02.932669 --- ParallelTerminationStrategy: PID 175 died...
22:50:02.934335 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:02.938035 --- ParallelTerminationStrategy: PID 176 died...
22:50:02.939504 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:02.943186 --- ParallelTerminationStrategy: PID 177 died...
22:50:02.944717 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:02.948379 --- ParallelTerminationStrategy: PID 178 died...
22:50:02.949854 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:02.953512 --- ParallelTerminationStrategy: PID 179 died...
22:50:02.954988 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:02.958764 --- ParallelTerminationStrategy: PID 180 died...
22:50:02.960290 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:02.963984 --- ParallelTerminationStrategy: PID 181 died...
22:50:02.965465 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:02.969229 --- ParallelTerminationStrategy: PID 182 died...
22:50:02.970706 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:02.974360 --- ParallelTerminationStrategy: PID 183 died...
22:50:02.975825 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:02.979618 --- ParallelTerminationStrategy: PID 184 died...
22:50:02.981096 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:02.984753 --- ParallelTerminationStrategy: PID 185 died...
22:50:02.986232 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:02.990055 --- ParallelTerminationStrategy: PID 186 died...
22:50:02.991594 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:02.995436 --- ParallelTerminationStrategy: PID 187 died...
22:50:02.996994 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:03.000811 --- ParallelTerminationStrategy: PID 188 died...
22:50:03.002357 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:03.006240 --- ParallelTerminationStrategy: PID 189 died...
22:50:03.007787 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:03.011630 --- ParallelTerminationStrategy: PID 190 died...
22:50:03.013174 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:03.017038 --- ParallelTerminationStrategy: PID 191 died...
22:50:03.018588 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:03.022450 --- ParallelTerminationStrategy: PID 192 died...
22:50:03.024004 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:03.027859 --- ParallelTerminationStrategy: PID 193 died...
22:50:03.029406 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:03.033241 --- ParallelTerminationStrategy: PID 194 died...
22:50:03.034779 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:03.038639 --- ParallelTerminationStrategy: PID 195 died...
22:50:03.040184 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:03.044020 --- ParallelTerminationStrategy: PID 196 died...
22:50:03.045557 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:03.049408 --- ParallelTerminationStrategy: PID 197 died...
22:50:03.050951 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:03.054787 --- ParallelTerminationStrategy: PID 198 died...
22:50:03.056325 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:03.060027 --- ParallelTerminationStrategy: PID 199 died...
22:50:03.061505 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:03.065178 --- ParallelTerminationStrategy: PID 200 died...
22:50:03.066660 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:03.070371 --- ParallelTerminationStrategy: PID 201 died...
22:50:03.071845 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:03.075555 --- ParallelTerminationStrategy: PID 202 died...
22:50:03.077040 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:03.080733 --- ParallelTerminationStrategy: PID 203 died...
22:50:03.082226 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:03.085906 --- ParallelTerminationStrategy: PID 204 died...
22:50:03.087381 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:03.091084 --- ParallelTerminationStrategy: PID 205 died...
22:50:03.092571 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:03.096272 --- ParallelTerminationStrategy: PID 206 died...
22:50:03.097752 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:03.101422 --- ParallelTerminationStrategy: PID 207 died...
22:50:03.102897 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:03.106598 --- ParallelTerminationStrategy: PID 208 died...
22:50:03.108084 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:03.111762 --- ParallelTerminationStrategy: PID 209 died...
22:50:03.113247 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:03.116928 --- ParallelTerminationStrategy: PID 210 died...
22:50:03.118417 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:03.122143 --- ParallelTerminationStrategy: PID 211 died...
22:50:03.123628 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:03.127303 --- ParallelTerminationStrategy: PID 212 died...
22:50:03.128780 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:03.132435 --- ParallelTerminationStrategy: PID 213 died...
22:50:03.133945 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:03.137593 --- ParallelTerminationStrategy: PID 214 died...
22:50:03.139041 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:03.142649 --- ParallelTerminationStrategy: PID 215 died...
22:50:03.144099 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:03.147725 --- ParallelTerminationStrategy: PID 216 died...
22:50:03.149213 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:03.152901 --- ParallelTerminationStrategy: PID 217 died...
22:50:03.154346 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:03.157967 --- ParallelTerminationStrategy: PID 218 died...
22:50:03.159405 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:03.162994 --- ParallelTerminationStrategy: PID 219 died...
22:50:03.164438 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:03.168038 --- ParallelTerminationStrategy: PID 220 died...
22:50:03.169486 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:03.173072 --- ParallelTerminationStrategy: PID 221 died...
22:50:03.174518 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:03.178127 --- ParallelTerminationStrategy: PID 222 died...
22:50:03.179886 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:03.183582 --- ParallelTerminationStrategy: PID 223 died...
22:50:03.185117 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:03.188700 --- ParallelTerminationStrategy: PID 224 died...
22:50:03.190158 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:03.193832 --- ParallelTerminationStrategy: PID 225 died...
22:50:03.195306 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:03.198968 --- ParallelTerminationStrategy: PID 226 died...
22:50:03.200443 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:03.204147 --- ParallelTerminationStrategy: PID 227 died...
22:50:03.205634 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:03.209316 --- ParallelTerminationStrategy: PID 228 died...
22:50:03.210797 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:03.214452 --- ParallelTerminationStrategy: PID 229 died...
22:50:03.215934 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:03.219614 --- ParallelTerminationStrategy: PID 230 died...
22:50:03.221095 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:03.224775 --- ParallelTerminationStrategy: PID 231 died...
22:50:03.226246 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:03.229973 --- ParallelTerminationStrategy: PID 232 died...
22:50:03.231447 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:03.235117 --- ParallelTerminationStrategy: PID 233 died...
22:50:03.236594 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:03.240280 --- ParallelTerminationStrategy: PID 234 died...
22:50:03.241766 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:06.645288 --- ParallelTerminationStrategy: PID 34 died...
22:50:06.647458 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8184 netreg_mass PASS
---------------------------------------------------------------------
22:50:06.800723 tst trial-8184: Storing JUnit report in /build/trial-8184/run.2025-12-18_22-48-33/trial-8184.xml
--------------------------------------------------------------------------------------------
trial-8184 PASS
--------------------------------------------------------------------------------------------
22:50:06.813949 tst trial-8184: trial-8184: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8184/inst
+ cd trial-8184
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-18 22:48:33
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8184-run.tgz run.2025-12-18_22-48-33
+ tar czf /build/trial-8184-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-18_19_11_51.tgz osmo-bts-oc2g.build-2025-12-18_00_51_58.tgz osmo-bts-sysmo.build-2025-12-18_00_51_42.tgz osmo-bts.build-2025-12-18_00_51_53.tgz osmo-ggsn.build-2025-12-18_20_42_31.tgz osmo-hlr.build-2025-12-18_16_39_13.tgz osmo-hnbgw.build-2025-12-18_13_43_50.tgz osmo-mgw.build-2025-12-18_08_33_12.tgz osmo-msc.build-2025-12-18_13_35_48.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-18_07_36_24.tgz osmo-pcu-sysmo.build-2025-12-18_07_36_28.tgz osmo-pcu.build-2025-12-18_07_38_36.tgz osmo-sgsn.build-2025-12-18_20_48_17.tgz osmo-stp.build-2025-12-18_13_23_22.tgz osmo-trx.build-2025-12-18_14_29_52.tgz osmocom-bb.build-2025-12-18_21_17_25.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