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.3s
#7 [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
#7 CACHED
#8 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#8 CACHED
#9 [ 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
#9 CACHED
#10 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#10 CACHED
#11 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#11 CACHED
#12 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#12 CACHED
#13 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#13 CACHED
#14 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#14 CACHED
#15 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#15 CACHED
#16 [ 9/28] COPY SSH /root/.ssh
#16 CACHED
#17 [ 8/28] RUN MKDIR /var/run/sshd
#17 CACHED
#18 [ 3/28] RUN groupadd osmo-gsm-tester
#18 CACHED
#19 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#19 CACHED
#20 [ 2/28] RUN useradd -ms /bin/bash jenkins
#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 [23/28] RUN CD osmo-gsm-tester && git fetch && git checkout master && (git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#23 CACHED
#24 [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
#24 CACHED
#25 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#25 CACHED
#26 [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
#26 CACHED
#27 [20/28] WORKDIR /TMP
#27 CACHED
#28 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#28 CACHED
#29 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#29 CACHED
#30 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#30 CACHED
#31 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#31 CACHED
#32 [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
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:97e95cf9fc0debb215e3d347e54995858422369c163fbf0ddfcbf65abf8449ac 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=8113 -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-08 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8113
+ mkdir -p trial-8113
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-08_14_24_17.tgz osmo-bts-oc2g.build-2025-10-08_14_22_19.tgz osmo-bts-sysmo.build-2025-10-08_14_22_14.tgz osmo-bts.build-2025-10-08_14_22_21.tgz osmo-ggsn.build-2025-10-08_20_42_27.tgz osmo-hlr.build-2025-10-08_16_36_53.tgz osmo-hnbgw.build-2025-10-08_13_30_14.tgz osmo-mgw.build-2025-10-08_14_20_32.tgz osmo-msc.build-2025-10-08_14_27_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-08_07_34_01.tgz osmo-pcu-sysmo.build-2025-10-08_07_36_07.tgz osmo-pcu.build-2025-10-08_07_36_14.tgz osmo-sgsn.build-2025-10-08_20_48_26.tgz osmo-stp.build-2025-10-08_13_25_18.tgz osmo-trx.build-2025-10-08_14_26_05.tgz osmocom-bb.build-2025-10-08_21_17_23.tgz srslte.build-19.tgz trial-8113
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-08_14_24_17.md5 osmo-bts-oc2g.build-2025-10-08_14_22_19.md5 osmo-bts-sysmo.build-2025-10-08_14_22_14.md5 osmo-bts.build-2025-10-08_14_22_21.md5 osmo-ggsn.build-2025-10-08_20_42_27.md5 osmo-hlr.build-2025-10-08_16_36_53.md5 osmo-hnbgw.build-2025-10-08_13_30_14.md5 osmo-mgw.build-2025-10-08_14_20_32.md5 osmo-msc.build-2025-10-08_14_27_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-08_07_34_01.md5 osmo-pcu-sysmo.build-2025-10-08_07_36_07.md5 osmo-pcu.build-2025-10-08_07_36_14.md5 osmo-sgsn.build-2025-10-08_20_48_26.md5 osmo-stp.build-2025-10-08_13_25_18.md5 osmo-trx.build-2025-10-08_14_26_05.md5 osmocom-bb.build-2025-10-08_21_17_23.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-08_14_24_17.md5 osmo-bts-oc2g.build-2025-10-08_14_22_19.md5 osmo-bts-sysmo.build-2025-10-08_14_22_14.md5 osmo-bts.build-2025-10-08_14_22_21.md5 osmo-ggsn.build-2025-10-08_20_42_27.md5 osmo-hlr.build-2025-10-08_16_36_53.md5 osmo-hnbgw.build-2025-10-08_13_30_14.md5 osmo-mgw.build-2025-10-08_14_20_32.md5 osmo-msc.build-2025-10-08_14_27_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-08_07_34_01.md5 osmo-pcu-sysmo.build-2025-10-08_07_36_07.md5 osmo-pcu.build-2025-10-08_07_36_14.md5 osmo-sgsn.build-2025-10-08_20_48_26.md5 osmo-stp.build-2025-10-08_13_25_18.md5 osmo-trx.build-2025-10-08_14_26_05.md5 osmocom-bb.build-2025-10-08_21_17_23.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-8113 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8113'
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-8113
--------------------------------------------------------------------------------------------
22:48:19.245122 tst trial-8113: Detailed log at /build/trial-8113/run.2025-10-08_22-48-19/log
---------------------------------------------------------------------
trial-8113 netreg_mass
---------------------------------------------------------------------
22:48:19.468248 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.468620 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.469453 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.470663 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.512458 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.513365 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.514568 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.613489 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-8113 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.614333 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.631080 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.631694 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.632186 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.632643 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.633094 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.633564 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.634013 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.683182 tst register_default_mass.py: using LAC 2
22:48:19.727582 tst register_default_mass.py: using RAC 2
22:48:19.772598 tst register_default_mass.py: using CellId 2
22:48:19.808323 tst register_default_mass.py: using BVCI 3
22:48:19.815615 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.816346 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.817009 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.817680 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.818335 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.818944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.819551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.820163 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.820759 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.821333 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.821851 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.822370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.822893 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.823430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.823950 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.824463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.824994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.825520 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.826112 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.826625 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.827145 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.827670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.828187 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.828747 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.829269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.829796 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.830318 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.830827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.831332 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.831865 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.832373 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.832896 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.833423 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.833944 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.834479 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.834994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.835500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.836014 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.836544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.837060 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.837564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.838094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.838603 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.839114 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.839626 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.840126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.840620 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.841152 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.841656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.842157 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.842675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.843181 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.843676 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.844180 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.844716 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.845224 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.845724 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.846239 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.846740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.847228 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.847712 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.848227 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.848755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.849276 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.849783 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.850288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.850794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.851321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.851834 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.852349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.852868 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.853381 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.853999 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.854519 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.855024 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.855534 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.856039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.856540 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.857064 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.857561 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.858056 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.858545 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.859052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.859557 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.860049 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.860551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.861130 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.861624 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.862119 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.862628 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.863128 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.863623 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.864144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.864656 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.865172 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.865672 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.866169 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.866693 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.867200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.867696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.868205 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.868776 tst register_default_mass.py:21: Launching a simple network
22:48:19.879034 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.007498 run create_hlr_db(pid=20): Launched
22:48:21.018181 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.038720 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.054532 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.060578 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.258485 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.275468 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.281808 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.728096 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.744114 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.765738 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.884265 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.899506 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.905489 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.929696 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.944826 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.950717 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.268345 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.284129 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.310835 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.464596 run osmo-bts-virtual(pid=34): Launched
22:48:32.517433 tst register_default_mass.py: using MSISDN 1001
22:48:32.536986 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.619045 tst register_default_mass.py: using MSISDN 1002
22:48:32.634719 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.706451 tst register_default_mass.py: using MSISDN 1003
22:48:32.718873 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.794786 tst register_default_mass.py: using MSISDN 1004
22:48:32.813741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.891145 tst register_default_mass.py: using MSISDN 1005
22:48:32.896886 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.975606 tst register_default_mass.py: using MSISDN 1006
22:48:32.981428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:33.053784 tst register_default_mass.py: using MSISDN 1007
22:48:33.059820 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:33.142252 tst register_default_mass.py: using MSISDN 1008
22:48:33.149208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:33.216193 tst register_default_mass.py: using MSISDN 1009
22:48:33.225715 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.302029 tst register_default_mass.py: using MSISDN 1010
22:48:33.318044 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.394856 tst register_default_mass.py: using MSISDN 1011
22:48:33.401670 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.464662 tst register_default_mass.py: using MSISDN 1012
22:48:33.481707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.557063 tst register_default_mass.py: using MSISDN 1013
22:48:33.562989 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.643798 tst register_default_mass.py: using MSISDN 1014
22:48:33.653939 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.732749 tst register_default_mass.py: using MSISDN 1015
22:48:33.742430 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.826247 tst register_default_mass.py: using MSISDN 1016
22:48:33.843279 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.924519 tst register_default_mass.py: using MSISDN 1017
22:48:33.931735 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.171480 tst register_default_mass.py: using MSISDN 1018
22:48:34.182733 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:34.267042 tst register_default_mass.py: using MSISDN 1019
22:48:34.283884 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.361559 tst register_default_mass.py: using MSISDN 1020
22:48:34.371453 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.448023 tst register_default_mass.py: using MSISDN 1021
22:48:34.455849 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.530292 tst register_default_mass.py: using MSISDN 1022
22:48:34.539776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.622457 tst register_default_mass.py: using MSISDN 1023
22:48:34.642863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.702431 tst register_default_mass.py: using MSISDN 1024
22:48:34.726250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.799170 tst register_default_mass.py: using MSISDN 1025
22:48:34.806101 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.869180 tst register_default_mass.py: using MSISDN 1026
22:48:34.875052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.958989 tst register_default_mass.py: using MSISDN 1027
22:48:34.969073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.038449 tst register_default_mass.py: using MSISDN 1028
22:48:35.059762 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.136505 tst register_default_mass.py: using MSISDN 1029
22:48:35.163345 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.237157 tst register_default_mass.py: using MSISDN 1030
22:48:35.257394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.325149 tst register_default_mass.py: using MSISDN 1031
22:48:35.332104 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.404790 tst register_default_mass.py: using MSISDN 1032
22:48:35.415270 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.485654 tst register_default_mass.py: using MSISDN 1033
22:48:35.500880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.564531 tst register_default_mass.py: using MSISDN 1034
22:48:35.585265 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.659758 tst register_default_mass.py: using MSISDN 1035
22:48:35.666231 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.738186 tst register_default_mass.py: using MSISDN 1036
22:48:35.744286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.847541 tst register_default_mass.py: using MSISDN 1037
22:48:35.853979 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.922246 tst register_default_mass.py: using MSISDN 1038
22:48:35.937983 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.014254 tst register_default_mass.py: using MSISDN 1039
22:48:36.030401 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.105147 tst register_default_mass.py: using MSISDN 1040
22:48:36.126218 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.206240 tst register_default_mass.py: using MSISDN 1041
22:48:36.224349 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.298846 tst register_default_mass.py: using MSISDN 1042
22:48:36.308348 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.377758 tst register_default_mass.py: using MSISDN 1043
22:48:36.383771 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.455312 tst register_default_mass.py: using MSISDN 1044
22:48:36.476577 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.546894 tst register_default_mass.py: using MSISDN 1045
22:48:36.556554 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.622748 tst register_default_mass.py: using MSISDN 1046
22:48:36.633172 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.696942 tst register_default_mass.py: using MSISDN 1047
22:48:36.722045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.793404 tst register_default_mass.py: using MSISDN 1048
22:48:36.807564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.870649 tst register_default_mass.py: using MSISDN 1049
22:48:36.876730 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.950490 tst register_default_mass.py: using MSISDN 1050
22:48:36.970250 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.047815 tst register_default_mass.py: using MSISDN 1051
22:48:37.069085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.150694 tst register_default_mass.py: using MSISDN 1052
22:48:37.172621 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.257148 tst register_default_mass.py: using MSISDN 1053
22:48:37.278635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.362102 tst register_default_mass.py: using MSISDN 1054
22:48:37.372468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.442870 tst register_default_mass.py: using MSISDN 1055
22:48:37.464208 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.546350 tst register_default_mass.py: using MSISDN 1056
22:48:37.552195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.633352 tst register_default_mass.py: using MSISDN 1057
22:48:37.654052 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.724365 tst register_default_mass.py: using MSISDN 1058
22:48:37.742827 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.817205 tst register_default_mass.py: using MSISDN 1059
22:48:37.835702 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.919663 tst register_default_mass.py: using MSISDN 1060
22:48:37.935567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.017250 tst register_default_mass.py: using MSISDN 1061
22:48:38.024034 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.094787 tst register_default_mass.py: using MSISDN 1062
22:48:38.105561 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.239219 tst register_default_mass.py: using MSISDN 1063
22:48:38.249741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.330400 tst register_default_mass.py: using MSISDN 1064
22:48:38.336425 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.406675 tst register_default_mass.py: using MSISDN 1065
22:48:38.417252 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.498149 tst register_default_mass.py: using MSISDN 1066
22:48:38.516338 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.597122 tst register_default_mass.py: using MSISDN 1067
22:48:38.614741 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.707213 tst register_default_mass.py: using MSISDN 1068
22:48:38.713136 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.784174 tst register_default_mass.py: using MSISDN 1069
22:48:38.790257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.886453 tst register_default_mass.py: using MSISDN 1070
22:48:38.896560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.972329 tst register_default_mass.py: using MSISDN 1071
22:48:38.994055 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.072478 tst register_default_mass.py: using MSISDN 1072
22:48:39.078537 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.161104 tst register_default_mass.py: using MSISDN 1073
22:48:39.167257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.251140 tst register_default_mass.py: using MSISDN 1074
22:48:39.257087 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.340242 tst register_default_mass.py: using MSISDN 1075
22:48:39.346018 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.392797 tst register_default_mass.py: using MSISDN 1076
22:48:42.407492 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.489392 tst register_default_mass.py: using MSISDN 1077
22:48:42.509992 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.598440 tst register_default_mass.py: using MSISDN 1078
22:48:42.606573 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:42.674337 tst register_default_mass.py: using MSISDN 1079
22:48:42.696864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:42.771752 tst register_default_mass.py: using MSISDN 1080
22:48:42.780907 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:42.851137 tst register_default_mass.py: using MSISDN 1081
22:48:42.860864 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:42.928800 tst register_default_mass.py: using MSISDN 1082
22:48:42.940392 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.025361 tst register_default_mass.py: using MSISDN 1083
22:48:43.034636 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.102208 tst register_default_mass.py: using MSISDN 1084
22:48:43.123647 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.198775 tst register_default_mass.py: using MSISDN 1085
22:48:43.211450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.290713 tst register_default_mass.py: using MSISDN 1086
22:48:43.299540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.372755 tst register_default_mass.py: using MSISDN 1087
22:48:43.382564 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.450090 tst register_default_mass.py: using MSISDN 1088
22:48:43.467901 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.534915 tst register_default_mass.py: using MSISDN 1089
22:48:43.551097 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.673869 tst register_default_mass.py: using MSISDN 1090
22:48:43.679574 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:43.748903 tst register_default_mass.py: using MSISDN 1091
22:48:43.756506 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:43.832498 tst register_default_mass.py: using MSISDN 1092
22:48:43.853130 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:43.934841 tst register_default_mass.py: using MSISDN 1093
22:48:43.945142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.023200 tst register_default_mass.py: using MSISDN 1094
22:48:44.038415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.120665 tst register_default_mass.py: using MSISDN 1095
22:48:44.143644 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.239887 tst register_default_mass.py: using MSISDN 1096
22:48:44.262061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.343488 tst register_default_mass.py: using MSISDN 1097
22:48:44.364803 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.457186 tst register_default_mass.py: using MSISDN 1098
22:48:44.467635 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.536448 tst register_default_mass.py: using MSISDN 1099
22:48:44.549602 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.629998 tst register_default_mass.py: using MSISDN 1100
22:48:44.648276 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.766844 run mass: Starting testcase
22:48:44.772901 run mass: Pre-launching all virtphy's
22:48:44.778642 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.792261 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.798756 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.812108 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.818357 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.831873 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.838277 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.851822 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.858310 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.872094 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.878335 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.892206 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.898578 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.912413 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.918812 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:44.932461 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:44.938736 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:44.952525 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:44.958849 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:44.972473 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:44.978851 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:44.992698 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:44.999325 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.013299 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.019742 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.033583 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.039986 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.053739 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.060363 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.074300 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.080747 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.094642 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.101087 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.115028 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.121482 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.135207 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.141551 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.155265 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.161617 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.175367 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.181648 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.195425 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.201877 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.215633 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.222013 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.235719 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.242075 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.255841 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.262112 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.275546 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.281935 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.295798 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.302225 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.315895 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.322156 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.335779 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.341848 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.354860 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.360966 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.374173 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.380369 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.394085 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.400482 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.414282 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.420666 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.434244 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.440439 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.453902 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.460145 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.473794 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.479922 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.493456 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.499660 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.513037 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.519260 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.532337 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.538463 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.552075 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.558338 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.571857 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.578211 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.591926 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.598301 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.612049 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.618480 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.632355 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.638741 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.652572 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.659012 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.672866 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.679274 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.693749 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.701099 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.716705 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.723050 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.736284 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.742485 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.755528 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.798235 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.815763 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.821854 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.834696 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.840840 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.853902 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.859906 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.872983 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.879049 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.891843 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.898088 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.911102 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.917364 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.930363 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.936493 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.949465 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.955407 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:45.968325 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:45.974400 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:45.987485 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:45.993957 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.007852 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.014220 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.027919 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.034328 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.048143 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.054501 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.068222 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.074638 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.088717 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.095056 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.109044 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.115370 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.129022 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.135399 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.149051 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.155438 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.168908 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.175080 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.188832 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.195092 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.208456 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.214823 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.228464 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.234888 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.248636 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.254919 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.268203 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.274510 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.288251 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.294496 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.308039 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.314279 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.327937 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.334425 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.348464 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.354947 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.368573 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.374990 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.388754 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.395126 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.408736 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.415122 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.428969 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.435503 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.449530 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.455939 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.469751 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.476440 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.490765 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.502616 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.530491 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.542818 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.569358 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.581813 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.608571 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.621108 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.648989 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.661477 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.677205 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.685532 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.700202 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.707102 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.721479 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.729381 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.743388 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.749861 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.763791 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.770630 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.784336 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.790921 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.805007 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.812979 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.827030 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.833427 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.847356 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.853724 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.869125 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.876657 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.892338 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.898908 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.912781 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.919142 run mass: Checking if sockets are in the filesystem
22:48:46.931849 run osmo-ms-mob/00000: Starting mobile
22:48:46.945692 run osmo-ms-mob/00000(pid=135): Launched
22:48:46.965658 run mass: MS start registered {at=23194632.668992918, delay=0.013613931834697723, ms=00000}
22:48:51.143939 run osmo-ms-mob/00001: Starting mobile
22:48:51.157723 run osmo-ms-mob/00001(pid=136): Launched
22:48:51.169095 run mass: MS start registered {at=23194636.8724423, delay=0.004847574979066849, ms=00001}
22:48:51.825858 run mass: MS performed LU {at=23194637.529093917, lu_delay=4.8601009994745255, ms=00000}
22:48:52.931763 run osmo-ms-mob/00002: Starting mobile
22:48:52.946032 run osmo-ms-mob/00002(pid=137): Launched
22:48:52.957928 run mass: MS start registered {at=23194638.661232308, delay=0.005680680274963379, ms=00002}
22:48:54.246631 run osmo-ms-mob/00003: Starting mobile
22:48:54.260650 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.271486 run mass: MS start registered {at=23194639.974834222, delay=0.004644867032766342, ms=00003}
22:48:55.344948 run osmo-ms-mob/00004: Starting mobile
22:48:55.358489 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.369468 run mass: MS start registered {at=23194641.072819326, delay=0.004770971834659576, ms=00004}
22:48:56.339540 run osmo-ms-mob/00005: Starting mobile
22:48:56.353411 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.364476 run mass: MS start registered {at=23194642.067824107, delay=0.0048698075115680695, ms=00005}
22:48:57.235865 run osmo-ms-mob/00006: Starting mobile
22:48:57.249908 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.261553 run mass: MS start registered {at=23194642.964900047, delay=0.004988890141248703, ms=00006}
22:48:57.474610 run mass: MS performed LU {at=23194643.177838515, lu_delay=6.305396214127541, ms=00001}
22:48:57.963345 run mass: MS performed LU {at=23194643.666642062, lu_delay=5.005409754812717, ms=00002}
22:48:58.131184 run osmo-ms-mob/00007: Starting mobile
22:48:58.145028 run osmo-ms-mob/00007(pid=142): Launched
22:48:58.156085 run mass: MS start registered {at=23194643.85943448, delay=0.004974178969860077, ms=00007}
22:48:58.950024 run osmo-ms-mob/00008: Starting mobile
22:48:58.964221 run osmo-ms-mob/00008(pid=143): Launched
22:48:58.975359 run mass: MS start registered {at=23194644.678708464, delay=0.004956427961587906, ms=00008}
22:48:59.402575 run mass: MS performed LU {at=23194645.10590433, lu_delay=5.131070107221603, ms=00003}
22:48:59.635169 run osmo-ms-mob/00009: Starting mobile
22:48:59.650475 run osmo-ms-mob/00009(pid=144): Launched
22:48:59.661474 run mass: MS start registered {at=23194645.364828654, delay=0.004754945635795593, ms=00009}
22:49:00.345861 run osmo-ms-mob/00010: Starting mobile
22:49:00.359639 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.370553 run mass: MS start registered {at=23194646.073905963, delay=0.00460255891084671, ms=00010}
22:49:00.931402 run osmo-ms-mob/00011: Starting mobile
22:49:00.945015 run osmo-ms-mob/00011(pid=146): Launched
22:49:00.956247 run mass: MS start registered {at=23194646.65959049, delay=0.004934526979923248, ms=00011}
22:49:01.239995 run mass: MS performed LU {at=23194646.94324344, lu_delay=4.875419333577156, ms=00005}
22:49:01.258001 run mass: MS performed LU {at=23194646.96132696, lu_delay=5.888507634401321, ms=00004}
22:49:01.547976 run osmo-ms-mob/00012: Starting mobile
22:49:01.562262 run osmo-ms-mob/00012(pid=147): Launched
22:49:01.573442 run mass: MS start registered {at=23194647.276792996, delay=0.004919577389955521, ms=00012}
22:49:02.147852 run osmo-ms-mob/00013: Starting mobile
22:49:02.162531 run osmo-ms-mob/00013(pid=148): Launched
22:49:02.173406 run mass: MS start registered {at=23194647.87675573, delay=0.004584021866321564, ms=00013}
22:49:02.740395 run osmo-ms-mob/00014: Starting mobile
22:49:02.754621 run osmo-ms-mob/00014(pid=149): Launched
22:49:02.766117 run mass: MS start registered {at=23194648.46945754, delay=0.005345646291971207, ms=00014}
22:49:03.169551 run mass: MS performed LU {at=23194648.872796062, lu_delay=5.907896015793085, ms=00006}
22:49:03.186713 run mass: MS performed LU {at=23194648.89005957, lu_delay=5.030625090003014, ms=00007}
22:49:03.198287 run osmo-ms-mob/00015: Starting mobile
22:49:03.211642 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.222793 run mass: MS start registered {at=23194648.926145744, delay=0.004753343760967255, ms=00015}
22:49:03.850140 run osmo-ms-mob/00016: Starting mobile
22:49:03.864362 run osmo-ms-mob/00016(pid=151): Launched
22:49:03.876145 run mass: MS start registered {at=23194649.579484764, delay=0.005468312650918961, ms=00016}
22:49:04.345085 run osmo-ms-mob/00017: Starting mobile
22:49:04.359472 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.371176 run mass: MS start registered {at=23194650.07452674, delay=0.005002468824386597, ms=00017}
22:49:04.943130 run osmo-ms-mob/00018: Starting mobile
22:49:04.956985 run osmo-ms-mob/00018(pid=153): Launched
22:49:04.968137 run mass: MS start registered {at=23194650.67148545, delay=0.004551079124212265, ms=00018}
22:49:05.005706 run mass: MS performed LU {at=23194650.70896681, lu_delay=6.030258346349001, ms=00008}
22:49:05.023424 run mass: MS performed LU {at=23194650.726770855, lu_delay=5.3619422018527985, ms=00009}
22:49:05.331124 run osmo-ms-mob/00019: Starting mobile
22:49:05.344821 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.355776 run mass: MS start registered {at=23194651.059129342, delay=0.005001690238714218, ms=00019}
22:49:05.374178 run mass: MS performed LU {at=23194651.077474803, lu_delay=5.003568839281797, ms=00010}
22:49:05.831127 run osmo-ms-mob/00020: Starting mobile
22:49:05.844576 run osmo-ms-mob/00020(pid=155): Launched
22:49:05.856498 run mass: MS start registered {at=23194651.55983755, delay=0.005490727722644806, ms=00020}
22:49:06.331733 run osmo-ms-mob/00021: Starting mobile
22:49:06.347684 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.359353 run mass: MS start registered {at=23194652.062703345, delay=0.005085639655590057, ms=00021}
22:49:06.759927 run osmo-ms-mob/00022: Starting mobile
22:49:06.776301 run osmo-ms-mob/00022(pid=157): Launched
22:49:06.787579 run mass: MS start registered {at=23194652.490923192, delay=0.005181536078453064, ms=00022}
22:49:06.804651 run mass: MS performed LU {at=23194652.507988058, lu_delay=5.2311950623989105, ms=00012}
22:49:06.935903 run mass: MS performed LU {at=23194652.639158923, lu_delay=5.979568433016539, ms=00011}
22:49:06.961201 run mass: MS performed LU {at=23194652.66456111, lu_delay=4.7878053821623325, ms=00013}
22:49:07.243218 run osmo-ms-mob/00023: Starting mobile
22:49:07.257572 run osmo-ms-mob/00023(pid=158): Launched
22:49:07.269706 run mass: MS start registered {at=23194652.973044135, delay=0.005630340427160263, ms=00023}
22:49:07.630835 run osmo-ms-mob/00024: Starting mobile
22:49:07.644440 run osmo-ms-mob/00024(pid=159): Launched
22:49:07.655594 run mass: MS start registered {at=23194653.358945042, delay=0.004993423819541931, ms=00024}
22:49:08.151249 run osmo-ms-mob/00025: Starting mobile
22:49:08.166656 run osmo-ms-mob/00025(pid=160): Launched
22:49:08.177989 run mass: MS start registered {at=23194653.88133709, delay=0.0046676211059093475, ms=00025}
22:49:08.531981 run osmo-ms-mob/00026: Starting mobile
22:49:08.546767 run osmo-ms-mob/00026(pid=161): Launched
22:49:08.558697 run mass: MS start registered {at=23194654.262034945, delay=0.0053339675068855286, ms=00026}
22:49:08.771478 run mass: MS performed LU {at=23194654.47481103, lu_delay=5.548665285110474, ms=00015}
22:49:08.789774 run mass: MS performed LU {at=23194654.493105073, lu_delay=4.913620308041573, ms=00016}
22:49:08.801847 run osmo-ms-mob/00027: Starting mobile
22:49:08.815909 run osmo-ms-mob/00027(pid=162): Launched
22:49:08.827471 run mass: MS start registered {at=23194654.53081802, delay=0.00495438277721405, ms=00027}
22:49:08.905382 run mass: MS performed LU {at=23194654.608664658, lu_delay=6.139207117259502, ms=00014}
22:49:09.178039 run mass: MS performed LU {at=23194654.881301578, lu_delay=4.806774839758873, ms=00017}
22:49:09.340416 run osmo-ms-mob/00028: Starting mobile
22:49:09.357281 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.368848 run mass: MS start registered {at=23194655.0721783, delay=0.004988774657249451, ms=00028}
22:49:09.731584 run osmo-ms-mob/00029: Starting mobile
22:49:09.745053 run osmo-ms-mob/00029(pid=164): Launched
22:49:09.756078 run mass: MS start registered {at=23194655.459430713, delay=0.004827883094549179, ms=00029}
22:49:10.156185 run osmo-ms-mob/00030: Starting mobile
22:49:10.170812 run osmo-ms-mob/00030(pid=165): Launched
22:49:10.181692 run mass: MS start registered {at=23194655.885045063, delay=0.004610825330018997, ms=00030}
22:49:10.545232 run osmo-ms-mob/00031: Starting mobile
22:49:10.559690 run osmo-ms-mob/00031(pid=166): Launched
22:49:10.571397 run mass: MS performed LU {at=23194656.2747358, lu_delay=5.603250350803137, ms=00018}
22:49:10.578146 run mass: MS start registered {at=23194656.281511825, delay=0.011608228087425232, ms=00031}
22:49:10.700071 run mass: MS performed LU {at=23194656.403405774, lu_delay=5.3442764319479465, ms=00019}
22:49:10.726629 run osmo-ms-mob/00032: Starting mobile
22:49:10.740562 run osmo-ms-mob/00032(pid=167): Launched
22:49:10.746889 run mass: MS performed LU {at=23194656.450249318, lu_delay=4.890411768108606, ms=00020}
22:49:10.753110 run mass: MS start registered {at=23194656.4564753, delay=0.006245069205760956, ms=00032}
22:49:11.231467 run osmo-ms-mob/00033: Starting mobile
22:49:11.245937 run osmo-ms-mob/00033(pid=168): Launched
22:49:11.259270 run mass: MS start registered {at=23194656.962614402, delay=0.006696898490190506, ms=00033}
22:49:11.637759 run osmo-ms-mob/00034: Starting mobile
22:49:11.651631 run osmo-ms-mob/00034(pid=169): Launched
22:49:11.663474 run mass: MS start registered {at=23194657.36682132, delay=0.005477938801050186, ms=00034}
22:49:11.944082 run osmo-ms-mob/00035: Starting mobile
22:49:11.958025 run osmo-ms-mob/00035(pid=170): Launched
22:49:11.969602 run mass: MS start registered {at=23194657.67294798, delay=0.005417767912149429, ms=00035}
22:49:12.334264 run osmo-ms-mob/00036: Starting mobile
22:49:12.349154 run osmo-ms-mob/00036(pid=171): Launched
22:49:12.366699 run mass: MS start registered {at=23194658.070030745, delay=0.010001089423894882, ms=00036}
22:49:12.670490 run mass: MS performed LU {at=23194658.37382518, lu_delay=5.014880139380693, ms=00024}
22:49:12.682431 run osmo-ms-mob/00037: Starting mobile
22:49:12.696305 run osmo-ms-mob/00037(pid=172): Launched
22:49:12.707637 run mass: MS performed LU {at=23194658.410984065, lu_delay=5.920060873031616, ms=00022}
22:49:12.714047 run mass: MS start registered {at=23194658.417412996, delay=0.011043816804885864, ms=00037}
22:49:12.771757 run mass: MS performed LU {at=23194658.47507153, lu_delay=5.50202739611268, ms=00023}
22:49:12.783514 run osmo-ms-mob/00038: Starting mobile
22:49:12.797536 run osmo-ms-mob/00038(pid=173): Launched
22:49:12.803960 run mass: MS performed LU {at=23194658.507319815, lu_delay=6.444616470485926, ms=00021}
22:49:12.810257 run mass: MS start registered {at=23194658.51362298, delay=0.006321702152490616, ms=00038}
22:49:12.977148 run mass: MS performed LU {at=23194658.68039665, lu_delay=4.799059558659792, ms=00025}
22:49:13.002851 run osmo-ms-mob/00039: Starting mobile
22:49:13.017135 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.029120 run mass: MS start registered {at=23194658.732433952, delay=0.005516618490219116, ms=00039}
22:49:13.741832 run osmo-ms-mob/00040: Starting mobile
22:49:13.755533 run osmo-ms-mob/00040(pid=175): Launched
22:49:13.767448 run mass: MS start registered {at=23194659.47079608, delay=0.005261741578578949, ms=00040}
22:49:14.031718 run osmo-ms-mob/00041: Starting mobile
22:49:14.045201 run osmo-ms-mob/00041(pid=176): Launched
22:49:14.056663 run mass: MS start registered {at=23194659.759991053, delay=0.0052690766751766205, ms=00041}
22:49:14.350953 run osmo-ms-mob/00042: Starting mobile
22:49:14.364894 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.371049 run mass: MS performed LU {at=23194660.07440762, lu_delay=5.002229318022728, ms=00028}
22:49:14.377406 run mass: MS start registered {at=23194660.08077049, delay=0.006382554769515991, ms=00042}
22:49:14.467337 run mass: MS performed LU {at=23194660.170583438, lu_delay=5.90854849293828, ms=00026}
22:49:14.490240 run mass: MS performed LU {at=23194660.193600465, lu_delay=5.662782445549965, ms=00027}
22:49:14.501392 run osmo-ms-mob/00043: Starting mobile
22:49:14.514444 run osmo-ms-mob/00043(pid=178): Launched
22:49:14.525492 run mass: MS start registered {at=23194660.228843354, delay=0.004765063524246216, ms=00043}
22:49:14.629326 run mass: MS performed LU {at=23194660.332588907, lu_delay=4.873158194124699, ms=00029}
22:49:15.036613 run osmo-ms-mob/00044: Starting mobile
22:49:15.050241 run osmo-ms-mob/00044(pid=179): Launched
22:49:15.062320 run mass: MS start registered {at=23194660.765664198, delay=0.004904706031084061, ms=00044}
22:49:15.331823 run osmo-ms-mob/00045: Starting mobile
22:49:15.346771 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.357837 run mass: MS start registered {at=23194661.06118982, delay=0.004846539348363876, ms=00045}
22:49:15.642476 run osmo-ms-mob/00046: Starting mobile
22:49:15.656822 run osmo-ms-mob/00046(pid=181): Launched
22:49:15.668634 run mass: MS start registered {at=23194661.371979944, delay=0.0018320158123970032, ms=00046}
22:49:15.935704 run osmo-ms-mob/00047: Starting mobile
22:49:15.949566 run osmo-ms-mob/00047(pid=182): Launched
22:49:15.962525 run mass: MS start registered {at=23194661.665833056, delay=0.006331972777843475, ms=00047}
22:49:16.202619 run mass: MS performed LU {at=23194661.905842014, lu_delay=5.624330189079046, ms=00031}
22:49:16.236999 run osmo-ms-mob/00048: Starting mobile
22:49:16.251492 run osmo-ms-mob/00048(pid=183): Launched
22:49:16.258310 run mass: MS performed LU {at=23194661.961665962, lu_delay=5.505190663039684, ms=00032}
22:49:16.264584 run mass: MS start registered {at=23194661.967948414, delay=0.0063021220266819, ms=00048}
22:49:16.321405 run mass: MS performed LU {at=23194662.024739906, lu_delay=6.139694843441248, ms=00030}
22:49:16.333718 run osmo-ms-mob/00049: Starting mobile
22:49:16.347451 run osmo-ms-mob/00049(pid=184): Launched
22:49:16.358930 run mass: MS start registered {at=23194662.062273417, delay=0.005082570016384125, ms=00049}
22:49:16.491801 run mass: MS performed LU {at=23194662.195116702, lu_delay=5.2325023002922535, ms=00033}
22:49:16.764194 run mass: MS performed LU {at=23194662.467513204, lu_delay=4.794565223157406, ms=00035}
22:49:16.799696 run osmo-ms-mob/00050: Starting mobile
22:49:16.813250 run osmo-ms-mob/00050(pid=185): Launched
22:49:16.824857 run mass: MS start registered {at=23194662.528200626, delay=0.005282614380121231, ms=00050}
22:49:17.231809 run osmo-ms-mob/00051: Starting mobile
22:49:17.245386 run osmo-ms-mob/00051(pid=186): Launched
22:49:17.256562 run mass: MS start registered {at=23194662.959909946, delay=0.004939872771501541, ms=00051}
22:49:17.545227 run osmo-ms-mob/00052: Starting mobile
22:49:17.558676 run osmo-ms-mob/00052(pid=187): Launched
22:49:17.565348 run mass: MS performed LU {at=23194663.268704895, lu_delay=5.901883576065302, ms=00034}
22:49:17.571615 run mass: MS start registered {at=23194663.274979938, delay=0.006295967847108841, ms=00052}
22:49:17.847840 run osmo-ms-mob/00053: Starting mobile
22:49:17.862308 run osmo-ms-mob/00053(pid=188): Launched
22:49:17.873878 run mass: MS start registered {at=23194663.577227127, delay=0.005009960383176804, ms=00053}
22:49:18.102528 run mass: MS performed LU {at=23194663.805861298, lu_delay=5.735830552875996, ms=00036}
22:49:18.114873 run osmo-ms-mob/00054: Starting mobile
22:49:18.128760 run osmo-ms-mob/00054(pid=189): Launched
22:49:18.140486 run mass: MS start registered {at=23194663.843819425, delay=0.005235727876424789, ms=00054}
22:49:18.158937 run mass: MS performed LU {at=23194663.862247296, lu_delay=5.348624315112829, ms=00038}
22:49:18.249772 run mass: MS performed LU {at=23194663.953091986, lu_delay=5.220658034086227, ms=00039}
22:49:18.264270 run osmo-ms-mob/00055: Starting mobile
22:49:18.277621 run osmo-ms-mob/00055(pid=190): Launched
22:49:18.289019 run mass: MS start registered {at=23194663.99237039, delay=0.005037166178226471, ms=00055}
22:49:18.430061 run mass: MS performed LU {at=23194664.133396864, lu_delay=5.715983867645264, ms=00037}
22:49:18.449045 run mass: MS performed LU {at=23194664.15235801, lu_delay=4.681561931967735, ms=00040}
22:49:18.468171 run osmo-ms-mob/00056: Starting mobile
22:49:18.481850 run osmo-ms-mob/00056(pid=191): Launched
22:49:18.493080 run mass: MS start registered {at=23194664.196430873, delay=0.0046996064484119415, ms=00056}
22:49:19.036557 run osmo-ms-mob/00057: Starting mobile
22:49:19.051381 run osmo-ms-mob/00057(pid=192): Launched
22:49:19.063875 run mass: MS start registered {at=23194664.76720232, delay=0.00521257147192955, ms=00057}
22:49:19.433048 run osmo-ms-mob/00058: Starting mobile
22:49:19.446261 run osmo-ms-mob/00058(pid=193): Launched
22:49:19.457937 run mass: MS start registered {at=23194665.161278352, delay=0.005363896489143372, ms=00058}
22:49:19.746977 run osmo-ms-mob/00059: Starting mobile
22:49:19.760647 run osmo-ms-mob/00059(pid=194): Launched
22:49:19.771982 run mass: MS start registered {at=23194665.475330256, delay=0.005200278013944626, ms=00059}
22:49:19.966758 run mass: MS performed LU {at=23194665.670092005, lu_delay=4.90442780777812, ms=00044}
22:49:19.978959 run osmo-ms-mob/00060: Starting mobile
22:49:19.992574 run osmo-ms-mob/00060(pid=195): Launched
22:49:20.003635 run mass: MS performed LU {at=23194665.706984673, lu_delay=5.9469936192035675, ms=00041}
22:49:20.009796 run mass: MS start registered {at=23194665.71316192, delay=0.010508336126804352, ms=00060}
22:49:20.088314 run mass: MS performed LU {at=23194665.79156635, lu_delay=4.730376530438662, ms=00045}
22:49:20.260110 run mass: MS performed LU {at=23194665.963379756, lu_delay=5.734536401927471, ms=00043}
22:49:20.284448 run osmo-ms-mob/00061: Starting mobile
22:49:20.297826 run osmo-ms-mob/00061(pid=196): Launched
22:49:20.304050 run mass: MS performed LU {at=23194666.0074077, lu_delay=5.926637209951878, ms=00042}
22:49:20.310078 run mass: MS start registered {at=23194666.01344508, delay=0.006056968122720718, ms=00061}
22:49:20.585745 run mass: MS performed LU {at=23194666.289071567, lu_delay=4.9170916229486465, ms=00046}
22:49:20.606877 run osmo-ms-mob/00062: Starting mobile
22:49:20.620527 run osmo-ms-mob/00062(pid=197): Launched
22:49:20.632219 run mass: MS start registered {at=23194666.335556373, delay=0.005352277308702469, ms=00062}
22:49:21.031836 run osmo-ms-mob/00063: Starting mobile
22:49:21.045577 run osmo-ms-mob/00063(pid=198): Launched
22:49:21.057152 run mass: MS start registered {at=23194666.760495894, delay=0.005260225385427475, ms=00063}
22:49:21.195642 run mass: MS performed LU {at=23194666.898895666, lu_delay=3.6239157281816006, ms=00052}
22:49:21.444805 run osmo-ms-mob/00064: Starting mobile
22:49:21.459841 run osmo-ms-mob/00064(pid=199): Launched
22:49:21.471377 run mass: MS start registered {at=23194667.17471675, delay=0.0052628666162490845, ms=00064}
22:49:21.833850 run osmo-ms-mob/00065: Starting mobile
22:49:21.848963 run osmo-ms-mob/00065(pid=200): Launched
22:49:21.861992 run mass: MS start registered {at=23194667.56532825, delay=0.0057943277060985565, ms=00065}
22:49:21.869072 run mass: MS performed LU {at=23194667.57242902, lu_delay=5.510155603289604, ms=00049}
22:49:21.923976 run mass: MS performed LU {at=23194667.627310205, lu_delay=5.0991095788776875, ms=00050}
22:49:21.935524 run osmo-ms-mob/00066: Starting mobile
22:49:21.951182 run osmo-ms-mob/00066(pid=201): Launched
22:49:21.982703 run mass: MS start registered {at=23194667.68604402, delay=0.0013929270207881927, ms=00066}
22:49:22.015613 run mass: MS performed LU {at=23194667.718931597, lu_delay=5.75098318234086, ms=00048}
22:49:22.197725 run mass: MS performed LU {at=23194667.90098117, lu_delay=6.23514811322093, ms=00047}
22:49:22.214451 run mass: MS performed LU {at=23194667.91780985, lu_delay=4.957899905741215, ms=00051}
22:49:22.226305 run osmo-ms-mob/00067: Starting mobile
22:49:22.242492 run osmo-ms-mob/00067(pid=202): Launched
22:49:22.254001 run mass: MS start registered {at=23194667.95735148, delay=0.005389612168073654, ms=00067}
22:49:22.831456 run osmo-ms-mob/00068: Starting mobile
22:49:22.845416 run osmo-ms-mob/00068(pid=203): Launched
22:49:22.857200 run mass: MS start registered {at=23194668.56054578, delay=0.004789475351572037, ms=00068}
22:49:23.243531 run osmo-ms-mob/00069: Starting mobile
22:49:23.258047 run osmo-ms-mob/00069(pid=204): Launched
22:49:23.269910 run mass: MS start registered {at=23194668.97325936, delay=0.0037568844854831696, ms=00069}
22:49:23.631198 run osmo-ms-mob/00070: Starting mobile
22:49:23.644541 run osmo-ms-mob/00070(pid=205): Launched
22:49:23.655910 run mass: MS start registered {at=23194669.359256856, delay=0.004701286554336548, ms=00070}
22:49:23.834532 run mass: MS performed LU {at=23194669.53776317, lu_delay=5.545392781496048, ms=00055}
22:49:23.852534 run mass: MS performed LU {at=23194669.555868506, lu_delay=5.7120490819215775, ms=00054}
22:49:23.876233 run osmo-ms-mob/00071: Starting mobile
22:49:23.889836 run osmo-ms-mob/00071(pid=206): Launched
22:49:23.895963 run mass: MS performed LU {at=23194669.59932123, lu_delay=6.02209410443902, ms=00053}
22:49:23.901847 run mass: MS start registered {at=23194669.605212733, delay=0.005911458283662796, ms=00071}
22:49:23.968509 run mass: MS performed LU {at=23194669.671755113, lu_delay=5.475324239581823, ms=00056}
22:49:24.005745 run mass: MS performed LU {at=23194669.709011752, lu_delay=4.941809430718422, ms=00057}
22:49:24.026195 run osmo-ms-mob/00072: Starting mobile
22:49:24.039499 run osmo-ms-mob/00072(pid=207): Launched
22:49:24.045899 run mass: MS performed LU {at=23194669.74925708, lu_delay=4.587978728115559, ms=00058}
22:49:24.053633 run mass: MS start registered {at=23194669.756986063, delay=0.0077497698366642, ms=00072}
22:49:24.831208 run osmo-ms-mob/00073: Starting mobile
22:49:24.845461 run osmo-ms-mob/00073(pid=208): Launched
22:49:24.856798 run mass: MS start registered {at=23194670.560149416, delay=0.0049592480063438416, ms=00073}
22:49:25.231361 run osmo-ms-mob/00074: Starting mobile
22:49:25.245845 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.257141 run mass: MS start registered {at=23194670.960488312, delay=0.005165845155715942, ms=00074}
22:49:25.633513 run osmo-ms-mob/00075: Starting mobile
22:49:25.650609 run osmo-ms-mob/00075(pid=210): Launched
22:49:25.657150 run mass: MS performed LU {at=23194671.36050262, lu_delay=5.885172363370657, ms=00059}
22:49:25.663778 run mass: MS start registered {at=23194671.367141787, delay=0.006665155291557312, ms=00075}
22:49:25.689673 run mass: MS performed LU {at=23194671.393005762, lu_delay=5.057449389249086, ms=00062}
22:49:25.781863 run mass: MS performed LU {at=23194671.485196035, lu_delay=5.772034116089344, ms=00060}
22:49:25.944187 run mass: MS performed LU {at=23194671.647441108, lu_delay=5.633996028453112, ms=00061}
22:49:25.972887 run osmo-ms-mob/00076: Starting mobile
22:49:25.986376 run osmo-ms-mob/00076(pid=211): Launched
22:49:25.992938 run mass: MS performed LU {at=23194671.696296927, lu_delay=4.935801032930613, ms=00063}
22:49:25.998926 run mass: MS start registered {at=23194671.70229215, delay=0.00601564347743988, ms=00076}
22:49:26.542652 run osmo-ms-mob/00077: Starting mobile
22:49:26.557438 run osmo-ms-mob/00077(pid=212): Launched
22:49:26.569186 run mass: MS start registered {at=23194672.27252926, delay=0.005386717617511749, ms=00077}
22:49:27.032993 run osmo-ms-mob/00078: Starting mobile
22:49:27.047053 run osmo-ms-mob/00078(pid=213): Launched
22:49:27.204962 run mass: Starting too slowly. Moving on {now=23194672.90830858, sleep=-0.07980582118034363, target=23194672.82850276}
22:49:27.211153 run mass: MS start registered {at=23194672.91450908, delay=0.006205819547176361, ms=00078}
22:49:27.432747 run osmo-ms-mob/00079: Starting mobile
22:49:27.446677 run osmo-ms-mob/00079(pid=214): Launched
22:49:27.458504 run mass: MS start registered {at=23194673.16185029, delay=0.005276191979646683, ms=00079}
22:49:27.601112 run mass: MS performed LU {at=23194673.304363143, lu_delay=5.347011663019657, ms=00067}
22:49:27.618970 run mass: MS performed LU {at=23194673.32225284, lu_delay=4.761707060039043, ms=00068}
22:49:27.647666 run mass: MS performed LU {at=23194673.35096387, lu_delay=5.785635616630316, ms=00065}
22:49:27.734661 run mass: MS performed LU {at=23194673.437939905, lu_delay=5.751895885914564, ms=00066}
22:49:28.547686 run osmo-ms-mob/00080: Starting mobile
22:49:28.589678 run osmo-ms-mob/00080(pid=215): Launched
22:49:28.595905 run mass: Starting too slowly. Moving on {now=23194674.299274493, sleep=-0.5707717202603817, target=23194673.728502773}
22:49:28.601703 run mass: MS performed LU {at=23194674.305061735, lu_delay=7.130344986915588, ms=00064}
22:49:28.607864 run mass: Starting too slowly. Moving on {now=23194674.311233357, sleep=-0.48273058235645294, target=23194673.828502774}
22:49:28.613721 run mass: MS performed LU {at=23194674.31708388, lu_delay=5.34382452070713, ms=00069}
22:49:28.619660 run mass: Starting too slowly. Moving on {now=23194674.3230312, sleep=-0.39452842250466347, target=23194673.928502776}
22:49:28.625450 run mass: Starting too slowly. Moving on {now=23194674.32882223, sleep=-0.30031945183873177, target=23194674.028502777}
22:49:28.631175 run mass: Starting too slowly. Moving on {now=23194674.3345467, sleep=-0.20604392141103745, target=23194674.12850278}
22:49:28.753736 run osmo-ms-mob/00081: Starting mobile
22:49:28.786255 run osmo-ms-mob/00081(pid=216): Launched
22:49:28.792454 run mass: Starting too slowly. Moving on {now=23194674.49582352, sleep=-0.26732074096798897, target=23194674.22850278}
22:49:28.798526 run mass: MS start registered {at=23194674.501885295, delay=0.20261303335428238, ms=00080}
22:49:28.804372 run mass: Starting too slowly. Moving on {now=23194674.507742073, sleep=-0.17923929169774055, target=23194674.32850278}
22:49:28.810170 run mass: MS start registered {at=23194674.513532642, delay=0.01771138235926628, ms=00081}
22:49:28.815990 run mass: Starting too slowly. Moving on {now=23194674.51936039, sleep=-0.0908576063811779, target=23194674.428502783}
22:49:28.831099 run osmo-ms-mob/00082: Starting mobile
22:49:28.844827 run osmo-ms-mob/00082(pid=217): Launched
22:49:28.856038 run mass: MS start registered {at=23194674.559382807, delay=0.004955917596817017, ms=00082}
22:49:29.435793 run osmo-ms-mob/00083: Starting mobile
22:49:29.449419 run osmo-ms-mob/00083(pid=218): Launched
22:49:29.460723 run mass: MS start registered {at=23194675.164072648, delay=0.004868160933256149, ms=00083}
22:49:29.949021 run osmo-ms-mob/00084: Starting mobile
22:49:29.963255 run osmo-ms-mob/00084(pid=219): Launched
22:49:29.969569 run mass: MS performed LU {at=23194675.672927227, lu_delay=6.067714493721724, ms=00071}
22:49:29.975911 run mass: MS start registered {at=23194675.679274958, delay=0.006367672234773636, ms=00084}
22:49:30.018813 run mass: MS performed LU {at=23194675.722137127, lu_delay=5.1619877107441425, ms=00073}
22:49:30.179325 run mass: MS performed LU {at=23194675.88265497, lu_delay=6.523398112505674, ms=00070}
22:49:30.444397 run osmo-ms-mob/00085: Starting mobile
22:49:30.457914 run osmo-ms-mob/00085(pid=220): Launched
22:49:30.469091 run mass: MS start registered {at=23194676.172433756, delay=0.004930708557367325, ms=00085}
22:49:31.031782 run osmo-ms-mob/00086: Starting mobile
22:49:31.046248 run osmo-ms-mob/00086(pid=221): Launched
22:49:31.058347 run mass: MS start registered {at=23194676.761673614, delay=0.005501441657543182, ms=00086}
22:49:31.366428 run mass: MS performed LU {at=23194677.069736734, lu_delay=5.702594947069883, ms=00075}
22:49:31.384464 run mass: MS performed LU {at=23194677.087802667, lu_delay=6.127314355224371, ms=00074}
22:49:31.412153 run mass: MS performed LU {at=23194677.11547891, lu_delay=5.413186758756638, ms=00076}
22:49:31.427156 run osmo-ms-mob/00087: Starting mobile
22:49:31.441373 run osmo-ms-mob/00087(pid=222): Launched
22:49:31.452558 run mass: MS start registered {at=23194677.15590945, delay=0.004775039851665497, ms=00087}
22:49:31.499904 run mass: MS performed LU {at=23194677.203219708, lu_delay=4.930690448731184, ms=00077}
22:49:32.231067 run osmo-ms-mob/00088: Starting mobile
22:49:32.245686 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.257440 run mass: MS start registered {at=23194677.960782576, delay=0.0052872151136398315, ms=00088}
22:49:32.831780 run osmo-ms-mob/00089: Starting mobile
22:49:32.846498 run osmo-ms-mob/00089(pid=224): Launched
22:49:32.857924 run mass: MS start registered {at=23194678.56127159, delay=0.004975017160177231, ms=00089}
22:49:33.183752 run mass: MS performed LU {at=23194678.887087025, lu_delay=4.327704217284918, ms=00082}
22:49:33.202529 run mass: MS performed LU {at=23194678.90582474, lu_delay=4.392292097210884, ms=00081}
22:49:33.313861 run mass: MS performed LU {at=23194679.017168045, lu_delay=4.5152827501297, ms=00080}
22:49:33.325852 run osmo-ms-mob/00090: Starting mobile
22:49:33.339783 run osmo-ms-mob/00090(pid=225): Launched
22:49:33.351230 run mass: MS start registered {at=23194679.054578327, delay=0.005028169602155685, ms=00090}
22:49:33.457162 run mass: MS performed LU {at=23194679.16049278, lu_delay=5.99864249303937, ms=00079}
22:49:33.475257 run mass: MS performed LU {at=23194679.17860154, lu_delay=6.264092460274696, ms=00078}
22:49:34.130743 run osmo-ms-mob/00091: Starting mobile
22:49:34.144126 run osmo-ms-mob/00091(pid=226): Launched
22:49:34.155421 run mass: MS start registered {at=23194679.858772423, delay=0.002516835927963257, ms=00091}
22:49:34.831389 run osmo-ms-mob/00092: Starting mobile
22:49:34.845247 run osmo-ms-mob/00092(pid=227): Launched
22:49:34.856756 run mass: MS start registered {at=23194680.560107715, delay=0.004797507077455521, ms=00092}
22:49:35.132306 run mass: MS performed LU {at=23194680.83564234, lu_delay=4.663208585232496, ms=00085}
22:49:35.150341 run mass: MS performed LU {at=23194680.85369352, lu_delay=5.174418561160564, ms=00084}
22:49:35.177713 run mass: MS performed LU {at=23194680.881058987, lu_delay=5.7169863395392895, ms=00083}
22:49:35.630952 run osmo-ms-mob/00093: Starting mobile
22:49:35.644341 run osmo-ms-mob/00093(pid=228): Launched
22:49:35.655717 run mass: MS start registered {at=23194681.359067593, delay=0.004273079335689545, ms=00093}
22:49:36.531737 run osmo-ms-mob/00094: Starting mobile
22:49:36.545627 run osmo-ms-mob/00094(pid=229): Launched
22:49:36.557491 run mass: MS start registered {at=23194682.26084118, delay=0.005204908549785614, ms=00094}
22:49:36.913456 run mass: MS performed LU {at=23194682.616788667, lu_delay=5.460879217833281, ms=00087}
22:49:36.931969 run mass: MS performed LU {at=23194682.635304153, lu_delay=4.674521576613188, ms=00088}
22:49:37.079239 run mass: MS performed LU {at=23194682.7825763, lu_delay=6.020902685821056, ms=00086}
22:49:37.431653 run osmo-ms-mob/00095: Starting mobile
22:49:37.446035 run osmo-ms-mob/00095(pid=230): Launched
22:49:37.458022 run mass: MS start registered {at=23194683.161356226, delay=0.0054169222712516785, ms=00095}
22:49:38.433101 run osmo-ms-mob/00096: Starting mobile
22:49:38.447322 run osmo-ms-mob/00096(pid=231): Launched
22:49:38.458764 run mass: MS start registered {at=23194684.16211504, delay=0.004943102598190308, ms=00096}
22:49:38.897557 run mass: MS performed LU {at=23194684.60089186, lu_delay=5.546313531696796, ms=00090}
22:49:38.915737 run mass: MS performed LU {at=23194684.61906266, lu_delay=6.057791069149971, ms=00089}
22:49:38.943531 run mass: MS performed LU {at=23194684.64686642, lu_delay=4.788093995302916, ms=00091}
22:49:39.532306 run osmo-ms-mob/00097: Starting mobile
22:49:39.546685 run osmo-ms-mob/00097(pid=232): Launched
22:49:39.558430 run mass: MS start registered {at=23194685.261770077, delay=0.005247324705123901, ms=00097}
22:49:40.679461 run mass: MS performed LU {at=23194686.38278393, lu_delay=5.02371633797884, ms=00093}
22:49:40.831233 run osmo-ms-mob/00098: Starting mobile
22:49:40.845000 run osmo-ms-mob/00098(pid=233): Launched
22:49:40.851346 run mass: MS performed LU {at=23194686.554706138, lu_delay=5.994598422199488, ms=00092}
22:49:40.857417 run mass: MS start registered {at=23194686.560783576, delay=0.006094999611377716, ms=00098}
22:49:42.631757 run osmo-ms-mob/00099: Starting mobile
22:49:42.646291 run osmo-ms-mob/00099(pid=234): Launched
22:49:42.652675 run mass: All started... {duration=55.72754307836294, too_slow=9}
22:49:42.658687 run mass: MS start registered {at=23194688.36204574, delay=0.006003215909004211, ms=00099}
22:49:42.665610 run mass: MS performed LU {at=23194688.368967377, lu_delay=5.2076111510396, ms=00095}
22:49:42.682174 run mass: MS performed LU {at=23194688.385514334, lu_delay=6.124673154205084, ms=00094}
22:49:44.592645 run mass: MS performed LU {at=23194690.295964777, lu_delay=6.133849736303091, ms=00096}
22:49:44.610888 run mass: MS performed LU {at=23194690.31424324, lu_delay=5.052473161369562, ms=00097}
22:49:46.664629 run mass: MS performed LU {at=23194692.367928162, lu_delay=5.807144585996866, ms=00098}
22:49:46.918172 run mass: MS performed LU {at=23194692.62150386, lu_delay=22.86451779678464, ms=00072}
22:49:49.064708 run mass: MS performed LU {at=23194694.76804344, lu_delay=6.405997700989246, ms=00099}
22:49:49.071317 run mass: Tests done {all_completed=True, max=22.86451779678464, min=3.6239157281816006}
22:49:49.077180 tst register_default_mass.py: Test passed (89.5 sec)
22:49:49.082927 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:49.086398 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:49.089816 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:49.093255 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:49.096707 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:49.100128 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:49.103560 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:49.106997 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:49.110426 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.113850 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.117281 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.120716 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.124163 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.127594 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.131048 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.134546 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.138013 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.141526 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.145054 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.148531 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.151998 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.155454 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.159143 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.163011 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.166478 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.169927 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.173376 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.176839 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.180547 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.184058 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.187516 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.191595 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.195060 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.198609 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.202304 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.205894 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.209603 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.213087 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.216522 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.220053 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.223520 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.227222 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.230701 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.234172 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.237834 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.241251 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.244702 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.248054 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.251462 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.254908 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.258362 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.314222 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.317686 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.321022 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.324410 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.327868 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.331313 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.334751 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.338183 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.341642 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.345092 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.349007 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.352458 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.355912 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.359827 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.363372 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.367255 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.370740 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.374146 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.377517 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.380938 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.384359 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.387665 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.391104 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.394504 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.398113 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.401563 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.404993 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.408356 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.411770 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.415297 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.418714 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.422166 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.425561 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.428947 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.432644 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.436266 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.439849 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.443600 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.447143 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.450995 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.454359 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.457782 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.461207 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.464722 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.468720 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.472134 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.475586 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.479041 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.482463 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.485867 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.489293 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.492673 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.496085 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.499581 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.503001 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.506393 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.509878 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.513454 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.516894 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.520377 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.524241 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.527885 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.531468 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.534895 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.538334 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.541680 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.545062 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.548449 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.551859 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.555265 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.558684 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.562091 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.565491 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.568917 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.572333 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.575754 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.579204 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.582624 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.586046 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.589529 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.592979 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.596380 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.599791 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.603198 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.606607 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.610015 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.613422 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.616816 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.620213 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.623733 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.627164 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.630572 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.633972 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.637452 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.640874 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.644276 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.647686 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.651112 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.654533 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.657939 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.661349 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.664769 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.668163 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.671473 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.674761 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.678024 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.681331 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.684751 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.688161 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.691604 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.694998 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.698574 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.701941 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.705222 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.708483 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.711748 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.715013 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.718362 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.721783 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.725167 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.728564 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.731978 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.735386 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.738789 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.742212 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.745618 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.749011 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.752265 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.755611 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.759002 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.762364 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.765636 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.768895 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.772179 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.775447 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.778707 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.782014 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.785329 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.788648 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.791926 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.795220 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.798573 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.801928 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.805274 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.808687 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.812092 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.815494 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.818899 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.822299 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.825691 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.829092 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.832505 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.835952 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.839355 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.842766 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.846172 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.849591 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.853000 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.856395 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.859799 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.863219 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.866620 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.870054 --- ParallelTerminationStrategy: PID 22 died...
22:49:49.871615 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.875421 --- ParallelTerminationStrategy: PID 23 died...
22:49:49.876963 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.880725 --- ParallelTerminationStrategy: PID 24 died...
22:49:49.882247 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.886051 --- ParallelTerminationStrategy: PID 25 died...
22:49:49.887599 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.891358 --- ParallelTerminationStrategy: PID 26 died...
22:49:49.892888 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.896709 --- ParallelTerminationStrategy: PID 27 died...
22:49:49.898256 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.902058 --- ParallelTerminationStrategy: PID 28 died...
22:49:49.903718 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.907559 --- ParallelTerminationStrategy: PID 29 died...
22:49:49.909120 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.913005 --- ParallelTerminationStrategy: PID 30 died...
22:49:49.914574 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.918430 --- ParallelTerminationStrategy: PID 31 died...
22:49:49.919981 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.923830 --- ParallelTerminationStrategy: PID 32 died...
22:49:49.925519 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.929343 --- ParallelTerminationStrategy: PID 33 died...
22:49:49.930896 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.934717 --- ParallelTerminationStrategy: PID 35 died...
22:49:49.936264 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.940084 --- ParallelTerminationStrategy: PID 36 died...
22:49:49.941642 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.945482 --- ParallelTerminationStrategy: PID 37 died...
22:49:49.947034 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.950846 --- ParallelTerminationStrategy: PID 38 died...
22:49:49.952386 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.956224 --- ParallelTerminationStrategy: PID 39 died...
22:49:49.957761 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.961584 --- ParallelTerminationStrategy: PID 40 died...
22:49:49.963127 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.966952 --- ParallelTerminationStrategy: PID 41 died...
22:49:49.968497 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.972306 --- ParallelTerminationStrategy: PID 42 died...
22:49:49.973851 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.977650 --- ParallelTerminationStrategy: PID 43 died...
22:49:49.979184 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.982986 --- ParallelTerminationStrategy: PID 44 died...
22:49:49.984517 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.988284 --- ParallelTerminationStrategy: PID 45 died...
22:49:49.989811 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.993597 --- ParallelTerminationStrategy: PID 46 died...
22:49:49.995137 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.998928 --- ParallelTerminationStrategy: PID 47 died...
22:49:50.000452 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.004243 --- ParallelTerminationStrategy: PID 48 died...
22:49:50.005768 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.009537 --- ParallelTerminationStrategy: PID 49 died...
22:49:50.011064 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.014848 --- ParallelTerminationStrategy: PID 50 died...
22:49:50.016375 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.020158 --- ParallelTerminationStrategy: PID 51 died...
22:49:50.021689 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.025512 --- ParallelTerminationStrategy: PID 52 died...
22:49:50.027057 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.030852 --- ParallelTerminationStrategy: PID 53 died...
22:49:50.032386 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.036211 --- ParallelTerminationStrategy: PID 54 died...
22:49:50.037764 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.041582 --- ParallelTerminationStrategy: PID 55 died...
22:49:50.043134 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.046946 --- ParallelTerminationStrategy: PID 56 died...
22:49:50.048476 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.052271 --- ParallelTerminationStrategy: PID 57 died...
22:49:50.053805 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.057574 --- ParallelTerminationStrategy: PID 58 died...
22:49:50.059112 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.062898 --- ParallelTerminationStrategy: PID 59 died...
22:49:50.064416 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.068185 --- ParallelTerminationStrategy: PID 60 died...
22:49:50.069749 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.073524 --- ParallelTerminationStrategy: PID 61 died...
22:49:50.075057 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.078866 --- ParallelTerminationStrategy: PID 62 died...
22:49:50.080405 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.084221 --- ParallelTerminationStrategy: PID 63 died...
22:49:50.085783 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.089581 --- ParallelTerminationStrategy: PID 64 died...
22:49:50.091129 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.094942 --- ParallelTerminationStrategy: PID 65 died...
22:49:50.096492 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.100295 --- ParallelTerminationStrategy: PID 66 died...
22:49:50.101838 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.105677 --- ParallelTerminationStrategy: PID 67 died...
22:49:50.107235 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.111095 --- ParallelTerminationStrategy: PID 68 died...
22:49:50.112659 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.116465 --- ParallelTerminationStrategy: PID 69 died...
22:49:50.118029 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.121817 --- ParallelTerminationStrategy: PID 70 died...
22:49:50.123354 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.127130 --- ParallelTerminationStrategy: PID 71 died...
22:49:50.128662 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.132454 --- ParallelTerminationStrategy: PID 72 died...
22:49:50.134023 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.137768 --- ParallelTerminationStrategy: PID 73 died...
22:49:50.139247 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.143004 --- ParallelTerminationStrategy: PID 74 died...
22:49:50.144526 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.148306 --- ParallelTerminationStrategy: PID 75 died...
22:49:50.149857 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.153633 --- ParallelTerminationStrategy: PID 76 died...
22:49:50.155163 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.158963 --- ParallelTerminationStrategy: PID 77 died...
22:49:50.160497 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.164303 --- ParallelTerminationStrategy: PID 78 died...
22:49:50.165881 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.169669 --- ParallelTerminationStrategy: PID 79 died...
22:49:50.171218 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.175034 --- ParallelTerminationStrategy: PID 80 died...
22:49:50.176587 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.180383 --- ParallelTerminationStrategy: PID 81 died...
22:49:50.181940 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.185714 --- ParallelTerminationStrategy: PID 82 died...
22:49:50.187248 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.191028 --- ParallelTerminationStrategy: PID 83 died...
22:49:50.192548 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.196309 --- ParallelTerminationStrategy: PID 84 died...
22:49:50.197787 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.201426 --- ParallelTerminationStrategy: PID 85 died...
22:49:50.202888 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.206579 --- ParallelTerminationStrategy: PID 86 died...
22:49:50.208048 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.211670 --- ParallelTerminationStrategy: PID 87 died...
22:49:50.213150 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.216783 --- ParallelTerminationStrategy: PID 88 died...
22:49:50.218249 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.221870 --- ParallelTerminationStrategy: PID 89 died...
22:49:50.223328 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.226997 --- ParallelTerminationStrategy: PID 90 died...
22:49:50.228515 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.232246 --- ParallelTerminationStrategy: PID 91 died...
22:49:50.233729 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.237417 --- ParallelTerminationStrategy: PID 92 died...
22:49:50.238883 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.242684 --- ParallelTerminationStrategy: PID 93 died...
22:49:50.244231 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.248017 --- ParallelTerminationStrategy: PID 94 died...
22:49:50.249563 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.253336 --- ParallelTerminationStrategy: PID 95 died...
22:49:50.254869 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.258578 --- ParallelTerminationStrategy: PID 96 died...
22:49:50.260046 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.263715 --- ParallelTerminationStrategy: PID 97 died...
22:49:50.265195 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.268846 --- ParallelTerminationStrategy: PID 98 died...
22:49:50.270334 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.273977 --- ParallelTerminationStrategy: PID 99 died...
22:49:50.275448 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.279075 --- ParallelTerminationStrategy: PID 100 died...
22:49:50.280630 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.284411 --- ParallelTerminationStrategy: PID 101 died...
22:49:50.285925 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.289580 --- ParallelTerminationStrategy: PID 102 died...
22:49:50.291044 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.294707 --- ParallelTerminationStrategy: PID 103 died...
22:49:50.296174 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.299823 --- ParallelTerminationStrategy: PID 104 died...
22:49:50.301292 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.304933 --- ParallelTerminationStrategy: PID 105 died...
22:49:50.306402 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.310064 --- ParallelTerminationStrategy: PID 106 died...
22:49:50.311547 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.315244 --- ParallelTerminationStrategy: PID 107 died...
22:49:50.316723 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.320358 --- ParallelTerminationStrategy: PID 108 died...
22:49:50.321885 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.325674 --- ParallelTerminationStrategy: PID 109 died...
22:49:50.327207 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.330946 --- ParallelTerminationStrategy: PID 110 died...
22:49:50.332411 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.336229 --- ParallelTerminationStrategy: PID 111 died...
22:49:50.337744 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.341391 --- ParallelTerminationStrategy: PID 112 died...
22:49:50.342870 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.346552 --- ParallelTerminationStrategy: PID 113 died...
22:49:50.348026 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.351755 --- ParallelTerminationStrategy: PID 114 died...
22:49:50.353266 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.356916 --- ParallelTerminationStrategy: PID 115 died...
22:49:50.358414 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.362135 --- ParallelTerminationStrategy: PID 116 died...
22:49:50.363598 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.367299 --- ParallelTerminationStrategy: PID 117 died...
22:49:50.368825 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.372585 --- ParallelTerminationStrategy: PID 118 died...
22:49:50.374119 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.377947 --- ParallelTerminationStrategy: PID 119 died...
22:49:50.379495 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.383312 --- ParallelTerminationStrategy: PID 120 died...
22:49:50.384882 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.388674 --- ParallelTerminationStrategy: PID 121 died...
22:49:50.390202 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.393992 --- ParallelTerminationStrategy: PID 122 died...
22:49:50.395537 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.399324 --- ParallelTerminationStrategy: PID 123 died...
22:49:50.400847 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.404651 --- ParallelTerminationStrategy: PID 124 died...
22:49:50.406182 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.409965 --- ParallelTerminationStrategy: PID 125 died...
22:49:50.411487 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.415284 --- ParallelTerminationStrategy: PID 126 died...
22:49:50.416820 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.420619 --- ParallelTerminationStrategy: PID 127 died...
22:49:50.422164 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.425949 --- ParallelTerminationStrategy: PID 128 died...
22:49:50.427493 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.431326 --- ParallelTerminationStrategy: PID 129 died...
22:49:50.432852 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.436641 --- ParallelTerminationStrategy: PID 130 died...
22:49:50.438179 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.441988 --- ParallelTerminationStrategy: PID 131 died...
22:49:50.443526 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.447321 --- ParallelTerminationStrategy: PID 132 died...
22:49:50.448868 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.452665 --- ParallelTerminationStrategy: PID 133 died...
22:49:50.454201 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.458006 --- ParallelTerminationStrategy: PID 134 died...
22:49:50.459533 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.463327 --- ParallelTerminationStrategy: PID 135 died...
22:49:50.464897 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.468721 --- ParallelTerminationStrategy: PID 136 died...
22:49:50.470264 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.474123 --- ParallelTerminationStrategy: PID 137 died...
22:49:50.475667 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.479569 --- ParallelTerminationStrategy: PID 138 died...
22:49:50.481121 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.484974 --- ParallelTerminationStrategy: PID 139 died...
22:49:50.486738 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.494764 --- ParallelTerminationStrategy: PID 140 died...
22:49:50.497920 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.505581 --- ParallelTerminationStrategy: PID 141 died...
22:49:50.508712 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.512721 --- ParallelTerminationStrategy: PID 142 died...
22:49:50.514325 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.518271 --- ParallelTerminationStrategy: PID 143 died...
22:49:50.519899 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.523892 --- ParallelTerminationStrategy: PID 144 died...
22:49:50.525448 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.529286 --- ParallelTerminationStrategy: PID 145 died...
22:49:50.530869 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.534718 --- ParallelTerminationStrategy: PID 146 died...
22:49:50.536264 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.540088 --- ParallelTerminationStrategy: PID 147 died...
22:49:50.541624 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.545411 --- ParallelTerminationStrategy: PID 148 died...
22:49:50.546954 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.550784 --- ParallelTerminationStrategy: PID 149 died...
22:49:50.552419 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.556258 --- ParallelTerminationStrategy: PID 150 died...
22:49:50.557836 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.561626 --- ParallelTerminationStrategy: PID 151 died...
22:49:50.563162 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.566945 --- ParallelTerminationStrategy: PID 152 died...
22:49:50.568474 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.572301 --- ParallelTerminationStrategy: PID 153 died...
22:49:50.573853 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.577655 --- ParallelTerminationStrategy: PID 154 died...
22:49:50.579184 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.583000 --- ParallelTerminationStrategy: PID 155 died...
22:49:50.584535 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.588331 --- ParallelTerminationStrategy: PID 156 died...
22:49:50.589872 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.593725 --- ParallelTerminationStrategy: PID 157 died...
22:49:50.595268 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.599095 --- ParallelTerminationStrategy: PID 158 died...
22:49:50.600648 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:50.604492 --- ParallelTerminationStrategy: PID 159 died...
22:49:50.606107 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:50.609975 --- ParallelTerminationStrategy: PID 160 died...
22:49:50.611515 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:50.615355 --- ParallelTerminationStrategy: PID 161 died...
22:49:50.616896 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:50.620707 --- ParallelTerminationStrategy: PID 162 died...
22:49:50.622235 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:50.626019 --- ParallelTerminationStrategy: PID 163 died...
22:49:50.627540 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:50.631321 --- ParallelTerminationStrategy: PID 164 died...
22:49:50.632855 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:50.636727 --- ParallelTerminationStrategy: PID 165 died...
22:49:50.638275 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:50.642089 --- ParallelTerminationStrategy: PID 166 died...
22:49:50.643620 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:50.647424 --- ParallelTerminationStrategy: PID 167 died...
22:49:50.648956 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:50.652769 --- ParallelTerminationStrategy: PID 168 died...
22:49:50.654301 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:50.658095 --- ParallelTerminationStrategy: PID 169 died...
22:49:50.659645 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:50.663442 --- ParallelTerminationStrategy: PID 170 died...
22:49:50.664980 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:50.668813 --- ParallelTerminationStrategy: PID 171 died...
22:49:50.670354 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:50.674164 --- ParallelTerminationStrategy: PID 172 died...
22:49:50.675703 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:50.679495 --- ParallelTerminationStrategy: PID 173 died...
22:49:50.681061 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:50.684875 --- ParallelTerminationStrategy: PID 174 died...
22:49:50.686407 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:50.690194 --- ParallelTerminationStrategy: PID 175 died...
22:49:50.691716 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:50.695514 --- ParallelTerminationStrategy: PID 176 died...
22:49:50.697060 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:50.700855 --- ParallelTerminationStrategy: PID 177 died...
22:49:50.702388 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:50.706184 --- ParallelTerminationStrategy: PID 178 died...
22:49:50.707718 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:50.711517 --- ParallelTerminationStrategy: PID 179 died...
22:49:50.713044 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:50.716826 --- ParallelTerminationStrategy: PID 180 died...
22:49:50.718360 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:50.722182 --- ParallelTerminationStrategy: PID 181 died...
22:49:50.723718 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:50.727516 --- ParallelTerminationStrategy: PID 182 died...
22:49:50.729043 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:50.732829 --- ParallelTerminationStrategy: PID 183 died...
22:49:50.734366 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:50.738183 --- ParallelTerminationStrategy: PID 184 died...
22:49:50.739705 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:50.743491 --- ParallelTerminationStrategy: PID 185 died...
22:49:50.745009 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:50.748810 --- ParallelTerminationStrategy: PID 186 died...
22:49:50.750344 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:50.754154 --- ParallelTerminationStrategy: PID 187 died...
22:49:50.755682 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:50.759481 --- ParallelTerminationStrategy: PID 188 died...
22:49:50.761010 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:50.764796 --- ParallelTerminationStrategy: PID 189 died...
22:49:50.766330 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:50.770151 --- ParallelTerminationStrategy: PID 190 died...
22:49:50.771690 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:50.775412 --- ParallelTerminationStrategy: PID 191 died...
22:49:50.776884 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:50.780581 --- ParallelTerminationStrategy: PID 192 died...
22:49:50.782113 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:50.785997 --- ParallelTerminationStrategy: PID 193 died...
22:49:50.787529 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:50.791336 --- ParallelTerminationStrategy: PID 194 died...
22:49:50.795833 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:50.799655 --- ParallelTerminationStrategy: PID 195 died...
22:49:50.801178 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:50.804967 --- ParallelTerminationStrategy: PID 196 died...
22:49:50.806491 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:50.810292 --- ParallelTerminationStrategy: PID 197 died...
22:49:50.811819 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:50.815617 --- ParallelTerminationStrategy: PID 198 died...
22:49:50.817175 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:50.820970 --- ParallelTerminationStrategy: PID 199 died...
22:49:50.822496 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.826234 --- ParallelTerminationStrategy: PID 200 died...
22:49:50.827710 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.831342 --- ParallelTerminationStrategy: PID 201 died...
22:49:50.832853 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.836500 --- ParallelTerminationStrategy: PID 202 died...
22:49:50.837971 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.841631 --- ParallelTerminationStrategy: PID 203 died...
22:49:50.843092 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.846725 --- ParallelTerminationStrategy: PID 204 died...
22:49:50.848184 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.851866 --- ParallelTerminationStrategy: PID 205 died...
22:49:50.853350 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.856986 --- ParallelTerminationStrategy: PID 206 died...
22:49:50.858460 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.862088 --- ParallelTerminationStrategy: PID 207 died...
22:49:50.863543 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.867246 --- ParallelTerminationStrategy: PID 208 died...
22:49:50.868714 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.872344 --- ParallelTerminationStrategy: PID 209 died...
22:49:50.873850 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.877529 --- ParallelTerminationStrategy: PID 210 died...
22:49:50.879020 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.882688 --- ParallelTerminationStrategy: PID 211 died...
22:49:50.884144 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.887812 --- ParallelTerminationStrategy: PID 212 died...
22:49:50.889299 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.892930 --- ParallelTerminationStrategy: PID 213 died...
22:49:50.894396 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.898025 --- ParallelTerminationStrategy: PID 214 died...
22:49:50.899489 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.903137 --- ParallelTerminationStrategy: PID 215 died...
22:49:50.904618 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.908271 --- ParallelTerminationStrategy: PID 216 died...
22:49:50.909740 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.913392 --- ParallelTerminationStrategy: PID 217 died...
22:49:50.914858 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.918490 --- ParallelTerminationStrategy: PID 218 died...
22:49:50.919947 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.923586 --- ParallelTerminationStrategy: PID 219 died...
22:49:50.925048 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.928680 --- ParallelTerminationStrategy: PID 220 died...
22:49:50.930141 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.933783 --- ParallelTerminationStrategy: PID 221 died...
22:49:50.935240 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.938887 --- ParallelTerminationStrategy: PID 222 died...
22:49:50.940353 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.943985 --- ParallelTerminationStrategy: PID 223 died...
22:49:50.945459 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.949098 --- ParallelTerminationStrategy: PID 224 died...
22:49:50.950555 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.954184 --- ParallelTerminationStrategy: PID 225 died...
22:49:50.955652 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.959282 --- ParallelTerminationStrategy: PID 226 died...
22:49:50.960752 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.964372 --- ParallelTerminationStrategy: PID 227 died...
22:49:50.965874 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.969496 --- ParallelTerminationStrategy: PID 228 died...
22:49:50.970967 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.974598 --- ParallelTerminationStrategy: PID 229 died...
22:49:50.976062 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.979701 --- ParallelTerminationStrategy: PID 230 died...
22:49:50.981165 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.984789 --- ParallelTerminationStrategy: PID 231 died...
22:49:50.986261 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.989884 --- ParallelTerminationStrategy: PID 232 died...
22:49:50.991339 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.994953 --- ParallelTerminationStrategy: PID 233 died...
22:49:50.996412 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.000068 --- ParallelTerminationStrategy: PID 234 died...
22:49:51.001529 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.404801 --- ParallelTerminationStrategy: PID 34 died...
22:49:54.406521 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8113 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.491971 tst trial-8113: Storing JUnit report in /build/trial-8113/run.2025-10-08_22-48-19/trial-8113.xml
--------------------------------------------------------------------------------------------
trial-8113 PASS
--------------------------------------------------------------------------------------------
22:49:54.502360 tst trial-8113: trial-8113: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (89.5 sec)
+ exit_code=0
+ rm -rf trial-8113/inst
+ cd trial-8113
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-08 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8113-run.tgz run.2025-10-08_22-48-19
+ tar czf /build/trial-8113-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-08_14_24_17.tgz osmo-bts-oc2g.build-2025-10-08_14_22_19.tgz osmo-bts-sysmo.build-2025-10-08_14_22_14.tgz osmo-bts.build-2025-10-08_14_22_21.tgz osmo-ggsn.build-2025-10-08_20_42_27.tgz osmo-hlr.build-2025-10-08_16_36_53.tgz osmo-hnbgw.build-2025-10-08_13_30_14.tgz osmo-mgw.build-2025-10-08_14_20_32.tgz osmo-msc.build-2025-10-08_14_27_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-08_07_34_01.tgz osmo-pcu-sysmo.build-2025-10-08_07_36_07.tgz osmo-pcu.build-2025-10-08_07_36_14.tgz osmo-sgsn.build-2025-10-08_20_48_26.tgz osmo-stp.build-2025-10-08_13_25_18.tgz osmo-trx.build-2025-10-08_14_26_05.tgz osmocom-bb.build-2025-10-08_21_17_23.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