Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3486486714392622794.sh
+ trap 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/
+ rm -rf trial-8116
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
024769d debian-trixie-build-arm: new container
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
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_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context:
#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.2s
#7 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED
#8 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#8 CACHED
#9 [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
#9 CACHED
#10 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#10 CACHED
#11 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#11 CACHED
#12 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#12 CACHED
#13 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#15 CACHED
#16 [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
#16 CACHED
#17 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#17 CACHED
#18 [ 2/28] RUN useradd -ms /bin/bash jenkins
#18 CACHED
#19 [ 3/28] RUN groupadd osmo-gsm-tester
#19 CACHED
#20 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#20 CACHED
#21 [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
#21 CACHED
#22 [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
#22 CACHED
#23 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#23 CACHED
#24 [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
#24 CACHED
#25 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#25 CACHED
#26 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#26 CACHED
#27 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#27 CACHED
#28 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#28 CACHED
#29 [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
#29 CACHED
#30 [20/28] WORKDIR /TMP
#30 CACHED
#31 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#31 CACHED
#32 [ 8/28] RUN MKDIR /var/run/sshd
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:dc3a5c1411cb0b933d5b6cee35da8a9e2f563c39959a9ab08656dd0e205440d7 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=8117 -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-10-12 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8117
+ mkdir -p trial-8117
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-12_13_28_56.tgz osmo-bts-oc2g.build-2025-10-12_00_51_38.tgz osmo-bts-sysmo.build-2025-10-12_00_51_39.tgz osmo-bts.build-2025-10-12_00_51_46.tgz osmo-ggsn.build-2025-10-12_20_42_29.tgz osmo-hlr.build-2025-10-12_16_36_49.tgz osmo-hnbgw.build-2025-10-12_13_28_31.tgz osmo-mgw.build-2025-10-12_08_33_19.tgz osmo-msc.build-2025-10-12_13_34_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-12_07_34_07.tgz osmo-pcu-sysmo.build-2025-10-12_07_36_15.tgz osmo-pcu.build-2025-10-12_07_36_22.tgz osmo-sgsn.build-2025-10-12_20_48_40.tgz osmo-stp.build-2025-10-12_13_25_27.tgz osmo-trx.build-2025-10-12_14_26_55.tgz osmocom-bb.build-2025-10-12_21_17_16.tgz srslte.build-19.tgz trial-8117
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-12_13_28_56.md5 osmo-bts-oc2g.build-2025-10-12_00_51_38.md5 osmo-bts-sysmo.build-2025-10-12_00_51_39.md5 osmo-bts.build-2025-10-12_00_51_46.md5 osmo-ggsn.build-2025-10-12_20_42_29.md5 osmo-hlr.build-2025-10-12_16_36_49.md5 osmo-hnbgw.build-2025-10-12_13_28_31.md5 osmo-mgw.build-2025-10-12_08_33_19.md5 osmo-msc.build-2025-10-12_13_34_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-12_07_34_07.md5 osmo-pcu-sysmo.build-2025-10-12_07_36_15.md5 osmo-pcu.build-2025-10-12_07_36_22.md5 osmo-sgsn.build-2025-10-12_20_48_40.md5 osmo-stp.build-2025-10-12_13_25_27.md5 osmo-trx.build-2025-10-12_14_26_55.md5 osmocom-bb.build-2025-10-12_21_17_16.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-12_13_28_56.md5 osmo-bts-oc2g.build-2025-10-12_00_51_38.md5 osmo-bts-sysmo.build-2025-10-12_00_51_39.md5 osmo-bts.build-2025-10-12_00_51_46.md5 osmo-ggsn.build-2025-10-12_20_42_29.md5 osmo-hlr.build-2025-10-12_16_36_49.md5 osmo-hnbgw.build-2025-10-12_13_28_31.md5 osmo-mgw.build-2025-10-12_08_33_19.md5 osmo-msc.build-2025-10-12_13_34_12.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-12_07_34_07.md5 osmo-pcu-sysmo.build-2025-10-12_07_36_15.md5 osmo-pcu.build-2025-10-12_07_36_22.md5 osmo-sgsn.build-2025-10-12_20_48_40.md5 osmo-stp.build-2025-10-12_13_25_27.md5 osmo-trx.build-2025-10-12_14_26_55.md5 osmocom-bb.build-2025-10-12_21_17_16.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-8117 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8117'
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-8117
--------------------------------------------------------------------------------------------
22:48:19.973253 tst trial-8117: Detailed log at /build/trial-8117/run.2025-10-12_22-48-19/log
---------------------------------------------------------------------
trial-8117 netreg_mass
---------------------------------------------------------------------
22:48:20.206931 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:20.207345 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:20.208278 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:20.209638 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:20.250771 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:20.251750 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:20.253197 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:20.338967 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-8117 netreg_mass register_default_mass.py
----------------------------------------------
22:48:20.340299 tst register_default_mass.py:9: Claiming resources for the test
22:48:20.382404 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.383723 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.384875 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.386014 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.387133 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.388307 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:20.389443 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:20.457121 tst register_default_mass.py: using LAC 2
22:48:20.501346 tst register_default_mass.py: using RAC 2
22:48:20.546301 tst register_default_mass.py: using CellId 2
22:48:20.591448 tst register_default_mass.py: using BVCI 3
22:48:20.606864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.608461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.610104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.611560 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.612994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.614373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.615669 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.617076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.618464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.619770 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.621123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.622429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.623779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.625178 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.626467 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.627762 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.629063 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.630384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.631674 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.632970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.634306 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.635606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.636956 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.638277 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.639544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.640837 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.642135 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.643445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.644774 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.646118 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.647418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.648722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.650108 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.651497 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.652933 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.654329 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.655690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.656999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.658301 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.659578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.660895 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.662303 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.663726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.665035 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.666334 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.667595 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.668889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.670204 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.671496 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.672823 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.674169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.675545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.676921 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.678219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.679519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.680815 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.682113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.683440 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.684787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.686131 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.687486 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.688807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.690163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.691525 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.692938 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.694488 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.695890 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.697233 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.698630 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.700013 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.701345 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.702743 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.704280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.705664 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.707005 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.708305 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.709591 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.710908 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.712157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.713463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.714776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.716088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.717420 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.718734 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.720011 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.721280 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.722598 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.723857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.725140 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.726419 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.727741 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.729019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.730290 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.731539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.732856 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.734163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.735450 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.736748 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.738122 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.739464 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.740844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.742323 tst register_default_mass.py:21: Launching a simple network
22:48:20.770134 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.018030 run create_hlr_db(pid=20): Launched
22:48:22.033672 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.070626 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.092607 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.099744 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.318547 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.336898 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.343783 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:22.874739 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:22.893983 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:25.909708 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.205045 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.249951 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.268486 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.341157 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.387707 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.405359 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.182534 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.214275 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.250718 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.431063 run osmo-bts-virtual(pid=34): Launched
22:48:34.488439 tst register_default_mass.py: using MSISDN 1001
22:48:34.500599 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.599795 tst register_default_mass.py: using MSISDN 1002
22:48:34.608980 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.668816 tst register_default_mass.py: using MSISDN 1003
22:48:34.675389 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.751073 tst register_default_mass.py: using MSISDN 1004
22:48:34.759893 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.823774 tst register_default_mass.py: using MSISDN 1005
22:48:34.829988 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.897401 tst register_default_mass.py: using MSISDN 1006
22:48:34.904042 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.983879 tst register_default_mass.py: using MSISDN 1007
22:48:34.989986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.054899 tst register_default_mass.py: using MSISDN 1008
22:48:35.063607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.125024 tst register_default_mass.py: using MSISDN 1009
22:48:35.135674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.192771 tst register_default_mass.py: using MSISDN 1010
22:48:35.199782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.266629 tst register_default_mass.py: using MSISDN 1011
22:48:35.272710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.335457 tst register_default_mass.py: using MSISDN 1012
22:48:35.342289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.401287 tst register_default_mass.py: using MSISDN 1013
22:48:35.411741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.479980 tst register_default_mass.py: using MSISDN 1014
22:48:35.488442 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.551391 tst register_default_mass.py: using MSISDN 1015
22:48:35.558594 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.626202 tst register_default_mass.py: using MSISDN 1016
22:48:35.633228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.738015 tst register_default_mass.py: using MSISDN 1017
22:48:35.754483 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.821709 tst register_default_mass.py: using MSISDN 1018
22:48:35.837800 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.923679 tst register_default_mass.py: using MSISDN 1019
22:48:35.939362 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.006288 tst register_default_mass.py: using MSISDN 1020
22:48:36.016028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.092797 tst register_default_mass.py: using MSISDN 1021
22:48:36.101864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.172112 tst register_default_mass.py: using MSISDN 1022
22:48:36.188491 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.274339 tst register_default_mass.py: using MSISDN 1023
22:48:36.283578 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.354632 tst register_default_mass.py: using MSISDN 1024
22:48:36.365722 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.437826 tst register_default_mass.py: using MSISDN 1025
22:48:36.445153 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.515884 tst register_default_mass.py: using MSISDN 1026
22:48:36.522381 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.594522 tst register_default_mass.py: using MSISDN 1027
22:48:36.603857 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.674725 tst register_default_mass.py: using MSISDN 1028
22:48:36.682970 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.754859 tst register_default_mass.py: using MSISDN 1029
22:48:36.762014 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.821116 tst register_default_mass.py: using MSISDN 1030
22:48:36.834799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.912293 tst register_default_mass.py: using MSISDN 1031
22:48:36.918549 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.991338 tst register_default_mass.py: using MSISDN 1032
22:48:36.997730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.071513 tst register_default_mass.py: using MSISDN 1033
22:48:37.078177 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.152772 tst register_default_mass.py: using MSISDN 1034
22:48:37.160466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.223171 tst register_default_mass.py: using MSISDN 1035
22:48:37.228945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.296853 tst register_default_mass.py: using MSISDN 1036
22:48:37.303004 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.380577 tst register_default_mass.py: using MSISDN 1037
22:48:37.391064 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.464569 tst register_default_mass.py: using MSISDN 1038
22:48:37.471254 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.540964 tst register_default_mass.py: using MSISDN 1039
22:48:37.547352 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.632494 tst register_default_mass.py: using MSISDN 1040
22:48:37.638710 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.718206 tst register_default_mass.py: using MSISDN 1041
22:48:37.724124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.799226 tst register_default_mass.py: using MSISDN 1042
22:48:37.809782 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.883164 tst register_default_mass.py: using MSISDN 1043
22:48:37.889972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.975197 tst register_default_mass.py: using MSISDN 1044
22:48:37.982742 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.047204 tst register_default_mass.py: using MSISDN 1045
22:48:38.053830 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.125076 tst register_default_mass.py: using MSISDN 1046
22:48:38.135538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.216013 tst register_default_mass.py: using MSISDN 1047
22:48:38.224901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.301188 tst register_default_mass.py: using MSISDN 1048
22:48:38.307073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.392806 tst register_default_mass.py: using MSISDN 1049
22:48:38.399453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.482464 tst register_default_mass.py: using MSISDN 1050
22:48:38.488706 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.559254 tst register_default_mass.py: using MSISDN 1051
22:48:38.564884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.637261 tst register_default_mass.py: using MSISDN 1052
22:48:38.642815 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.708222 tst register_default_mass.py: using MSISDN 1053
22:48:38.714134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.779101 tst register_default_mass.py: using MSISDN 1054
22:48:38.786245 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.849724 tst register_default_mass.py: using MSISDN 1055
22:48:38.855653 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.922181 tst register_default_mass.py: using MSISDN 1056
22:48:38.928199 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.990653 tst register_default_mass.py: using MSISDN 1057
22:48:38.998634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.062893 tst register_default_mass.py: using MSISDN 1058
22:48:39.070302 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.138305 tst register_default_mass.py: using MSISDN 1059
22:48:39.149020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.229438 tst register_default_mass.py: using MSISDN 1060
22:48:39.235604 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.312590 tst register_default_mass.py: using MSISDN 1061
22:48:39.324814 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.415763 tst register_default_mass.py: using MSISDN 1062
22:48:39.422672 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.504619 tst register_default_mass.py: using MSISDN 1063
22:48:39.511822 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.576603 tst register_default_mass.py: using MSISDN 1064
22:48:39.583481 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.671641 tst register_default_mass.py: using MSISDN 1065
22:48:39.683767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.763653 tst register_default_mass.py: using MSISDN 1066
22:48:39.776285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.856594 tst register_default_mass.py: using MSISDN 1067
22:48:39.863676 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.938398 tst register_default_mass.py: using MSISDN 1068
22:48:39.952033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.022494 tst register_default_mass.py: using MSISDN 1069
22:48:40.034568 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.127041 tst register_default_mass.py: using MSISDN 1070
22:48:40.148883 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:40.443615 tst register_default_mass.py: using MSISDN 1071
22:48:40.457191 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:40.561333 tst register_default_mass.py: using MSISDN 1072
22:48:40.573725 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:40.642698 tst register_default_mass.py: using MSISDN 1073
22:48:40.651526 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:40.720672 tst register_default_mass.py: using MSISDN 1074
22:48:40.731313 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.787199 tst register_default_mass.py: using MSISDN 1075
22:48:40.793342 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.866488 tst register_default_mass.py: using MSISDN 1076
22:48:40.875887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.944315 tst register_default_mass.py: using MSISDN 1077
22:48:40.951724 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:41.011875 tst register_default_mass.py: using MSISDN 1078
22:48:41.025612 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:41.117606 tst register_default_mass.py: using MSISDN 1079
22:48:41.126172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:41.198462 tst register_default_mass.py: using MSISDN 1080
22:48:41.206662 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:41.273530 tst register_default_mass.py: using MSISDN 1081
22:48:41.281748 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:41.356685 tst register_default_mass.py: using MSISDN 1082
22:48:41.363419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:41.425397 tst register_default_mass.py: using MSISDN 1083
22:48:41.431312 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:41.493863 tst register_default_mass.py: using MSISDN 1084
22:48:41.499912 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:41.573975 tst register_default_mass.py: using MSISDN 1085
22:48:41.581661 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:41.644070 tst register_default_mass.py: using MSISDN 1086
22:48:41.652358 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.711876 tst register_default_mass.py: using MSISDN 1087
22:48:41.720659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.801852 tst register_default_mass.py: using MSISDN 1088
22:48:41.808443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.880465 tst register_default_mass.py: using MSISDN 1089
22:48:41.887965 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.965980 tst register_default_mass.py: using MSISDN 1090
22:48:41.972828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:42.035159 tst register_default_mass.py: using MSISDN 1091
22:48:42.044824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:42.116487 tst register_default_mass.py: using MSISDN 1092
22:48:42.122516 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:42.197667 tst register_default_mass.py: using MSISDN 1093
22:48:42.204468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:42.267815 tst register_default_mass.py: using MSISDN 1094
22:48:42.274129 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:42.350388 tst register_default_mass.py: using MSISDN 1095
22:48:42.356495 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:42.431199 tst register_default_mass.py: using MSISDN 1096
22:48:42.437496 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:42.516639 tst register_default_mass.py: using MSISDN 1097
22:48:42.527347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:42.599771 tst register_default_mass.py: using MSISDN 1098
22:48:42.605693 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:42.680867 tst register_default_mass.py: using MSISDN 1099
22:48:42.686789 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.761117 tst register_default_mass.py: using MSISDN 1100
22:48:42.767155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.887691 run mass: Starting testcase
22:48:42.893494 run mass: Pre-launching all virtphy's
22:48:42.899274 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.913245 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.920146 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.934381 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.941049 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.955762 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.962972 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.978410 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.984992 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.998834 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:43.005098 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:43.018176 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:43.024415 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:43.038216 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:43.045294 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:43.061363 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:43.068922 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:43.084921 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:43.092275 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:43.108107 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:43.115343 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:43.130554 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:43.137463 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:43.152274 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:43.158975 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:43.173682 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.180917 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.197381 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.206157 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.223102 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.230818 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.247529 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.255383 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.271767 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.279304 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.295484 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.302981 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.318328 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.325091 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.339374 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.345898 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.360611 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.367312 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.382109 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.388861 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.403521 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.410155 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.424909 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.431729 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.446570 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.453722 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.469628 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.476980 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.493369 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.500873 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.516581 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.523205 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.538276 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.545696 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.561558 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.568456 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.583115 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.589778 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.604511 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.611570 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.627056 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.633767 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.647997 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.655033 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.670783 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.678143 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.693856 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.701092 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.717353 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.724962 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.740831 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.748233 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.764523 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.771875 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.787374 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.794496 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.810242 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.817376 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.832734 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:43.839865 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:43.855807 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:43.863178 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:43.879265 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:43.886411 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:43.901928 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:43.909109 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:43.924506 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:43.931835 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:43.947540 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:43.954712 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:43.970225 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:43.977358 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:43.992812 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:43.999847 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.015093 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.022092 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.037602 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.044814 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.060545 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.067812 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.083425 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.090521 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.105717 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.112666 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.127605 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.134126 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.148193 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.154750 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.170208 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.177568 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.193724 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.201093 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.216470 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.223525 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.238598 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.245205 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.259306 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.265767 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.279426 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.285553 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.298798 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.304776 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.317998 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.324005 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.337602 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.344088 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.358439 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.365191 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.379421 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.385820 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.399583 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.405776 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.419143 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.425599 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:44.439109 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:44.445280 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:44.458372 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:44.464411 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:44.477549 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:44.483716 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:44.497006 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:44.503229 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:44.517120 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:44.524073 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:44.539158 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:44.546016 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:44.560622 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:44.567359 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:44.581948 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:44.588371 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:44.602115 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:44.608142 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:44.621295 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:44.627429 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:44.640622 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:44.646618 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:44.659683 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:44.665665 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:44.679309 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:44.685739 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:44.699560 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:44.706043 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:44.719998 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:44.726599 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:44.741350 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:44.836666 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:44.854626 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:44.860938 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:44.874310 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:44.880487 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:44.894071 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:44.900485 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:44.914216 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:44.920499 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:44.934215 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:44.941661 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:44.957525 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:44.965466 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:44.982534 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:44.990173 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.007074 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.015539 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.032629 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.040190 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.056977 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.067806 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.084968 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.094678 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.111963 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.120090 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.136937 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.144482 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.161677 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.170831 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.187661 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.195400 run mass: Checking if sockets are in the filesystem
22:48:45.211019 run osmo-ms-mob/00000: Starting mobile
22:48:45.227964 run osmo-ms-mob/00000(pid=135): Launched
22:48:45.251930 run mass: MS start registered {at=23540230.9552459, delay=0.016463838517665863, ms=00000}
22:48:49.412386 run osmo-ms-mob/00001: Starting mobile
22:48:49.429214 run osmo-ms-mob/00001(pid=136): Launched
22:48:49.442013 run mass: MS start registered {at=23540235.145344462, delay=0.0051574744284152985, ms=00001}
22:48:50.038399 run mass: MS performed LU {at=23540235.741722774, lu_delay=4.786476872861385, ms=00000}
22:48:51.220926 run osmo-ms-mob/00002: Starting mobile
22:48:51.235783 run osmo-ms-mob/00002(pid=137): Launched
22:48:51.247157 run mass: MS start registered {at=23540236.950502835, delay=0.004965241998434067, ms=00002}
22:48:52.514343 run osmo-ms-mob/00003: Starting mobile
22:48:52.530955 run osmo-ms-mob/00003(pid=138): Launched
22:48:52.547748 run mass: MS start registered {at=23540238.251081925, delay=0.007647760212421417, ms=00003}
22:48:53.610243 run osmo-ms-mob/00004: Starting mobile
22:48:53.624810 run osmo-ms-mob/00004(pid=139): Launched
22:48:53.636706 run mass: MS start registered {at=23540239.340056688, delay=0.004940733313560486, ms=00004}
22:48:54.608884 run osmo-ms-mob/00005: Starting mobile
22:48:54.623945 run osmo-ms-mob/00005(pid=140): Launched
22:48:54.636617 run mass: MS start registered {at=23540240.33996766, delay=0.005212802439928055, ms=00005}
22:48:55.513463 run osmo-ms-mob/00006: Starting mobile
22:48:55.527545 run osmo-ms-mob/00006(pid=141): Launched
22:48:55.539682 run mass: MS start registered {at=23540241.243004754, delay=0.005211997777223587, ms=00006}
22:48:55.686390 run mass: MS performed LU {at=23540241.389701463, lu_delay=6.244357001036406, ms=00001}
22:48:56.412620 run osmo-ms-mob/00007: Starting mobile
22:48:56.427663 run osmo-ms-mob/00007(pid=142): Launched
22:48:56.440474 run mass: MS start registered {at=23540242.143818323, delay=0.005768038332462311, ms=00007}
22:48:57.211745 run osmo-ms-mob/00008: Starting mobile
22:48:57.226450 run osmo-ms-mob/00008(pid=143): Launched
22:48:57.238992 run mass: MS start registered {at=23540242.94233821, delay=0.004094947129487991, ms=00008}
22:48:57.587611 run mass: MS performed LU {at=23540243.290942732, lu_delay=5.039860807359219, ms=00003}
22:48:57.615628 run mass: MS performed LU {at=23540243.31896504, lu_delay=6.3684622049331665, ms=00002}
22:48:57.909667 run osmo-ms-mob/00009: Starting mobile
22:48:57.924309 run osmo-ms-mob/00009(pid=144): Launched
22:48:57.937249 run mass: MS start registered {at=23540243.640582565, delay=0.00601564347743988, ms=00009}
22:48:58.609315 run osmo-ms-mob/00010: Starting mobile
22:48:58.624029 run osmo-ms-mob/00010(pid=145): Launched
22:48:58.636745 run mass: MS start registered {at=23540244.34008153, delay=0.005733344703912735, ms=00010}
22:48:59.211662 run osmo-ms-mob/00011: Starting mobile
22:48:59.226954 run osmo-ms-mob/00011(pid=146): Launched
22:48:59.239654 run mass: MS start registered {at=23540244.94300318, delay=0.005405951291322708, ms=00011}
22:48:59.452780 run mass: MS performed LU {at=23540245.156111628, lu_delay=5.816054940223694, ms=00004}
22:48:59.516818 run mass: MS performed LU {at=23540245.220146805, lu_delay=4.8801791444420815, ms=00005}
22:48:59.809245 run osmo-ms-mob/00012: Starting mobile
22:48:59.823914 run osmo-ms-mob/00012(pid=147): Launched
22:48:59.837190 run mass: MS start registered {at=23540245.540535606, delay=0.005060207098722458, ms=00012}
22:49:00.409402 run osmo-ms-mob/00013: Starting mobile
22:49:00.425090 run osmo-ms-mob/00013(pid=148): Launched
22:49:00.437194 run mass: MS start registered {at=23540246.14053777, delay=0.005150597542524338, ms=00013}
22:49:01.011077 run osmo-ms-mob/00014: Starting mobile
22:49:01.025548 run osmo-ms-mob/00014(pid=149): Launched
22:49:01.038658 run mass: MS start registered {at=23540246.742009226, delay=0.004618309438228607, ms=00014}
22:49:01.353994 run mass: MS performed LU {at=23540247.05732758, lu_delay=4.913509257137775, ms=00007}
22:49:01.381009 run mass: MS performed LU {at=23540247.08435963, lu_delay=5.841354876756668, ms=00006}
22:49:01.609072 run osmo-ms-mob/00015: Starting mobile
22:49:01.624416 run osmo-ms-mob/00015(pid=150): Launched
22:49:01.637107 run mass: MS start registered {at=23540247.34045479, delay=0.005460124462842941, ms=00015}
22:49:02.110067 run osmo-ms-mob/00016: Starting mobile
22:49:02.125662 run osmo-ms-mob/00016(pid=151): Launched
22:49:02.138784 run mass: MS start registered {at=23540247.842136346, delay=0.002333272248506546, ms=00016}
22:49:02.610289 run osmo-ms-mob/00017: Starting mobile
22:49:02.627005 run osmo-ms-mob/00017(pid=152): Launched
22:49:02.642399 run mass: MS start registered {at=23540248.345739756, delay=0.0068261101841926575, ms=00017}
22:49:03.208655 run osmo-ms-mob/00018: Starting mobile
22:49:03.222206 run osmo-ms-mob/00018(pid=153): Launched
22:49:03.228610 run mass: MS performed LU {at=23540248.931967832, lu_delay=5.291385266929865, ms=00009}
22:49:03.235190 run mass: MS start registered {at=23540248.938555565, delay=0.006609197705984116, ms=00018}
22:49:03.282666 run mass: MS performed LU {at=23540248.98600139, lu_delay=6.043663181364536, ms=00008}
22:49:03.587867 run mass: MS performed LU {at=23540249.29120357, lu_delay=4.951122038066387, ms=00010}
22:49:03.599887 run osmo-ms-mob/00019: Starting mobile
22:49:03.613693 run osmo-ms-mob/00019(pid=154): Launched
22:49:03.625689 run mass: MS start registered {at=23540249.329033706, delay=0.00538128986954689, ms=00019}
22:49:04.109511 run osmo-ms-mob/00020: Starting mobile
22:49:04.123368 run osmo-ms-mob/00020(pid=155): Launched
22:49:04.135079 run mass: MS start registered {at=23540249.838419657, delay=0.005292169749736786, ms=00020}
22:49:04.609641 run osmo-ms-mob/00021: Starting mobile
22:49:04.623593 run osmo-ms-mob/00021(pid=156): Launched
22:49:04.636483 run mass: MS start registered {at=23540250.33983155, delay=0.00630468875169754, ms=00021}
22:49:05.009467 run osmo-ms-mob/00022: Starting mobile
22:49:05.023855 run osmo-ms-mob/00022(pid=157): Launched
22:49:05.030961 run mass: MS performed LU {at=23540250.734316926, lu_delay=5.791313745081425, ms=00011}
22:49:05.037668 run mass: MS start registered {at=23540250.74103309, delay=0.006737973541021347, ms=00022}
22:49:05.119013 run mass: MS performed LU {at=23540250.822349295, lu_delay=5.2818136885762215, ms=00012}
22:49:05.147493 run mass: MS performed LU {at=23540250.850843377, lu_delay=4.710305608808994, ms=00013}
22:49:05.511317 run osmo-ms-mob/00023: Starting mobile
22:49:05.526921 run osmo-ms-mob/00023(pid=158): Launched
22:49:05.539873 run mass: MS start registered {at=23540251.243221465, delay=0.005436558276414871, ms=00023}
22:49:05.908669 run osmo-ms-mob/00024: Starting mobile
22:49:05.922838 run osmo-ms-mob/00024(pid=159): Launched
22:49:05.934820 run mass: MS start registered {at=23540251.638165712, delay=0.005314961075782776, ms=00024}
22:49:06.410286 run osmo-ms-mob/00025: Starting mobile
22:49:06.433833 run osmo-ms-mob/00025(pid=160): Launched
22:49:06.447369 run mass: MS start registered {at=23540252.150713082, delay=0.005417980253696442, ms=00025}
22:49:06.809185 run osmo-ms-mob/00026: Starting mobile
22:49:06.823389 run osmo-ms-mob/00026(pid=161): Launched
22:49:06.834959 run mass: MS start registered {at=23540252.538311377, delay=0.004869967699050903, ms=00026}
22:49:06.984060 run mass: MS performed LU {at=23540252.687381748, lu_delay=5.945372521877289, ms=00014}
22:49:07.048617 run mass: MS performed LU {at=23540252.75195156, lu_delay=5.411496769636869, ms=00015}
22:49:07.117504 run mass: MS performed LU {at=23540252.820839025, lu_delay=4.978702679276466, ms=00016}
22:49:07.129337 run osmo-ms-mob/00027: Starting mobile
22:49:07.142621 run osmo-ms-mob/00027(pid=162): Launched
22:49:07.153865 run mass: MS start registered {at=23540252.857215963, delay=0.004708390682935715, ms=00027}
22:49:07.390488 run mass: MS performed LU {at=23540253.09382236, lu_delay=4.7480826042592525, ms=00017}
22:49:07.609240 run osmo-ms-mob/00028: Starting mobile
22:49:07.623176 run osmo-ms-mob/00028(pid=163): Launched
22:49:07.634918 run mass: MS start registered {at=23540253.338269025, delay=0.004949558526277542, ms=00028}
22:49:08.009479 run osmo-ms-mob/00029: Starting mobile
22:49:08.022915 run osmo-ms-mob/00029(pid=164): Launched
22:49:08.034514 run mass: MS start registered {at=23540253.737864446, delay=0.005200382322072983, ms=00029}
22:49:08.409645 run osmo-ms-mob/00030: Starting mobile
22:49:08.425655 run osmo-ms-mob/00030(pid=165): Launched
22:49:08.438875 run mass: MS start registered {at=23540254.14222475, delay=0.005658965557813644, ms=00030}
22:49:08.783551 run mass: MS performed LU {at=23540254.486884855, lu_delay=4.648465197533369, ms=00020}
22:49:08.797137 run osmo-ms-mob/00031: Starting mobile
22:49:08.813583 run osmo-ms-mob/00031(pid=166): Launched
22:49:08.826237 run mass: MS start registered {at=23540254.52958166, delay=0.005363192409276962, ms=00031}
22:49:08.885758 run mass: MS performed LU {at=23540254.58909517, lu_delay=5.650539606809616, ms=00018}
22:49:08.912582 run mass: MS performed LU {at=23540254.615937203, lu_delay=5.2869034968316555, ms=00019}
22:49:08.923756 run osmo-ms-mob/00032: Starting mobile
22:49:08.937320 run osmo-ms-mob/00032(pid=167): Launched
22:49:08.949279 run mass: MS start registered {at=23540254.652629808, delay=0.005338165909051895, ms=00032}
22:49:09.509332 run osmo-ms-mob/00033: Starting mobile
22:49:09.523235 run osmo-ms-mob/00033(pid=168): Launched
22:49:09.534701 run mass: MS start registered {at=23540255.238049977, delay=0.004563804715871811, ms=00033}
22:49:09.909015 run osmo-ms-mob/00034: Starting mobile
22:49:09.922491 run osmo-ms-mob/00034(pid=169): Launched
22:49:09.933895 run mass: MS start registered {at=23540255.637246806, delay=0.005042281001806259, ms=00034}
22:49:10.209355 run osmo-ms-mob/00035: Starting mobile
22:49:10.223631 run osmo-ms-mob/00035(pid=170): Launched
22:49:10.235591 run mass: MS start registered {at=23540255.93893187, delay=0.005431428551673889, ms=00035}
22:49:10.615391 run osmo-ms-mob/00036: Starting mobile
22:49:10.632129 run osmo-ms-mob/00036(pid=171): Launched
22:49:10.644874 run mass: MS start registered {at=23540256.348221365, delay=0.0053648799657821655, ms=00036}
22:49:10.749940 run mass: MS performed LU {at=23540256.45326308, lu_delay=6.11343153193593, ms=00021}
22:49:10.814788 run mass: MS performed LU {at=23540256.5181225, lu_delay=4.879956789314747, ms=00024}
22:49:10.883735 run mass: MS performed LU {at=23540256.58707145, lu_delay=5.846038360148668, ms=00022}
22:49:10.897009 run osmo-ms-mob/00037: Starting mobile
22:49:10.912678 run osmo-ms-mob/00037(pid=172): Launched
22:49:10.920319 run mass: MS performed LU {at=23540256.62367138, lu_delay=5.380449913442135, ms=00023}
22:49:10.927742 run mass: MS start registered {at=23540256.6311041, delay=0.0075397789478302, ms=00037}
22:49:11.175102 run mass: MS performed LU {at=23540256.878437724, lu_delay=4.727724641561508, ms=00025}
22:49:11.188308 run osmo-ms-mob/00038: Starting mobile
22:49:11.204242 run osmo-ms-mob/00038(pid=173): Launched
22:49:11.217012 run mass: MS start registered {at=23540256.920360703, delay=0.005420271307229996, ms=00038}
22:49:11.609687 run osmo-ms-mob/00039: Starting mobile
22:49:11.623750 run osmo-ms-mob/00039(pid=174): Launched
22:49:11.636289 run mass: MS start registered {at=23540257.33964045, delay=0.00210663303732872, ms=00039}
22:49:12.077416 run osmo-ms-mob/00040: Starting mobile
22:49:12.091499 run osmo-ms-mob/00040(pid=175): Launched
22:49:12.102872 run mass: MS start registered {at=23540257.806224525, delay=0.004895418882369995, ms=00040}
22:49:12.336932 run osmo-ms-mob/00041: Starting mobile
22:49:12.350944 run osmo-ms-mob/00041(pid=176): Launched
22:49:12.362558 run mass: MS start registered {at=23540258.06591021, delay=0.0051170699298381805, ms=00041}
22:49:12.611079 run osmo-ms-mob/00042: Starting mobile
22:49:12.627458 run osmo-ms-mob/00042(pid=177): Launched
22:49:12.640435 run mass: MS start registered {at=23540258.343785863, delay=0.0053351037204265594, ms=00042}
22:49:12.650864 run mass: MS performed LU {at=23540258.35420816, lu_delay=5.4969921968877316, ms=00027}
22:49:12.678646 run mass: MS performed LU {at=23540258.381985534, lu_delay=4.644121088087559, ms=00029}
22:49:12.784475 run mass: MS performed LU {at=23540258.487808928, lu_delay=5.149539902806282, ms=00028}
22:49:12.798571 run osmo-ms-mob/00043: Starting mobile
22:49:12.814354 run osmo-ms-mob/00043(pid=178): Launched
22:49:12.827117 run mass: MS start registered {at=23540258.530459177, delay=0.00544121116399765, ms=00043}
22:49:13.309216 run osmo-ms-mob/00044: Starting mobile
22:49:13.325443 run osmo-ms-mob/00044(pid=179): Launched
22:49:13.332734 run mass: MS performed LU {at=23540259.036091756, lu_delay=6.497780378907919, ms=00026}
22:49:13.340121 run mass: MS start registered {at=23540259.04348424, delay=0.0074134692549705505, ms=00044}
22:49:13.609365 run osmo-ms-mob/00045: Starting mobile
22:49:13.624448 run osmo-ms-mob/00045(pid=180): Launched
22:49:13.637397 run mass: MS start registered {at=23540259.340744898, delay=0.005682956427335739, ms=00045}
22:49:13.909907 run osmo-ms-mob/00046: Starting mobile
22:49:13.933936 run osmo-ms-mob/00046(pid=181): Launched
22:49:13.946888 run mass: MS start registered {at=23540259.650233123, delay=0.0022391602396965027, ms=00046}
22:49:14.210734 run osmo-ms-mob/00047: Starting mobile
22:49:14.225843 run osmo-ms-mob/00047(pid=182): Launched
22:49:14.238353 run mass: MS start registered {at=23540259.941685934, delay=0.0054909102618694305, ms=00047}
22:49:14.510414 run osmo-ms-mob/00048: Starting mobile
22:49:14.527303 run osmo-ms-mob/00048(pid=183): Launched
22:49:14.535339 run mass: MS performed LU {at=23540260.23869142, lu_delay=5.709109760820866, ms=00031}
22:49:14.544750 run mass: MS start registered {at=23540260.24810102, delay=0.009436629712581635, ms=00048}
22:49:14.579989 run mass: MS performed LU {at=23540260.283324163, lu_delay=5.630694355815649, ms=00032}
22:49:14.593773 run osmo-ms-mob/00049: Starting mobile
22:49:14.609740 run osmo-ms-mob/00049(pid=184): Launched
22:49:14.622910 run mass: MS start registered {at=23540260.326248758, delay=0.0057710036635398865, ms=00049}
22:49:14.649604 run mass: MS performed LU {at=23540260.35293826, lu_delay=6.210713509470224, ms=00030}
22:49:14.686191 run mass: MS performed LU {at=23540260.389526445, lu_delay=4.75227963924408, ms=00034}
22:49:14.699106 run osmo-ms-mob/00050: Starting mobile
22:49:14.715178 run osmo-ms-mob/00050(pid=185): Launched
22:49:14.722706 run mass: MS performed LU {at=23540260.42606168, lu_delay=5.188011702150106, ms=00033}
22:49:14.730529 run mass: MS start registered {at=23540260.43389146, delay=0.007851466536521912, ms=00050}
22:49:15.523101 run osmo-ms-mob/00051: Starting mobile
22:49:15.536452 run osmo-ms-mob/00051(pid=186): Launched
22:49:15.548054 run mass: MS start registered {at=23540261.251404203, delay=0.005352254956960678, ms=00051}
22:49:15.809472 run osmo-ms-mob/00052: Starting mobile
22:49:15.823252 run osmo-ms-mob/00052(pid=187): Launched
22:49:15.835412 run mass: MS start registered {at=23540261.538747568, delay=0.005463548004627228, ms=00052}
22:49:16.109938 run osmo-ms-mob/00053: Starting mobile
22:49:16.126491 run osmo-ms-mob/00053(pid=188): Launched
22:49:16.140358 run mass: MS start registered {at=23540261.843696337, delay=0.004804618656635284, ms=00053}
22:49:16.315385 run mass: MS performed LU {at=23540262.018719923, lu_delay=6.07978805154562, ms=00035}
22:49:16.329810 run osmo-ms-mob/00054: Starting mobile
22:49:16.346667 run osmo-ms-mob/00054(pid=189): Launched
22:49:16.360631 run mass: MS start registered {at=23540262.063969485, delay=0.005776427686214447, ms=00054}
22:49:16.416646 run mass: MS performed LU {at=23540262.119973168, lu_delay=5.771751802414656, ms=00036}
22:49:16.444705 run mass: MS performed LU {at=23540262.148012076, lu_delay=5.516907975077629, ms=00037}
22:49:16.478498 run osmo-ms-mob/00055: Starting mobile
22:49:16.560318 run osmo-ms-mob/00055(pid=190): Launched
22:49:16.576204 run mass: MS start registered {at=23540262.279505793, delay=0.0056129805743694305, ms=00055}
22:49:16.606429 run mass: MS performed LU {at=23540262.309748568, lu_delay=4.970108117908239, ms=00039}
22:49:16.624978 run mass: MS performed LU {at=23540262.328264248, lu_delay=5.407903544604778, ms=00038}
22:49:16.655981 run osmo-ms-mob/00056: Starting mobile
22:49:16.677857 run osmo-ms-mob/00056(pid=191): Launched
22:49:16.696875 run mass: MS start registered {at=23540262.400176167, delay=0.006851412355899811, ms=00056}
22:49:17.319675 run osmo-ms-mob/00057: Starting mobile
22:49:17.358856 run osmo-ms-mob/00057(pid=192): Launched
22:49:17.374955 run mass: MS start registered {at=23540263.078258887, delay=0.005384810268878937, ms=00057}
22:49:17.717003 run osmo-ms-mob/00058: Starting mobile
22:49:17.741960 run osmo-ms-mob/00058(pid=193): Launched
22:49:17.769626 run mass: MS start registered {at=23540263.47294573, delay=0.014351066201925278, ms=00058}
22:49:18.016906 run osmo-ms-mob/00059: Starting mobile
22:49:18.039246 run osmo-ms-mob/00059(pid=194): Launched
22:49:18.065220 run mass: MS start registered {at=23540263.76851992, delay=0.014272063970565796, ms=00059}
22:49:18.282051 run mass: MS performed LU {at=23540263.985337622, lu_delay=4.941853381693363, ms=00044}
22:49:18.303776 run osmo-ms-mob/00060: Starting mobile
22:49:18.329576 run osmo-ms-mob/00060(pid=195): Launched
22:49:18.346632 run mass: MS performed LU {at=23540264.04993476, lu_delay=4.709189862012863, ms=00045}
22:49:18.364113 run mass: MS start registered {at=23540264.067461047, delay=0.02381809428334236, ms=00060}
22:49:18.415931 run mass: MS performed LU {at=23540264.119232908, lu_delay=6.053322698920965, ms=00041}
22:49:18.452745 run mass: MS performed LU {at=23540264.156034216, lu_delay=6.349809691309929, ms=00040}
22:49:18.472040 run osmo-ms-mob/00061: Starting mobile
22:49:18.492945 run osmo-ms-mob/00061(pid=196): Launched
22:49:18.508077 run mass: MS start registered {at=23540264.21140576, delay=0.006066776812076569, ms=00061}
22:49:18.526530 run mass: MS performed LU {at=23540264.229840238, lu_delay=5.886054374277592, ms=00042}
22:49:18.779680 run mass: MS performed LU {at=23540264.482989673, lu_delay=4.832756549119949, ms=00046}
22:49:18.797508 run osmo-ms-mob/00062: Starting mobile
22:49:18.813338 run osmo-ms-mob/00062(pid=197): Launched
22:49:18.826563 run mass: MS start registered {at=23540264.529906742, delay=0.00529918447136879, ms=00062}
22:49:19.310372 run osmo-ms-mob/00063: Starting mobile
22:49:19.327604 run osmo-ms-mob/00063(pid=198): Launched
22:49:19.347220 run mass: MS start registered {at=23540265.05053038, delay=0.009242583066225052, ms=00063}
22:49:19.714571 run osmo-ms-mob/00064: Starting mobile
22:49:19.732609 run osmo-ms-mob/00064(pid=199): Launched
22:49:19.753815 run mass: MS start registered {at=23540265.45714338, delay=0.013220228254795074, ms=00064}
22:49:20.081582 run mass: MS performed LU {at=23540265.78490732, lu_delay=5.351015858352184, ms=00050}
22:49:20.097381 run osmo-ms-mob/00065: Starting mobile
22:49:20.112466 run osmo-ms-mob/00065(pid=200): Launched
22:49:20.126027 run mass: MS start registered {at=23540265.829358377, delay=0.005806680768728256, ms=00065}
22:49:20.183249 run mass: MS performed LU {at=23540265.886571422, lu_delay=5.944885488599539, ms=00047}
22:49:20.210439 run mass: MS performed LU {at=23540265.913770735, lu_delay=5.587521977722645, ms=00049}
22:49:20.223191 run osmo-ms-mob/00066: Starting mobile
22:49:20.238518 run osmo-ms-mob/00066(pid=201): Launched
22:49:20.251585 run mass: MS start registered {at=23540265.954922758, delay=0.005696222186088562, ms=00066}
22:49:20.373093 run mass: MS performed LU {at=23540266.07640393, lu_delay=5.828302912414074, ms=00048}
22:49:20.390347 run mass: MS performed LU {at=23540266.093682673, lu_delay=4.842278469353914, ms=00051}
22:49:20.810502 run osmo-ms-mob/00067: Starting mobile
22:49:20.826836 run osmo-ms-mob/00067(pid=202): Launched
22:49:20.840137 run mass: MS start registered {at=23540266.543475777, delay=0.005572017282247543, ms=00067}
22:49:21.117987 run osmo-ms-mob/00068: Starting mobile
22:49:21.150304 run osmo-ms-mob/00068(pid=203): Launched
22:49:21.165334 run mass: MS start registered {at=23540266.868677832, delay=3.429874777793884e-05, ms=00068}
22:49:21.509621 run osmo-ms-mob/00069: Starting mobile
22:49:21.525563 run osmo-ms-mob/00069(pid=204): Launched
22:49:21.538687 run mass: MS start registered {at=23540267.24203207, delay=0.005323078483343124, ms=00069}
22:49:21.917656 run osmo-ms-mob/00070: Starting mobile
22:49:21.956640 run osmo-ms-mob/00070(pid=205): Launched
22:49:21.974401 run mass: MS performed LU {at=23540267.677737094, lu_delay=5.39823130145669, ms=00055}
22:49:21.985708 run mass: MS start registered {at=23540267.68906562, delay=0.011366922408342361, ms=00070}
22:49:21.995435 run mass: MS performed LU {at=23540267.69878309, lu_delay=5.298606920987368, ms=00056}
22:49:22.113771 run mass: MS performed LU {at=23540267.817075927, lu_delay=5.753106441348791, ms=00054}
22:49:22.145313 run osmo-ms-mob/00071: Starting mobile
22:49:22.182450 run osmo-ms-mob/00071(pid=206): Launched
22:49:22.200450 run mass: MS start registered {at=23540267.903787233, delay=3.9074569940567017e-05, ms=00071}
22:49:22.292480 run mass: MS performed LU {at=23540267.99578572, lu_delay=4.917526833713055, ms=00057}
22:49:22.310766 run mass: MS performed LU {at=23540268.01408179, lu_delay=6.475334223359823, ms=00052}
22:49:22.713090 run osmo-ms-mob/00072: Starting mobile
22:49:22.730860 run osmo-ms-mob/00072(pid=207): Launched
22:49:22.744995 run mass: MS start registered {at=23540268.448315155, delay=0.00587158277630806, ms=00072}
22:49:23.007571 run mass: MS performed LU {at=23540268.710890315, lu_delay=6.867193978279829, ms=00053}
22:49:23.024759 run osmo-ms-mob/00073: Starting mobile
22:49:23.042403 run osmo-ms-mob/00073(pid=208): Launched
22:49:23.056546 run mass: MS start registered {at=23540268.75987754, delay=0.006057973951101303, ms=00073}
22:49:23.154356 run mass: MS performed LU {at=23540268.857675884, lu_delay=5.089155964553356, ms=00059}
22:49:23.510169 run osmo-ms-mob/00074: Starting mobile
22:49:23.527657 run osmo-ms-mob/00074(pid=209): Launched
22:49:23.543503 run mass: MS start registered {at=23540269.246821754, delay=0.007141713052988052, ms=00074}
22:49:23.847238 run mass: MS performed LU {at=23540269.550558317, lu_delay=6.077612586319447, ms=00058}
22:49:23.864621 run osmo-ms-mob/00075: Starting mobile
22:49:23.882564 run osmo-ms-mob/00075(pid=210): Launched
22:49:23.897203 run mass: MS start registered {at=23540269.60051752, delay=0.006040763109922409, ms=00075}
22:49:23.911650 run mass: MS performed LU {at=23540269.614994224, lu_delay=5.403588462620974, ms=00061}
22:49:23.976575 run mass: MS performed LU {at=23540269.67988427, lu_delay=4.629353888332844, ms=00063}
22:49:24.156826 run mass: MS performed LU {at=23540269.860140186, lu_delay=5.330233443528414, ms=00062}
22:49:24.411473 run osmo-ms-mob/00076: Starting mobile
22:49:24.429318 run osmo-ms-mob/00076(pid=211): Launched
22:49:24.444293 run mass: MS start registered {at=23540270.1476406, delay=0.007101867347955704, ms=00076}
22:49:24.809909 run osmo-ms-mob/00077: Starting mobile
22:49:24.826716 run osmo-ms-mob/00077(pid=212): Launched
22:49:24.840259 run mass: MS start registered {at=23540270.543604013, delay=0.0055989474058151245, ms=00077}
22:49:25.310394 run osmo-ms-mob/00078: Starting mobile
22:49:25.327233 run osmo-ms-mob/00078(pid=213): Launched
22:49:25.340223 run mass: MS start registered {at=23540271.043572225, delay=0.005237787961959839, ms=00078}
22:49:25.710209 run osmo-ms-mob/00079: Starting mobile
22:49:25.727584 run osmo-ms-mob/00079(pid=214): Launched
22:49:25.735474 run mass: MS performed LU {at=23540271.43882859, lu_delay=5.483905833214521, ms=00066}
22:49:25.743435 run mass: MS start registered {at=23540271.446796957, delay=0.00799228623509407, ms=00079}
22:49:25.751119 run mass: MS performed LU {at=23540271.4544752, lu_delay=5.997331820428371, ms=00064}
22:49:25.877338 run mass: MS performed LU {at=23540271.5806698, lu_delay=4.711991969496012, ms=00068}
22:49:26.058121 run mass: MS performed LU {at=23540271.76143697, lu_delay=5.932078592479229, ms=00065}
22:49:26.073079 run osmo-ms-mob/00080: Starting mobile
22:49:26.089491 run osmo-ms-mob/00080(pid=215): Launched
22:49:26.102305 run mass: MS start registered {at=23540271.805645984, delay=0.005270827561616898, ms=00080}
22:49:26.716686 run osmo-ms-mob/00081: Starting mobile
22:49:26.736306 run osmo-ms-mob/00081(pid=216): Launched
22:49:26.749555 run mass: MS start registered {at=23540272.45289692, delay=0.005602288991212845, ms=00081}
22:49:27.112893 run osmo-ms-mob/00082: Starting mobile
22:49:27.130925 run osmo-ms-mob/00082(pid=217): Launched
22:49:27.146896 run mass: MS start registered {at=23540272.850203767, delay=0.0059939101338386536, ms=00082}
22:49:27.613071 run mass: MS performed LU {at=23540273.316390708, lu_delay=5.412603475153446, ms=00071}
22:49:27.631987 run osmo-ms-mob/00083: Starting mobile
22:49:27.649578 run osmo-ms-mob/00083(pid=218): Launched
22:49:27.663308 run mass: MS start registered {at=23540273.366641514, delay=0.005418069660663605, ms=00083}
22:49:27.714407 run mass: MS performed LU {at=23540273.41774043, lu_delay=4.969425275921822, ms=00072}
22:49:27.742443 run mass: MS performed LU {at=23540273.445763897, lu_delay=5.756698276847601, ms=00070}
22:49:27.904413 run mass: MS performed LU {at=23540273.60768747, lu_delay=6.365655399858952, ms=00069}
22:49:27.922698 run mass: MS performed LU {at=23540273.626030125, lu_delay=4.866152584552765, ms=00073}
22:49:27.936700 run osmo-ms-mob/00084: Starting mobile
22:49:27.952683 run osmo-ms-mob/00084(pid=219): Launched
22:49:27.965569 run mass: MS start registered {at=23540273.668916386, delay=0.0056215375661849976, ms=00084}
22:49:28.710296 run osmo-ms-mob/00085: Starting mobile
22:49:28.725114 run osmo-ms-mob/00085(pid=220): Launched
22:49:28.737709 run mass: MS start registered {at=23540274.441055056, delay=0.0055143460631370544, ms=00085}
22:49:29.308826 run osmo-ms-mob/00086: Starting mobile
22:49:29.323883 run osmo-ms-mob/00086(pid=221): Launched
22:49:29.336256 run mass: MS start registered {at=23540275.039606027, delay=0.0052380748093128204, ms=00086}
22:49:29.578892 run mass: MS performed LU {at=23540275.282151096, lu_delay=5.681633576750755, ms=00075}
22:49:29.644156 run mass: MS performed LU {at=23540275.347487595, lu_delay=6.100665841251612, ms=00074}
22:49:29.713271 run mass: MS performed LU {at=23540275.416603036, lu_delay=4.872999023646116, ms=00077}
22:49:29.749771 run mass: MS performed LU {at=23540275.453102432, lu_delay=5.305461831390858, ms=00076}
22:49:29.761381 run osmo-ms-mob/00087: Starting mobile
22:49:29.775468 run osmo-ms-mob/00087(pid=222): Launched
22:49:29.787608 run mass: MS start registered {at=23540275.490948442, delay=0.0054871030151844025, ms=00087}
22:49:30.508943 run osmo-ms-mob/00088: Starting mobile
22:49:30.523396 run osmo-ms-mob/00088(pid=223): Launched
22:49:30.535870 run mass: MS start registered {at=23540276.239217963, delay=0.005400903522968292, ms=00088}
22:49:31.110044 run osmo-ms-mob/00089: Starting mobile
22:49:31.123826 run osmo-ms-mob/00089(pid=224): Launched
22:49:31.135350 run mass: MS start registered {at=23540276.838687524, delay=0.005171827971935272, ms=00089}
22:49:31.379005 run mass: MS performed LU {at=23540277.08233734, lu_delay=6.038765113800764, ms=00078}
22:49:31.480238 run mass: MS performed LU {at=23540277.183570955, lu_delay=4.730674035847187, ms=00081}
22:49:31.508572 run mass: MS performed LU {at=23540277.21191068, lu_delay=5.765113722532988, ms=00079}
22:49:31.669554 run mass: MS performed LU {at=23540277.37288839, lu_delay=5.567242406308651, ms=00080}
22:49:31.681263 run osmo-ms-mob/00090: Starting mobile
22:49:31.695126 run osmo-ms-mob/00090(pid=225): Launched
22:49:31.706323 run mass: MS start registered {at=23540277.409674443, delay=0.004734572023153305, ms=00090}
22:49:32.411126 run osmo-ms-mob/00091: Starting mobile
22:49:32.429772 run osmo-ms-mob/00091(pid=226): Launched
22:49:32.443144 run mass: MS start registered {at=23540278.14647112, delay=0.005733456462621689, ms=00091}
22:49:33.110027 run osmo-ms-mob/00092: Starting mobile
22:49:33.125895 run osmo-ms-mob/00092(pid=227): Launched
22:49:33.139110 run mass: MS start registered {at=23540278.842451535, delay=0.005873825401067734, ms=00092}
22:49:33.344717 run mass: MS performed LU {at=23540279.047988985, lu_delay=4.606933929026127, ms=00085}
22:49:33.409603 run mass: MS performed LU {at=23540279.112915877, lu_delay=5.74627436324954, ms=00083}
22:49:33.478653 run mass: MS performed LU {at=23540279.181965675, lu_delay=5.51304928958416, ms=00084}
22:49:33.515973 run mass: MS performed LU {at=23540279.219307587, lu_delay=6.369103819131851, ms=00082}
22:49:33.908833 run osmo-ms-mob/00093: Starting mobile
22:49:33.923852 run osmo-ms-mob/00093(pid=228): Launched
22:49:33.936682 run mass: MS start registered {at=23540279.640021928, delay=0.0056200213730335236, ms=00093}
22:49:34.809713 run osmo-ms-mob/00094: Starting mobile
22:49:34.826256 run osmo-ms-mob/00094(pid=229): Launched
22:49:34.839078 run mass: MS start registered {at=23540280.542425044, delay=0.00543217733502388, ms=00094}
22:49:35.144660 run mass: MS performed LU {at=23540280.847990002, lu_delay=4.608772039413452, ms=00088}
22:49:35.246675 run mass: MS performed LU {at=23540280.950009476, lu_delay=5.459061034023762, ms=00087}
22:49:35.416942 run mass: MS performed LU {at=23540281.12026423, lu_delay=22.58980505168438, ms=00043}
22:49:35.708846 run osmo-ms-mob/00095: Starting mobile
22:49:35.723065 run osmo-ms-mob/00095(pid=230): Launched
22:49:35.735800 run mass: MS start registered {at=23540281.43911894, delay=0.005813147872686386, ms=00095}
22:49:36.709108 run osmo-ms-mob/00096: Starting mobile
22:49:36.723168 run osmo-ms-mob/00096(pid=231): Launched
22:49:36.734898 run mass: MS start registered {at=23540282.438243624, delay=0.0050651915371418, ms=00096}
22:49:37.111129 run mass: MS performed LU {at=23540282.81445078, lu_delay=4.667979661375284, ms=00091}
22:49:37.175567 run mass: MS performed LU {at=23540282.87890218, lu_delay=6.040214654058218, ms=00089}
22:49:37.244581 run mass: MS performed LU {at=23540282.94791671, lu_delay=5.538242265582085, ms=00090}
22:49:37.815378 run osmo-ms-mob/00097: Starting mobile
22:49:37.833156 run osmo-ms-mob/00097(pid=232): Launched
22:49:37.846665 run mass: MS start registered {at=23540283.550012164, delay=0.005455076694488525, ms=00097}
22:49:38.910798 run mass: MS performed LU {at=23540284.61411986, lu_delay=4.9740979336202145, ms=00093}
22:49:39.011970 run mass: MS performed LU {at=23540284.715292454, lu_delay=5.872840918600559, ms=00092}
22:49:39.024997 run osmo-ms-mob/00098: Starting mobile
22:49:39.041779 run osmo-ms-mob/00098(pid=233): Launched
22:49:39.060715 run mass: MS start registered {at=23540284.76402427, delay=0.00905555859208107, ms=00098}
22:49:40.876691 run mass: MS performed LU {at=23540286.580018338, lu_delay=5.140899397432804, ms=00095}
22:49:40.889520 run osmo-ms-mob/00099: Starting mobile
22:49:40.905734 run osmo-ms-mob/00099(pid=234): Launched
22:49:40.913035 run mass: All started... {duration=55.71018026396632, too_slow=0}
22:49:40.920141 run mass: MS start registered {at=23540286.623497225, delay=0.007099565118551254, ms=00099}
22:49:40.941383 run mass: MS performed LU {at=23540286.644719437, lu_delay=6.102294392883778, ms=00094}
22:49:41.245664 run mass: MS performed LU {at=23540286.94899814, lu_delay=22.881537090986967, ms=00060}
22:49:42.676403 run mass: MS performed LU {at=23540288.379722632, lu_delay=21.836246855556965, ms=00067}
22:49:42.777416 run mass: MS performed LU {at=23540288.480749875, lu_delay=6.042506251484156, ms=00096}
22:49:42.805152 run mass: MS performed LU {at=23540288.50848885, lu_delay=4.958476684987545, ms=00097}
22:49:44.642596 run mass: MS performed LU {at=23540290.34588579, lu_delay=5.581861522048712, ms=00098}
22:49:46.543331 run mass: MS performed LU {at=23540292.246645432, lu_delay=5.6231482066214085, ms=00099}
22:49:52.409875 run mass: MS performed LU {at=23540298.113157067, lu_delay=23.073551040142775, ms=00086}
22:49:52.417505 run mass: Tests done {all_completed=True, max=23.073551040142775, min=4.606933929026127}
22:49:52.423261 tst register_default_mass.py: Test passed (92.1 sec)
22:49:52.429010 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:52.432524 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:52.436132 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:52.439606 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:52.443074 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:52.446559 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:52.450031 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:52.453482 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:52.456938 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:52.460395 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:52.463857 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:52.467312 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:52.470772 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:52.474253 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:52.477733 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:52.481208 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:52.484700 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:52.488206 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:52.491716 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:52.495531 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:52.499029 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:52.503191 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:52.507300 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:52.510787 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:52.514498 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:52.517985 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:52.521456 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:52.524920 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:52.528395 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:52.531864 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:52.535325 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:52.538800 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:52.542296 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:52.545783 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:52.549431 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:52.553588 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:52.557983 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:52.562224 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:52.566374 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:52.570516 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:52.574952 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:52.579198 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:52.583758 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:52.588161 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:52.592811 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:52.597473 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:52.602319 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:52.607018 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:52.611520 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:52.616259 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:52.621277 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:52.626005 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:52.630705 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:52.635927 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:52.640452 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:52.645058 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:52.649506 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:52.653925 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:52.658327 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:52.662726 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:52.667091 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:52.671395 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:52.675663 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:52.679846 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:52.683988 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:52.688765 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:52.693346 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:52.698055 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:52.702471 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:52.706996 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:52.711401 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:52.715780 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:52.720079 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:52.724348 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:52.728650 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:52.733237 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:52.737649 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:52.742033 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:52.746390 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:52.750795 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:52.755249 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:52.759722 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:52.764187 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:52.768650 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:52.773099 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:52.777471 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:52.782638 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:52.787556 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:52.792092 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:52.796508 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:52.800926 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:52.805400 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:52.810104 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:52.814773 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:52.819426 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:52.824066 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:52.828856 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:52.833724 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:52.838524 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:52.843293 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:52.848163 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:52.854290 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:52.860588 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:52.865796 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:52.871047 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:52.876745 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:52.882259 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:52.888355 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:52.893651 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:52.898844 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:52.903786 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:52.908828 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:52.914452 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:52.920327 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:52.926121 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:52.931109 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:52.936139 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:52.940951 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:52.945622 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:52.950268 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:52.954895 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:52.959522 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:52.964180 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:52.969073 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:52.973708 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:52.978347 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:52.983118 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:52.987820 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:52.992593 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:52.997254 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:53.001891 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:53.006501 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:53.011099 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:53.015712 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:53.021434 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:53.026799 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:53.031518 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:53.036036 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:53.040904 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:53.045339 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:53.049774 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:53.054233 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:53.058793 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:53.063257 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:53.067704 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:53.072148 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:53.076546 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:53.080853 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:53.085217 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:53.089646 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:53.093974 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:53.098309 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:53.102716 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:53.107249 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:53.111690 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:53.116040 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:53.120345 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:53.124801 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:53.129251 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:53.133699 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:53.138042 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:53.142358 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:53.146687 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:53.151064 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:53.155476 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:53.159871 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:53.164234 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:53.168699 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:53.173138 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:53.177611 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:53.182048 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:53.186478 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:53.190822 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:53.195150 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:53.199472 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:53.203816 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:53.208162 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:53.212490 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:53.216848 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:53.221142 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:53.225449 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:53.229665 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:53.234025 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:53.238251 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:53.242465 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:53.246615 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:53.250826 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:53.254917 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:53.259021 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:53.263167 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:53.267376 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:53.271614 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:53.275997 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:53.280348 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:53.284839 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:53.289269 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:53.293709 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:53.298135 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:53.302530 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:53.306949 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:53.311375 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:53.315763 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:53.320071 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:53.324415 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:53.328673 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:53.332964 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:53.338841 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:53.342985 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:53.347116 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:53.351233 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:53.355337 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:53.359473 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:53.363494 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:53.367558 --- ParallelTerminationStrategy: PID 22 died...
22:49:53.369414 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:53.373948 --- ParallelTerminationStrategy: PID 23 died...
22:49:53.375799 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:53.380231 --- ParallelTerminationStrategy: PID 24 died...
22:49:53.382066 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:53.386581 --- ParallelTerminationStrategy: PID 25 died...
22:49:53.388371 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:53.392852 --- ParallelTerminationStrategy: PID 26 died...
22:49:53.395179 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:53.399685 --- ParallelTerminationStrategy: PID 27 died...
22:49:53.401534 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:53.406173 --- ParallelTerminationStrategy: PID 28 died...
22:49:53.408000 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:53.412578 --- ParallelTerminationStrategy: PID 29 died...
22:49:53.414491 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:53.419053 --- ParallelTerminationStrategy: PID 30 died...
22:49:53.420890 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:53.425450 --- ParallelTerminationStrategy: PID 31 died...
22:49:53.427327 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:53.431926 --- ParallelTerminationStrategy: PID 32 died...
22:49:53.433814 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:53.438523 --- ParallelTerminationStrategy: PID 33 died...
22:49:53.440456 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:53.445189 --- ParallelTerminationStrategy: PID 35 died...
22:49:53.447114 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:53.451961 --- ParallelTerminationStrategy: PID 36 died...
22:49:53.453962 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:53.458795 --- ParallelTerminationStrategy: PID 37 died...
22:49:53.460769 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:53.469105 --- ParallelTerminationStrategy: PID 38 died...
22:49:53.470900 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:53.475328 --- ParallelTerminationStrategy: PID 39 died...
22:49:53.477177 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:53.481796 --- ParallelTerminationStrategy: PID 40 died...
22:49:53.483649 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:53.488211 --- ParallelTerminationStrategy: PID 41 died...
22:49:53.490054 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:53.494582 --- ParallelTerminationStrategy: PID 42 died...
22:49:53.496386 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:53.500890 --- ParallelTerminationStrategy: PID 43 died...
22:49:53.502716 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:53.507260 --- ParallelTerminationStrategy: PID 44 died...
22:49:53.509131 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:53.513612 --- ParallelTerminationStrategy: PID 45 died...
22:49:53.515400 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:53.519950 --- ParallelTerminationStrategy: PID 46 died...
22:49:53.521807 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:53.526395 --- ParallelTerminationStrategy: PID 47 died...
22:49:53.528243 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:53.533084 --- ParallelTerminationStrategy: PID 48 died...
22:49:53.534954 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:53.539551 --- ParallelTerminationStrategy: PID 49 died...
22:49:53.541414 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:53.546109 --- ParallelTerminationStrategy: PID 50 died...
22:49:53.548024 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:53.552737 --- ParallelTerminationStrategy: PID 51 died...
22:49:53.554616 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:53.559192 --- ParallelTerminationStrategy: PID 52 died...
22:49:53.561037 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:53.565524 --- ParallelTerminationStrategy: PID 53 died...
22:49:53.567304 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:53.571727 --- ParallelTerminationStrategy: PID 54 died...
22:49:53.573513 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:53.577821 --- ParallelTerminationStrategy: PID 55 died...
22:49:53.579548 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:53.583830 --- ParallelTerminationStrategy: PID 56 died...
22:49:53.585567 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:53.589907 --- ParallelTerminationStrategy: PID 57 died...
22:49:53.591684 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:53.596182 --- ParallelTerminationStrategy: PID 58 died...
22:49:53.597965 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:53.602342 --- ParallelTerminationStrategy: PID 59 died...
22:49:53.604108 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:53.608612 --- ParallelTerminationStrategy: PID 60 died...
22:49:53.610413 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:53.614874 --- ParallelTerminationStrategy: PID 61 died...
22:49:53.616688 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:53.621135 --- ParallelTerminationStrategy: PID 62 died...
22:49:53.622949 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:53.627396 --- ParallelTerminationStrategy: PID 63 died...
22:49:53.629168 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:53.633649 --- ParallelTerminationStrategy: PID 64 died...
22:49:53.635639 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:53.640779 --- ParallelTerminationStrategy: PID 65 died...
22:49:53.642598 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:53.647152 --- ParallelTerminationStrategy: PID 66 died...
22:49:53.649042 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:53.653606 --- ParallelTerminationStrategy: PID 67 died...
22:49:53.655437 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:53.659952 --- ParallelTerminationStrategy: PID 68 died...
22:49:53.661754 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:53.666125 --- ParallelTerminationStrategy: PID 69 died...
22:49:53.667856 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:53.672147 --- ParallelTerminationStrategy: PID 70 died...
22:49:53.673885 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:53.678138 --- ParallelTerminationStrategy: PID 71 died...
22:49:53.679820 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:53.683977 --- ParallelTerminationStrategy: PID 72 died...
22:49:53.685669 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:53.689876 --- ParallelTerminationStrategy: PID 73 died...
22:49:53.691573 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:53.695747 --- ParallelTerminationStrategy: PID 74 died...
22:49:53.697452 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:53.701643 --- ParallelTerminationStrategy: PID 75 died...
22:49:53.703345 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:53.707641 --- ParallelTerminationStrategy: PID 76 died...
22:49:53.709374 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:53.713636 --- ParallelTerminationStrategy: PID 77 died...
22:49:53.715315 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:53.719443 --- ParallelTerminationStrategy: PID 78 died...
22:49:53.721125 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:53.725271 --- ParallelTerminationStrategy: PID 79 died...
22:49:53.726899 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:53.730957 --- ParallelTerminationStrategy: PID 80 died...
22:49:53.732597 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:53.736669 --- ParallelTerminationStrategy: PID 81 died...
22:49:53.738330 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:53.742475 --- ParallelTerminationStrategy: PID 82 died...
22:49:53.744152 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:53.748310 --- ParallelTerminationStrategy: PID 83 died...
22:49:53.750025 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:53.754290 --- ParallelTerminationStrategy: PID 84 died...
22:49:53.756012 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:53.760341 --- ParallelTerminationStrategy: PID 85 died...
22:49:53.762066 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:53.766415 --- ParallelTerminationStrategy: PID 86 died...
22:49:53.768106 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:53.772287 --- ParallelTerminationStrategy: PID 87 died...
22:49:53.773970 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:53.778110 --- ParallelTerminationStrategy: PID 88 died...
22:49:53.779746 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:53.783843 --- ParallelTerminationStrategy: PID 89 died...
22:49:53.785522 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:53.789683 --- ParallelTerminationStrategy: PID 90 died...
22:49:53.791380 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:53.795611 --- ParallelTerminationStrategy: PID 91 died...
22:49:53.797339 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:53.801615 --- ParallelTerminationStrategy: PID 92 died...
22:49:53.803352 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:53.807604 --- ParallelTerminationStrategy: PID 93 died...
22:49:53.809346 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:53.813646 --- ParallelTerminationStrategy: PID 94 died...
22:49:53.815418 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:53.819817 --- ParallelTerminationStrategy: PID 95 died...
22:49:53.821607 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:53.825970 --- ParallelTerminationStrategy: PID 96 died...
22:49:53.827744 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:53.832224 --- ParallelTerminationStrategy: PID 97 died...
22:49:53.834041 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:53.838578 --- ParallelTerminationStrategy: PID 98 died...
22:49:53.840350 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:53.844733 --- ParallelTerminationStrategy: PID 99 died...
22:49:53.846505 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:53.850907 --- ParallelTerminationStrategy: PID 100 died...
22:49:53.852680 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:53.857095 --- ParallelTerminationStrategy: PID 101 died...
22:49:53.858863 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:53.863337 --- ParallelTerminationStrategy: PID 102 died...
22:49:53.865135 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:53.869524 --- ParallelTerminationStrategy: PID 103 died...
22:49:53.871308 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:53.875705 --- ParallelTerminationStrategy: PID 104 died...
22:49:53.877504 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:53.881883 --- ParallelTerminationStrategy: PID 105 died...
22:49:53.883650 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:53.888037 --- ParallelTerminationStrategy: PID 106 died...
22:49:53.889821 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:53.894350 --- ParallelTerminationStrategy: PID 107 died...
22:49:53.896182 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:53.900765 --- ParallelTerminationStrategy: PID 108 died...
22:49:53.902656 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:53.907285 --- ParallelTerminationStrategy: PID 109 died...
22:49:53.909124 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:53.913671 --- ParallelTerminationStrategy: PID 110 died...
22:49:53.915427 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:53.920773 --- ParallelTerminationStrategy: PID 111 died...
22:49:53.923442 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:53.929650 --- ParallelTerminationStrategy: PID 112 died...
22:49:53.931337 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:53.935432 --- ParallelTerminationStrategy: PID 113 died...
22:49:53.937099 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:53.942416 --- ParallelTerminationStrategy: PID 114 died...
22:49:53.944112 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:53.948298 --- ParallelTerminationStrategy: PID 115 died...
22:49:53.950024 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:53.954201 --- ParallelTerminationStrategy: PID 116 died...
22:49:53.955871 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:53.959988 --- ParallelTerminationStrategy: PID 117 died...
22:49:53.961669 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:53.965773 --- ParallelTerminationStrategy: PID 118 died...
22:49:53.967416 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:53.971412 --- ParallelTerminationStrategy: PID 119 died...
22:49:53.973036 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:53.977033 --- ParallelTerminationStrategy: PID 120 died...
22:49:53.978634 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:53.982537 --- ParallelTerminationStrategy: PID 121 died...
22:49:53.984117 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:53.988036 --- ParallelTerminationStrategy: PID 122 died...
22:49:53.989717 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:53.993743 --- ParallelTerminationStrategy: PID 123 died...
22:49:53.995375 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:53.999391 --- ParallelTerminationStrategy: PID 124 died...
22:49:54.001016 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:54.004970 --- ParallelTerminationStrategy: PID 125 died...
22:49:54.006594 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:54.010623 --- ParallelTerminationStrategy: PID 126 died...
22:49:54.012281 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:54.016330 --- ParallelTerminationStrategy: PID 127 died...
22:49:54.017950 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:54.021872 --- ParallelTerminationStrategy: PID 128 died...
22:49:54.023443 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:54.027352 --- ParallelTerminationStrategy: PID 129 died...
22:49:54.028903 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:54.032720 --- ParallelTerminationStrategy: PID 130 died...
22:49:54.034286 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:54.038149 --- ParallelTerminationStrategy: PID 131 died...
22:49:54.039693 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:54.043570 --- ParallelTerminationStrategy: PID 132 died...
22:49:54.045175 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:54.049261 --- ParallelTerminationStrategy: PID 133 died...
22:49:54.050896 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:54.054888 --- ParallelTerminationStrategy: PID 134 died...
22:49:54.056526 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:54.060528 --- ParallelTerminationStrategy: PID 135 died...
22:49:54.062200 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:54.066239 --- ParallelTerminationStrategy: PID 136 died...
22:49:54.067858 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:54.071899 --- ParallelTerminationStrategy: PID 137 died...
22:49:54.073524 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:54.077610 --- ParallelTerminationStrategy: PID 138 died...
22:49:54.079285 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:54.083543 --- ParallelTerminationStrategy: PID 139 died...
22:49:54.085272 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:54.089436 --- ParallelTerminationStrategy: PID 140 died...
22:49:54.091089 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:54.095068 --- ParallelTerminationStrategy: PID 141 died...
22:49:54.096650 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:54.100534 --- ParallelTerminationStrategy: PID 142 died...
22:49:54.102079 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:54.105930 --- ParallelTerminationStrategy: PID 143 died...
22:49:54.107477 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:54.111326 --- ParallelTerminationStrategy: PID 144 died...
22:49:54.112912 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:54.116834 --- ParallelTerminationStrategy: PID 145 died...
22:49:54.118412 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:54.122395 --- ParallelTerminationStrategy: PID 146 died...
22:49:54.124062 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:54.128175 --- ParallelTerminationStrategy: PID 147 died...
22:49:54.129834 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:54.134059 --- ParallelTerminationStrategy: PID 148 died...
22:49:54.135749 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:54.139952 --- ParallelTerminationStrategy: PID 149 died...
22:49:54.141655 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:54.145859 --- ParallelTerminationStrategy: PID 150 died...
22:49:54.147561 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:54.151796 --- ParallelTerminationStrategy: PID 151 died...
22:49:54.153563 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:54.157905 --- ParallelTerminationStrategy: PID 152 died...
22:49:54.159661 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:54.164110 --- ParallelTerminationStrategy: PID 153 died...
22:49:54.165866 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:54.170531 --- ParallelTerminationStrategy: PID 154 died...
22:49:54.172236 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:54.176420 --- ParallelTerminationStrategy: PID 155 died...
22:49:54.178526 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:54.182503 --- ParallelTerminationStrategy: PID 156 died...
22:49:54.184079 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:54.188014 --- ParallelTerminationStrategy: PID 157 died...
22:49:54.189568 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:54.193386 --- ParallelTerminationStrategy: PID 158 died...
22:49:54.194925 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:54.198749 --- ParallelTerminationStrategy: PID 159 died...
22:49:54.200293 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:54.204122 --- ParallelTerminationStrategy: PID 160 died...
22:49:54.205709 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:54.209538 --- ParallelTerminationStrategy: PID 161 died...
22:49:54.211075 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:54.214901 --- ParallelTerminationStrategy: PID 162 died...
22:49:54.216439 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:54.220283 --- ParallelTerminationStrategy: PID 163 died...
22:49:54.221830 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:54.225686 --- ParallelTerminationStrategy: PID 164 died...
22:49:54.227233 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:54.231065 --- ParallelTerminationStrategy: PID 165 died...
22:49:54.232611 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:54.236446 --- ParallelTerminationStrategy: PID 166 died...
22:49:54.238020 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:54.241837 --- ParallelTerminationStrategy: PID 167 died...
22:49:54.243384 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:54.247196 --- ParallelTerminationStrategy: PID 168 died...
22:49:54.248760 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:54.252599 --- ParallelTerminationStrategy: PID 169 died...
22:49:54.254145 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:54.257988 --- ParallelTerminationStrategy: PID 170 died...
22:49:54.259574 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:54.263569 --- ParallelTerminationStrategy: PID 171 died...
22:49:54.265224 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:54.269363 --- ParallelTerminationStrategy: PID 172 died...
22:49:54.271055 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:54.275334 --- ParallelTerminationStrategy: PID 173 died...
22:49:54.277115 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:54.281657 --- ParallelTerminationStrategy: PID 174 died...
22:49:54.283490 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:54.288164 --- ParallelTerminationStrategy: PID 175 died...
22:49:54.290054 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:54.294723 --- ParallelTerminationStrategy: PID 176 died...
22:49:54.296558 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:54.301104 --- ParallelTerminationStrategy: PID 177 died...
22:49:54.302890 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:54.307306 --- ParallelTerminationStrategy: PID 178 died...
22:49:54.309059 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:54.313412 --- ParallelTerminationStrategy: PID 179 died...
22:49:54.315147 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:54.319493 --- ParallelTerminationStrategy: PID 180 died...
22:49:54.321240 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:54.325527 --- ParallelTerminationStrategy: PID 181 died...
22:49:54.327256 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:54.331617 --- ParallelTerminationStrategy: PID 182 died...
22:49:54.333403 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:54.337821 --- ParallelTerminationStrategy: PID 183 died...
22:49:54.339632 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:54.344045 --- ParallelTerminationStrategy: PID 184 died...
22:49:54.345861 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:54.350272 --- ParallelTerminationStrategy: PID 185 died...
22:49:54.352046 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:54.356463 --- ParallelTerminationStrategy: PID 186 died...
22:49:54.358245 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:54.362666 --- ParallelTerminationStrategy: PID 187 died...
22:49:54.364424 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:54.368761 --- ParallelTerminationStrategy: PID 188 died...
22:49:54.370489 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:54.374696 --- ParallelTerminationStrategy: PID 189 died...
22:49:54.376371 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:54.380436 --- ParallelTerminationStrategy: PID 190 died...
22:49:54.382049 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:54.386025 --- ParallelTerminationStrategy: PID 191 died...
22:49:54.387600 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:54.391411 --- ParallelTerminationStrategy: PID 192 died...
22:49:54.392962 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:54.396771 --- ParallelTerminationStrategy: PID 193 died...
22:49:54.398308 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:54.402123 --- ParallelTerminationStrategy: PID 194 died...
22:49:54.403666 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:54.407448 --- ParallelTerminationStrategy: PID 195 died...
22:49:54.408983 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:54.412736 --- ParallelTerminationStrategy: PID 196 died...
22:49:54.414286 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:54.418140 --- ParallelTerminationStrategy: PID 197 died...
22:49:54.419708 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:54.423690 --- ParallelTerminationStrategy: PID 198 died...
22:49:54.425305 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:54.429385 --- ParallelTerminationStrategy: PID 199 died...
22:49:54.431006 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:54.435061 --- ParallelTerminationStrategy: PID 200 died...
22:49:54.436689 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:54.440765 --- ParallelTerminationStrategy: PID 201 died...
22:49:54.442429 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:54.446604 --- ParallelTerminationStrategy: PID 202 died...
22:49:54.448306 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:54.452557 --- ParallelTerminationStrategy: PID 203 died...
22:49:54.454255 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:54.458526 --- ParallelTerminationStrategy: PID 204 died...
22:49:54.460269 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:54.464564 --- ParallelTerminationStrategy: PID 205 died...
22:49:54.466307 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:54.470771 --- ParallelTerminationStrategy: PID 206 died...
22:49:54.472557 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:54.477112 --- ParallelTerminationStrategy: PID 207 died...
22:49:54.478966 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:54.483509 --- ParallelTerminationStrategy: PID 208 died...
22:49:54.485297 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:54.489708 --- ParallelTerminationStrategy: PID 209 died...
22:49:54.491484 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:54.495927 --- ParallelTerminationStrategy: PID 210 died...
22:49:54.497719 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:54.502145 --- ParallelTerminationStrategy: PID 211 died...
22:49:54.503925 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:54.508334 --- ParallelTerminationStrategy: PID 212 died...
22:49:54.510117 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:54.514480 --- ParallelTerminationStrategy: PID 213 died...
22:49:54.516218 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:54.520539 --- ParallelTerminationStrategy: PID 214 died...
22:49:54.522270 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:54.526598 --- ParallelTerminationStrategy: PID 215 died...
22:49:54.528326 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:54.532643 --- ParallelTerminationStrategy: PID 216 died...
22:49:54.534380 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:54.538684 --- ParallelTerminationStrategy: PID 217 died...
22:49:54.540445 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:54.544769 --- ParallelTerminationStrategy: PID 218 died...
22:49:54.546470 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:54.550587 --- ParallelTerminationStrategy: PID 219 died...
22:49:54.552217 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:54.556201 --- ParallelTerminationStrategy: PID 220 died...
22:49:54.557805 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:54.561745 --- ParallelTerminationStrategy: PID 221 died...
22:49:54.563347 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:54.567378 --- ParallelTerminationStrategy: PID 222 died...
22:49:54.568956 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:54.572863 --- ParallelTerminationStrategy: PID 223 died...
22:49:54.574440 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:54.578454 --- ParallelTerminationStrategy: PID 224 died...
22:49:54.580099 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:54.584130 --- ParallelTerminationStrategy: PID 225 died...
22:49:54.585816 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:54.589845 --- ParallelTerminationStrategy: PID 226 died...
22:49:54.591469 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:54.595540 --- ParallelTerminationStrategy: PID 227 died...
22:49:54.597197 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:54.601320 --- ParallelTerminationStrategy: PID 228 died...
22:49:54.603027 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:54.607161 --- ParallelTerminationStrategy: PID 229 died...
22:49:54.608784 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:54.612772 --- ParallelTerminationStrategy: PID 230 died...
22:49:54.614354 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:54.618269 --- ParallelTerminationStrategy: PID 231 died...
22:49:54.619810 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:54.623681 --- ParallelTerminationStrategy: PID 232 died...
22:49:54.625283 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:54.629115 --- ParallelTerminationStrategy: PID 233 died...
22:49:54.630661 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:54.634515 --- ParallelTerminationStrategy: PID 234 died...
22:49:54.636102 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:58.039879 --- ParallelTerminationStrategy: PID 34 died...
22:49:58.043900 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8117 netreg_mass PASS
---------------------------------------------------------------------
22:49:58.167015 tst trial-8117: Storing JUnit report in /build/trial-8117/run.2025-10-12_22-48-19/trial-8117.xml
--------------------------------------------------------------------------------------------
trial-8117 PASS
--------------------------------------------------------------------------------------------
22:49:58.180402 tst trial-8117: trial-8117: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (92.1 sec)
+ exit_code=0
+ rm -rf trial-8117/inst
+ cd trial-8117
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-12 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8117-run.tgz run.2025-10-12_22-48-19
+ tar czf /build/trial-8117-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-12_13_28_56.tgz osmo-bts-oc2g.build-2025-10-12_00_51_38.tgz osmo-bts-sysmo.build-2025-10-12_00_51_39.tgz osmo-bts.build-2025-10-12_00_51_46.tgz osmo-ggsn.build-2025-10-12_20_42_29.tgz osmo-hlr.build-2025-10-12_16_36_49.tgz osmo-hnbgw.build-2025-10-12_13_28_31.tgz osmo-mgw.build-2025-10-12_08_33_19.tgz osmo-msc.build-2025-10-12_13_34_12.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-12_07_34_07.tgz osmo-pcu-sysmo.build-2025-10-12_07_36_15.tgz osmo-pcu.build-2025-10-12_07_36_22.tgz osmo-sgsn.build-2025-10-12_20_48_40.tgz osmo-stp.build-2025-10-12_13_25_27.tgz osmo-trx.build-2025-10-12_14_26_55.tgz osmocom-bb.build-2025-10-12_21_17_16.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