awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.4s
#7 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#7 CACHED
#8 [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
#8 CACHED
#9 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#9 CACHED
#10 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#10 CACHED
#11 [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
#11 CACHED
#12 [ 9/28] COPY SSH /root/.ssh
#12 CACHED
#13 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#13 CACHED
#14 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#14 CACHED
#15 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#15 CACHED
#16 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#16 CACHED
#17 [ 8/28] RUN MKDIR /var/run/sshd
#17 CACHED
#18 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#18 CACHED
#19 [ 3/28] RUN groupadd osmo-gsm-tester
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [ 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
#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 [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
#23 CACHED
#24 [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
#24 CACHED
#25 [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
#25 CACHED
#26 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#26 CACHED
#27 [ 2/28] RUN useradd -ms /bin/bash jenkins
#27 CACHED
#28 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#28 CACHED
#29 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#29 CACHED
#30 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED
#31 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#31 CACHED
#32 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:aa88ff7b1c96452bbeb6575a1c3ce2bf1169ac57c0f5fe02b4d5a4f21af76992 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=7848 -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-01-16 22:48:32
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7848
+ mkdir -p trial-7848
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-16_13_28_28.tgz osmo-bts-oc2g.build-2025-01-16_00_51_23.tgz osmo-bts-sysmo.build-2025-01-16_00_51_25.tgz osmo-bts.build-2025-01-16_00_51_40.tgz osmo-ggsn.build-2025-01-16_20_42_37.tgz osmo-hlr.build-2025-01-16_16_36_54.tgz osmo-hnbgw.build-2025-01-16_13_29_18.tgz osmo-mgw.build-2025-01-16_08_33_12.tgz osmo-msc.build-2025-01-16_13_33_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-16_07_39_39.tgz osmo-pcu-sysmo.build-2025-01-16_07_39_36.tgz osmo-pcu.build-2025-01-16_07_39_42.tgz osmo-sgsn.build-2025-01-16_20_48_51.tgz osmo-stp.build-2025-01-16_13_25_25.tgz osmo-trx.build-2025-01-16_14_30_02.tgz osmocom-bb.build-2025-01-16_21_17_24.tgz srslte.build-19.tgz trial-7848
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-16_13_28_28.md5 osmo-bts-oc2g.build-2025-01-16_00_51_23.md5 osmo-bts-sysmo.build-2025-01-16_00_51_25.md5 osmo-bts.build-2025-01-16_00_51_40.md5 osmo-ggsn.build-2025-01-16_20_42_37.md5 osmo-hlr.build-2025-01-16_16_36_54.md5 osmo-hnbgw.build-2025-01-16_13_29_18.md5 osmo-mgw.build-2025-01-16_08_33_12.md5 osmo-msc.build-2025-01-16_13_33_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-16_07_39_39.md5 osmo-pcu-sysmo.build-2025-01-16_07_39_36.md5 osmo-pcu.build-2025-01-16_07_39_42.md5 osmo-sgsn.build-2025-01-16_20_48_51.md5 osmo-stp.build-2025-01-16_13_25_25.md5 osmo-trx.build-2025-01-16_14_30_02.md5 osmocom-bb.build-2025-01-16_21_17_24.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-16_13_28_28.md5 osmo-bts-oc2g.build-2025-01-16_00_51_23.md5 osmo-bts-sysmo.build-2025-01-16_00_51_25.md5 osmo-bts.build-2025-01-16_00_51_40.md5 osmo-ggsn.build-2025-01-16_20_42_37.md5 osmo-hlr.build-2025-01-16_16_36_54.md5 osmo-hnbgw.build-2025-01-16_13_29_18.md5 osmo-mgw.build-2025-01-16_08_33_12.md5 osmo-msc.build-2025-01-16_13_33_21.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-16_07_39_39.md5 osmo-pcu-sysmo.build-2025-01-16_07_39_36.md5 osmo-pcu.build-2025-01-16_07_39_42.md5 osmo-sgsn.build-2025-01-16_20_48_51.md5 osmo-stp.build-2025-01-16_13_25_25.md5 osmo-trx.build-2025-01-16_14_30_02.md5 osmocom-bb.build-2025-01-16_21_17_24.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-7848 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7848'
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-7848
--------------------------------------------------------------------------------------------
22:48:32.631467 tst trial-7848: Detailed log at /build/trial-7848/run.2025-01-16_22-48-32/log
---------------------------------------------------------------------
trial-7848 netreg_mass
---------------------------------------------------------------------
22:48:32.843083 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:32.843454 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:32.844276 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:32.845499 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:32.917057 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:32.919916 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:32.923543 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:32.997544 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-7848 netreg_mass register_default_mass.py
----------------------------------------------
22:48:32.998442 tst register_default_mass.py:9: Claiming resources for the test
22:48:33.014541 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.015182 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.015668 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.016154 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.016635 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.017114 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:33.017587 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:33.090111 tst register_default_mass.py: using LAC 2
22:48:33.129445 tst register_default_mass.py: using RAC 2
22:48:33.184974 tst register_default_mass.py: using CellId 2
22:48:33.254570 tst register_default_mass.py: using BVCI 3
22:48:33.266601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.267866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.268982 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.270064 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.271123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.272168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.273220 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.274321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.275379 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.276406 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.277461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.278513 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.279586 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.280698 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.281745 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.282806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.283841 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.284891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.285930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.286959 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.287992 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.289022 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.290061 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.291116 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.292132 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.293186 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.294213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.295245 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.296283 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.297321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.298345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.299371 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.300428 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.301501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.302541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.303553 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.304564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.305681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.306723 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.307740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.308767 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.309788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.310826 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.311855 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.312884 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.313893 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.314918 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.315977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.317040 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.318095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.319159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.320181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.321203 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.322225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.323258 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.324297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.325361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.326409 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.327441 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.328472 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.329488 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.330486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.331517 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.332550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.333572 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.334599 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.335607 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.336640 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.337666 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.338672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.339681 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.340749 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.341891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.342937 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.343954 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.344991 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.346005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.347010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.348020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.349013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.350023 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.351037 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.352059 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.353077 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.354078 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.355070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.356073 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.357101 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.358118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.359124 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.360141 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.361171 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.362338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.363381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.364405 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.365392 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.366381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.367386 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.368424 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.369442 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.370467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:33.371577 tst register_default_mass.py:21: Launching a simple network
22:48:33.392715 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:33.573597 run create_hlr_db(pid=20): Launched
22:48:34.588029 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:34.624270 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:34.656229 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:34.668291 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:34.962558 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:34.979178 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:34.989874 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:35.608946 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:35.641133 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:38.660440 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:38.784031 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:38.799675 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:38.805551 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:38.829509 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:38.844491 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:38.850304 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:39.186448 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:39.203105 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:45.227732 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:45.383824 run osmo-bts-virtual(pid=34): Launched
22:48:46.435358 tst register_default_mass.py: using MSISDN 1001
22:48:46.446400 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:46.571000 tst register_default_mass.py: using MSISDN 1002
22:48:46.577199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:46.680336 tst register_default_mass.py: using MSISDN 1003
22:48:46.686142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:46.767838 tst register_default_mass.py: using MSISDN 1004
22:48:46.773793 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:46.877590 tst register_default_mass.py: using MSISDN 1005
22:48:46.883603 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:46.957483 tst register_default_mass.py: using MSISDN 1006
22:48:46.963271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:47.032950 tst register_default_mass.py: using MSISDN 1007
22:48:47.038721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:47.136415 tst register_default_mass.py: using MSISDN 1008
22:48:47.157440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:47.245042 tst register_default_mass.py: using MSISDN 1009
22:48:47.257279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:47.543645 tst register_default_mass.py: using MSISDN 1010
22:48:47.549591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:47.645342 tst register_default_mass.py: using MSISDN 1011
22:48:47.651306 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:47.760875 tst register_default_mass.py: using MSISDN 1012
22:48:47.782676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:47.887887 tst register_default_mass.py: using MSISDN 1013
22:48:47.893893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:48.005241 tst register_default_mass.py: using MSISDN 1014
22:48:48.027840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:48.100334 tst register_default_mass.py: using MSISDN 1015
22:48:48.122525 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:48.209507 tst register_default_mass.py: using MSISDN 1016
22:48:48.215507 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:48.503500 tst register_default_mass.py: using MSISDN 1017
22:48:48.512229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:48.591093 tst register_default_mass.py: using MSISDN 1018
22:48:48.596930 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:48.720629 tst register_default_mass.py: using MSISDN 1019
22:48:48.726566 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:48.988746 tst register_default_mass.py: using MSISDN 1020
22:48:48.994575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:49.212617 tst register_default_mass.py: using MSISDN 1021
22:48:49.218677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:49.504678 tst register_default_mass.py: using MSISDN 1022
22:48:49.511207 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:49.611011 tst register_default_mass.py: using MSISDN 1023
22:48:49.617025 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:49.750201 tst register_default_mass.py: using MSISDN 1024
22:48:49.756229 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:49.827060 tst register_default_mass.py: using MSISDN 1025
22:48:49.833346 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:49.915481 tst register_default_mass.py: using MSISDN 1026
22:48:49.921559 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:50.277028 tst register_default_mass.py: using MSISDN 1027
22:48:50.282776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:50.350198 tst register_default_mass.py: using MSISDN 1028
22:48:50.357778 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:50.441706 tst register_default_mass.py: using MSISDN 1029
22:48:50.447430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:50.517893 tst register_default_mass.py: using MSISDN 1030
22:48:50.529635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:50.613906 tst register_default_mass.py: using MSISDN 1031
22:48:50.621390 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:50.705482 tst register_default_mass.py: using MSISDN 1032
22:48:50.712062 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:50.827582 tst register_default_mass.py: using MSISDN 1033
22:48:50.833632 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:50.919234 tst register_default_mass.py: using MSISDN 1034
22:48:50.925587 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:51.291337 tst register_default_mass.py: using MSISDN 1035
22:48:51.299228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:51.389517 tst register_default_mass.py: using MSISDN 1036
22:48:51.396877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:51.483848 tst register_default_mass.py: using MSISDN 1037
22:48:51.490180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:51.563445 tst register_default_mass.py: using MSISDN 1038
22:48:51.569364 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:51.667896 tst register_default_mass.py: using MSISDN 1039
22:48:51.674827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:51.755913 tst register_default_mass.py: using MSISDN 1040
22:48:51.761905 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:51.854565 tst register_default_mass.py: using MSISDN 1041
22:48:51.860802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:51.983138 tst register_default_mass.py: using MSISDN 1042
22:48:51.989271 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:52.089316 tst register_default_mass.py: using MSISDN 1043
22:48:52.095094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:52.185037 tst register_default_mass.py: using MSISDN 1044
22:48:52.191053 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:52.498975 tst register_default_mass.py: using MSISDN 1045
22:48:52.506629 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:52.615041 tst register_default_mass.py: using MSISDN 1046
22:48:52.620911 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:52.831380 tst register_default_mass.py: using MSISDN 1047
22:48:52.837955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:52.930505 tst register_default_mass.py: using MSISDN 1048
22:48:52.946774 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:53.023751 tst register_default_mass.py: using MSISDN 1049
22:48:53.034728 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:53.121982 tst register_default_mass.py: using MSISDN 1050
22:48:53.127869 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:53.196145 tst register_default_mass.py: using MSISDN 1051
22:48:53.202187 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:53.286275 tst register_default_mass.py: using MSISDN 1052
22:48:53.292447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:53.376692 tst register_default_mass.py: using MSISDN 1053
22:48:53.382731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:53.482841 tst register_default_mass.py: using MSISDN 1054
22:48:53.493802 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:53.573460 tst register_default_mass.py: using MSISDN 1055
22:48:53.591788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:53.683223 tst register_default_mass.py: using MSISDN 1056
22:48:53.700114 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:53.837364 tst register_default_mass.py: using MSISDN 1057
22:48:53.843386 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:53.986072 tst register_default_mass.py: using MSISDN 1058
22:48:53.992115 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:54.128360 tst register_default_mass.py: using MSISDN 1059
22:48:54.134134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:54.343286 tst register_default_mass.py: using MSISDN 1060
22:48:54.353693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:54.595903 tst register_default_mass.py: using MSISDN 1061
22:48:54.603993 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:54.739808 tst register_default_mass.py: using MSISDN 1062
22:48:54.745844 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:54.929464 tst register_default_mass.py: using MSISDN 1063
22:48:54.940230 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:55.185991 tst register_default_mass.py: using MSISDN 1064
22:48:55.191990 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:55.332653 tst register_default_mass.py: using MSISDN 1065
22:48:55.338379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:55.459877 tst register_default_mass.py: using MSISDN 1066
22:48:55.469377 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:55.613915 tst register_default_mass.py: using MSISDN 1067
22:48:55.619776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:55.701545 tst register_default_mass.py: using MSISDN 1068
22:48:55.707384 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:55.787155 tst register_default_mass.py: using MSISDN 1069
22:48:55.793434 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:55.864161 tst register_default_mass.py: using MSISDN 1070
22:48:55.870152 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:55.944376 tst register_default_mass.py: using MSISDN 1071
22:48:55.950614 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:56.156861 tst register_default_mass.py: using MSISDN 1072
22:48:56.175305 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:56.262565 tst register_default_mass.py: using MSISDN 1073
22:48:56.276224 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:56.366491 tst register_default_mass.py: using MSISDN 1074
22:48:56.373594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:56.467701 tst register_default_mass.py: using MSISDN 1075
22:48:56.488126 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:56.562654 tst register_default_mass.py: using MSISDN 1076
22:48:56.579518 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:56.667170 tst register_default_mass.py: using MSISDN 1077
22:48:56.673266 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:56.759760 tst register_default_mass.py: using MSISDN 1078
22:48:56.781980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:56.851147 tst register_default_mass.py: using MSISDN 1079
22:48:56.871619 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:56.959737 tst register_default_mass.py: using MSISDN 1080
22:48:56.968731 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:57.050972 tst register_default_mass.py: using MSISDN 1081
22:48:57.067158 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:57.230138 tst register_default_mass.py: using MSISDN 1082
22:48:57.244296 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:57.344727 tst register_default_mass.py: using MSISDN 1083
22:48:57.350447 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:57.470328 tst register_default_mass.py: using MSISDN 1084
22:48:57.487872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:57.881846 tst register_default_mass.py: using MSISDN 1085
22:48:57.892002 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:57.971168 tst register_default_mass.py: using MSISDN 1086
22:48:57.977946 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:58.065613 tst register_default_mass.py: using MSISDN 1087
22:48:58.092914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:58.182123 tst register_default_mass.py: using MSISDN 1088
22:48:58.196481 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:58.382702 tst register_default_mass.py: using MSISDN 1089
22:48:58.397503 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:58.487441 tst register_default_mass.py: using MSISDN 1090
22:48:58.507075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:59.411509 tst register_default_mass.py: using MSISDN 1091
22:48:59.425713 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:59.639072 tst register_default_mass.py: using MSISDN 1092
22:48:59.649135 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:59.741521 tst register_default_mass.py: using MSISDN 1093
22:48:59.762798 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:59.847614 tst register_default_mass.py: using MSISDN 1094
22:48:59.854458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:59.925140 tst register_default_mass.py: using MSISDN 1095
22:48:59.934951 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:49:00.024448 tst register_default_mass.py: using MSISDN 1096
22:49:00.030486 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:49:00.132413 tst register_default_mass.py: using MSISDN 1097
22:49:00.140091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:49:00.225771 tst register_default_mass.py: using MSISDN 1098
22:49:00.233347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:49:00.404753 tst register_default_mass.py: using MSISDN 1099
22:49:00.415391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:00.570785 tst register_default_mass.py: using MSISDN 1100
22:49:00.577666 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:00.940561 run mass: Starting testcase
22:49:00.946393 run mass: Pre-launching all virtphy's
22:49:00.952196 run osmo-ms-virt-phy/00000: Starting virtphy
22:49:00.965467 run osmo-ms-virt-phy/00000(pid=35): Launched
22:49:00.971671 run osmo-ms-virt-phy/00001: Starting virtphy
22:49:00.985307 run osmo-ms-virt-phy/00001(pid=36): Launched
22:49:00.991386 run osmo-ms-virt-phy/00002: Starting virtphy
22:49:01.004535 run osmo-ms-virt-phy/00002(pid=37): Launched
22:49:01.010566 run osmo-ms-virt-phy/00003: Starting virtphy
22:49:01.023870 run osmo-ms-virt-phy/00003(pid=38): Launched
22:49:01.030260 run osmo-ms-virt-phy/00004: Starting virtphy
22:49:01.043417 run osmo-ms-virt-phy/00004(pid=39): Launched
22:49:01.049640 run osmo-ms-virt-phy/00005: Starting virtphy
22:49:01.065033 run osmo-ms-virt-phy/00005(pid=40): Launched
22:49:01.071126 run osmo-ms-virt-phy/00006: Starting virtphy
22:49:01.084206 run osmo-ms-virt-phy/00006(pid=41): Launched
22:49:01.090248 run osmo-ms-virt-phy/00007: Starting virtphy
22:49:01.103385 run osmo-ms-virt-phy/00007(pid=42): Launched
22:49:01.109498 run osmo-ms-virt-phy/00008: Starting virtphy
22:49:01.122626 run osmo-ms-virt-phy/00008(pid=43): Launched
22:49:01.128699 run osmo-ms-virt-phy/00009: Starting virtphy
22:49:01.141646 run osmo-ms-virt-phy/00009(pid=44): Launched
22:49:01.147643 run osmo-ms-virt-phy/00010: Starting virtphy
22:49:01.160617 run osmo-ms-virt-phy/00010(pid=45): Launched
22:49:01.166674 run osmo-ms-virt-phy/00011: Starting virtphy
22:49:01.179586 run osmo-ms-virt-phy/00011(pid=46): Launched
22:49:01.185645 run osmo-ms-virt-phy/00012: Starting virtphy
22:49:01.198808 run osmo-ms-virt-phy/00012(pid=47): Launched
22:49:01.205109 run osmo-ms-virt-phy/00013: Starting virtphy
22:49:01.218647 run osmo-ms-virt-phy/00013(pid=48): Launched
22:49:01.224938 run osmo-ms-virt-phy/00014: Starting virtphy
22:49:01.238444 run osmo-ms-virt-phy/00014(pid=49): Launched
22:49:01.244730 run osmo-ms-virt-phy/00015: Starting virtphy
22:49:01.258297 run osmo-ms-virt-phy/00015(pid=50): Launched
22:49:01.264563 run osmo-ms-virt-phy/00016: Starting virtphy
22:49:01.287665 run osmo-ms-virt-phy/00016(pid=51): Launched
22:49:01.293924 run osmo-ms-virt-phy/00017: Starting virtphy
22:49:01.306978 run osmo-ms-virt-phy/00017(pid=52): Launched
22:49:01.313021 run osmo-ms-virt-phy/00018: Starting virtphy
22:49:01.326067 run osmo-ms-virt-phy/00018(pid=53): Launched
22:49:01.332308 run osmo-ms-virt-phy/00019: Starting virtphy
22:49:01.345478 run osmo-ms-virt-phy/00019(pid=54): Launched
22:49:01.351621 run osmo-ms-virt-phy/00020: Starting virtphy
22:49:01.365160 run osmo-ms-virt-phy/00020(pid=55): Launched
22:49:01.371522 run osmo-ms-virt-phy/00021: Starting virtphy
22:49:01.385197 run osmo-ms-virt-phy/00021(pid=56): Launched
22:49:01.391527 run osmo-ms-virt-phy/00022: Starting virtphy
22:49:01.404852 run osmo-ms-virt-phy/00022(pid=57): Launched
22:49:01.410917 run osmo-ms-virt-phy/00023: Starting virtphy
22:49:01.423850 run osmo-ms-virt-phy/00023(pid=58): Launched
22:49:01.429907 run osmo-ms-virt-phy/00024: Starting virtphy
22:49:01.442970 run osmo-ms-virt-phy/00024(pid=59): Launched
22:49:01.449012 run osmo-ms-virt-phy/00025: Starting virtphy
22:49:01.462145 run osmo-ms-virt-phy/00025(pid=60): Launched
22:49:01.468172 run osmo-ms-virt-phy/00026: Starting virtphy
22:49:01.481229 run osmo-ms-virt-phy/00026(pid=61): Launched
22:49:01.487223 run osmo-ms-virt-phy/00027: Starting virtphy
22:49:01.500271 run osmo-ms-virt-phy/00027(pid=62): Launched
22:49:01.506297 run osmo-ms-virt-phy/00028: Starting virtphy
22:49:01.519378 run osmo-ms-virt-phy/00028(pid=63): Launched
22:49:01.525582 run osmo-ms-virt-phy/00029: Starting virtphy
22:49:01.538788 run osmo-ms-virt-phy/00029(pid=64): Launched
22:49:01.544984 run osmo-ms-virt-phy/00030: Starting virtphy
22:49:01.569435 run osmo-ms-virt-phy/00030(pid=65): Launched
22:49:01.575482 run osmo-ms-virt-phy/00031: Starting virtphy
22:49:01.588642 run osmo-ms-virt-phy/00031(pid=66): Launched
22:49:01.594972 run osmo-ms-virt-phy/00032: Starting virtphy
22:49:01.608512 run osmo-ms-virt-phy/00032(pid=67): Launched
22:49:01.614773 run osmo-ms-virt-phy/00033: Starting virtphy
22:49:01.628360 run osmo-ms-virt-phy/00033(pid=68): Launched
22:49:01.634792 run osmo-ms-virt-phy/00034: Starting virtphy
22:49:01.647946 run osmo-ms-virt-phy/00034(pid=69): Launched
22:49:01.654148 run osmo-ms-virt-phy/00035: Starting virtphy
22:49:01.667833 run osmo-ms-virt-phy/00035(pid=70): Launched
22:49:01.674225 run osmo-ms-virt-phy/00036: Starting virtphy
22:49:01.687821 run osmo-ms-virt-phy/00036(pid=71): Launched
22:49:01.694098 run osmo-ms-virt-phy/00037: Starting virtphy
22:49:01.708020 run osmo-ms-virt-phy/00037(pid=72): Launched
22:49:01.714426 run osmo-ms-virt-phy/00038: Starting virtphy
22:49:01.727601 run osmo-ms-virt-phy/00038(pid=73): Launched
22:49:01.733805 run osmo-ms-virt-phy/00039: Starting virtphy
22:49:01.747158 run osmo-ms-virt-phy/00039(pid=74): Launched
22:49:01.753283 run osmo-ms-virt-phy/00040: Starting virtphy
22:49:01.766310 run osmo-ms-virt-phy/00040(pid=75): Launched
22:49:01.772387 run osmo-ms-virt-phy/00041: Starting virtphy
22:49:01.785507 run osmo-ms-virt-phy/00041(pid=76): Launched
22:49:01.791537 run osmo-ms-virt-phy/00042: Starting virtphy
22:49:01.804430 run osmo-ms-virt-phy/00042(pid=77): Launched
22:49:01.810376 run osmo-ms-virt-phy/00043: Starting virtphy
22:49:01.823311 run osmo-ms-virt-phy/00043(pid=78): Launched
22:49:01.829393 run osmo-ms-virt-phy/00044: Starting virtphy
22:49:01.842658 run osmo-ms-virt-phy/00044(pid=79): Launched
22:49:01.848696 run osmo-ms-virt-phy/00045: Starting virtphy
22:49:01.861803 run osmo-ms-virt-phy/00045(pid=80): Launched
22:49:01.867949 run osmo-ms-virt-phy/00046: Starting virtphy
22:49:01.881726 run osmo-ms-virt-phy/00046(pid=81): Launched
22:49:01.888175 run osmo-ms-virt-phy/00047: Starting virtphy
22:49:01.901894 run osmo-ms-virt-phy/00047(pid=82): Launched
22:49:01.908238 run osmo-ms-virt-phy/00048: Starting virtphy
22:49:01.921712 run osmo-ms-virt-phy/00048(pid=83): Launched
22:49:01.927699 run osmo-ms-virt-phy/00049: Starting virtphy
22:49:01.940741 run osmo-ms-virt-phy/00049(pid=84): Launched
22:49:01.946742 run osmo-ms-virt-phy/00050: Starting virtphy
22:49:01.959903 run osmo-ms-virt-phy/00050(pid=85): Launched
22:49:01.966074 run osmo-ms-virt-phy/00051: Starting virtphy
22:49:01.978969 run osmo-ms-virt-phy/00051(pid=86): Launched
22:49:01.984973 run osmo-ms-virt-phy/00052: Starting virtphy
22:49:01.998003 run osmo-ms-virt-phy/00052(pid=87): Launched
22:49:02.004055 run osmo-ms-virt-phy/00053: Starting virtphy
22:49:02.016911 run osmo-ms-virt-phy/00053(pid=88): Launched
22:49:02.022870 run osmo-ms-virt-phy/00054: Starting virtphy
22:49:02.036427 run osmo-ms-virt-phy/00054(pid=89): Launched
22:49:02.042752 run osmo-ms-virt-phy/00055: Starting virtphy
22:49:02.056572 run osmo-ms-virt-phy/00055(pid=90): Launched
22:49:02.062872 run osmo-ms-virt-phy/00056: Starting virtphy
22:49:02.076172 run osmo-ms-virt-phy/00056(pid=91): Launched
22:49:02.082378 run osmo-ms-virt-phy/00057: Starting virtphy
22:49:02.095575 run osmo-ms-virt-phy/00057(pid=92): Launched
22:49:02.102020 run osmo-ms-virt-phy/00058: Starting virtphy
22:49:02.115154 run osmo-ms-virt-phy/00058(pid=93): Launched
22:49:02.121279 run osmo-ms-virt-phy/00059: Starting virtphy
22:49:02.134325 run osmo-ms-virt-phy/00059(pid=94): Launched
22:49:02.140432 run osmo-ms-virt-phy/00060: Starting virtphy
22:49:02.154011 run osmo-ms-virt-phy/00060(pid=95): Launched
22:49:02.160255 run osmo-ms-virt-phy/00061: Starting virtphy
22:49:02.173911 run osmo-ms-virt-phy/00061(pid=96): Launched
22:49:02.180211 run osmo-ms-virt-phy/00062: Starting virtphy
22:49:02.193308 run osmo-ms-virt-phy/00062(pid=97): Launched
22:49:02.199376 run osmo-ms-virt-phy/00063: Starting virtphy
22:49:02.212554 run osmo-ms-virt-phy/00063(pid=98): Launched
22:49:02.218729 run osmo-ms-virt-phy/00064: Starting virtphy
22:49:02.231761 run osmo-ms-virt-phy/00064(pid=99): Launched
22:49:02.237807 run osmo-ms-virt-phy/00065: Starting virtphy
22:49:02.250980 run osmo-ms-virt-phy/00065(pid=100): Launched
22:49:02.257366 run osmo-ms-virt-phy/00066: Starting virtphy
22:49:02.270983 run osmo-ms-virt-phy/00066(pid=101): Launched
22:49:02.277282 run osmo-ms-virt-phy/00067: Starting virtphy
22:49:02.290811 run osmo-ms-virt-phy/00067(pid=102): Launched
22:49:02.297111 run osmo-ms-virt-phy/00068: Starting virtphy
22:49:02.310755 run osmo-ms-virt-phy/00068(pid=103): Launched
22:49:02.317015 run osmo-ms-virt-phy/00069: Starting virtphy
22:49:02.330315 run osmo-ms-virt-phy/00069(pid=104): Launched
22:49:02.336690 run osmo-ms-virt-phy/00070: Starting virtphy
22:49:02.349911 run osmo-ms-virt-phy/00070(pid=105): Launched
22:49:02.356128 run osmo-ms-virt-phy/00071: Starting virtphy
22:49:02.369416 run osmo-ms-virt-phy/00071(pid=106): Launched
22:49:02.375717 run osmo-ms-virt-phy/00072: Starting virtphy
22:49:02.388806 run osmo-ms-virt-phy/00072(pid=107): Launched
22:49:02.394812 run osmo-ms-virt-phy/00073: Starting virtphy
22:49:02.407931 run osmo-ms-virt-phy/00073(pid=108): Launched
22:49:02.413967 run osmo-ms-virt-phy/00074: Starting virtphy
22:49:02.427144 run osmo-ms-virt-phy/00074(pid=109): Launched
22:49:02.433223 run osmo-ms-virt-phy/00075: Starting virtphy
22:49:02.446145 run osmo-ms-virt-phy/00075(pid=110): Launched
22:49:02.452208 run osmo-ms-virt-phy/00076: Starting virtphy
22:49:02.465279 run osmo-ms-virt-phy/00076(pid=111): Launched
22:49:02.471305 run osmo-ms-virt-phy/00077: Starting virtphy
22:49:02.484233 run osmo-ms-virt-phy/00077(pid=112): Launched
22:49:02.490343 run osmo-ms-virt-phy/00078: Starting virtphy
22:49:02.503261 run osmo-ms-virt-phy/00078(pid=113): Launched
22:49:02.509398 run osmo-ms-virt-phy/00079: Starting virtphy
22:49:02.522450 run osmo-ms-virt-phy/00079(pid=114): Launched
22:49:02.528446 run osmo-ms-virt-phy/00080: Starting virtphy
22:49:02.541370 run osmo-ms-virt-phy/00080(pid=115): Launched
22:49:02.547382 run osmo-ms-virt-phy/00081: Starting virtphy
22:49:02.560895 run osmo-ms-virt-phy/00081(pid=116): Launched
22:49:02.567150 run osmo-ms-virt-phy/00082: Starting virtphy
22:49:02.580349 run osmo-ms-virt-phy/00082(pid=117): Launched
22:49:02.586358 run osmo-ms-virt-phy/00083: Starting virtphy
22:49:02.599463 run osmo-ms-virt-phy/00083(pid=118): Launched
22:49:02.605547 run osmo-ms-virt-phy/00084: Starting virtphy
22:49:02.618711 run osmo-ms-virt-phy/00084(pid=119): Launched
22:49:02.624718 run osmo-ms-virt-phy/00085: Starting virtphy
22:49:02.637853 run osmo-ms-virt-phy/00085(pid=120): Launched
22:49:02.643846 run osmo-ms-virt-phy/00086: Starting virtphy
22:49:02.657242 run osmo-ms-virt-phy/00086(pid=121): Launched
22:49:02.663315 run osmo-ms-virt-phy/00087: Starting virtphy
22:49:02.676135 run osmo-ms-virt-phy/00087(pid=122): Launched
22:49:02.685315 run osmo-ms-virt-phy/00088: Starting virtphy
22:49:02.698813 run osmo-ms-virt-phy/00088(pid=123): Launched
22:49:02.705130 run osmo-ms-virt-phy/00089: Starting virtphy
22:49:02.737356 run osmo-ms-virt-phy/00089(pid=124): Launched
22:49:02.743538 run osmo-ms-virt-phy/00090: Starting virtphy
22:49:02.756484 run osmo-ms-virt-phy/00090(pid=125): Launched
22:49:02.762526 run osmo-ms-virt-phy/00091: Starting virtphy
22:49:02.775565 run osmo-ms-virt-phy/00091(pid=126): Launched
22:49:02.781660 run osmo-ms-virt-phy/00092: Starting virtphy
22:49:02.795388 run osmo-ms-virt-phy/00092(pid=127): Launched
22:49:02.801734 run osmo-ms-virt-phy/00093: Starting virtphy
22:49:02.834888 run osmo-ms-virt-phy/00093(pid=128): Launched
22:49:02.840962 run osmo-ms-virt-phy/00094: Starting virtphy
22:49:02.856169 run osmo-ms-virt-phy/00094(pid=129): Launched
22:49:02.862360 run osmo-ms-virt-phy/00095: Starting virtphy
22:49:02.875533 run osmo-ms-virt-phy/00095(pid=130): Launched
22:49:02.881637 run osmo-ms-virt-phy/00096: Starting virtphy
22:49:02.895161 run osmo-ms-virt-phy/00096(pid=131): Launched
22:49:02.901384 run osmo-ms-virt-phy/00097: Starting virtphy
22:49:02.995864 run osmo-ms-virt-phy/00097(pid=132): Launched
22:49:03.001889 run osmo-ms-virt-phy/00098: Starting virtphy
22:49:03.014670 run osmo-ms-virt-phy/00098(pid=133): Launched
22:49:03.020587 run osmo-ms-virt-phy/00099: Starting virtphy
22:49:03.033302 run osmo-ms-virt-phy/00099(pid=134): Launched
22:49:03.039226 run mass: Checking if sockets are in the filesystem
22:49:03.875900 run osmo-ms-mob/00000: Starting mobile
22:49:03.893847 run osmo-ms-mob/00000(pid=135): Launched
22:49:03.899893 run mass: Starting too slowly. Moving on {now=298649.60326367, sleep=-0.755109298042953, target=298648.84815437195}
22:49:03.905572 run mass: MS start registered {at=298649.608928798, delay=0.005670528975315392, ms=00000}
22:49:03.911200 run mass: Starting too slowly. Moving on {now=298649.614570866, sleep=-0.6664164940593764, target=298648.94815437193}
22:49:03.916759 run mass: Starting too slowly. Moving on {now=298649.620130546, sleep=-0.5719761740765534, target=298649.0481543719}
22:49:03.922234 run mass: Starting too slowly. Moving on {now=298649.625606818, sleep=-0.4774524461245164, target=298649.1481543719}
22:49:03.927735 run mass: Starting too slowly. Moving on {now=298649.631107419, sleep=-0.3829530471120961, target=298649.24815437186}
22:49:03.933268 run mass: Starting too slowly. Moving on {now=298649.636640072, sleep=-0.2884857001481578, target=298649.34815437184}
22:49:03.938726 run mass: Starting too slowly. Moving on {now=298649.642097762, sleep=-0.19394339015707374, target=298649.4481543718}
22:49:03.944191 run mass: Starting too slowly. Moving on {now=298649.647562077, sleep=-0.09940770518733189, target=298649.5481543718}
22:49:03.949667 run mass: Starting too slowly. Moving on {now=298649.653038567, sleep=-0.004884195222984999, target=298649.64815437177}
22:49:07.264137 run osmo-ms-mob/00001: Starting mobile
22:49:07.278348 run osmo-ms-mob/00001(pid=136): Launched
22:49:07.289909 run mass: MS start registered {at=298652.993257147, delay=0.005167706054635346, ms=00001}
22:49:09.054910 run osmo-ms-mob/00002: Starting mobile
22:49:09.068800 run osmo-ms-mob/00002(pid=137): Launched
22:49:09.080413 run mass: MS start registered {at=298654.783761566, delay=0.005250572983641177, ms=00002}
22:49:09.510077 run mass: MS performed LU {at=298655.213281296, lu_delay=5.60435249801958, ms=00000}
22:49:10.351615 run osmo-ms-mob/00003: Starting mobile
22:49:10.365401 run osmo-ms-mob/00003(pid=138): Launched
22:49:10.377352 run mass: MS start registered {at=298656.080697784, delay=0.005579602031502873, ms=00003}
22:49:11.466300 run osmo-ms-mob/00004: Starting mobile
22:49:11.480087 run osmo-ms-mob/00004(pid=139): Launched
22:49:11.491875 run mass: MS start registered {at=298657.195219146, delay=0.005442571942694485, ms=00004}
22:49:12.454525 run osmo-ms-mob/00005: Starting mobile
22:49:12.468315 run osmo-ms-mob/00005(pid=140): Launched
22:49:12.479690 run mass: MS start registered {at=298658.183031791, delay=0.005132746999152005, ms=00005}
22:49:13.355431 run osmo-ms-mob/00006: Starting mobile
22:49:13.368528 run osmo-ms-mob/00006(pid=141): Launched
22:49:13.379848 run mass: MS start registered {at=298659.083196223, delay=0.004592780023813248, ms=00006}
22:49:13.510988 run mass: MS performed LU {at=298659.214315634, lu_delay=6.221058486960828, ms=00001}
22:49:14.250902 run osmo-ms-mob/00007: Starting mobile
22:49:14.264341 run osmo-ms-mob/00007(pid=142): Launched
22:49:14.275689 run mass: MS start registered {at=298659.979039115, delay=0.005051884043496102, ms=00007}
22:49:15.203227 run osmo-ms-mob/00008: Starting mobile
22:49:15.219361 run osmo-ms-mob/00008(pid=143): Launched
22:49:15.225767 run mass: Starting too slowly. Moving on {now=298660.929136686, sleep=-0.08098231686744839, target=298660.84815436916}
22:49:15.231840 run mass: MS performed LU {at=298660.935196103, lu_delay=6.151434537023306, ms=00002}
22:49:15.237858 run mass: MS performed LU {at=298660.941222655, lu_delay=4.860524870979134, ms=00003}
22:49:15.243638 run mass: MS start registered {at=298660.947005358, delay=0.017870859999675304, ms=00008}
22:49:15.754660 run osmo-ms-mob/00009: Starting mobile
22:49:15.767848 run osmo-ms-mob/00009(pid=144): Launched
22:49:15.779047 run mass: MS start registered {at=298661.482401089, delay=0.004760648007504642, ms=00009}
22:49:16.450935 run osmo-ms-mob/00010: Starting mobile
22:49:16.464283 run osmo-ms-mob/00010(pid=145): Launched
22:49:16.475266 run mass: MS start registered {at=298662.178619322, delay=0.004718806012533605, ms=00010}
22:49:17.040673 run mass: MS performed LU {at=298662.74398098, lu_delay=5.5487618340412155, ms=00004}
22:49:17.054893 run osmo-ms-mob/00011: Starting mobile
22:49:17.067826 run osmo-ms-mob/00011(pid=146): Launched
22:49:17.078651 run mass: MS start registered {at=298662.782006466, delay=0.004844369017519057, ms=00011}
22:49:17.576147 run mass: MS performed LU {at=298663.279439089, lu_delay=5.096407297998667, ms=00005}
22:49:17.593636 run osmo-ms-mob/00012: Starting mobile
22:49:17.610772 run osmo-ms-mob/00012(pid=147): Launched
22:49:17.621745 run mass: MS start registered {at=298663.325096089, delay=0.004927387984935194, ms=00012}
22:49:18.267166 run osmo-ms-mob/00013: Starting mobile
22:49:18.281469 run osmo-ms-mob/00013(pid=148): Launched
22:49:18.292499 run mass: MS start registered {at=298663.995851635, delay=0.004734073998406529, ms=00013}
22:49:18.851271 run osmo-ms-mob/00014: Starting mobile
22:49:18.865207 run osmo-ms-mob/00014(pid=149): Launched
22:49:18.876610 run mass: MS start registered {at=298664.579957501, delay=0.004984885978046805, ms=00014}
22:49:19.144456 run mass: Starting too slowly. Moving on {now=298664.847823392, sleep=-0.09966902376618236, target=298664.74815436825}
22:49:19.150428 run mass: MS performed LU {at=298664.853783488, lu_delay=4.874744372966234, ms=00007}
22:49:19.156484 run mass: Starting too slowly. Moving on {now=298664.859854696, sleep=-0.011700327799189836, target=298664.8481543682}
22:49:19.162461 run mass: MS performed LU {at=298664.865821698, lu_delay=5.7826254749670625, ms=00006}
22:49:19.450694 run osmo-ms-mob/00015: Starting mobile
22:49:19.464878 run osmo-ms-mob/00015(pid=150): Launched
22:49:19.475856 run mass: MS start registered {at=298665.179206709, delay=0.004662791034206748, ms=00015}
22:49:19.966865 run osmo-ms-mob/00016: Starting mobile
22:49:19.980581 run osmo-ms-mob/00016(pid=151): Launched
22:49:19.992027 run mass: MS start registered {at=298665.695378347, delay=0.005322991986759007, ms=00016}
22:49:20.452353 run osmo-ms-mob/00017: Starting mobile
22:49:20.465893 run osmo-ms-mob/00017(pid=152): Launched
22:49:20.477134 run mass: MS start registered {at=298666.180486005, delay=0.005065296951215714, ms=00017}
22:49:20.806361 run mass: MS performed LU {at=298666.50969407, lu_delay=5.5626887119724415, ms=00008}
22:49:20.872733 run mass: MS performed LU {at=298666.575978198, lu_delay=5.09357710898621, ms=00009}
22:49:21.067524 run osmo-ms-mob/00018: Starting mobile
22:49:21.081180 run osmo-ms-mob/00018(pid=153): Launched
22:49:21.092426 run mass: MS start registered {at=298666.795779476, delay=0.004923352971673012, ms=00018}
22:49:21.465610 run osmo-ms-mob/00019: Starting mobile
22:49:21.480469 run osmo-ms-mob/00019(pid=154): Launched
22:49:21.491842 run mass: MS start registered {at=298667.195195087, delay=0.004655476019252092, ms=00019}
22:49:21.963922 run osmo-ms-mob/00020: Starting mobile
22:49:21.978605 run osmo-ms-mob/00020(pid=155): Launched
22:49:21.989897 run mass: MS start registered {at=298667.693250539, delay=0.004613336001057178, ms=00020}
22:49:22.456196 run osmo-ms-mob/00021: Starting mobile
22:49:22.470172 run osmo-ms-mob/00021(pid=156): Launched
22:49:22.481982 run mass: MS start registered {at=298668.185314414, delay=0.005241605977062136, ms=00021}
22:49:22.761849 run mass: MS performed LU {at=298668.465104623, lu_delay=5.683098156994674, ms=00011}
22:49:22.776674 run osmo-ms-mob/00022: Starting mobile
22:49:22.789646 run osmo-ms-mob/00022(pid=157): Launched
22:49:22.795616 run mass: MS performed LU {at=298668.498977721, lu_delay=6.320358399010729, ms=00010}
22:49:22.801365 run mass: MS start registered {at=298668.504733121, delay=0.0057717080344446, ms=00022}
22:49:22.823757 run mass: MS performed LU {at=298668.527052144, lu_delay=5.201956055010669, ms=00012}
22:49:22.842517 run mass: MS performed LU {at=298668.545848749, lu_delay=4.549997113994323, ms=00013}
22:49:23.366811 run osmo-ms-mob/00023: Starting mobile
22:49:23.380529 run osmo-ms-mob/00023(pid=158): Launched
22:49:23.391577 run mass: MS start registered {at=298669.094928649, delay=0.005145594011992216, ms=00023}
22:49:23.750770 run osmo-ms-mob/00024: Starting mobile
22:49:23.764080 run osmo-ms-mob/00024(pid=159): Launched
22:49:23.776919 run mass: MS start registered {at=298669.480261687, delay=0.006337036029435694, ms=00024}
22:49:24.250773 run osmo-ms-mob/00025: Starting mobile
22:49:24.264707 run osmo-ms-mob/00025(pid=160): Launched
22:49:24.276018 run mass: MS start registered {at=298669.979372775, delay=0.005048391001764685, ms=00025}
22:49:24.573133 run mass: MS performed LU {at=298670.276470185, lu_delay=5.097263475996442, ms=00015}
22:49:24.584980 run osmo-ms-mob/00026: Starting mobile
22:49:24.598706 run osmo-ms-mob/00026(pid=161): Launched
22:49:24.609984 run mass: MS start registered {at=298670.313338013, delay=0.004978850018233061, ms=00026}
22:49:24.637766 run mass: MS performed LU {at=298670.341104236, lu_delay=5.7611467350507155, ms=00014}
22:49:24.743125 run mass: MS performed LU {at=298670.446460489, lu_delay=4.751082142000087, ms=00016}
22:49:25.051854 run osmo-ms-mob/00027: Starting mobile
22:49:25.065705 run osmo-ms-mob/00027(pid=162): Launched
22:49:25.076630 run mass: MS start registered {at=298670.779977909, delay=0.00485139200463891, ms=00027}
22:49:25.450882 run osmo-ms-mob/00028: Starting mobile
22:49:25.464614 run osmo-ms-mob/00028(pid=163): Launched
22:49:25.476493 run mass: MS start registered {at=298671.179843509, delay=0.005416731000877917, ms=00028}
22:49:25.861244 run osmo-ms-mob/00029: Starting mobile
22:49:25.875452 run osmo-ms-mob/00029(pid=164): Launched
22:49:25.886940 run mass: MS start registered {at=298671.590280753, delay=0.005052251974120736, ms=00029}
22:49:26.250770 run osmo-ms-mob/00030: Starting mobile
22:49:26.264429 run osmo-ms-mob/00030(pid=165): Launched
22:49:26.275882 run mass: MS start registered {at=298671.979235297, delay=0.004493887012358755, ms=00030}
22:49:26.475449 run mass: MS performed LU {at=298672.178692518, lu_delay=5.998206513002515, ms=00017}
22:49:26.502083 run mass: MS performed LU {at=298672.205409725, lu_delay=5.010214638023172, ms=00019}
22:49:26.514073 run osmo-ms-mob/00031: Starting mobile
22:49:26.528583 run osmo-ms-mob/00031(pid=166): Launched
22:49:26.539746 run mass: MS start registered {at=298672.243084454, delay=0.004680702986661345, ms=00031}
22:49:26.589751 run mass: MS performed LU {at=298672.293028029, lu_delay=5.497248552972451, ms=00018}
22:49:26.954467 run osmo-ms-mob/00032: Starting mobile
22:49:26.967657 run osmo-ms-mob/00032(pid=167): Launched
22:49:26.978617 run mass: MS start registered {at=298672.681969311, delay=0.004665798973292112, ms=00032}
22:49:27.351081 run osmo-ms-mob/00033: Starting mobile
22:49:27.365021 run osmo-ms-mob/00033(pid=168): Launched
22:49:27.376532 run mass: MS start registered {at=298673.079882267, delay=0.0049175110179930925, ms=00033}
22:49:27.767372 run osmo-ms-mob/00034: Starting mobile
22:49:27.782642 run osmo-ms-mob/00034(pid=169): Launched
22:49:27.794341 run mass: MS start registered {at=298673.497687115, delay=0.005208497983403504, ms=00034}
22:49:28.051508 run osmo-ms-mob/00035: Starting mobile
22:49:28.065746 run osmo-ms-mob/00035(pid=170): Launched
22:49:28.078377 run mass: MS start registered {at=298673.781718258, delay=0.006217098969500512, ms=00035}
22:49:28.273903 run mass: MS performed LU {at=298673.977225925, lu_delay=5.4724928039941005, ms=00022}
22:49:28.338952 run mass: MS performed LU {at=298674.042283816, lu_delay=5.856969401997048, ms=00021}
22:49:28.350278 run osmo-ms-mob/00036: Starting mobile
22:49:28.363716 run osmo-ms-mob/00036(pid=171): Launched
22:49:28.374913 run mass: MS start registered {at=298674.078262911, delay=0.00491859600879252, ms=00036}
22:49:28.403410 run mass: MS performed LU {at=298674.106752111, lu_delay=5.011823461973108, ms=00023}
22:49:28.527583 run mass: MS performed LU {at=298674.230912677, lu_delay=4.750650989997666, ms=00024}
22:49:28.850863 run osmo-ms-mob/00037: Starting mobile
22:49:28.866671 run osmo-ms-mob/00037(pid=172): Launched
22:49:28.877701 run mass: MS start registered {at=298674.581045781, delay=0.004605005960911512, ms=00037}
22:49:29.151012 run osmo-ms-mob/00038: Starting mobile
22:49:29.164960 run osmo-ms-mob/00038(pid=173): Launched
22:49:29.176038 run mass: MS start registered {at=298674.87939171, delay=0.00466883199987933, ms=00038}
22:49:29.451640 run osmo-ms-mob/00039: Starting mobile
22:49:29.464842 run osmo-ms-mob/00039(pid=174): Launched
22:49:29.476546 run mass: MS start registered {at=298675.179891959, delay=0.005301537981722504, ms=00039}
22:49:29.854165 run osmo-ms-mob/00040: Starting mobile
22:49:29.867603 run osmo-ms-mob/00040(pid=175): Launched
22:49:29.878646 run mass: MS start registered {at=298675.58199895, delay=0.004906670015770942, ms=00040}
22:49:30.151842 run osmo-ms-mob/00041: Starting mobile
22:49:30.165982 run osmo-ms-mob/00041(pid=176): Launched
22:49:30.179654 run mass: MS start registered {at=298675.883010165, delay=2.0117033272981644e-05, ms=00041}
22:49:30.240113 run mass: MS performed LU {at=298675.94343105, lu_delay=4.353150297014508, ms=00029}
22:49:30.267579 run mass: MS performed LU {at=298675.970925179, lu_delay=4.791081670031417, ms=00028}
22:49:30.279756 run osmo-ms-mob/00042: Starting mobile
22:49:30.293755 run osmo-ms-mob/00042(pid=177): Launched
22:49:30.304912 run mass: MS start registered {at=298676.008268816, delay=0.004699854995124042, ms=00042}
22:49:30.355252 run mass: MS performed LU {at=298676.058590061, lu_delay=5.278612151974812, ms=00027}
22:49:30.429007 run mass: MS performed LU {at=298676.132328578, lu_delay=5.818990564963315, ms=00026}
22:49:30.447138 run mass: MS performed LU {at=298676.150473846, lu_delay=6.171101070998702, ms=00025}
22:49:30.463382 run osmo-ms-mob/00043: Starting mobile
22:49:30.477404 run osmo-ms-mob/00043(pid=178): Launched
22:49:30.488892 run mass: MS start registered {at=298676.192241619, delay=0.005080872972030193, ms=00043}
22:49:31.151590 run osmo-ms-mob/00044: Starting mobile
22:49:31.165666 run osmo-ms-mob/00044(pid=179): Launched
22:49:31.176809 run mass: MS start registered {at=298676.880158926, delay=0.004784025019034743, ms=00044}
22:49:31.451031 run osmo-ms-mob/00045: Starting mobile
22:49:31.464978 run osmo-ms-mob/00045(pid=180): Launched
22:49:31.476571 run mass: MS start registered {at=298677.179923812, delay=0.005214617995079607, ms=00045}
22:49:31.750759 run osmo-ms-mob/00046: Starting mobile
22:49:31.764722 run osmo-ms-mob/00046(pid=181): Launched
22:49:31.775861 run mass: MS start registered {at=298677.479209914, delay=0.004621119005605578, ms=00046}
22:49:32.040709 run mass: MS performed LU {at=298677.743932896, lu_delay=5.500848442025017, ms=00031}
22:49:32.069415 run osmo-ms-mob/00047: Starting mobile
22:49:32.082891 run osmo-ms-mob/00047(pid=182): Launched
22:49:32.093649 run mass: MS start registered {at=298677.797001706, delay=0.004657641053199768, ms=00047}
22:49:32.104821 run mass: MS performed LU {at=298677.808166072, lu_delay=5.82893077499466, ms=00030}
22:49:32.170294 run mass: MS performed LU {at=298677.873549863, lu_delay=4.793667596008163, ms=00033}
22:49:32.202213 run osmo-ms-mob/00048: Starting mobile
22:49:32.215323 run osmo-ms-mob/00048(pid=183): Launched
22:49:32.226145 run mass: MS start registered {at=298677.929494235, delay=0.004672478011343628, ms=00048}
22:49:32.294317 run mass: MS performed LU {at=298677.99764719, lu_delay=5.315677879028954, ms=00032}
22:49:32.651326 run osmo-ms-mob/00049: Starting mobile
22:49:32.664813 run osmo-ms-mob/00049(pid=184): Launched
22:49:32.676264 run mass: MS start registered {at=298678.379614841, delay=0.005179457017220557, ms=00049}
22:49:32.951372 run osmo-ms-mob/00050: Starting mobile
22:49:32.965464 run osmo-ms-mob/00050(pid=185): Launched
22:49:32.977112 run mass: MS start registered {at=298678.680449702, delay=0.004959176992997527, ms=00050}
22:49:33.356869 run osmo-ms-mob/00051: Starting mobile
22:49:33.370852 run osmo-ms-mob/00051(pid=186): Launched
22:49:33.382512 run mass: MS start registered {at=298679.085856156, delay=0.005288069020025432, ms=00051}
22:49:33.651329 run osmo-ms-mob/00052: Starting mobile
22:49:33.665502 run osmo-ms-mob/00052(pid=187): Launched
22:49:33.676998 run mass: MS start registered {at=298679.380346371, delay=0.0050367380026727915, ms=00052}
22:49:33.886727 run mass: MS performed LU {at=298679.589975515, lu_delay=6.09228839998832, ms=00034}
22:49:33.911043 run osmo-ms-mob/00053: Starting mobile
22:49:33.924564 run osmo-ms-mob/00053(pid=188): Launched
22:49:33.930502 run mass: MS performed LU {at=298679.63386116, lu_delay=5.555598249018658, ms=00036}
22:49:33.936397 run mass: MS start registered {at=298679.639763228, delay=0.005920121038798243, ms=00053}
22:49:34.033608 run mass: MS performed LU {at=298679.736932423, lu_delay=4.557040464016609, ms=00039}
22:49:34.045947 run osmo-ms-mob/00054: Starting mobile
22:49:34.059155 run osmo-ms-mob/00054(pid=189): Launched
22:49:34.070117 run mass: MS start registered {at=298679.773469153, delay=0.004627999966032803, ms=00054}
22:49:34.197453 run mass: MS performed LU {at=298679.900702643, lu_delay=5.319656862004194, ms=00037}
22:49:34.216368 run mass: MS performed LU {at=298679.919730939, lu_delay=5.0403392289881594, ms=00038}
22:49:34.227775 run osmo-ms-mob/00055: Starting mobile
22:49:34.240998 run osmo-ms-mob/00055(pid=190): Launched
22:49:34.251777 run mass: MS start registered {at=298679.955129648, delay=0.004704283957835287, ms=00055}
22:49:34.865928 run osmo-ms-mob/00056: Starting mobile
22:49:34.879970 run osmo-ms-mob/00056(pid=191): Launched
22:49:34.891216 run mass: MS start registered {at=298680.594563058, delay=0.004772296000737697, ms=00056}
22:49:34.928308 run mass: MS performed LU {at=298680.631638203, lu_delay=6.849919945001602, ms=00035}
22:49:35.114287 run mass: MS performed LU {at=298680.817537074, lu_delay=3.637613261991646, ms=00045}
22:49:35.142878 run osmo-ms-mob/00057: Starting mobile
22:49:35.156356 run osmo-ms-mob/00057(pid=192): Launched
22:49:35.167383 run mass: MS start registered {at=298680.870729544, delay=0.004940198035910726, ms=00057}
22:49:35.566911 run osmo-ms-mob/00058: Starting mobile
22:49:35.581025 run osmo-ms-mob/00058(pid=193): Launched
22:49:35.592462 run mass: MS start registered {at=298681.295806789, delay=0.005237754026893526, ms=00058}
22:49:35.806896 run mass: MS performed LU {at=298681.510150511, lu_delay=5.627140345983207, ms=00041}
22:49:35.857211 run osmo-ms-mob/00059: Starting mobile
22:49:35.870324 run osmo-ms-mob/00059(pid=194): Launched
22:49:35.877077 run mass: MS performed LU {at=298681.580435318, lu_delay=5.388193699007388, ms=00043}
22:49:35.883026 run mass: MS start registered {at=298681.586392348, delay=0.005976015003398061, ms=00059}
22:49:35.935869 run mass: MS performed LU {at=298681.639110906, lu_delay=4.758951979980338, ms=00044}
22:49:35.964219 run osmo-ms-mob/00060: Starting mobile
22:49:35.977947 run osmo-ms-mob/00060(pid=195): Launched
22:49:35.989197 run mass: MS start registered {at=298681.692545682, delay=0.004864151997026056, ms=00060}
22:49:36.114328 run mass: MS performed LU {at=298681.817663228, lu_delay=6.235664278035983, ms=00040}
22:49:36.132833 run mass: MS performed LU {at=298681.836178231, lu_delay=5.827909415005706, ms=00042}
22:49:36.551555 run osmo-ms-mob/00061: Starting mobile
22:49:36.565394 run osmo-ms-mob/00061(pid=196): Launched
22:49:36.577283 run mass: MS start registered {at=298682.280633074, delay=0.0054791459697298706, ms=00061}
22:49:36.851480 run osmo-ms-mob/00062: Starting mobile
22:49:36.865779 run osmo-ms-mob/00062(pid=197): Launched
22:49:36.877251 run mass: MS start registered {at=298682.580597251, delay=0.005092460021842271, ms=00062}
22:49:37.151360 run osmo-ms-mob/00063: Starting mobile
22:49:37.165097 run osmo-ms-mob/00063(pid=198): Launched
22:49:37.176282 run mass: MS start registered {at=298682.879627839, delay=0.0048606590135023, ms=00063}
22:49:37.558024 run osmo-ms-mob/00064: Starting mobile
22:49:37.571943 run osmo-ms-mob/00064(pid=199): Launched
22:49:37.583218 run mass: MS start registered {at=298683.286564207, delay=0.00504439597716555, ms=00064}
22:49:37.886737 run mass: MS performed LU {at=298683.590071972, lu_delay=5.210457130975556, ms=00049}
22:49:37.899214 run osmo-ms-mob/00065: Starting mobile
22:49:37.913054 run osmo-ms-mob/00065(pid=200): Launched
22:49:37.919517 run mass: MS performed LU {at=298683.622875124, lu_delay=5.693380888958927, ms=00048}
22:49:37.925656 run mass: MS start registered {at=298683.629022925, delay=0.006168211984913796, ms=00065}
22:49:37.960942 run mass: MS performed LU {at=298683.66427009, lu_delay=4.983820387977175, ms=00050}
22:49:37.972334 run osmo-ms-mob/00066: Starting mobile
22:49:37.985482 run osmo-ms-mob/00066(pid=201): Launched
22:49:37.991752 run mass: MS performed LU {at=298683.695110499, lu_delay=4.609254342969507, ms=00051}
22:49:37.997654 run mass: MS start registered {at=298683.701020442, delay=0.005928718019276857, ms=00066}
22:49:38.034894 run mass: MS performed LU {at=298683.738245245, lu_delay=6.25903533102246, ms=00046}
22:49:38.651837 run osmo-ms-mob/00067: Starting mobile
22:49:38.665690 run osmo-ms-mob/00067(pid=202): Launched
22:49:38.677076 run mass: MS start registered {at=298684.380423574, delay=0.004712225985713303, ms=00067}
22:49:38.916381 run mass: MS performed LU {at=298684.619675585, lu_delay=3.7489460409851745, ms=00057}
22:49:38.932491 run osmo-ms-mob/00068: Starting mobile
22:49:38.946640 run osmo-ms-mob/00068(pid=203): Launched
22:49:38.958093 run mass: MS start registered {at=298684.661438028, delay=0.005042466975282878, ms=00068}
22:49:39.351104 run osmo-ms-mob/00069: Starting mobile
22:49:39.368413 run osmo-ms-mob/00069(pid=204): Launched
22:49:39.379880 run mass: MS start registered {at=298685.083233965, delay=0.004303228983189911, ms=00069}
22:49:39.572952 run mass: MS performed LU {at=298685.276234972, lu_delay=5.321105324022938, ms=00055}
22:49:39.587203 run mass: MS performed LU {at=298685.290567707, lu_delay=4.696004648983944, ms=00056}
22:49:39.598904 run osmo-ms-mob/00070: Starting mobile
22:49:39.612424 run osmo-ms-mob/00070(pid=205): Launched
22:49:39.618843 run mass: MS performed LU {at=298685.322201548, lu_delay=5.548732395051047, ms=00054}
22:49:39.624804 run mass: MS start registered {at=298685.328170271, delay=0.005988840013742447, ms=00070}
22:49:39.644847 run mass: MS performed LU {at=298685.348182312, lu_delay=5.967835941002704, ms=00052}
22:49:39.899276 run mass: MS performed LU {at=298685.602611278, lu_delay=5.962848049995955, ms=00053}
22:49:39.910806 run osmo-ms-mob/00071: Starting mobile
22:49:39.924370 run osmo-ms-mob/00071(pid=206): Launched
22:49:39.935415 run mass: MS start registered {at=298685.638767589, delay=0.00472040701424703, ms=00071}
22:49:40.551655 run osmo-ms-mob/00072: Starting mobile
22:49:40.565542 run osmo-ms-mob/00072(pid=207): Launched
22:49:40.576911 run mass: MS start registered {at=298686.280252937, delay=0.005046279984526336, ms=00072}
22:49:40.950679 run osmo-ms-mob/00073: Starting mobile
22:49:40.964671 run osmo-ms-mob/00073(pid=208): Launched
22:49:40.976697 run mass: MS start registered {at=298686.680035186, delay=0.005619018978904933, ms=00073}
22:49:41.350615 run osmo-ms-mob/00074: Starting mobile
22:49:41.364471 run osmo-ms-mob/00074(pid=209): Launched
22:49:41.376082 run mass: MS start registered {at=298687.079430217, delay=0.005321995995473117, ms=00074}
22:49:41.652896 run mass: MS performed LU {at=298687.356230213, lu_delay=5.66368453099858, ms=00060}
22:49:41.664702 run osmo-ms-mob/00075: Starting mobile
22:49:41.678761 run osmo-ms-mob/00075(pid=210): Launched
22:49:41.685299 run mass: MS performed LU {at=298687.388654477, lu_delay=4.808057226007804, ms=00062}
22:49:41.691451 run mass: MS start registered {at=298687.394816333, delay=0.00618181104073301, ms=00075}
22:49:41.726635 run mass: MS performed LU {at=298687.429973733, lu_delay=4.55034589394927, ms=00063}
22:49:41.753784 run mass: MS performed LU {at=298687.457116745, lu_delay=6.161309955990873, ms=00058}
22:49:41.772960 run mass: MS performed LU {at=298687.476312921, lu_delay=5.195679846976418, ms=00061}
22:49:41.784055 run osmo-ms-mob/00076: Starting mobile
22:49:41.797347 run osmo-ms-mob/00076(pid=211): Launched
22:49:41.803881 run mass: MS performed LU {at=298687.507238151, lu_delay=5.920845802989788, ms=00059}
22:49:41.809968 run mass: MS start registered {at=298687.513334284, delay=0.006116445001680404, ms=00076}
22:49:42.650916 run osmo-ms-mob/00077: Starting mobile
22:49:42.665037 run osmo-ms-mob/00077(pid=212): Launched
22:49:42.676842 run mass: MS start registered {at=298688.380190016, delay=0.005122632021084428, ms=00077}
22:49:42.696142 run mass: MS performed LU {at=298688.399487443, lu_delay=3.738049414998386, ms=00068}
22:49:42.780872 run mass: MS performed LU {at=298688.484235086, lu_delay=20.790984546998516, ms=00020}
22:49:43.150737 run osmo-ms-mob/00078: Starting mobile
22:49:43.164366 run osmo-ms-mob/00078(pid=213): Launched
22:49:43.175589 run mass: MS start registered {at=298688.87891069, delay=0.004744411038700491, ms=00078}
22:49:43.336664 run mass: MS performed LU {at=298689.039993305, lu_delay=5.410970380005892, ms=00065}
22:49:43.356683 run mass: MS performed LU {at=298689.060019715, lu_delay=5.358999272983056, ms=00066}
22:49:43.411496 run mass: MS performed LU {at=298689.114829772, lu_delay=5.828265564981848, ms=00064}
22:49:43.423681 run osmo-ms-mob/00079: Starting mobile
22:49:43.438111 run osmo-ms-mob/00079(pid=214): Launched
22:49:43.449310 run mass: MS start registered {at=298689.152662899, delay=0.0048863490228541195, ms=00079}
22:49:43.664915 run mass: MS performed LU {at=298689.368247623, lu_delay=4.987824048963375, ms=00067}
22:49:44.051289 run osmo-ms-mob/00080: Starting mobile
22:49:44.065683 run osmo-ms-mob/00080(pid=215): Launched
22:49:44.077469 run mass: MS start registered {at=298689.780815447, delay=0.005482359963934869, ms=00080}
22:49:44.550992 run osmo-ms-mob/00081: Starting mobile
22:49:44.565153 run osmo-ms-mob/00081(pid=216): Launched
22:49:44.578842 run mass: MS start registered {at=298690.282176055, delay=0.007304330007173121, ms=00081}
22:49:44.978822 run osmo-ms-mob/00082: Starting mobile
22:49:44.995001 run osmo-ms-mob/00082(pid=217): Launched
22:49:45.006510 run mass: MS start registered {at=298690.709847833, delay=0.005567223997786641, ms=00082}
22:49:45.285623 run mass: MS performed LU {at=298690.988954478, lu_delay=4.708701541007031, ms=00072}
22:49:45.302801 run mass: MS performed LU {at=298691.006154551, lu_delay=5.922920586017426, ms=00069}
22:49:45.331566 run mass: MS performed LU {at=298691.03489781, lu_delay=5.396130221022759, ms=00071}
22:49:45.342657 run osmo-ms-mob/00083: Starting mobile
22:49:45.355411 run osmo-ms-mob/00083(pid=218): Launched
22:49:45.366283 run mass: MS start registered {at=298691.069636638, delay=0.004924117005430162, ms=00083}
22:49:45.418693 run mass: MS performed LU {at=298691.121982272, lu_delay=5.793812001007609, ms=00070}
22:49:45.437249 run mass: MS performed LU {at=298691.140582583, lu_delay=4.4605473969713785, ms=00073}
22:49:46.053236 run osmo-ms-mob/00084: Starting mobile
22:49:46.066966 run osmo-ms-mob/00084(pid=219): Launched
22:49:46.078395 run mass: MS start registered {at=298691.781744519, delay=0.004958684032317251, ms=00084}
22:49:46.564823 run osmo-ms-mob/00085: Starting mobile
22:49:46.578686 run osmo-ms-mob/00085(pid=220): Launched
22:49:46.589657 run mass: MS start registered {at=298692.293007104, delay=0.005043619021307677, ms=00085}
22:49:47.104071 run mass: MS performed LU {at=298692.807305105, lu_delay=5.293970820959657, ms=00076}
22:49:47.134557 run osmo-ms-mob/00086: Starting mobile
22:49:47.148155 run osmo-ms-mob/00086(pid=221): Launched
22:49:47.154087 run mass: MS performed LU {at=298692.857446633, lu_delay=5.462630299967714, ms=00075}
22:49:47.159899 run mass: MS start registered {at=298692.863265857, delay=0.0058381069684401155, ms=00086}
22:49:47.232311 run mass: MS performed LU {at=298692.935644967, lu_delay=4.555454951012507, ms=00077}
22:49:47.375766 run mass: MS performed LU {at=298693.079070051, lu_delay=5.999639834044501, ms=00074}
22:49:47.752894 run osmo-ms-mob/00087: Starting mobile
22:49:47.766468 run osmo-ms-mob/00087(pid=222): Launched
22:49:47.777752 run mass: MS start registered {at=298693.48109563, delay=0.0050754419644363225, ms=00087}
22:49:48.350466 run osmo-ms-mob/00088: Starting mobile
22:49:48.363674 run osmo-ms-mob/00088(pid=223): Launched
22:49:48.374431 run mass: MS start registered {at=298694.077781143, delay=0.004766011028550565, ms=00088}
22:49:48.950704 run osmo-ms-mob/00089: Starting mobile
22:49:48.964207 run osmo-ms-mob/00089(pid=224): Launched
22:49:48.975058 run mass: MS start registered {at=298694.678410243, delay=0.004608476010616869, ms=00089}
22:49:49.051072 run mass: MS performed LU {at=298694.754393445, lu_delay=5.6017305459827185, ms=00079}
22:49:49.069156 run mass: MS performed LU {at=298694.772510639, lu_delay=5.893599948962219, ms=00078}
22:49:49.096468 run mass: MS performed LU {at=298694.799819836, lu_delay=5.019004389003385, ms=00080}
22:49:49.419702 run mass: MS performed LU {at=298695.12303576, lu_delay=4.8408597050001845, ms=00081}
22:49:49.551493 run osmo-ms-mob/00090: Starting mobile
22:49:49.564558 run osmo-ms-mob/00090(pid=225): Launched
22:49:49.579085 run mass: MS start registered {at=298695.282427999, delay=0.008361885033082217, ms=00090}
22:49:50.250722 run osmo-ms-mob/00091: Starting mobile
22:49:50.263504 run osmo-ms-mob/00091(pid=226): Launched
22:49:50.274623 run mass: MS start registered {at=298695.977963285, delay=0.0051554510137066245, ms=00091}
22:49:50.850039 run mass: MS performed LU {at=298696.553377439, lu_delay=5.483740800991654, ms=00083}
22:49:50.861658 run osmo-ms-mob/00092: Starting mobile
22:49:50.875187 run osmo-ms-mob/00092(pid=227): Launched
22:49:50.881320 run mass: MS performed LU {at=298696.584679214, lu_delay=4.8029346949770115, ms=00084}
22:49:50.887090 run mass: MS start registered {at=298696.59045635, delay=0.005795724980998784, ms=00092}
22:49:50.998563 run mass: MS performed LU {at=298696.701907088, lu_delay=5.99205925501883, ms=00082}
22:49:51.750801 run osmo-ms-mob/00093: Starting mobile
22:49:51.763850 run osmo-ms-mob/00093(pid=228): Launched
22:49:51.775033 run mass: MS start registered {at=298697.478386884, delay=0.005165989976376295, ms=00093}
22:49:52.652396 run osmo-ms-mob/00094: Starting mobile
22:49:52.665512 run osmo-ms-mob/00094(pid=229): Launched
22:49:52.676509 run mass: MS start registered {at=298698.379861076, delay=0.004871073993854225, ms=00094}
22:49:52.816740 run mass: MS performed LU {at=298698.520019364, lu_delay=5.656753507035319, ms=00086}
22:49:52.835211 run mass: MS performed LU {at=298698.538561738, lu_delay=5.0574661080027, ms=00087}
22:49:52.862793 run mass: MS performed LU {at=298698.566143121, lu_delay=6.273136016970966, ms=00085}
22:49:53.185229 run mass: MS performed LU {at=298698.88856439, lu_delay=4.810783246997744, ms=00088}
22:49:53.550757 run osmo-ms-mob/00095: Starting mobile
22:49:53.564420 run osmo-ms-mob/00095(pid=230): Launched
22:49:53.576131 run mass: MS start registered {at=298699.27948374, delay=0.005352318985387683, ms=00095}
22:49:54.551073 run osmo-ms-mob/00096: Starting mobile
22:49:54.564161 run osmo-ms-mob/00096(pid=231): Launched
22:49:54.575282 run mass: MS start registered {at=298700.278630952, delay=0.0051761119975708425, ms=00096}
22:49:54.616446 run mass: MS performed LU {at=298700.319783685, lu_delay=22.522781978943385, ms=00047}
22:49:54.635011 run mass: MS performed LU {at=298700.338345253, lu_delay=5.659935010015033, ms=00089}
22:49:54.764373 run mass: MS performed LU {at=298700.467708167, lu_delay=5.185280167963356, ms=00090}
22:49:54.888587 run mass: MS performed LU {at=298700.591922162, lu_delay=4.6139588769874536, ms=00091}
22:49:55.650542 run osmo-ms-mob/00097: Starting mobile
22:49:55.664186 run osmo-ms-mob/00097(pid=232): Launched
22:49:55.675567 run mass: MS start registered {at=298701.378918056, delay=0.005244260013569146, ms=00097}
22:49:56.582544 run mass: MS performed LU {at=298702.285878766, lu_delay=4.807491882005706, ms=00093}
22:49:56.600427 run mass: MS performed LU {at=298702.303745694, lu_delay=5.713289343984798, ms=00092}
22:49:56.950848 run osmo-ms-mob/00098: Starting mobile
22:49:56.964892 run osmo-ms-mob/00098(pid=233): Launched
22:49:56.975851 run mass: MS start registered {at=298702.679201719, delay=0.004740880976896733, ms=00098}
22:49:58.511311 run mass: MS performed LU {at=298704.214647006, lu_delay=5.834785929997452, ms=00094}
22:49:58.529479 run mass: MS performed LU {at=298704.23281857, lu_delay=4.953334830002859, ms=00095}
22:49:58.752918 run osmo-ms-mob/00099: Starting mobile
22:49:58.766924 run osmo-ms-mob/00099(pid=234): Launched
22:49:58.773175 run mass: All started... {duration=55.728388753021136, too_slow=12}
22:49:58.779562 run mass: MS start registered {at=298704.482921056, delay=0.006381237006280571, ms=00099}
22:50:00.348058 run mass: MS performed LU {at=298706.051383841, lu_delay=4.672465784999076, ms=00097}
22:50:00.366132 run mass: MS performed LU {at=298706.069486404, lu_delay=5.790855452010874, ms=00096}
22:50:02.277260 run mass: MS performed LU {at=298707.980589617, lu_delay=5.301387897983659, ms=00098}
22:50:04.114799 run mass: MS performed LU {at=298709.818108095, lu_delay=5.335187038988806, ms=00099}
22:50:04.122285 run mass: Tests done {all_completed=True, max=22.522781978943385, min=3.637613261991646}
22:50:04.128074 tst register_default_mass.py: Test passed (91.1 sec)
22:50:04.133716 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:04.137119 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:04.140328 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:04.143638 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:04.146949 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:04.150303 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:04.153721 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:04.157093 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:04.160454 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:04.163851 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:04.167217 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:04.170595 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:04.173946 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:04.177318 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:04.180715 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:04.184773 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:04.188165 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:04.191739 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:04.195313 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:04.198877 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:04.202575 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:04.206353 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:04.209765 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:04.213161 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:04.216592 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:04.219963 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:04.223386 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:04.226834 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:04.230283 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:04.233727 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:04.237194 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:04.240664 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:04.244090 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:04.247485 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:04.250881 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:04.254281 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:04.257962 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:04.261417 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:04.264850 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:04.268254 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:04.271656 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:04.275225 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:04.278729 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:04.282156 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:04.285551 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:04.288972 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:04.292376 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:04.295798 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:04.299234 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:04.302844 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:04.307441 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:04.311128 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:04.314549 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:04.317937 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:04.321672 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:04.325102 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:04.328463 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:04.331961 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:04.335348 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:04.338723 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:04.342155 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:04.345532 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:04.348919 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:04.352490 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:04.355895 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:04.359310 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:04.362702 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:04.366069 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:04.369449 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:04.372813 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:04.376378 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:04.379798 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:04.383212 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:04.386607 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:04.390021 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:04.393430 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:04.397599 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:04.401135 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:04.404987 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:04.408413 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:04.411803 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:04.415217 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:04.418632 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:04.422028 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:04.425415 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:04.429648 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:04.433766 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:04.437618 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:04.441015 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:04.444400 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:04.447781 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:04.451146 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:04.454521 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:04.458031 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:04.461413 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:04.464779 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:04.468163 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:04.471607 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:04.474982 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:04.478366 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:04.481726 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:04.485283 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:04.488921 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:04.492869 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:04.496234 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:04.499528 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:04.502950 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:04.506381 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:04.509757 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:04.513135 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:04.516509 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:04.520024 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:04.523433 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:04.526823 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:04.530137 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:04.533363 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:04.536561 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:04.539768 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:04.542988 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:04.546205 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:04.549407 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:04.552602 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:04.555793 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:04.559030 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:04.562240 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:04.565461 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:04.568685 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:04.571888 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:04.575095 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:04.578314 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:04.581519 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:04.584729 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:04.587964 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:04.591212 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:04.594458 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:04.597699 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:04.600966 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:04.604212 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:04.607482 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:04.610822 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:04.614258 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:04.617649 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:04.621061 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:04.624435 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:04.627819 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:04.631217 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:04.634532 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:04.637742 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:04.640949 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:04.644157 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:04.647386 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:04.650639 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:04.653968 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:04.657324 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:04.660710 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:04.664052 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:04.667411 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:04.670771 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:04.674123 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:04.677473 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:04.680822 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:04.684168 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:04.687524 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:04.690875 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:04.694219 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:04.697572 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:04.700932 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:04.704289 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:04.707649 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:04.711026 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:04.714388 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:04.717770 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:04.721154 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:04.724518 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:04.727892 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:04.731273 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:04.734636 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:04.737985 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:04.741352 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:04.744728 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:04.748104 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:04.751452 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:04.755058 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:04.758450 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:04.761831 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:04.765198 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:04.768579 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:04.771936 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:04.775296 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:04.778664 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:04.782020 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:04.785380 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:04.788822 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:04.792388 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:04.795833 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:04.799208 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:04.802571 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:04.805923 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:04.809304 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:04.812681 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:04.816047 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:04.819413 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:04.822777 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:04.826133 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:04.829653 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:04.833098 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:04.836451 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:04.839848 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:04.843255 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:04.846644 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:04.850003 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:04.853398 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:04.856769 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:04.860138 --- ParallelTerminationStrategy: PID 22 died...
22:50:04.861669 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:04.865395 --- ParallelTerminationStrategy: PID 23 died...
22:50:04.866909 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:04.870596 --- ParallelTerminationStrategy: PID 24 died...
22:50:04.872105 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:04.875808 --- ParallelTerminationStrategy: PID 25 died...
22:50:04.877320 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:04.881008 --- ParallelTerminationStrategy: PID 26 died...
22:50:04.882545 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:04.886310 --- ParallelTerminationStrategy: PID 27 died...
22:50:04.887830 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:04.891543 --- ParallelTerminationStrategy: PID 28 died...
22:50:04.893060 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:04.896796 --- ParallelTerminationStrategy: PID 29 died...
22:50:04.898312 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:04.902031 --- ParallelTerminationStrategy: PID 30 died...
22:50:04.903539 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:04.907250 --- ParallelTerminationStrategy: PID 31 died...
22:50:04.908758 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:04.912484 --- ParallelTerminationStrategy: PID 32 died...
22:50:04.914014 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:04.917803 --- ParallelTerminationStrategy: PID 33 died...
22:50:04.919305 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:04.923033 --- ParallelTerminationStrategy: PID 35 died...
22:50:04.924543 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:04.928280 --- ParallelTerminationStrategy: PID 36 died...
22:50:04.929803 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:04.933540 --- ParallelTerminationStrategy: PID 37 died...
22:50:04.935041 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:04.938793 --- ParallelTerminationStrategy: PID 38 died...
22:50:04.940330 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:04.944088 --- ParallelTerminationStrategy: PID 39 died...
22:50:04.945608 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:04.949444 --- ParallelTerminationStrategy: PID 40 died...
22:50:04.951012 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:04.955160 --- ParallelTerminationStrategy: PID 41 died...
22:50:04.956808 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:04.960684 --- ParallelTerminationStrategy: PID 42 died...
22:50:04.962260 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:04.966095 --- ParallelTerminationStrategy: PID 43 died...
22:50:04.967666 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:04.971572 --- ParallelTerminationStrategy: PID 44 died...
22:50:04.973147 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:04.977010 --- ParallelTerminationStrategy: PID 45 died...
22:50:04.978626 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:04.982801 --- ParallelTerminationStrategy: PID 46 died...
22:50:04.984419 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:04.988376 --- ParallelTerminationStrategy: PID 47 died...
22:50:04.990085 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:04.994099 --- ParallelTerminationStrategy: PID 48 died...
22:50:04.995750 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:04.999767 --- ParallelTerminationStrategy: PID 49 died...
22:50:05.001457 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:05.005537 --- ParallelTerminationStrategy: PID 50 died...
22:50:05.007209 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:05.011237 --- ParallelTerminationStrategy: PID 51 died...
22:50:05.012927 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:05.016868 --- ParallelTerminationStrategy: PID 52 died...
22:50:05.018481 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:05.022736 --- ParallelTerminationStrategy: PID 53 died...
22:50:05.024555 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:05.029489 --- ParallelTerminationStrategy: PID 54 died...
22:50:05.031260 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:05.035090 --- ParallelTerminationStrategy: PID 55 died...
22:50:05.036646 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:05.040412 --- ParallelTerminationStrategy: PID 56 died...
22:50:05.042001 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:05.045825 --- ParallelTerminationStrategy: PID 57 died...
22:50:05.047367 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:05.051214 --- ParallelTerminationStrategy: PID 58 died...
22:50:05.052725 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:05.056429 --- ParallelTerminationStrategy: PID 59 died...
22:50:05.057939 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:05.061668 --- ParallelTerminationStrategy: PID 60 died...
22:50:05.063185 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:05.066887 --- ParallelTerminationStrategy: PID 61 died...
22:50:05.068393 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:05.072135 --- ParallelTerminationStrategy: PID 62 died...
22:50:05.073691 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:05.077393 --- ParallelTerminationStrategy: PID 63 died...
22:50:05.078903 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:05.082518 --- ParallelTerminationStrategy: PID 64 died...
22:50:05.084028 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:05.087712 --- ParallelTerminationStrategy: PID 65 died...
22:50:05.089211 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:05.092958 --- ParallelTerminationStrategy: PID 66 died...
22:50:05.094524 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:05.098224 --- ParallelTerminationStrategy: PID 67 died...
22:50:05.099735 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:05.103441 --- ParallelTerminationStrategy: PID 68 died...
22:50:05.104970 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:05.108683 --- ParallelTerminationStrategy: PID 69 died...
22:50:05.110186 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:05.113883 --- ParallelTerminationStrategy: PID 70 died...
22:50:05.115391 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:05.119086 --- ParallelTerminationStrategy: PID 71 died...
22:50:05.120585 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:05.124281 --- ParallelTerminationStrategy: PID 72 died...
22:50:05.125761 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:05.129305 --- ParallelTerminationStrategy: PID 73 died...
22:50:05.130745 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:05.134287 --- ParallelTerminationStrategy: PID 74 died...
22:50:05.135722 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:05.139270 --- ParallelTerminationStrategy: PID 75 died...
22:50:05.140737 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:05.144428 --- ParallelTerminationStrategy: PID 76 died...
22:50:05.145939 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:05.149630 --- ParallelTerminationStrategy: PID 77 died...
22:50:05.151154 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:05.154854 --- ParallelTerminationStrategy: PID 78 died...
22:50:05.156365 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:05.160139 --- ParallelTerminationStrategy: PID 79 died...
22:50:05.161666 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:05.165317 --- ParallelTerminationStrategy: PID 80 died...
22:50:05.166802 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:05.170493 --- ParallelTerminationStrategy: PID 81 died...
22:50:05.172001 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:05.175674 --- ParallelTerminationStrategy: PID 82 died...
22:50:05.177175 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:05.180890 --- ParallelTerminationStrategy: PID 83 died...
22:50:05.182404 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:05.186164 --- ParallelTerminationStrategy: PID 84 died...
22:50:05.187650 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:05.191353 --- ParallelTerminationStrategy: PID 85 died...
22:50:05.192868 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:05.196569 --- ParallelTerminationStrategy: PID 86 died...
22:50:05.198097 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:05.201796 --- ParallelTerminationStrategy: PID 87 died...
22:50:05.203302 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:05.206989 --- ParallelTerminationStrategy: PID 88 died...
22:50:05.208491 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:05.212177 --- ParallelTerminationStrategy: PID 89 died...
22:50:05.213681 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:05.217390 --- ParallelTerminationStrategy: PID 90 died...
22:50:05.218893 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:05.222632 --- ParallelTerminationStrategy: PID 91 died...
22:50:05.224187 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:05.227867 --- ParallelTerminationStrategy: PID 92 died...
22:50:05.229390 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:05.233066 --- ParallelTerminationStrategy: PID 93 died...
22:50:05.234563 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:05.238284 --- ParallelTerminationStrategy: PID 94 died...
22:50:05.239784 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:05.243476 --- ParallelTerminationStrategy: PID 95 died...
22:50:05.245011 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:05.248776 --- ParallelTerminationStrategy: PID 96 died...
22:50:05.250292 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:05.254022 --- ParallelTerminationStrategy: PID 97 died...
22:50:05.255525 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:05.259207 --- ParallelTerminationStrategy: PID 98 died...
22:50:05.260722 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:05.264405 --- ParallelTerminationStrategy: PID 99 died...
22:50:05.265970 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:05.269672 --- ParallelTerminationStrategy: PID 100 died...
22:50:05.271177 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:05.274932 --- ParallelTerminationStrategy: PID 101 died...
22:50:05.276422 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:05.280143 --- ParallelTerminationStrategy: PID 102 died...
22:50:05.281645 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:05.285368 --- ParallelTerminationStrategy: PID 103 died...
22:50:05.286871 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:05.290588 --- ParallelTerminationStrategy: PID 104 died...
22:50:05.292095 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:05.295816 --- ParallelTerminationStrategy: PID 105 died...
22:50:05.297347 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:05.301119 --- ParallelTerminationStrategy: PID 106 died...
22:50:05.302654 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:05.306396 --- ParallelTerminationStrategy: PID 107 died...
22:50:05.307930 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:05.311647 --- ParallelTerminationStrategy: PID 108 died...
22:50:05.313178 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:05.316903 --- ParallelTerminationStrategy: PID 109 died...
22:50:05.318403 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:05.322104 --- ParallelTerminationStrategy: PID 110 died...
22:50:05.323600 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:05.327295 --- ParallelTerminationStrategy: PID 111 died...
22:50:05.328834 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:05.332560 --- ParallelTerminationStrategy: PID 112 died...
22:50:05.334097 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:05.337827 --- ParallelTerminationStrategy: PID 113 died...
22:50:05.339331 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:05.343041 --- ParallelTerminationStrategy: PID 114 died...
22:50:05.344531 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:05.348221 --- ParallelTerminationStrategy: PID 115 died...
22:50:05.349714 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:05.353429 --- ParallelTerminationStrategy: PID 116 died...
22:50:05.354930 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:05.358619 --- ParallelTerminationStrategy: PID 117 died...
22:50:05.360119 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:05.363798 --- ParallelTerminationStrategy: PID 118 died...
22:50:05.365290 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:05.368979 --- ParallelTerminationStrategy: PID 119 died...
22:50:05.370475 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:05.374159 --- ParallelTerminationStrategy: PID 120 died...
22:50:05.375641 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:05.379312 --- ParallelTerminationStrategy: PID 121 died...
22:50:05.380848 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:05.384539 --- ParallelTerminationStrategy: PID 122 died...
22:50:05.386034 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:05.389726 --- ParallelTerminationStrategy: PID 123 died...
22:50:05.391204 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:05.394880 --- ParallelTerminationStrategy: PID 124 died...
22:50:05.396369 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:05.400042 --- ParallelTerminationStrategy: PID 125 died...
22:50:05.401544 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:05.405280 --- ParallelTerminationStrategy: PID 126 died...
22:50:05.406779 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:05.410591 --- ParallelTerminationStrategy: PID 127 died...
22:50:05.412092 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:05.415768 --- ParallelTerminationStrategy: PID 128 died...
22:50:05.417271 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:05.420972 --- ParallelTerminationStrategy: PID 129 died...
22:50:05.422469 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:05.426192 --- ParallelTerminationStrategy: PID 130 died...
22:50:05.427674 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:05.431360 --- ParallelTerminationStrategy: PID 131 died...
22:50:05.432866 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:05.436548 --- ParallelTerminationStrategy: PID 132 died...
22:50:05.438048 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:05.441753 --- ParallelTerminationStrategy: PID 133 died...
22:50:05.443256 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:05.446921 --- ParallelTerminationStrategy: PID 134 died...
22:50:05.448413 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:05.452121 --- ParallelTerminationStrategy: PID 135 died...
22:50:05.453631 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:05.457338 --- ParallelTerminationStrategy: PID 136 died...
22:50:05.458846 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:05.462579 --- ParallelTerminationStrategy: PID 137 died...
22:50:05.464122 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:05.467850 --- ParallelTerminationStrategy: PID 138 died...
22:50:05.469352 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:05.473062 --- ParallelTerminationStrategy: PID 139 died...
22:50:05.474560 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:05.478333 --- ParallelTerminationStrategy: PID 140 died...
22:50:05.479851 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:05.483574 --- ParallelTerminationStrategy: PID 141 died...
22:50:05.485120 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:05.488865 --- ParallelTerminationStrategy: PID 142 died...
22:50:05.490373 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:05.494115 --- ParallelTerminationStrategy: PID 143 died...
22:50:05.495609 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:05.499339 --- ParallelTerminationStrategy: PID 144 died...
22:50:05.500845 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:05.504597 --- ParallelTerminationStrategy: PID 145 died...
22:50:05.506159 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:05.509889 --- ParallelTerminationStrategy: PID 146 died...
22:50:05.511396 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:05.515127 --- ParallelTerminationStrategy: PID 147 died...
22:50:05.516636 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:05.520363 --- ParallelTerminationStrategy: PID 148 died...
22:50:05.521873 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:05.525616 --- ParallelTerminationStrategy: PID 149 died...
22:50:05.527116 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:05.530896 --- ParallelTerminationStrategy: PID 150 died...
22:50:05.532419 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:05.536177 --- ParallelTerminationStrategy: PID 151 died...
22:50:05.537702 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:05.541428 --- ParallelTerminationStrategy: PID 152 died...
22:50:05.542938 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:05.546668 --- ParallelTerminationStrategy: PID 153 died...
22:50:05.548192 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:05.551938 --- ParallelTerminationStrategy: PID 154 died...
22:50:05.553488 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:05.557215 --- ParallelTerminationStrategy: PID 155 died...
22:50:05.558707 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:05.562477 --- ParallelTerminationStrategy: PID 156 died...
22:50:05.563978 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:05.567708 --- ParallelTerminationStrategy: PID 157 died...
22:50:05.569200 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:05.572898 --- ParallelTerminationStrategy: PID 158 died...
22:50:05.574390 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:05.578158 --- ParallelTerminationStrategy: PID 159 died...
22:50:05.579670 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:05.583379 --- ParallelTerminationStrategy: PID 160 died...
22:50:05.584875 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:05.588580 --- ParallelTerminationStrategy: PID 161 died...
22:50:05.590083 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:05.593783 --- ParallelTerminationStrategy: PID 162 died...
22:50:05.595267 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:05.598978 --- ParallelTerminationStrategy: PID 163 died...
22:50:05.600529 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:05.604534 --- ParallelTerminationStrategy: PID 164 died...
22:50:05.606249 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:05.610535 --- ParallelTerminationStrategy: PID 165 died...
22:50:05.612312 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:05.616886 --- ParallelTerminationStrategy: PID 166 died...
22:50:05.618712 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:05.623219 --- ParallelTerminationStrategy: PID 167 died...
22:50:05.624996 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:05.629295 --- ParallelTerminationStrategy: PID 168 died...
22:50:05.631017 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:05.635223 --- ParallelTerminationStrategy: PID 169 died...
22:50:05.636932 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:05.641258 --- ParallelTerminationStrategy: PID 170 died...
22:50:05.642979 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:05.647239 --- ParallelTerminationStrategy: PID 171 died...
22:50:05.648927 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:05.653189 --- ParallelTerminationStrategy: PID 172 died...
22:50:05.654910 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:05.659224 --- ParallelTerminationStrategy: PID 173 died...
22:50:05.660953 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:05.665205 --- ParallelTerminationStrategy: PID 174 died...
22:50:05.666937 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:05.671333 --- ParallelTerminationStrategy: PID 175 died...
22:50:05.673135 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:05.677532 --- ParallelTerminationStrategy: PID 176 died...
22:50:05.679306 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:05.683706 --- ParallelTerminationStrategy: PID 177 died...
22:50:05.685479 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:05.689836 --- ParallelTerminationStrategy: PID 178 died...
22:50:05.691572 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:05.695846 --- ParallelTerminationStrategy: PID 179 died...
22:50:05.697583 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:05.701890 --- ParallelTerminationStrategy: PID 180 died...
22:50:05.703607 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:05.707881 --- ParallelTerminationStrategy: PID 181 died...
22:50:05.709609 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:05.713817 --- ParallelTerminationStrategy: PID 182 died...
22:50:05.715526 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:05.719792 --- ParallelTerminationStrategy: PID 183 died...
22:50:05.721519 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:05.725754 --- ParallelTerminationStrategy: PID 184 died...
22:50:05.727478 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:05.731868 --- ParallelTerminationStrategy: PID 185 died...
22:50:05.733652 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:05.738014 --- ParallelTerminationStrategy: PID 186 died...
22:50:05.739748 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:05.743996 --- ParallelTerminationStrategy: PID 187 died...
22:50:05.745688 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:05.749918 --- ParallelTerminationStrategy: PID 188 died...
22:50:05.751647 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:05.755915 --- ParallelTerminationStrategy: PID 189 died...
22:50:05.757643 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:05.761953 --- ParallelTerminationStrategy: PID 190 died...
22:50:05.763672 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:05.767990 --- ParallelTerminationStrategy: PID 191 died...
22:50:05.769734 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:05.774007 --- ParallelTerminationStrategy: PID 192 died...
22:50:05.775727 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:05.780014 --- ParallelTerminationStrategy: PID 193 died...
22:50:05.781741 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:05.785981 --- ParallelTerminationStrategy: PID 194 died...
22:50:05.787675 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:05.791958 --- ParallelTerminationStrategy: PID 195 died...
22:50:05.793702 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:05.797880 --- ParallelTerminationStrategy: PID 196 died...
22:50:05.799571 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:05.803762 --- ParallelTerminationStrategy: PID 197 died...
22:50:05.805537 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:05.809751 --- ParallelTerminationStrategy: PID 198 died...
22:50:05.811490 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:05.815743 --- ParallelTerminationStrategy: PID 199 died...
22:50:05.817471 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:05.821726 --- ParallelTerminationStrategy: PID 200 died...
22:50:05.823448 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:05.827713 --- ParallelTerminationStrategy: PID 201 died...
22:50:05.829471 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:05.833738 --- ParallelTerminationStrategy: PID 202 died...
22:50:05.835470 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:05.839737 --- ParallelTerminationStrategy: PID 203 died...
22:50:05.841457 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:05.845615 --- ParallelTerminationStrategy: PID 204 died...
22:50:05.847327 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:05.851604 --- ParallelTerminationStrategy: PID 205 died...
22:50:05.853334 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:05.857629 --- ParallelTerminationStrategy: PID 206 died...
22:50:05.859354 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:05.863578 --- ParallelTerminationStrategy: PID 207 died...
22:50:05.865279 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:05.869513 --- ParallelTerminationStrategy: PID 208 died...
22:50:05.871236 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:05.875520 --- ParallelTerminationStrategy: PID 209 died...
22:50:05.877248 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:05.881448 --- ParallelTerminationStrategy: PID 210 died...
22:50:05.883154 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:05.887437 --- ParallelTerminationStrategy: PID 211 died...
22:50:05.889176 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:05.893404 --- ParallelTerminationStrategy: PID 212 died...
22:50:05.895129 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:05.899389 --- ParallelTerminationStrategy: PID 213 died...
22:50:05.901145 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:05.905415 --- ParallelTerminationStrategy: PID 214 died...
22:50:05.907140 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:05.911414 --- ParallelTerminationStrategy: PID 215 died...
22:50:05.913152 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:05.917387 --- ParallelTerminationStrategy: PID 216 died...
22:50:05.919083 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:05.923371 --- ParallelTerminationStrategy: PID 217 died...
22:50:05.925103 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:05.929376 --- ParallelTerminationStrategy: PID 218 died...
22:50:05.931099 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:05.935282 --- ParallelTerminationStrategy: PID 219 died...
22:50:05.936980 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:05.941166 --- ParallelTerminationStrategy: PID 220 died...
22:50:05.942849 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:05.947025 --- ParallelTerminationStrategy: PID 221 died...
22:50:05.948723 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:05.952891 --- ParallelTerminationStrategy: PID 222 died...
22:50:05.954571 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:05.958785 --- ParallelTerminationStrategy: PID 223 died...
22:50:05.960463 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:05.964650 --- ParallelTerminationStrategy: PID 224 died...
22:50:05.966325 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:05.970515 --- ParallelTerminationStrategy: PID 225 died...
22:50:05.972162 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:05.976230 --- ParallelTerminationStrategy: PID 226 died...
22:50:05.977909 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:05.982023 --- ParallelTerminationStrategy: PID 227 died...
22:50:05.983675 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:05.987763 --- ParallelTerminationStrategy: PID 228 died...
22:50:05.989443 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:05.993612 --- ParallelTerminationStrategy: PID 229 died...
22:50:05.995285 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:05.999466 --- ParallelTerminationStrategy: PID 230 died...
22:50:06.001177 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:06.005451 --- ParallelTerminationStrategy: PID 231 died...
22:50:06.007188 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:06.011576 --- ParallelTerminationStrategy: PID 232 died...
22:50:06.013335 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:06.017657 --- ParallelTerminationStrategy: PID 233 died...
22:50:06.019370 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:06.023688 --- ParallelTerminationStrategy: PID 234 died...
22:50:06.025493 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:09.429621 --- ParallelTerminationStrategy: PID 34 died...
22:50:09.431277 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7848 netreg_mass PASS
---------------------------------------------------------------------
22:50:09.521288 tst trial-7848: Storing JUnit report in /build/trial-7848/run.2025-01-16_22-48-32/trial-7848.xml
--------------------------------------------------------------------------------------------
trial-7848 PASS
--------------------------------------------------------------------------------------------
22:50:09.537647 tst trial-7848: trial-7848: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (91.1 sec)
+ exit_code=0
+ rm -rf trial-7848/inst
+ cd trial-7848
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-16 22:48:32
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7848-run.tgz run.2025-01-16_22-48-32
+ tar czf /build/trial-7848-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-16_13_28_28.tgz osmo-bts-oc2g.build-2025-01-16_00_51_23.tgz osmo-bts-sysmo.build-2025-01-16_00_51_25.tgz osmo-bts.build-2025-01-16_00_51_40.tgz osmo-ggsn.build-2025-01-16_20_42_37.tgz osmo-hlr.build-2025-01-16_16_36_54.tgz osmo-hnbgw.build-2025-01-16_13_29_18.tgz osmo-mgw.build-2025-01-16_08_33_12.tgz osmo-msc.build-2025-01-16_13_33_21.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-16_07_39_39.tgz osmo-pcu-sysmo.build-2025-01-16_07_39_36.tgz osmo-pcu.build-2025-01-16_07_39_42.tgz osmo-sgsn.build-2025-01-16_20_48_51.tgz osmo-stp.build-2025-01-16_13_25_25.tgz osmo-trx.build-2025-01-16_14_30_02.tgz osmocom-bb.build-2025-01-16_21_17_24.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