--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#7 CACHED
#8 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#8 CACHED
#9 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#9 CACHED
#10 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#10 CACHED
#11 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#11 CACHED
#12 [ 3/28] RUN groupadd osmo-gsm-tester
#12 CACHED
#13 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#13 CACHED
#14 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#14 CACHED
#15 [ 2/28] RUN useradd -ms /bin/bash jenkins
#15 CACHED
#16 [ 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
#16 CACHED
#17 [15/28] RUN APT-GET update && apt-get install -y --no-install-recommends telnet libosmocore-dev libosmo-abis-dev libosmo-gsup-client-dev libosmo-netif-dev libosmo-ranap-dev libosmo-sigtran-dev libsmpp34-dev libgtp-dev libasn1c-dev && apt-get clean
#17 CACHED
#18 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#18 CACHED
#19 [20/28] WORKDIR /TMP
#19 CACHED
#20 [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
#20 CACHED
#21 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#21 CACHED
#22 [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
#22 CACHED
#23 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#23 CACHED
#24 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#24 CACHED
#25 [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
#25 CACHED
#26 [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
#26 CACHED
#27 [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
#27 CACHED
#28 [ 8/28] RUN MKDIR /var/run/sshd
#28 CACHED
#29 [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
#29 CACHED
#30 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#30 CACHED
#31 [ 9/28] COPY SSH /root/.ssh
#31 CACHED
#32 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:556997c8533e4dca572c4b3343d5d78101c29d44f1d7d358bbdde09ae3fe7892 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=7916 -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-03-25 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7916
+ mkdir -p trial-7916
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-03-25_13_25_55.tgz osmo-bts-oc2g.build-2025-03-25_00_51_38.tgz osmo-bts-sysmo.build-2025-03-25_00_51_32.tgz osmo-bts.build-2025-03-25_00_51_41.tgz osmo-ggsn.build-2025-03-25_20_42_35.tgz osmo-hlr.build-2025-03-25_16_36_57.tgz osmo-hnbgw.build-2025-03-25_13_28_32.tgz osmo-mgw.build-2025-03-25_08_33_15.tgz osmo-msc.build-2025-03-25_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-25_07_41_45.tgz osmo-pcu-sysmo.build-2025-03-25_07_41_44.tgz osmo-pcu.build-2025-03-25_07_41_50.tgz osmo-sgsn.build-2025-03-25_20_48_31.tgz osmo-stp.build-2025-03-25_13_23_05.tgz osmo-trx.build-2025-03-25_14_27_51.tgz osmocom-bb.build-2025-03-25_21_17_11.tgz srslte.build-19.tgz trial-7916
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-03-25_13_25_55.md5 osmo-bts-oc2g.build-2025-03-25_00_51_38.md5 osmo-bts-sysmo.build-2025-03-25_00_51_32.md5 osmo-bts.build-2025-03-25_00_51_41.md5 osmo-ggsn.build-2025-03-25_20_42_35.md5 osmo-hlr.build-2025-03-25_16_36_57.md5 osmo-hnbgw.build-2025-03-25_13_28_32.md5 osmo-mgw.build-2025-03-25_08_33_15.md5 osmo-msc.build-2025-03-25_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-25_07_41_45.md5 osmo-pcu-sysmo.build-2025-03-25_07_41_44.md5 osmo-pcu.build-2025-03-25_07_41_50.md5 osmo-sgsn.build-2025-03-25_20_48_31.md5 osmo-stp.build-2025-03-25_13_23_05.md5 osmo-trx.build-2025-03-25_14_27_51.md5 osmocom-bb.build-2025-03-25_21_17_11.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-03-25_13_25_55.md5 osmo-bts-oc2g.build-2025-03-25_00_51_38.md5 osmo-bts-sysmo.build-2025-03-25_00_51_32.md5 osmo-bts.build-2025-03-25_00_51_41.md5 osmo-ggsn.build-2025-03-25_20_42_35.md5 osmo-hlr.build-2025-03-25_16_36_57.md5 osmo-hnbgw.build-2025-03-25_13_28_32.md5 osmo-mgw.build-2025-03-25_08_33_15.md5 osmo-msc.build-2025-03-25_13_32_47.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-03-25_07_41_45.md5 osmo-pcu-sysmo.build-2025-03-25_07_41_44.md5 osmo-pcu.build-2025-03-25_07_41_50.md5 osmo-sgsn.build-2025-03-25_20_48_31.md5 osmo-stp.build-2025-03-25_13_23_05.md5 osmo-trx.build-2025-03-25_14_27_51.md5 osmocom-bb.build-2025-03-25_21_17_11.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-7916 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7916'
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-7916
--------------------------------------------------------------------------------------------
22:48:21.191540 tst trial-7916: Detailed log at /build/trial-7916/run.2025-03-25_22-48-21/log
---------------------------------------------------------------------
trial-7916 netreg_mass
---------------------------------------------------------------------
22:48:21.430960 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.431396 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.432324 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.433646 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.478419 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.479975 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.482308 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.564717 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-7916 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.565511 tst register_default_mass.py:9: Claiming resources for the test
22:48:21.583915 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.584641 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.585265 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.585854 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.586449 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.587043 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.587647 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.637170 tst register_default_mass.py: using LAC 2
22:48:21.676771 tst register_default_mass.py: using RAC 2
22:48:21.716040 tst register_default_mass.py: using CellId 2
22:48:21.754299 tst register_default_mass.py: using BVCI 3
22:48:21.762462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.763253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.763937 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.764585 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.765330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.765972 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.766634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.767292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.767944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.768579 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.769219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.769852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.770521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.771170 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.771810 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.772468 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.773126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.773770 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.774433 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.775078 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.775718 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.776361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.777077 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.777716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.778351 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.778974 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.779596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.780220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.780853 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.781470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.782098 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.782722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.783352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.783986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.784621 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.785309 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.785951 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.786584 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.787226 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.787850 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.788462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.789102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.789740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.790357 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.790992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.791615 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.792234 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.792885 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.793513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.794130 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.794786 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.795408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.796018 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.796659 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.797281 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.797894 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.798516 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.799137 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.799776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.800387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.801006 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.801647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.802273 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.802916 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.803543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.804154 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.804794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.805419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.806032 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.806664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.807281 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.807900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.808613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.809237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.809862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.810476 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.811068 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.811670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.812293 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.812913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.813534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.814159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.814764 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.815368 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.815969 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.816568 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.817193 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.817808 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.818404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.819011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.819634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.820237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.820858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.821494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.822089 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.822695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.823325 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.823915 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.824503 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.825109 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.825704 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.826363 tst register_default_mass.py:21: Launching a simple network
22:48:21.838267 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.979799 run create_hlr_db(pid=20): Launched
22:48:22.991333 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:23.008653 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:23.024324 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:23.030264 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.207560 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.223205 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.229127 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.712597 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.728324 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.738878 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.859195 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.875042 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.880996 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.905653 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.921569 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.927578 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.239024 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.254388 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.283389 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.494551 run osmo-bts-virtual(pid=34): Launched
22:48:34.561936 tst register_default_mass.py: using MSISDN 1001
22:48:34.572860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.675523 tst register_default_mass.py: using MSISDN 1002
22:48:34.688566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.788310 tst register_default_mass.py: using MSISDN 1003
22:48:34.795602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.091831 tst register_default_mass.py: using MSISDN 1004
22:48:35.104679 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.213797 tst register_default_mass.py: using MSISDN 1005
22:48:35.227204 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:35.318154 tst register_default_mass.py: using MSISDN 1006
22:48:35.325517 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:35.414399 tst register_default_mass.py: using MSISDN 1007
22:48:35.428773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.511005 tst register_default_mass.py: using MSISDN 1008
22:48:35.525387 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.615237 tst register_default_mass.py: using MSISDN 1009
22:48:35.628809 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.711230 tst register_default_mass.py: using MSISDN 1010
22:48:35.724761 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.809763 tst register_default_mass.py: using MSISDN 1011
22:48:35.823757 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.916750 tst register_default_mass.py: using MSISDN 1012
22:48:35.925457 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.017604 tst register_default_mass.py: using MSISDN 1013
22:48:36.025739 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.100621 tst register_default_mass.py: using MSISDN 1014
22:48:36.107008 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.190893 tst register_default_mass.py: using MSISDN 1015
22:48:36.203690 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.290009 tst register_default_mass.py: using MSISDN 1016
22:48:36.305271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.451065 tst register_default_mass.py: using MSISDN 1017
22:48:36.460709 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.884670 tst register_default_mass.py: using MSISDN 1018
22:48:36.894480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.974892 tst register_default_mass.py: using MSISDN 1019
22:48:36.985621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.067300 tst register_default_mass.py: using MSISDN 1020
22:48:37.080742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.168747 tst register_default_mass.py: using MSISDN 1021
22:48:37.180175 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.269834 tst register_default_mass.py: using MSISDN 1022
22:48:37.284646 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.369819 tst register_default_mass.py: using MSISDN 1023
22:48:37.382038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.465072 tst register_default_mass.py: using MSISDN 1024
22:48:37.477375 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.546491 tst register_default_mass.py: using MSISDN 1025
22:48:37.558891 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.638367 tst register_default_mass.py: using MSISDN 1026
22:48:37.646808 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.724195 tst register_default_mass.py: using MSISDN 1027
22:48:37.735220 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.804035 tst register_default_mass.py: using MSISDN 1028
22:48:37.811857 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.911394 tst register_default_mass.py: using MSISDN 1029
22:48:37.925136 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.000654 tst register_default_mass.py: using MSISDN 1030
22:48:38.007837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.083777 tst register_default_mass.py: using MSISDN 1031
22:48:38.095287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.166647 tst register_default_mass.py: using MSISDN 1032
22:48:38.178255 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.265045 tst register_default_mass.py: using MSISDN 1033
22:48:38.273672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.357921 tst register_default_mass.py: using MSISDN 1034
22:48:38.365553 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.469513 tst register_default_mass.py: using MSISDN 1035
22:48:38.483210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.560895 tst register_default_mass.py: using MSISDN 1036
22:48:38.574065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.649324 tst register_default_mass.py: using MSISDN 1037
22:48:38.661812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.743209 tst register_default_mass.py: using MSISDN 1038
22:48:38.756656 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.826251 tst register_default_mass.py: using MSISDN 1039
22:48:38.835214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.937356 tst register_default_mass.py: using MSISDN 1040
22:48:38.949912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.031311 tst register_default_mass.py: using MSISDN 1041
22:48:39.044837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.132995 tst register_default_mass.py: using MSISDN 1042
22:48:39.141210 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.235722 tst register_default_mass.py: using MSISDN 1043
22:48:39.250353 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.352037 tst register_default_mass.py: using MSISDN 1044
22:48:39.359987 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.431700 tst register_default_mass.py: using MSISDN 1045
22:48:39.443037 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.508298 tst register_default_mass.py: using MSISDN 1046
22:48:39.515577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:39.598577 tst register_default_mass.py: using MSISDN 1047
22:48:39.611068 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:39.695463 tst register_default_mass.py: using MSISDN 1048
22:48:39.706579 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:39.782441 tst register_default_mass.py: using MSISDN 1049
22:48:39.790355 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:39.861862 tst register_default_mass.py: using MSISDN 1050
22:48:39.868731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.946448 tst register_default_mass.py: using MSISDN 1051
22:48:39.953094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.027271 tst register_default_mass.py: using MSISDN 1052
22:48:40.033344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.103365 tst register_default_mass.py: using MSISDN 1053
22:48:40.110119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.186927 tst register_default_mass.py: using MSISDN 1054
22:48:40.198041 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.258117 tst register_default_mass.py: using MSISDN 1055
22:48:40.266544 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.333795 tst register_default_mass.py: using MSISDN 1056
22:48:40.340312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:40.408609 tst register_default_mass.py: using MSISDN 1057
22:48:40.422929 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:40.510685 tst register_default_mass.py: using MSISDN 1058
22:48:40.524498 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:40.596129 tst register_default_mass.py: using MSISDN 1059
22:48:40.609639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:40.686205 tst register_default_mass.py: using MSISDN 1060
22:48:40.700313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:40.785735 tst register_default_mass.py: using MSISDN 1061
22:48:40.799432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:40.931969 tst register_default_mass.py: using MSISDN 1062
22:48:40.938502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.069834 tst register_default_mass.py: using MSISDN 1063
22:48:41.078028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.200983 tst register_default_mass.py: using MSISDN 1064
22:48:41.209027 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.309964 tst register_default_mass.py: using MSISDN 1065
22:48:41.316700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.389919 tst register_default_mass.py: using MSISDN 1066
22:48:41.397030 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:41.470734 tst register_default_mass.py: using MSISDN 1067
22:48:41.480789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:41.542181 tst register_default_mass.py: using MSISDN 1068
22:48:41.551728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:41.642176 tst register_default_mass.py: using MSISDN 1069
22:48:41.650172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:41.749320 tst register_default_mass.py: using MSISDN 1070
22:48:41.757352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:41.857637 tst register_default_mass.py: using MSISDN 1071
22:48:41.868884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:41.930254 tst register_default_mass.py: using MSISDN 1072
22:48:41.936502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.004737 tst register_default_mass.py: using MSISDN 1073
22:48:42.012591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.081222 tst register_default_mass.py: using MSISDN 1074
22:48:42.089239 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.152633 tst register_default_mass.py: using MSISDN 1075
22:48:42.158926 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.229655 tst register_default_mass.py: using MSISDN 1076
22:48:42.235476 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.308516 tst register_default_mass.py: using MSISDN 1077
22:48:42.321376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.405739 tst register_default_mass.py: using MSISDN 1078
22:48:42.418512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.507164 tst register_default_mass.py: using MSISDN 1079
22:48:42.519698 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.609471 tst register_default_mass.py: using MSISDN 1080
22:48:42.622869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.717814 tst register_default_mass.py: using MSISDN 1081
22:48:42.724844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.820856 tst register_default_mass.py: using MSISDN 1082
22:48:42.826989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:42.915549 tst register_default_mass.py: using MSISDN 1083
22:48:42.921474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:42.993039 tst register_default_mass.py: using MSISDN 1084
22:48:42.998960 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.093190 tst register_default_mass.py: using MSISDN 1085
22:48:43.099160 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.162049 tst register_default_mass.py: using MSISDN 1086
22:48:43.171119 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.248690 tst register_default_mass.py: using MSISDN 1087
22:48:43.256591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.332091 tst register_default_mass.py: using MSISDN 1088
22:48:43.337769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.421294 tst register_default_mass.py: using MSISDN 1089
22:48:43.433130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.502882 tst register_default_mass.py: using MSISDN 1090
22:48:43.513213 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.579192 tst register_default_mass.py: using MSISDN 1091
22:48:43.585962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.665541 tst register_default_mass.py: using MSISDN 1092
22:48:43.673993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.748036 tst register_default_mass.py: using MSISDN 1093
22:48:43.754900 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:43.822005 tst register_default_mass.py: using MSISDN 1094
22:48:43.830366 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:43.894421 tst register_default_mass.py: using MSISDN 1095
22:48:43.900406 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:43.963465 tst register_default_mass.py: using MSISDN 1096
22:48:43.972962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.040199 tst register_default_mass.py: using MSISDN 1097
22:48:44.049502 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.143998 tst register_default_mass.py: using MSISDN 1098
22:48:44.155069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.224825 tst register_default_mass.py: using MSISDN 1099
22:48:44.233753 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.296039 tst register_default_mass.py: using MSISDN 1100
22:48:44.302705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.429041 run mass: Starting testcase
22:48:44.435406 run mass: Pre-launching all virtphy's
22:48:44.441415 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.457142 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.463954 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.479379 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.487028 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.503583 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.511308 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.528582 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.537149 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.554586 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.563526 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.580644 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.588862 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.606687 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.616598 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.634894 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.643926 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.661392 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.670299 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.687340 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.695233 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.712347 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.720704 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:44.738015 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:44.747155 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:44.764507 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:44.772852 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:44.790527 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:44.799874 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:44.817923 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:44.826342 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:44.844448 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:44.852967 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:44.871019 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:44.879470 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:44.897734 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:44.906341 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:44.923518 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:44.931182 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:44.947613 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:44.955965 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:44.973755 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:44.982110 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:44.999864 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.008316 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.026174 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.036268 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.063784 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.072748 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.091722 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.100871 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.119386 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.128532 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.147410 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.156204 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.174848 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.183343 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.201539 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.209849 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.228427 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.238762 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.258809 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.267525 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.286104 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.294848 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.313162 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.321935 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.340327 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.349380 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.367948 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.378497 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.396172 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.404151 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.425120 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.434485 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.451391 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.459366 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.478539 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.486491 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.503136 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.511001 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.528236 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.540539 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.558200 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.566221 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.583787 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.593414 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.612667 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.620692 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.637196 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.644659 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.660881 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.668351 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.684605 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.691809 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.707407 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.714591 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.730412 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.737945 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.754352 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.761975 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.778746 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.790306 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.806876 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.814960 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.831868 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.839516 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.855806 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.863879 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.880195 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.889225 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.906157 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.914690 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.932105 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.940208 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.958015 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.966967 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.985326 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.994386 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.012953 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.115047 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.139608 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.148222 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.165726 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.174053 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.191814 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.201021 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.218698 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.228772 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.246498 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.259168 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.276376 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.284969 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.302140 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.311507 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.328716 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.337466 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.355452 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.366502 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.384827 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.401120 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.434067 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.448868 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.469425 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.481891 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.500513 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.508588 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.525705 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.533882 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.550987 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.558751 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.575779 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.584088 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.614395 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.627444 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.645836 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.655677 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.675883 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.684083 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.700172 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.708276 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.725663 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.733142 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.749141 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.757001 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.773574 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.783833 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.800301 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.808486 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.827560 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.837384 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.856753 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.874463 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.915627 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.934569 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.969980 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.981095 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.002427 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.013132 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.033446 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.052065 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.088436 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.106344 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.142762 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.159581 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.195281 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.211223 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.247541 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.264305 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.302833 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.320850 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.358886 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.376794 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.422614 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.442563 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.488782 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.509490 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.558874 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.577300 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.618370 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.637994 run mass: Checking if sockets are in the filesystem
22:48:47.674034 run osmo-ms-mob/00000: Starting mobile
22:48:47.703284 run osmo-ms-mob/00000(pid=135): Launched
22:48:47.734269 run mass: MS start registered {at=6173833.43757661, delay=0.012585320509970188, ms=00000}
22:48:51.866970 run osmo-ms-mob/00001: Starting mobile
22:48:51.884545 run osmo-ms-mob/00001(pid=136): Launched
22:48:51.898627 run mass: MS start registered {at=6173837.601947582, delay=0.006720992736518383, ms=00001}
22:48:53.668706 run osmo-ms-mob/00002: Starting mobile
22:48:53.688045 run osmo-ms-mob/00002(pid=137): Launched
22:48:53.713664 run mass: MS start registered {at=6173839.416975733, delay=0.01656591985374689, ms=00002}
22:48:53.857465 run mass: MS performed LU {at=6173839.560761261, lu_delay=6.123184651136398, ms=00000}
22:48:54.966320 run osmo-ms-mob/00003: Starting mobile
22:48:54.982925 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.997649 run mass: MS start registered {at=6173840.700987794, delay=3.616511821746826e-05, ms=00003}
22:48:56.065939 run osmo-ms-mob/00004: Starting mobile
22:48:56.083029 run osmo-ms-mob/00004(pid=139): Launched
22:48:56.099991 run mass: MS start registered {at=6173841.80329658, delay=0.008595420978963375, ms=00004}
22:48:57.065604 run osmo-ms-mob/00005: Starting mobile
22:48:57.081057 run osmo-ms-mob/00005(pid=140): Launched
22:48:57.093572 run mass: MS start registered {at=6173842.796917352, delay=0.005263207480311394, ms=00005}
22:48:57.622853 run mass: MS performed LU {at=6173843.32616967, lu_delay=5.724222087301314, ms=00001}
22:48:57.964724 run osmo-ms-mob/00006: Starting mobile
22:48:57.981009 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.994303 run mass: MS start registered {at=6173843.697637646, delay=0.005503533408045769, ms=00006}
22:48:58.867309 run osmo-ms-mob/00007: Starting mobile
22:48:58.886311 run osmo-ms-mob/00007(pid=142): Launched
22:48:58.901311 run mass: MS start registered {at=6173844.604641535, delay=0.0032775746658444405, ms=00007}
22:48:59.524694 run mass: MS performed LU {at=6173845.22799727, lu_delay=5.811021537519991, ms=00002}
22:48:59.664737 run osmo-ms-mob/00008: Starting mobile
22:48:59.681103 run osmo-ms-mob/00008(pid=143): Launched
22:48:59.693912 run mass: MS start registered {at=6173845.397257315, delay=0.005388729274272919, ms=00008}
22:49:00.022871 run mass: MS performed LU {at=6173845.726197254, lu_delay=5.025209459476173, ms=00003}
22:49:00.370462 run osmo-ms-mob/00009: Starting mobile
22:49:00.403955 run osmo-ms-mob/00009(pid=144): Launched
22:49:00.424677 run mass: MS start registered {at=6173846.127968751, delay=0.00512789748609066, ms=00009}
22:49:01.067518 run osmo-ms-mob/00010: Starting mobile
22:49:01.084455 run osmo-ms-mob/00010(pid=145): Launched
22:49:01.099026 run mass: MS start registered {at=6173846.802353585, delay=0.006849979981780052, ms=00010}
22:49:01.388622 run mass: MS performed LU {at=6173847.091929931, lu_delay=5.28863335121423, ms=00004}
22:49:01.820171 run osmo-ms-mob/00011: Starting mobile
22:49:01.834396 run osmo-ms-mob/00011(pid=146): Launched
22:49:01.840771 run mass: Starting too slowly. Moving on {now=6173847.544138243, sleep=-0.08330212719738483, target=6173847.460836116}
22:49:01.846734 run mass: MS start registered {at=6173847.550092175, delay=0.005956659093499184, ms=00011}
22:49:02.264320 run osmo-ms-mob/00012: Starting mobile
22:49:02.278247 run osmo-ms-mob/00012(pid=147): Launched
22:49:02.290956 run mass: MS start registered {at=6173847.994289748, delay=0.005677847191691399, ms=00012}
22:49:02.867244 run osmo-ms-mob/00013: Starting mobile
22:49:02.882009 run osmo-ms-mob/00013(pid=148): Launched
22:49:02.894452 run mass: MS start registered {at=6173848.597793319, delay=0.0054300641641020775, ms=00013}
22:49:03.290139 run mass: MS performed LU {at=6173848.993471482, lu_delay=6.196554129943252, ms=00005}
22:49:03.317691 run mass: MS performed LU {at=6173849.021021902, lu_delay=5.323384255170822, ms=00006}
22:49:03.331859 run osmo-ms-mob/00014: Starting mobile
22:49:03.348135 run osmo-ms-mob/00014(pid=149): Launched
22:49:03.361832 run mass: MS start registered {at=6173849.065170781, delay=0.005982366390526295, ms=00014}
22:49:04.064527 run osmo-ms-mob/00015: Starting mobile
22:49:04.080846 run osmo-ms-mob/00015(pid=150): Launched
22:49:04.094507 run mass: MS start registered {at=6173849.797846229, delay=0.005651455372571945, ms=00015}
22:49:04.568592 run osmo-ms-mob/00016: Starting mobile
22:49:04.585787 run osmo-ms-mob/00016(pid=151): Launched
22:49:04.603826 run mass: MS start registered {at=6173850.307151222, delay=0.009589352644979954, ms=00016}
22:49:05.065148 run osmo-ms-mob/00017: Starting mobile
22:49:05.082841 run osmo-ms-mob/00017(pid=152): Launched
22:49:05.100846 run mass: MS start registered {at=6173850.804156677, delay=0.009266659617424011, ms=00017}
22:49:05.154850 run mass: MS performed LU {at=6173850.858154126, lu_delay=6.253512591123581, ms=00007}
22:49:05.219397 run mass: MS performed LU {at=6173850.922727115, lu_delay=4.79475836455822, ms=00009}
22:49:05.288052 run mass: MS performed LU {at=6173850.991373714, lu_delay=5.59411639906466, ms=00008}
22:49:05.667809 run osmo-ms-mob/00018: Starting mobile
22:49:05.689056 run osmo-ms-mob/00018(pid=153): Launched
22:49:05.703189 run mass: MS start registered {at=6173851.406506356, delay=0.005629434250295162, ms=00018}
22:49:06.067716 run osmo-ms-mob/00019: Starting mobile
22:49:06.083273 run osmo-ms-mob/00019(pid=154): Launched
22:49:06.097120 run mass: MS start registered {at=6173851.800436642, delay=0.00661515723913908, ms=00019}
22:49:06.563900 run osmo-ms-mob/00020: Starting mobile
22:49:06.579123 run osmo-ms-mob/00020(pid=155): Launched
22:49:06.592452 run mass: MS start registered {at=6173852.295772738, delay=0.005954735912382603, ms=00020}
22:49:06.954226 run mass: MS performed LU {at=6173852.657561042, lu_delay=4.663271293975413, ms=00012}
22:49:07.055842 run mass: MS performed LU {at=6173852.759173723, lu_delay=5.209081548266113, ms=00011}
22:49:07.142193 run osmo-ms-mob/00021: Starting mobile
22:49:07.292209 run osmo-ms-mob/00021(pid=156): Launched
22:49:07.298941 run mass: Starting too slowly. Moving on {now=6173853.002308463, sleep=-0.14147236663848162, target=6173852.860836096}
22:49:07.304855 run mass: MS performed LU {at=6173853.008213217, lu_delay=6.205859632231295, ms=00010}
22:49:07.310661 run mass: Starting too slowly. Moving on {now=6173853.014031425, sleep=-0.05319532938301563, target=6173852.960836096}
22:49:07.317469 run mass: MS start registered {at=6173853.02083026, delay=0.01852483581751585, ms=00021}
22:49:07.464075 run osmo-ms-mob/00022: Starting mobile
22:49:07.477926 run osmo-ms-mob/00022(pid=157): Launched
22:49:07.489595 run mass: MS start registered {at=6173853.192947222, delay=0.0045111533254384995, ms=00022}
22:49:07.964100 run osmo-ms-mob/00023: Starting mobile
22:49:07.977900 run osmo-ms-mob/00023(pid=158): Launched
22:49:07.989475 run mass: MS start registered {at=6173853.692823805, delay=0.00496281310915947, ms=00023}
22:49:08.363536 run osmo-ms-mob/00024: Starting mobile
22:49:08.377588 run osmo-ms-mob/00024(pid=159): Launched
22:49:08.388907 run mass: MS start registered {at=6173854.092250424, delay=0.00491389911621809, ms=00024}
22:49:08.864445 run osmo-ms-mob/00025: Starting mobile
22:49:08.881392 run osmo-ms-mob/00025(pid=160): Launched
22:49:08.895444 run mass: MS start registered {at=6173854.598777706, delay=0.006048292852938175, ms=00025}
22:49:08.920769 run mass: MS performed LU {at=6173854.624100164, lu_delay=6.026306844316423, ms=00013}
22:49:08.985606 run mass: MS performed LU {at=6173854.688926526, lu_delay=5.623755745589733, ms=00014}
22:49:09.054547 run mass: MS performed LU {at=6173854.75786673, lu_delay=4.960020501166582, ms=00015}
22:49:09.073583 run osmo-ms-mob/00026: Starting mobile
22:49:09.091111 run osmo-ms-mob/00026(pid=161): Launched
22:49:09.106396 run mass: MS start registered {at=6173854.809732545, delay=0.006985126994550228, ms=00026}
22:49:09.326409 run mass: MS performed LU {at=6173855.029739831, lu_delay=4.722588608972728, ms=00016}
22:49:09.665321 run osmo-ms-mob/00027: Starting mobile
22:49:09.680617 run osmo-ms-mob/00027(pid=162): Launched
22:49:09.692863 run mass: MS start registered {at=6173855.396210514, delay=0.005356434732675552, ms=00027}
22:49:10.065370 run osmo-ms-mob/00028: Starting mobile
22:49:10.082118 run osmo-ms-mob/00028(pid=163): Launched
22:49:10.095396 run mass: MS start registered {at=6173855.798742934, delay=0.005699123255908489, ms=00028}
22:49:10.467837 run osmo-ms-mob/00029: Starting mobile
22:49:10.485156 run osmo-ms-mob/00029(pid=164): Launched
22:49:10.498683 run mass: MS start registered {at=6173856.202025281, delay=0.005680159665644169, ms=00029}
22:49:10.719946 run mass: MS performed LU {at=6173856.423263698, lu_delay=5.016757342033088, ms=00018}
22:49:10.821971 run mass: MS performed LU {at=6173856.525305884, lu_delay=5.721149207092822, ms=00017}
22:49:10.834815 run osmo-ms-mob/00030: Starting mobile
22:49:10.860872 run osmo-ms-mob/00030(pid=165): Launched
22:49:10.867450 run mass: MS performed LU {at=6173856.570808414, lu_delay=4.770371772348881, ms=00019}
22:49:10.874138 run mass: MS start registered {at=6173856.577502815, delay=0.006713828071951866, ms=00030}
22:49:11.269767 run osmo-ms-mob/00031: Starting mobile
22:49:11.286353 run osmo-ms-mob/00031(pid=166): Launched
22:49:11.300146 run mass: MS start registered {at=6173857.003475988, delay=0.005867665633559227, ms=00031}
22:49:11.564206 run osmo-ms-mob/00032: Starting mobile
22:49:11.579323 run osmo-ms-mob/00032(pid=167): Launched
22:49:11.591711 run mass: MS start registered {at=6173857.295050321, delay=0.0052763931453228, ms=00032}
22:49:11.963595 run osmo-ms-mob/00033: Starting mobile
22:49:11.977618 run osmo-ms-mob/00033(pid=168): Launched
22:49:11.992734 run mass: MS start registered {at=6173857.696077857, delay=0.007815450429916382, ms=00033}
22:49:12.363653 run osmo-ms-mob/00034: Starting mobile
22:49:12.377722 run osmo-ms-mob/00034(pid=169): Launched
22:49:12.390329 run mass: MS start registered {at=6173858.093644609, delay=0.005688996985554695, ms=00034}
22:49:13.228428 run osmo-ms-mob/00035: Starting mobile
22:49:13.242809 run osmo-ms-mob/00035(pid=170): Launched
22:49:13.249172 run mass: Starting too slowly. Moving on {now=6173858.952540636, sleep=-0.491704560816288, target=6173858.460836075}
22:49:13.255062 run mass: MS performed LU {at=6173858.958420144, lu_delay=5.937589884735644, ms=00021}
22:49:13.261252 run mass: Starting too slowly. Moving on {now=6173858.964621539, sleep=-0.4037854643538594, target=6173858.560836075}
22:49:13.266874 run mass: MS performed LU {at=6173858.970237536, lu_delay=5.277413731440902, ms=00023}
22:49:13.273020 run mass: Starting too slowly. Moving on {now=6173858.976390469, sleep=-0.31555439438670874, target=6173858.6608360745}
22:49:13.278921 run mass: MS performed LU {at=6173858.982285899, lu_delay=5.789338677190244, ms=00022}
22:49:13.284966 run mass: Starting too slowly. Moving on {now=6173858.988336493, sleep=-0.22750041913241148, target=6173858.760836074}
22:49:13.290952 run mass: MS performed LU {at=6173858.994315703, lu_delay=6.698542965576053, ms=00020}
22:49:14.077145 run osmo-ms-mob/00036: Starting mobile
22:49:14.304788 run osmo-ms-mob/00036(pid=171): Launched
22:49:14.312611 run mass: Starting too slowly. Moving on {now=6173860.015977311, sleep=-1.155141237191856, target=6173858.860836074}
22:49:14.318486 run mass: MS start registered {at=6173860.021844937, delay=1.0693069025874138, ms=00035}
22:49:14.324300 run mass: Starting too slowly. Moving on {now=6173860.027669653, sleep=-1.0668335799127817, target=6173858.960836073}
22:49:14.329932 run mass: MS start registered {at=6173860.033294848, delay=0.017320395447313786, ms=00036}
22:49:14.335847 run mass: Starting too slowly. Moving on {now=6173860.039217192, sleep=-0.9783811187371612, target=6173859.060836073}
22:49:14.341626 run mass: Starting too slowly. Moving on {now=6173860.04499825, sleep=-0.8841621773317456, target=6173859.160836073}
22:49:14.352913 run osmo-ms-mob/00037: Starting mobile
22:49:14.366663 run osmo-ms-mob/00037(pid=172): Launched
22:49:14.373019 run mass: Starting too slowly. Moving on {now=6173860.07638776, sleep=-0.8155516879633069, target=6173859.260836072}
22:49:14.378917 run mass: MS start registered {at=6173860.082277298, delay=0.005891951732337475, ms=00037}
22:49:14.385227 run mass: Starting too slowly. Moving on {now=6173860.088595318, sleep=-0.7277592457830906, target=6173859.360836072}
22:49:14.391100 run mass: Starting too slowly. Moving on {now=6173860.094470695, sleep=-0.6336346231400967, target=6173859.4608360715}
22:49:14.402236 run osmo-ms-mob/00038: Starting mobile
22:49:14.415603 run osmo-ms-mob/00038(pid=173): Launched
22:49:14.422075 run mass: Starting too slowly. Moving on {now=6173860.125442951, sleep=-0.564606879837811, target=6173859.560836071}
22:49:14.428206 run mass: MS start registered {at=6173860.131561902, delay=0.006121848709881306, ms=00038}
22:49:14.434058 run mass: Starting too slowly. Moving on {now=6173860.137426334, sleep=-0.47659026365727186, target=6173859.660836071}
22:49:14.439702 run mass: Starting too slowly. Moving on {now=6173860.143072782, sleep=-0.38223671168088913, target=6173859.76083607}
22:49:14.450489 run osmo-ms-mob/00039: Starting mobile
22:49:14.463723 run osmo-ms-mob/00039(pid=174): Launched
22:49:14.470061 run mass: Starting too slowly. Moving on {now=6173860.17342971, sleep=-0.3125936398282647, target=6173859.86083607}
22:49:14.475962 run mass: MS start registered {at=6173860.179319174, delay=0.005891719833016396, ms=00039}
22:49:14.482289 run mass: Starting too slowly. Moving on {now=6173860.185657565, sleep=-0.22482149489223957, target=6173859.96083607}
22:49:14.488249 run mass: Starting too slowly. Moving on {now=6173860.191618686, sleep=-0.13078261632472277, target=6173860.060836069}
22:49:14.494106 run mass: Starting too slowly. Moving on {now=6173860.197476778, sleep=-0.03664070926606655, target=6173860.160836069}
22:49:14.505630 run osmo-ms-mob/00040: Starting mobile
22:49:14.519454 run osmo-ms-mob/00040(pid=175): Launched
22:49:14.531658 run mass: MS start registered {at=6173860.235000415, delay=0.005388207733631134, ms=00040}
22:49:14.764291 run osmo-ms-mob/00041: Starting mobile
22:49:14.778392 run osmo-ms-mob/00041(pid=176): Launched
22:49:14.790286 run mass: MS start registered {at=6173860.493634258, delay=0.005492824129760265, ms=00041}
22:49:15.066343 run osmo-ms-mob/00042: Starting mobile
22:49:15.080229 run osmo-ms-mob/00042(pid=177): Launched
22:49:15.092009 run mass: MS start registered {at=6173860.795334382, delay=0.005009428597986698, ms=00042}
22:49:15.320991 run mass: MS performed LU {at=6173861.02431561, lu_delay=5.628105095587671, ms=00027}
22:49:15.427305 run mass: MS performed LU {at=6173861.130617516, lu_delay=6.531839810311794, ms=00025}
22:49:15.444150 run osmo-ms-mob/00043: Starting mobile
22:49:15.461000 run osmo-ms-mob/00043(pid=178): Launched
22:49:15.469226 run mass: MS performed LU {at=6173861.172578035, lu_delay=7.080327610485256, ms=00024}
22:49:15.476903 run mass: MS start registered {at=6173861.180266917, delay=0.007712836377322674, ms=00043}
22:49:15.484832 run mass: MS performed LU {at=6173861.188185408, lu_delay=5.389442473649979, ms=00028}
22:49:15.498829 run osmo-ms-mob/00044: Starting mobile
22:49:15.516246 run osmo-ms-mob/00044(pid=179): Launched
22:49:15.529211 run mass: MS performed LU {at=6173861.232547865, lu_delay=6.422815320082009, ms=00026}
22:49:15.536803 run mass: MS start registered {at=6173861.240167037, delay=0.01294323243200779, ms=00044}
22:49:16.064573 run osmo-ms-mob/00045: Starting mobile
22:49:16.079882 run osmo-ms-mob/00045(pid=180): Launched
22:49:16.092970 run mass: MS start registered {at=6173861.796317974, delay=0.005512567237019539, ms=00045}
22:49:16.363656 run osmo-ms-mob/00046: Starting mobile
22:49:16.377058 run osmo-ms-mob/00046(pid=181): Launched
22:49:16.389020 run mass: MS start registered {at=6173862.092366018, delay=0.005477120168507099, ms=00046}
22:49:16.451794 run mass: MS performed LU {at=6173862.155129923, lu_delay=4.860079601407051, ms=00032}
22:49:16.516555 run mass: MS performed LU {at=6173862.219891192, lu_delay=6.017865911126137, ms=00029}
22:49:16.528700 run osmo-ms-mob/00047: Starting mobile
22:49:16.543630 run osmo-ms-mob/00047(pid=182): Launched
22:49:16.555921 run mass: MS start registered {at=6173862.259273305, delay=0.005268818698823452, ms=00047}
22:49:16.586056 run mass: MS performed LU {at=6173862.289400702, lu_delay=5.285924714058638, ms=00031}
22:49:16.622882 run mass: MS performed LU {at=6173862.32622823, lu_delay=5.748725415207446, ms=00030}
22:49:16.634474 run osmo-ms-mob/00048: Starting mobile
22:49:16.649546 run osmo-ms-mob/00048(pid=183): Launched
22:49:16.662663 run mass: MS start registered {at=6173862.365992449, delay=0.006078798323869705, ms=00048}
22:49:16.913815 run mass: MS performed LU {at=6173862.617145104, lu_delay=4.92106724716723, ms=00033}
22:49:17.264942 run osmo-ms-mob/00049: Starting mobile
22:49:17.279847 run osmo-ms-mob/00049(pid=184): Launched
22:49:17.292605 run mass: MS start registered {at=6173862.995950374, delay=0.005567551590502262, ms=00049}
22:49:17.563717 run osmo-ms-mob/00050: Starting mobile
22:49:17.577194 run osmo-ms-mob/00050(pid=185): Launched
22:49:17.589058 run mass: MS start registered {at=6173863.29240775, delay=0.00511898472905159, ms=00050}
22:49:17.963685 run osmo-ms-mob/00051: Starting mobile
22:49:17.978847 run osmo-ms-mob/00051(pid=186): Launched
22:49:17.991743 run mass: MS start registered {at=6173863.69509211, delay=0.005430843681097031, ms=00051}
22:49:18.252509 run mass: MS performed LU {at=6173863.955821119, lu_delay=5.862176510505378, ms=00034}
22:49:18.271501 run osmo-ms-mob/00052: Starting mobile
22:49:18.289502 run osmo-ms-mob/00052(pid=187): Launched
22:49:18.303079 run mass: MS start registered {at=6173864.006420779, delay=0.0054587721824646, ms=00052}
22:49:18.381300 run mass: MS performed LU {at=6173864.084616136, lu_delay=4.062771199271083, ms=00035}
22:49:18.564255 run osmo-ms-mob/00053: Starting mobile
22:49:18.579951 run osmo-ms-mob/00053(pid=188): Launched
22:49:18.593071 run mass: MS start registered {at=6173864.296417978, delay=0.005480620078742504, ms=00053}
22:49:18.864074 run osmo-ms-mob/00054: Starting mobile
22:49:18.878272 run osmo-ms-mob/00054(pid=189): Launched
22:49:18.890201 run mass: MS start registered {at=6173864.593547618, delay=0.005328684113919735, ms=00054}
22:49:19.163894 run osmo-ms-mob/00055: Starting mobile
22:49:19.177635 run osmo-ms-mob/00055(pid=190): Launched
22:49:19.190216 run mass: MS start registered {at=6173864.893561871, delay=0.005529521033167839, ms=00055}
22:49:19.463880 run osmo-ms-mob/00056: Starting mobile
22:49:19.479189 run osmo-ms-mob/00056(pid=191): Launched
22:49:19.492031 run mass: MS start registered {at=6173865.195378524, delay=0.005159804597496986, ms=00056}
22:49:19.764122 run osmo-ms-mob/00057: Starting mobile
22:49:19.778080 run osmo-ms-mob/00057(pid=192): Launched
22:49:19.789108 run mass: MS start registered {at=6173865.492456949, delay=0.004739987663924694, ms=00057}
22:49:20.153415 run mass: MS performed LU {at=6173865.856747864, lu_delay=5.823453015647829, ms=00036}
22:49:20.166480 run osmo-ms-mob/00058: Starting mobile
22:49:20.182106 run osmo-ms-mob/00058(pid=193): Launched
22:49:20.188998 run mass: MS performed LU {at=6173865.892355465, lu_delay=5.760793562978506, ms=00038}
22:49:20.196013 run mass: MS start registered {at=6173865.89937715, delay=0.007042568176984787, ms=00058}
22:49:20.282225 run mass: MS performed LU {at=6173865.985557621, lu_delay=5.19022323936224, ms=00042}
22:49:20.293748 run osmo-ms-mob/00059: Starting mobile
22:49:20.307995 run osmo-ms-mob/00059(pid=194): Launched
22:49:20.320328 run mass: MS start registered {at=6173866.02367766, delay=0.004929882474243641, ms=00059}
22:49:20.425934 run mass: MS performed LU {at=6173866.129266824, lu_delay=6.046989525668323, ms=00037}
22:49:20.444140 run mass: MS performed LU {at=6173866.147488838, lu_delay=5.9124884232878685, ms=00040}
22:49:20.455880 run osmo-ms-mob/00060: Starting mobile
22:49:20.470341 run osmo-ms-mob/00060(pid=195): Launched
22:49:20.477245 run mass: MS performed LU {at=6173866.180599119, lu_delay=5.686964860185981, ms=00041}
22:49:20.484030 run mass: MS start registered {at=6173866.187393813, delay=0.006816861219704151, ms=00060}
22:49:21.007526 run mass: MS performed LU {at=6173866.710817138, lu_delay=4.9144991636276245, ms=00045}
22:49:21.067372 run mass: MS performed LU {at=6173866.770692813, lu_delay=4.5114195086061954, ms=00047}
22:49:21.082940 run osmo-ms-mob/00061: Starting mobile
22:49:21.099284 run osmo-ms-mob/00061(pid=196): Launched
22:49:21.106684 run mass: MS performed LU {at=6173866.810039267, lu_delay=5.569872230291367, ms=00044}
22:49:21.114653 run mass: MS start registered {at=6173866.818015275, delay=0.007999307475984097, ms=00061}
22:49:21.205887 run mass: MS performed LU {at=6173866.909188101, lu_delay=5.7289211843162775, ms=00043}
22:49:21.223886 run osmo-ms-mob/00062: Starting mobile
22:49:21.241428 run osmo-ms-mob/00062(pid=197): Launched
22:49:21.255536 run mass: MS start registered {at=6173866.958862408, delay=0.005570383742451668, ms=00062}
22:49:21.289341 run mass: MS performed LU {at=6173866.992676772, lu_delay=4.900310753844678, ms=00046}
22:49:21.422477 run mass: MS performed LU {at=6173867.125792644, lu_delay=6.946473469957709, ms=00039}
22:49:21.440962 run osmo-ms-mob/00063: Starting mobile
22:49:21.457649 run osmo-ms-mob/00063(pid=198): Launched
22:49:21.471078 run mass: MS start registered {at=6173867.174414232, delay=0.005913122557103634, ms=00063}
22:49:22.164492 run osmo-ms-mob/00064: Starting mobile
22:49:22.180091 run osmo-ms-mob/00064(pid=199): Launched
22:49:22.193368 run mass: MS start registered {at=6173867.896705644, delay=0.0057662371546030045, ms=00064}
22:49:22.570272 run osmo-ms-mob/00065: Starting mobile
22:49:22.601939 run osmo-ms-mob/00065(pid=200): Launched
22:49:22.623682 run mass: MS start registered {at=6173868.327003758, delay=0.007490587420761585, ms=00065}
22:49:22.869985 run osmo-ms-mob/00066: Starting mobile
22:49:22.901629 run osmo-ms-mob/00066(pid=201): Launched
22:49:22.924737 run mass: MS start registered {at=6173868.62806439, delay=0.006920504383742809, ms=00066}
22:49:23.106858 run mass: MS performed LU {at=6173868.810160391, lu_delay=5.814210017211735, ms=00049}
22:49:23.212878 run mass: MS performed LU {at=6173868.916189618, lu_delay=5.6237818682566285, ms=00050}
22:49:23.231362 run osmo-ms-mob/00067: Starting mobile
22:49:23.250283 run osmo-ms-mob/00067(pid=202): Launched
22:49:23.265163 run mass: MS start registered {at=6173868.968507389, delay=3.326591104269028e-05, ms=00067}
22:49:23.564345 run osmo-ms-mob/00068: Starting mobile
22:49:23.578289 run osmo-ms-mob/00068(pid=203): Launched
22:49:23.590381 run mass: MS start registered {at=6173869.293727599, delay=0.0053882962092757225, ms=00068}
22:49:23.900545 run mass: MS performed LU {at=6173869.603873343, lu_delay=5.597452564164996, ms=00052}
22:49:23.913542 run osmo-ms-mob/00069: Starting mobile
22:49:23.929654 run osmo-ms-mob/00069(pid=204): Launched
22:49:23.938264 run mass: MS performed LU {at=6173869.641601116, lu_delay=5.345183138735592, ms=00053}
22:49:23.946372 run mass: MS start registered {at=6173869.649734043, delay=0.00897656474262476, ms=00069}
22:49:23.956873 run mass: MS performed LU {at=6173869.660213601, lu_delay=5.066665982827544, ms=00054}
22:49:24.209345 run mass: MS performed LU {at=6173869.912679558, lu_delay=6.217587447725236, ms=00051}
22:49:24.220655 run osmo-ms-mob/00070: Starting mobile
22:49:24.234133 run osmo-ms-mob/00070(pid=205): Launched
22:49:24.240495 run mass: MS performed LU {at=6173869.943851619, lu_delay=4.748473094776273, ms=00056}
22:49:24.246731 run mass: MS start registered {at=6173869.950096823, delay=0.006266177631914616, ms=00070}
22:49:24.265293 run mass: MS performed LU {at=6173869.968638737, lu_delay=5.075076865963638, ms=00055}
22:49:24.765189 run osmo-ms-mob/00071: Starting mobile
22:49:24.781555 run osmo-ms-mob/00071(pid=206): Launched
22:49:24.795194 run mass: MS start registered {at=6173870.498531723, delay=0.005545390769839287, ms=00071}
22:49:24.870206 run mass: MS performed LU {at=6173870.573506789, lu_delay=3.7554915146902204, ms=00061}
22:49:24.888186 run mass: MS performed LU {at=6173870.591521065, lu_delay=4.40412725135684, ms=00060}
22:49:25.068955 run mass: MS performed LU {at=6173870.772289762, lu_delay=3.813427354209125, ms=00062}
22:49:25.082915 run osmo-ms-mob/00072: Starting mobile
22:49:25.100557 run osmo-ms-mob/00072(pid=207): Launched
22:49:25.114387 run mass: MS start registered {at=6173870.817698786, delay=0.005902082659304142, ms=00072}
22:49:25.567468 run osmo-ms-mob/00073: Starting mobile
22:49:25.582539 run osmo-ms-mob/00073(pid=208): Launched
22:49:25.595809 run mass: MS start registered {at=6173871.299154985, delay=0.005545619875192642, ms=00073}
22:49:25.894003 run mass: MS performed LU {at=6173871.597339266, lu_delay=5.57366160582751, ms=00059}
22:49:25.905500 run osmo-ms-mob/00074: Starting mobile
22:49:25.919959 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.932273 run mass: MS start registered {at=6173871.635612792, delay=0.0055027911439538, ms=00074}
22:49:26.363956 run osmo-ms-mob/00075: Starting mobile
22:49:26.378389 run osmo-ms-mob/00075(pid=210): Launched
22:49:26.390859 run mass: MS start registered {at=6173872.09420418, delay=0.005664585158228874, ms=00075}
22:49:26.401885 run mass: MS performed LU {at=6173872.105237287, lu_delay=4.930823054164648, ms=00063}
22:49:26.725256 run mass: MS performed LU {at=6173872.428589373, lu_delay=6.52921222243458, ms=00058}
22:49:26.743173 run mass: MS performed LU {at=6173872.446512008, lu_delay=6.954055058769882, ms=00057}
22:49:26.756257 run osmo-ms-mob/00076: Starting mobile
22:49:26.772778 run osmo-ms-mob/00076(pid=211): Launched
22:49:26.786563 run mass: MS start registered {at=6173872.489908609, delay=0.00602628942579031, ms=00076}
22:49:27.263295 run osmo-ms-mob/00077: Starting mobile
22:49:27.277023 run osmo-ms-mob/00077(pid=212): Launched
22:49:27.290204 run mass: MS start registered {at=6173872.993554673, delay=0.0058709438890218735, ms=00077}
22:49:27.749312 run mass: MS performed LU {at=6173873.452630577, lu_delay=4.824566186405718, ms=00066}
22:49:27.761395 run osmo-ms-mob/00078: Starting mobile
22:49:27.775111 run osmo-ms-mob/00078(pid=213): Launched
22:49:27.781454 run mass: MS performed LU {at=6173873.484809537, lu_delay=5.157805779017508, ms=00065}
22:49:27.788166 run mass: MS start registered {at=6173873.491530588, delay=0.0067421747371554375, ms=00078}
22:49:27.795923 run mass: MS performed LU {at=6173873.499274585, lu_delay=5.602568941190839, ms=00064}
22:49:27.883040 run mass: MS performed LU {at=6173873.586365877, lu_delay=4.617858488112688, ms=00067}
22:49:27.894592 run osmo-ms-mob/00079: Starting mobile
22:49:27.907978 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.920178 run mass: MS start registered {at=6173873.623522614, delay=0.00560611579567194, ms=00079}
22:49:28.664224 run osmo-ms-mob/00080: Starting mobile
22:49:28.678555 run osmo-ms-mob/00080(pid=215): Launched
22:49:28.690426 run mass: MS start registered {at=6173874.393771687, delay=0.00542488694190979, ms=00080}
22:49:29.171110 run osmo-ms-mob/00081: Starting mobile
22:49:29.203859 run osmo-ms-mob/00081(pid=216): Launched
22:49:29.227411 run mass: MS start registered {at=6173874.930737849, delay=0.007713625207543373, ms=00081}
22:49:29.549329 run mass: MS performed LU {at=6173875.252647824, lu_delay=4.754116100259125, ms=00071}
22:49:29.575612 run osmo-ms-mob/00082: Starting mobile
22:49:29.598060 run osmo-ms-mob/00082(pid=217): Launched
22:49:29.607899 run mass: MS performed LU {at=6173875.311250686, lu_delay=5.661516643129289, ms=00069}
22:49:29.618853 run mass: MS start registered {at=6173875.322188398, delay=0.010961792431771755, ms=00082}
22:49:29.697575 run mass: MS performed LU {at=6173875.400884107, lu_delay=4.583185320720077, ms=00072}
22:49:29.821552 run mass: MS performed LU {at=6173875.524887123, lu_delay=6.231159524060786, ms=00068}
22:49:29.839924 run mass: MS performed LU {at=6173875.543249291, lu_delay=5.59315246809274, ms=00070}
22:49:30.163660 run osmo-ms-mob/00083: Starting mobile
22:49:30.176659 run osmo-ms-mob/00083(pid=218): Launched
22:49:30.187879 run mass: MS start registered {at=6173875.891228374, delay=0.005089920945465565, ms=00083}
22:49:30.663915 run osmo-ms-mob/00084: Starting mobile
22:49:30.677375 run osmo-ms-mob/00084(pid=219): Launched
22:49:30.688818 run mass: MS start registered {at=6173876.392164317, delay=0.005238661542534828, ms=00084}
22:49:31.163744 run osmo-ms-mob/00085: Starting mobile
22:49:31.177136 run osmo-ms-mob/00085(pid=220): Launched
22:49:31.189270 run mass: MS start registered {at=6173876.892599013, delay=0.0056914230808615685, ms=00085}
22:49:31.515770 run mass: MS performed LU {at=6173877.219106427, lu_delay=5.583493635058403, ms=00074}
22:49:31.533668 run mass: MS performed LU {at=6173877.237019906, lu_delay=5.937864921055734, ms=00073}
22:49:31.561105 run mass: MS performed LU {at=6173877.264460263, lu_delay=4.7745516542345285, ms=00076}
22:49:31.572414 run osmo-ms-mob/00086: Starting mobile
22:49:31.585930 run osmo-ms-mob/00086(pid=221): Launched
22:49:31.597282 run mass: MS start registered {at=6173877.300642388, delay=1.956988126039505e-05, ms=00086}
22:49:31.649217 run mass: MS performed LU {at=6173877.352551336, lu_delay=5.258347156457603, ms=00075}
22:49:32.403907 run osmo-ms-mob/00087: Starting mobile
22:49:32.417386 run osmo-ms-mob/00087(pid=222): Launched
22:49:32.429009 run mass: MS start registered {at=6173878.132332415, delay=0.005284407176077366, ms=00087}
22:49:32.963874 run osmo-ms-mob/00088: Starting mobile
22:49:32.977471 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.988723 run mass: MS start registered {at=6173878.692077076, delay=0.00495661236345768, ms=00088}
22:49:33.314761 run mass: MS performed LU {at=6173879.018097412, lu_delay=6.024542738683522, ms=00077}
22:49:33.333290 run mass: MS performed LU {at=6173879.036618662, lu_delay=5.41309604793787, ms=00079}
22:49:33.462819 run mass: MS performed LU {at=6173879.166153919, lu_delay=5.674623331055045, ms=00078}
22:49:33.474001 run osmo-ms-mob/00089: Starting mobile
22:49:33.487082 run osmo-ms-mob/00089(pid=224): Launched
22:49:33.497981 run mass: MS start registered {at=6173879.201330397, delay=0.004831037484109402, ms=00089}
22:49:33.587676 run mass: MS performed LU {at=6173879.290991577, lu_delay=4.897219890728593, ms=00080}
22:49:34.163595 run osmo-ms-mob/00090: Starting mobile
22:49:34.177296 run osmo-ms-mob/00090(pid=225): Launched
22:49:34.189045 run mass: MS start registered {at=6173879.892396548, delay=0.005456745624542236, ms=00090}
22:49:34.863674 run osmo-ms-mob/00091: Starting mobile
22:49:34.876811 run osmo-ms-mob/00091(pid=226): Launched
22:49:34.888092 run mass: MS start registered {at=6173880.591439048, delay=0.005299221724271774, ms=00091}
22:49:35.281356 run mass: MS performed LU {at=6173880.984664764, lu_delay=5.093436390161514, ms=00083}
22:49:35.299509 run mass: MS performed LU {at=6173881.002860416, lu_delay=6.0721225664019585, ms=00081}
22:49:35.326956 run mass: MS performed LU {at=6173881.03030307, lu_delay=4.638138753362, ms=00084}
22:49:35.338400 run osmo-ms-mob/00092: Starting mobile
22:49:35.351979 run osmo-ms-mob/00092(pid=227): Launched
22:49:35.363454 run mass: MS start registered {at=6173881.066806672, delay=0.005181930027902126, ms=00092}
22:49:35.414496 run mass: MS performed LU {at=6173881.117845924, lu_delay=5.795657525770366, ms=00082}
22:49:36.364685 run osmo-ms-mob/00093: Starting mobile
22:49:36.379113 run osmo-ms-mob/00093(pid=228): Launched
22:49:36.391071 run mass: MS start registered {at=6173882.094425098, delay=0.004065095447003841, ms=00093}
22:49:37.081175 run mass: MS performed LU {at=6173882.784508565, lu_delay=5.483866177499294, ms=00086}
22:49:37.099503 run mass: MS performed LU {at=6173882.802845558, lu_delay=4.6705131428316236, ms=00087}
22:49:37.110627 run osmo-ms-mob/00094: Starting mobile
22:49:37.124140 run osmo-ms-mob/00094(pid=229): Launched
22:49:37.135404 run mass: MS start registered {at=6173882.838751088, delay=0.005275174044072628, ms=00094}
22:49:37.228962 run mass: MS performed LU {at=6173882.932296792, lu_delay=6.039697779342532, ms=00085}
22:49:38.163381 run osmo-ms-mob/00095: Starting mobile
22:49:38.176408 run osmo-ms-mob/00095(pid=230): Launched
22:49:38.187977 run mass: MS start registered {at=6173883.891319344, delay=0.005589974112808704, ms=00095}
22:49:39.047943 run mass: MS performed LU {at=6173884.75125804, lu_delay=6.059180963784456, ms=00088}
22:49:39.065144 run mass: MS performed LU {at=6173884.768494244, lu_delay=5.567163846455514, ms=00089}
22:49:39.076599 run osmo-ms-mob/00096: Starting mobile
22:49:39.090283 run osmo-ms-mob/00096(pid=231): Launched
22:49:39.096858 run mass: MS performed LU {at=6173884.800213746, lu_delay=22.434221296571195, ms=00048}
22:49:39.102962 run mass: MS start registered {at=6173884.806327342, delay=0.006134491413831711, ms=00096}
22:49:39.180391 run mass: MS performed LU {at=6173884.88371187, lu_delay=4.991315321996808, ms=00090}
22:49:40.264161 run osmo-ms-mob/00097: Starting mobile
22:49:40.277906 run osmo-ms-mob/00097(pid=232): Launched
22:49:40.290263 run mass: MS start registered {at=6173885.99360088, delay=0.006200071424245834, ms=00097}
22:49:40.846561 run mass: MS performed LU {at=6173886.549872874, lu_delay=5.958433826453984, ms=00091}
22:49:40.865348 run mass: MS performed LU {at=6173886.568669266, lu_delay=4.474244168028235, ms=00093}
22:49:40.994141 run mass: MS performed LU {at=6173886.697476405, lu_delay=5.630669732578099, ms=00092}
22:49:41.576553 run osmo-ms-mob/00098: Starting mobile
22:49:41.592080 run osmo-ms-mob/00098(pid=233): Launched
22:49:41.607394 run mass: MS start registered {at=6173887.310734563, delay=0.007792833261191845, ms=00098}
22:49:42.813313 run mass: MS performed LU {at=6173888.516629857, lu_delay=4.625310513190925, ms=00095}
22:49:42.831339 run mass: MS performed LU {at=6173888.534651267, lu_delay=5.695900179445744, ms=00094}
22:49:43.371190 run osmo-ms-mob/00099: Starting mobile
22:49:43.392969 run osmo-ms-mob/00099(pid=234): Launched
22:49:43.406949 run mass: All started... {duration=55.74947396758944, too_slow=21}
22:49:43.417854 run mass: MS start registered {at=6173889.121186754, delay=0.010881486348807812, ms=00099}
22:49:44.742686 run mass: MS performed LU {at=6173890.445967863, lu_delay=5.639640521258116, ms=00096}
22:49:44.762000 run mass: MS performed LU {at=6173890.465347631, lu_delay=4.4717467511072755, ms=00097}
22:49:46.578619 run mass: MS performed LU {at=6173892.28191592, lu_delay=4.97118135727942, ms=00098}
22:49:48.480541 run mass: MS performed LU {at=6173894.183845744, lu_delay=5.062658989802003, ms=00099}
22:49:48.497538 run mass: Tests done {all_completed=True, max=22.434221296571195, min=3.7554915146902204}
22:49:48.513012 tst register_default_mass.py: Test passed (86.9 sec)
22:49:48.528504 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.538309 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.547918 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.557525 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.567486 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.577423 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.587064 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.596745 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.606586 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.616372 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.626380 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.635817 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.645363 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.655468 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.665565 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.676051 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.686331 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.696053 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.705769 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.715756 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.725603 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.735473 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.745257 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.754384 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.760079 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.765991 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.772450 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.779210 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.786659 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.792167 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.799249 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.804985 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.810302 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.816498 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.822483 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.829486 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.835992 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.842003 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.847613 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.854218 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.859681 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.866328 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.871457 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.877679 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.883333 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.889233 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.894688 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.901200 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.906840 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.912345 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.920150 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.932234 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.942362 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.952397 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.962384 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.972425 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.982497 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.992468 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.002482 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.012658 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.022402 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.032448 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.042470 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.053145 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.062077 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.071687 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.081743 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.091731 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.101529 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.111170 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.120778 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.126888 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.133792 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.143874 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.153904 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.164117 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.174379 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.184409 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.194506 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.204648 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.214614 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.224554 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.234792 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.244945 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.255019 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.265179 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.275035 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.284751 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.294648 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.304637 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.314230 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.323480 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.332834 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.342279 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.351750 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.361128 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.370640 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.380751 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.390642 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.400581 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.410186 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.420103 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.429471 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.438674 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.448267 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.457500 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.466983 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.476545 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.486179 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.496153 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.505918 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.516123 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.526460 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.536607 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.546096 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.555832 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.565879 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.576130 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.586082 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.596205 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.606008 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.615994 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.625550 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.634843 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.644270 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.653852 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.663276 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.672929 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.682416 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.692282 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.701932 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.711257 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.720570 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.729684 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.738803 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.747841 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.756960 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.766268 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.775420 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.784580 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.793802 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.803448 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.812677 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.821771 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.830682 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.839239 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.847894 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.856498 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.865273 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.874297 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.883150 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.892230 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.901347 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.910305 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.919110 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.927836 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.936357 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.945253 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.954759 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.964078 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.973161 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.981842 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.990622 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.999308 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:50.008055 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:50.016658 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:50.025209 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:50.033697 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:50.042084 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:50.050587 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:50.058992 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:50.067334 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:50.075693 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:50.084073 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:50.090711 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:50.095074 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:50.099408 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:50.103935 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:50.108345 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:50.112817 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:50.117243 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:50.121685 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:50.126131 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:50.130593 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:50.135096 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:50.139552 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:50.144006 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:50.148579 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:50.153186 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:50.157698 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:50.162281 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:50.166893 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:50.171490 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:50.175979 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:50.180547 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:50.185171 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:50.189773 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:50.194383 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:50.198967 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:50.203473 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.208340 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.212967 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.217518 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.222088 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.226697 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.231259 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.235862 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.240372 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.244943 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.249457 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.253951 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.258406 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.262856 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.267351 --- ParallelTerminationStrategy: PID 22 died...
22:49:50.269379 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.274385 --- ParallelTerminationStrategy: PID 23 died...
22:49:50.276422 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.281376 --- ParallelTerminationStrategy: PID 24 died...
22:49:50.283372 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.288192 --- ParallelTerminationStrategy: PID 25 died...
22:49:50.290128 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.294912 --- ParallelTerminationStrategy: PID 26 died...
22:49:50.296866 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.301735 --- ParallelTerminationStrategy: PID 27 died...
22:49:50.303711 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.308576 --- ParallelTerminationStrategy: PID 28 died...
22:49:50.310540 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.315541 --- ParallelTerminationStrategy: PID 29 died...
22:49:50.317568 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.322548 --- ParallelTerminationStrategy: PID 30 died...
22:49:50.324577 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.329590 --- ParallelTerminationStrategy: PID 31 died...
22:49:50.331623 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.336573 --- ParallelTerminationStrategy: PID 32 died...
22:49:50.338569 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.343453 --- ParallelTerminationStrategy: PID 33 died...
22:49:50.345440 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.350297 --- ParallelTerminationStrategy: PID 35 died...
22:49:50.352251 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.359387 --- ParallelTerminationStrategy: PID 36 died...
22:49:50.363410 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.373054 --- ParallelTerminationStrategy: PID 37 died...
22:49:50.376397 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.381297 --- ParallelTerminationStrategy: PID 38 died...
22:49:50.383245 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.388024 --- ParallelTerminationStrategy: PID 39 died...
22:49:50.389949 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.394809 --- ParallelTerminationStrategy: PID 40 died...
22:49:50.396784 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.401514 --- ParallelTerminationStrategy: PID 41 died...
22:49:50.403466 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.408195 --- ParallelTerminationStrategy: PID 42 died...
22:49:50.411827 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.417190 --- ParallelTerminationStrategy: PID 43 died...
22:49:50.419203 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.424091 --- ParallelTerminationStrategy: PID 44 died...
22:49:50.426072 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.430925 --- ParallelTerminationStrategy: PID 45 died...
22:49:50.432900 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.437654 --- ParallelTerminationStrategy: PID 46 died...
22:49:50.439539 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.444160 --- ParallelTerminationStrategy: PID 47 died...
22:49:50.446083 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.450833 --- ParallelTerminationStrategy: PID 48 died...
22:49:50.452714 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.457434 --- ParallelTerminationStrategy: PID 49 died...
22:49:50.459302 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.463767 --- ParallelTerminationStrategy: PID 50 died...
22:49:50.465585 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.469973 --- ParallelTerminationStrategy: PID 51 died...
22:49:50.471808 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.476185 --- ParallelTerminationStrategy: PID 52 died...
22:49:50.477959 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.482442 --- ParallelTerminationStrategy: PID 53 died...
22:49:50.484301 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.488974 --- ParallelTerminationStrategy: PID 54 died...
22:49:50.490927 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.495715 --- ParallelTerminationStrategy: PID 55 died...
22:49:50.497669 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.502417 --- ParallelTerminationStrategy: PID 56 died...
22:49:50.504325 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.509117 --- ParallelTerminationStrategy: PID 57 died...
22:49:50.511067 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.515734 --- ParallelTerminationStrategy: PID 58 died...
22:49:50.517588 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.522056 --- ParallelTerminationStrategy: PID 59 died...
22:49:50.523803 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.528123 --- ParallelTerminationStrategy: PID 60 died...
22:49:50.529851 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.534217 --- ParallelTerminationStrategy: PID 61 died...
22:49:50.535987 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.540354 --- ParallelTerminationStrategy: PID 62 died...
22:49:50.542093 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.546457 --- ParallelTerminationStrategy: PID 63 died...
22:49:50.548235 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.552886 --- ParallelTerminationStrategy: PID 64 died...
22:49:50.554770 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.559430 --- ParallelTerminationStrategy: PID 65 died...
22:49:50.561388 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.589397 --- ParallelTerminationStrategy: PID 66 died...
22:49:50.590936 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.594978 --- ParallelTerminationStrategy: PID 67 died...
22:49:50.596780 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.601289 --- ParallelTerminationStrategy: PID 68 died...
22:49:50.603170 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.607788 --- ParallelTerminationStrategy: PID 69 died...
22:49:50.609656 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.614304 --- ParallelTerminationStrategy: PID 70 died...
22:49:50.616227 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.621008 --- ParallelTerminationStrategy: PID 71 died...
22:49:50.622904 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.627710 --- ParallelTerminationStrategy: PID 72 died...
22:49:50.629670 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.634443 --- ParallelTerminationStrategy: PID 73 died...
22:49:50.636400 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.641226 --- ParallelTerminationStrategy: PID 74 died...
22:49:50.643157 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.649034 --- ParallelTerminationStrategy: PID 75 died...
22:49:50.651052 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.655984 --- ParallelTerminationStrategy: PID 76 died...
22:49:50.658032 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.662858 --- ParallelTerminationStrategy: PID 77 died...
22:49:50.665056 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.669829 --- ParallelTerminationStrategy: PID 78 died...
22:49:50.671766 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.678017 --- ParallelTerminationStrategy: PID 79 died...
22:49:50.681850 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.688040 --- ParallelTerminationStrategy: PID 80 died...
22:49:50.690100 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.694961 --- ParallelTerminationStrategy: PID 81 died...
22:49:50.696937 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.701769 --- ParallelTerminationStrategy: PID 82 died...
22:49:50.703721 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.708610 --- ParallelTerminationStrategy: PID 83 died...
22:49:50.710528 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.715226 --- ParallelTerminationStrategy: PID 84 died...
22:49:50.717161 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.721809 --- ParallelTerminationStrategy: PID 85 died...
22:49:50.723739 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.728490 --- ParallelTerminationStrategy: PID 86 died...
22:49:50.730420 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.735159 --- ParallelTerminationStrategy: PID 87 died...
22:49:50.737096 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.741847 --- ParallelTerminationStrategy: PID 88 died...
22:49:50.743765 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.748543 --- ParallelTerminationStrategy: PID 89 died...
22:49:50.750496 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.755514 --- ParallelTerminationStrategy: PID 90 died...
22:49:50.757496 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.762263 --- ParallelTerminationStrategy: PID 91 died...
22:49:50.764170 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.768806 --- ParallelTerminationStrategy: PID 92 died...
22:49:50.770718 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.775442 --- ParallelTerminationStrategy: PID 93 died...
22:49:50.777383 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.782175 --- ParallelTerminationStrategy: PID 94 died...
22:49:50.784099 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.789020 --- ParallelTerminationStrategy: PID 95 died...
22:49:50.790974 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.795751 --- ParallelTerminationStrategy: PID 96 died...
22:49:50.797713 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.802504 --- ParallelTerminationStrategy: PID 97 died...
22:49:50.804437 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.809210 --- ParallelTerminationStrategy: PID 98 died...
22:49:50.811147 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.815933 --- ParallelTerminationStrategy: PID 99 died...
22:49:50.817876 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.822665 --- ParallelTerminationStrategy: PID 100 died...
22:49:50.824609 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.829411 --- ParallelTerminationStrategy: PID 101 died...
22:49:50.831345 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.836149 --- ParallelTerminationStrategy: PID 102 died...
22:49:50.838176 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.843019 --- ParallelTerminationStrategy: PID 103 died...
22:49:50.844963 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.849779 --- ParallelTerminationStrategy: PID 104 died...
22:49:50.851786 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.856576 --- ParallelTerminationStrategy: PID 105 died...
22:49:50.858522 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.863390 --- ParallelTerminationStrategy: PID 106 died...
22:49:50.865372 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.870299 --- ParallelTerminationStrategy: PID 107 died...
22:49:50.872257 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.889708 --- ParallelTerminationStrategy: PID 108 died...
22:49:50.891577 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.896184 --- ParallelTerminationStrategy: PID 109 died...
22:49:50.898142 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.903014 --- ParallelTerminationStrategy: PID 110 died...
22:49:50.905063 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.909989 --- ParallelTerminationStrategy: PID 111 died...
22:49:50.911988 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.916922 --- ParallelTerminationStrategy: PID 112 died...
22:49:50.918910 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.923902 --- ParallelTerminationStrategy: PID 113 died...
22:49:50.925964 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.930905 --- ParallelTerminationStrategy: PID 114 died...
22:49:50.932959 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.938004 --- ParallelTerminationStrategy: PID 115 died...
22:49:50.940013 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.944951 --- ParallelTerminationStrategy: PID 116 died...
22:49:50.946995 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.952047 --- ParallelTerminationStrategy: PID 117 died...
22:49:50.954256 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.959270 --- ParallelTerminationStrategy: PID 118 died...
22:49:50.961345 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.966291 --- ParallelTerminationStrategy: PID 119 died...
22:49:50.968309 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.973368 --- ParallelTerminationStrategy: PID 120 died...
22:49:50.975489 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.980582 --- ParallelTerminationStrategy: PID 121 died...
22:49:50.982576 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.987516 --- ParallelTerminationStrategy: PID 122 died...
22:49:50.989559 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.994532 --- ParallelTerminationStrategy: PID 123 died...
22:49:50.996554 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.001584 --- ParallelTerminationStrategy: PID 124 died...
22:49:51.003595 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.008682 --- ParallelTerminationStrategy: PID 125 died...
22:49:51.010745 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.015820 --- ParallelTerminationStrategy: PID 126 died...
22:49:51.017899 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.022904 --- ParallelTerminationStrategy: PID 127 died...
22:49:51.024977 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.030007 --- ParallelTerminationStrategy: PID 128 died...
22:49:51.031998 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.037444 --- ParallelTerminationStrategy: PID 129 died...
22:49:51.039507 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.044549 --- ParallelTerminationStrategy: PID 130 died...
22:49:51.046551 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.053793 --- ParallelTerminationStrategy: PID 131 died...
22:49:51.057735 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.067177 --- ParallelTerminationStrategy: PID 132 died...
22:49:51.071174 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.080687 --- ParallelTerminationStrategy: PID 133 died...
22:49:51.084604 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.094198 --- ParallelTerminationStrategy: PID 134 died...
22:49:51.098276 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.107816 --- ParallelTerminationStrategy: PID 135 died...
22:49:51.111729 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.121354 --- ParallelTerminationStrategy: PID 136 died...
22:49:51.125397 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.135743 --- ParallelTerminationStrategy: PID 137 died...
22:49:51.139673 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.149253 --- ParallelTerminationStrategy: PID 138 died...
22:49:51.153158 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.162745 --- ParallelTerminationStrategy: PID 139 died...
22:49:51.166596 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.175999 --- ParallelTerminationStrategy: PID 140 died...
22:49:51.179852 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.189188 --- ParallelTerminationStrategy: PID 141 died...
22:49:51.192890 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.201965 --- ParallelTerminationStrategy: PID 142 died...
22:49:51.205719 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.215021 --- ParallelTerminationStrategy: PID 143 died...
22:49:51.218736 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.227672 --- ParallelTerminationStrategy: PID 144 died...
22:49:51.231307 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.240487 --- ParallelTerminationStrategy: PID 145 died...
22:49:51.244282 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.253641 --- ParallelTerminationStrategy: PID 146 died...
22:49:51.257429 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.264814 --- ParallelTerminationStrategy: PID 147 died...
22:49:51.266795 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.271826 --- ParallelTerminationStrategy: PID 148 died...
22:49:51.273808 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.278603 --- ParallelTerminationStrategy: PID 149 died...
22:49:51.280480 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.289258 --- ParallelTerminationStrategy: PID 150 died...
22:49:51.291147 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.295768 --- ParallelTerminationStrategy: PID 151 died...
22:49:51.297877 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.302967 --- ParallelTerminationStrategy: PID 152 died...
22:49:51.305179 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.310701 --- ParallelTerminationStrategy: PID 153 died...
22:49:51.312853 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.318460 --- ParallelTerminationStrategy: PID 154 died...
22:49:51.320632 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.325850 --- ParallelTerminationStrategy: PID 155 died...
22:49:51.328012 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.333341 --- ParallelTerminationStrategy: PID 156 died...
22:49:51.335546 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.340986 --- ParallelTerminationStrategy: PID 157 died...
22:49:51.343202 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.348589 --- ParallelTerminationStrategy: PID 158 died...
22:49:51.350791 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.356101 --- ParallelTerminationStrategy: PID 159 died...
22:49:51.358222 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.363477 --- ParallelTerminationStrategy: PID 160 died...
22:49:51.365543 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.370636 --- ParallelTerminationStrategy: PID 161 died...
22:49:51.372698 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.377866 --- ParallelTerminationStrategy: PID 162 died...
22:49:51.379935 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.385068 --- ParallelTerminationStrategy: PID 163 died...
22:49:51.387133 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.392254 --- ParallelTerminationStrategy: PID 164 died...
22:49:51.394322 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.399469 --- ParallelTerminationStrategy: PID 165 died...
22:49:51.401534 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.406653 --- ParallelTerminationStrategy: PID 166 died...
22:49:51.408719 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.413870 --- ParallelTerminationStrategy: PID 167 died...
22:49:51.415974 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.421176 --- ParallelTerminationStrategy: PID 168 died...
22:49:51.423243 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.428352 --- ParallelTerminationStrategy: PID 169 died...
22:49:51.430468 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.435557 --- ParallelTerminationStrategy: PID 170 died...
22:49:51.437616 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.442834 --- ParallelTerminationStrategy: PID 171 died...
22:49:51.444919 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.450116 --- ParallelTerminationStrategy: PID 172 died...
22:49:51.452250 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.457459 --- ParallelTerminationStrategy: PID 173 died...
22:49:51.459542 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.464720 --- ParallelTerminationStrategy: PID 174 died...
22:49:51.466862 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.472386 --- ParallelTerminationStrategy: PID 175 died...
22:49:51.474578 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.479950 --- ParallelTerminationStrategy: PID 176 died...
22:49:51.482053 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.487194 --- ParallelTerminationStrategy: PID 177 died...
22:49:51.489281 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.494385 --- ParallelTerminationStrategy: PID 178 died...
22:49:51.496397 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.501368 --- ParallelTerminationStrategy: PID 179 died...
22:49:51.503351 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.508266 --- ParallelTerminationStrategy: PID 180 died...
22:49:51.510228 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.515154 --- ParallelTerminationStrategy: PID 181 died...
22:49:51.517219 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.522319 --- ParallelTerminationStrategy: PID 182 died...
22:49:51.524399 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.529575 --- ParallelTerminationStrategy: PID 183 died...
22:49:51.531657 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.536850 --- ParallelTerminationStrategy: PID 184 died...
22:49:51.538998 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.545183 --- ParallelTerminationStrategy: PID 185 died...
22:49:51.547345 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.552445 --- ParallelTerminationStrategy: PID 186 died...
22:49:51.554532 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.559693 --- ParallelTerminationStrategy: PID 187 died...
22:49:51.561772 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.566901 --- ParallelTerminationStrategy: PID 188 died...
22:49:51.568970 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.574076 --- ParallelTerminationStrategy: PID 189 died...
22:49:51.576081 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.581070 --- ParallelTerminationStrategy: PID 190 died...
22:49:51.583117 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.588079 --- ParallelTerminationStrategy: PID 191 died...
22:49:51.590036 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.594867 --- ParallelTerminationStrategy: PID 192 died...
22:49:51.596800 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.601604 --- ParallelTerminationStrategy: PID 193 died...
22:49:51.603547 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.608343 --- ParallelTerminationStrategy: PID 194 died...
22:49:51.610284 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.615297 --- ParallelTerminationStrategy: PID 195 died...
22:49:51.617241 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.622068 --- ParallelTerminationStrategy: PID 196 died...
22:49:51.624011 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.628828 --- ParallelTerminationStrategy: PID 197 died...
22:49:51.630756 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.635705 --- ParallelTerminationStrategy: PID 198 died...
22:49:51.637687 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.642582 --- ParallelTerminationStrategy: PID 199 died...
22:49:51.644535 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.649501 --- ParallelTerminationStrategy: PID 200 died...
22:49:51.651476 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.656314 --- ParallelTerminationStrategy: PID 201 died...
22:49:51.658286 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.663166 --- ParallelTerminationStrategy: PID 202 died...
22:49:51.665176 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.670095 --- ParallelTerminationStrategy: PID 203 died...
22:49:51.672064 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.676967 --- ParallelTerminationStrategy: PID 204 died...
22:49:51.678934 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.683801 --- ParallelTerminationStrategy: PID 205 died...
22:49:51.685767 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.690622 --- ParallelTerminationStrategy: PID 206 died...
22:49:51.692832 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.702593 --- ParallelTerminationStrategy: PID 207 died...
22:49:51.706400 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.715494 --- ParallelTerminationStrategy: PID 208 died...
22:49:51.719192 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.728248 --- ParallelTerminationStrategy: PID 209 died...
22:49:51.731922 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.740904 --- ParallelTerminationStrategy: PID 210 died...
22:49:51.742867 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.748777 --- ParallelTerminationStrategy: PID 211 died...
22:49:51.752491 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.761587 --- ParallelTerminationStrategy: PID 212 died...
22:49:51.765258 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.774134 --- ParallelTerminationStrategy: PID 213 died...
22:49:51.777742 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.784058 --- ParallelTerminationStrategy: PID 214 died...
22:49:51.786043 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.790937 --- ParallelTerminationStrategy: PID 215 died...
22:49:51.792859 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.797543 --- ParallelTerminationStrategy: PID 216 died...
22:49:51.799448 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.804267 --- ParallelTerminationStrategy: PID 217 died...
22:49:51.806155 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.810945 --- ParallelTerminationStrategy: PID 218 died...
22:49:51.812884 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.817710 --- ParallelTerminationStrategy: PID 219 died...
22:49:51.819637 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.824437 --- ParallelTerminationStrategy: PID 220 died...
22:49:51.826380 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.831337 --- ParallelTerminationStrategy: PID 221 died...
22:49:51.833336 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.838169 --- ParallelTerminationStrategy: PID 222 died...
22:49:51.840142 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.845044 --- ParallelTerminationStrategy: PID 223 died...
22:49:51.846980 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.851770 --- ParallelTerminationStrategy: PID 224 died...
22:49:51.853693 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.858496 --- ParallelTerminationStrategy: PID 225 died...
22:49:51.860406 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.865081 --- ParallelTerminationStrategy: PID 226 died...
22:49:51.866959 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.871587 --- ParallelTerminationStrategy: PID 227 died...
22:49:51.873441 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.877989 --- ParallelTerminationStrategy: PID 228 died...
22:49:51.879803 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.884380 --- ParallelTerminationStrategy: PID 229 died...
22:49:51.886254 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.890918 --- ParallelTerminationStrategy: PID 230 died...
22:49:51.892787 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.897363 --- ParallelTerminationStrategy: PID 231 died...
22:49:51.899235 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.903883 --- ParallelTerminationStrategy: PID 232 died...
22:49:51.905763 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.910408 --- ParallelTerminationStrategy: PID 233 died...
22:49:51.912266 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.916912 --- ParallelTerminationStrategy: PID 234 died...
22:49:51.918774 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.936285 --- ParallelTerminationStrategy: PID 34 died...
22:49:53.940148 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7916 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.051078 tst trial-7916: Storing JUnit report in /build/trial-7916/run.2025-03-25_22-48-21/trial-7916.xml
--------------------------------------------------------------------------------------------
trial-7916 PASS
--------------------------------------------------------------------------------------------
22:49:54.069214 tst trial-7916: trial-7916: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (86.9 sec)
+ exit_code=0
+ rm -rf trial-7916/inst
+ cd trial-7916
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-03-25 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7916-run.tgz run.2025-03-25_22-48-21
+ tar czf /build/trial-7916-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-03-25_13_25_55.tgz osmo-bts-oc2g.build-2025-03-25_00_51_38.tgz osmo-bts-sysmo.build-2025-03-25_00_51_32.tgz osmo-bts.build-2025-03-25_00_51_41.tgz osmo-ggsn.build-2025-03-25_20_42_35.tgz osmo-hlr.build-2025-03-25_16_36_57.tgz osmo-hnbgw.build-2025-03-25_13_28_32.tgz osmo-mgw.build-2025-03-25_08_33_15.tgz osmo-msc.build-2025-03-25_13_32_47.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-03-25_07_41_45.tgz osmo-pcu-sysmo.build-2025-03-25_07_41_44.tgz osmo-pcu.build-2025-03-25_07_41_50.tgz osmo-sgsn.build-2025-03-25_20_48_31.tgz osmo-stp.build-2025-03-25_13_23_05.tgz osmo-trx.build-2025-03-25_14_27_51.tgz osmocom-bb.build-2025-03-25_21_17_11.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