Skipping 15 KB..
Full LogError 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-7878
+ 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
29206c0 osmo-pcap-master: depend on libosmo-netif
+ 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.2s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.3s
#7 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#7 CACHED
#8 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#8 CACHED
#9 [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
#9 CACHED
#10 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#10 CACHED
#11 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#11 CACHED
#12 [ 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
#12 CACHED
#13 [20/28] WORKDIR /TMP
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [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
#15 CACHED
#16 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#16 CACHED
#17 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#17 CACHED
#18 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#18 CACHED
#19 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#19 CACHED
#20 [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
#20 CACHED
#21 [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
#21 CACHED
#22 [ 2/28] RUN useradd -ms /bin/bash jenkins
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [ 3/28] RUN groupadd osmo-gsm-tester
#24 CACHED
#25 [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
#25 CACHED
#26 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#26 CACHED
#27 [ 8/28] RUN MKDIR /var/run/sshd
#27 CACHED
#28 [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
#28 CACHED
#29 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#29 CACHED
#30 [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
#30 CACHED
#31 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#31 CACHED
#32 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:c9362979a01e099d4c327ea5ae642204a07fa49c13d5aeffe5411d47c3f52bdd 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=7879 -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-02-16 22:48:22
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7879
+ mkdir -p trial-7879
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-16_13_26_02.tgz osmo-bts-oc2g.build-2025-02-16_00_51_29.tgz osmo-bts-sysmo.build-2025-02-16_00_51_29.tgz osmo-bts.build-2025-02-16_00_51_42.tgz osmo-ggsn.build-2025-02-16_20_42_27.tgz osmo-hlr.build-2025-02-16_16_36_54.tgz osmo-hnbgw.build-2025-02-16_13_28_56.tgz osmo-mgw.build-2025-02-16_08_33_13.tgz osmo-msc.build-2025-02-16_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-16_07_41_13.tgz osmo-pcu-sysmo.build-2025-02-16_07_41_11.tgz osmo-pcu.build-2025-02-16_07_41_14.tgz osmo-sgsn.build-2025-02-16_20_48_02.tgz osmo-stp.build-2025-02-16_13_25_25.tgz osmo-trx.build-2025-02-16_14_28_05.tgz osmocom-bb.build-2025-02-16_21_17_12.tgz srslte.build-19.tgz trial-7879
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-16_13_26_02.md5 osmo-bts-oc2g.build-2025-02-16_00_51_29.md5 osmo-bts-sysmo.build-2025-02-16_00_51_29.md5 osmo-bts.build-2025-02-16_00_51_42.md5 osmo-ggsn.build-2025-02-16_20_42_27.md5 osmo-hlr.build-2025-02-16_16_36_54.md5 osmo-hnbgw.build-2025-02-16_13_28_56.md5 osmo-mgw.build-2025-02-16_08_33_13.md5 osmo-msc.build-2025-02-16_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-16_07_41_13.md5 osmo-pcu-sysmo.build-2025-02-16_07_41_11.md5 osmo-pcu.build-2025-02-16_07_41_14.md5 osmo-sgsn.build-2025-02-16_20_48_02.md5 osmo-stp.build-2025-02-16_13_25_25.md5 osmo-trx.build-2025-02-16_14_28_05.md5 osmocom-bb.build-2025-02-16_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-16_13_26_02.md5 osmo-bts-oc2g.build-2025-02-16_00_51_29.md5 osmo-bts-sysmo.build-2025-02-16_00_51_29.md5 osmo-bts.build-2025-02-16_00_51_42.md5 osmo-ggsn.build-2025-02-16_20_42_27.md5 osmo-hlr.build-2025-02-16_16_36_54.md5 osmo-hnbgw.build-2025-02-16_13_28_56.md5 osmo-mgw.build-2025-02-16_08_33_13.md5 osmo-msc.build-2025-02-16_13_32_52.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-16_07_41_13.md5 osmo-pcu-sysmo.build-2025-02-16_07_41_11.md5 osmo-pcu.build-2025-02-16_07_41_14.md5 osmo-sgsn.build-2025-02-16_20_48_02.md5 osmo-stp.build-2025-02-16_13_25_25.md5 osmo-trx.build-2025-02-16_14_28_05.md5 osmocom-bb.build-2025-02-16_21_17_12.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-7879 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7879'
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-7879
--------------------------------------------------------------------------------------------
22:48:22.349681 tst trial-7879: Detailed log at /build/trial-7879/run.2025-02-16_22-48-22/log
---------------------------------------------------------------------
trial-7879 netreg_mass
---------------------------------------------------------------------
22:48:22.560019 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:22.560395 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:22.561214 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:22.562439 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:22.607475 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:22.608388 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:22.609589 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:22.690201 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-7879 netreg_mass register_default_mass.py
----------------------------------------------
22:48:22.691911 tst register_default_mass.py:9: Claiming resources for the test
22:48:22.707654 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.708249 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.708736 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.709197 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.709666 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.710132 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:22.710594 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:22.776961 tst register_default_mass.py: using LAC 2
22:48:22.824785 tst register_default_mass.py: using RAC 2
22:48:22.865682 tst register_default_mass.py: using CellId 2
22:48:22.910487 tst register_default_mass.py: using BVCI 3
22:48:22.916533 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.917788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.918879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919420 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.919930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.920471 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.921539 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922053 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.922588 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923120 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.923647 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924192 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.924899 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925429 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.925971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.926492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927017 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.927549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.928075 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.928596 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929124 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.929629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.930125 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.930645 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.931687 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.932215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.932732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933249 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.933788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.934314 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.934852 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.935370 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.935879 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.936387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.936930 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.937447 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.937953 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.938470 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.938995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.939501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.940028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.940549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.941912 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.942965 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.943967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.944887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.945463 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.946007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.946551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.947095 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.947641 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.948176 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.948819 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.949389 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.949922 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.950466 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.950987 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.951511 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.952058 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.952582 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.953103 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.953636 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.954505 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.955025 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.955543 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.956069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.956584 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.957123 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.957735 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.958253 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.958776 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.959285 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.959779 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.960302 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.960821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.961320 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.961838 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.962349 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.962909 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.963426 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.963942 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.964445 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.965099 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.965618 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.966126 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.966642 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.967164 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.967678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.968200 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.968740 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.969262 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.969781 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.970287 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.970820 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.971344 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.971864 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.972385 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:22.973077 tst register_default_mass.py:21: Launching a simple network
22:48:22.983110 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:23.107357 run create_hlr_db(pid=20): Launched
22:48:24.117633 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:24.135014 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:24.150911 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:24.157176 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:24.333288 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:24.348534 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:24.354431 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:24.777990 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:24.793317 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:27.814697 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:27.932073 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:27.946885 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:27.952544 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:27.975902 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:27.990754 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:27.996399 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:28.302591 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:28.317976 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:34.346790 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:34.502173 run osmo-bts-virtual(pid=34): Launched
22:48:35.548560 tst register_default_mass.py: using MSISDN 1001
22:48:35.554478 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:35.700341 tst register_default_mass.py: using MSISDN 1002
22:48:35.706449 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:35.796433 tst register_default_mass.py: using MSISDN 1003
22:48:35.802379 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:35.877644 tst register_default_mass.py: using MSISDN 1004
22:48:35.885073 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:35.952920 tst register_default_mass.py: using MSISDN 1005
22:48:35.958829 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:36.033788 tst register_default_mass.py: using MSISDN 1006
22:48:36.041024 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:36.106812 tst register_default_mass.py: using MSISDN 1007
22:48:36.112551 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:36.182453 tst register_default_mass.py: using MSISDN 1008
22:48:36.191329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:36.269573 tst register_default_mass.py: using MSISDN 1009
22:48:36.275329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:36.351676 tst register_default_mass.py: using MSISDN 1010
22:48:36.357674 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:36.455030 tst register_default_mass.py: using MSISDN 1011
22:48:36.461076 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:36.543804 tst register_default_mass.py: using MSISDN 1012
22:48:36.549887 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:36.634266 tst register_default_mass.py: using MSISDN 1013
22:48:36.640239 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:36.749183 tst register_default_mass.py: using MSISDN 1014
22:48:36.756705 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.857376 tst register_default_mass.py: using MSISDN 1015
22:48:36.864773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.964496 tst register_default_mass.py: using MSISDN 1016
22:48:36.970196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:37.071066 tst register_default_mass.py: using MSISDN 1017
22:48:37.077010 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:37.175111 tst register_default_mass.py: using MSISDN 1018
22:48:37.181286 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:37.280148 tst register_default_mass.py: using MSISDN 1019
22:48:37.289813 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:37.371034 tst register_default_mass.py: using MSISDN 1020
22:48:37.392394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:37.455816 tst register_default_mass.py: using MSISDN 1021
22:48:37.471173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:37.547083 tst register_default_mass.py: using MSISDN 1022
22:48:37.566228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:37.644710 tst register_default_mass.py: using MSISDN 1023
22:48:37.666452 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:37.748500 tst register_default_mass.py: using MSISDN 1024
22:48:37.770173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:37.854024 tst register_default_mass.py: using MSISDN 1025
22:48:37.871285 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.946562 tst register_default_mass.py: using MSISDN 1026
22:48:37.961682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.028716 tst register_default_mass.py: using MSISDN 1027
22:48:38.046307 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.125319 tst register_default_mass.py: using MSISDN 1028
22:48:38.136611 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:38.227248 tst register_default_mass.py: using MSISDN 1029
22:48:38.239991 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:38.306795 tst register_default_mass.py: using MSISDN 1030
22:48:38.317123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:38.385329 tst register_default_mass.py: using MSISDN 1031
22:48:38.391171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:38.481472 tst register_default_mass.py: using MSISDN 1032
22:48:38.487639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:38.592522 tst register_default_mass.py: using MSISDN 1033
22:48:38.602598 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:38.672449 tst register_default_mass.py: using MSISDN 1034
22:48:38.685065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:38.761044 tst register_default_mass.py: using MSISDN 1035
22:48:38.766851 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:38.840912 tst register_default_mass.py: using MSISDN 1036
22:48:38.846795 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:38.922713 tst register_default_mass.py: using MSISDN 1037
22:48:38.928536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.018323 tst register_default_mass.py: using MSISDN 1038
22:48:39.024116 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.100946 tst register_default_mass.py: using MSISDN 1039
22:48:39.114134 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.203232 tst register_default_mass.py: using MSISDN 1040
22:48:39.214108 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.288750 tst register_default_mass.py: using MSISDN 1041
22:48:39.299418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.421639 tst register_default_mass.py: using MSISDN 1042
22:48:39.431717 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:39.567750 tst register_default_mass.py: using MSISDN 1043
22:48:39.575464 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:39.671453 tst register_default_mass.py: using MSISDN 1044
22:48:39.692736 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:39.807603 tst register_default_mass.py: using MSISDN 1045
22:48:39.813536 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:39.918097 tst register_default_mass.py: using MSISDN 1046
22:48:39.926899 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.051527 tst register_default_mass.py: using MSISDN 1047
22:48:40.060737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.146275 tst register_default_mass.py: using MSISDN 1048
22:48:40.156106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.244704 tst register_default_mass.py: using MSISDN 1049
22:48:40.267142 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.377227 tst register_default_mass.py: using MSISDN 1050
22:48:40.388807 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.481258 tst register_default_mass.py: using MSISDN 1051
22:48:40.487195 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.582754 tst register_default_mass.py: using MSISDN 1052
22:48:40.588433 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.651916 tst register_default_mass.py: using MSISDN 1053
22:48:40.658026 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:40.749353 tst register_default_mass.py: using MSISDN 1054
22:48:40.755054 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:40.829502 tst register_default_mass.py: using MSISDN 1055
22:48:40.835580 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:40.916849 tst register_default_mass.py: using MSISDN 1056
22:48:40.922624 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.000276 tst register_default_mass.py: using MSISDN 1057
22:48:41.007061 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.098197 tst register_default_mass.py: using MSISDN 1058
22:48:41.107085 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.211112 tst register_default_mass.py: using MSISDN 1059
22:48:41.217104 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.315524 tst register_default_mass.py: using MSISDN 1060
22:48:41.321319 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.409729 tst register_default_mass.py: using MSISDN 1061
22:48:41.415615 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.527446 tst register_default_mass.py: using MSISDN 1062
22:48:41.533969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.643956 tst register_default_mass.py: using MSISDN 1063
22:48:41.666331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.740831 tst register_default_mass.py: using MSISDN 1064
22:48:41.762466 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.838736 tst register_default_mass.py: using MSISDN 1065
22:48:41.859456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.928402 tst register_default_mass.py: using MSISDN 1066
22:48:41.950472 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.015842 tst register_default_mass.py: using MSISDN 1067
22:48:42.032918 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.104086 tst register_default_mass.py: using MSISDN 1068
22:48:42.114157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.195850 tst register_default_mass.py: using MSISDN 1069
22:48:42.217776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.302475 tst register_default_mass.py: using MSISDN 1070
22:48:42.323435 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.405131 tst register_default_mass.py: using MSISDN 1071
22:48:42.424608 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.501269 tst register_default_mass.py: using MSISDN 1072
22:48:42.507186 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.588886 tst register_default_mass.py: using MSISDN 1073
22:48:42.611171 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.698955 tst register_default_mass.py: using MSISDN 1074
22:48:42.706182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.792365 tst register_default_mass.py: using MSISDN 1075
22:48:42.814721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.898451 tst register_default_mass.py: using MSISDN 1076
22:48:42.920262 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.999615 tst register_default_mass.py: using MSISDN 1077
22:48:43.020591 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.082085 tst register_default_mass.py: using MSISDN 1078
22:48:43.096283 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.171649 tst register_default_mass.py: using MSISDN 1079
22:48:43.182157 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.262547 tst register_default_mass.py: using MSISDN 1080
22:48:43.277184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.365252 tst register_default_mass.py: using MSISDN 1081
22:48:43.374737 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.455176 tst register_default_mass.py: using MSISDN 1082
22:48:43.468163 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.754208 tst register_default_mass.py: using MSISDN 1083
22:48:43.761837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.838121 tst register_default_mass.py: using MSISDN 1084
22:48:43.859197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.932471 tst register_default_mass.py: using MSISDN 1085
22:48:43.952837 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.018022 tst register_default_mass.py: using MSISDN 1086
22:48:44.039450 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.122955 tst register_default_mass.py: using MSISDN 1087
22:48:44.129075 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:44.202187 tst register_default_mass.py: using MSISDN 1088
22:48:44.211091 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.320113 tst register_default_mass.py: using MSISDN 1089
22:48:44.326197 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.435536 tst register_default_mass.py: using MSISDN 1090
22:48:44.441677 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.564898 tst register_default_mass.py: using MSISDN 1091
22:48:44.572331 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.664999 tst register_default_mass.py: using MSISDN 1092
22:48:44.670877 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.753107 tst register_default_mass.py: using MSISDN 1093
22:48:44.759165 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.849204 tst register_default_mass.py: using MSISDN 1094
22:48:44.856897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.923992 tst register_default_mass.py: using MSISDN 1095
22:48:44.944686 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.030018 tst register_default_mass.py: using MSISDN 1096
22:48:45.051228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.123088 tst register_default_mass.py: using MSISDN 1097
22:48:45.146059 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.223642 tst register_default_mass.py: using MSISDN 1098
22:48:45.232021 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:45.310689 tst register_default_mass.py: using MSISDN 1099
22:48:45.320505 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.408008 tst register_default_mass.py: using MSISDN 1100
22:48:45.413882 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.543360 run mass: Starting testcase
22:48:45.549384 run mass: Pre-launching all virtphy's
22:48:45.555073 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:45.569039 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.577141 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.590895 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.598018 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.611765 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.618500 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.632205 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.638746 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.652408 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.658751 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.672432 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.678835 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.692511 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.700225 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.714061 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.721052 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.734661 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.741454 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.755227 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.761459 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.775072 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.781741 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.795406 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.801683 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.815337 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.822402 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.836089 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.842352 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.855921 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.862149 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.875688 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.881920 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.895549 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.901821 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.915318 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.921584 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.935250 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.941473 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.954508 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.960601 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.973701 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.979972 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.993563 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.000031 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.013459 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.033492 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.046659 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.052649 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.065825 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.072136 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.085563 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.091757 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.104771 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.110961 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.124280 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.130433 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.143449 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.149707 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.163360 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.169614 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.183183 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.189426 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.202908 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.209040 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.222354 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.228481 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.241610 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.247633 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:46.260539 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:46.266688 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:46.279819 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:46.285867 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:46.298744 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:46.304763 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:46.317864 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:46.323857 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:46.336859 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:46.343082 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:46.356471 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:46.363045 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.375984 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.381952 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.394890 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.401019 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.414039 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.420017 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.432991 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.438963 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.452053 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.458059 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.471066 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.477241 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.490809 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.497039 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.510432 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.516574 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.529870 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.536047 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.549249 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.555442 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.569008 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.575234 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.588742 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.594943 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.608519 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.614657 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.628093 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.634304 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.647298 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.653475 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.666939 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.673053 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.686082 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.692279 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.705636 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.711630 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.724590 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.730628 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.744221 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.750445 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.763441 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.770432 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.785349 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.791548 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.805150 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.811408 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.824572 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.830905 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.844783 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.851117 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.864636 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.870879 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.884427 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.891160 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.904872 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.911271 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.925104 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.931333 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.945222 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.951507 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.965635 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.971968 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.991595 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.997844 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.011473 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.017694 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.031363 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.037561 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.051115 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.057387 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.071021 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.077270 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.090835 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.097043 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.110604 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.116928 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.130499 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.136767 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.150314 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.156544 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.170159 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.176472 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.189978 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.196092 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.209201 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.215329 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.228289 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.234581 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.248286 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.254576 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.268204 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.274495 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.288337 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.294636 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.308254 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.314508 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.328019 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.334267 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.347800 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.353870 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.366939 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.373059 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.386690 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.393002 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.406573 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.412815 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.426277 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.432545 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.445573 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.451729 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.464693 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.470739 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.484216 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.490457 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.503924 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.510181 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.523901 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.530246 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.544322 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.550584 run mass: Checking if sockets are in the filesystem
22:48:47.563305 run osmo-ms-mob/00000: Starting mobile
22:48:47.577170 run osmo-ms-mob/00000(pid=135): Launched
22:48:47.589457 run mass: MS start registered {at=2977033.292798797, delay=0.005968292243778706, ms=00000}
22:48:51.765739 run osmo-ms-mob/00001: Starting mobile
22:48:51.781535 run osmo-ms-mob/00001(pid=136): Launched
22:48:51.792721 run mass: MS start registered {at=2977037.496061262, delay=0.004729514010250568, ms=00001}
22:48:52.978388 run mass: MS performed LU {at=2977038.681718894, lu_delay=5.388920096680522, ms=00000}
22:48:53.575285 run osmo-ms-mob/00002: Starting mobile
22:48:53.589290 run osmo-ms-mob/00002(pid=137): Launched
22:48:53.600652 run mass: MS start registered {at=2977039.303982673, delay=0.005069029983133078, ms=00002}
22:48:54.863038 run osmo-ms-mob/00003: Starting mobile
22:48:54.876283 run osmo-ms-mob/00003(pid=138): Launched
22:48:54.887391 run mass: MS start registered {at=2977040.590708531, delay=0.00479647284373641, ms=00003}
22:48:55.962701 run osmo-ms-mob/00004: Starting mobile
22:48:55.979951 run osmo-ms-mob/00004(pid=139): Launched
22:48:55.991140 run mass: MS start registered {at=2977041.69447663, delay=0.004790223203599453, ms=00004}
22:48:56.744228 run mass: MS performed LU {at=2977042.44754393, lu_delay=4.9514826675876975, ms=00001}
22:48:56.962626 run osmo-ms-mob/00005: Starting mobile
22:48:56.976080 run osmo-ms-mob/00005(pid=140): Launched
22:48:56.987715 run mass: MS start registered {at=2977042.691056952, delay=0.005198351107537746, ms=00005}
22:48:57.863988 run osmo-ms-mob/00006: Starting mobile
22:48:57.877969 run osmo-ms-mob/00006(pid=141): Launched
22:48:57.889408 run mass: MS start registered {at=2977043.592754931, delay=0.0049871173687279224, ms=00006}
22:48:58.645237 run mass: MS performed LU {at=2977044.348565927, lu_delay=5.04458325356245, ms=00002}
22:48:58.766117 run osmo-ms-mob/00007: Starting mobile
22:48:58.779738 run osmo-ms-mob/00007(pid=142): Launched
22:48:58.790916 run mass: MS start registered {at=2977044.494257161, delay=0.004944372922182083, ms=00007}
22:48:59.562622 run osmo-ms-mob/00008: Starting mobile
22:48:59.577071 run osmo-ms-mob/00008(pid=143): Launched
22:48:59.588291 run mass: MS start registered {at=2977045.291636037, delay=0.004945291206240654, ms=00008}
22:49:00.263137 run osmo-ms-mob/00009: Starting mobile
22:49:00.277618 run osmo-ms-mob/00009(pid=144): Launched
22:49:00.289103 run mass: MS start registered {at=2977045.99241776, delay=0.005035423208028078, ms=00009}
22:49:00.510210 run mass: MS performed LU {at=2977046.213528009, lu_delay=5.622819478157908, ms=00003}
22:49:00.963289 run osmo-ms-mob/00010: Starting mobile
22:49:00.977154 run osmo-ms-mob/00010(pid=145): Launched
22:49:00.988684 run mass: MS start registered {at=2977046.692034254, delay=0.005022804718464613, ms=00010}
22:49:01.027076 run mass: MS performed LU {at=2977046.730418834, lu_delay=5.035942203830928, ms=00004}
22:49:01.564663 run osmo-ms-mob/00011: Starting mobile
22:49:01.580654 run osmo-ms-mob/00011(pid=146): Launched
22:49:01.591657 run mass: MS start registered {at=2977047.295007337, delay=0.004592217970639467, ms=00011}
22:49:02.164500 run osmo-ms-mob/00012: Starting mobile
22:49:02.179381 run osmo-ms-mob/00012(pid=147): Launched
22:49:02.190693 run mass: MS start registered {at=2977047.894031953, delay=0.004846776835620403, ms=00012}
22:49:02.411649 run mass: MS performed LU {at=2977048.114979422, lu_delay=5.423922470305115, ms=00005}
22:49:02.762469 run osmo-ms-mob/00013: Starting mobile
22:49:02.776618 run osmo-ms-mob/00013(pid=148): Launched
22:49:02.787784 run mass: MS start registered {at=2977048.491130978, delay=0.0047783260233700275, ms=00013}
22:49:02.928221 run mass: MS performed LU {at=2977048.631552756, lu_delay=5.038797824643552, ms=00006}
22:49:03.362580 run osmo-ms-mob/00014: Starting mobile
22:49:03.376265 run osmo-ms-mob/00014(pid=149): Launched
22:49:03.388169 run mass: MS start registered {at=2977049.091511712, delay=0.003319784067571163, ms=00014}
22:49:03.964743 run osmo-ms-mob/00015: Starting mobile
22:49:03.981764 run osmo-ms-mob/00015(pid=150): Launched
22:49:03.993205 run mass: MS start registered {at=2977049.696534013, delay=0.004961315076798201, ms=00015}
22:49:04.276184 run mass: MS performed LU {at=2977049.979515135, lu_delay=4.687879097647965, ms=00008}
22:49:04.322516 run mass: MS performed LU {at=2977050.025849054, lu_delay=5.531591893173754, ms=00007}
22:49:04.335458 run osmo-ms-mob/00016: Starting mobile
22:49:04.350884 run osmo-ms-mob/00016(pid=151): Launched
22:49:04.364053 run mass: MS start registered {at=2977050.067383573, delay=0.005631529726088047, ms=00016}
22:49:04.962686 run osmo-ms-mob/00017: Starting mobile
22:49:04.977092 run osmo-ms-mob/00017(pid=152): Launched
22:49:04.989104 run mass: MS start registered {at=2977050.692459134, delay=0.0033425139263272285, ms=00017}
22:49:05.563609 run osmo-ms-mob/00018: Starting mobile
22:49:05.577162 run osmo-ms-mob/00018(pid=153): Launched
22:49:05.588728 run mass: MS start registered {at=2977051.292073778, delay=0.005588189698755741, ms=00018}
22:49:05.962397 run osmo-ms-mob/00019: Starting mobile
22:49:05.975447 run osmo-ms-mob/00019(pid=154): Launched
22:49:05.986508 run mass: MS start registered {at=2977051.689860485, delay=0.005031323991715908, ms=00019}
22:49:06.177215 run mass: MS performed LU {at=2977051.880548509, lu_delay=5.18851425498724, ms=00010}
22:49:06.223022 run mass: MS performed LU {at=2977051.926352841, lu_delay=5.933935080654919, ms=00009}
22:49:06.463547 run osmo-ms-mob/00020: Starting mobile
22:49:06.477371 run osmo-ms-mob/00020(pid=155): Launched
22:49:06.488580 run mass: MS start registered {at=2977052.191931336, delay=0.004959721118211746, ms=00020}
22:49:06.528234 run mass: MS performed LU {at=2977052.231576996, lu_delay=4.936569659039378, ms=00011}
22:49:06.963492 run osmo-ms-mob/00021: Starting mobile
22:49:06.976986 run osmo-ms-mob/00021(pid=156): Launched
22:49:06.988147 run mass: MS start registered {at=2977052.691484142, delay=0.0047738212160766125, ms=00021}
22:49:07.362721 run osmo-ms-mob/00022: Starting mobile
22:49:07.376187 run osmo-ms-mob/00022(pid=157): Launched
22:49:07.387665 run mass: MS start registered {at=2977053.091007229, delay=0.0045372797176241875, ms=00022}
22:49:07.863382 run osmo-ms-mob/00023: Starting mobile
22:49:07.877469 run osmo-ms-mob/00023(pid=158): Launched
22:49:07.888689 run mass: MS start registered {at=2977053.59204048, delay=0.004940475337207317, ms=00023}
22:49:07.958997 run mass: MS performed LU {at=2977053.662329034, lu_delay=5.171198056079447, ms=00013}
22:49:08.041695 run mass: MS performed LU {at=2977053.745029815, lu_delay=4.6535181030631065, ms=00014}
22:49:08.088307 run mass: MS performed LU {at=2977053.791640815, lu_delay=5.897608861792833, ms=00012}
22:49:08.100122 run osmo-ms-mob/00024: Starting mobile
22:49:08.114011 run osmo-ms-mob/00024(pid=159): Launched
22:49:08.125277 run mass: MS start registered {at=2977053.828625577, delay=0.004872403107583523, ms=00024}
22:49:08.766273 run osmo-ms-mob/00025: Starting mobile
22:49:08.781727 run osmo-ms-mob/00025(pid=160): Launched
22:49:08.793315 run mass: MS start registered {at=2977054.496661382, delay=0.005166747607290745, ms=00025}
22:49:09.163670 run osmo-ms-mob/00026: Starting mobile
22:49:09.180186 run osmo-ms-mob/00026(pid=161): Launched
22:49:09.193947 run mass: MS start registered {at=2977054.89728113, delay=0.006330491043627262, ms=00026}
22:49:09.562740 run osmo-ms-mob/00027: Starting mobile
22:49:09.577705 run osmo-ms-mob/00027(pid=162): Launched
22:49:09.592654 run mass: MS start registered {at=2977055.29598108, delay=0.007698529865592718, ms=00027}
22:49:09.943554 run mass: MS performed LU {at=2977055.646883378, lu_delay=5.950349364895374, ms=00015}
22:49:09.957590 run osmo-ms-mob/00028: Starting mobile
22:49:09.973856 run osmo-ms-mob/00028(pid=163): Launched
22:49:09.986540 run mass: MS start registered {at=2977055.689887146, delay=0.005462951026856899, ms=00028}
22:49:09.994088 run mass: MS performed LU {at=2977055.697442228, lu_delay=5.630058655049652, ms=00016}
22:49:10.058486 run mass: MS performed LU {at=2977055.761809177, lu_delay=5.069350043311715, ms=00017}
22:49:10.331191 run mass: MS performed LU {at=2977056.034521865, lu_delay=4.742448087316006, ms=00018}
22:49:10.345458 run osmo-ms-mob/00029: Starting mobile
22:49:10.364531 run osmo-ms-mob/00029(pid=164): Launched
22:49:10.379369 run mass: MS start registered {at=2977056.082703476, delay=0.0064898086711764336, ms=00029}
22:49:10.763549 run osmo-ms-mob/00030: Starting mobile
22:49:10.782672 run osmo-ms-mob/00030(pid=165): Launched
22:49:10.795991 run mass: MS start registered {at=2977056.499309174, delay=0.005380397662520409, ms=00030}
22:49:11.163369 run osmo-ms-mob/00031: Starting mobile
22:49:11.179440 run osmo-ms-mob/00031(pid=166): Launched
22:49:11.192761 run mass: MS start registered {at=2977056.896099106, delay=0.0057420749217271805, ms=00031}
22:49:11.462945 run osmo-ms-mob/00032: Starting mobile
22:49:11.476372 run osmo-ms-mob/00032(pid=167): Launched
22:49:11.489139 run mass: MS start registered {at=2977057.19245918, delay=0.006082081235945225, ms=00032}
22:49:11.724004 run mass: MS performed LU {at=2977057.427339792, lu_delay=5.235408455599099, ms=00020}
22:49:11.807397 run mass: MS performed LU {at=2977057.510733558, lu_delay=5.820873072836548, ms=00019}
22:49:11.819958 run osmo-ms-mob/00033: Starting mobile
22:49:11.835259 run osmo-ms-mob/00033(pid=168): Launched
22:49:11.847671 run mass: MS start registered {at=2977057.551021624, delay=0.005200007930397987, ms=00033}
22:49:11.854770 run mass: MS performed LU {at=2977057.558126361, lu_delay=4.866642219014466, ms=00021}
22:49:11.997023 run mass: MS performed LU {at=2977057.700330793, lu_delay=4.609323563985527, ms=00022}
22:49:12.263417 run osmo-ms-mob/00034: Starting mobile
22:49:12.277289 run osmo-ms-mob/00034(pid=169): Launched
22:49:12.289415 run mass: MS start registered {at=2977057.992762744, delay=0.00536332605406642, ms=00034}
22:49:12.563367 run osmo-ms-mob/00035: Starting mobile
22:49:12.577220 run osmo-ms-mob/00035(pid=170): Launched
22:49:12.588899 run mass: MS start registered {at=2977058.292245986, delay=0.0051723141223192215, ms=00035}
22:49:12.964154 run osmo-ms-mob/00036: Starting mobile
22:49:12.980834 run osmo-ms-mob/00036(pid=171): Launched
22:49:12.994906 run mass: MS start registered {at=2977058.698246535, delay=0.0026295320130884647, ms=00036}
22:49:13.363052 run osmo-ms-mob/00037: Starting mobile
22:49:13.378032 run osmo-ms-mob/00037(pid=172): Launched
22:49:13.392449 run mass: MS start registered {at=2977059.095796941, delay=0.004941937047988176, ms=00037}
22:49:13.662698 run osmo-ms-mob/00038: Starting mobile
22:49:13.676057 run osmo-ms-mob/00038(pid=173): Launched
22:49:13.687509 run mass: MS start registered {at=2977059.39085239, delay=0.005166599992662668, ms=00038}
22:49:13.708948 run mass: MS performed LU {at=2977059.412287671, lu_delay=5.820247191004455, ms=00023}
22:49:13.754714 run mass: MS performed LU {at=2977059.458048158, lu_delay=5.629422580823302, ms=00024}
22:49:13.766480 run osmo-ms-mob/00039: Starting mobile
22:49:13.780217 run osmo-ms-mob/00039(pid=174): Launched
22:49:13.791835 run mass: MS start registered {at=2977059.495176112, delay=0.005421856883913279, ms=00039}
22:49:13.824172 run mass: MS performed LU {at=2977059.527516848, lu_delay=5.030855466146022, ms=00025}
22:49:14.096370 run mass: MS performed LU {at=2977059.799706175, lu_delay=4.902425045147538, ms=00026}
22:49:14.362448 run osmo-ms-mob/00040: Starting mobile
22:49:14.376590 run osmo-ms-mob/00040(pid=175): Launched
22:49:14.388253 run mass: MS start registered {at=2977060.091604714, delay=0.005415093619376421, ms=00040}
22:49:14.662454 run osmo-ms-mob/00041: Starting mobile
22:49:14.676350 run osmo-ms-mob/00041(pid=176): Launched
22:49:14.687583 run mass: MS start registered {at=2977060.390932838, delay=0.004700564779341221, ms=00041}
22:49:14.963115 run osmo-ms-mob/00042: Starting mobile
22:49:14.976876 run osmo-ms-mob/00042(pid=177): Launched
22:49:14.987994 run mass: MS start registered {at=2977060.691347792, delay=0.004717202857136726, ms=00042}
22:49:15.363656 run osmo-ms-mob/00043: Starting mobile
22:49:15.378299 run osmo-ms-mob/00043(pid=178): Launched
22:49:15.389724 run mass: MS start registered {at=2977061.093072664, delay=0.004602124914526939, ms=00043}
22:49:15.489952 run mass: MS performed LU {at=2977061.193268876, lu_delay=5.897287796251476, ms=00027}
22:49:15.573072 run mass: MS performed LU {at=2977061.276407231, lu_delay=4.777098057325929, ms=00030}
22:49:15.586099 run osmo-ms-mob/00044: Starting mobile
22:49:15.601743 run osmo-ms-mob/00044(pid=179): Launched
22:49:15.619583 run mass: MS performed LU {at=2977061.322923349, lu_delay=5.240219873376191, ms=00029}
22:49:15.669100 run mass: MS start registered {at=2977061.372453013, delay=0.060425734147429466, ms=00044}
22:49:15.762429 run mass: MS performed LU {at=2977061.465764353, lu_delay=5.775877207051963, ms=00028}
22:49:15.774030 run osmo-ms-mob/00045: Starting mobile
22:49:15.788380 run osmo-ms-mob/00045(pid=180): Launched
22:49:15.799963 run mass: MS start registered {at=2977061.503310582, delay=0.005194076336920261, ms=00045}
22:49:16.262368 run osmo-ms-mob/00046: Starting mobile
22:49:16.276130 run osmo-ms-mob/00046(pid=181): Launched
22:49:16.287803 run mass: MS start registered {at=2977061.991153706, delay=0.004054674878716469, ms=00046}
22:49:16.566569 run osmo-ms-mob/00047: Starting mobile
22:49:16.582724 run osmo-ms-mob/00047(pid=182): Launched
22:49:16.595887 run mass: MS start registered {at=2977062.29923102, delay=0.00548203382641077, ms=00047}
22:49:16.863276 run osmo-ms-mob/00048: Starting mobile
22:49:16.878615 run osmo-ms-mob/00048(pid=183): Launched
22:49:16.890892 run mass: MS start registered {at=2977062.594237931, delay=0.004923074971884489, ms=00048}
22:49:17.163289 run osmo-ms-mob/00049: Starting mobile
22:49:17.176812 run osmo-ms-mob/00049(pid=184): Launched
22:49:17.187848 run mass: MS start registered {at=2977062.89120043, delay=0.004720123019069433, ms=00049}
22:49:17.354430 run mass: MS performed LU {at=2977063.057762985, lu_delay=6.161663879174739, ms=00031}
22:49:17.391181 run mass: MS performed LU {at=2977063.094522477, lu_delay=4.802276491187513, ms=00035}
22:49:17.402555 run osmo-ms-mob/00050: Starting mobile
22:49:17.416297 run osmo-ms-mob/00050(pid=185): Launched
22:49:17.427472 run mass: MS start registered {at=2977063.130816849, delay=0.0049329837784171104, ms=00050}
22:49:17.521298 run mass: MS performed LU {at=2977063.224633469, lu_delay=6.032174288760871, ms=00032}
22:49:17.862582 run osmo-ms-mob/00051: Starting mobile
22:49:17.875928 run osmo-ms-mob/00051(pid=186): Launched
22:49:17.887253 run mass: MS start registered {at=2977063.590602075, delay=0.00512920506298542, ms=00051}
22:49:17.917738 run mass: MS performed LU {at=2977063.621075393, lu_delay=4.922828858252615, ms=00036}
22:49:18.163064 run osmo-ms-mob/00052: Starting mobile
22:49:18.176459 run osmo-ms-mob/00052(pid=187): Launched
22:49:18.187876 run mass: MS start registered {at=2977063.891227032, delay=0.005089352838695049, ms=00052}
22:49:18.463278 run osmo-ms-mob/00053: Starting mobile
22:49:18.477116 run osmo-ms-mob/00053(pid=188): Launched
22:49:18.488297 run mass: MS start registered {at=2977064.191643597, delay=0.004878097213804722, ms=00053}
22:49:18.762878 run osmo-ms-mob/00054: Starting mobile
22:49:18.776772 run osmo-ms-mob/00054(pid=189): Launched
22:49:18.788170 run mass: MS start registered {at=2977064.491519208, delay=0.004496346227824688, ms=00054}
22:49:19.062579 run osmo-ms-mob/00055: Starting mobile
22:49:19.076114 run osmo-ms-mob/00055(pid=190): Launched
22:49:19.087157 run mass: MS start registered {at=2977064.790508496, delay=0.004719797056168318, ms=00055}
22:49:19.256317 run mass: MS performed LU {at=2977064.959650898, lu_delay=4.868046184070408, ms=00040}
22:49:19.339714 run mass: MS performed LU {at=2977065.043044697, lu_delay=5.547868585214019, ms=00039}
22:49:19.351483 run osmo-ms-mob/00056: Starting mobile
22:49:19.365639 run osmo-ms-mob/00056(pid=191): Launched
22:49:19.376779 run mass: MS start registered {at=2977065.080118681, delay=0.004782648757100105, ms=00056}
22:49:19.385238 run mass: MS performed LU {at=2977065.088576156, lu_delay=4.697643318213522, ms=00041}
22:49:19.528611 run mass: MS performed LU {at=2977065.231928964, lu_delay=6.13613202329725, ms=00037}
22:49:19.542248 run osmo-ms-mob/00057: Starting mobile
22:49:19.556401 run osmo-ms-mob/00057(pid=192): Launched
22:49:19.567343 run mass: MS start registered {at=2977065.270691952, delay=0.004654360003769398, ms=00057}
22:49:19.583406 run mass: MS performed LU {at=2977065.28675408, lu_delay=5.895901690237224, ms=00038}
22:49:20.084426 run osmo-ms-mob/00058: Starting mobile
22:49:20.098716 run osmo-ms-mob/00058(pid=193): Launched
22:49:20.110325 run mass: MS start registered {at=2977065.813662922, delay=0.0054807718843221664, ms=00058}
22:49:20.589705 run osmo-ms-mob/00059: Starting mobile
22:49:20.604078 run osmo-ms-mob/00059(pid=194): Launched
22:49:20.610234 run mass: Starting too slowly. Moving on {now=2977066.313603009, sleep=-0.15370294032618403, target=2977066.159900069}
22:49:20.616255 run mass: MS start registered {at=2977066.319613928, delay=0.006013762205839157, ms=00059}
22:49:20.622291 run mass: Starting too slowly. Moving on {now=2977066.325661023, sleep=-0.06576095428317785, target=2977066.259900069}
22:49:20.806932 run osmo-ms-mob/00060: Starting mobile
22:49:21.026757 run osmo-ms-mob/00060(pid=195): Launched
22:49:21.037557 run mass: Starting too slowly. Moving on {now=2977066.740925165, sleep=-0.2810250958427787, target=2977066.459900069}
22:49:21.043282 run mass: MS start registered {at=2977066.746641809, delay=0.0057195513509213924, ms=00060}
22:49:21.049165 run mass: Starting too slowly. Moving on {now=2977066.752535263, sleep=-0.19263519393280149, target=2977066.559900069}
22:49:21.055394 run mass: Starting too slowly. Moving on {now=2977066.758763331, sleep=-0.09886326175183058, target=2977066.6599000692}
22:49:21.061114 run mass: Starting too slowly. Moving on {now=2977066.764485252, sleep=-0.004585182759910822, target=2977066.7599000693}
22:49:21.071776 run osmo-ms-mob/00061: Starting mobile
22:49:21.085572 run osmo-ms-mob/00061(pid=196): Launched
22:49:21.097433 run mass: MS start registered {at=2977066.800779386, delay=0.005591555964201689, ms=00061}
22:49:21.362355 run osmo-ms-mob/00062: Starting mobile
22:49:21.376896 run osmo-ms-mob/00062(pid=197): Launched
22:49:21.388118 run mass: MS start registered {at=2977067.091465695, delay=0.004703680984675884, ms=00062}
22:49:21.512575 run mass: MS performed LU {at=2977067.215910495, lu_delay=5.843457481823862, ms=00044}
22:49:21.518774 run mass: MS performed LU {at=2977067.22213764, lu_delay=4.627899709157646, ms=00048}
22:49:21.530265 run osmo-ms-mob/00063: Starting mobile
22:49:21.544106 run osmo-ms-mob/00063(pid=198): Launched
22:49:21.555459 run mass: MS start registered {at=2977067.258806042, delay=0.00493899080902338, ms=00063}
22:49:22.063114 run osmo-ms-mob/00064: Starting mobile
22:49:22.077238 run osmo-ms-mob/00064(pid=199): Launched
22:49:22.088675 run mass: MS start registered {at=2977067.792026642, delay=0.005030011758208275, ms=00064}
22:49:22.098799 run mass: MS performed LU {at=2977067.80214672, lu_delay=7.110798927955329, ms=00042}
22:49:22.154479 run mass: MS performed LU {at=2977067.857788122, lu_delay=6.3544775396585464, ms=00045}
22:49:22.163112 run mass: MS performed LU {at=2977067.86646288, lu_delay=5.567231860011816, ms=00047}
22:49:22.175418 run osmo-ms-mob/00065: Starting mobile
22:49:22.189252 run osmo-ms-mob/00065(pid=200): Launched
22:49:22.200949 run mass: MS start registered {at=2977067.904298932, delay=0.004909335635602474, ms=00065}
22:49:22.209904 run mass: MS performed LU {at=2977067.913249006, lu_delay=5.922095300164074, ms=00046}
22:49:22.293295 run mass: MS performed LU {at=2977067.996630906, lu_delay=4.406028830911964, ms=00051}
22:49:22.304994 run osmo-ms-mob/00066: Starting mobile
22:49:22.319497 run osmo-ms-mob/00066(pid=201): Launched
22:49:22.331079 run mass: MS start registered {at=2977068.034434222, delay=0.005059464368969202, ms=00066}
22:49:22.337645 run mass: MS performed LU {at=2977068.041001687, lu_delay=3.849358089733869, ms=00053}
22:49:23.022122 run mass: MS performed LU {at=2977068.72545327, lu_delay=4.834226238075644, ms=00052}
22:49:23.058927 run mass: MS performed LU {at=2977068.762259302, lu_delay=5.631442453246564, ms=00050}
22:49:23.070584 run osmo-ms-mob/00067: Starting mobile
22:49:23.084983 run osmo-ms-mob/00067(pid=202): Launched
22:49:23.096872 run mass: MS start registered {at=2977068.800216704, delay=0.005334706045687199, ms=00067}
22:49:23.463199 run osmo-ms-mob/00068: Starting mobile
22:49:23.477196 run osmo-ms-mob/00068(pid=203): Launched
22:49:23.488896 run mass: MS start registered {at=2977069.192245517, delay=0.00496944785118103, ms=00068}
22:49:23.864342 run osmo-ms-mob/00069: Starting mobile
22:49:23.878566 run osmo-ms-mob/00069(pid=204): Launched
22:49:23.889848 run mass: MS start registered {at=2977069.59319785, delay=0.004928331822156906, ms=00069}
22:49:24.262613 run osmo-ms-mob/00070: Starting mobile
22:49:24.276510 run osmo-ms-mob/00070(pid=205): Launched
22:49:24.288357 run mass: MS start registered {at=2977069.99170194, delay=0.005347464233636856, ms=00070}
22:49:24.663099 run osmo-ms-mob/00071: Starting mobile
22:49:24.676939 run osmo-ms-mob/00071(pid=206): Launched
22:49:24.688787 run mass: MS start registered {at=2977070.392128818, delay=0.0052141062915325165, ms=00071}
22:49:24.923064 run mass: MS performed LU {at=2977070.626397563, lu_delay=4.812734641134739, ms=00058}
22:49:24.988392 run mass: MS performed LU {at=2977070.691718436, lu_delay=6.200199227780104, ms=00054}
22:49:24.999931 run osmo-ms-mob/00072: Starting mobile
22:49:25.013705 run osmo-ms-mob/00072(pid=207): Launched
22:49:25.020041 run mass: MS performed LU {at=2977070.72339824, lu_delay=5.452706287615001, ms=00057}
22:49:25.026292 run mass: MS start registered {at=2977070.729656102, delay=0.006278716027736664, ms=00072}
22:49:25.195654 run mass: MS performed LU {at=2977070.898988223, lu_delay=5.8188695423305035, ms=00056}
22:49:25.269574 run mass: MS performed LU {at=2977070.972912635, lu_delay=4.653298707213253, ms=00059}
22:49:25.281069 run osmo-ms-mob/00073: Starting mobile
22:49:25.294969 run osmo-ms-mob/00073(pid=208): Launched
22:49:25.306346 run mass: MS start registered {at=2977071.009697842, delay=0.0050897677429020405, ms=00073}
22:49:25.862788 run osmo-ms-mob/00074: Starting mobile
22:49:25.877027 run osmo-ms-mob/00074(pid=209): Launched
22:49:25.888965 run mass: MS start registered {at=2977071.592314513, delay=0.005308747757226229, ms=00074}
22:49:25.953044 run mass: MS performed LU {at=2977071.656329671, lu_delay=4.5648639760911465, ms=00062}
22:49:25.959411 run mass: MS performed LU {at=2977071.662774263, lu_delay=4.91613245382905, ms=00060}
22:49:26.113633 run mass: MS performed LU {at=2977071.816967484, lu_delay=3.91266855224967, ms=00065}
22:49:26.125776 run osmo-ms-mob/00075: Starting mobile
22:49:26.140263 run osmo-ms-mob/00075(pid=210): Launched
22:49:26.146530 run mass: MS performed LU {at=2977071.849887964, lu_delay=3.815453741699457, ms=00066}
22:49:26.152972 run mass: MS start registered {at=2977071.856336347, delay=0.00646895170211792, ms=00075}
22:49:26.762267 run osmo-ms-mob/00076: Starting mobile
22:49:26.776564 run osmo-ms-mob/00076(pid=211): Launched
22:49:26.788315 run mass: MS start registered {at=2977072.491662799, delay=0.005118752829730511, ms=00076}
22:49:26.824601 run mass: MS performed LU {at=2977072.527922584, lu_delay=5.727143198251724, ms=00061}
22:49:27.163201 run osmo-ms-mob/00077: Starting mobile
22:49:27.177542 run osmo-ms-mob/00077(pid=212): Launched
22:49:27.190367 run mass: MS start registered {at=2977072.893717324, delay=0.0064837029203772545, ms=00077}
22:49:27.662910 run osmo-ms-mob/00078: Starting mobile
22:49:27.679167 run osmo-ms-mob/00078(pid=213): Launched
22:49:27.693317 run mass: MS start registered {at=2977073.396650511, delay=0.006586052943021059, ms=00078}
22:49:28.062390 run osmo-ms-mob/00079: Starting mobile
22:49:28.077691 run osmo-ms-mob/00079(pid=214): Launched
22:49:28.148035 run mass: MS start registered {at=2977073.851361764, delay=0.06350571103394032, ms=00079}
22:49:28.563237 run osmo-ms-mob/00080: Starting mobile
22:49:28.577772 run osmo-ms-mob/00080(pid=215): Launched
22:49:28.589305 run mass: MS start registered {at=2977074.292652872, delay=0.005045476835221052, ms=00080}
22:49:28.753714 run mass: MS performed LU {at=2977074.457022161, lu_delay=4.863824311178178, ms=00069}
22:49:28.771803 run mass: MS performed LU {at=2977074.475150882, lu_delay=5.674934177659452, ms=00067}
22:49:28.800108 run mass: MS performed LU {at=2977074.503463269, lu_delay=5.311217752285302, ms=00068}
22:49:29.053158 run mass: MS performed LU {at=2977074.756492959, lu_delay=4.764791018795222, ms=00070}
22:49:29.066472 run osmo-ms-mob/00081: Starting mobile
22:49:29.082697 run osmo-ms-mob/00081(pid=216): Launched
22:49:29.095251 run mass: MS start registered {at=2977074.798600425, delay=0.005300270859152079, ms=00081}
22:49:29.464417 run osmo-ms-mob/00082: Starting mobile
22:49:29.478245 run osmo-ms-mob/00082(pid=217): Launched
22:49:29.489821 run mass: MS start registered {at=2977075.193173461, delay=0.005142145324498415, ms=00082}
22:49:30.063181 run osmo-ms-mob/00083: Starting mobile
22:49:30.078236 run osmo-ms-mob/00083(pid=218): Launched
22:49:30.089877 run mass: MS start registered {at=2977075.793231859, delay=0.0036078067496418953, ms=00083}
22:49:30.535309 run mass: MS performed LU {at=2977076.238638251, lu_delay=5.846509432885796, ms=00071}
22:49:30.547083 run osmo-ms-mob/00084: Starting mobile
22:49:30.560653 run osmo-ms-mob/00084(pid=219): Launched
22:49:30.572436 run mass: MS performed LU {at=2977076.275767256, lu_delay=4.68345274310559, ms=00074}
22:49:30.578916 run mass: MS start registered {at=2977076.282279403, delay=0.011353427078574896, ms=00084}
22:49:30.591181 run mass: MS performed LU {at=2977076.294523299, lu_delay=5.284825457260013, ms=00073}
22:49:30.844816 run mass: MS performed LU {at=2977076.548144742, lu_delay=5.818488639779389, ms=00072}
22:49:31.064546 run osmo-ms-mob/00085: Starting mobile
22:49:31.077916 run osmo-ms-mob/00085(pid=220): Launched
22:49:31.089452 run mass: MS start registered {at=2977076.792801155, delay=0.004909377545118332, ms=00085}
22:49:31.116993 run mass: MS performed LU {at=2977076.820334003, lu_delay=4.963997656013817, ms=00075}
22:49:31.662160 run osmo-ms-mob/00086: Starting mobile
22:49:31.676290 run osmo-ms-mob/00086(pid=221): Launched
22:49:31.687669 run mass: MS start registered {at=2977077.391015436, delay=0.005121477879583836, ms=00086}
22:49:32.263095 run osmo-ms-mob/00087: Starting mobile
22:49:32.276100 run osmo-ms-mob/00087(pid=222): Launched
22:49:32.288218 run mass: MS start registered {at=2977077.991561226, delay=0.006018416024744511, ms=00087}
22:49:32.519233 run mass: MS performed LU {at=2977078.22256881, lu_delay=5.328851486090571, ms=00077}
22:49:32.538430 run mass: MS performed LU {at=2977078.241784679, lu_delay=4.845134167931974, ms=00078}
22:49:32.565771 run mass: MS performed LU {at=2977078.269116345, lu_delay=5.777453545946628, ms=00076}
22:49:32.819384 run mass: MS performed LU {at=2977078.522700352, lu_delay=4.671338587999344, ms=00079}
22:49:32.832026 run osmo-ms-mob/00088: Starting mobile
22:49:32.845753 run osmo-ms-mob/00088(pid=223): Launched
22:49:32.857571 run mass: MS start registered {at=2977078.560922103, delay=0.005474871024489403, ms=00088}
22:49:33.463588 run osmo-ms-mob/00089: Starting mobile
22:49:33.477510 run osmo-ms-mob/00089(pid=224): Launched
22:49:33.489693 run mass: MS start registered {at=2977079.19303159, delay=0.005280064884573221, ms=00089}
22:49:34.064604 run osmo-ms-mob/00090: Starting mobile
22:49:34.078196 run osmo-ms-mob/00090(pid=225): Launched
22:49:34.089521 run mass: MS start registered {at=2977079.792868106, delay=0.00521050114184618, ms=00090}
22:49:34.300889 run mass: MS performed LU {at=2977080.004219086, lu_delay=4.8110456247814, ms=00082}
22:49:34.319170 run mass: MS performed LU {at=2977080.022514057, lu_delay=5.223913631867617, ms=00081}
22:49:34.338016 run mass: MS performed LU {at=2977080.04135524, lu_delay=5.748702368233353, ms=00080}
22:49:34.591770 run mass: MS performed LU {at=2977080.295102092, lu_delay=22.30233934801072, ms=00034}
22:49:34.610368 run mass: MS performed LU {at=2977080.313712669, lu_delay=22.762691045179963, ms=00033}
22:49:34.621658 run osmo-ms-mob/00091: Starting mobile
22:49:34.635257 run osmo-ms-mob/00091(pid=226): Launched
22:49:34.646343 run mass: MS start registered {at=2977080.349690657, delay=0.004981817211955786, ms=00091}
22:49:34.864073 run mass: MS performed LU {at=2977080.567406719, lu_delay=4.774174860212952, ms=00083}
22:49:35.462545 run osmo-ms-mob/00092: Starting mobile
22:49:35.475770 run osmo-ms-mob/00092(pid=227): Launched
22:49:35.487595 run mass: MS start registered {at=2977081.19090324, delay=0.0053318259306252, ms=00092}
22:49:36.262939 run osmo-ms-mob/00093: Starting mobile
22:49:36.276389 run osmo-ms-mob/00093(pid=228): Launched
22:49:36.286041 run mass: MS performed LU {at=2977081.989357802, lu_delay=5.7070783991366625, ms=00084}
22:49:36.295258 run mass: MS start registered {at=2977081.998622092, delay=0.012565568089485168, ms=00093}
22:49:36.304273 run mass: MS performed LU {at=2977082.007626719, lu_delay=5.2148255640640855, ms=00085}
22:49:36.566972 run mass: MS performed LU {at=2977082.270305709, lu_delay=4.879290272947401, ms=00086}
22:49:37.163136 run osmo-ms-mob/00094: Starting mobile
22:49:37.176526 run osmo-ms-mob/00094(pid=229): Launched
22:49:37.188576 run mass: MS start registered {at=2977082.891920442, delay=0.005282963160425425, ms=00094}
22:49:38.062659 run osmo-ms-mob/00095: Starting mobile
22:49:38.076817 run osmo-ms-mob/00095(pid=230): Launched
22:49:38.082951 run mass: MS performed LU {at=2977083.786309522, lu_delay=5.225387419108301, ms=00088}
22:49:38.089036 run mass: MS performed LU {at=2977083.792401359, lu_delay=5.80084013286978, ms=00087}
22:49:38.095084 run mass: MS start registered {at=2977083.798438547, delay=0.012148111127316952, ms=00095}
22:49:38.233108 run mass: MS performed LU {at=2977083.936443325, lu_delay=4.743411735165864, ms=00089}
22:49:38.338594 run mass: MS performed LU {at=2977084.04192985, lu_delay=22.948857185896486, ms=00043}
22:49:39.062692 run osmo-ms-mob/00096: Starting mobile
22:49:39.077283 run osmo-ms-mob/00096(pid=231): Launched
22:49:39.089147 run mass: MS start registered {at=2977084.792498332, delay=0.005262625869363546, ms=00096}
22:49:40.051848 run mass: MS performed LU {at=2977085.755179476, lu_delay=5.962311369832605, ms=00090}
22:49:40.070002 run mass: MS performed LU {at=2977085.77334259, lu_delay=5.423651932738721, ms=00091}
22:49:40.081777 run osmo-ms-mob/00097: Starting mobile
22:49:40.095495 run osmo-ms-mob/00097(pid=232): Launched
22:49:40.107573 run mass: MS start registered {at=2977085.810911619, delay=0.00544882332906127, ms=00097}
22:49:40.241712 run mass: MS performed LU {at=2977085.945032334, lu_delay=23.053831903729588, ms=00049}
22:49:40.332342 run mass: MS performed LU {at=2977086.035672721, lu_delay=4.844769481103867, ms=00092}
22:49:41.463020 run osmo-ms-mob/00098: Starting mobile
22:49:41.476620 run osmo-ms-mob/00098(pid=233): Launched
22:49:41.488123 run mass: MS start registered {at=2977087.191471085, delay=0.005264745093882084, ms=00098}
22:49:41.832543 run mass: MS performed LU {at=2977087.535858934, lu_delay=5.537236841861159, ms=00093}
22:49:41.999344 run mass: MS performed LU {at=2977087.702649302, lu_delay=4.8107288596220315, ms=00094}
22:49:42.086876 run mass: MS performed LU {at=2977087.790193454, lu_delay=22.999684957787395, ms=00055}
22:49:43.262829 run osmo-ms-mob/00099: Starting mobile
22:49:43.277180 run osmo-ms-mob/00099(pid=234): Launched
22:49:43.283586 run mass: All started... {duration=55.727055460680276, too_slow=6}
22:49:43.289852 run mass: MS start registered {at=2977088.993210753, delay=0.0062584541738033295, ms=00099}
22:49:43.817777 run mass: MS performed LU {at=2977089.521091212, lu_delay=5.722652664873749, ms=00095}
22:49:43.835843 run mass: MS performed LU {at=2977089.539165808, lu_delay=4.746667475905269, ms=00096}
22:49:43.863560 run mass: MS performed LU {at=2977089.566893845, lu_delay=22.308087802957743, ms=00063}
22:49:45.764539 run mass: MS performed LU {at=2977091.467872632, lu_delay=5.656961013097316, ms=00097}
22:49:47.582979 run mass: MS performed LU {at=2977093.286260308, lu_delay=6.094789223279804, ms=00098}
22:49:49.484815 run mass: MS performed LU {at=2977095.188144306, lu_delay=6.194933553226292, ms=00099}
22:50:47.615661 run mass: Tests done {all_completed=False, max=23.053831903729588, min=3.815453741699457}
22:50:47.638777 tst register_default_mass.py: Test passed (144.9 sec)
22:50:47.644750 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:47.648020 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:47.651212 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:47.654427 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:47.657664 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:47.660905 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:47.664141 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:47.667397 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:47.670622 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:47.673852 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:47.677086 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:47.680305 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:47.683538 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:47.686760 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:47.690053 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:47.693470 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:47.696876 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:47.700212 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:47.703563 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:47.706912 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:47.710236 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:47.713618 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:47.716958 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:47.720327 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:47.724357 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:47.727642 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:47.730980 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:47.734314 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:47.737675 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:47.741035 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:47.744510 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:47.748026 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:47.751365 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:47.755310 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:47.758623 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:47.761969 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:47.765659 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:47.769008 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:47.772381 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:47.775929 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:47.779337 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:47.782739 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:47.786107 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:47.789543 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:47.793080 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:47.796504 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:47.799945 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:47.803389 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:47.806816 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:47.810472 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:47.814567 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:47.818011 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:47.821452 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:47.824899 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:47.828298 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:47.831730 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:47.835078 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:47.838484 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:47.841875 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:47.845270 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:47.848642 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:47.851984 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:47.856011 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:47.859332 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:47.862719 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:47.866080 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:47.869479 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:47.872873 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:47.876895 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:47.880810 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:47.884861 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:47.888243 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:47.891644 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:47.895052 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:47.898451 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:47.901855 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:47.905251 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:47.908740 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:47.912118 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:47.915503 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:47.918904 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:47.922783 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:47.926170 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:47.929569 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:47.932969 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:47.936345 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:47.939738 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:47.943126 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:47.946529 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:47.949912 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:47.953308 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:47.956706 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:47.960051 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:47.963429 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:47.966786 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:47.970126 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:47.973498 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:47.976861 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:47.980365 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:47.983718 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:47.987102 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:47.990497 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:47.993882 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:47.997313 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:48.000712 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:48.004105 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:48.007496 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:48.010889 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:48.014293 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:48.017700 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:48.021553 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:48.024966 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:48.028356 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:48.031751 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:48.035153 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:48.038528 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:48.041910 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:48.045293 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:48.048678 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:48.052057 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:48.055404 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:48.058775 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:48.062143 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:48.065526 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:48.068902 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:48.072271 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:48.075639 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:48.079001 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:48.082393 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:48.085765 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:48.089142 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:48.092508 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:48.095895 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:48.099257 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:48.102638 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:48.106007 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:48.109379 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:48.112760 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:48.116138 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:48.119501 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:48.122893 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:48.126242 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:48.129637 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:48.133005 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:48.136376 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:48.139773 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:48.143126 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:48.146410 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:48.149639 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:48.152879 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:48.156114 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:48.159359 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:48.162598 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:48.165880 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:48.169137 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:48.172361 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:48.175596 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:48.178844 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:48.182109 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:48.185346 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:48.188560 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:48.191821 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:48.195071 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:48.198307 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:48.201536 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:48.204759 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:48.208001 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:48.211251 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:48.214481 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:48.217730 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:48.220971 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:48.224193 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:48.227444 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:48.230677 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:48.233946 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:48.237182 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:48.240421 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:48.243662 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:48.246920 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:48.250145 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:48.253387 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:48.256995 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:48.260274 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:48.263561 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:48.266822 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:48.270104 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:48.273337 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:48.276562 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:48.279792 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:48.283064 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:48.286374 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:48.289692 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:48.293012 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:48.296257 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:48.299527 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:48.302775 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:48.306064 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:48.309387 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:48.312735 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:48.316082 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:48.319370 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:48.322630 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:48.325957 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:48.329191 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:48.332429 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:48.335693 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:48.338983 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:48.342220 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:48.345533 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:48.348875 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:48.352101 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:48.355414 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:48.358812 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:48.362179 --- ParallelTerminationStrategy: PID 22 died...
22:50:48.363703 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:48.367351 --- ParallelTerminationStrategy: PID 24 died...
22:50:48.368855 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:48.372591 --- ParallelTerminationStrategy: PID 25 died...
22:50:48.374108 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:48.377822 --- ParallelTerminationStrategy: PID 26 died...
22:50:48.379324 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:48.383023 --- ParallelTerminationStrategy: PID 28 died...
22:50:48.384537 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:48.388262 --- ParallelTerminationStrategy: PID 29 died...
22:50:48.389771 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:48.393506 --- ParallelTerminationStrategy: PID 30 died...
22:50:48.395021 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:48.398731 --- ParallelTerminationStrategy: PID 31 died...
22:50:48.400239 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:48.403993 --- ParallelTerminationStrategy: PID 32 died...
22:50:48.405524 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:48.409309 --- ParallelTerminationStrategy: PID 33 died...
22:50:48.410818 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:48.414547 --- ParallelTerminationStrategy: PID 35 died...
22:50:48.415999 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:48.419611 --- ParallelTerminationStrategy: PID 36 died...
22:50:48.421119 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:48.424823 --- ParallelTerminationStrategy: PID 37 died...
22:50:48.426328 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:48.430078 --- ParallelTerminationStrategy: PID 38 died...
22:50:48.431588 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:48.435296 --- ParallelTerminationStrategy: PID 39 died...
22:50:48.436799 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:48.440512 --- ParallelTerminationStrategy: PID 40 died...
22:50:48.442024 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:48.445776 --- ParallelTerminationStrategy: PID 41 died...
22:50:48.447292 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:48.451012 --- ParallelTerminationStrategy: PID 42 died...
22:50:48.452512 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:48.456216 --- ParallelTerminationStrategy: PID 43 died...
22:50:48.457720 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:48.461436 --- ParallelTerminationStrategy: PID 44 died...
22:50:48.462943 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:48.466677 --- ParallelTerminationStrategy: PID 45 died...
22:50:48.468177 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:48.471894 --- ParallelTerminationStrategy: PID 46 died...
22:50:48.473395 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:48.477084 --- ParallelTerminationStrategy: PID 47 died...
22:50:48.478577 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:48.482277 --- ParallelTerminationStrategy: PID 48 died...
22:50:48.483780 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:48.487338 --- ParallelTerminationStrategy: PID 49 died...
22:50:48.488814 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:48.492360 --- ParallelTerminationStrategy: PID 50 died...
22:50:48.493816 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:48.497367 --- ParallelTerminationStrategy: PID 51 died...
22:50:48.498814 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:48.502391 --- ParallelTerminationStrategy: PID 52 died...
22:50:48.503838 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:48.507415 --- ParallelTerminationStrategy: PID 53 died...
22:50:48.508909 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:48.512559 --- ParallelTerminationStrategy: PID 54 died...
22:50:48.513998 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:48.517544 --- ParallelTerminationStrategy: PID 55 died...
22:50:48.518977 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:48.522481 --- ParallelTerminationStrategy: PID 56 died...
22:50:48.523921 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:48.527493 --- ParallelTerminationStrategy: PID 57 died...
22:50:48.528958 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:48.532509 --- ParallelTerminationStrategy: PID 58 died...
22:50:48.533959 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:48.537562 --- ParallelTerminationStrategy: PID 59 died...
22:50:48.538997 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:48.542535 --- ParallelTerminationStrategy: PID 60 died...
22:50:48.543963 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:48.547531 --- ParallelTerminationStrategy: PID 61 died...
22:50:48.548975 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:48.552533 --- ParallelTerminationStrategy: PID 62 died...
22:50:48.553986 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:48.557615 --- ParallelTerminationStrategy: PID 63 died...
22:50:48.559068 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:48.562682 --- ParallelTerminationStrategy: PID 64 died...
22:50:48.564131 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:48.567822 --- ParallelTerminationStrategy: PID 65 died...
22:50:48.569324 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:48.573051 --- ParallelTerminationStrategy: PID 66 died...
22:50:48.574553 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:48.578247 --- ParallelTerminationStrategy: PID 67 died...
22:50:48.579737 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:48.583420 --- ParallelTerminationStrategy: PID 68 died...
22:50:48.584916 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:48.723567 --- ParallelTerminationStrategy: PID 69 died...
22:50:48.725057 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:48.728665 --- ParallelTerminationStrategy: PID 70 died...
22:50:48.730110 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:48.733648 --- ParallelTerminationStrategy: PID 71 died...
22:50:48.735138 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:48.738808 --- ParallelTerminationStrategy: PID 72 died...
22:50:48.740284 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:48.743968 --- ParallelTerminationStrategy: PID 73 died...
22:50:48.745453 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:48.749134 --- ParallelTerminationStrategy: PID 74 died...
22:50:48.750624 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:48.754296 --- ParallelTerminationStrategy: PID 75 died...
22:50:48.755784 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:48.759488 --- ParallelTerminationStrategy: PID 76 died...
22:50:48.760983 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:48.764654 --- ParallelTerminationStrategy: PID 77 died...
22:50:48.766143 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:48.769804 --- ParallelTerminationStrategy: PID 78 died...
22:50:48.771284 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:48.775001 --- ParallelTerminationStrategy: PID 79 died...
22:50:48.776479 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:48.780138 --- ParallelTerminationStrategy: PID 80 died...
22:50:48.781627 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:48.785324 --- ParallelTerminationStrategy: PID 81 died...
22:50:48.786805 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:48.790489 --- ParallelTerminationStrategy: PID 82 died...
22:50:48.791971 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:48.795529 --- ParallelTerminationStrategy: PID 83 died...
22:50:48.796989 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:48.800692 --- ParallelTerminationStrategy: PID 84 died...
22:50:48.802117 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:48.805681 --- ParallelTerminationStrategy: PID 85 died...
22:50:48.807170 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:48.810760 --- ParallelTerminationStrategy: PID 86 died...
22:50:48.812194 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:48.815870 --- ParallelTerminationStrategy: PID 87 died...
22:50:48.817338 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:48.820875 --- ParallelTerminationStrategy: PID 88 died...
22:50:48.822302 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:48.825823 --- ParallelTerminationStrategy: PID 89 died...
22:50:48.827245 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:48.830778 --- ParallelTerminationStrategy: PID 90 died...
22:50:48.832201 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:48.835731 --- ParallelTerminationStrategy: PID 91 died...
22:50:48.837170 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:48.840679 --- ParallelTerminationStrategy: PID 92 died...
22:50:48.842107 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:48.845644 --- ParallelTerminationStrategy: PID 93 died...
22:50:48.847065 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:48.850580 --- ParallelTerminationStrategy: PID 94 died...
22:50:48.852016 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:48.855535 --- ParallelTerminationStrategy: PID 95 died...
22:50:48.856961 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:48.860468 --- ParallelTerminationStrategy: PID 96 died...
22:50:48.861899 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:48.865445 --- ParallelTerminationStrategy: PID 97 died...
22:50:48.866871 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:48.870488 --- ParallelTerminationStrategy: PID 98 died...
22:50:48.871974 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:48.875532 --- ParallelTerminationStrategy: PID 99 died...
22:50:48.876981 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:48.880629 --- ParallelTerminationStrategy: PID 100 died...
22:50:48.882069 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:48.885586 --- ParallelTerminationStrategy: PID 101 died...
22:50:48.887003 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:48.890560 --- ParallelTerminationStrategy: PID 102 died...
22:50:48.892017 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:48.895578 --- ParallelTerminationStrategy: PID 103 died...
22:50:48.897026 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:48.900568 --- ParallelTerminationStrategy: PID 104 died...
22:50:48.902016 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:48.905575 --- ParallelTerminationStrategy: PID 105 died...
22:50:48.907004 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:48.910592 --- ParallelTerminationStrategy: PID 106 died...
22:50:48.912018 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:48.915585 --- ParallelTerminationStrategy: PID 107 died...
22:50:48.917026 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:48.920594 --- ParallelTerminationStrategy: PID 108 died...
22:50:48.922033 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:48.925574 --- ParallelTerminationStrategy: PID 109 died...
22:50:48.927014 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:48.930554 --- ParallelTerminationStrategy: PID 110 died...
22:50:48.931983 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:48.935541 --- ParallelTerminationStrategy: PID 111 died...
22:50:48.936978 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:48.940526 --- ParallelTerminationStrategy: PID 112 died...
22:50:48.941976 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:48.945601 --- ParallelTerminationStrategy: PID 113 died...
22:50:48.947021 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:48.950585 --- ParallelTerminationStrategy: PID 114 died...
22:50:48.952020 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:48.955542 --- ParallelTerminationStrategy: PID 115 died...
22:50:48.957019 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:48.960572 --- ParallelTerminationStrategy: PID 116 died...
22:50:48.961994 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:48.965515 --- ParallelTerminationStrategy: PID 117 died...
22:50:48.966968 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:48.970511 --- ParallelTerminationStrategy: PID 118 died...
22:50:48.971942 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:48.975492 --- ParallelTerminationStrategy: PID 119 died...
22:50:48.976953 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:48.980514 --- ParallelTerminationStrategy: PID 120 died...
22:50:48.981989 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:48.985542 --- ParallelTerminationStrategy: PID 121 died...
22:50:48.986980 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:48.990557 --- ParallelTerminationStrategy: PID 122 died...
22:50:48.992004 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:48.995621 --- ParallelTerminationStrategy: PID 123 died...
22:50:48.997083 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:49.000689 --- ParallelTerminationStrategy: PID 124 died...
22:50:49.002169 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:49.005796 --- ParallelTerminationStrategy: PID 125 died...
22:50:49.007282 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:49.010973 --- ParallelTerminationStrategy: PID 126 died...
22:50:49.012494 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:49.016244 --- ParallelTerminationStrategy: PID 127 died...
22:50:49.017762 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:49.021513 --- ParallelTerminationStrategy: PID 128 died...
22:50:49.023029 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:49.026805 --- ParallelTerminationStrategy: PID 129 died...
22:50:49.028330 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:49.032110 --- ParallelTerminationStrategy: PID 130 died...
22:50:49.033627 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:49.037386 --- ParallelTerminationStrategy: PID 131 died...
22:50:49.038903 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:49.042659 --- ParallelTerminationStrategy: PID 132 died...
22:50:49.044177 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:49.047947 --- ParallelTerminationStrategy: PID 133 died...
22:50:49.049504 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:49.053252 --- ParallelTerminationStrategy: PID 134 died...
22:50:49.054766 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:49.058525 --- ParallelTerminationStrategy: PID 135 died...
22:50:49.060042 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:49.063851 --- ParallelTerminationStrategy: PID 136 died...
22:50:49.065385 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:49.069191 --- ParallelTerminationStrategy: PID 137 died...
22:50:49.070724 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:49.074530 --- ParallelTerminationStrategy: PID 138 died...
22:50:49.076055 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:49.079872 --- ParallelTerminationStrategy: PID 139 died...
22:50:49.081401 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:49.085189 --- ParallelTerminationStrategy: PID 140 died...
22:50:49.086717 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:49.090489 --- ParallelTerminationStrategy: PID 141 died...
22:50:49.092000 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:49.095763 --- ParallelTerminationStrategy: PID 142 died...
22:50:49.097297 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:49.101035 --- ParallelTerminationStrategy: PID 143 died...
22:50:49.102544 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:49.106275 --- ParallelTerminationStrategy: PID 144 died...
22:50:49.107770 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:49.111493 --- ParallelTerminationStrategy: PID 145 died...
22:50:49.113014 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:49.116804 --- ParallelTerminationStrategy: PID 146 died...
22:50:49.118332 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:49.333121 --- ParallelTerminationStrategy: PID 23 died...
22:50:49.334652 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:49.338364 --- ParallelTerminationStrategy: PID 27 died...
22:50:49.339891 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:49.343625 --- ParallelTerminationStrategy: PID 147 died...
22:50:49.345143 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:49.348888 --- ParallelTerminationStrategy: PID 148 died...
22:50:49.350388 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:49.354147 --- ParallelTerminationStrategy: PID 149 died...
22:50:49.355657 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:49.359405 --- ParallelTerminationStrategy: PID 150 died...
22:50:49.360923 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:49.364681 --- ParallelTerminationStrategy: PID 151 died...
22:50:49.366181 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:49.369923 --- ParallelTerminationStrategy: PID 152 died...
22:50:49.371432 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:49.375189 --- ParallelTerminationStrategy: PID 153 died...
22:50:49.376697 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:49.380428 --- ParallelTerminationStrategy: PID 154 died...
22:50:49.381955 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:49.385694 --- ParallelTerminationStrategy: PID 155 died...
22:50:49.387194 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:49.390951 --- ParallelTerminationStrategy: PID 156 died...
22:50:49.392439 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:49.396183 --- ParallelTerminationStrategy: PID 157 died...
22:50:49.397690 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:49.401461 --- ParallelTerminationStrategy: PID 158 died...
22:50:49.402962 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:49.406720 --- ParallelTerminationStrategy: PID 159 died...
22:50:49.408225 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:49.411978 --- ParallelTerminationStrategy: PID 160 died...
22:50:49.413490 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:49.417246 --- ParallelTerminationStrategy: PID 161 died...
22:50:49.418754 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:49.422505 --- ParallelTerminationStrategy: PID 162 died...
22:50:49.424007 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:49.427754 --- ParallelTerminationStrategy: PID 163 died...
22:50:49.429276 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:49.433018 --- ParallelTerminationStrategy: PID 164 died...
22:50:49.434515 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:49.438303 --- ParallelTerminationStrategy: PID 165 died...
22:50:49.439811 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:49.443573 --- ParallelTerminationStrategy: PID 166 died...
22:50:49.445102 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:49.448833 --- ParallelTerminationStrategy: PID 167 died...
22:50:49.450326 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:49.454066 --- ParallelTerminationStrategy: PID 168 died...
22:50:49.455569 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:49.459307 --- ParallelTerminationStrategy: PID 169 died...
22:50:49.460861 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:49.464606 --- ParallelTerminationStrategy: PID 170 died...
22:50:49.466113 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:49.469842 --- ParallelTerminationStrategy: PID 171 died...
22:50:49.471334 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:49.475076 --- ParallelTerminationStrategy: PID 172 died...
22:50:49.476585 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:49.480302 --- ParallelTerminationStrategy: PID 173 died...
22:50:49.481800 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:49.485519 --- ParallelTerminationStrategy: PID 174 died...
22:50:49.487020 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:49.490748 --- ParallelTerminationStrategy: PID 175 died...
22:50:49.492247 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:49.495989 --- ParallelTerminationStrategy: PID 176 died...
22:50:49.497535 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:49.501266 --- ParallelTerminationStrategy: PID 177 died...
22:50:49.502761 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:49.506486 --- ParallelTerminationStrategy: PID 178 died...
22:50:49.507991 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:49.511749 --- ParallelTerminationStrategy: PID 179 died...
22:50:49.513258 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:49.517012 --- ParallelTerminationStrategy: PID 180 died...
22:50:49.518515 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:49.522263 --- ParallelTerminationStrategy: PID 181 died...
22:50:49.523756 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:49.527494 --- ParallelTerminationStrategy: PID 182 died...
22:50:49.528999 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:49.532722 --- ParallelTerminationStrategy: PID 183 died...
22:50:49.534217 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:49.537938 --- ParallelTerminationStrategy: PID 184 died...
22:50:49.539433 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:49.543217 --- ParallelTerminationStrategy: PID 185 died...
22:50:49.544723 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:49.548432 --- ParallelTerminationStrategy: PID 186 died...
22:50:49.549939 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:49.553682 --- ParallelTerminationStrategy: PID 187 died...
22:50:49.555175 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:49.558954 --- ParallelTerminationStrategy: PID 188 died...
22:50:49.560452 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:49.564185 --- ParallelTerminationStrategy: PID 189 died...
22:50:49.565685 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:49.569421 --- ParallelTerminationStrategy: PID 190 died...
22:50:49.570917 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:49.574673 --- ParallelTerminationStrategy: PID 191 died...
22:50:49.576170 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:49.579887 --- ParallelTerminationStrategy: PID 192 died...
22:50:49.581406 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:49.585135 --- ParallelTerminationStrategy: PID 193 died...
22:50:49.586625 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:49.590341 --- ParallelTerminationStrategy: PID 194 died...
22:50:49.591831 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:49.680930 --- ParallelTerminationStrategy: PID 195 died...
22:50:49.682402 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:49.688782 --- ParallelTerminationStrategy: PID 196 died...
22:50:49.691031 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:49.695051 --- ParallelTerminationStrategy: PID 197 died...
22:50:49.696551 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:49.700304 --- ParallelTerminationStrategy: PID 198 died...
22:50:49.701823 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:49.705554 --- ParallelTerminationStrategy: PID 199 died...
22:50:49.707058 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:49.710837 --- ParallelTerminationStrategy: PID 200 died...
22:50:49.712412 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:49.716199 --- ParallelTerminationStrategy: PID 201 died...
22:50:49.717750 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:49.721524 --- ParallelTerminationStrategy: PID 202 died...
22:50:49.723041 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:49.726978 --- ParallelTerminationStrategy: PID 203 died...
22:50:49.728508 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:49.732288 --- ParallelTerminationStrategy: PID 204 died...
22:50:49.733853 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:49.737696 --- ParallelTerminationStrategy: PID 205 died...
22:50:49.739229 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:49.743050 --- ParallelTerminationStrategy: PID 206 died...
22:50:49.744587 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:49.748619 --- ParallelTerminationStrategy: PID 207 died...
22:50:49.750164 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:49.753969 --- ParallelTerminationStrategy: PID 208 died...
22:50:49.755496 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:49.759301 --- ParallelTerminationStrategy: PID 209 died...
22:50:49.760830 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:49.779074 --- ParallelTerminationStrategy: PID 210 died...
22:50:49.780619 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:49.784415 --- ParallelTerminationStrategy: PID 211 died...
22:50:49.785946 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:49.789778 --- ParallelTerminationStrategy: PID 212 died...
22:50:49.791301 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:49.795086 --- ParallelTerminationStrategy: PID 213 died...
22:50:49.796600 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:49.800414 --- ParallelTerminationStrategy: PID 214 died...
22:50:49.801962 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:49.805732 --- ParallelTerminationStrategy: PID 215 died...
22:50:49.807255 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:49.811073 --- ParallelTerminationStrategy: PID 216 died...
22:50:49.812758 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:49.816545 --- ParallelTerminationStrategy: PID 217 died...
22:50:49.818072 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:49.821880 --- ParallelTerminationStrategy: PID 218 died...
22:50:49.823406 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:49.827212 --- ParallelTerminationStrategy: PID 219 died...
22:50:49.828741 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:49.832571 --- ParallelTerminationStrategy: PID 220 died...
22:50:49.834157 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:49.838028 --- ParallelTerminationStrategy: PID 221 died...
22:50:49.839585 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:49.843465 --- ParallelTerminationStrategy: PID 222 died...
22:50:49.845011 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:49.848820 --- ParallelTerminationStrategy: PID 223 died...
22:50:49.850349 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:49.854177 --- ParallelTerminationStrategy: PID 224 died...
22:50:49.855715 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:49.859524 --- ParallelTerminationStrategy: PID 225 died...
22:50:49.861061 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:49.864881 --- ParallelTerminationStrategy: PID 226 died...
22:50:49.866421 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:49.870255 --- ParallelTerminationStrategy: PID 227 died...
22:50:49.871790 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:49.875608 --- ParallelTerminationStrategy: PID 228 died...
22:50:49.877136 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:49.880966 --- ParallelTerminationStrategy: PID 229 died...
22:50:49.882499 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:49.886319 --- ParallelTerminationStrategy: PID 230 died...
22:50:49.887853 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:49.891717 --- ParallelTerminationStrategy: PID 231 died...
22:50:49.893258 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:49.897081 --- ParallelTerminationStrategy: PID 232 died...
22:50:49.898608 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:49.902413 --- ParallelTerminationStrategy: PID 233 died...
22:50:49.903945 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:49.907756 --- ParallelTerminationStrategy: PID 234 died...
22:50:49.909294 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:53.312725 --- ParallelTerminationStrategy: PID 34 died...
22:50:53.314416 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7879 netreg_mass PASS
---------------------------------------------------------------------
22:50:53.400138 tst trial-7879: Storing JUnit report in /build/trial-7879/run.2025-02-16_22-48-22/trial-7879.xml
--------------------------------------------------------------------------------------------
trial-7879 PASS
--------------------------------------------------------------------------------------------
22:50:53.430192 tst trial-7879: trial-7879: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (144.9 sec)
+ exit_code=0
+ rm -rf trial-7879/inst
+ cd trial-7879
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-16 22:48:22
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7879-run.tgz run.2025-02-16_22-48-22
+ tar czf /build/trial-7879-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-16_13_26_02.tgz osmo-bts-oc2g.build-2025-02-16_00_51_29.tgz osmo-bts-sysmo.build-2025-02-16_00_51_29.tgz osmo-bts.build-2025-02-16_00_51_42.tgz osmo-ggsn.build-2025-02-16_20_42_27.tgz osmo-hlr.build-2025-02-16_16_36_54.tgz osmo-hnbgw.build-2025-02-16_13_28_56.tgz osmo-mgw.build-2025-02-16_08_33_13.tgz osmo-msc.build-2025-02-16_13_32_52.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-16_07_41_13.tgz osmo-pcu-sysmo.build-2025-02-16_07_41_11.tgz osmo-pcu.build-2025-02-16_07_41_14.tgz osmo-sgsn.build-2025-02-16_20_48_02.tgz osmo-stp.build-2025-02-16_13_25_25.tgz osmo-trx.build-2025-02-16_14_28_05.tgz osmocom-bb.build-2025-02-16_21_17_12.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