Skipping 14 KB..
Full LogCopied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6972
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2826630964397732860.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7932
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
6b78751 debian-bookworm-build: remove pysispm, pydbus
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
--build-arg USER=osmocom-build \
--build-arg UID=1000 \
--build-arg REGISTRY=docker.io \
--build-arg OSMO_TTCN3_BRANCH=master \
--build-arg UPSTREAM_DISTRO=debian:bookworm \
--build-arg DISTRO=debian-bookworm \
--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
--build-arg OSMOCOM_REPO_VERSION=latest \
--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
--build-arg LIBOSMOCORE_BRANCH=master \
--build-arg OSMO_BB_BRANCH=master \
--build-arg OSMO_BSC_BRANCH=master \
--build-arg OSMO_BTS_BRANCH=master \
--build-arg OSMO_CBC_BRANCH=master \
--build-arg OSMO_DIA2GSUP_BRANCH=master \
--build-arg OSMO_EPDG_BRANCH=master \
--build-arg OSMO_GBPROXY_BRANCH=master \
--build-arg OSMO_GGSN_BRANCH=master \
--build-arg OSMO_GSM_TESTER_BRANCH=master \
--build-arg OSMO_HLR_BRANCH=master \
--build-arg OSMO_HNBGW_BRANCH=master \
--build-arg OSMO_HNODEB_BRANCH=master \
--build-arg OSMO_IUH_BRANCH=master \
--build-arg OSMO_MGW_BRANCH=master \
--build-arg OSMO_MSC_BRANCH=master \
--build-arg OSMO_NITB_BRANCH=master \
--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.4s
#7 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED
#8 [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
#8 CACHED
#9 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#9 CACHED
#10 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#10 CACHED
#11 [20/28] WORKDIR /TMP
#11 CACHED
#12 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#12 CACHED
#13 [ 8/28] RUN MKDIR /var/run/sshd
#13 CACHED
#14 [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
#14 CACHED
#15 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [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
#17 CACHED
#18 [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
#18 CACHED
#19 [ 3/28] RUN groupadd osmo-gsm-tester
#19 CACHED
#20 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#20 CACHED
#21 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#21 CACHED
#22 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#22 CACHED
#23 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#23 CACHED
#24 [ 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
#24 CACHED
#25 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#25 CACHED
#26 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#26 CACHED
#27 [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
#27 CACHED
#28 [ 2/28] RUN useradd -ms /bin/bash jenkins
#28 CACHED
#29 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#29 CACHED
#30 [ 9/28] COPY SSH /root/.ssh
#30 CACHED
#31 [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
#31 CACHED
#32 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:98ef2ae3bab7ad263bfeff15000d4e77f7e1dfa10c1829cb7aa3a6b164f270d8 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
[33m2 warnings found (use docker --debug to expand):
[0m - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
- LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=7933 -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-04-11 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7933
+ mkdir -p trial-7933
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-04-11_13_51_25.tgz osmo-bts-oc2g.build-2025-04-11_00_51_23.tgz osmo-bts-sysmo.build-2025-04-11_00_51_26.tgz osmo-bts.build-2025-04-11_00_51_32.tgz osmo-ggsn.build-2025-04-11_20_42_26.tgz osmo-hlr.build-2025-04-11_16_36_56.tgz osmo-hnbgw.build-2025-04-11_13_53_52.tgz osmo-mgw.build-2025-04-11_08_35_28.tgz osmo-msc.build-2025-04-11_13_57_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-11_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-11_07_34_04.tgz osmo-pcu.build-2025-04-11_07_34_06.tgz osmo-sgsn.build-2025-04-11_20_47_56.tgz osmo-stp.build-2025-04-11_13_48_10.tgz osmo-trx.build-2025-04-11_14_27_07.tgz osmocom-bb.build-2025-04-11_21_17_17.tgz srslte.build-19.tgz trial-7933
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-04-11_13_51_25.md5 osmo-bts-oc2g.build-2025-04-11_00_51_23.md5 osmo-bts-sysmo.build-2025-04-11_00_51_26.md5 osmo-bts.build-2025-04-11_00_51_32.md5 osmo-ggsn.build-2025-04-11_20_42_26.md5 osmo-hlr.build-2025-04-11_16_36_56.md5 osmo-hnbgw.build-2025-04-11_13_53_52.md5 osmo-mgw.build-2025-04-11_08_35_28.md5 osmo-msc.build-2025-04-11_13_57_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-11_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-11_07_34_04.md5 osmo-pcu.build-2025-04-11_07_34_06.md5 osmo-sgsn.build-2025-04-11_20_47_56.md5 osmo-stp.build-2025-04-11_13_48_10.md5 osmo-trx.build-2025-04-11_14_27_07.md5 osmocom-bb.build-2025-04-11_21_17_17.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-04-11_13_51_25.md5 osmo-bts-oc2g.build-2025-04-11_00_51_23.md5 osmo-bts-sysmo.build-2025-04-11_00_51_26.md5 osmo-bts.build-2025-04-11_00_51_32.md5 osmo-ggsn.build-2025-04-11_20_42_26.md5 osmo-hlr.build-2025-04-11_16_36_56.md5 osmo-hnbgw.build-2025-04-11_13_53_52.md5 osmo-mgw.build-2025-04-11_08_35_28.md5 osmo-msc.build-2025-04-11_13_57_31.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-04-11_07_34_03.md5 osmo-pcu-sysmo.build-2025-04-11_07_34_04.md5 osmo-pcu.build-2025-04-11_07_34_06.md5 osmo-sgsn.build-2025-04-11_20_47_56.md5 osmo-stp.build-2025-04-11_13_48_10.md5 osmo-trx.build-2025-04-11_14_27_07.md5 osmocom-bb.build-2025-04-11_21_17_17.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-7933 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7933'
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-7933
--------------------------------------------------------------------------------------------
22:48:19.076639 tst trial-7933: Detailed log at /build/trial-7933/run.2025-04-11_22-48-19/log
---------------------------------------------------------------------
trial-7933 netreg_mass
---------------------------------------------------------------------
22:48:19.289513 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.289876 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.290702 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.291915 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.333055 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.333936 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.335142 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.408079 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-7933 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.409798 tst register_default_mass.py:9: Claiming resources for the test
22:48:19.425822 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.426409 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.426903 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.427369 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.427843 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.428319 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.428791 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.474476 tst register_default_mass.py: using LAC 2
22:48:19.512509 tst register_default_mass.py: using RAC 2
22:48:19.572032 tst register_default_mass.py: using CellId 2
22:48:19.624098 tst register_default_mass.py: using BVCI 3
22:48:19.642155 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.643076 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.643794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.644416 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.645075 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.645636 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.646159 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.646726 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.647284 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.647819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.648370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.649017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.649601 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.650151 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.650687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.651242 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.651777 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.652298 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.652854 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.653389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.653913 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.654458 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.655000 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.655528 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.656069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.656597 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.657124 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.657649 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.658182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.658709 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.659231 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.659757 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.660288 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.660857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.661400 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.661925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.662463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.663064 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.663619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.664146 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.664675 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.665227 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.665775 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.666311 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.666838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.667356 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.667889 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.668418 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.668957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.669500 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.670031 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.670555 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.671086 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.671613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.672144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.672722 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.673270 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.673799 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.674315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.674835 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.675350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.675863 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.676404 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.676935 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.677444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.677975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.678499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.679019 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.679550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.680062 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.680575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.681102 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.681707 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.682225 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.682751 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.683264 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.683768 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.684297 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.684821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.685338 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.685858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.686369 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687244 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688813 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690375 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690905 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691430 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691973 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.692499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693070 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693576 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.694104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.694625 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695670 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696182 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696690 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.697271 tst register_default_mass.py:21: Launching a simple network
22:48:19.707368 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.832181 run create_hlr_db(pid=20): Launched
22:48:20.847518 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.869168 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.885125 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.891134 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.069719 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.085454 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.091247 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.522221 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.537987 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.549032 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.666943 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.682637 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.688519 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.713203 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.728783 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.734870 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.054369 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.069866 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.087018 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.239085 run osmo-bts-virtual(pid=34): Launched
22:48:32.298180 tst register_default_mass.py: using MSISDN 1001
22:48:32.304323 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.401479 tst register_default_mass.py: using MSISDN 1002
22:48:32.410838 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.481207 tst register_default_mass.py: using MSISDN 1003
22:48:32.487261 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.566886 tst register_default_mass.py: using MSISDN 1004
22:48:32.573179 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.662468 tst register_default_mass.py: using MSISDN 1005
22:48:32.668720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.747962 tst register_default_mass.py: using MSISDN 1006
22:48:32.753812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.827278 tst register_default_mass.py: using MSISDN 1007
22:48:32.833321 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.912548 tst register_default_mass.py: using MSISDN 1008
22:48:32.918520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.988288 tst register_default_mass.py: using MSISDN 1009
22:48:32.994376 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:33.087246 tst register_default_mass.py: using MSISDN 1010
22:48:33.093287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:33.167047 tst register_default_mass.py: using MSISDN 1011
22:48:33.173134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:33.249626 tst register_default_mass.py: using MSISDN 1012
22:48:33.259131 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:33.352253 tst register_default_mass.py: using MSISDN 1013
22:48:33.358371 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:33.471029 tst register_default_mass.py: using MSISDN 1014
22:48:33.477142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.555990 tst register_default_mass.py: using MSISDN 1015
22:48:33.562268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.674885 tst register_default_mass.py: using MSISDN 1016
22:48:33.680707 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.759484 tst register_default_mass.py: using MSISDN 1017
22:48:33.768051 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.836466 tst register_default_mass.py: using MSISDN 1018
22:48:33.842237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.925208 tst register_default_mass.py: using MSISDN 1019
22:48:33.931019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:34.011377 tst register_default_mass.py: using MSISDN 1020
22:48:34.017432 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:34.100242 tst register_default_mass.py: using MSISDN 1021
22:48:34.115897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:34.196028 tst register_default_mass.py: using MSISDN 1022
22:48:34.215650 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:34.286795 tst register_default_mass.py: using MSISDN 1023
22:48:34.310468 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:34.391283 tst register_default_mass.py: using MSISDN 1024
22:48:34.413758 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:34.495709 tst register_default_mass.py: using MSISDN 1025
22:48:34.518256 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.610237 tst register_default_mass.py: using MSISDN 1026
22:48:34.621571 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.701943 tst register_default_mass.py: using MSISDN 1027
22:48:34.708140 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.790699 tst register_default_mass.py: using MSISDN 1028
22:48:34.799868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.865416 tst register_default_mass.py: using MSISDN 1029
22:48:34.875336 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.958300 tst register_default_mass.py: using MSISDN 1030
22:48:34.969128 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:35.043084 tst register_default_mass.py: using MSISDN 1031
22:48:35.061948 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:35.129535 tst register_default_mass.py: using MSISDN 1032
22:48:35.151535 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:35.247229 tst register_default_mass.py: using MSISDN 1033
22:48:35.262086 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:35.363359 tst register_default_mass.py: using MSISDN 1034
22:48:35.369374 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:35.473991 tst register_default_mass.py: using MSISDN 1035
22:48:35.480180 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:35.564857 tst register_default_mass.py: using MSISDN 1036
22:48:35.574428 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.647343 tst register_default_mass.py: using MSISDN 1037
22:48:35.653547 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.759494 tst register_default_mass.py: using MSISDN 1038
22:48:35.766871 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.886859 tst register_default_mass.py: using MSISDN 1039
22:48:35.905560 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.987865 tst register_default_mass.py: using MSISDN 1040
22:48:35.993957 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.068466 tst register_default_mass.py: using MSISDN 1041
22:48:36.090471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.159955 tst register_default_mass.py: using MSISDN 1042
22:48:36.174678 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.261796 tst register_default_mass.py: using MSISDN 1043
22:48:36.286872 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:36.350297 tst register_default_mass.py: using MSISDN 1044
22:48:36.356504 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:36.437516 tst register_default_mass.py: using MSISDN 1045
22:48:36.446473 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:36.546478 tst register_default_mass.py: using MSISDN 1046
22:48:36.552642 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:36.677196 tst register_default_mass.py: using MSISDN 1047
22:48:36.683290 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.757366 tst register_default_mass.py: using MSISDN 1048
22:48:36.763431 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.895288 tst register_default_mass.py: using MSISDN 1049
22:48:36.901391 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.004194 tst register_default_mass.py: using MSISDN 1050
22:48:37.011045 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.120428 tst register_default_mass.py: using MSISDN 1051
22:48:37.130094 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.208046 tst register_default_mass.py: using MSISDN 1052
22:48:37.215442 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.289387 tst register_default_mass.py: using MSISDN 1053
22:48:37.308514 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.379623 tst register_default_mass.py: using MSISDN 1054
22:48:37.389925 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:37.480958 tst register_default_mass.py: using MSISDN 1055
22:48:37.503608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:37.589139 tst register_default_mass.py: using MSISDN 1056
22:48:37.603275 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:37.687768 tst register_default_mass.py: using MSISDN 1057
22:48:37.693799 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:37.767743 tst register_default_mass.py: using MSISDN 1058
22:48:37.783882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.858006 tst register_default_mass.py: using MSISDN 1059
22:48:37.878540 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.956393 tst register_default_mass.py: using MSISDN 1060
22:48:37.968705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.047833 tst register_default_mass.py: using MSISDN 1061
22:48:38.054511 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.134730 tst register_default_mass.py: using MSISDN 1062
22:48:38.156520 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.228368 tst register_default_mass.py: using MSISDN 1063
22:48:38.234046 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.306831 tst register_default_mass.py: using MSISDN 1064
22:48:38.321469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.398090 tst register_default_mass.py: using MSISDN 1065
22:48:38.408928 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.508791 tst register_default_mass.py: using MSISDN 1066
22:48:38.519136 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:38.587029 tst register_default_mass.py: using MSISDN 1067
22:48:38.605291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:38.675099 tst register_default_mass.py: using MSISDN 1068
22:48:38.681812 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.755865 tst register_default_mass.py: using MSISDN 1069
22:48:38.765904 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.836290 tst register_default_mass.py: using MSISDN 1070
22:48:38.855219 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.934115 tst register_default_mass.py: using MSISDN 1071
22:48:38.951031 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.025086 tst register_default_mass.py: using MSISDN 1072
22:48:39.037684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.104887 tst register_default_mass.py: using MSISDN 1073
22:48:39.112612 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.189765 tst register_default_mass.py: using MSISDN 1074
22:48:39.209935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.288319 tst register_default_mass.py: using MSISDN 1075
22:48:39.310449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.383402 tst register_default_mass.py: using MSISDN 1076
22:48:39.404779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.481738 tst register_default_mass.py: using MSISDN 1077
22:48:39.503714 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.574843 tst register_default_mass.py: using MSISDN 1078
22:48:39.586729 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:39.689447 tst register_default_mass.py: using MSISDN 1079
22:48:39.700429 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.801485 tst register_default_mass.py: using MSISDN 1080
22:48:39.807750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.158842 tst register_default_mass.py: using MSISDN 1081
22:48:40.170499 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.246375 tst register_default_mass.py: using MSISDN 1082
22:48:40.259972 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.334810 tst register_default_mass.py: using MSISDN 1083
22:48:40.344606 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.417250 tst register_default_mass.py: using MSISDN 1084
22:48:40.430148 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.502522 tst register_default_mass.py: using MSISDN 1085
22:48:40.518033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.599566 tst register_default_mass.py: using MSISDN 1086
22:48:40.617257 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.716559 tst register_default_mass.py: using MSISDN 1087
22:48:40.733669 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.796482 tst register_default_mass.py: using MSISDN 1088
22:48:40.802497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.877543 tst register_default_mass.py: using MSISDN 1089
22:48:40.883630 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.970164 tst register_default_mass.py: using MSISDN 1090
22:48:40.975969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.038144 tst register_default_mass.py: using MSISDN 1091
22:48:41.044095 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.115655 tst register_default_mass.py: using MSISDN 1092
22:48:41.121686 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.206407 tst register_default_mass.py: using MSISDN 1093
22:48:41.214880 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.283415 tst register_default_mass.py: using MSISDN 1094
22:48:41.289625 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.363355 tst register_default_mass.py: using MSISDN 1095
22:48:41.376689 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.459002 tst register_default_mass.py: using MSISDN 1096
22:48:41.465472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.564394 tst register_default_mass.py: using MSISDN 1097
22:48:41.570898 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.654798 tst register_default_mass.py: using MSISDN 1098
22:48:41.660839 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.736807 tst register_default_mass.py: using MSISDN 1099
22:48:41.742861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.814141 tst register_default_mass.py: using MSISDN 1100
22:48:41.820347 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.929004 run mass: Starting testcase
22:48:41.935132 run mass: Pre-launching all virtphy's
22:48:41.941010 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.955005 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.961387 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.975227 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.981623 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.995375 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.001749 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.015346 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.021659 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.035285 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.041563 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.055187 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.061543 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.075204 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.081504 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.095132 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.101215 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.114743 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.121029 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.134223 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.140269 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.153413 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.159600 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.172756 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.178905 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.192086 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.198156 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.211295 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.217391 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.231144 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.237489 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.250705 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.256775 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.269892 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.276041 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.289212 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.295257 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.308377 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.314573 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.327741 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.334003 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.347308 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.353536 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.366663 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.372972 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.386674 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.393032 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.406800 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.413109 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.426879 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.433010 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.446320 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.452609 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.465930 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.472204 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.485672 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.491962 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.505526 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.511826 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.525644 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.532118 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.545841 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.552188 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.565927 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.572211 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.586217 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.592522 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.606144 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.612480 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.626182 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.632521 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.646290 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.652561 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.666174 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.672498 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.686027 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.692357 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.706009 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.712299 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.725853 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.732125 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.745678 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.751983 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.765658 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.771963 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.785625 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.791898 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.805235 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.811547 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.825037 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.831140 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.844936 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.851219 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.864822 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.871025 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.884706 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.890977 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.904425 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.910590 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.923785 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.930173 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.943918 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.950238 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.963784 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.970086 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.983825 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.990004 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.003182 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.009409 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.022904 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.029157 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.042648 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.048672 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.061990 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.068027 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.081518 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.087762 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.101478 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.107851 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.121603 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.127888 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.141477 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.147567 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.161092 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.167535 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.181246 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.187670 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.201468 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.207822 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.221652 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.227984 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.241677 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.247814 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.261447 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.267809 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.281753 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.288012 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.301428 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.307838 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.329451 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.336006 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.349891 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.356221 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.369825 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.376148 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.389394 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.395683 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.409198 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.415601 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.429375 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.435750 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.449639 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.455978 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.469618 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.475962 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.489757 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.496183 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.510134 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.516551 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.530900 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.537307 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.552988 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.559355 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.573389 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.579727 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.594933 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.602393 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.618519 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.625048 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.639249 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.646283 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.661202 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.667561 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.681744 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.688186 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.702168 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.708602 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.722390 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.728725 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.742967 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.749689 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.763922 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.770653 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.784590 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.791181 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.804985 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.811460 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.825258 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.831622 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.845448 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.851839 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.865578 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.871877 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.885634 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.891951 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.905778 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.912115 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.925964 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.932313 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.946297 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.952698 run mass: Checking if sockets are in the filesystem
22:48:43.965445 run osmo-ms-mob/00000: Starting mobile
22:48:43.979547 run osmo-ms-mob/00000(pid=135): Launched
22:48:43.994855 run mass: MS start registered {at=7642629.6981801, delay=0.008914818055927753, ms=00000}
22:48:48.165655 run osmo-ms-mob/00001: Starting mobile
22:48:48.179073 run osmo-ms-mob/00001(pid=136): Launched
22:48:48.190447 run mass: MS start registered {at=7642633.893793207, delay=0.005273743532598019, ms=00001}
22:48:49.717065 run mass: MS performed LU {at=7642635.420370922, lu_delay=5.7221908224746585, ms=00000}
22:48:49.965336 run osmo-ms-mob/00002: Starting mobile
22:48:49.978552 run osmo-ms-mob/00002(pid=137): Launched
22:48:49.990262 run mass: MS start registered {at=7642635.693590549, delay=0.005530652590095997, ms=00002}
22:48:51.266595 run osmo-ms-mob/00003: Starting mobile
22:48:51.281482 run osmo-ms-mob/00003(pid=138): Launched
22:48:51.293520 run mass: MS start registered {at=7642636.996857589, delay=0.005429578013718128, ms=00003}
22:48:52.383168 run osmo-ms-mob/00004: Starting mobile
22:48:52.397166 run osmo-ms-mob/00004(pid=139): Launched
22:48:52.408525 run mass: MS start registered {at=7642638.111871173, delay=0.0052147237583994865, ms=00004}
22:48:53.366624 run osmo-ms-mob/00005: Starting mobile
22:48:53.380339 run osmo-ms-mob/00005(pid=140): Launched
22:48:53.392512 run mass: MS start registered {at=7642639.095843518, delay=0.005738263018429279, ms=00005}
22:48:53.482750 run mass: MS performed LU {at=7642639.186075686, lu_delay=5.2922824788838625, ms=00001}
22:48:54.270264 run osmo-ms-mob/00006: Starting mobile
22:48:54.297591 run osmo-ms-mob/00006(pid=141): Launched
22:48:54.317334 run mass: MS start registered {at=7642640.020647424, delay=0.006680605001747608, ms=00006}
22:48:55.167089 run osmo-ms-mob/00007: Starting mobile
22:48:55.180478 run osmo-ms-mob/00007(pid=142): Launched
22:48:55.192154 run mass: MS start registered {at=7642640.895502286, delay=0.004863076843321323, ms=00007}
22:48:55.383884 run mass: MS performed LU {at=7642641.087206441, lu_delay=5.393615892156959, ms=00002}
22:48:55.964872 run osmo-ms-mob/00008: Starting mobile
22:48:55.978545 run osmo-ms-mob/00008(pid=143): Launched
22:48:55.990819 run mass: MS start registered {at=7642641.694166436, delay=0.0057676201686263084, ms=00008}
22:48:56.665492 run osmo-ms-mob/00009: Starting mobile
22:48:56.679225 run osmo-ms-mob/00009(pid=144): Launched
22:48:56.691109 run mass: MS start registered {at=7642642.394450972, delay=0.005605070851743221, ms=00009}
22:48:57.248824 run mass: MS performed LU {at=7642642.952149165, lu_delay=5.955291575752199, ms=00003}
22:48:57.294762 run mass: MS performed LU {at=7642642.99809688, lu_delay=4.886225706897676, ms=00004}
22:48:57.306624 run osmo-ms-mob/00010: Starting mobile
22:48:57.320345 run osmo-ms-mob/00010(pid=145): Launched
22:48:57.331878 run mass: MS start registered {at=7642643.035227468, delay=0.005280668847262859, ms=00010}
22:48:57.965473 run osmo-ms-mob/00011: Starting mobile
22:48:57.979445 run osmo-ms-mob/00011(pid=146): Launched
22:48:57.994842 run mass: MS start registered {at=7642643.698158864, delay=0.00866662710905075, ms=00011}
22:48:58.565132 run osmo-ms-mob/00012: Starting mobile
22:48:58.579341 run osmo-ms-mob/00012(pid=147): Launched
22:48:58.591184 run mass: MS start registered {at=7642644.294519363, delay=0.005504181608557701, ms=00012}
22:48:59.150709 run mass: MS performed LU {at=7642644.85402227, lu_delay=5.758178751915693, ms=00005}
22:48:59.163977 run osmo-ms-mob/00013: Starting mobile
22:48:59.177848 run osmo-ms-mob/00013(pid=148): Launched
22:48:59.189541 run mass: MS start registered {at=7642644.892883128, delay=0.005535757169127464, ms=00013}
22:48:59.196307 run mass: MS performed LU {at=7642644.899637675, lu_delay=4.878990250639617, ms=00006}
22:48:59.765627 run osmo-ms-mob/00014: Starting mobile
22:48:59.779141 run osmo-ms-mob/00014(pid=149): Launched
22:48:59.790809 run mass: MS start registered {at=7642645.494112151, delay=0.005339661613106728, ms=00014}
22:49:00.364559 run osmo-ms-mob/00015: Starting mobile
22:49:00.378148 run osmo-ms-mob/00015(pid=150): Launched
22:49:00.389794 run mass: MS start registered {at=7642646.093140791, delay=0.0055178143084049225, ms=00015}
22:49:00.865187 run osmo-ms-mob/00016: Starting mobile
22:49:00.878931 run osmo-ms-mob/00016(pid=151): Launched
22:49:00.890609 run mass: MS start registered {at=7642646.59395203, delay=0.005339627154171467, ms=00016}
22:49:01.014657 run mass: MS performed LU {at=7642646.717977316, lu_delay=5.023810880258679, ms=00008}
22:49:01.060392 run mass: MS performed LU {at=7642646.763720915, lu_delay=5.868218628689647, ms=00007}
22:49:01.365609 run osmo-ms-mob/00017: Starting mobile
22:49:01.379666 run osmo-ms-mob/00017(pid=152): Launched
22:49:01.391201 run mass: MS start registered {at=7642647.094549345, delay=0.005199252627789974, ms=00017}
22:49:01.965285 run osmo-ms-mob/00018: Starting mobile
22:49:01.979332 run osmo-ms-mob/00018(pid=153): Launched
22:49:01.991203 run mass: MS start registered {at=7642647.694543132, delay=0.0055271778255701065, ms=00018}
22:49:02.365627 run osmo-ms-mob/00019: Starting mobile
22:49:02.379588 run osmo-ms-mob/00019(pid=154): Launched
22:49:02.391790 run mass: MS start registered {at=7642648.095128225, delay=0.004880327731370926, ms=00019}
22:49:02.864992 run osmo-ms-mob/00020: Starting mobile
22:49:02.879061 run osmo-ms-mob/00020(pid=155): Launched
22:49:02.890629 run mass: MS start registered {at=7642648.593975288, delay=0.005209650844335556, ms=00020}
22:49:02.915669 run mass: MS performed LU {at=7642648.618998178, lu_delay=5.583770710043609, ms=00010}
22:49:02.962206 run mass: MS performed LU {at=7642648.665535351, lu_delay=4.967376487329602, ms=00011}
22:49:03.032081 run mass: MS performed LU {at=7642648.735311328, lu_delay=6.340860356576741, ms=00009}
22:49:03.369839 run osmo-ms-mob/00021: Starting mobile
22:49:03.396285 run osmo-ms-mob/00021(pid=156): Launched
22:49:03.414559 run mass: MS start registered {at=7642649.117885279, delay=0.010232762433588505, ms=00021}
22:49:03.765781 run osmo-ms-mob/00022: Starting mobile
22:49:03.780704 run osmo-ms-mob/00022(pid=157): Launched
22:49:03.792782 run mass: MS start registered {at=7642649.496082769, delay=0.005115923471748829, ms=00022}
22:49:04.278523 run osmo-ms-mob/00023: Starting mobile
22:49:04.292280 run osmo-ms-mob/00023(pid=158): Launched
22:49:04.303683 run mass: MS start registered {at=7642650.007033106, delay=0.005293651483952999, ms=00023}
22:49:04.665617 run osmo-ms-mob/00024: Starting mobile
22:49:04.679485 run osmo-ms-mob/00024(pid=159): Launched
22:49:04.691597 run mass: MS start registered {at=7642650.394937867, delay=0.005745668895542622, ms=00024}
22:49:04.698439 run mass: MS performed LU {at=7642650.40179379, lu_delay=5.5089106624946, ms=00013}
22:49:04.780608 run mass: MS performed LU {at=7642650.483935987, lu_delay=6.189416623674333, ms=00012}
22:49:04.826626 run mass: MS performed LU {at=7642650.529961083, lu_delay=5.035848932340741, ms=00014}
22:49:04.950550 run mass: MS performed LU {at=7642650.653875388, lu_delay=4.560734597034752, ms=00015}
22:49:04.962002 run osmo-ms-mob/00025: Starting mobile
22:49:04.975899 run osmo-ms-mob/00025(pid=160): Launched
22:49:04.987406 run mass: MS start registered {at=7642650.690757871, delay=0.005420416593551636, ms=00025}
22:49:05.565743 run osmo-ms-mob/00026: Starting mobile
22:49:05.579370 run osmo-ms-mob/00026(pid=161): Launched
22:49:05.591244 run mass: MS start registered {at=7642651.294592086, delay=0.005556879565119743, ms=00026}
22:49:05.980129 run osmo-ms-mob/00027: Starting mobile
22:49:05.993674 run osmo-ms-mob/00027(pid=162): Launched
22:49:06.005263 run mass: MS start registered {at=7642651.708607183, delay=0.005393100902438164, ms=00027}
22:49:06.365824 run osmo-ms-mob/00028: Starting mobile
22:49:06.379455 run osmo-ms-mob/00028(pid=163): Launched
22:49:06.391168 run mass: MS start registered {at=7642652.09451553, delay=0.004866958595812321, ms=00028}
22:49:06.681831 run mass: MS performed LU {at=7642652.385136007, lu_delay=4.690592875704169, ms=00018}
22:49:06.696842 run osmo-ms-mob/00029: Starting mobile
22:49:06.710635 run osmo-ms-mob/00029(pid=164): Launched
22:49:06.722412 run mass: MS start registered {at=7642652.425765086, delay=0.0053707305341959, ms=00029}
22:49:06.729126 run mass: MS performed LU {at=7642652.432483555, lu_delay=5.83853152487427, ms=00016}
22:49:06.797039 run mass: MS performed LU {at=7642652.50035824, lu_delay=5.405808894895017, ms=00017}
22:49:07.178291 run osmo-ms-mob/00030: Starting mobile
22:49:07.192416 run osmo-ms-mob/00030(pid=165): Launched
22:49:07.205313 run mass: MS start registered {at=7642652.908650233, delay=0.006548340432345867, ms=00030}
22:49:07.576127 run osmo-ms-mob/00031: Starting mobile
22:49:07.590362 run osmo-ms-mob/00031(pid=166): Launched
22:49:07.601947 run mass: MS start registered {at=7642653.30529687, delay=0.005500218831002712, ms=00031}
22:49:07.869837 run osmo-ms-mob/00032: Starting mobile
22:49:07.886672 run osmo-ms-mob/00032(pid=167): Launched
22:49:07.899027 run mass: MS start registered {at=7642653.602363876, delay=0.00586430449038744, ms=00032}
22:49:08.265701 run osmo-ms-mob/00033: Starting mobile
22:49:08.279642 run osmo-ms-mob/00033(pid=168): Launched
22:49:08.291769 run mass: MS start registered {at=7642653.99511354, delay=0.005259841680526733, ms=00033}
22:49:08.462808 run mass: MS performed LU {at=7642654.166139898, lu_delay=5.572164610028267, ms=00020}
22:49:08.546118 run mass: MS performed LU {at=7642654.249447685, lu_delay=4.753364915959537, ms=00022}
22:49:08.557836 run osmo-ms-mob/00034: Starting mobile
22:49:08.571614 run osmo-ms-mob/00034(pid=169): Launched
22:49:08.583474 run mass: MS start registered {at=7642654.286802707, delay=0.005570606328547001, ms=00034}
22:49:08.592606 run mass: MS performed LU {at=7642654.295943621, lu_delay=5.178058342076838, ms=00021}
22:49:08.717124 run mass: MS performed LU {at=7642654.420449944, lu_delay=6.325321719050407, ms=00019}
22:49:08.729143 run osmo-ms-mob/00035: Starting mobile
22:49:08.743500 run osmo-ms-mob/00035(pid=170): Launched
22:49:08.756929 run mass: MS start registered {at=7642654.460269954, delay=0.006940880790352821, ms=00035}
22:49:09.366764 run osmo-ms-mob/00036: Starting mobile
22:49:09.380388 run osmo-ms-mob/00036(pid=171): Launched
22:49:09.392682 run mass: MS start registered {at=7642655.095995777, delay=0.005384632386267185, ms=00036}
22:49:09.765233 run osmo-ms-mob/00037: Starting mobile
22:49:09.779066 run osmo-ms-mob/00037(pid=172): Launched
22:49:09.791698 run mass: MS start registered {at=7642655.495036494, delay=0.006169783882796764, ms=00037}
22:49:10.065041 run osmo-ms-mob/00038: Starting mobile
22:49:10.078988 run osmo-ms-mob/00038(pid=173): Launched
22:49:10.090764 run mass: MS start registered {at=7642655.794116859, delay=0.005335940979421139, ms=00038}
22:49:10.327860 run mass: MS performed LU {at=7642656.0311701, lu_delay=4.322562917135656, ms=00027}
22:49:10.342114 run osmo-ms-mob/00039: Starting mobile
22:49:10.355814 run osmo-ms-mob/00039(pid=174): Launched
22:49:10.367448 run mass: MS start registered {at=7642656.070798204, delay=0.00524985883384943, ms=00039}
22:49:10.383599 run mass: MS performed LU {at=7642656.086935379, lu_delay=6.079902272671461, ms=00023}
22:49:10.494117 run mass: MS performed LU {at=7642656.197432346, lu_delay=4.902840259484947, ms=00026}
22:49:10.636557 run mass: MS performed LU {at=7642656.339885291, lu_delay=5.944947423413396, ms=00024}
22:49:10.648531 run osmo-ms-mob/00040: Starting mobile
22:49:10.662239 run osmo-ms-mob/00040(pid=175): Launched
22:49:10.674127 run mass: MS start registered {at=7642656.377475924, delay=0.005117937922477722, ms=00040}
22:49:11.065566 run osmo-ms-mob/00041: Starting mobile
22:49:11.079057 run osmo-ms-mob/00041(pid=176): Launched
22:49:11.090889 run mass: MS start registered {at=7642656.794230417, delay=0.005479014478623867, ms=00041}
22:49:11.365849 run osmo-ms-mob/00042: Starting mobile
22:49:11.379795 run osmo-ms-mob/00042(pid=177): Launched
22:49:11.386294 run mass: MS performed LU {at=7642657.089650046, lu_delay=6.398892175406218, ms=00025}
22:49:11.392620 run mass: MS start registered {at=7642657.09598494, delay=0.006356342695653439, ms=00042}
22:49:11.764616 run osmo-ms-mob/00043: Starting mobile
22:49:11.779127 run osmo-ms-mob/00043(pid=178): Launched
22:49:11.790817 run mass: MS start registered {at=7642657.494165573, delay=0.005248806439340115, ms=00043}
22:49:12.065357 run osmo-ms-mob/00044: Starting mobile
22:49:12.079625 run osmo-ms-mob/00044(pid=179): Launched
22:49:12.092010 run mass: MS start registered {at=7642657.795346245, delay=0.005749364383518696, ms=00044}
22:49:12.228858 run mass: MS performed LU {at=7642657.932185823, lu_delay=5.023535589687526, ms=00030}
22:49:12.247409 run mass: MS performed LU {at=7642657.950739242, lu_delay=4.645442372187972, ms=00031}
22:49:12.259411 run osmo-ms-mob/00045: Starting mobile
22:49:12.274047 run osmo-ms-mob/00045(pid=180): Launched
22:49:12.293186 run mass: MS start registered {at=7642657.996492947, delay=0.012145190499722958, ms=00045}
22:49:12.358045 run mass: MS performed LU {at=7642658.061358703, lu_delay=5.635593617334962, ms=00029}
22:49:12.538106 run mass: MS performed LU {at=7642658.241431038, lu_delay=6.146915507502854, ms=00028}
22:49:12.550873 run osmo-ms-mob/00046: Starting mobile
22:49:12.565174 run osmo-ms-mob/00046(pid=181): Launched
22:49:12.571727 run mass: MS performed LU {at=7642658.275080943, lu_delay=4.6727170664817095, ms=00032}
22:49:12.583298 run mass: MS start registered {at=7642658.286636955, delay=0.01158185675740242, ms=00046}
22:49:12.967825 run osmo-ms-mob/00047: Starting mobile
22:49:12.982166 run osmo-ms-mob/00047(pid=182): Launched
22:49:12.994595 run mass: MS start registered {at=7642658.69791631, delay=0.0060646189376711845, ms=00047}
22:49:13.265685 run osmo-ms-mob/00048: Starting mobile
22:49:13.279108 run osmo-ms-mob/00048(pid=183): Launched
22:49:13.291029 run mass: MS start registered {at=7642658.994369777, delay=0.005629804916679859, ms=00048}
22:49:13.565242 run osmo-ms-mob/00049: Starting mobile
22:49:13.578311 run osmo-ms-mob/00049(pid=184): Launched
22:49:13.589730 run mass: MS start registered {at=7642659.29307726, delay=0.005328108556568623, ms=00049}
22:49:13.864545 run osmo-ms-mob/00050: Starting mobile
22:49:13.878165 run osmo-ms-mob/00050(pid=185): Launched
22:49:13.890830 run mass: MS start registered {at=7642659.594162904, delay=0.0063878558576107025, ms=00050}
22:49:14.195167 run mass: MS performed LU {at=7642659.898483789, lu_delay=5.611681081354618, ms=00034}
22:49:14.209301 run osmo-ms-mob/00051: Starting mobile
22:49:14.223113 run osmo-ms-mob/00051(pid=186): Launched
22:49:14.235027 run mass: MS start registered {at=7642659.938371209, delay=0.005614797584712505, ms=00051}
22:49:14.259505 run mass: MS performed LU {at=7642659.962832274, lu_delay=4.866836496628821, ms=00036}
22:49:14.329146 run mass: MS performed LU {at=7642660.03248555, lu_delay=6.037372009828687, ms=00033}
22:49:14.341440 run osmo-ms-mob/00052: Starting mobile
22:49:14.355227 run osmo-ms-mob/00052(pid=187): Launched
22:49:14.367440 run mass: MS start registered {at=7642660.070786255, delay=0.004798178561031818, ms=00052}
22:49:14.384640 run mass: MS performed LU {at=7642660.087971241, lu_delay=5.627701287157834, ms=00035}
22:49:14.637776 run mass: MS performed LU {at=7642660.34110569, lu_delay=4.846069196239114, ms=00037}
22:49:14.649689 run osmo-ms-mob/00053: Starting mobile
22:49:14.663813 run osmo-ms-mob/00053(pid=188): Launched
22:49:14.676606 run mass: MS start registered {at=7642660.379951798, delay=0.005881112068891525, ms=00053}
22:49:15.165277 run osmo-ms-mob/00054: Starting mobile
22:49:15.178823 run osmo-ms-mob/00054(pid=189): Launched
22:49:15.190633 run mass: MS start registered {at=7642660.893983802, delay=0.005306055769324303, ms=00054}
22:49:15.464975 run osmo-ms-mob/00055: Starting mobile
22:49:15.478894 run osmo-ms-mob/00055(pid=190): Launched
22:49:15.490903 run mass: MS start registered {at=7642661.194253739, delay=0.005597936920821667, ms=00055}
22:49:15.765125 run osmo-ms-mob/00056: Starting mobile
22:49:15.779078 run osmo-ms-mob/00056(pid=191): Launched
22:49:15.790981 run mass: MS start registered {at=7642661.494327381, delay=0.005748114548623562, ms=00056}
22:49:15.994486 run mass: MS performed LU {at=7642661.697816043, lu_delay=5.320340119302273, ms=00040}
22:49:16.006213 run osmo-ms-mob/00057: Starting mobile
22:49:16.020146 run osmo-ms-mob/00057(pid=192): Launched
22:49:16.026485 run mass: MS performed LU {at=7642661.729841339, lu_delay=4.935610922053456, ms=00041}
22:49:16.032906 run mass: MS start registered {at=7642661.73627027, delay=0.006451833061873913, ms=00057}
22:49:16.123627 run mass: MS performed LU {at=7642661.826954779, lu_delay=6.032837919890881, ms=00038}
22:49:16.304050 run mass: MS performed LU {at=7642662.007378421, lu_delay=5.936580216512084, ms=00039}
22:49:16.315602 run osmo-ms-mob/00058: Starting mobile
22:49:16.329092 run osmo-ms-mob/00058(pid=193): Launched
22:49:16.335200 run mass: MS performed LU {at=7642662.038556839, lu_delay=4.942571898922324, ms=00042}
22:49:16.341173 run mass: MS start registered {at=7642662.044537673, delay=0.00600206945091486, ms=00058}
22:49:16.766116 run osmo-ms-mob/00059: Starting mobile
22:49:16.779664 run osmo-ms-mob/00059(pid=194): Launched
22:49:16.792094 run mass: MS start registered {at=7642662.495434036, delay=0.0059358542785048485, ms=00059}
22:49:17.065675 run osmo-ms-mob/00060: Starting mobile
22:49:17.079175 run osmo-ms-mob/00060(pid=195): Launched
22:49:17.091141 run mass: MS start registered {at=7642662.794486145, delay=0.005427009426057339, ms=00060}
22:49:17.465869 run osmo-ms-mob/00061: Starting mobile
22:49:17.479841 run osmo-ms-mob/00061(pid=196): Launched
22:49:17.492040 run mass: MS start registered {at=7642663.195382738, delay=0.005756818689405918, ms=00061}
22:49:17.765251 run osmo-ms-mob/00062: Starting mobile
22:49:17.778581 run osmo-ms-mob/00062(pid=197): Launched
22:49:17.790832 run mass: MS start registered {at=7642663.494165981, delay=0.005893273279070854, ms=00062}
22:49:17.961030 run mass: MS performed LU {at=7642663.664359668, lu_delay=6.170194095000625, ms=00043}
22:49:17.972488 run osmo-ms-mob/00063: Starting mobile
22:49:17.986098 run osmo-ms-mob/00063(pid=198): Launched
22:49:17.992508 run mass: MS performed LU {at=7642663.695862491, lu_delay=4.70149271376431, ms=00048}
22:49:17.998912 run mass: MS start registered {at=7642663.702263418, delay=0.006422019563615322, ms=00063}
22:49:18.025220 run mass: MS performed LU {at=7642663.72855339, lu_delay=5.030637079849839, ms=00047}
22:49:18.094487 run mass: MS performed LU {at=7642663.797820073, lu_delay=6.0024738274514675, ms=00044}
22:49:18.106016 run osmo-ms-mob/00064: Starting mobile
22:49:18.119067 run osmo-ms-mob/00064(pid=199): Launched
22:49:18.131394 run mass: MS start registered {at=7642663.834727727, delay=0.005730941891670227, ms=00064}
22:49:18.149951 run mass: MS performed LU {at=7642663.853292569, lu_delay=5.566655613481998, ms=00046}
22:49:18.168516 run mass: MS performed LU {at=7642663.871854827, lu_delay=5.8753618793562055, ms=00045}
22:49:18.458792 run mass: MS performed LU {at=7642664.162103313, lu_delay=4.869026052765548, ms=00049}
22:49:18.480513 run osmo-ms-mob/00065: Starting mobile
22:49:18.506196 run osmo-ms-mob/00065(pid=200): Launched
22:49:18.521652 run mass: MS start registered {at=7642664.225003583, delay=0.00400141254067421, ms=00065}
22:49:19.165886 run osmo-ms-mob/00066: Starting mobile
22:49:19.179505 run osmo-ms-mob/00066(pid=201): Launched
22:49:19.191986 run mass: MS start registered {at=7642664.895332001, delay=0.005945958197116852, ms=00066}
22:49:19.565427 run osmo-ms-mob/00067: Starting mobile
22:49:19.578870 run osmo-ms-mob/00067(pid=202): Launched
22:49:19.590993 run mass: MS start registered {at=7642665.294333275, delay=0.005651288665831089, ms=00067}
22:49:19.760772 run mass: MS performed LU {at=7642665.46410375, lu_delay=5.869940846227109, ms=00050}
22:49:19.772988 run osmo-ms-mob/00068: Starting mobile
22:49:19.786893 run osmo-ms-mob/00068(pid=203): Launched
22:49:19.793255 run mass: MS performed LU {at=7642665.496608824, lu_delay=5.558237614110112, ms=00051}
22:49:19.799779 run mass: MS start registered {at=7642665.503133959, delay=0.006551219150424004, ms=00068}
22:49:19.890432 run mass: MS performed LU {at=7642665.593759376, lu_delay=4.699775573797524, ms=00054}
22:49:20.069530 run mass: MS performed LU {at=7642665.772855544, lu_delay=5.702069289050996, ms=00052}
22:49:20.081416 run osmo-ms-mob/00069: Starting mobile
22:49:20.096268 run osmo-ms-mob/00069(pid=204): Launched
22:49:20.108250 run mass: MS start registered {at=7642665.811601583, delay=0.005914021283388138, ms=00069}
22:49:20.664643 run osmo-ms-mob/00070: Starting mobile
22:49:20.677885 run osmo-ms-mob/00070(pid=205): Launched
22:49:20.690267 run mass: MS start registered {at=7642666.393608871, delay=0.006159103475511074, ms=00070}
22:49:21.064880 run osmo-ms-mob/00071: Starting mobile
22:49:21.078611 run osmo-ms-mob/00071(pid=206): Launched
22:49:21.090842 run mass: MS start registered {at=7642666.794178832, delay=0.006159894168376923, ms=00071}
22:49:21.465756 run osmo-ms-mob/00072: Starting mobile
22:49:21.479646 run osmo-ms-mob/00072(pid=207): Launched
22:49:21.493342 run mass: MS start registered {at=7642667.196670593, delay=0.0070793889462947845, ms=00072}
22:49:21.726304 run mass: MS performed LU {at=7642667.429623394, lu_delay=4.635137249715626, ms=00060}
22:49:21.744414 run mass: MS performed LU {at=7642667.447766237, lu_delay=6.2535124979913235, ms=00055}
22:49:21.755552 run osmo-ms-mob/00073: Starting mobile
22:49:21.768862 run osmo-ms-mob/00073(pid=208): Launched
22:49:21.780639 run mass: MS start registered {at=7642667.483982588, delay=0.005727679468691349, ms=00073}
22:49:21.790957 run mass: MS performed LU {at=7642667.49430583, lu_delay=5.999978449195623, ms=00056}
22:49:21.860541 run mass: MS performed LU {at=7642667.563885399, lu_delay=5.519347726367414, ms=00058}
22:49:21.916091 run mass: MS performed LU {at=7642667.61941576, lu_delay=5.883145489729941, ms=00057}
22:49:21.927773 run osmo-ms-mob/00074: Starting mobile
22:49:21.941691 run osmo-ms-mob/00074(pid=209): Launched
22:49:21.948032 run mass: MS performed LU {at=7642667.651388789, lu_delay=5.155954753048718, ms=00059}
22:49:21.954129 run mass: MS start registered {at=7642667.657495148, delay=0.006128450855612755, ms=00074}
22:49:22.664847 run osmo-ms-mob/00075: Starting mobile
22:49:22.678872 run osmo-ms-mob/00075(pid=210): Launched
22:49:22.690800 run mass: MS start registered {at=7642668.394143069, delay=0.005649919621646404, ms=00075}
22:49:22.830365 run mass: MS performed LU {at=7642668.533693547, lu_delay=3.6383615462109447, ms=00066}
22:49:23.176750 run osmo-ms-mob/00076: Starting mobile
22:49:23.191466 run osmo-ms-mob/00076(pid=211): Launched
22:49:23.203171 run mass: MS start registered {at=7642668.906518126, delay=0.005244188942015171, ms=00076}
22:49:23.526393 run mass: MS performed LU {at=7642669.229720597, lu_delay=6.034337859600782, ms=00061}
22:49:23.538759 run osmo-ms-mob/00077: Starting mobile
22:49:23.552803 run osmo-ms-mob/00077(pid=212): Launched
22:49:23.559319 run mass: MS performed LU {at=7642669.262672765, lu_delay=5.768506783992052, ms=00062}
22:49:23.565850 run mass: MS start registered {at=7642669.269212438, delay=0.006563935428857803, ms=00077}
22:49:23.599973 run mass: MS performed LU {at=7642669.303301249, lu_delay=5.601037831045687, ms=00063}
22:49:24.064885 run osmo-ms-mob/00078: Starting mobile
22:49:24.078860 run osmo-ms-mob/00078(pid=213): Launched
22:49:24.090936 run mass: MS start registered {at=7642669.794281116, delay=0.0053361887112259865, ms=00078}
22:49:24.465550 run osmo-ms-mob/00079: Starting mobile
22:49:24.479999 run osmo-ms-mob/00079(pid=214): Launched
22:49:24.492934 run mass: MS start registered {at=7642670.196266656, delay=0.005947558209300041, ms=00079}
22:49:24.551562 run mass: MS performed LU {at=7642670.254860916, lu_delay=6.02985733281821, ms=00065}
22:49:24.965596 run osmo-ms-mob/00080: Starting mobile
22:49:24.979810 run osmo-ms-mob/00080(pid=215): Launched
22:49:24.991438 run mass: MS start registered {at=7642670.694761635, delay=0.005230638198554516, ms=00080}
22:49:25.465577 run osmo-ms-mob/00081: Starting mobile
22:49:25.480401 run osmo-ms-mob/00081(pid=216): Launched
22:49:25.492846 run mass: MS start registered {at=7642671.196073835, delay=0.006041317246854305, ms=00081}
22:49:25.511154 run mass: MS performed LU {at=7642671.214495753, lu_delay=5.402894170023501, ms=00069}
22:49:25.556935 run mass: MS performed LU {at=7642671.260263617, lu_delay=4.866654746234417, ms=00070}
22:49:25.626494 run mass: MS performed LU {at=7642671.329801076, lu_delay=6.035467800684273, ms=00067}
22:49:25.651815 run osmo-ms-mob/00082: Starting mobile
22:49:25.675969 run osmo-ms-mob/00082(pid=217): Launched
22:49:25.688383 run mass: MS performed LU {at=7642671.391723287, lu_delay=5.8885893281549215, ms=00068}
22:49:25.696597 run mass: MS start registered {at=7642671.399962126, delay=0.008276723325252533, ms=00082}
22:49:25.703519 run mass: MS performed LU {at=7642671.406876471, lu_delay=4.612697638571262, ms=00071}
22:49:26.465100 run osmo-ms-mob/00083: Starting mobile
22:49:26.478856 run osmo-ms-mob/00083(pid=218): Launched
22:49:26.491483 run mass: MS start registered {at=7642672.194813699, delay=0.006234609521925449, ms=00083}
22:49:26.968330 run osmo-ms-mob/00084: Starting mobile
22:49:26.983408 run osmo-ms-mob/00084(pid=219): Launched
22:49:26.996901 run mass: MS start registered {at=7642672.700243584, delay=0.006321159191429615, ms=00084}
22:49:27.291893 run mass: MS performed LU {at=7642672.995202708, lu_delay=5.798532115295529, ms=00072}
22:49:27.310603 run mass: MS performed LU {at=7642673.013928185, lu_delay=5.356433037668467, ms=00074}
22:49:27.324570 run osmo-ms-mob/00085: Starting mobile
22:49:27.341267 run osmo-ms-mob/00085(pid=220): Launched
22:49:27.356031 run mass: MS start registered {at=7642673.059374419, delay=0.006981147453188896, ms=00085}
22:49:27.375825 run mass: MS performed LU {at=7642673.079127519, lu_delay=4.684984450228512, ms=00075}
22:49:27.601950 run mass: MS performed LU {at=7642673.30527733, lu_delay=5.82129474170506, ms=00073}
22:49:28.064882 run osmo-ms-mob/00086: Starting mobile
22:49:28.079579 run osmo-ms-mob/00086(pid=221): Launched
22:49:28.093241 run mass: MS start registered {at=7642673.7965786, delay=0.006131135858595371, ms=00086}
22:49:28.671458 run osmo-ms-mob/00087: Starting mobile
22:49:28.689360 run osmo-ms-mob/00087(pid=222): Launched
22:49:28.713199 run mass: MS start registered {at=7642674.416528746, delay=0.014670565724372864, ms=00087}
22:49:29.265746 run osmo-ms-mob/00088: Starting mobile
22:49:29.281711 run osmo-ms-mob/00088(pid=223): Launched
22:49:29.288874 run mass: MS performed LU {at=7642674.992229295, lu_delay=5.7230168571695685, ms=00077}
22:49:29.296004 run mass: MS start registered {at=7642674.999368419, delay=0.007162679918110371, ms=00088}
22:49:29.322852 run mass: MS performed LU {at=7642675.026185206, lu_delay=6.119667080231011, ms=00076}
22:49:29.391761 run mass: MS performed LU {at=7642675.09508871, lu_delay=5.300807594321668, ms=00078}
22:49:29.448304 run mass: MS performed LU {at=7642675.151630621, lu_delay=4.955363965593278, ms=00079}
22:49:29.866079 run osmo-ms-mob/00089: Starting mobile
22:49:29.882796 run osmo-ms-mob/00089(pid=224): Launched
22:49:29.896199 run mass: MS start registered {at=7642675.599542875, delay=0.005475406534969807, ms=00089}
22:49:30.466808 run osmo-ms-mob/00090: Starting mobile
22:49:30.484178 run osmo-ms-mob/00090(pid=225): Launched
22:49:30.503192 run mass: MS start registered {at=7642676.206501803, delay=0.010767094790935516, ms=00090}
22:49:31.058033 run mass: MS performed LU {at=7642676.76134699, lu_delay=5.361384863965213, ms=00082}
22:49:31.165811 run osmo-ms-mob/00091: Starting mobile
22:49:31.182004 run osmo-ms-mob/00091(pid=226): Launched
22:49:31.189770 run mass: MS performed LU {at=7642676.893120267, lu_delay=6.198358632624149, ms=00080}
22:49:31.197296 run mass: MS start registered {at=7642676.900658329, delay=0.00756244920194149, ms=00091}
22:49:31.311901 run mass: MS performed LU {at=7642677.015230431, lu_delay=4.820416731759906, ms=00083}
22:49:31.376460 run mass: MS performed LU {at=7642677.079758307, lu_delay=5.883684472180903, ms=00081}
22:49:31.865619 run osmo-ms-mob/00092: Starting mobile
22:49:31.880944 run osmo-ms-mob/00092(pid=227): Launched
22:49:31.922896 run mass: MS start registered {at=7642677.626249256, delay=2.4089589715003967e-05, ms=00092}
22:49:32.664710 run osmo-ms-mob/00093: Starting mobile
22:49:32.678085 run osmo-ms-mob/00093(pid=228): Launched
22:49:32.690749 run mass: MS start registered {at=7642678.394088738, delay=0.006328947842121124, ms=00093}
22:49:33.042894 run mass: MS performed LU {at=7642678.746223982, lu_delay=5.686849563382566, ms=00085}
22:49:33.088306 run mass: MS performed LU {at=7642678.791643079, lu_delay=4.99506447929889, ms=00086}
22:49:33.157969 run mass: MS performed LU {at=7642678.861285538, lu_delay=6.161041954532266, ms=00084}
22:49:33.448370 run mass: MS performed LU {at=7642679.151701099, lu_delay=4.735172353684902, ms=00087}
22:49:33.565976 run osmo-ms-mob/00094: Starting mobile
22:49:33.579824 run osmo-ms-mob/00094(pid=229): Launched
22:49:33.592722 run mass: MS start registered {at=7642679.296049389, delay=0.006439168006181717, ms=00094}
22:49:34.465421 run osmo-ms-mob/00095: Starting mobile
22:49:34.480069 run osmo-ms-mob/00095(pid=230): Launched
22:49:34.496749 run mass: MS start registered {at=7642680.200053516, delay=0.009640687145292759, ms=00095}
22:49:34.907259 run mass: MS performed LU {at=7642680.610568017, lu_delay=5.01102514192462, ms=00089}
22:49:34.952974 run mass: MS performed LU {at=7642680.656284785, lu_delay=5.65691636595875, ms=00088}
22:49:35.059309 run mass: MS performed LU {at=7642680.762623255, lu_delay=4.5561214517802, ms=00090}
22:49:35.464854 run osmo-ms-mob/00096: Starting mobile
22:49:35.478726 run osmo-ms-mob/00096(pid=231): Launched
22:49:35.491482 run mass: MS start registered {at=7642681.194800251, delay=0.006379352882504463, ms=00096}
22:49:36.565995 run osmo-ms-mob/00097: Starting mobile
22:49:36.583656 run osmo-ms-mob/00097(pid=232): Launched
22:49:36.598407 run mass: MS start registered {at=7642682.301705357, delay=0.0067704347893595695, ms=00097}
22:49:36.807807 run mass: MS performed LU {at=7642682.511132874, lu_delay=5.6104745445773005, ms=00091}
22:49:36.854524 run mass: MS performed LU {at=7642682.557852875, lu_delay=4.93160361982882, ms=00092}
22:49:37.159507 run mass: MS performed LU {at=7642682.862839301, lu_delay=22.482887502759695, ms=00053}
22:49:37.865559 run osmo-ms-mob/00098: Starting mobile
22:49:37.879891 run osmo-ms-mob/00098(pid=233): Launched
22:49:37.892101 run mass: MS start registered {at=7642683.595452403, delay=0.005861329846084118, ms=00098}
22:49:38.672686 run mass: MS performed LU {at=7642684.375980676, lu_delay=5.079931287094951, ms=00094}
22:49:38.719103 run mass: MS performed LU {at=7642684.422433456, lu_delay=6.02834471873939, ms=00093}
22:49:39.665596 run osmo-ms-mob/00099: Starting mobile
22:49:39.679619 run osmo-ms-mob/00099(pid=234): Launched
22:49:39.686006 run mass: All started... {duration=55.727324241772294, too_slow=0}
22:49:39.692158 run mass: MS start registered {at=7642685.395515407, delay=0.006143704988062382, ms=00099}
22:49:40.574240 run mass: MS performed LU {at=7642686.277555056, lu_delay=5.082754804752767, ms=00096}
22:49:40.620688 run mass: MS performed LU {at=7642686.324029128, lu_delay=6.123975612223148, ms=00095}
22:49:40.689421 run mass: MS performed LU {at=7642686.392748756, lu_delay=22.55802102945745, ms=00064}
22:49:42.674481 run mass: MS performed LU {at=7642688.377788211, lu_delay=6.076082854531705, ms=00097}
22:49:42.720007 run mass: MS performed LU {at=7642688.423359728, lu_delay=4.827907325699925, ms=00098}
22:49:44.340292 run mass: MS performed LU {at=7642690.043622905, lu_delay=4.6481074979528785, ms=00099}
22:49:44.346751 run mass: Tests done {all_completed=True, max=22.55802102945745, min=3.6383615462109447}
22:49:44.352354 tst register_default_mass.py: Test passed (84.9 sec)
22:49:44.357932 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.361361 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.364731 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.368114 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.371487 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.374912 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.378280 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.384230 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.387610 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.390997 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.394384 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.397761 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.401132 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.404537 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.407975 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.411405 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.414905 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.418460 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.421930 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.425404 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.428898 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.432343 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.435851 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.439382 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.442847 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.446324 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.449769 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.453166 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.456554 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.460005 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.463412 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.467232 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.470641 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.474055 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.477498 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.480941 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.484729 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.488122 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.491567 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.495295 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.498854 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.502969 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.506426 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.509855 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.513772 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.517896 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.521532 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.525717 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.529333 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.532925 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.536378 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.539825 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.543308 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.547604 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.551110 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.554550 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.558040 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.561469 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.564900 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.568285 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.571706 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.575238 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.578648 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.582069 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.585518 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.588968 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.592432 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.595860 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.599301 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.602746 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.606223 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.609660 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.613127 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.616618 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.620072 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.623538 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.627005 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.630461 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.633923 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.637378 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.640849 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.644311 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.647749 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.651194 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.654787 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.658253 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.662339 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.665961 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.669489 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.673269 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.676706 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.680127 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.683569 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.686984 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.690442 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.693862 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.697289 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.700790 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.704228 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.707640 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.711022 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.714414 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.717848 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.721257 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.724681 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.728072 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.731465 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.734876 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.738436 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.741969 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.745452 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.748961 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.752413 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.755875 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.760054 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.763515 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.766962 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.770349 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.773738 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.777101 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.780500 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.783774 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.787006 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.790439 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.793690 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.796941 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.800167 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.803396 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.806736 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.810123 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.813504 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.816923 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.820284 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.823682 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.832347 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.835666 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.838969 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.842271 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.845568 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.848861 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.852251 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.855696 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.859126 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.862635 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.866338 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.869737 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.873111 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.876468 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.879823 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.883176 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.886526 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.889886 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.893272 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.896641 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.900003 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.903382 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.906767 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.910145 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.913511 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.916896 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.920270 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.923666 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.927086 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.930487 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.933895 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.937271 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.940655 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.944044 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.947432 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.950835 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.954212 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.957591 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.961032 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.964421 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.967824 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.971217 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.974583 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.977953 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.981346 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.984727 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.988090 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.991462 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.994840 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.998214 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.001585 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.004936 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.008325 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.011576 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.014832 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.018063 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.021295 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.024528 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.027772 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.031027 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.034303 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.037538 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.040800 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.044174 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.047552 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.050944 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.054322 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.057662 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.061035 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.064404 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.067671 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.071063 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.074441 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.077842 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.081267 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.084678 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.088064 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.091468 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.094874 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.098539 --- ParallelTerminationStrategy: PID 22 died...
22:49:45.100107 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.103915 --- ParallelTerminationStrategy: PID 23 died...
22:49:45.105457 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.109382 --- ParallelTerminationStrategy: PID 24 died...
22:49:45.110948 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.114719 --- ParallelTerminationStrategy: PID 25 died...
22:49:45.116256 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.120032 --- ParallelTerminationStrategy: PID 26 died...
22:49:45.121584 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.125395 --- ParallelTerminationStrategy: PID 27 died...
22:49:45.126990 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.130778 --- ParallelTerminationStrategy: PID 28 died...
22:49:45.132306 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.136089 --- ParallelTerminationStrategy: PID 29 died...
22:49:45.137619 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.141420 --- ParallelTerminationStrategy: PID 30 died...
22:49:45.142951 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.146696 --- ParallelTerminationStrategy: PID 31 died...
22:49:45.148211 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.151982 --- ParallelTerminationStrategy: PID 32 died...
22:49:45.153508 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.157306 --- ParallelTerminationStrategy: PID 33 died...
22:49:45.158832 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.162636 --- ParallelTerminationStrategy: PID 35 died...
22:49:45.164170 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.167952 --- ParallelTerminationStrategy: PID 36 died...
22:49:45.169511 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.173252 --- ParallelTerminationStrategy: PID 37 died...
22:49:45.174772 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.178499 --- ParallelTerminationStrategy: PID 38 died...
22:49:45.180016 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.183741 --- ParallelTerminationStrategy: PID 39 died...
22:49:45.185294 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.188920 --- ParallelTerminationStrategy: PID 40 died...
22:49:45.190381 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.194028 --- ParallelTerminationStrategy: PID 41 died...
22:49:45.195539 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.199315 --- ParallelTerminationStrategy: PID 42 died...
22:49:45.200836 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.204573 --- ParallelTerminationStrategy: PID 43 died...
22:49:45.206095 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.209817 --- ParallelTerminationStrategy: PID 44 died...
22:49:45.211283 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.214912 --- ParallelTerminationStrategy: PID 45 died...
22:49:45.216388 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.220143 --- ParallelTerminationStrategy: PID 46 died...
22:49:45.221639 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.225395 --- ParallelTerminationStrategy: PID 47 died...
22:49:45.226898 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.230606 --- ParallelTerminationStrategy: PID 48 died...
22:49:45.232090 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.235805 --- ParallelTerminationStrategy: PID 49 died...
22:49:45.237306 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.241050 --- ParallelTerminationStrategy: PID 50 died...
22:49:45.242500 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.246073 --- ParallelTerminationStrategy: PID 51 died...
22:49:45.247516 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.251181 --- ParallelTerminationStrategy: PID 52 died...
22:49:45.252733 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.256441 --- ParallelTerminationStrategy: PID 53 died...
22:49:45.257943 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.261647 --- ParallelTerminationStrategy: PID 54 died...
22:49:45.263149 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.266854 --- ParallelTerminationStrategy: PID 55 died...
22:49:45.268354 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.272093 --- ParallelTerminationStrategy: PID 56 died...
22:49:45.273593 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.277290 --- ParallelTerminationStrategy: PID 57 died...
22:49:45.278801 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.282524 --- ParallelTerminationStrategy: PID 58 died...
22:49:45.284023 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.287776 --- ParallelTerminationStrategy: PID 59 died...
22:49:45.289291 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.292975 --- ParallelTerminationStrategy: PID 60 died...
22:49:45.294481 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.298118 --- ParallelTerminationStrategy: PID 61 died...
22:49:45.299563 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.303178 --- ParallelTerminationStrategy: PID 62 died...
22:49:45.304636 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.308198 --- ParallelTerminationStrategy: PID 63 died...
22:49:45.309664 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.313454 --- ParallelTerminationStrategy: PID 64 died...
22:49:45.314911 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.318568 --- ParallelTerminationStrategy: PID 65 died...
22:49:45.320048 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.323625 --- ParallelTerminationStrategy: PID 66 died...
22:49:45.325093 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.328665 --- ParallelTerminationStrategy: PID 67 died...
22:49:45.330156 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.333748 --- ParallelTerminationStrategy: PID 68 died...
22:49:45.335263 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.338975 --- ParallelTerminationStrategy: PID 69 died...
22:49:45.340480 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.344260 --- ParallelTerminationStrategy: PID 70 died...
22:49:45.345814 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.349539 --- ParallelTerminationStrategy: PID 71 died...
22:49:45.351066 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.354784 --- ParallelTerminationStrategy: PID 72 died...
22:49:45.356308 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.360045 --- ParallelTerminationStrategy: PID 73 died...
22:49:45.361560 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.365350 --- ParallelTerminationStrategy: PID 74 died...
22:49:45.366887 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.370611 --- ParallelTerminationStrategy: PID 75 died...
22:49:45.372120 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.375845 --- ParallelTerminationStrategy: PID 76 died...
22:49:45.377354 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.381125 --- ParallelTerminationStrategy: PID 77 died...
22:49:45.382645 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.386376 --- ParallelTerminationStrategy: PID 78 died...
22:49:45.387867 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.391576 --- ParallelTerminationStrategy: PID 79 died...
22:49:45.393143 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.396856 --- ParallelTerminationStrategy: PID 80 died...
22:49:45.398345 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.401941 --- ParallelTerminationStrategy: PID 81 died...
22:49:45.403382 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.407045 --- ParallelTerminationStrategy: PID 82 died...
22:49:45.408544 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.412153 --- ParallelTerminationStrategy: PID 83 died...
22:49:45.413660 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.417403 --- ParallelTerminationStrategy: PID 84 died...
22:49:45.418916 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.422640 --- ParallelTerminationStrategy: PID 85 died...
22:49:45.424146 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.427842 --- ParallelTerminationStrategy: PID 86 died...
22:49:45.429393 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.433103 --- ParallelTerminationStrategy: PID 87 died...
22:49:45.434595 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.438286 --- ParallelTerminationStrategy: PID 88 died...
22:49:45.439789 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.443526 --- ParallelTerminationStrategy: PID 89 died...
22:49:45.445023 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.448742 --- ParallelTerminationStrategy: PID 90 died...
22:49:45.450242 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.453969 --- ParallelTerminationStrategy: PID 91 died...
22:49:45.455485 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.459193 --- ParallelTerminationStrategy: PID 92 died...
22:49:45.460702 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.464408 --- ParallelTerminationStrategy: PID 93 died...
22:49:45.465917 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.469664 --- ParallelTerminationStrategy: PID 94 died...
22:49:45.471171 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.474882 --- ParallelTerminationStrategy: PID 95 died...
22:49:45.476380 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.480094 --- ParallelTerminationStrategy: PID 96 died...
22:49:45.481595 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.485303 --- ParallelTerminationStrategy: PID 97 died...
22:49:45.486809 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.490543 --- ParallelTerminationStrategy: PID 98 died...
22:49:45.492048 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.495747 --- ParallelTerminationStrategy: PID 99 died...
22:49:45.497258 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.500954 --- ParallelTerminationStrategy: PID 100 died...
22:49:45.502446 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.506149 --- ParallelTerminationStrategy: PID 101 died...
22:49:45.507645 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.511368 --- ParallelTerminationStrategy: PID 102 died...
22:49:45.512870 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.516561 --- ParallelTerminationStrategy: PID 103 died...
22:49:45.518062 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.521766 --- ParallelTerminationStrategy: PID 104 died...
22:49:45.523256 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.527009 --- ParallelTerminationStrategy: PID 105 died...
22:49:45.528513 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.532227 --- ParallelTerminationStrategy: PID 106 died...
22:49:45.533732 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.537470 --- ParallelTerminationStrategy: PID 107 died...
22:49:45.538981 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.542706 --- ParallelTerminationStrategy: PID 108 died...
22:49:45.544231 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.547946 --- ParallelTerminationStrategy: PID 109 died...
22:49:45.549455 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.560039 --- ParallelTerminationStrategy: PID 110 died...
22:49:45.561580 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.565357 --- ParallelTerminationStrategy: PID 111 died...
22:49:45.566893 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.570658 --- ParallelTerminationStrategy: PID 112 died...
22:49:45.572179 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.575944 --- ParallelTerminationStrategy: PID 113 died...
22:49:45.577487 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.581273 --- ParallelTerminationStrategy: PID 114 died...
22:49:45.582798 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.586541 --- ParallelTerminationStrategy: PID 115 died...
22:49:45.588047 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.591756 --- ParallelTerminationStrategy: PID 116 died...
22:49:45.593263 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.596963 --- ParallelTerminationStrategy: PID 117 died...
22:49:45.598472 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.602183 --- ParallelTerminationStrategy: PID 118 died...
22:49:45.603690 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.607413 --- ParallelTerminationStrategy: PID 119 died...
22:49:45.608924 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.612622 --- ParallelTerminationStrategy: PID 120 died...
22:49:45.614147 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.617885 --- ParallelTerminationStrategy: PID 121 died...
22:49:45.619397 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.623151 --- ParallelTerminationStrategy: PID 122 died...
22:49:45.624657 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.628366 --- ParallelTerminationStrategy: PID 123 died...
22:49:45.629873 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.633582 --- ParallelTerminationStrategy: PID 124 died...
22:49:45.635102 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.638877 --- ParallelTerminationStrategy: PID 125 died...
22:49:45.640412 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.644157 --- ParallelTerminationStrategy: PID 126 died...
22:49:45.645657 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.649370 --- ParallelTerminationStrategy: PID 127 died...
22:49:45.650867 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.654450 --- ParallelTerminationStrategy: PID 128 died...
22:49:45.655903 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.659565 --- ParallelTerminationStrategy: PID 129 died...
22:49:45.661073 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.664664 --- ParallelTerminationStrategy: PID 130 died...
22:49:45.666174 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.669873 --- ParallelTerminationStrategy: PID 131 died...
22:49:45.671384 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.675098 --- ParallelTerminationStrategy: PID 132 died...
22:49:45.676597 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.680373 --- ParallelTerminationStrategy: PID 133 died...
22:49:45.681854 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.685411 --- ParallelTerminationStrategy: PID 134 died...
22:49:45.686850 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.690500 --- ParallelTerminationStrategy: PID 135 died...
22:49:45.691971 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.695707 --- ParallelTerminationStrategy: PID 136 died...
22:49:45.697233 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.700843 --- ParallelTerminationStrategy: PID 137 died...
22:49:45.702294 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.705872 --- ParallelTerminationStrategy: PID 138 died...
22:49:45.707398 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.711049 --- ParallelTerminationStrategy: PID 139 died...
22:49:45.712508 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.716171 --- ParallelTerminationStrategy: PID 140 died...
22:49:45.717623 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.721203 --- ParallelTerminationStrategy: PID 141 died...
22:49:45.722684 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.726415 --- ParallelTerminationStrategy: PID 142 died...
22:49:45.727902 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.731550 --- ParallelTerminationStrategy: PID 143 died...
22:49:45.733097 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.736863 --- ParallelTerminationStrategy: PID 144 died...
22:49:45.738368 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.742113 --- ParallelTerminationStrategy: PID 145 died...
22:49:45.743621 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.747425 --- ParallelTerminationStrategy: PID 146 died...
22:49:45.748927 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.752655 --- ParallelTerminationStrategy: PID 147 died...
22:49:45.754169 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.757904 --- ParallelTerminationStrategy: PID 148 died...
22:49:45.759409 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.763152 --- ParallelTerminationStrategy: PID 149 died...
22:49:45.764693 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.768415 --- ParallelTerminationStrategy: PID 150 died...
22:49:45.769922 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.773654 --- ParallelTerminationStrategy: PID 151 died...
22:49:45.775157 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.778822 --- ParallelTerminationStrategy: PID 152 died...
22:49:45.780271 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.784001 --- ParallelTerminationStrategy: PID 153 died...
22:49:45.785469 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.789054 --- ParallelTerminationStrategy: PID 154 died...
22:49:45.790527 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.794153 --- ParallelTerminationStrategy: PID 155 died...
22:49:45.795600 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.799192 --- ParallelTerminationStrategy: PID 156 died...
22:49:45.800637 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.804202 --- ParallelTerminationStrategy: PID 157 died...
22:49:45.805659 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.809255 --- ParallelTerminationStrategy: PID 158 died...
22:49:45.810688 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.814289 --- ParallelTerminationStrategy: PID 159 died...
22:49:45.815748 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.819321 --- ParallelTerminationStrategy: PID 160 died...
22:49:45.820775 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.824360 --- ParallelTerminationStrategy: PID 161 died...
22:49:45.825807 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.829425 --- ParallelTerminationStrategy: PID 162 died...
22:49:45.830872 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.834441 --- ParallelTerminationStrategy: PID 163 died...
22:49:45.835878 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.839609 --- ParallelTerminationStrategy: PID 164 died...
22:49:45.841129 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.844885 --- ParallelTerminationStrategy: PID 165 died...
22:49:45.846406 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.850167 --- ParallelTerminationStrategy: PID 166 died...
22:49:45.851669 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.855460 --- ParallelTerminationStrategy: PID 167 died...
22:49:45.856991 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.860772 --- ParallelTerminationStrategy: PID 168 died...
22:49:45.862308 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:45.866017 --- ParallelTerminationStrategy: PID 169 died...
22:49:45.867511 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:45.871218 --- ParallelTerminationStrategy: PID 170 died...
22:49:45.872719 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:45.876436 --- ParallelTerminationStrategy: PID 171 died...
22:49:45.877986 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:45.881735 --- ParallelTerminationStrategy: PID 172 died...
22:49:45.883227 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:45.886938 --- ParallelTerminationStrategy: PID 173 died...
22:49:45.888436 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:45.892160 --- ParallelTerminationStrategy: PID 174 died...
22:49:45.893651 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:45.897351 --- ParallelTerminationStrategy: PID 175 died...
22:49:45.898848 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:45.902552 --- ParallelTerminationStrategy: PID 176 died...
22:49:45.904178 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:45.907885 --- ParallelTerminationStrategy: PID 177 died...
22:49:45.909379 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:45.913127 --- ParallelTerminationStrategy: PID 178 died...
22:49:45.914637 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:45.918362 --- ParallelTerminationStrategy: PID 179 died...
22:49:45.919856 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:45.923538 --- ParallelTerminationStrategy: PID 180 died...
22:49:45.925024 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:45.928734 --- ParallelTerminationStrategy: PID 181 died...
22:49:45.930221 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:45.933945 --- ParallelTerminationStrategy: PID 182 died...
22:49:45.935434 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:45.939191 --- ParallelTerminationStrategy: PID 183 died...
22:49:45.940685 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:45.944390 --- ParallelTerminationStrategy: PID 184 died...
22:49:45.945884 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:45.949594 --- ParallelTerminationStrategy: PID 185 died...
22:49:45.951092 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:45.956909 --- ParallelTerminationStrategy: PID 186 died...
22:49:45.958460 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:45.962217 --- ParallelTerminationStrategy: PID 187 died...
22:49:45.963724 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:45.967595 --- ParallelTerminationStrategy: PID 188 died...
22:49:45.969220 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:45.972997 --- ParallelTerminationStrategy: PID 189 died...
22:49:45.974651 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:45.978357 --- ParallelTerminationStrategy: PID 190 died...
22:49:45.979825 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:45.983545 --- ParallelTerminationStrategy: PID 191 died...
22:49:45.985054 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:45.988810 --- ParallelTerminationStrategy: PID 192 died...
22:49:45.990322 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:45.994089 --- ParallelTerminationStrategy: PID 193 died...
22:49:45.995646 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:45.999528 --- ParallelTerminationStrategy: PID 194 died...
22:49:46.001085 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.004921 --- ParallelTerminationStrategy: PID 195 died...
22:49:46.006519 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.010337 --- ParallelTerminationStrategy: PID 196 died...
22:49:46.011887 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.015688 --- ParallelTerminationStrategy: PID 197 died...
22:49:46.017216 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.021009 --- ParallelTerminationStrategy: PID 198 died...
22:49:46.022543 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.026349 --- ParallelTerminationStrategy: PID 199 died...
22:49:46.027864 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.031662 --- ParallelTerminationStrategy: PID 200 died...
22:49:46.033183 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.036948 --- ParallelTerminationStrategy: PID 201 died...
22:49:46.038472 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.042281 --- ParallelTerminationStrategy: PID 202 died...
22:49:46.043800 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.047594 --- ParallelTerminationStrategy: PID 203 died...
22:49:46.049126 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.052908 --- ParallelTerminationStrategy: PID 204 died...
22:49:46.054439 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.058235 --- ParallelTerminationStrategy: PID 205 died...
22:49:46.059762 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.063592 --- ParallelTerminationStrategy: PID 206 died...
22:49:46.065120 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.068942 --- ParallelTerminationStrategy: PID 207 died...
22:49:46.070467 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.074277 --- ParallelTerminationStrategy: PID 208 died...
22:49:46.075795 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.079589 --- ParallelTerminationStrategy: PID 209 died...
22:49:46.081118 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.084897 --- ParallelTerminationStrategy: PID 210 died...
22:49:46.086421 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.090256 --- ParallelTerminationStrategy: PID 211 died...
22:49:46.091816 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.095631 --- ParallelTerminationStrategy: PID 212 died...
22:49:46.097159 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.100961 --- ParallelTerminationStrategy: PID 213 died...
22:49:46.102492 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.106280 --- ParallelTerminationStrategy: PID 214 died...
22:49:46.107816 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.111628 --- ParallelTerminationStrategy: PID 215 died...
22:49:46.113220 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.117065 --- ParallelTerminationStrategy: PID 216 died...
22:49:46.118595 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.122457 --- ParallelTerminationStrategy: PID 217 died...
22:49:46.123989 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.127799 --- ParallelTerminationStrategy: PID 218 died...
22:49:46.129332 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.133201 --- ParallelTerminationStrategy: PID 219 died...
22:49:46.134806 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.139042 --- ParallelTerminationStrategy: PID 220 died...
22:49:46.140776 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.145161 --- ParallelTerminationStrategy: PID 221 died...
22:49:46.146958 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.151406 --- ParallelTerminationStrategy: PID 222 died...
22:49:46.153167 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.157560 --- ParallelTerminationStrategy: PID 223 died...
22:49:46.159326 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.163671 --- ParallelTerminationStrategy: PID 224 died...
22:49:46.165409 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.169658 --- ParallelTerminationStrategy: PID 225 died...
22:49:46.171383 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.175735 --- ParallelTerminationStrategy: PID 226 died...
22:49:46.177496 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.181851 --- ParallelTerminationStrategy: PID 227 died...
22:49:46.183637 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.188097 --- ParallelTerminationStrategy: PID 228 died...
22:49:46.189911 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.194399 --- ParallelTerminationStrategy: PID 229 died...
22:49:46.196227 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.200742 --- ParallelTerminationStrategy: PID 230 died...
22:49:46.202512 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.206893 --- ParallelTerminationStrategy: PID 231 died...
22:49:46.208689 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.213060 --- ParallelTerminationStrategy: PID 232 died...
22:49:46.214787 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.219107 --- ParallelTerminationStrategy: PID 233 died...
22:49:46.220854 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.225301 --- ParallelTerminationStrategy: PID 234 died...
22:49:46.227068 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.630975 --- ParallelTerminationStrategy: PID 34 died...
22:49:49.632720 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7933 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.718445 tst trial-7933: Storing JUnit report in /build/trial-7933/run.2025-04-11_22-48-19/trial-7933.xml
--------------------------------------------------------------------------------------------
trial-7933 PASS
--------------------------------------------------------------------------------------------
22:49:49.729979 tst trial-7933: trial-7933: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-7933/inst
+ cd trial-7933
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-04-11 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7933-run.tgz run.2025-04-11_22-48-19
+ tar czf /build/trial-7933-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-04-11_13_51_25.tgz osmo-bts-oc2g.build-2025-04-11_00_51_23.tgz osmo-bts-sysmo.build-2025-04-11_00_51_26.tgz osmo-bts.build-2025-04-11_00_51_32.tgz osmo-ggsn.build-2025-04-11_20_42_26.tgz osmo-hlr.build-2025-04-11_16_36_56.tgz osmo-hnbgw.build-2025-04-11_13_53_52.tgz osmo-mgw.build-2025-04-11_08_35_28.tgz osmo-msc.build-2025-04-11_13_57_31.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-04-11_07_34_03.tgz osmo-pcu-sysmo.build-2025-04-11_07_34_04.tgz osmo-pcu.build-2025-04-11_07_34_06.tgz osmo-sgsn.build-2025-04-11_20_47_56.tgz osmo-stp.build-2025-04-11_13_48_10.tgz osmo-trx.build-2025-04-11_14_27_07.tgz osmocom-bb.build-2025-04-11_21_17_17.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