--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 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:
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [ 3/28] RUN groupadd osmo-gsm-tester
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [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
#9 CACHED
#10 [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
#10 CACHED
#11 [20/28] WORKDIR /TMP
#11 CACHED
#12 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#12 CACHED
#13 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#13 CACHED
#14 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#14 CACHED
#15 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#17 CACHED
#18 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#18 CACHED
#19 [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
#19 CACHED
#20 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#20 CACHED
#21 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#21 CACHED
#22 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#22 CACHED
#23 [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
#23 CACHED
#24 [ 8/28] RUN MKDIR /var/run/sshd
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 CACHED
#27 [ 9/28] COPY SSH /root/.ssh
#27 CACHED
#28 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#28 CACHED
#29 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#29 CACHED
#30 [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
#30 CACHED
#31 [ 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
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b54a9c7e23f3f87f8e408547ddaa579f4edd114513c4cb7452a4955118aa2757 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=8030 -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-07-17 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8030
+ mkdir -p trial-8030
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-17_13_26_46.tgz osmo-bts-oc2g.build-2025-07-17_00_51_28.tgz osmo-bts-sysmo.build-2025-07-17_00_51_35.tgz osmo-bts.build-2025-07-17_00_51_40.tgz osmo-ggsn.build-2025-07-17_20_42_39.tgz osmo-hlr.build-2025-07-17_16_36_50.tgz osmo-hnbgw.build-2025-07-17_13_28_54.tgz osmo-mgw.build-2025-07-17_08_33_12.tgz osmo-msc.build-2025-07-17_13_32_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-17_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-17_07_36_01.tgz osmo-pcu.build-2025-07-17_07_36_08.tgz osmo-sgsn.build-2025-07-17_20_48_18.tgz osmo-stp.build-2025-07-17_13_25_22.tgz osmo-trx.build-2025-07-17_14_28_33.tgz osmocom-bb.build-2025-07-17_21_17_09.tgz srslte.build-19.tgz trial-8030
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-17_13_26_46.md5 osmo-bts-oc2g.build-2025-07-17_00_51_28.md5 osmo-bts-sysmo.build-2025-07-17_00_51_35.md5 osmo-bts.build-2025-07-17_00_51_40.md5 osmo-ggsn.build-2025-07-17_20_42_39.md5 osmo-hlr.build-2025-07-17_16_36_50.md5 osmo-hnbgw.build-2025-07-17_13_28_54.md5 osmo-mgw.build-2025-07-17_08_33_12.md5 osmo-msc.build-2025-07-17_13_32_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-17_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-17_07_36_01.md5 osmo-pcu.build-2025-07-17_07_36_08.md5 osmo-sgsn.build-2025-07-17_20_48_18.md5 osmo-stp.build-2025-07-17_13_25_22.md5 osmo-trx.build-2025-07-17_14_28_33.md5 osmocom-bb.build-2025-07-17_21_17_09.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-17_13_26_46.md5 osmo-bts-oc2g.build-2025-07-17_00_51_28.md5 osmo-bts-sysmo.build-2025-07-17_00_51_35.md5 osmo-bts.build-2025-07-17_00_51_40.md5 osmo-ggsn.build-2025-07-17_20_42_39.md5 osmo-hlr.build-2025-07-17_16_36_50.md5 osmo-hnbgw.build-2025-07-17_13_28_54.md5 osmo-mgw.build-2025-07-17_08_33_12.md5 osmo-msc.build-2025-07-17_13_32_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-17_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-17_07_36_01.md5 osmo-pcu.build-2025-07-17_07_36_08.md5 osmo-sgsn.build-2025-07-17_20_48_18.md5 osmo-stp.build-2025-07-17_13_25_22.md5 osmo-trx.build-2025-07-17_14_28_33.md5 osmocom-bb.build-2025-07-17_21_17_09.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-8030 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8030'
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-8030
--------------------------------------------------------------------------------------------
22:48:25.798329 tst trial-8030: Detailed log at /build/trial-8030/run.2025-07-17_22-48-25/log
---------------------------------------------------------------------
trial-8030 netreg_mass
---------------------------------------------------------------------
22:48:26.029405 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:26.029781 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:26.030626 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:26.031838 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:26.079090 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:26.079991 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:26.081287 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:26.150897 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-8030 netreg_mass register_default_mass.py
----------------------------------------------
22:48:26.152184 tst register_default_mass.py:9: Claiming resources for the test
22:48:26.173327 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.173912 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.174425 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.174889 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.175351 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.175829 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.176298 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:26.222210 tst register_default_mass.py: using LAC 2
22:48:26.266332 tst register_default_mass.py: using RAC 2
22:48:26.308944 tst register_default_mass.py: using CellId 2
22:48:26.362642 tst register_default_mass.py: using BVCI 3
22:48:26.371470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.372122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.372672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.373200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.373735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.374293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.374827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.375389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.375953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.376485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.377032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.377560 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.378093 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.378619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.379173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.379724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.380253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.380816 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.381368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.381904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.382432 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.383012 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.383583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.384149 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.384732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.385300 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.385860 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.386422 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.387000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.387562 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.388128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.388694 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.389255 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.389838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.390411 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.390967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.391543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.392104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.392660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.393236 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.393792 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.394357 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.394930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.395486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.396041 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.396604 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.397233 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.397789 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.398345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.398897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.399470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.400023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.400579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.401142 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.401718 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.402280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.402833 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.403409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.403964 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.404505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.405165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.405738 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.406302 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.406862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.407435 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.408004 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.408576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.409182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.409772 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.410346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.410926 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.411519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.412196 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.412797 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.413372 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.413947 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.414628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.415235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.415825 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.416406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.417018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.417607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.418188 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.418788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.419376 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.419955 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.420535 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.421127 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.421719 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.422301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.422892 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.423500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.424113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.424716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.425308 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.425905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.426503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.427098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.427704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.428291 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.428887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.429563 tst register_default_mass.py:21: Launching a simple network
22:48:26.441460 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:26.581438 run create_hlr_db(pid=20): Launched
22:48:27.592421 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:27.610976 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:27.633349 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:27.640287 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:27.847042 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:27.864887 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:27.871734 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:28.353768 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:28.371840 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:31.383702 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:31.498791 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:31.514527 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:31.520477 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:31.546334 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:31.564985 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:31.571508 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:31.916171 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:31.933681 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:37.951001 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:38.103948 run osmo-bts-virtual(pid=34): Launched
22:48:39.156535 tst register_default_mass.py: using MSISDN 1001
22:48:39.164323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:39.247257 tst register_default_mass.py: using MSISDN 1002
22:48:39.253041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:39.328615 tst register_default_mass.py: using MSISDN 1003
22:48:39.334197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:39.407490 tst register_default_mass.py: using MSISDN 1004
22:48:39.413439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:39.488889 tst register_default_mass.py: using MSISDN 1005
22:48:39.498640 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:39.568540 tst register_default_mass.py: using MSISDN 1006
22:48:39.575954 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:39.640841 tst register_default_mass.py: using MSISDN 1007
22:48:39.646533 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.712558 tst register_default_mass.py: using MSISDN 1008
22:48:39.718265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.792082 tst register_default_mass.py: using MSISDN 1009
22:48:39.797711 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.856514 tst register_default_mass.py: using MSISDN 1010
22:48:39.862508 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.936277 tst register_default_mass.py: using MSISDN 1011
22:48:39.942115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.018585 tst register_default_mass.py: using MSISDN 1012
22:48:40.024366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:40.087880 tst register_default_mass.py: using MSISDN 1013
22:48:40.093832 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:40.168345 tst register_default_mass.py: using MSISDN 1014
22:48:40.174018 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:40.240036 tst register_default_mass.py: using MSISDN 1015
22:48:40.245844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.331448 tst register_default_mass.py: using MSISDN 1016
22:48:40.340039 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.409520 tst register_default_mass.py: using MSISDN 1017
22:48:40.415413 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.483079 tst register_default_mass.py: using MSISDN 1018
22:48:40.491649 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.571886 tst register_default_mass.py: using MSISDN 1019
22:48:40.577673 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.645706 tst register_default_mass.py: using MSISDN 1020
22:48:40.651482 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.724739 tst register_default_mass.py: using MSISDN 1021
22:48:40.730405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.805986 tst register_default_mass.py: using MSISDN 1022
22:48:40.813155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.877343 tst register_default_mass.py: using MSISDN 1023
22:48:40.883021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:40.945872 tst register_default_mass.py: using MSISDN 1024
22:48:40.951764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:41.022040 tst register_default_mass.py: using MSISDN 1025
22:48:41.029213 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:41.103969 tst register_default_mass.py: using MSISDN 1026
22:48:41.109652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:41.175352 tst register_default_mass.py: using MSISDN 1027
22:48:41.180981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.269488 tst register_default_mass.py: using MSISDN 1028
22:48:41.275554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.354484 tst register_default_mass.py: using MSISDN 1029
22:48:41.361512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.438063 tst register_default_mass.py: using MSISDN 1030
22:48:41.443787 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.517658 tst register_default_mass.py: using MSISDN 1031
22:48:41.523284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.589323 tst register_default_mass.py: using MSISDN 1032
22:48:41.594968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.666897 tst register_default_mass.py: using MSISDN 1033
22:48:41.672572 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.735258 tst register_default_mass.py: using MSISDN 1034
22:48:41.741327 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:41.815782 tst register_default_mass.py: using MSISDN 1035
22:48:41.821882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:41.893249 tst register_default_mass.py: using MSISDN 1036
22:48:41.899109 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:41.972619 tst register_default_mass.py: using MSISDN 1037
22:48:41.978372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:42.057178 tst register_default_mass.py: using MSISDN 1038
22:48:42.067692 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:42.136754 tst register_default_mass.py: using MSISDN 1039
22:48:42.142716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:42.215845 tst register_default_mass.py: using MSISDN 1040
22:48:42.222330 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:42.296749 tst register_default_mass.py: using MSISDN 1041
22:48:42.302690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:42.371886 tst register_default_mass.py: using MSISDN 1042
22:48:42.381805 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.450614 tst register_default_mass.py: using MSISDN 1043
22:48:42.456261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.532026 tst register_default_mass.py: using MSISDN 1044
22:48:42.537942 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.610870 tst register_default_mass.py: using MSISDN 1045
22:48:42.616727 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.697136 tst register_default_mass.py: using MSISDN 1046
22:48:42.703045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:42.782145 tst register_default_mass.py: using MSISDN 1047
22:48:42.788224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:42.862606 tst register_default_mass.py: using MSISDN 1048
22:48:42.868292 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:42.939513 tst register_default_mass.py: using MSISDN 1049
22:48:42.949490 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:43.018729 tst register_default_mass.py: using MSISDN 1050
22:48:43.024652 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:43.089383 tst register_default_mass.py: using MSISDN 1051
22:48:43.095364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:43.173399 tst register_default_mass.py: using MSISDN 1052
22:48:43.183742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:43.249503 tst register_default_mass.py: using MSISDN 1053
22:48:43.255311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:43.328923 tst register_default_mass.py: using MSISDN 1054
22:48:43.334694 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.410206 tst register_default_mass.py: using MSISDN 1055
22:48:43.416259 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.488657 tst register_default_mass.py: using MSISDN 1056
22:48:43.494509 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:43.569147 tst register_default_mass.py: using MSISDN 1057
22:48:43.576643 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:43.650362 tst register_default_mass.py: using MSISDN 1058
22:48:43.658077 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:43.724014 tst register_default_mass.py: using MSISDN 1059
22:48:43.732318 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:43.812095 tst register_default_mass.py: using MSISDN 1060
22:48:43.818307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:43.891187 tst register_default_mass.py: using MSISDN 1061
22:48:43.898099 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:43.979196 tst register_default_mass.py: using MSISDN 1062
22:48:43.985263 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:44.052129 tst register_default_mass.py: using MSISDN 1063
22:48:44.058087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:44.138601 tst register_default_mass.py: using MSISDN 1064
22:48:44.149529 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:44.218709 tst register_default_mass.py: using MSISDN 1065
22:48:44.224506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.306025 tst register_default_mass.py: using MSISDN 1066
22:48:44.311797 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.387066 tst register_default_mass.py: using MSISDN 1067
22:48:44.393675 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.466133 tst register_default_mass.py: using MSISDN 1068
22:48:44.472138 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:44.553854 tst register_default_mass.py: using MSISDN 1069
22:48:44.560258 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:44.632697 tst register_default_mass.py: using MSISDN 1070
22:48:44.640424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:44.712578 tst register_default_mass.py: using MSISDN 1071
22:48:44.718388 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:44.785347 tst register_default_mass.py: using MSISDN 1072
22:48:44.791140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:44.856243 tst register_default_mass.py: using MSISDN 1073
22:48:44.861982 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:44.935787 tst register_default_mass.py: using MSISDN 1074
22:48:44.941525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.014945 tst register_default_mass.py: using MSISDN 1075
22:48:45.020994 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.101097 tst register_default_mass.py: using MSISDN 1076
22:48:45.110690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.185653 tst register_default_mass.py: using MSISDN 1077
22:48:45.194929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.253765 tst register_default_mass.py: using MSISDN 1078
22:48:45.259485 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.334939 tst register_default_mass.py: using MSISDN 1079
22:48:45.340733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.405566 tst register_default_mass.py: using MSISDN 1080
22:48:45.411262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:45.475366 tst register_default_mass.py: using MSISDN 1081
22:48:45.481220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:45.567892 tst register_default_mass.py: using MSISDN 1082
22:48:45.573847 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:45.641725 tst register_default_mass.py: using MSISDN 1083
22:48:45.647563 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:45.719840 tst register_default_mass.py: using MSISDN 1084
22:48:45.725895 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:45.805962 tst register_default_mass.py: using MSISDN 1085
22:48:45.811712 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:45.889289 tst register_default_mass.py: using MSISDN 1086
22:48:45.898649 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:45.969930 tst register_default_mass.py: using MSISDN 1087
22:48:45.979174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.056870 tst register_default_mass.py: using MSISDN 1088
22:48:46.066952 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.128447 tst register_default_mass.py: using MSISDN 1089
22:48:46.134273 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.198910 tst register_default_mass.py: using MSISDN 1090
22:48:46.205647 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:46.287071 tst register_default_mass.py: using MSISDN 1091
22:48:46.293163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:46.370502 tst register_default_mass.py: using MSISDN 1092
22:48:46.376418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:46.442542 tst register_default_mass.py: using MSISDN 1093
22:48:46.448317 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:46.518613 tst register_default_mass.py: using MSISDN 1094
22:48:46.524633 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:46.592549 tst register_default_mass.py: using MSISDN 1095
22:48:46.598604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:46.661883 tst register_default_mass.py: using MSISDN 1096
22:48:46.669090 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:46.732868 tst register_default_mass.py: using MSISDN 1097
22:48:46.738445 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:46.806009 tst register_default_mass.py: using MSISDN 1098
22:48:46.812173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:46.875775 tst register_default_mass.py: using MSISDN 1099
22:48:46.881949 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:46.964545 tst register_default_mass.py: using MSISDN 1100
22:48:46.970531 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:47.088581 run mass: Starting testcase
22:48:47.094452 run mass: Pre-launching all virtphy's
22:48:47.100002 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:47.113520 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:47.119998 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:47.134273 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:47.140740 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:47.154345 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:47.160823 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:47.174444 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:47.180759 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:47.194245 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:47.200689 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:47.214393 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:47.221051 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:47.234924 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:47.241111 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:47.254361 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:47.260464 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:47.273725 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:47.279868 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:47.293428 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:47.299755 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:47.313435 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:47.319789 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:47.333473 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:47.339743 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:47.353364 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:47.359646 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:47.373243 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:47.379490 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:47.393124 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:47.399429 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:47.413055 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:47.419253 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:47.432864 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:47.439159 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:47.452469 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:47.458524 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:47.471732 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:47.477767 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:47.490931 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:47.497020 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:47.510212 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:47.516359 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:47.529820 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:47.536130 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:47.549474 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:47.555646 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:47.568841 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:47.574939 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:47.588061 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:47.594392 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:47.607718 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:47.614008 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:47.627121 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:47.633201 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:47.646568 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:47.652815 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:47.666026 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:47.672124 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:47.685352 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:47.691393 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:47.704465 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:47.710489 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:47.723976 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:47.730042 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:47.743159 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:47.749299 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:47.762688 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:47.769027 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.782761 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.789085 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.802755 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.809069 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.822786 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.829143 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.842801 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.849227 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.862949 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.869258 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.882711 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.889042 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.902453 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.908740 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.922410 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:47.928713 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.942299 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:47.948484 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.961534 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.967636 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.980864 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.986984 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:48.000164 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:48.006233 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:48.019300 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:48.025392 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:48.038632 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:48.044808 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:48.057731 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:48.063820 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:48.076754 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:48.082859 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:48.095932 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:48.102245 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:48.115792 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:48.122231 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:48.135924 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:48.142277 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:48.155929 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:48.162294 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:48.175936 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:48.182231 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:48.195705 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:48.201938 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:48.215448 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:48.221725 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:48.235428 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:48.241712 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:48.255509 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:48.261650 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:48.274904 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:48.281118 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:48.294720 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:48.301068 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:48.314720 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:48.320893 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:48.334571 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:48.340868 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:48.354649 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:48.360979 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:48.374635 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:48.380968 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:48.394458 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:48.400513 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:48.413806 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:48.419900 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:48.433029 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:48.439129 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:48.452293 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:48.458378 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:48.471717 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:48.477817 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:48.491152 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:48.497348 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:48.511004 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:48.517306 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:48.531116 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:48.539418 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:48.554556 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:48.561038 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:48.575099 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:48.581532 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:48.595403 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:48.601862 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:48.615701 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:48.621976 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:48.635282 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:48.641715 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:48.655168 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:48.661370 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:48.674961 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:48.681254 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:48.694637 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:48.700775 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:48.714343 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:48.720497 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:48.734003 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:48.740235 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:48.753805 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:48.760134 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:48.773554 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.779741 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.793201 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.799546 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.812910 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.819183 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.832508 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.838673 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.852266 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.858550 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.871671 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.877839 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.890942 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.897073 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.910200 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.916266 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.929410 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.935487 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.948653 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.954791 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.968280 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.974538 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.987913 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.993999 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:49.007713 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:49.014057 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:49.027947 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:49.034245 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:49.047949 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:49.054340 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:49.068051 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:49.074272 run mass: Checking if sockets are in the filesystem
22:48:49.086892 run osmo-ms-mob/00000: Starting mobile
22:48:49.100750 run osmo-ms-mob/00000(pid=135): Launched
22:48:49.113663 run mass: MS start registered {at=16023434.817011507, delay=0.006664576008915901, ms=00000}
22:48:53.286227 run osmo-ms-mob/00001: Starting mobile
22:48:53.299594 run osmo-ms-mob/00001(pid=136): Launched
22:48:53.310576 run mass: MS start registered {at=16023439.013923185, delay=0.004817076027393341, ms=00001}
22:48:54.698474 run mass: MS performed LU {at=16023440.401799155, lu_delay=5.5847876481711864, ms=00000}
22:48:55.086101 run osmo-ms-mob/00002: Starting mobile
22:48:55.100114 run osmo-ms-mob/00002(pid=137): Launched
22:48:55.111382 run mass: MS start registered {at=16023440.81472538, delay=0.004913900047540665, ms=00002}
22:48:56.386002 run osmo-ms-mob/00003: Starting mobile
22:48:56.399713 run osmo-ms-mob/00003(pid=138): Launched
22:48:56.411530 run mass: MS start registered {at=16023442.114854792, delay=0.005470121279358864, ms=00003}
22:48:57.491253 run osmo-ms-mob/00004: Starting mobile
22:48:57.506616 run osmo-ms-mob/00004(pid=139): Launched
22:48:57.518398 run mass: MS start registered {at=16023443.221737089, delay=0.00534060038626194, ms=00004}
22:48:58.464528 run mass: MS performed LU {at=16023444.167839328, lu_delay=5.153916142880917, ms=00001}
22:48:58.478631 run osmo-ms-mob/00005: Starting mobile
22:48:58.492762 run osmo-ms-mob/00005(pid=140): Launched
22:48:58.504112 run mass: MS start registered {at=16023444.20745271, delay=0.004226678982377052, ms=00005}
22:48:59.386592 run osmo-ms-mob/00006: Starting mobile
22:48:59.400230 run osmo-ms-mob/00006(pid=141): Launched
22:48:59.411586 run mass: MS start registered {at=16023445.11494018, delay=0.003876086324453354, ms=00006}
22:49:00.286760 run osmo-ms-mob/00007: Starting mobile
22:49:00.300583 run osmo-ms-mob/00007(pid=142): Launched
22:49:00.312954 run mass: MS start registered {at=16023446.01629312, delay=0.005871027708053589, ms=00007}
22:49:00.366215 run mass: MS performed LU {at=16023446.069532044, lu_delay=5.254806663841009, ms=00002}
22:49:01.088484 run osmo-ms-mob/00008: Starting mobile
22:49:01.101899 run osmo-ms-mob/00008(pid=143): Launched
22:49:01.112857 run mass: MS start registered {at=16023446.816207066, delay=0.0047579798847436905, ms=00008}
22:49:01.791577 run osmo-ms-mob/00009: Starting mobile
22:49:01.808023 run osmo-ms-mob/00009(pid=144): Launched
22:49:01.819045 run mass: MS start registered {at=16023447.522398518, delay=0.004765372723340988, ms=00009}
22:49:02.230341 run mass: MS performed LU {at=16023447.93367156, lu_delay=5.81881676800549, ms=00003}
22:49:02.277095 run mass: MS performed LU {at=16023447.980428139, lu_delay=4.7586910501122475, ms=00004}
22:49:02.500044 run osmo-ms-mob/00010: Starting mobile
22:49:02.515317 run osmo-ms-mob/00010(pid=145): Launched
22:49:02.527428 run mass: MS start registered {at=16023448.23077766, delay=0.0052210185676813126, ms=00010}
22:49:03.099637 run osmo-ms-mob/00011: Starting mobile
22:49:03.113855 run osmo-ms-mob/00011(pid=146): Launched
22:49:03.125056 run mass: MS start registered {at=16023448.828377482, delay=0.004779696464538574, ms=00011}
22:49:03.686524 run osmo-ms-mob/00012: Starting mobile
22:49:03.700011 run osmo-ms-mob/00012(pid=147): Launched
22:49:03.711735 run mass: MS start registered {at=16023449.415078387, delay=0.005403352901339531, ms=00012}
22:49:04.131399 run mass: MS performed LU {at=16023449.834705206, lu_delay=5.62725249491632, ms=00005}
22:49:04.177931 run mass: MS performed LU {at=16023449.881271765, lu_delay=4.766331585124135, ms=00006}
22:49:04.189798 run osmo-ms-mob/00013: Starting mobile
22:49:04.203549 run osmo-ms-mob/00013(pid=148): Launched
22:49:04.215017 run mass: MS start registered {at=16023449.918362882, delay=0.005172936245799065, ms=00013}
22:49:04.900394 run osmo-ms-mob/00014: Starting mobile
22:49:04.914854 run osmo-ms-mob/00014(pid=149): Launched
22:49:04.926476 run mass: MS start registered {at=16023450.629822457, delay=0.005246493965387344, ms=00014}
22:49:05.490191 run osmo-ms-mob/00015: Starting mobile
22:49:05.504756 run osmo-ms-mob/00015(pid=150): Launched
22:49:05.517566 run mass: MS start registered {at=16023451.2209135, delay=3.0761584639549255e-05, ms=00015}
22:49:05.986682 run osmo-ms-mob/00016: Starting mobile
22:49:06.001012 run osmo-ms-mob/00016(pid=151): Launched
22:49:06.007393 run mass: MS performed LU {at=16023451.710745957, lu_delay=4.894538890570402, ms=00008}
22:49:06.013654 run mass: MS start registered {at=16023451.71701935, delay=0.006295233964920044, ms=00016}
22:49:06.042911 run mass: MS performed LU {at=16023451.746246986, lu_delay=5.729953866451979, ms=00007}
22:49:06.486941 run osmo-ms-mob/00017: Starting mobile
22:49:06.501089 run osmo-ms-mob/00017(pid=152): Launched
22:49:06.512448 run mass: MS start registered {at=16023452.21579444, delay=0.004962721839547157, ms=00017}
22:49:07.086961 run osmo-ms-mob/00018: Starting mobile
22:49:07.101420 run osmo-ms-mob/00018(pid=153): Launched
22:49:07.113094 run mass: MS start registered {at=16023452.816441588, delay=0.005172159522771835, ms=00018}
22:49:07.486386 run osmo-ms-mob/00019: Starting mobile
22:49:07.499534 run osmo-ms-mob/00019(pid=154): Launched
22:49:07.510835 run mass: MS start registered {at=16023453.214177655, delay=0.004981765523552895, ms=00019}
22:49:07.897933 run mass: MS performed LU {at=16023453.601248287, lu_delay=4.772870805114508, ms=00011}
22:49:07.913332 run osmo-ms-mob/00020: Starting mobile
22:49:07.927623 run osmo-ms-mob/00020(pid=155): Launched
22:49:07.938824 run mass: MS start registered {at=16023453.642171228, delay=0.0048036128282547, ms=00020}
22:49:07.945168 run mass: MS performed LU {at=16023453.648527864, lu_delay=5.417750203981996, ms=00010}
22:49:08.012726 run mass: MS performed LU {at=16023453.716062536, lu_delay=6.193664018064737, ms=00009}
22:49:08.486534 run osmo-ms-mob/00021: Starting mobile
22:49:08.501036 run osmo-ms-mob/00021(pid=156): Launched
22:49:08.514213 run mass: MS start registered {at=16023454.217555344, delay=0.006469542160630226, ms=00021}
22:49:08.892566 run osmo-ms-mob/00022: Starting mobile
22:49:08.907784 run osmo-ms-mob/00022(pid=157): Launched
22:49:08.919613 run mass: MS start registered {at=16023454.62295233, delay=0.005124436691403389, ms=00022}
22:49:09.399024 run osmo-ms-mob/00023: Starting mobile
22:49:09.413303 run osmo-ms-mob/00023(pid=158): Launched
22:49:09.424414 run mass: MS start registered {at=16023455.12776567, delay=0.004757881164550781, ms=00023}
22:49:09.678927 run mass: MS performed LU {at=16023455.382250294, lu_delay=5.46388741210103, ms=00013}
22:49:09.762516 run mass: MS performed LU {at=16023455.465852126, lu_delay=6.050773739814758, ms=00012}
22:49:09.774321 run osmo-ms-mob/00024: Starting mobile
22:49:09.788238 run osmo-ms-mob/00024(pid=159): Launched
22:49:09.799546 run mass: MS start registered {at=16023455.502896596, delay=0.005017107352614403, ms=00024}
22:49:09.808191 run mass: MS performed LU {at=16023455.51154569, lu_delay=4.88172323256731, ms=00014}
22:49:10.296456 run osmo-ms-mob/00025: Starting mobile
22:49:10.312378 run osmo-ms-mob/00025(pid=160): Launched
22:49:10.323816 run mass: MS start registered {at=16023456.027170287, delay=0.00498918816447258, ms=00025}
22:49:10.696661 run osmo-ms-mob/00026: Starting mobile
22:49:10.710918 run osmo-ms-mob/00026(pid=161): Launched
22:49:10.722374 run mass: MS start registered {at=16023456.425718471, delay=0.005061376839876175, ms=00026}
22:49:11.092882 run osmo-ms-mob/00027: Starting mobile
22:49:11.118242 run osmo-ms-mob/00027(pid=162): Launched
22:49:11.130012 run mass: MS start registered {at=16023456.833356658, delay=0.005350813269615173, ms=00027}
22:49:11.490957 run osmo-ms-mob/00028: Starting mobile
22:49:11.505247 run osmo-ms-mob/00028(pid=163): Launched
22:49:11.517050 run mass: MS start registered {at=16023457.220397918, delay=0.005266763269901276, ms=00028}
22:49:11.663246 run mass: MS performed LU {at=16023457.36657862, lu_delay=5.150784179568291, ms=00017}
22:49:11.709967 run mass: MS performed LU {at=16023457.413302232, lu_delay=5.696282882243395, ms=00016}
22:49:11.778574 run mass: MS performed LU {at=16023457.48191162, lu_delay=4.665470032021403, ms=00018}
22:49:11.791152 run osmo-ms-mob/00029: Starting mobile
22:49:11.805271 run osmo-ms-mob/00029(pid=164): Launched
22:49:11.815563 run mass: MS performed LU {at=16023457.518914422, lu_delay=6.298000922426581, ms=00015}
22:49:11.821813 run mass: MS start registered {at=16023457.525178164, delay=0.009762102738022804, ms=00029}
22:49:12.286703 run osmo-ms-mob/00030: Starting mobile
22:49:12.301544 run osmo-ms-mob/00030(pid=165): Launched
22:49:12.315080 run mass: MS start registered {at=16023458.01841543, delay=0.006705287843942642, ms=00030}
22:49:12.686848 run osmo-ms-mob/00031: Starting mobile
22:49:12.700800 run osmo-ms-mob/00031(pid=166): Launched
22:49:12.711780 run mass: MS start registered {at=16023458.415124832, delay=0.004704596474766731, ms=00031}
22:49:12.988018 run osmo-ms-mob/00032: Starting mobile
22:49:13.002506 run osmo-ms-mob/00032(pid=167): Launched
22:49:13.014164 run mass: MS start registered {at=16023458.717506269, delay=0.005276130512356758, ms=00032}
22:49:13.391388 run osmo-ms-mob/00033: Starting mobile
22:49:13.411455 run osmo-ms-mob/00033(pid=168): Launched
22:49:13.428386 run mass: MS start registered {at=16023459.131713804, delay=0.010232698172330856, ms=00033}
22:49:13.445452 run mass: MS performed LU {at=16023459.148762794, lu_delay=5.5065915659070015, ms=00020}
22:49:13.528505 run mass: MS performed LU {at=16023459.231822219, lu_delay=5.01426687464118, ms=00021}
22:49:13.574012 run mass: MS performed LU {at=16023459.277341606, lu_delay=6.063163951039314, ms=00019}
22:49:13.585875 run osmo-ms-mob/00034: Starting mobile
22:49:13.599569 run osmo-ms-mob/00034(pid=169): Launched
22:49:13.610952 run mass: MS start registered {at=16023459.314292608, delay=0.005130672827363014, ms=00034}
22:49:13.717663 run mass: MS performed LU {at=16023459.420972949, lu_delay=4.798020618036389, ms=00022}
22:49:14.093391 run osmo-ms-mob/00035: Starting mobile
22:49:14.106909 run osmo-ms-mob/00035(pid=170): Launched
22:49:14.118341 run mass: MS start registered {at=16023459.821692277, delay=0.004972521215677261, ms=00035}
22:49:14.488670 run osmo-ms-mob/00036: Starting mobile
22:49:14.503265 run osmo-ms-mob/00036(pid=171): Launched
22:49:14.514032 run mass: MS start registered {at=16023460.217384487, delay=0.004673510789871216, ms=00036}
22:49:14.887105 run osmo-ms-mob/00037: Starting mobile
22:49:14.901700 run osmo-ms-mob/00037(pid=172): Launched
22:49:14.913240 run mass: MS start registered {at=16023460.616579574, delay=0.005112186074256897, ms=00037}
22:49:15.191487 run osmo-ms-mob/00038: Starting mobile
22:49:15.205143 run osmo-ms-mob/00038(pid=173): Launched
22:49:15.216099 run mass: MS start registered {at=16023460.91945236, delay=0.004843175411224365, ms=00038}
22:49:15.430700 run mass: MS performed LU {at=16023461.133952959, lu_delay=6.006187288090587, ms=00023}
22:49:15.458686 run osmo-ms-mob/00039: Starting mobile
22:49:15.471666 run osmo-ms-mob/00039(pid=174): Launched
22:49:15.478066 run mass: MS performed LU {at=16023461.181424376, lu_delay=5.678527779877186, ms=00024}
22:49:15.484042 run mass: MS start registered {at=16023461.187408054, delay=0.006000753492116928, ms=00039}
22:49:15.544373 run mass: MS performed LU {at=16023461.247703006, lu_delay=4.821984535083175, ms=00026}
22:49:15.581856 run mass: MS performed LU {at=16023461.285123777, lu_delay=5.257953489199281, ms=00025}
22:49:15.602322 run osmo-ms-mob/00040: Starting mobile
22:49:15.615986 run osmo-ms-mob/00040(pid=175): Launched
22:49:15.628000 run mass: MS start registered {at=16023461.331357133, delay=0.0043096039444208145, ms=00040}
22:49:16.188119 run osmo-ms-mob/00041: Starting mobile
22:49:16.202058 run osmo-ms-mob/00041(pid=176): Launched
22:49:16.213742 run mass: MS start registered {at=16023461.917081617, delay=0.005346372723579407, ms=00041}
22:49:16.486950 run osmo-ms-mob/00042: Starting mobile
22:49:16.548302 run osmo-ms-mob/00042(pid=177): Launched
22:49:16.562387 run mass: MS start registered {at=16023462.265731454, delay=0.0054092127829790115, ms=00042}
22:49:17.146339 run osmo-ms-mob/00043: Starting mobile
22:49:17.163616 run osmo-ms-mob/00043(pid=178): Launched
22:49:17.169890 run mass: Starting too slowly. Moving on {now=16023462.873259498, sleep=-0.18970276229083538, target=16023462.683556736}
22:49:17.175649 run mass: MS start registered {at=16023462.879008971, delay=0.005752211436629295, ms=00043}
22:49:17.181462 run mass: Starting too slowly. Moving on {now=16023462.884832978, sleep=-0.10127624310553074, target=16023462.783556735}
22:49:17.187154 run mass: Starting too slowly. Moving on {now=16023462.890525684, sleep=-0.006968948990106583, target=16023462.883556735}
22:49:17.671279 run osmo-ms-mob/00044: Starting mobile
22:49:17.689519 run osmo-ms-mob/00044(pid=179): Launched
22:49:17.695948 run mass: Starting too slowly. Moving on {now=16023463.399316778, sleep=-0.4157600440084934, target=16023462.983556734}
22:49:17.701773 run mass: MS performed LU {at=16023463.40513279, lu_delay=5.3867173586040735, ms=00030}
22:49:17.707526 run mass: Starting too slowly. Moving on {now=16023463.410896322, sleep=-0.32733958773314953, target=16023463.083556734}
22:49:17.713094 run mass: MS performed LU {at=16023463.416458836, lu_delay=6.58310217782855, ms=00027}
22:49:17.719086 run mass: Starting too slowly. Moving on {now=16023463.422455853, sleep=-0.2388991191983223, target=16023463.183556734}
22:49:17.724679 run mass: MS performed LU {at=16023463.428042665, lu_delay=6.207644747570157, ms=00028}
22:49:18.042596 run osmo-ms-mob/00045: Starting mobile
22:49:18.239156 run osmo-ms-mob/00045(pid=180): Launched
22:49:18.245244 run mass: Starting too slowly. Moving on {now=16023463.948613515, sleep=-0.6650567818433046, target=16023463.283556733}
22:49:18.250917 run mass: MS performed LU {at=16023463.95427701, lu_delay=5.539152178913355, ms=00031}
22:49:18.256881 run mass: Starting too slowly. Moving on {now=16023463.960251326, sleep=-0.576694592833519, target=16023463.383556733}
22:49:18.262521 run mass: MS start registered {at=16023463.96588575, delay=0.5665713399648666, ms=00044}
22:49:18.268224 run mass: Starting too slowly. Moving on {now=16023463.971595608, sleep=-0.48803887516260147, target=16023463.483556733}
22:49:18.273792 run mass: MS performed LU {at=16023463.977156729, lu_delay=6.45197856426239, ms=00029}
22:49:18.284766 run osmo-ms-mob/00046: Starting mobile
22:49:18.297826 run osmo-ms-mob/00046(pid=181): Launched
22:49:18.305298 run mass: Starting too slowly. Moving on {now=16023464.008666424, sleep=-0.42510969191789627, target=16023463.583556732}
22:49:18.310998 run mass: MS start registered {at=16023464.014358811, delay=0.06574724055826664, ms=00045}
22:49:18.316721 run mass: Starting too slowly. Moving on {now=16023464.020090638, sleep=-0.3365339059382677, target=16023463.683556732}
22:49:18.322555 run mass: MS start registered {at=16023464.025914993, delay=0.017251040786504745, ms=00046}
22:49:18.328261 run mass: Starting too slowly. Moving on {now=16023464.031631345, sleep=-0.24807461351156235, target=16023463.783556731}
22:49:18.338817 run osmo-ms-mob/00047: Starting mobile
22:49:18.352045 run osmo-ms-mob/00047(pid=182): Launched
22:49:18.358091 run mass: Starting too slowly. Moving on {now=16023464.061460529, sleep=-0.17790379747748375, target=16023463.883556731}
22:49:18.363815 run mass: MS start registered {at=16023464.06717546, delay=0.005716852843761444, ms=00047}
22:49:18.369902 run mass: Starting too slowly. Moving on {now=16023464.073269965, sleep=-0.08971323445439339, target=16023463.98355673}
22:49:18.386270 run osmo-ms-mob/00048: Starting mobile
22:49:18.400140 run osmo-ms-mob/00048(pid=183): Launched
22:49:18.411209 run mass: MS start registered {at=16023464.114557771, delay=0.004774775356054306, ms=00048}
22:49:18.686127 run osmo-ms-mob/00049: Starting mobile
22:49:18.700054 run osmo-ms-mob/00049(pid=184): Launched
22:49:18.711025 run mass: MS start registered {at=16023464.414376115, delay=0.004764564335346222, ms=00049}
22:49:18.999864 run osmo-ms-mob/00050: Starting mobile
22:49:19.014548 run osmo-ms-mob/00050(pid=185): Launched
22:49:19.025754 run mass: MS start registered {at=16023464.729091378, delay=0.005019828677177429, ms=00050}
22:49:19.242623 run mass: MS performed LU {at=16023464.945876217, lu_delay=5.124183939769864, ms=00035}
22:49:19.311997 run mass: MS performed LU {at=16023465.015227638, lu_delay=6.297721369192004, ms=00032}
22:49:19.337732 run osmo-ms-mob/00051: Starting mobile
22:49:19.351575 run osmo-ms-mob/00051(pid=186): Launched
22:49:19.358073 run mass: MS performed LU {at=16023465.061430579, lu_delay=5.747137971222401, ms=00034}
22:49:19.364240 run mass: MS start registered {at=16023465.067604987, delay=0.006194602698087692, ms=00051}
22:49:19.403841 run mass: MS performed LU {at=16023465.107096698, lu_delay=5.975382894277573, ms=00033}
22:49:19.419997 run osmo-ms-mob/00052: Starting mobile
22:49:19.433956 run osmo-ms-mob/00052(pid=187): Launched
22:49:19.440355 run mass: MS performed LU {at=16023465.143713715, lu_delay=4.926329227164388, ms=00036}
22:49:19.446457 run mass: MS start registered {at=16023465.149823554, delay=0.006128493696451187, ms=00052}
22:49:19.996198 run osmo-ms-mob/00053: Starting mobile
22:49:20.009592 run osmo-ms-mob/00053(pid=188): Launched
22:49:20.021322 run mass: MS start registered {at=16023465.724665761, delay=0.005434298887848854, ms=00053}
22:49:20.296532 run osmo-ms-mob/00054: Starting mobile
22:49:20.310054 run osmo-ms-mob/00054(pid=189): Launched
22:49:20.323700 run mass: MS start registered {at=16023466.027049134, delay=0.0063240136951208115, ms=00054}
22:49:20.598989 run osmo-ms-mob/00055: Starting mobile
22:49:20.613864 run osmo-ms-mob/00055(pid=190): Launched
22:49:20.625311 run mass: MS start registered {at=16023466.328654815, delay=0.005024760961532593, ms=00055}
22:49:20.886785 run osmo-ms-mob/00056: Starting mobile
22:49:20.900978 run osmo-ms-mob/00056(pid=191): Launched
22:49:20.912395 run mass: MS start registered {at=16023466.615742782, delay=0.004763243719935417, ms=00056}
22:49:20.977865 run mass: MS performed LU {at=16023466.681118408, lu_delay=6.064538834616542, ms=00037}
22:49:21.014171 run mass: MS performed LU {at=16023466.717513453, lu_delay=5.798061093315482, ms=00038}
22:49:21.025508 run osmo-ms-mob/00057: Starting mobile
22:49:21.040211 run osmo-ms-mob/00057(pid=192): Launched
22:49:21.052080 run mass: MS start registered {at=16023466.755433053, delay=0.0053037311881780624, ms=00057}
22:49:21.106260 run mass: MS performed LU {at=16023466.809594626, lu_delay=5.478237492963672, ms=00040}
22:49:21.267366 run mass: MS performed LU {at=16023466.970661666, lu_delay=5.78325361199677, ms=00039}
22:49:21.539353 run mass: MS performed LU {at=16023467.242687099, lu_delay=4.976955644786358, ms=00042}
22:49:21.552515 run osmo-ms-mob/00058: Starting mobile
22:49:21.566262 run osmo-ms-mob/00058(pid=193): Launched
22:49:21.577792 run mass: MS start registered {at=16023467.281137932, delay=0.005209263414144516, ms=00058}
22:49:21.886915 run osmo-ms-mob/00059: Starting mobile
22:49:21.901050 run osmo-ms-mob/00059(pid=194): Launched
22:49:21.912603 run mass: MS start registered {at=16023467.615948336, delay=0.005201233550906181, ms=00059}
22:49:22.065450 run mass: MS performed LU {at=16023467.768767131, lu_delay=5.851685514673591, ms=00041}
22:49:22.175858 run mass: MS performed LU {at=16023467.879194466, lu_delay=3.9133087173104286, ms=00044}
22:49:22.187768 run osmo-ms-mob/00060: Starting mobile
22:49:22.202107 run osmo-ms-mob/00060(pid=195): Launched
22:49:22.217049 run mass: MS start registered {at=16023467.92038215, delay=0.008590806275606155, ms=00060}
22:49:22.586854 run osmo-ms-mob/00061: Starting mobile
22:49:22.600866 run osmo-ms-mob/00061(pid=196): Launched
22:49:22.612024 run mass: MS start registered {at=16023468.31537696, delay=0.004673702642321587, ms=00061}
22:49:22.840811 run mass: MS performed LU {at=16023468.544146983, lu_delay=4.476971523836255, ms=00047}
22:49:22.852960 run osmo-ms-mob/00062: Starting mobile
22:49:22.866871 run osmo-ms-mob/00062(pid=197): Launched
22:49:22.878007 run mass: MS performed LU {at=16023468.58134805, lu_delay=4.566989239305258, ms=00045}
22:49:22.884366 run mass: MS start registered {at=16023468.587731572, delay=0.010764135047793388, ms=00062}
22:49:22.960751 run mass: MS performed LU {at=16023468.664088381, lu_delay=4.549530610442162, ms=00048}
22:49:22.972360 run osmo-ms-mob/00063: Starting mobile
22:49:22.986283 run osmo-ms-mob/00063(pid=198): Launched
22:49:22.997770 run mass: MS start registered {at=16023468.701118156, delay=0.005160829052329063, ms=00063}
22:49:23.168892 run mass: MS performed LU {at=16023468.87222665, lu_delay=4.846311656758189, ms=00046}
22:49:23.205273 run mass: MS performed LU {at=16023468.908611843, lu_delay=6.029602872207761, ms=00043}
22:49:23.586519 run osmo-ms-mob/00064: Starting mobile
22:49:23.600656 run osmo-ms-mob/00064(pid=199): Launched
22:49:23.612370 run mass: MS start registered {at=16023469.315713704, delay=0.005087679252028465, ms=00064}
22:49:23.987166 run osmo-ms-mob/00065: Starting mobile
22:49:24.001229 run osmo-ms-mob/00065(pid=200): Launched
22:49:24.012814 run mass: MS start registered {at=16023469.716164766, delay=0.005215464159846306, ms=00065}
22:49:24.054919 run mass: MS performed LU {at=16023469.758253882, lu_delay=3.7312047481536865, ms=00054}
22:49:24.286357 run osmo-ms-mob/00066: Starting mobile
22:49:24.300509 run osmo-ms-mob/00066(pid=201): Launched
22:49:24.312257 run mass: MS start registered {at=16023470.015597222, delay=0.0052871741354465485, ms=00066}
22:49:24.689538 run osmo-ms-mob/00067: Starting mobile
22:49:24.703940 run osmo-ms-mob/00067(pid=202): Launched
22:49:24.715362 run mass: MS start registered {at=16023470.418705698, delay=0.005012989044189453, ms=00067}
22:49:24.741822 run mass: MS performed LU {at=16023470.44515766, lu_delay=5.3775526732206345, ms=00051}
22:49:24.778844 run mass: MS performed LU {at=16023470.482162481, lu_delay=5.75307110324502, ms=00050}
22:49:24.791423 run osmo-ms-mob/00068: Starting mobile
22:49:24.805808 run osmo-ms-mob/00068(pid=203): Launched
22:49:24.817100 run mass: MS start registered {at=16023470.52044763, delay=0.004743646830320358, ms=00068}
22:49:24.871460 run mass: MS performed LU {at=16023470.574796176, lu_delay=6.160420060157776, ms=00049}
22:49:25.033831 run mass: MS performed LU {at=16023470.737155423, lu_delay=5.587331868708134, ms=00052}
22:49:25.069734 run mass: MS performed LU {at=16023470.773068596, lu_delay=5.048402834683657, ms=00053}
22:49:25.085178 run osmo-ms-mob/00069: Starting mobile
22:49:25.099665 run osmo-ms-mob/00069(pid=204): Launched
22:49:25.111748 run mass: MS start registered {at=16023470.815076143, delay=0.005581554025411606, ms=00069}
22:49:25.786342 run osmo-ms-mob/00070: Starting mobile
22:49:25.800326 run osmo-ms-mob/00070(pid=205): Launched
22:49:25.811762 run mass: MS start registered {at=16023471.515089259, delay=0.005109434947371483, ms=00070}
22:49:26.186964 run osmo-ms-mob/00071: Starting mobile
22:49:26.201024 run osmo-ms-mob/00071(pid=206): Launched
22:49:26.213220 run mass: MS start registered {at=16023471.916543068, delay=0.0056105367839336395, ms=00071}
22:49:26.586487 run osmo-ms-mob/00072: Starting mobile
22:49:26.600499 run osmo-ms-mob/00072(pid=207): Launched
22:49:26.612087 run mass: MS start registered {at=16023472.315430207, delay=0.004940517246723175, ms=00072}
22:49:26.727056 run mass: MS performed LU {at=16023472.430379955, lu_delay=4.814431618899107, ms=00059}
22:49:26.772771 run mass: MS performed LU {at=16023472.476108328, lu_delay=5.720675274729729, ms=00057}
22:49:26.842297 run mass: MS performed LU {at=16023472.54562195, lu_delay=6.216967135667801, ms=00055}
22:49:26.855836 run osmo-ms-mob/00073: Starting mobile
22:49:26.869743 run osmo-ms-mob/00073(pid=208): Launched
22:49:26.879369 run mass: MS performed LU {at=16023472.582710275, lu_delay=5.301572343334556, ms=00058}
22:49:26.885696 run mass: MS start registered {at=16023472.589061795, delay=0.009340710937976837, ms=00073}
22:49:26.971133 run mass: MS performed LU {at=16023472.674450196, lu_delay=4.754068046808243, ms=00060}
22:49:27.386682 run osmo-ms-mob/00074: Starting mobile
22:49:27.401075 run osmo-ms-mob/00074(pid=209): Launched
22:49:27.412610 run mass: MS start registered {at=16023473.115963178, delay=0.004507264122366905, ms=00074}
22:49:27.786529 run osmo-ms-mob/00075: Starting mobile
22:49:27.800375 run osmo-ms-mob/00075(pid=210): Launched
22:49:27.812179 run mass: MS start registered {at=16023473.51551338, delay=0.005365423858165741, ms=00075}
22:49:28.392816 run osmo-ms-mob/00076: Starting mobile
22:49:28.407868 run osmo-ms-mob/00076(pid=211): Launched
22:49:28.414164 run mass: Starting too slowly. Moving on {now=16023474.117531534, sleep=-0.033974841237068176, target=16023474.083556693}
22:49:28.420197 run mass: MS start registered {at=16023474.12355512, delay=0.00602717325091362, ms=00076}
22:49:28.507739 run mass: MS performed LU {at=16023474.21107718, lu_delay=4.895363476127386, ms=00064}
22:49:28.591201 run mass: MS performed LU {at=16023474.294474324, lu_delay=5.979097364470363, ms=00061}
22:49:28.605261 run osmo-ms-mob/00077: Starting mobile
22:49:28.619052 run osmo-ms-mob/00077(pid=212): Launched
22:49:28.630401 run mass: MS start registered {at=16023474.333753003, delay=0.004774907603859901, ms=00077}
22:49:28.637686 run mass: MS performed LU {at=16023474.341040308, lu_delay=5.639922151342034, ms=00063}
22:49:28.781214 run mass: MS performed LU {at=16023474.484545985, lu_delay=5.896814413368702, ms=00062}
22:49:28.799806 run mass: MS performed LU {at=16023474.50314576, lu_delay=4.786980994045734, ms=00065}
22:49:29.186339 run osmo-ms-mob/00078: Starting mobile
22:49:29.200108 run osmo-ms-mob/00078(pid=213): Launched
22:49:29.211767 run mass: MS start registered {at=16023474.915116273, delay=0.00503711961209774, ms=00078}
22:49:29.586182 run osmo-ms-mob/00079: Starting mobile
22:49:29.599815 run osmo-ms-mob/00079(pid=214): Launched
22:49:29.610831 run mass: MS start registered {at=16023475.314182783, delay=0.004706596955657005, ms=00079}
22:49:30.086370 run osmo-ms-mob/00080: Starting mobile
22:49:30.100178 run osmo-ms-mob/00080(pid=215): Launched
22:49:30.111227 run mass: MS start registered {at=16023475.814579953, delay=0.0046688709408044815, ms=00080}
22:49:30.493182 run mass: MS performed LU {at=16023476.196516009, lu_delay=5.381439866498113, ms=00069}
22:49:30.505587 run osmo-ms-mob/00081: Starting mobile
22:49:30.519913 run osmo-ms-mob/00081(pid=216): Launched
22:49:30.531034 run mass: MS start registered {at=16023476.234386409, delay=0.004722345620393753, ms=00081}
22:49:30.538742 run mass: MS performed LU {at=16023476.24209423, lu_delay=4.7270049713552, ms=00070}
22:49:30.608127 run mass: MS performed LU {at=16023476.311463144, lu_delay=5.892757445573807, ms=00067}
22:49:30.718921 run mass: MS performed LU {at=16023476.422257738, lu_delay=5.901810107752681, ms=00068}
22:49:30.730805 run osmo-ms-mob/00082: Starting mobile
22:49:30.744601 run osmo-ms-mob/00082(pid=217): Launched
22:49:30.756128 run mass: MS start registered {at=16023476.459477443, delay=0.00517374649643898, ms=00082}
22:49:31.587425 run osmo-ms-mob/00083: Starting mobile
22:49:31.601300 run osmo-ms-mob/00083(pid=218): Launched
22:49:31.614744 run mass: MS start registered {at=16023477.318091923, delay=0.0065655894577503204, ms=00083}
22:49:32.086386 run osmo-ms-mob/00084: Starting mobile
22:49:32.100022 run osmo-ms-mob/00084(pid=219): Launched
22:49:32.111668 run mass: MS start registered {at=16023477.8149926, delay=0.005431365221738815, ms=00084}
22:49:32.273653 run mass: MS performed LU {at=16023477.976987373, lu_delay=5.387925578281283, ms=00073}
22:49:32.357039 run mass: MS performed LU {at=16023478.060372118, lu_delay=6.143829049542546, ms=00071}
22:49:32.403440 run mass: MS performed LU {at=16023478.106788523, lu_delay=5.791358316317201, ms=00072}
22:49:32.546925 run mass: MS performed LU {at=16023478.25025856, lu_delay=5.134295381605625, ms=00074}
22:49:32.558736 run osmo-ms-mob/00085: Starting mobile
22:49:32.573146 run osmo-ms-mob/00085(pid=220): Launched
22:49:32.579606 run mass: MS performed LU {at=16023478.282962875, lu_delay=4.76744949631393, ms=00075}
22:49:32.585688 run mass: MS start registered {at=16023478.28905395, delay=0.006112204864621162, ms=00085}
22:49:33.186182 run osmo-ms-mob/00086: Starting mobile
22:49:33.200525 run osmo-ms-mob/00086(pid=221): Launched
22:49:33.211985 run mass: MS start registered {at=16023478.915335523, delay=0.004806138575077057, ms=00086}
22:49:33.786751 run osmo-ms-mob/00087: Starting mobile
22:49:33.800817 run osmo-ms-mob/00087(pid=222): Launched
22:49:33.812428 run mass: MS start registered {at=16023479.515779242, delay=0.005290210247039795, ms=00087}
22:49:34.258456 run mass: MS performed LU {at=16023479.961768592, lu_delay=5.628015588968992, ms=00077}
22:49:34.304859 run mass: MS performed LU {at=16023480.008203778, lu_delay=5.093087505549192, ms=00078}
22:49:34.316547 run osmo-ms-mob/00088: Starting mobile
22:49:34.330323 run osmo-ms-mob/00088(pid=223): Launched
22:49:34.341600 run mass: MS start registered {at=16023480.044952534, delay=0.004924513399600983, ms=00088}
22:49:34.373505 run mass: MS performed LU {at=16023480.07684607, lu_delay=5.953290950506926, ms=00076}
22:49:34.465959 run mass: MS performed LU {at=16023480.169293655, lu_delay=4.855110872536898, ms=00079}
22:49:34.986753 run osmo-ms-mob/00089: Starting mobile
22:49:35.000869 run osmo-ms-mob/00089(pid=224): Launched
22:49:35.012384 run mass: MS start registered {at=16023480.715732047, delay=0.005132788792252541, ms=00089}
22:49:35.586239 run osmo-ms-mob/00090: Starting mobile
22:49:35.600156 run osmo-ms-mob/00090(pid=225): Launched
22:49:35.612493 run mass: MS start registered {at=16023481.315842068, delay=0.005554703995585442, ms=00090}
22:49:36.039378 run mass: MS performed LU {at=16023481.742709808, lu_delay=5.928129855543375, ms=00080}
22:49:36.123520 run mass: MS performed LU {at=16023481.826857114, lu_delay=5.592470705509186, ms=00081}
22:49:36.169427 run mass: MS performed LU {at=16023481.872763509, lu_delay=5.413286065682769, ms=00082}
22:49:36.180767 run osmo-ms-mob/00091: Starting mobile
22:49:36.193992 run osmo-ms-mob/00091(pid=226): Launched
22:49:36.205121 run mass: MS start registered {at=16023481.908475185, delay=0.005034986883401871, ms=00091}
22:49:36.312492 run mass: MS performed LU {at=16023482.01582898, lu_delay=4.69773705676198, ms=00083}
22:49:36.986838 run osmo-ms-mob/00092: Starting mobile
22:49:37.001358 run osmo-ms-mob/00092(pid=227): Launched
22:49:37.012181 run mass: MS start registered {at=16023482.715535471, delay=0.003153366968035698, ms=00092}
22:49:37.787946 run osmo-ms-mob/00093: Starting mobile
22:49:37.801998 run osmo-ms-mob/00093(pid=228): Launched
22:49:37.813273 run mass: MS start registered {at=16023483.51662002, delay=0.00479423813521862, ms=00093}
22:49:38.024147 run mass: MS performed LU {at=16023483.727483192, lu_delay=5.438429241999984, ms=00085}
22:49:38.070512 run mass: MS performed LU {at=16023483.773857944, lu_delay=5.9588653445243835, ms=00084}
22:49:38.139400 run mass: MS performed LU {at=16023483.842739819, lu_delay=4.927404295653105, ms=00086}
22:49:38.686364 run osmo-ms-mob/00094: Starting mobile
22:49:38.700161 run osmo-ms-mob/00094(pid=229): Launched
22:49:38.713350 run mass: MS start registered {at=16023484.416692067, delay=0.00689169205725193, ms=00094}
22:49:39.588432 run osmo-ms-mob/00095: Starting mobile
22:49:39.602184 run osmo-ms-mob/00095(pid=230): Launched
22:49:39.613882 run mass: MS start registered {at=16023485.31723323, delay=0.003149738535284996, ms=00095}
22:49:39.805829 run mass: MS performed LU {at=16023485.509165611, lu_delay=4.793433563783765, ms=00089}
22:49:39.889354 run mass: MS performed LU {at=16023485.592672903, lu_delay=5.547720368951559, ms=00088}
22:49:39.934541 run mass: MS performed LU {at=16023485.637890678, lu_delay=6.122111435979605, ms=00087}
22:49:40.586144 run osmo-ms-mob/00096: Starting mobile
22:49:40.599583 run osmo-ms-mob/00096(pid=231): Launched
22:49:40.611021 run mass: MS start registered {at=16023486.314372325, delay=0.005239909514784813, ms=00096}
22:49:41.686220 run osmo-ms-mob/00097: Starting mobile
22:49:41.700160 run osmo-ms-mob/00097(pid=232): Launched
22:49:41.711885 run mass: MS start registered {at=16023487.415236672, delay=0.005404902622103691, ms=00097}
22:49:41.790255 run mass: MS performed LU {at=16023487.493588123, lu_delay=5.585112938657403, ms=00091}
22:49:41.836662 run mass: MS performed LU {at=16023487.539976893, lu_delay=4.82444142177701, ms=00092}
22:49:41.905589 run mass: MS performed LU {at=16023487.608920308, lu_delay=6.293078240007162, ms=00090}
22:49:42.986083 run osmo-ms-mob/00098: Starting mobile
22:49:43.000312 run osmo-ms-mob/00098(pid=233): Launched
22:49:43.011657 run mass: MS start registered {at=16023488.715002853, delay=0.004924926906824112, ms=00098}
22:49:43.654767 run mass: MS performed LU {at=16023489.358101048, lu_delay=4.941408980637789, ms=00094}
22:49:43.700630 run mass: MS performed LU {at=16023489.403956125, lu_delay=5.887336105108261, ms=00093}
22:49:43.807043 run mass: MS performed LU {at=16023489.51037277, lu_delay=22.894629986956716, ms=00056}
22:49:44.786877 run osmo-ms-mob/00099: Starting mobile
22:49:44.800696 run osmo-ms-mob/00099(pid=234): Launched
22:49:44.807356 run mass: All started... {duration=55.72716550715268, too_slow=15}
22:49:44.817787 run mass: MS start registered {at=16023490.52113919, delay=0.010419996455311775, ms=00099}
22:49:45.556062 run mass: MS performed LU {at=16023491.25939615, lu_delay=4.945023825392127, ms=00096}
22:49:45.602413 run mass: MS performed LU {at=16023491.305760445, lu_delay=5.988527214154601, ms=00095}
22:49:47.420176 run mass: MS performed LU {at=16023493.123500006, lu_delay=5.708263333886862, ms=00097}
22:49:47.701782 run mass: MS performed LU {at=16023493.40511559, lu_delay=23.389518367126584, ms=00066}
22:49:47.789365 run mass: MS performed LU {at=16023493.492688809, lu_delay=4.777685955166817, ms=00098}
22:49:49.557336 run mass: MS performed LU {at=16023495.260671679, lu_delay=4.7395324893295765, ms=00099}
22:49:49.563777 run mass: Tests done {all_completed=True, max=23.389518367126584, min=3.7312047481536865}
22:49:49.569567 tst register_default_mass.py: Test passed (83.4 sec)
22:49:49.575232 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.578733 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.582181 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.585623 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.589041 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.592476 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.595938 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.599369 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.602787 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.606228 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.609652 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.613095 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.616498 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.619947 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.623392 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.626854 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.630336 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.633808 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.637321 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.640793 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.644288 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.647709 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.651157 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.654660 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.658133 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.661596 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.665050 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.669190 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.672656 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.676117 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.679739 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.683544 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.687186 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.690644 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.694455 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.698043 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.701733 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.705190 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.708647 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.712101 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.715548 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.718983 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.722896 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.726338 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.730001 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.733463 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.736923 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.740404 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.743849 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.747461 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.750959 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.754414 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.757884 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.761333 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.764808 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.768298 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.772369 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.775874 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.779326 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.783339 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.787048 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.790542 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.794589 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.798022 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.801497 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.804955 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.808404 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.811854 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.815286 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.818726 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.822182 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.825630 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.829097 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.832520 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.835962 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.839426 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.843065 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.846583 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.850472 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.853944 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.857389 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.860843 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.864281 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.867747 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.871186 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.874640 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.878116 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.881570 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.885030 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.888501 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.891945 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.895392 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.898843 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.902283 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.905743 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.909210 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.912677 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.916335 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.920286 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.923764 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.927217 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.931285 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.935381 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.939143 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.942896 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.946350 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.949793 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.953237 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.956701 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.960156 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.963603 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.967039 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.970467 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.973916 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.977416 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.980853 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.984451 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.987926 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.991368 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.994768 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.998178 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:50.001585 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:50.005007 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:50.008429 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:50.011839 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:50.015250 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:50.018664 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:50.022109 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:50.025516 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:50.028921 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:50.032321 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:50.035723 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:50.039131 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:50.042550 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:50.045963 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:50.049363 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:50.052771 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:50.056207 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:50.059609 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:50.063023 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:50.066430 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:50.069838 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:50.073256 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:50.076660 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:50.080051 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:50.083458 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:50.086866 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:50.090279 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:50.093682 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:50.097103 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:50.100532 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:50.103955 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:50.107340 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:50.110737 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:50.114267 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:50.117720 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:50.121128 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:50.124556 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:50.127968 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:50.131370 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:50.134789 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:50.138195 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:50.141600 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:50.145021 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.148416 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.151820 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.155245 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.158655 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.162053 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.165447 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.168849 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.172245 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.175645 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.179037 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.182443 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.188345 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.191741 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.195135 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.198523 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.201920 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.205293 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.208683 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.212080 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.215462 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.218838 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.222246 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.225635 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.229018 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.232405 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.235789 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.239186 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.242575 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.245969 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.249362 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.252766 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.256141 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.259525 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.262901 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.266297 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.269684 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.273061 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.276453 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.279830 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.283219 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.286598 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.289985 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.293373 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.296772 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.300154 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.303541 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.306945 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.310330 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.313714 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.317092 --- ParallelTerminationStrategy: PID 22 died...
22:49:50.318618 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.322353 --- ParallelTerminationStrategy: PID 23 died...
22:49:50.323869 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.327576 --- ParallelTerminationStrategy: PID 24 died...
22:49:50.329085 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.332846 --- ParallelTerminationStrategy: PID 25 died...
22:49:50.334370 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.338131 --- ParallelTerminationStrategy: PID 26 died...
22:49:50.339648 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.343331 --- ParallelTerminationStrategy: PID 27 died...
22:49:50.344807 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.348408 --- ParallelTerminationStrategy: PID 28 died...
22:49:50.349887 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.353512 --- ParallelTerminationStrategy: PID 29 died...
22:49:50.354986 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.358672 --- ParallelTerminationStrategy: PID 30 died...
22:49:50.360192 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.363973 --- ParallelTerminationStrategy: PID 31 died...
22:49:50.365487 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.369252 --- ParallelTerminationStrategy: PID 32 died...
22:49:50.370729 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.374412 --- ParallelTerminationStrategy: PID 33 died...
22:49:50.375963 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.379806 --- ParallelTerminationStrategy: PID 35 died...
22:49:50.381357 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.385177 --- ParallelTerminationStrategy: PID 36 died...
22:49:50.386724 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.390452 --- ParallelTerminationStrategy: PID 37 died...
22:49:50.391958 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.395716 --- ParallelTerminationStrategy: PID 38 died...
22:49:50.397254 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.400908 --- ParallelTerminationStrategy: PID 39 died...
22:49:50.402432 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.406263 --- ParallelTerminationStrategy: PID 40 died...
22:49:50.407808 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.411657 --- ParallelTerminationStrategy: PID 41 died...
22:49:50.413217 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.417012 --- ParallelTerminationStrategy: PID 42 died...
22:49:50.418554 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.422372 --- ParallelTerminationStrategy: PID 43 died...
22:49:50.423914 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.427711 --- ParallelTerminationStrategy: PID 44 died...
22:49:50.429234 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.432913 --- ParallelTerminationStrategy: PID 45 died...
22:49:50.434387 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.438063 --- ParallelTerminationStrategy: PID 46 died...
22:49:50.439597 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.443382 --- ParallelTerminationStrategy: PID 47 died...
22:49:50.444915 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.448699 --- ParallelTerminationStrategy: PID 48 died...
22:49:50.450242 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.454050 --- ParallelTerminationStrategy: PID 49 died...
22:49:50.455578 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.459358 --- ParallelTerminationStrategy: PID 50 died...
22:49:50.460895 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.464685 --- ParallelTerminationStrategy: PID 51 died...
22:49:50.466228 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.470021 --- ParallelTerminationStrategy: PID 52 died...
22:49:50.471559 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.475474 --- ParallelTerminationStrategy: PID 53 died...
22:49:50.477003 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.480789 --- ParallelTerminationStrategy: PID 54 died...
22:49:50.482312 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.486106 --- ParallelTerminationStrategy: PID 55 died...
22:49:50.487641 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.491447 --- ParallelTerminationStrategy: PID 56 died...
22:49:50.492985 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.496767 --- ParallelTerminationStrategy: PID 57 died...
22:49:50.498297 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.502081 --- ParallelTerminationStrategy: PID 58 died...
22:49:50.503609 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.507386 --- ParallelTerminationStrategy: PID 59 died...
22:49:50.508937 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.512712 --- ParallelTerminationStrategy: PID 60 died...
22:49:50.514232 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.518037 --- ParallelTerminationStrategy: PID 61 died...
22:49:50.519568 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.523361 --- ParallelTerminationStrategy: PID 62 died...
22:49:50.524889 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.528659 --- ParallelTerminationStrategy: PID 63 died...
22:49:50.530139 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.533793 --- ParallelTerminationStrategy: PID 64 died...
22:49:50.535272 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.538907 --- ParallelTerminationStrategy: PID 65 died...
22:49:50.540395 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.544044 --- ParallelTerminationStrategy: PID 66 died...
22:49:50.545534 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.549180 --- ParallelTerminationStrategy: PID 67 died...
22:49:50.550656 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.554307 --- ParallelTerminationStrategy: PID 68 died...
22:49:50.555806 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.559611 --- ParallelTerminationStrategy: PID 69 died...
22:49:50.561157 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.564961 --- ParallelTerminationStrategy: PID 70 died...
22:49:50.566481 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.570263 --- ParallelTerminationStrategy: PID 71 died...
22:49:50.571798 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.575597 --- ParallelTerminationStrategy: PID 72 died...
22:49:50.577129 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.580953 --- ParallelTerminationStrategy: PID 73 died...
22:49:50.582547 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.586280 --- ParallelTerminationStrategy: PID 74 died...
22:49:50.587750 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.591389 --- ParallelTerminationStrategy: PID 75 died...
22:49:50.592890 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.596519 --- ParallelTerminationStrategy: PID 76 died...
22:49:50.597996 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.601688 --- ParallelTerminationStrategy: PID 77 died...
22:49:50.603157 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.606779 --- ParallelTerminationStrategy: PID 78 died...
22:49:50.608268 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.612054 --- ParallelTerminationStrategy: PID 79 died...
22:49:50.613626 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.617439 --- ParallelTerminationStrategy: PID 80 died...
22:49:50.618970 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.622749 --- ParallelTerminationStrategy: PID 81 died...
22:49:50.624279 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.628059 --- ParallelTerminationStrategy: PID 82 died...
22:49:50.629595 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.633421 --- ParallelTerminationStrategy: PID 83 died...
22:49:50.634956 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.638749 --- ParallelTerminationStrategy: PID 84 died...
22:49:50.640287 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.644077 --- ParallelTerminationStrategy: PID 85 died...
22:49:50.645702 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.649521 --- ParallelTerminationStrategy: PID 86 died...
22:49:50.651061 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.654856 --- ParallelTerminationStrategy: PID 87 died...
22:49:50.656392 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.660231 --- ParallelTerminationStrategy: PID 88 died...
22:49:50.661761 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.665565 --- ParallelTerminationStrategy: PID 89 died...
22:49:50.667097 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.670902 --- ParallelTerminationStrategy: PID 90 died...
22:49:50.672450 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.676273 --- ParallelTerminationStrategy: PID 91 died...
22:49:50.677804 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.681600 --- ParallelTerminationStrategy: PID 92 died...
22:49:50.683142 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.686928 --- ParallelTerminationStrategy: PID 93 died...
22:49:50.688470 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.692291 --- ParallelTerminationStrategy: PID 94 died...
22:49:50.693832 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.697622 --- ParallelTerminationStrategy: PID 95 died...
22:49:50.699150 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.702952 --- ParallelTerminationStrategy: PID 96 died...
22:49:50.704498 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.708289 --- ParallelTerminationStrategy: PID 97 died...
22:49:50.709835 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.713640 --- ParallelTerminationStrategy: PID 98 died...
22:49:50.715179 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.719031 --- ParallelTerminationStrategy: PID 99 died...
22:49:50.720584 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.724377 --- ParallelTerminationStrategy: PID 100 died...
22:49:50.725918 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.729724 --- ParallelTerminationStrategy: PID 101 died...
22:49:50.731258 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.735042 --- ParallelTerminationStrategy: PID 102 died...
22:49:50.736577 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.740366 --- ParallelTerminationStrategy: PID 103 died...
22:49:50.741918 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.745723 --- ParallelTerminationStrategy: PID 104 died...
22:49:50.747259 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.751053 --- ParallelTerminationStrategy: PID 105 died...
22:49:50.752583 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.756380 --- ParallelTerminationStrategy: PID 106 died...
22:49:50.757951 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.761791 --- ParallelTerminationStrategy: PID 107 died...
22:49:50.763314 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.767097 --- ParallelTerminationStrategy: PID 108 died...
22:49:50.768633 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.772435 --- ParallelTerminationStrategy: PID 109 died...
22:49:50.773976 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.777786 --- ParallelTerminationStrategy: PID 110 died...
22:49:50.779330 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.783133 --- ParallelTerminationStrategy: PID 111 died...
22:49:50.784686 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.788527 --- ParallelTerminationStrategy: PID 112 died...
22:49:50.790072 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.793872 --- ParallelTerminationStrategy: PID 113 died...
22:49:50.795402 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.799226 --- ParallelTerminationStrategy: PID 114 died...
22:49:50.800777 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.804598 --- ParallelTerminationStrategy: PID 115 died...
22:49:50.806139 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.809926 --- ParallelTerminationStrategy: PID 116 died...
22:49:50.812978 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.816961 --- ParallelTerminationStrategy: PID 117 died...
22:49:50.818508 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.822329 --- ParallelTerminationStrategy: PID 118 died...
22:49:50.823907 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.827847 --- ParallelTerminationStrategy: PID 119 died...
22:49:50.829449 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.833374 --- ParallelTerminationStrategy: PID 120 died...
22:49:50.834961 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.838948 --- ParallelTerminationStrategy: PID 121 died...
22:49:50.840552 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.844493 --- ParallelTerminationStrategy: PID 122 died...
22:49:50.846123 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.850037 --- ParallelTerminationStrategy: PID 123 died...
22:49:50.851624 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.855624 --- ParallelTerminationStrategy: PID 124 died...
22:49:50.857199 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.861135 --- ParallelTerminationStrategy: PID 125 died...
22:49:50.862725 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.866673 --- ParallelTerminationStrategy: PID 126 died...
22:49:50.868264 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.872205 --- ParallelTerminationStrategy: PID 127 died...
22:49:50.873793 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.877709 --- ParallelTerminationStrategy: PID 128 died...
22:49:50.879302 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.883234 --- ParallelTerminationStrategy: PID 129 died...
22:49:50.884841 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.888774 --- ParallelTerminationStrategy: PID 130 died...
22:49:50.890359 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.894287 --- ParallelTerminationStrategy: PID 131 died...
22:49:50.895869 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.899817 --- ParallelTerminationStrategy: PID 132 died...
22:49:50.901507 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.905375 --- ParallelTerminationStrategy: PID 133 died...
22:49:50.906925 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.910730 --- ParallelTerminationStrategy: PID 134 died...
22:49:50.912270 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.916081 --- ParallelTerminationStrategy: PID 135 died...
22:49:50.917623 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.921405 --- ParallelTerminationStrategy: PID 136 died...
22:49:50.922875 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.926576 --- ParallelTerminationStrategy: PID 137 died...
22:49:50.928055 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.931949 --- ParallelTerminationStrategy: PID 138 died...
22:49:50.933580 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.937326 --- ParallelTerminationStrategy: PID 139 died...
22:49:50.938814 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.942505 --- ParallelTerminationStrategy: PID 140 died...
22:49:50.943973 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.947668 --- ParallelTerminationStrategy: PID 141 died...
22:49:50.949212 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.952900 --- ParallelTerminationStrategy: PID 142 died...
22:49:50.954409 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.958259 --- ParallelTerminationStrategy: PID 143 died...
22:49:50.959806 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.963571 --- ParallelTerminationStrategy: PID 144 died...
22:49:50.965120 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.968949 --- ParallelTerminationStrategy: PID 145 died...
22:49:50.970494 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.974324 --- ParallelTerminationStrategy: PID 146 died...
22:49:50.975857 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.979726 --- ParallelTerminationStrategy: PID 147 died...
22:49:50.981285 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.985107 --- ParallelTerminationStrategy: PID 148 died...
22:49:50.986638 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.990466 --- ParallelTerminationStrategy: PID 149 died...
22:49:50.992001 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.995827 --- ParallelTerminationStrategy: PID 150 died...
22:49:50.997368 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.001181 --- ParallelTerminationStrategy: PID 151 died...
22:49:51.002728 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.006561 --- ParallelTerminationStrategy: PID 152 died...
22:49:51.008106 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.011945 --- ParallelTerminationStrategy: PID 153 died...
22:49:51.013492 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.017331 --- ParallelTerminationStrategy: PID 154 died...
22:49:51.018886 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.022752 --- ParallelTerminationStrategy: PID 155 died...
22:49:51.024290 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.028177 --- ParallelTerminationStrategy: PID 156 died...
22:49:51.029744 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.033595 --- ParallelTerminationStrategy: PID 157 died...
22:49:51.035171 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.039139 --- ParallelTerminationStrategy: PID 158 died...
22:49:51.040778 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.044773 --- ParallelTerminationStrategy: PID 159 died...
22:49:51.046380 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.050401 --- ParallelTerminationStrategy: PID 160 died...
22:49:51.052017 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.056052 --- ParallelTerminationStrategy: PID 161 died...
22:49:51.057676 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.061719 --- ParallelTerminationStrategy: PID 162 died...
22:49:51.063366 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.067457 --- ParallelTerminationStrategy: PID 163 died...
22:49:51.069099 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.073205 --- ParallelTerminationStrategy: PID 164 died...
22:49:51.074861 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.079174 --- ParallelTerminationStrategy: PID 165 died...
22:49:51.080946 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.085304 --- ParallelTerminationStrategy: PID 166 died...
22:49:51.087049 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.091450 --- ParallelTerminationStrategy: PID 167 died...
22:49:51.093228 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.097672 --- ParallelTerminationStrategy: PID 168 died...
22:49:51.099464 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.103949 --- ParallelTerminationStrategy: PID 169 died...
22:49:51.105782 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.110299 --- ParallelTerminationStrategy: PID 170 died...
22:49:51.112131 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.116569 --- ParallelTerminationStrategy: PID 171 died...
22:49:51.118353 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.122797 --- ParallelTerminationStrategy: PID 172 died...
22:49:51.124589 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.129021 --- ParallelTerminationStrategy: PID 173 died...
22:49:51.130884 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.135407 --- ParallelTerminationStrategy: PID 174 died...
22:49:51.137261 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.141825 --- ParallelTerminationStrategy: PID 175 died...
22:49:51.143650 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.148173 --- ParallelTerminationStrategy: PID 176 died...
22:49:51.150000 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.154559 --- ParallelTerminationStrategy: PID 177 died...
22:49:51.156402 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.160839 --- ParallelTerminationStrategy: PID 178 died...
22:49:51.162619 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.166966 --- ParallelTerminationStrategy: PID 179 died...
22:49:51.168727 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.172938 --- ParallelTerminationStrategy: PID 180 died...
22:49:51.174605 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.178681 --- ParallelTerminationStrategy: PID 181 died...
22:49:51.180298 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.184303 --- ParallelTerminationStrategy: PID 182 died...
22:49:51.185920 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.189834 --- ParallelTerminationStrategy: PID 183 died...
22:49:51.191376 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.195217 --- ParallelTerminationStrategy: PID 184 died...
22:49:51.196780 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.200607 --- ParallelTerminationStrategy: PID 185 died...
22:49:51.202157 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.205965 --- ParallelTerminationStrategy: PID 186 died...
22:49:51.207505 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.211341 --- ParallelTerminationStrategy: PID 187 died...
22:49:51.212882 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.216704 --- ParallelTerminationStrategy: PID 188 died...
22:49:51.218243 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.222096 --- ParallelTerminationStrategy: PID 189 died...
22:49:51.223640 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.227514 --- ParallelTerminationStrategy: PID 190 died...
22:49:51.229097 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.233092 --- ParallelTerminationStrategy: PID 191 died...
22:49:51.234706 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.238739 --- ParallelTerminationStrategy: PID 192 died...
22:49:51.240319 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.244225 --- ParallelTerminationStrategy: PID 193 died...
22:49:51.245774 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.249597 --- ParallelTerminationStrategy: PID 194 died...
22:49:51.251133 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.254976 --- ParallelTerminationStrategy: PID 195 died...
22:49:51.256511 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.260337 --- ParallelTerminationStrategy: PID 196 died...
22:49:51.261881 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.265722 --- ParallelTerminationStrategy: PID 197 died...
22:49:51.267262 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.271207 --- ParallelTerminationStrategy: PID 198 died...
22:49:51.272749 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.276581 --- ParallelTerminationStrategy: PID 199 died...
22:49:51.278134 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.282064 --- ParallelTerminationStrategy: PID 200 died...
22:49:51.283668 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.287665 --- ParallelTerminationStrategy: PID 201 died...
22:49:51.289241 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.293076 --- ParallelTerminationStrategy: PID 202 died...
22:49:51.294625 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.298472 --- ParallelTerminationStrategy: PID 203 died...
22:49:51.300011 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.303843 --- ParallelTerminationStrategy: PID 204 died...
22:49:51.305382 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.309246 --- ParallelTerminationStrategy: PID 205 died...
22:49:51.310796 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.314612 --- ParallelTerminationStrategy: PID 206 died...
22:49:51.316154 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.320056 --- ParallelTerminationStrategy: PID 207 died...
22:49:51.321649 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.325695 --- ParallelTerminationStrategy: PID 208 died...
22:49:51.327333 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.331435 --- ParallelTerminationStrategy: PID 209 died...
22:49:51.333078 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.337180 --- ParallelTerminationStrategy: PID 210 died...
22:49:51.338838 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.343127 --- ParallelTerminationStrategy: PID 211 died...
22:49:51.344832 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.349133 --- ParallelTerminationStrategy: PID 212 died...
22:49:51.350927 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.355286 --- ParallelTerminationStrategy: PID 213 died...
22:49:51.357088 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.361481 --- ParallelTerminationStrategy: PID 214 died...
22:49:51.363259 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.367705 --- ParallelTerminationStrategy: PID 215 died...
22:49:51.369488 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.373895 --- ParallelTerminationStrategy: PID 216 died...
22:49:51.375658 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.380081 --- ParallelTerminationStrategy: PID 217 died...
22:49:51.381883 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.386311 --- ParallelTerminationStrategy: PID 218 died...
22:49:51.388091 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.392499 --- ParallelTerminationStrategy: PID 219 died...
22:49:51.394288 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.398723 --- ParallelTerminationStrategy: PID 220 died...
22:49:51.400471 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.404795 --- ParallelTerminationStrategy: PID 221 died...
22:49:51.406547 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.410919 --- ParallelTerminationStrategy: PID 222 died...
22:49:51.412692 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.417064 --- ParallelTerminationStrategy: PID 223 died...
22:49:51.418817 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.423235 --- ParallelTerminationStrategy: PID 224 died...
22:49:51.424993 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.429362 --- ParallelTerminationStrategy: PID 225 died...
22:49:51.431142 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.435448 --- ParallelTerminationStrategy: PID 226 died...
22:49:51.437186 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.441573 --- ParallelTerminationStrategy: PID 227 died...
22:49:51.443324 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.447801 --- ParallelTerminationStrategy: PID 228 died...
22:49:51.449633 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.454030 --- ParallelTerminationStrategy: PID 229 died...
22:49:51.455763 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.460099 --- ParallelTerminationStrategy: PID 230 died...
22:49:51.461798 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.465982 --- ParallelTerminationStrategy: PID 231 died...
22:49:51.467630 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.471708 --- ParallelTerminationStrategy: PID 232 died...
22:49:51.473338 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.477257 --- ParallelTerminationStrategy: PID 233 died...
22:49:51.478825 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.482711 --- ParallelTerminationStrategy: PID 234 died...
22:49:51.484247 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.887999 --- ParallelTerminationStrategy: PID 34 died...
22:49:54.891326 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8030 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.967419 tst trial-8030: Storing JUnit report in /build/trial-8030/run.2025-07-17_22-48-25/trial-8030.xml
--------------------------------------------------------------------------------------------
trial-8030 PASS
--------------------------------------------------------------------------------------------
22:49:54.978198 tst trial-8030: trial-8030: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (83.4 sec)
+ exit_code=0
+ rm -rf trial-8030/inst
+ cd trial-8030
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-17 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8030-run.tgz run.2025-07-17_22-48-25
+ tar czf /build/trial-8030-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-17_13_26_46.tgz osmo-bts-oc2g.build-2025-07-17_00_51_28.tgz osmo-bts-sysmo.build-2025-07-17_00_51_35.tgz osmo-bts.build-2025-07-17_00_51_40.tgz osmo-ggsn.build-2025-07-17_20_42_39.tgz osmo-hlr.build-2025-07-17_16_36_50.tgz osmo-hnbgw.build-2025-07-17_13_28_54.tgz osmo-mgw.build-2025-07-17_08_33_12.tgz osmo-msc.build-2025-07-17_13_32_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-17_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-17_07_36_01.tgz osmo-pcu.build-2025-07-17_07_36_08.tgz osmo-sgsn.build-2025-07-17_20_48_18.tgz osmo-stp.build-2025-07-17_13_25_22.tgz osmo-trx.build-2025-07-17_14_28_33.tgz osmocom-bb.build-2025-07-17_21_17_09.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