Skipping 14 KB..
Full Log[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins17841369176825591059.sh
+ trap clean_up_trap EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
+ rm -rf trial-7876
+ 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 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 5.76kB done
#5 DONE 0.1s
#6 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#6 DONE 0.2s
#7 [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
#7 CACHED
#8 [ 2/28] RUN useradd -ms /bin/bash jenkins
#8 CACHED
#9 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#9 CACHED
#10 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#10 CACHED
#11 [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
#11 CACHED
#12 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#12 CACHED
#13 [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
#13 CACHED
#14 [ 3/28] RUN groupadd osmo-gsm-tester
#14 CACHED
#15 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#15 CACHED
#16 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#16 CACHED
#17 [ 9/28] COPY SSH /root/.ssh
#17 CACHED
#18 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#18 CACHED
#19 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#19 CACHED
#20 [20/28] WORKDIR /TMP
#20 CACHED
#21 [ 5/28] RUN APT-GET update && apt-get install -y --no-install-recommends cpio dbus tcpdump sqlite3 python3 python3-setuptools python3-yaml python3-mako python3-gi python3-numpy python3-wheel python3-watchdog ofono patchelf rpm2cpio sudo libcap2-bin python3-pip udhcpc iperf3 locales
#21 CACHED
#22 [ 8/28] RUN MKDIR /var/run/sshd
#22 CACHED
#23 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#23 CACHED
#24 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#24 CACHED
#25 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#25 CACHED
#26 [19/28] RUN IF [ "$(arch)" = "x86_64" ]; then apt-get update && apt-get install -y --no-install-recommends python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev libcurl4-gnutls-dev libnghttp2-dev meson && apt-get clean; fi
#26 CACHED
#27 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#27 CACHED
#28 [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
#28 CACHED
#29 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#29 CACHED
#30 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#30 CACHED
#31 [16/28] RUN APT-GET update && apt-get install -y --no-install-recommends cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libpcsclite-dev libuhd-dev libczmq-dev libsoapysdr-dev soapysdr-module-lms7 && apt-get clean
#31 CACHED
#32 [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:d4324e33cb9ff20e974687a700246239d80d765795bd1b3aebb852f43215d124 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=7877 -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-14 22:48:26
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7877
+ mkdir -p trial-7877
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-02-14_13_28_17.tgz osmo-bts-oc2g.build-2025-02-14_00_51_35.tgz osmo-bts-sysmo.build-2025-02-14_00_51_33.tgz osmo-bts.build-2025-02-14_00_51_47.tgz osmo-ggsn.build-2025-02-14_20_42_25.tgz osmo-hlr.build-2025-02-14_16_37_00.tgz osmo-hnbgw.build-2025-02-14_14_02_25.tgz osmo-mgw.build-2025-02-14_08_33_16.tgz osmo-msc.build-2025-02-14_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-14_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-14_07_41_19.tgz osmo-pcu.build-2025-02-14_07_41_33.tgz osmo-sgsn.build-2025-02-14_20_48_39.tgz osmo-stp.build-2025-02-14_13_25_15.tgz osmo-trx.build-2025-02-14_14_28_07.tgz osmocom-bb.build-2025-02-14_21_17_11.tgz srslte.build-19.tgz trial-7877
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-02-14_13_28_17.md5 osmo-bts-oc2g.build-2025-02-14_00_51_35.md5 osmo-bts-sysmo.build-2025-02-14_00_51_33.md5 osmo-bts.build-2025-02-14_00_51_47.md5 osmo-ggsn.build-2025-02-14_20_42_25.md5 osmo-hlr.build-2025-02-14_16_37_00.md5 osmo-hnbgw.build-2025-02-14_14_02_25.md5 osmo-mgw.build-2025-02-14_08_33_16.md5 osmo-msc.build-2025-02-14_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-14_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-14_07_41_19.md5 osmo-pcu.build-2025-02-14_07_41_33.md5 osmo-sgsn.build-2025-02-14_20_48_39.md5 osmo-stp.build-2025-02-14_13_25_15.md5 osmo-trx.build-2025-02-14_14_28_07.md5 osmocom-bb.build-2025-02-14_21_17_11.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-02-14_13_28_17.md5 osmo-bts-oc2g.build-2025-02-14_00_51_35.md5 osmo-bts-sysmo.build-2025-02-14_00_51_33.md5 osmo-bts.build-2025-02-14_00_51_47.md5 osmo-ggsn.build-2025-02-14_20_42_25.md5 osmo-hlr.build-2025-02-14_16_37_00.md5 osmo-hnbgw.build-2025-02-14_14_02_25.md5 osmo-mgw.build-2025-02-14_08_33_16.md5 osmo-msc.build-2025-02-14_13_32_30.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-02-14_07_41_26.md5 osmo-pcu-sysmo.build-2025-02-14_07_41_19.md5 osmo-pcu.build-2025-02-14_07_41_33.md5 osmo-sgsn.build-2025-02-14_20_48_39.md5 osmo-stp.build-2025-02-14_13_25_15.md5 osmo-trx.build-2025-02-14_14_28_07.md5 osmocom-bb.build-2025-02-14_21_17_11.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-7877 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7877'
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-7877
--------------------------------------------------------------------------------------------
22:48:27.221179 tst trial-7877: Detailed log at /build/trial-7877/run.2025-02-14_22-48-27/log
---------------------------------------------------------------------
trial-7877 netreg_mass
---------------------------------------------------------------------
22:48:27.429655 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:27.430022 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:27.430833 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:27.432069 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:27.475878 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:27.476715 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:27.477897 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:27.551904 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-7877 netreg_mass register_default_mass.py
----------------------------------------------
22:48:27.553064 tst register_default_mass.py:9: Claiming resources for the test
22:48:27.573232 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.573768 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.574218 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.574659 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.575104 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.575557 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:27.575998 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:27.623502 tst register_default_mass.py: using LAC 2
22:48:27.672815 tst register_default_mass.py: using RAC 2
22:48:27.722746 tst register_default_mass.py: using CellId 2
22:48:27.775608 tst register_default_mass.py: using BVCI 3
22:48:27.781612 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.782289 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.782862 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.783412 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.783963 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.784508 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.785052 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.785619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.786167 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.786821 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.787360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.787891 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.788431 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.789003 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.789546 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.790092 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.790634 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.791175 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.791714 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.792259 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.792794 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.793360 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.793904 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.794434 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.794970 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.795504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.796030 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.796564 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.797111 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.797637 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.798168 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.798700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.799235 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.799788 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.800327 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.800861 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.801387 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.801934 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.802462 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.802980 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.803501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.804026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.804549 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.805104 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.805636 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.806158 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.806695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.807232 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.807755 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.808292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.808827 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.809347 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.809874 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.810408 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.810925 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.811444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.811975 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.812499 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.813020 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.813550 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.814066 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.814606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.815161 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.815700 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.816213 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.816753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.817282 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.817806 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.818339 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.818857 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.819377 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.819897 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.820501 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.821026 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.821551 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.822071 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.822583 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.823094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.823629 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.824143 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.824679 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.825215 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.825732 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.826247 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.826771 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.827292 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.827807 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.828330 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.828869 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.829391 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.829919 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.830444 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.830967 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.831502 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.832015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.832521 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.833055 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.833578 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.834091 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.834611 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.835136 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:27.835712 tst register_default_mass.py:21: Launching a simple network
22:48:27.845965 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:27.966853 run create_hlr_db(pid=20): Launched
22:48:28.976979 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:28.993239 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:29.008092 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:29.013886 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:29.181958 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:29.197697 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:29.203462 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:29.626661 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:29.642375 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:32.660872 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:32.776611 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:32.792109 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:32.797977 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:32.821854 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:32.837079 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:32.842987 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:33.150739 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:33.166631 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:39.191865 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:39.340817 run osmo-bts-virtual(pid=34): Launched
22:48:40.386600 tst register_default_mass.py: using MSISDN 1001
22:48:40.392700 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:40.470807 tst register_default_mass.py: using MSISDN 1002
22:48:40.492069 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:40.578458 tst register_default_mass.py: using MSISDN 1003
22:48:40.593945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:40.691626 tst register_default_mass.py: using MSISDN 1004
22:48:40.697394 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:40.797077 tst register_default_mass.py: using MSISDN 1005
22:48:40.804684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:40.900853 tst register_default_mass.py: using MSISDN 1006
22:48:40.906734 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:40.995240 tst register_default_mass.py: using MSISDN 1007
22:48:41.001792 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:41.067952 tst register_default_mass.py: using MSISDN 1008
22:48:41.074007 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:41.170143 tst register_default_mass.py: using MSISDN 1009
22:48:41.175932 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:41.278621 tst register_default_mass.py: using MSISDN 1010
22:48:41.286776 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:41.356580 tst register_default_mass.py: using MSISDN 1011
22:48:41.367038 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:41.459176 tst register_default_mass.py: using MSISDN 1012
22:48:41.480585 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:41.548364 tst register_default_mass.py: using MSISDN 1013
22:48:41.569214 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:41.642158 tst register_default_mass.py: using MSISDN 1014
22:48:41.660410 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:41.725304 tst register_default_mass.py: using MSISDN 1015
22:48:41.732807 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:41.801227 tst register_default_mass.py: using MSISDN 1016
22:48:41.807125 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:41.871100 tst register_default_mass.py: using MSISDN 1017
22:48:41.877617 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:41.940530 tst register_default_mass.py: using MSISDN 1018
22:48:41.946243 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:42.022728 tst register_default_mass.py: using MSISDN 1019
22:48:42.028420 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:42.099787 tst register_default_mass.py: using MSISDN 1020
22:48:42.105582 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:42.169113 tst register_default_mass.py: using MSISDN 1021
22:48:42.175184 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:42.250612 tst register_default_mass.py: using MSISDN 1022
22:48:42.256405 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:42.323563 tst register_default_mass.py: using MSISDN 1023
22:48:42.330626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:42.398231 tst register_default_mass.py: using MSISDN 1024
22:48:42.408392 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:42.473825 tst register_default_mass.py: using MSISDN 1025
22:48:42.479790 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:42.578100 tst register_default_mass.py: using MSISDN 1026
22:48:42.584415 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:42.661741 tst register_default_mass.py: using MSISDN 1027
22:48:42.681078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:42.754594 tst register_default_mass.py: using MSISDN 1028
22:48:42.770783 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:42.847733 tst register_default_mass.py: using MSISDN 1029
22:48:42.863923 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:42.944325 tst register_default_mass.py: using MSISDN 1030
22:48:42.953866 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:43.026164 tst register_default_mass.py: using MSISDN 1031
22:48:43.031935 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:43.104935 tst register_default_mass.py: using MSISDN 1032
22:48:43.110721 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:43.204233 tst register_default_mass.py: using MSISDN 1033
22:48:43.214969 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:43.296552 tst register_default_mass.py: using MSISDN 1034
22:48:43.302416 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:43.399254 tst register_default_mass.py: using MSISDN 1035
22:48:43.422639 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:43.492701 tst register_default_mass.py: using MSISDN 1036
22:48:43.514028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:43.583120 tst register_default_mass.py: using MSISDN 1037
22:48:43.603145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:43.678705 tst register_default_mass.py: using MSISDN 1038
22:48:43.693720 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:43.759913 tst register_default_mass.py: using MSISDN 1039
22:48:43.775862 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:43.850698 tst register_default_mass.py: using MSISDN 1040
22:48:43.860141 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:43.949140 tst register_default_mass.py: using MSISDN 1041
22:48:43.954811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:44.039511 tst register_default_mass.py: using MSISDN 1042
22:48:44.045538 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:44.130585 tst register_default_mass.py: using MSISDN 1043
22:48:44.136282 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:44.235483 tst register_default_mass.py: using MSISDN 1044
22:48:44.241805 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:44.358743 tst register_default_mass.py: using MSISDN 1045
22:48:44.366779 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:44.490150 tst register_default_mass.py: using MSISDN 1046
22:48:44.509955 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:44.641129 tst register_default_mass.py: using MSISDN 1047
22:48:44.646861 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:44.736940 tst register_default_mass.py: using MSISDN 1048
22:48:44.743196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:44.842543 tst register_default_mass.py: using MSISDN 1049
22:48:44.849548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:44.952055 tst register_default_mass.py: using MSISDN 1050
22:48:44.958028 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:45.075500 tst register_default_mass.py: using MSISDN 1051
22:48:45.085311 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:45.170592 tst register_default_mass.py: using MSISDN 1052
22:48:45.178963 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:45.252608 tst register_default_mass.py: using MSISDN 1053
22:48:45.277284 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:45.359390 tst register_default_mass.py: using MSISDN 1054
22:48:45.381456 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:45.462951 tst register_default_mass.py: using MSISDN 1055
22:48:45.484845 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:45.569734 tst register_default_mass.py: using MSISDN 1056
22:48:45.591019 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:45.667402 tst register_default_mass.py: using MSISDN 1057
22:48:45.676915 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:45.778364 tst register_default_mass.py: using MSISDN 1058
22:48:45.786788 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:45.874860 tst register_default_mass.py: using MSISDN 1059
22:48:45.883065 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:45.951884 tst register_default_mass.py: using MSISDN 1060
22:48:45.963403 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:46.032310 tst register_default_mass.py: using MSISDN 1061
22:48:46.038155 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:46.117851 tst register_default_mass.py: using MSISDN 1062
22:48:46.136523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:46.214746 tst register_default_mass.py: using MSISDN 1063
22:48:46.231457 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:46.306861 tst register_default_mass.py: using MSISDN 1064
22:48:46.326196 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:46.423905 tst register_default_mass.py: using MSISDN 1065
22:48:46.434716 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:46.525042 tst register_default_mass.py: using MSISDN 1066
22:48:46.532858 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:46.615257 tst register_default_mass.py: using MSISDN 1067
22:48:46.625655 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:46.736982 tst register_default_mass.py: using MSISDN 1068
22:48:46.743933 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:46.866463 tst register_default_mass.py: using MSISDN 1069
22:48:46.873237 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:46.980975 tst register_default_mass.py: using MSISDN 1070
22:48:47.001460 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:47.109683 tst register_default_mass.py: using MSISDN 1071
22:48:47.115843 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:47.227663 tst register_default_mass.py: using MSISDN 1072
22:48:47.237780 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:47.310909 tst register_default_mass.py: using MSISDN 1073
22:48:47.332840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:47.413643 tst register_default_mass.py: using MSISDN 1074
22:48:47.430699 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:47.502664 tst register_default_mass.py: using MSISDN 1075
22:48:47.508988 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:47.918139 tst register_default_mass.py: using MSISDN 1076
22:48:47.925407 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:48.048083 tst register_default_mass.py: using MSISDN 1077
22:48:48.068444 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:48.148900 tst register_default_mass.py: using MSISDN 1078
22:48:48.154819 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:48.241599 tst register_default_mass.py: using MSISDN 1079
22:48:48.249349 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:48.341486 tst register_default_mass.py: using MSISDN 1080
22:48:48.347501 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:48.434473 tst register_default_mass.py: using MSISDN 1081
22:48:48.440216 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:48.525788 tst register_default_mass.py: using MSISDN 1082
22:48:48.531548 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:48.636987 tst register_default_mass.py: using MSISDN 1083
22:48:48.644659 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:48.719508 tst register_default_mass.py: using MSISDN 1084
22:48:48.729182 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:48.797834 tst register_default_mass.py: using MSISDN 1085
22:48:48.808959 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:48.880270 tst register_default_mass.py: using MSISDN 1086
22:48:48.900627 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:48.977080 tst register_default_mass.py: using MSISDN 1087
22:48:48.982998 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:49.058858 tst register_default_mass.py: using MSISDN 1088
22:48:49.073164 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:49.134592 tst register_default_mass.py: using MSISDN 1089
22:48:49.140634 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:49.271669 tst register_default_mass.py: using MSISDN 1090
22:48:49.278212 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:49.369382 tst register_default_mass.py: using MSISDN 1091
22:48:49.391070 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:49.461860 tst register_default_mass.py: using MSISDN 1092
22:48:49.467764 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:49.530017 tst register_default_mass.py: using MSISDN 1093
22:48:49.535962 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:49.603874 tst register_default_mass.py: using MSISDN 1094
22:48:49.610022 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:49.674333 tst register_default_mass.py: using MSISDN 1095
22:48:49.680301 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:49.743675 tst register_default_mass.py: using MSISDN 1096
22:48:49.750168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:49.835536 tst register_default_mass.py: using MSISDN 1097
22:48:49.848600 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:49.930483 tst register_default_mass.py: using MSISDN 1098
22:48:49.950424 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:50.016125 tst register_default_mass.py: using MSISDN 1099
22:48:50.024011 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:50.101024 tst register_default_mass.py: using MSISDN 1100
22:48:50.117201 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:50.250044 run mass: Starting testcase
22:48:50.256010 run mass: Pre-launching all virtphy's
22:48:50.261744 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:50.275516 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:50.281809 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:50.295367 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:50.301583 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:50.314832 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:50.321128 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:50.334457 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:50.340680 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:50.354312 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:50.360744 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:50.374348 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:50.380635 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:50.394201 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:50.400273 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:50.413356 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:50.419718 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:50.433268 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:50.439565 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:50.453162 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:50.459400 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:50.472842 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:50.479210 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:50.492691 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:50.498954 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:50.512391 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:50.518764 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:50.532147 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:50.538419 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:50.551924 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:50.558230 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:50.571745 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:50.578024 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:50.591513 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:50.597751 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:50.611279 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:50.617509 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:50.630972 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:50.637293 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:50.650897 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:50.658185 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:50.671829 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:50.678232 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:50.691778 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:50.698049 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:50.711806 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:50.718064 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:50.731616 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:50.737876 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:50.751415 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:50.758011 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:50.771563 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:50.778008 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:50.791495 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:50.797757 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:50.810836 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:50.817132 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:50.830630 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:50.836849 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:50.850344 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:50.856573 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:50.870002 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:50.876297 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:50.889840 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:50.896038 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:50.909526 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:50.915718 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:50.929376 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:50.935677 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:50.949338 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:50.955543 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:50.969196 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:50.975319 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:50.988392 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:50.994538 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:51.007554 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:51.013512 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:51.026414 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:51.032374 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:51.045545 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:51.051658 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:51.064472 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:51.070461 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:51.083313 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:51.089530 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:51.103084 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:51.109301 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:51.122672 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:51.128856 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:51.141894 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:51.148006 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:51.161064 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:51.167200 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:51.180063 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:51.186157 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:51.199360 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:51.205440 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:51.218458 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:51.224499 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:51.237866 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:51.244100 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:51.257539 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:51.263734 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:51.277462 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:51.283652 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:51.297138 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:51.303398 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:51.317120 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:51.323072 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:51.336093 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:51.342144 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:51.355340 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:51.361527 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:51.374558 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:51.380836 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:51.394097 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:51.400250 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:51.413909 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:51.420042 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:51.433048 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:51.439246 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:51.452393 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:51.458554 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:51.471453 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:51.477635 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:51.491030 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:51.497275 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:51.510705 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:51.516962 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:51.530103 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:51.536191 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:51.549140 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:51.555090 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:51.567904 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:51.573922 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:51.586900 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:51.592904 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:51.605937 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:51.611980 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:51.624941 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:51.630923 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:51.643786 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:51.649836 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:51.663362 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:51.669757 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:51.683163 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:51.689372 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:51.702739 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:51.708961 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:51.722389 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:51.728343 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:51.741264 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:51.747262 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:51.760176 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:51.766400 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:51.779833 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:51.786012 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:51.799015 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:51.805010 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:51.817839 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:51.824044 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:51.837288 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:51.843544 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:51.856685 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:51.863080 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:51.876994 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:51.885087 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:51.898852 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:51.906097 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:51.919598 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:51.926423 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:51.955069 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:51.967048 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:51.983681 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:51.990624 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:52.004183 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:52.010684 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:52.024159 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:52.030369 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:52.043814 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:52.050499 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:52.064087 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:52.070686 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:52.084306 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:52.091862 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:52.105707 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:52.114489 run osmo-ms-virt-phy/00093: Starting virtphy
22:48:52.129538 run osmo-ms-virt-phy/00093(pid=128): Launched
22:48:52.135735 run osmo-ms-virt-phy/00094: Starting virtphy
22:48:52.148940 run osmo-ms-virt-phy/00094(pid=129): Launched
22:48:52.155202 run osmo-ms-virt-phy/00095: Starting virtphy
22:48:52.168479 run osmo-ms-virt-phy/00095(pid=130): Launched
22:48:52.174467 run osmo-ms-virt-phy/00096: Starting virtphy
22:48:52.270978 run osmo-ms-virt-phy/00096(pid=131): Launched
22:48:52.279011 run osmo-ms-virt-phy/00097: Starting virtphy
22:48:52.293537 run osmo-ms-virt-phy/00097(pid=132): Launched
22:48:52.299493 run osmo-ms-virt-phy/00098: Starting virtphy
22:48:52.312168 run osmo-ms-virt-phy/00098(pid=133): Launched
22:48:52.318278 run osmo-ms-virt-phy/00099: Starting virtphy
22:48:52.331686 run osmo-ms-virt-phy/00099(pid=134): Launched
22:48:52.337832 run mass: Checking if sockets are in the filesystem
22:48:52.350333 run osmo-ms-mob/00000: Starting mobile
22:48:52.364074 run osmo-ms-mob/00000(pid=135): Launched
22:48:52.375556 run mass: MS start registered {at=2804238.078903765, delay=0.005269113928079605, ms=00000}
22:48:56.557910 run osmo-ms-mob/00001: Starting mobile
22:48:56.571370 run osmo-ms-mob/00001(pid=136): Launched
22:48:56.582237 run mass: MS start registered {at=2804242.2855878, delay=0.004904236178845167, ms=00001}
22:48:57.817665 run mass: MS performed LU {at=2804243.520968975, lu_delay=5.442065210081637, ms=00000}
22:48:58.356954 run osmo-ms-mob/00002: Starting mobile
22:48:58.369906 run osmo-ms-mob/00002(pid=137): Launched
22:48:58.380952 run mass: MS start registered {at=2804244.084292543, delay=0.00495903892442584, ms=00002}
22:48:59.649266 run osmo-ms-mob/00003: Starting mobile
22:48:59.667009 run osmo-ms-mob/00003(pid=138): Launched
22:48:59.678284 run mass: MS start registered {at=2804245.381632948, delay=0.004667742643505335, ms=00003}
22:49:00.749357 run osmo-ms-mob/00004: Starting mobile
22:49:00.762767 run osmo-ms-mob/00004(pid=139): Launched
22:49:00.773923 run mass: MS start registered {at=2804246.477263994, delay=0.004864817019551992, ms=00004}
22:49:01.583597 run mass: MS performed LU {at=2804247.286909605, lu_delay=5.0013218047097325, ms=00001}
22:49:01.770623 run osmo-ms-mob/00005: Starting mobile
22:49:01.783853 run osmo-ms-mob/00005(pid=140): Launched
22:49:01.795213 run mass: MS start registered {at=2804247.498556461, delay=0.0052867974154651165, ms=00005}
22:49:02.665123 run osmo-ms-mob/00006: Starting mobile
22:49:02.679127 run osmo-ms-mob/00006(pid=141): Launched
22:49:02.690138 run mass: MS start registered {at=2804248.39347906, delay=0.00499933073297143, ms=00006}
22:49:03.484357 run mass: MS performed LU {at=2804249.187642878, lu_delay=5.10335033480078, ms=00002}
22:49:03.496655 run osmo-ms-mob/00007: Starting mobile
22:49:03.509556 run osmo-ms-mob/00007(pid=142): Launched
22:49:03.520644 run mass: MS start registered {at=2804249.223982849, delay=0.0049397991970181465, ms=00007}
22:49:04.370097 run osmo-ms-mob/00008: Starting mobile
22:49:04.384632 run osmo-ms-mob/00008(pid=143): Launched
22:49:04.396191 run mass: MS start registered {at=2804250.099542882, delay=0.005258888006210327, ms=00008}
22:49:05.060851 run osmo-ms-mob/00009: Starting mobile
22:49:05.074298 run osmo-ms-mob/00009(pid=144): Launched
22:49:05.085260 run mass: MS start registered {at=2804250.788608702, delay=0.004786930978298187, ms=00009}
22:49:05.350507 run mass: MS performed LU {at=2804251.053754499, lu_delay=5.672121551353484, ms=00003}
22:49:05.754238 run osmo-ms-mob/00010: Starting mobile
22:49:05.767008 run osmo-ms-mob/00010(pid=145): Launched
22:49:05.778039 run mass: MS start registered {at=2804251.48139131, delay=0.004832100123167038, ms=00010}
22:49:05.865812 run mass: MS performed LU {at=2804251.569140366, lu_delay=5.091876371763647, ms=00004}
22:49:06.349823 run osmo-ms-mob/00011: Starting mobile
22:49:06.363661 run osmo-ms-mob/00011(pid=146): Launched
22:49:06.374742 run mass: MS start registered {at=2804252.078088382, delay=0.0047715636901557446, ms=00011}
22:49:06.950132 run osmo-ms-mob/00012: Starting mobile
22:49:06.965355 run osmo-ms-mob/00012(pid=147): Launched
22:49:06.977830 run mass: MS start registered {at=2804252.681180961, delay=0.005991044919937849, ms=00012}
22:49:07.250071 run mass: MS performed LU {at=2804252.953407154, lu_delay=5.45485069276765, ms=00005}
22:49:07.550106 run osmo-ms-mob/00013: Starting mobile
22:49:07.563191 run osmo-ms-mob/00013(pid=148): Launched
22:49:07.573992 run mass: MS start registered {at=2804253.277337727, delay=0.004708586260676384, ms=00013}
22:49:07.766726 run mass: MS performed LU {at=2804253.470056737, lu_delay=5.076577676925808, ms=00006}
22:49:08.150354 run osmo-ms-mob/00014: Starting mobile
22:49:08.163782 run osmo-ms-mob/00014(pid=149): Launched
22:49:08.175529 run mass: MS start registered {at=2804253.878855634, delay=0.005401059053838253, ms=00014}
22:49:08.751246 run osmo-ms-mob/00015: Starting mobile
22:49:08.765006 run osmo-ms-mob/00015(pid=150): Launched
22:49:08.776070 run mass: MS start registered {at=2804254.479421326, delay=0.0047874851152300835, ms=00015}
22:49:09.114583 run mass: MS performed LU {at=2804254.817910453, lu_delay=4.718367571011186, ms=00008}
22:49:09.160695 run mass: MS performed LU {at=2804254.864036202, lu_delay=5.640053352806717, ms=00007}
22:49:09.172644 run osmo-ms-mob/00016: Starting mobile
22:49:09.187914 run osmo-ms-mob/00016(pid=151): Launched
22:49:09.198639 run mass: MS start registered {at=2804254.901993171, delay=0.004124823026359081, ms=00016}
22:49:09.750368 run osmo-ms-mob/00017: Starting mobile
22:49:09.764131 run osmo-ms-mob/00017(pid=152): Launched
22:49:09.775296 run mass: MS start registered {at=2804255.478645321, delay=0.004852395970374346, ms=00017}
22:49:10.349881 run osmo-ms-mob/00018: Starting mobile
22:49:10.363349 run osmo-ms-mob/00018(pid=153): Launched
22:49:10.374399 run mass: MS start registered {at=2804256.077745692, delay=0.0047597698867321014, ms=00018}
22:49:10.749582 run osmo-ms-mob/00019: Starting mobile
22:49:10.762601 run osmo-ms-mob/00019(pid=154): Launched
22:49:10.773605 run mass: MS start registered {at=2804256.47695693, delay=0.004782401956617832, ms=00019}
22:49:11.016697 run mass: MS performed LU {at=2804256.720030743, lu_delay=5.238639432936907, ms=00010}
22:49:11.062750 run mass: MS performed LU {at=2804256.766088479, lu_delay=5.977479777298868, ms=00009}
22:49:11.131900 run mass: MS performed LU {at=2804256.835231399, lu_delay=4.757143017370254, ms=00011}
22:49:11.143601 run osmo-ms-mob/00020: Starting mobile
22:49:11.156531 run osmo-ms-mob/00020(pid=155): Launched
22:49:11.167590 run mass: MS start registered {at=2804256.870940438, delay=0.00360683910548687, ms=00020}
22:49:11.750183 run osmo-ms-mob/00021: Starting mobile
22:49:11.764057 run osmo-ms-mob/00021(pid=156): Launched
22:49:11.775612 run mass: MS start registered {at=2804257.478963388, delay=0.005080073140561581, ms=00021}
22:49:12.151239 run osmo-ms-mob/00022: Starting mobile
22:49:12.164785 run osmo-ms-mob/00022(pid=157): Launched
22:49:12.183039 run mass: MS start registered {at=2804257.886373888, delay=0.011996408924460411, ms=00022}
22:49:12.744321 run osmo-ms-mob/00023: Starting mobile
22:49:12.757534 run osmo-ms-mob/00023(pid=158): Launched
22:49:12.763523 run mass: Starting too slowly. Moving on {now=2804258.466893834, sleep=-0.019880676176398993, target=2804258.447013158}
22:49:12.770540 run mass: MS start registered {at=2804258.473900385, delay=0.0070089129731059074, ms=00023}
22:49:12.796974 run mass: MS performed LU {at=2804258.500325474, lu_delay=5.222987746819854, ms=00013}
22:49:12.880382 run mass: MS performed LU {at=2804258.583705336, lu_delay=4.7048497018404305, ms=00014}
22:49:12.926880 run mass: MS performed LU {at=2804258.63021305, lu_delay=5.949032089207321, ms=00012}
22:49:12.938568 run osmo-ms-mob/00024: Starting mobile
22:49:12.952231 run osmo-ms-mob/00024(pid=159): Launched
22:49:12.963483 run mass: MS start registered {at=2804258.666816199, delay=0.0049978382885456085, ms=00024}
22:49:13.549580 run osmo-ms-mob/00025: Starting mobile
22:49:13.563665 run osmo-ms-mob/00025(pid=160): Launched
22:49:13.574840 run mass: MS start registered {at=2804259.278188647, delay=0.004994433838874102, ms=00025}
22:49:13.950009 run osmo-ms-mob/00026: Starting mobile
22:49:13.963702 run osmo-ms-mob/00026(pid=161): Launched
22:49:13.975043 run mass: MS start registered {at=2804259.678391577, delay=0.0049531892873346806, ms=00026}
22:49:14.350033 run osmo-ms-mob/00027: Starting mobile
22:49:14.363773 run osmo-ms-mob/00027(pid=162): Launched
22:49:14.375166 run mass: MS start registered {at=2804260.078484907, delay=0.005109838675707579, ms=00027}
22:49:14.749948 run osmo-ms-mob/00028: Starting mobile
22:49:14.763686 run osmo-ms-mob/00028(pid=163): Launched
22:49:14.774617 run mass: MS start registered {at=2804260.477967136, delay=0.004678450990468264, ms=00028}
22:49:14.781891 run mass: MS performed LU {at=2804260.485244557, lu_delay=6.0058232308365405, ms=00015}
22:49:14.828546 run mass: MS performed LU {at=2804260.531895375, lu_delay=5.629902204032987, ms=00016}
22:49:14.897426 run mass: MS performed LU {at=2804260.60076016, lu_delay=5.122114839032292, ms=00017}
22:49:14.908772 run osmo-ms-mob/00029: Starting mobile
22:49:14.922125 run osmo-ms-mob/00029(pid=164): Launched
22:49:14.933390 run mass: MS start registered {at=2804260.636742575, delay=0.0048172022216022015, ms=00029}
22:49:15.170036 run mass: MS performed LU {at=2804260.873372263, lu_delay=4.795626570936292, ms=00018}
22:49:15.549576 run osmo-ms-mob/00030: Starting mobile
22:49:15.564572 run osmo-ms-mob/00030(pid=165): Launched
22:49:15.576169 run mass: MS start registered {at=2804261.279513744, delay=0.004991752095520496, ms=00030}
22:49:15.949268 run osmo-ms-mob/00031: Starting mobile
22:49:15.963099 run osmo-ms-mob/00031(pid=166): Launched
22:49:15.974767 run mass: MS start registered {at=2804261.678117476, delay=0.005298588890582323, ms=00031}
22:49:16.249844 run osmo-ms-mob/00032: Starting mobile
22:49:16.263106 run osmo-ms-mob/00032(pid=167): Launched
22:49:16.274380 run mass: MS start registered {at=2804261.977733127, delay=0.004965407773852348, ms=00032}
22:49:16.563224 run mass: MS performed LU {at=2804262.266560143, lu_delay=4.787596754729748, ms=00021}
22:49:16.575070 run osmo-ms-mob/00033: Starting mobile
22:49:16.588593 run osmo-ms-mob/00033(pid=168): Launched
22:49:16.600132 run mass: MS start registered {at=2804262.303478228, delay=0.0053168050944805145, ms=00033}
22:49:16.646123 run mass: MS performed LU {at=2804262.349456582, lu_delay=5.872499652206898, ms=00019}
22:49:16.692691 run mass: MS performed LU {at=2804262.396011669, lu_delay=5.525071231182665, ms=00020}
22:49:16.835812 run mass: MS performed LU {at=2804262.539134509, lu_delay=4.652760621160269, ms=00022}
22:49:16.847314 run osmo-ms-mob/00034: Starting mobile
22:49:16.861626 run osmo-ms-mob/00034(pid=169): Launched
22:49:16.873154 run mass: MS start registered {at=2804262.576495437, delay=0.005087950732558966, ms=00034}
22:49:17.349274 run osmo-ms-mob/00035: Starting mobile
22:49:17.362648 run osmo-ms-mob/00035(pid=170): Launched
22:49:17.373652 run mass: MS start registered {at=2804263.077001044, delay=0.004899484105408192, ms=00035}
22:49:17.750048 run osmo-ms-mob/00036: Starting mobile
22:49:17.763957 run osmo-ms-mob/00036(pid=171): Launched
22:49:17.775113 run mass: MS start registered {at=2804263.478465432, delay=0.004496186971664429, ms=00036}
22:49:18.150051 run osmo-ms-mob/00037: Starting mobile
22:49:18.163504 run osmo-ms-mob/00037(pid=172): Launched
22:49:18.174792 run mass: MS start registered {at=2804263.87814413, delay=0.004769512917846441, ms=00037}
22:49:18.449945 run osmo-ms-mob/00038: Starting mobile
22:49:18.463622 run osmo-ms-mob/00038(pid=173): Launched
22:49:18.474951 run mass: MS start registered {at=2804264.178300071, delay=0.004961030092090368, ms=00038}
22:49:18.547723 run mass: MS performed LU {at=2804264.251044481, lu_delay=4.572652903851122, ms=00026}
22:49:18.594313 run mass: MS performed LU {at=2804264.297656676, lu_delay=5.019468029029667, ms=00025}
22:49:18.605589 run osmo-ms-mob/00039: Starting mobile
22:49:18.618717 run osmo-ms-mob/00039(pid=174): Launched
22:49:18.629757 run mass: MS start registered {at=2804264.333111265, delay=0.004928587004542351, ms=00039}
22:49:18.663510 run mass: MS performed LU {at=2804264.366861973, lu_delay=5.892961587756872, ms=00023}
22:49:18.700443 run mass: MS performed LU {at=2804264.403789976, lu_delay=5.736973776947707, ms=00024}
22:49:19.150370 run osmo-ms-mob/00040: Starting mobile
22:49:19.164304 run osmo-ms-mob/00040(pid=175): Launched
22:49:19.175785 run mass: MS start registered {at=2804264.879124812, delay=0.0051275030709803104, ms=00040}
22:49:19.449793 run osmo-ms-mob/00041: Starting mobile
22:49:19.463301 run osmo-ms-mob/00041(pid=176): Launched
22:49:19.474532 run mass: MS start registered {at=2804265.177877766, delay=0.004789125174283981, ms=00041}
22:49:19.750140 run osmo-ms-mob/00042: Starting mobile
22:49:19.764149 run osmo-ms-mob/00042(pid=177): Launched
22:49:19.775383 run mass: MS start registered {at=2804265.478735504, delay=0.004932462237775326, ms=00042}
22:49:20.150735 run osmo-ms-mob/00043: Starting mobile
22:49:20.164262 run osmo-ms-mob/00043(pid=178): Launched
22:49:20.175221 run mass: MS start registered {at=2804265.878571888, delay=0.004676265176385641, ms=00043}
22:49:20.329039 run mass: MS performed LU {at=2804266.03235936, lu_delay=5.395616784691811, ms=00029}
22:49:20.412882 run mass: MS performed LU {at=2804266.116212728, lu_delay=4.836698983795941, ms=00030}
22:49:20.424768 run osmo-ms-mob/00044: Starting mobile
22:49:20.438338 run osmo-ms-mob/00044(pid=179): Launched
22:49:20.449686 run mass: MS start registered {at=2804266.153030078, delay=0.005066222976893187, ms=00044}
22:49:20.458274 run mass: MS performed LU {at=2804266.161616962, lu_delay=5.68364982586354, ms=00028}
22:49:20.601506 run mass: MS performed LU {at=2804266.304823444, lu_delay=6.226338537409902, ms=00027}
22:49:20.614839 run osmo-ms-mob/00045: Starting mobile
22:49:20.628408 run osmo-ms-mob/00045(pid=180): Launched
22:49:20.634429 run mass: MS performed LU {at=2804266.337788096, lu_delay=4.65967062022537, ms=00031}
22:49:20.640346 run mass: MS start registered {at=2804266.343713115, delay=0.005943710915744305, ms=00045}
22:49:21.050234 run osmo-ms-mob/00046: Starting mobile
22:49:21.064132 run osmo-ms-mob/00046(pid=181): Launched
22:49:21.076310 run mass: MS start registered {at=2804266.779651894, delay=0.005022830795496702, ms=00046}
22:49:21.349478 run osmo-ms-mob/00047: Starting mobile
22:49:21.363160 run osmo-ms-mob/00047(pid=182): Launched
22:49:21.374681 run mass: MS start registered {at=2804267.078017217, delay=0.005228736903518438, ms=00047}
22:49:21.654739 run osmo-ms-mob/00048: Starting mobile
22:49:21.669282 run osmo-ms-mob/00048(pid=183): Launched
22:49:21.683761 run mass: MS start registered {at=2804267.387084527, delay=0.006078317761421204, ms=00048}
22:49:21.950269 run osmo-ms-mob/00049: Starting mobile
22:49:21.963785 run osmo-ms-mob/00049(pid=184): Launched
22:49:21.975102 run mass: MS start registered {at=2804267.678447082, delay=0.004948326386511326, ms=00049}
22:49:22.250245 run osmo-ms-mob/00050: Starting mobile
22:49:22.263339 run osmo-ms-mob/00050(pid=185): Launched
22:49:22.275128 run mass: MS start registered {at=2804267.978470153, delay=0.0053911893628537655, ms=00050}
22:49:22.313762 run mass: MS performed LU {at=2804268.017090381, lu_delay=5.4405949441716075, ms=00034}
22:49:22.359462 run mass: MS performed LU {at=2804268.062797229, lu_delay=5.75931900087744, ms=00033}
22:49:22.429122 run mass: MS performed LU {at=2804268.132456764, lu_delay=6.1547236372716725, ms=00032}
22:49:22.440500 run osmo-ms-mob/00051: Starting mobile
22:49:22.453653 run osmo-ms-mob/00051(pid=186): Launched
22:49:22.464920 run mass: MS start registered {at=2804268.168261782, delay=0.005041587632149458, ms=00051}
22:49:22.471040 run mass: MS performed LU {at=2804268.174398081, lu_delay=5.097397036850452, ms=00035}
22:49:22.757088 run mass: MS performed LU {at=2804268.46042301, lu_delay=4.981957578100264, ms=00036}
22:49:22.768554 run osmo-ms-mob/00052: Starting mobile
22:49:22.782036 run osmo-ms-mob/00052(pid=187): Launched
22:49:22.793361 run mass: MS start registered {at=2804268.496706773, delay=0.004904128145426512, ms=00052}
22:49:23.249440 run osmo-ms-mob/00053: Starting mobile
22:49:23.262817 run osmo-ms-mob/00053(pid=188): Launched
22:49:23.274198 run mass: MS start registered {at=2804268.977543724, delay=0.0050689238123595715, ms=00053}
22:49:23.550034 run osmo-ms-mob/00054: Starting mobile
22:49:23.563239 run osmo-ms-mob/00054(pid=189): Launched
22:49:23.574574 run mass: MS start registered {at=2804269.277925045, delay=0.005059531424194574, ms=00054}
22:49:23.849332 run osmo-ms-mob/00055: Starting mobile
22:49:23.862867 run osmo-ms-mob/00055(pid=190): Launched
22:49:23.874114 run mass: MS start registered {at=2804269.577459734, delay=0.004894638899713755, ms=00055}
22:49:24.094905 run mass: MS performed LU {at=2804269.798234683, lu_delay=5.619934611953795, ms=00038}
22:49:24.106279 run osmo-ms-mob/00056: Starting mobile
22:49:24.119703 run osmo-ms-mob/00056(pid=191): Launched
22:49:24.130434 run mass: MS start registered {at=2804269.833785561, delay=0.004627774935215712, ms=00056}
22:49:24.136605 run mass: MS performed LU {at=2804269.839964457, lu_delay=5.506853191647679, ms=00039}
22:49:24.224398 run mass: MS performed LU {at=2804269.927733211, lu_delay=5.0486083989962935, ms=00040}
22:49:24.236266 run osmo-ms-mob/00057: Starting mobile
22:49:24.250056 run osmo-ms-mob/00057(pid=192): Launched
22:49:24.261015 run mass: MS start registered {at=2804269.964368683, delay=0.004679449833929539, ms=00057}
22:49:24.385962 run mass: MS performed LU {at=2804270.089299085, lu_delay=6.211154954973608, ms=00037}
22:49:24.422603 run mass: MS performed LU {at=2804270.125941188, lu_delay=4.647205683868378, ms=00042}
22:49:24.850700 run osmo-ms-mob/00058: Starting mobile
22:49:24.864569 run osmo-ms-mob/00058(pid=193): Launched
22:49:24.876129 run mass: MS start registered {at=2804270.579475236, delay=0.005381195340305567, ms=00058}
22:49:25.137491 run mass: MS performed LU {at=2804270.840825167, lu_delay=5.6629474009387195, ms=00041}
22:49:25.149253 run osmo-ms-mob/00059: Starting mobile
22:49:25.162911 run osmo-ms-mob/00059(pid=194): Launched
22:49:25.174708 run mass: MS start registered {at=2804270.878056207, delay=0.005245822016149759, ms=00059}
22:49:25.450194 run osmo-ms-mob/00060: Starting mobile
22:49:25.464644 run osmo-ms-mob/00060(pid=195): Launched
22:49:25.476431 run mass: MS start registered {at=2804271.17978195, delay=0.005163351073861122, ms=00060}
22:49:25.493480 run mass: MS performed LU {at=2804271.196822207, lu_delay=3.809737680014223, ms=00048}
22:49:25.850152 run osmo-ms-mob/00061: Starting mobile
22:49:25.864987 run osmo-ms-mob/00061(pid=196): Launched
22:49:25.877094 run mass: MS start registered {at=2804271.580415131, delay=0.0056450278498232365, ms=00061}
22:49:25.958808 run mass: MS performed LU {at=2804271.662142623, lu_delay=5.318429508246481, ms=00045}
22:49:25.996076 run mass: MS performed LU {at=2804271.699409414, lu_delay=5.82083752611652, ms=00043}
22:49:26.007713 run osmo-ms-mob/00062: Starting mobile
22:49:26.021725 run osmo-ms-mob/00062(pid=197): Launched
22:49:26.033494 run mass: MS start registered {at=2804271.736837867, delay=0.005453435238450766, ms=00062}
22:49:26.125028 run mass: MS performed LU {at=2804271.82835958, lu_delay=5.675329502206296, ms=00044}
22:49:26.286949 run mass: MS performed LU {at=2804271.990286373, lu_delay=5.210634479299188, ms=00046}
22:49:26.298890 run osmo-ms-mob/00063: Starting mobile
22:49:26.312529 run osmo-ms-mob/00063(pid=198): Launched
22:49:26.324346 run mass: MS start registered {at=2804272.027688163, delay=0.0054628667421638966, ms=00063}
22:49:26.851914 run osmo-ms-mob/00064: Starting mobile
22:49:26.865982 run osmo-ms-mob/00064(pid=199): Launched
22:49:26.878458 run mass: MS start registered {at=2804272.58179007, delay=0.0058640590868890285, ms=00064}
22:49:27.250784 run osmo-ms-mob/00065: Starting mobile
22:49:27.264793 run osmo-ms-mob/00065(pid=200): Launched
22:49:27.276427 run mass: MS start registered {at=2804272.979777022, delay=0.005157192703336477, ms=00065}
22:49:27.549366 run osmo-ms-mob/00066: Starting mobile
22:49:27.562445 run osmo-ms-mob/00066(pid=201): Launched
22:49:27.574054 run mass: MS start registered {at=2804273.277405075, delay=0.005308155901730061, ms=00066}
22:49:27.860358 run mass: MS performed LU {at=2804273.563693981, lu_delay=5.066987208090723, ms=00052}
22:49:27.872485 run osmo-ms-mob/00067: Starting mobile
22:49:27.886260 run osmo-ms-mob/00067(pid=202): Launched
22:49:27.898111 run mass: MS start registered {at=2804273.601416786, delay=0.005610144231468439, ms=00067}
22:49:27.904423 run mass: MS performed LU {at=2804273.607781711, lu_delay=5.629311557859182, ms=00050}
22:49:27.989711 run mass: MS performed LU {at=2804273.693043533, lu_delay=4.715499809011817, ms=00053}
22:49:28.001529 run osmo-ms-mob/00068: Starting mobile
22:49:28.100933 run osmo-ms-mob/00068(pid=203): Launched
22:49:28.112204 run mass: MS start registered {at=2804273.815557114, delay=0.00412844168022275, ms=00068}
22:49:28.151775 run mass: MS performed LU {at=2804273.855113514, lu_delay=5.686851731967181, ms=00051}
22:49:28.188003 run mass: MS performed LU {at=2804273.891343961, lu_delay=6.2128968788310885, ms=00049}
22:49:28.650187 run osmo-ms-mob/00069: Starting mobile
22:49:28.663967 run osmo-ms-mob/00069(pid=204): Launched
22:49:28.675593 run mass: MS start registered {at=2804274.378940502, delay=0.005293127149343491, ms=00069}
22:49:29.032863 run mass: MS performed LU {at=2804274.73619627, lu_delay=5.4582712249830365, ms=00054}
22:49:29.045273 run osmo-ms-mob/00070: Starting mobile
22:49:29.060879 run osmo-ms-mob/00070(pid=205): Launched
22:49:29.074434 run mass: MS start registered {at=2804274.777764329, delay=0.006242154166102409, ms=00070}
22:49:29.250263 run mass: MS performed LU {at=2804274.953591402, lu_delay=3.773809452075511, ms=00060}
22:49:29.450189 run osmo-ms-mob/00071: Starting mobile
22:49:29.464910 run osmo-ms-mob/00071(pid=206): Launched
22:49:29.479622 run mass: MS start registered {at=2804275.182955119, delay=0.007594577968120575, ms=00071}
22:49:29.725358 run mass: MS performed LU {at=2804275.428694632, lu_delay=5.464325949084014, ms=00057}
22:49:29.762229 run mass: MS performed LU {at=2804275.465563782, lu_delay=5.631778221111745, ms=00056}
22:49:29.776047 run osmo-ms-mob/00072: Starting mobile
22:49:29.802299 run osmo-ms-mob/00072(pid=207): Launched
22:49:29.814915 run mass: MS start registered {at=2804275.518255782, delay=0.005753487814217806, ms=00072}
22:49:29.845413 run mass: MS performed LU {at=2804275.548746261, lu_delay=4.6706900536082685, ms=00059}
22:49:30.052919 run mass: MS performed LU {at=2804275.756239029, lu_delay=6.178779295179993, ms=00055}
22:49:30.256332 run osmo-ms-mob/00073: Starting mobile
22:49:30.276120 run osmo-ms-mob/00073(pid=208): Launched
22:49:30.290417 run mass: MS start registered {at=2804275.993737024, delay=0.005167047958821058, ms=00073}
22:49:30.652111 run osmo-ms-mob/00074: Starting mobile
22:49:30.668745 run osmo-ms-mob/00074(pid=209): Launched
22:49:30.682640 run mass: MS start registered {at=2804276.385985452, delay=0.005680633243173361, ms=00074}
22:49:30.814040 run mass: MS performed LU {at=2804276.517355169, lu_delay=5.937879933044314, ms=00058}
22:49:31.058038 run osmo-ms-mob/00075: Starting mobile
22:49:31.089995 run osmo-ms-mob/00075(pid=210): Launched
22:49:31.113687 run mass: MS start registered {at=2804276.817008228, delay=0.008982570841908455, ms=00075}
22:49:31.596636 run osmo-ms-mob/00076: Starting mobile
22:49:31.615676 run osmo-ms-mob/00076(pid=211): Launched
22:49:31.633589 run mass: MS performed LU {at=2804277.336944128, lu_delay=4.75515405787155, ms=00064}
22:49:31.641322 run mass: MS start registered {at=2804277.344685053, delay=0.007762814871966839, ms=00076}
22:49:31.664359 run mass: MS performed LU {at=2804277.367687417, lu_delay=5.630849550012499, ms=00062}
22:49:31.709997 run mass: MS performed LU {at=2804277.413288962, lu_delay=5.385600799228996, ms=00063}
22:49:31.725492 run osmo-ms-mob/00077: Starting mobile
22:49:31.743546 run osmo-ms-mob/00077(pid=212): Launched
22:49:31.761767 run mass: MS start registered {at=2804277.465053131, delay=0.009138192050158978, ms=00077}
22:49:31.918114 run mass: MS performed LU {at=2804277.621444248, lu_delay=6.0410291170701385, ms=00061}
22:49:31.954234 run mass: MS performed LU {at=2804277.65756213, lu_delay=4.677785108331591, ms=00065}
22:49:32.449709 run osmo-ms-mob/00078: Starting mobile
22:49:32.465468 run osmo-ms-mob/00078(pid=213): Launched
22:49:32.478512 run mass: MS start registered {at=2804278.181860024, delay=0.0058209518902003765, ms=00078}
22:49:32.850414 run osmo-ms-mob/00079: Starting mobile
22:49:32.865433 run osmo-ms-mob/00079(pid=214): Launched
22:49:32.878385 run mass: MS start registered {at=2804278.581731189, delay=0.005735436920076609, ms=00079}
22:49:33.350580 run osmo-ms-mob/00080: Starting mobile
22:49:33.366458 run osmo-ms-mob/00080(pid=215): Launched
22:49:33.379713 run mass: MS start registered {at=2804279.083057439, delay=0.005642962176352739, ms=00080}
22:49:33.490732 run mass: MS performed LU {at=2804279.194046257, lu_delay=4.815105754882097, ms=00069}
22:49:33.528058 run mass: MS performed LU {at=2804279.23139122, lu_delay=5.953986145090312, ms=00066}
22:49:33.611623 run mass: MS performed LU {at=2804279.314958485, lu_delay=4.537194155622274, ms=00070}
22:49:33.818823 run mass: MS performed LU {at=2804279.522154095, lu_delay=5.706596981268376, ms=00068}
22:49:33.832744 run osmo-ms-mob/00081: Starting mobile
22:49:33.850334 run osmo-ms-mob/00081(pid=216): Launched
22:49:33.859590 run mass: MS performed LU {at=2804279.562943261, lu_delay=5.961526474915445, ms=00067}
22:49:33.870900 run mass: MS start registered {at=2804279.574232705, delay=0.011313240975141525, ms=00081}
22:49:34.250920 run osmo-ms-mob/00082: Starting mobile
22:49:34.275435 run osmo-ms-mob/00082(pid=217): Launched
22:49:34.292881 run mass: MS start registered {at=2804279.996195628, delay=0.009702367708086967, ms=00082}
22:49:34.853608 run osmo-ms-mob/00083: Starting mobile
22:49:34.867681 run osmo-ms-mob/00083(pid=218): Launched
22:49:34.879595 run mass: MS start registered {at=2804280.582942849, delay=0.005322720855474472, ms=00083}
22:49:35.350030 run osmo-ms-mob/00084: Starting mobile
22:49:35.363212 run osmo-ms-mob/00084(pid=219): Launched
22:49:35.374507 run mass: MS start registered {at=2804281.077859045, delay=0.004998933989554644, ms=00084}
22:49:35.392802 run mass: MS performed LU {at=2804281.096143351, lu_delay=4.710157898720354, ms=00074}
22:49:35.475453 run mass: MS performed LU {at=2804281.178774241, lu_delay=5.995819122064859, ms=00071}
22:49:35.522110 run mass: MS performed LU {at=2804281.225447037, lu_delay=5.707191254943609, ms=00072}
22:49:35.665337 run mass: MS performed LU {at=2804281.368672528, lu_delay=5.374935504049063, ms=00073}
22:49:35.677752 run osmo-ms-mob/00085: Starting mobile
22:49:35.693316 run osmo-ms-mob/00085(pid=220): Launched
22:49:35.706638 run mass: MS start registered {at=2804281.409978943, delay=0.005610678810626268, ms=00085}
22:49:36.449899 run osmo-ms-mob/00086: Starting mobile
22:49:36.463837 run osmo-ms-mob/00086(pid=221): Launched
22:49:36.474915 run mass: MS start registered {at=2804282.178268585, delay=0.00498993881046772, ms=00086}
22:49:37.050363 run osmo-ms-mob/00087: Starting mobile
22:49:37.064425 run osmo-ms-mob/00087(pid=222): Launched
22:49:37.075933 run mass: MS start registered {at=2804282.779276607, delay=0.005187131930142641, ms=00087}
22:49:37.256671 run mass: MS performed LU {at=2804282.959976268, lu_delay=5.615291215013713, ms=00076}
22:49:37.293428 run mass: MS performed LU {at=2804282.996763179, lu_delay=5.5317100482061505, ms=00077}
22:49:37.423340 run mass: MS performed LU {at=2804283.126668987, lu_delay=4.944808962754905, ms=00078}
22:49:37.566855 run mass: MS performed LU {at=2804283.270185852, lu_delay=6.453177623916417, ms=00075}
22:49:37.578515 run osmo-ms-mob/00088: Starting mobile
22:49:37.591726 run osmo-ms-mob/00088(pid=223): Launched
22:49:37.603187 run mass: MS start registered {at=2804283.306538605, delay=0.0049720159731805325, ms=00088}
22:49:38.256454 run osmo-ms-mob/00089: Starting mobile
22:49:38.287655 run osmo-ms-mob/00089(pid=224): Launched
22:49:38.302024 run mass: MS performed LU {at=2804284.005363768, lu_delay=5.423632578924298, ms=00079}
22:49:38.316328 run mass: MS start registered {at=2804284.019680405, delay=0.014352253172546625, ms=00089}
22:49:38.850402 run osmo-ms-mob/00090: Starting mobile
22:49:38.865067 run osmo-ms-mob/00090(pid=225): Launched
22:49:38.877713 run mass: MS start registered {at=2804284.581039814, delay=0.005917975679039955, ms=00090}
22:49:39.157938 run mass: MS performed LU {at=2804284.861257107, lu_delay=5.287024402059615, ms=00081}
22:49:39.196009 run mass: MS performed LU {at=2804284.899340036, lu_delay=4.903144408017397, ms=00082}
22:49:39.287175 run mass: MS performed LU {at=2804284.990510078, lu_delay=5.907452639192343, ms=00080}
22:49:39.551811 run osmo-ms-mob/00091: Starting mobile
22:49:39.568526 run osmo-ms-mob/00091(pid=226): Launched
22:49:39.582837 run mass: MS start registered {at=2804285.286172538, delay=0.002871464006602764, ms=00091}
22:49:40.251281 run osmo-ms-mob/00092: Starting mobile
22:49:40.272142 run osmo-ms-mob/00092(pid=227): Launched
22:49:40.286815 run mass: MS start registered {at=2804285.990152603, delay=0.006436829920858145, ms=00092}
22:49:41.022649 run mass: MS performed LU {at=2804286.725966899, lu_delay=5.648107854183763, ms=00084}
22:49:41.037973 run osmo-ms-mob/00093: Starting mobile
22:49:41.053028 run osmo-ms-mob/00093(pid=228): Launched
22:49:41.063872 run mass: MS performed LU {at=2804286.767227554, lu_delay=4.588958969339728, ms=00086}
22:49:41.071160 run mass: MS start registered {at=2804286.774522603, delay=0.007318677846342325, ms=00093}
22:49:41.189021 run mass: MS performed LU {at=2804286.892324474, lu_delay=5.48234553122893, ms=00085}
22:49:41.359488 run mass: MS performed LU {at=2804287.06280717, lu_delay=6.479864321183413, ms=00083}
22:49:41.951659 run osmo-ms-mob/00094: Starting mobile
22:49:41.969456 run osmo-ms-mob/00094(pid=229): Launched
22:49:41.990346 run mass: MS start registered {at=2804287.693655726, delay=0.009904372971504927, ms=00094}
22:49:42.850321 run osmo-ms-mob/00095: Starting mobile
22:49:42.865601 run osmo-ms-mob/00095(pid=230): Launched
22:49:42.879002 run mass: MS start registered {at=2804288.58234976, delay=0.006081780884414911, ms=00095}
22:49:42.923861 run mass: MS performed LU {at=2804288.627195838, lu_delay=4.607515432871878, ms=00089}
22:49:42.961130 run mass: MS performed LU {at=2804288.664445107, lu_delay=5.885168499778956, ms=00087}
22:49:43.053790 run mass: MS performed LU {at=2804288.757117242, lu_delay=5.45057863695547, ms=00088}
22:49:43.450206 run mass: MS performed LU {at=2804289.15351537, lu_delay=22.075498152989894, ms=00047}
22:49:43.850371 run osmo-ms-mob/00096: Starting mobile
22:49:43.865709 run osmo-ms-mob/00096(pid=231): Launched
22:49:43.880005 run mass: MS start registered {at=2804289.583337726, delay=0.006961619947105646, ms=00096}
22:49:44.890501 run mass: MS performed LU {at=2804290.59378506, lu_delay=5.3076125220395625, ms=00091}
22:49:44.909125 run osmo-ms-mob/00097: Starting mobile
22:49:44.925682 run osmo-ms-mob/00097(pid=232): Launched
22:49:44.933295 run mass: MS performed LU {at=2804290.636649173, lu_delay=6.055609359405935, ms=00090}
22:49:44.940826 run mass: MS start registered {at=2804290.644187605, delay=0.007561640813946724, ms=00097}
22:49:44.954392 run mass: MS performed LU {at=2804290.657739562, lu_delay=4.667586958967149, ms=00092}
22:49:46.250003 run osmo-ms-mob/00098: Starting mobile
22:49:46.263969 run osmo-ms-mob/00098(pid=233): Launched
22:49:46.276733 run mass: MS start registered {at=2804291.980059917, delay=0.006349449045956135, ms=00098}
22:49:46.671318 run mass: MS performed LU {at=2804292.37465144, lu_delay=5.600128836929798, ms=00093}
22:49:46.818909 run mass: MS performed LU {at=2804292.522240421, lu_delay=4.8285846947692335, ms=00094}
22:49:48.055172 run osmo-ms-mob/00099: Starting mobile
22:49:48.071891 run osmo-ms-mob/00099(pid=234): Launched
22:49:48.079251 run mass: All started... {duration=55.73560359608382, too_slow=1}
22:49:48.090145 run mass: MS start registered {at=2804293.793478948, delay=0.010865853168070316, ms=00099}
22:49:48.655871 run mass: MS performed LU {at=2804294.359192735, lu_delay=4.775855008978397, ms=00096}
22:49:48.674792 run mass: MS performed LU {at=2804294.378135852, lu_delay=5.795786092057824, ms=00095}
22:49:50.585291 run mass: MS performed LU {at=2804296.288627855, lu_delay=5.644440250005573, ms=00097}
22:49:52.421683 run mass: MS performed LU {at=2804298.124988391, lu_delay=6.144928473979235, ms=00098}
22:49:54.322941 run mass: MS performed LU {at=2804300.02627203, lu_delay=6.2327930820174515, ms=00099}
22:49:54.329890 run mass: Tests done {all_completed=True, max=22.075498152989894, min=3.773809452075511}
22:49:54.335835 tst register_default_mass.py: Test passed (86.8 sec)
22:49:54.341516 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:54.344960 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:54.348384 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:54.351905 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:54.355318 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:54.358783 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:54.362218 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:54.365621 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:54.369212 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:54.372743 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:54.376132 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:54.379393 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:54.382660 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:54.386059 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:54.389503 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:54.392967 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:54.396414 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:54.399861 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:54.404145 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:54.408227 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:54.412486 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:54.416851 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:54.421210 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:54.425439 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:54.429699 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:54.433989 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:54.438345 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:54.442686 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:54.447061 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:54.451676 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:54.456050 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:54.460403 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:54.464780 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:54.469562 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:54.473975 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:54.478466 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:54.483330 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:54.488124 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:54.492916 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:54.497433 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:54.501742 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:54.506077 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:54.510440 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:54.514928 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:54.519248 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:54.523536 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:54.527825 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:54.532165 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:54.536392 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:54.540641 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:54.545193 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:54.549548 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:54.553773 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:54.557951 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:54.562315 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:54.566584 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:54.570827 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:54.575051 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:54.579288 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:54.583516 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:54.587633 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:54.591750 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:54.595977 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:54.600886 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:54.605273 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:54.609642 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:54.614436 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:54.619678 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:54.624259 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:54.628595 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:54.633018 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:54.637516 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:54.642015 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:54.646501 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:54.650984 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:54.655522 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:54.660655 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:54.665084 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:54.669738 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:54.674199 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:54.678719 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:54.684028 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:54.691278 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:54.695975 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:54.700439 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:54.705473 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:54.710498 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:54.715059 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:54.719484 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:54.724059 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:54.728580 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:54.733367 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:54.737838 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:54.742287 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:54.747844 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:54.752584 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:54.757101 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:54.761565 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:54.765901 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:54.770600 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:54.775168 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:54.779560 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:54.783889 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:54.788953 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:54.793322 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:54.797807 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:54.802136 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:54.806482 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:54.810857 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:54.815240 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:54.819671 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:54.824172 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:54.828549 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:54.832929 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:54.839269 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:54.846372 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:54.850818 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:54.855101 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:54.859514 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:54.863708 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:54.867859 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:54.871948 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:54.875833 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:54.879695 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:54.883577 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:54.887550 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:54.891586 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:54.895629 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:54.899627 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:54.903595 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:54.907596 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:54.911596 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:54.915645 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:54.919812 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:54.923952 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:54.928130 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:54.932267 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:54.936589 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:54.940819 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:54.944949 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:54.949074 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:54.953233 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:54.957396 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:54.961548 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:54.965704 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:54.969817 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:54.973967 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:54.978136 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:54.982404 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:54.986808 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:54.991053 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:54.995326 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:54.999536 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:55.003825 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:55.018825 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:55.022695 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:55.026562 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:55.030514 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:55.034417 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:55.038314 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:55.042204 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:55.046091 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:55.049989 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:55.053869 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:55.057781 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:55.061757 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:55.065771 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:55.069875 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:55.073987 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:55.078094 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:55.082241 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:55.086348 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:55.090471 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:55.094589 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:55.098598 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:55.102478 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:55.106387 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:55.110283 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:55.114159 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:55.118071 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:55.121971 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:55.125862 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:55.129867 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:55.133912 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:55.137710 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:55.141507 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:55.145215 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:55.148898 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:55.152663 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:55.156713 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:55.160556 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:55.164409 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:55.168226 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:55.172099 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:55.176050 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:55.179975 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:55.183877 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:55.187782 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:55.191683 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:55.195582 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:55.199517 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:55.203419 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:55.207295 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:55.211188 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:55.215056 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:55.218960 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:55.222841 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:55.226718 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:55.230600 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:55.234476 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:55.238342 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:55.242266 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:55.246208 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:55.250155 --- ParallelTerminationStrategy: PID 22 died...
22:49:55.251974 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:55.256393 --- ParallelTerminationStrategy: PID 23 died...
22:49:55.258188 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:55.262632 --- ParallelTerminationStrategy: PID 24 died...
22:49:55.264420 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:55.269073 --- ParallelTerminationStrategy: PID 25 died...
22:49:55.270874 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:55.275345 --- ParallelTerminationStrategy: PID 26 died...
22:49:55.277218 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:55.281807 --- ParallelTerminationStrategy: PID 27 died...
22:49:55.283667 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:55.288239 --- ParallelTerminationStrategy: PID 28 died...
22:49:55.290116 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:55.294798 --- ParallelTerminationStrategy: PID 29 died...
22:49:55.296700 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:55.301429 --- ParallelTerminationStrategy: PID 30 died...
22:49:55.303274 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:55.307887 --- ParallelTerminationStrategy: PID 31 died...
22:49:55.309810 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:55.314535 --- ParallelTerminationStrategy: PID 32 died...
22:49:55.316447 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:55.321131 --- ParallelTerminationStrategy: PID 33 died...
22:49:55.323040 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:55.327788 --- ParallelTerminationStrategy: PID 35 died...
22:49:55.329714 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:55.334397 --- ParallelTerminationStrategy: PID 36 died...
22:49:55.336329 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:55.341114 --- ParallelTerminationStrategy: PID 37 died...
22:49:55.343051 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:55.347790 --- ParallelTerminationStrategy: PID 38 died...
22:49:55.349671 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:55.354421 --- ParallelTerminationStrategy: PID 39 died...
22:49:55.356345 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:55.361111 --- ParallelTerminationStrategy: PID 40 died...
22:49:55.363014 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:55.367643 --- ParallelTerminationStrategy: PID 41 died...
22:49:55.369508 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:55.374091 --- ParallelTerminationStrategy: PID 42 died...
22:49:55.375949 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:55.380582 --- ParallelTerminationStrategy: PID 43 died...
22:49:55.382491 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:55.387248 --- ParallelTerminationStrategy: PID 44 died...
22:49:55.389279 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:55.394146 --- ParallelTerminationStrategy: PID 45 died...
22:49:55.396089 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:55.400888 --- ParallelTerminationStrategy: PID 46 died...
22:49:55.402808 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:55.407746 --- ParallelTerminationStrategy: PID 47 died...
22:49:55.409746 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:55.414617 --- ParallelTerminationStrategy: PID 48 died...
22:49:55.416609 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:55.421597 --- ParallelTerminationStrategy: PID 49 died...
22:49:55.423561 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:55.428483 --- ParallelTerminationStrategy: PID 50 died...
22:49:55.430511 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:55.435401 --- ParallelTerminationStrategy: PID 51 died...
22:49:55.437380 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:55.442114 --- ParallelTerminationStrategy: PID 52 died...
22:49:55.443987 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:55.448562 --- ParallelTerminationStrategy: PID 53 died...
22:49:55.450400 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:55.454982 --- ParallelTerminationStrategy: PID 54 died...
22:49:55.456811 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:55.461154 --- ParallelTerminationStrategy: PID 55 died...
22:49:55.462914 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:55.467206 --- ParallelTerminationStrategy: PID 56 died...
22:49:55.469015 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:55.473438 --- ParallelTerminationStrategy: PID 57 died...
22:49:55.475230 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:55.479682 --- ParallelTerminationStrategy: PID 58 died...
22:49:55.481447 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:55.485857 --- ParallelTerminationStrategy: PID 59 died...
22:49:55.487627 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:55.492057 --- ParallelTerminationStrategy: PID 60 died...
22:49:55.493865 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:55.498271 --- ParallelTerminationStrategy: PID 61 died...
22:49:55.500133 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:55.504724 --- ParallelTerminationStrategy: PID 62 died...
22:49:55.506558 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:55.511148 --- ParallelTerminationStrategy: PID 63 died...
22:49:55.512999 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:55.517325 --- ParallelTerminationStrategy: PID 64 died...
22:49:55.519066 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:55.523356 --- ParallelTerminationStrategy: PID 65 died...
22:49:55.525132 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:55.529535 --- ParallelTerminationStrategy: PID 66 died...
22:49:55.531318 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:55.537632 --- ParallelTerminationStrategy: PID 67 died...
22:49:55.539489 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:55.544049 --- ParallelTerminationStrategy: PID 68 died...
22:49:55.545900 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:55.550380 --- ParallelTerminationStrategy: PID 69 died...
22:49:55.552216 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:55.556599 --- ParallelTerminationStrategy: PID 70 died...
22:49:55.558411 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:55.562900 --- ParallelTerminationStrategy: PID 71 died...
22:49:55.564758 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:55.569313 --- ParallelTerminationStrategy: PID 72 died...
22:49:55.571141 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:55.575686 --- ParallelTerminationStrategy: PID 73 died...
22:49:55.577524 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:55.581910 --- ParallelTerminationStrategy: PID 74 died...
22:49:55.583657 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:55.587946 --- ParallelTerminationStrategy: PID 75 died...
22:49:55.589713 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:55.594014 --- ParallelTerminationStrategy: PID 76 died...
22:49:55.595735 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:55.600031 --- ParallelTerminationStrategy: PID 77 died...
22:49:55.601783 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:55.605918 --- ParallelTerminationStrategy: PID 78 died...
22:49:55.607572 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:55.611616 --- ParallelTerminationStrategy: PID 79 died...
22:49:55.613206 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:55.617107 --- ParallelTerminationStrategy: PID 80 died...
22:49:55.618671 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:55.622573 --- ParallelTerminationStrategy: PID 81 died...
22:49:55.624189 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:55.628070 --- ParallelTerminationStrategy: PID 82 died...
22:49:55.629674 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:55.633572 --- ParallelTerminationStrategy: PID 83 died...
22:49:55.635131 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:55.639032 --- ParallelTerminationStrategy: PID 84 died...
22:49:55.640597 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:55.644528 --- ParallelTerminationStrategy: PID 85 died...
22:49:55.646106 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:55.650132 --- ParallelTerminationStrategy: PID 86 died...
22:49:55.651703 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:55.655608 --- ParallelTerminationStrategy: PID 87 died...
22:49:55.657225 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:55.661272 --- ParallelTerminationStrategy: PID 88 died...
22:49:55.662932 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:55.667002 --- ParallelTerminationStrategy: PID 89 died...
22:49:55.668587 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:55.672760 --- ParallelTerminationStrategy: PID 90 died...
22:49:55.674415 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:55.678542 --- ParallelTerminationStrategy: PID 91 died...
22:49:55.680210 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:55.684294 --- ParallelTerminationStrategy: PID 92 died...
22:49:55.685994 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:55.690117 --- ParallelTerminationStrategy: PID 93 died...
22:49:55.691761 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:55.695807 --- ParallelTerminationStrategy: PID 94 died...
22:49:55.697458 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:55.701449 --- ParallelTerminationStrategy: PID 95 died...
22:49:55.703094 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:55.707142 --- ParallelTerminationStrategy: PID 96 died...
22:49:55.708882 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:55.713068 --- ParallelTerminationStrategy: PID 97 died...
22:49:55.714744 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:55.718926 --- ParallelTerminationStrategy: PID 98 died...
22:49:55.720678 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:55.724914 --- ParallelTerminationStrategy: PID 99 died...
22:49:55.726654 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:55.730896 --- ParallelTerminationStrategy: PID 100 died...
22:49:55.732598 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:55.736909 --- ParallelTerminationStrategy: PID 101 died...
22:49:55.738639 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:55.743013 --- ParallelTerminationStrategy: PID 102 died...
22:49:55.744805 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:55.749109 --- ParallelTerminationStrategy: PID 103 died...
22:49:55.750846 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:55.755150 --- ParallelTerminationStrategy: PID 104 died...
22:49:55.756906 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.761197 --- ParallelTerminationStrategy: PID 105 died...
22:49:55.762925 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.767192 --- ParallelTerminationStrategy: PID 106 died...
22:49:55.768939 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.773240 --- ParallelTerminationStrategy: PID 107 died...
22:49:55.774969 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.779318 --- ParallelTerminationStrategy: PID 108 died...
22:49:55.781064 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.785330 --- ParallelTerminationStrategy: PID 109 died...
22:49:55.787071 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.791347 --- ParallelTerminationStrategy: PID 110 died...
22:49:55.793124 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.797388 --- ParallelTerminationStrategy: PID 111 died...
22:49:55.799108 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.803384 --- ParallelTerminationStrategy: PID 112 died...
22:49:55.805088 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.809285 --- ParallelTerminationStrategy: PID 113 died...
22:49:55.810964 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.815164 --- ParallelTerminationStrategy: PID 114 died...
22:49:55.816858 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.821190 --- ParallelTerminationStrategy: PID 115 died...
22:49:55.822992 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.827599 --- ParallelTerminationStrategy: PID 116 died...
22:49:55.829423 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.833977 --- ParallelTerminationStrategy: PID 117 died...
22:49:55.835804 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.840223 --- ParallelTerminationStrategy: PID 118 died...
22:49:55.841972 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.846254 --- ParallelTerminationStrategy: PID 119 died...
22:49:55.847983 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.852261 --- ParallelTerminationStrategy: PID 120 died...
22:49:55.854018 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.858343 --- ParallelTerminationStrategy: PID 121 died...
22:49:55.860128 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.864408 --- ParallelTerminationStrategy: PID 122 died...
22:49:55.866158 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.870454 --- ParallelTerminationStrategy: PID 123 died...
22:49:55.872160 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.876462 --- ParallelTerminationStrategy: PID 124 died...
22:49:55.878230 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.882499 --- ParallelTerminationStrategy: PID 125 died...
22:49:55.884284 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.888583 --- ParallelTerminationStrategy: PID 126 died...
22:49:55.890356 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.894657 --- ParallelTerminationStrategy: PID 127 died...
22:49:55.896415 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.900710 --- ParallelTerminationStrategy: PID 128 died...
22:49:55.902480 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.906824 --- ParallelTerminationStrategy: PID 129 died...
22:49:55.908568 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.912870 --- ParallelTerminationStrategy: PID 130 died...
22:49:55.914600 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.918887 --- ParallelTerminationStrategy: PID 131 died...
22:49:55.920641 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.924966 --- ParallelTerminationStrategy: PID 132 died...
22:49:55.926711 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.931108 --- ParallelTerminationStrategy: PID 133 died...
22:49:55.932913 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.937475 --- ParallelTerminationStrategy: PID 134 died...
22:49:55.939310 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.943861 --- ParallelTerminationStrategy: PID 135 died...
22:49:55.945698 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.950159 --- ParallelTerminationStrategy: PID 136 died...
22:49:55.952032 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.956361 --- ParallelTerminationStrategy: PID 137 died...
22:49:55.958128 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.962581 --- ParallelTerminationStrategy: PID 138 died...
22:49:55.964356 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.968873 --- ParallelTerminationStrategy: PID 139 died...
22:49:55.970772 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.975145 --- ParallelTerminationStrategy: PID 140 died...
22:49:55.976902 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.981239 --- ParallelTerminationStrategy: PID 141 died...
22:49:55.982977 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:55.987318 --- ParallelTerminationStrategy: PID 142 died...
22:49:55.989095 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:55.993424 --- ParallelTerminationStrategy: PID 143 died...
22:49:55.995195 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:55.999498 --- ParallelTerminationStrategy: PID 144 died...
22:49:56.001201 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:56.005394 --- ParallelTerminationStrategy: PID 145 died...
22:49:56.007038 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:56.011143 --- ParallelTerminationStrategy: PID 146 died...
22:49:56.012804 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:56.016717 --- ParallelTerminationStrategy: PID 147 died...
22:49:56.018278 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:56.022232 --- ParallelTerminationStrategy: PID 148 died...
22:49:56.023797 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:56.027700 --- ParallelTerminationStrategy: PID 149 died...
22:49:56.029271 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:56.033144 --- ParallelTerminationStrategy: PID 150 died...
22:49:56.034720 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:56.038640 --- ParallelTerminationStrategy: PID 151 died...
22:49:56.040211 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:56.044131 --- ParallelTerminationStrategy: PID 152 died...
22:49:56.045700 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:56.049642 --- ParallelTerminationStrategy: PID 153 died...
22:49:56.051204 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:56.055118 --- ParallelTerminationStrategy: PID 154 died...
22:49:56.056695 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:56.060572 --- ParallelTerminationStrategy: PID 155 died...
22:49:56.062166 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:56.066061 --- ParallelTerminationStrategy: PID 156 died...
22:49:56.067624 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:56.071534 --- ParallelTerminationStrategy: PID 157 died...
22:49:56.073214 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:56.077257 --- ParallelTerminationStrategy: PID 158 died...
22:49:56.078900 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:56.083025 --- ParallelTerminationStrategy: PID 159 died...
22:49:56.084677 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:56.088790 --- ParallelTerminationStrategy: PID 160 died...
22:49:56.090460 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:56.094547 --- ParallelTerminationStrategy: PID 161 died...
22:49:56.096255 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:56.100379 --- ParallelTerminationStrategy: PID 162 died...
22:49:56.102027 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:56.106133 --- ParallelTerminationStrategy: PID 163 died...
22:49:56.107752 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:56.111711 --- ParallelTerminationStrategy: PID 164 died...
22:49:56.113408 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:56.117516 --- ParallelTerminationStrategy: PID 165 died...
22:49:56.119192 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:56.123273 --- ParallelTerminationStrategy: PID 166 died...
22:49:56.124925 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:56.128989 --- ParallelTerminationStrategy: PID 167 died...
22:49:56.130644 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:56.134769 --- ParallelTerminationStrategy: PID 168 died...
22:49:56.136439 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:56.140503 --- ParallelTerminationStrategy: PID 169 died...
22:49:56.142152 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:56.146168 --- ParallelTerminationStrategy: PID 170 died...
22:49:56.147775 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:56.151689 --- ParallelTerminationStrategy: PID 171 died...
22:49:56.153301 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:56.157404 --- ParallelTerminationStrategy: PID 172 died...
22:49:56.159038 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:56.163160 --- ParallelTerminationStrategy: PID 173 died...
22:49:56.164831 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:56.168955 --- ParallelTerminationStrategy: PID 174 died...
22:49:56.170629 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:56.174801 --- ParallelTerminationStrategy: PID 175 died...
22:49:56.176478 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:56.180824 --- ParallelTerminationStrategy: PID 176 died...
22:49:56.182577 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:56.186850 --- ParallelTerminationStrategy: PID 177 died...
22:49:56.188591 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:56.192855 --- ParallelTerminationStrategy: PID 178 died...
22:49:56.194564 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:56.198764 --- ParallelTerminationStrategy: PID 179 died...
22:49:56.200442 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:56.204674 --- ParallelTerminationStrategy: PID 180 died...
22:49:56.206424 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:56.210617 --- ParallelTerminationStrategy: PID 181 died...
22:49:56.212303 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:56.216541 --- ParallelTerminationStrategy: PID 182 died...
22:49:56.218216 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:56.222523 --- ParallelTerminationStrategy: PID 183 died...
22:49:56.224253 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:56.228603 --- ParallelTerminationStrategy: PID 184 died...
22:49:56.230380 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:56.234899 --- ParallelTerminationStrategy: PID 185 died...
22:49:56.236734 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:56.241442 --- ParallelTerminationStrategy: PID 186 died...
22:49:56.243357 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:56.248072 --- ParallelTerminationStrategy: PID 187 died...
22:49:56.250018 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:56.255019 --- ParallelTerminationStrategy: PID 188 died...
22:49:56.257029 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:56.261829 --- ParallelTerminationStrategy: PID 189 died...
22:49:56.263717 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:56.268378 --- ParallelTerminationStrategy: PID 190 died...
22:49:56.270286 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:56.274976 --- ParallelTerminationStrategy: PID 191 died...
22:49:56.276875 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:56.281591 --- ParallelTerminationStrategy: PID 192 died...
22:49:56.283448 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:56.288120 --- ParallelTerminationStrategy: PID 193 died...
22:49:56.290065 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:56.294712 --- ParallelTerminationStrategy: PID 194 died...
22:49:56.296588 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:56.301268 --- ParallelTerminationStrategy: PID 195 died...
22:49:56.303197 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:56.307948 --- ParallelTerminationStrategy: PID 196 died...
22:49:56.309836 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:56.314673 --- ParallelTerminationStrategy: PID 197 died...
22:49:56.316568 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:56.321306 --- ParallelTerminationStrategy: PID 198 died...
22:49:56.323238 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:56.327962 --- ParallelTerminationStrategy: PID 199 died...
22:49:56.329893 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:56.334626 --- ParallelTerminationStrategy: PID 200 died...
22:49:56.336507 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:56.341332 --- ParallelTerminationStrategy: PID 201 died...
22:49:56.343205 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:56.347888 --- ParallelTerminationStrategy: PID 202 died...
22:49:56.349884 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:56.354684 --- ParallelTerminationStrategy: PID 203 died...
22:49:56.356643 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:56.361363 --- ParallelTerminationStrategy: PID 204 died...
22:49:56.363314 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:56.368063 --- ParallelTerminationStrategy: PID 205 died...
22:49:56.369934 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:56.374716 --- ParallelTerminationStrategy: PID 206 died...
22:49:56.376547 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:56.381169 --- ParallelTerminationStrategy: PID 207 died...
22:49:56.383001 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:56.387576 --- ParallelTerminationStrategy: PID 208 died...
22:49:56.389498 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:56.394318 --- ParallelTerminationStrategy: PID 209 died...
22:49:56.396269 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:56.400956 --- ParallelTerminationStrategy: PID 210 died...
22:49:56.402818 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:56.407520 --- ParallelTerminationStrategy: PID 211 died...
22:49:56.409432 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:56.414166 --- ParallelTerminationStrategy: PID 212 died...
22:49:56.416042 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:56.420788 --- ParallelTerminationStrategy: PID 213 died...
22:49:56.422666 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:56.427352 --- ParallelTerminationStrategy: PID 214 died...
22:49:56.429260 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:56.433883 --- ParallelTerminationStrategy: PID 215 died...
22:49:56.435690 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:56.440280 --- ParallelTerminationStrategy: PID 216 died...
22:49:56.442200 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:56.446813 --- ParallelTerminationStrategy: PID 217 died...
22:49:56.448697 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:56.453385 --- ParallelTerminationStrategy: PID 218 died...
22:49:56.455273 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:56.459966 --- ParallelTerminationStrategy: PID 219 died...
22:49:56.461804 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:56.466353 --- ParallelTerminationStrategy: PID 220 died...
22:49:56.468207 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:56.472812 --- ParallelTerminationStrategy: PID 221 died...
22:49:56.474636 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:56.479264 --- ParallelTerminationStrategy: PID 222 died...
22:49:56.481122 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:56.485717 --- ParallelTerminationStrategy: PID 223 died...
22:49:56.487629 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:56.492222 --- ParallelTerminationStrategy: PID 224 died...
22:49:56.494128 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:56.498809 --- ParallelTerminationStrategy: PID 225 died...
22:49:56.500669 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:56.505318 --- ParallelTerminationStrategy: PID 226 died...
22:49:56.507247 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:56.511859 --- ParallelTerminationStrategy: PID 227 died...
22:49:56.513748 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:56.518342 --- ParallelTerminationStrategy: PID 228 died...
22:49:56.520200 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:56.524756 --- ParallelTerminationStrategy: PID 229 died...
22:49:56.526530 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:56.530996 --- ParallelTerminationStrategy: PID 230 died...
22:49:56.532832 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:56.537445 --- ParallelTerminationStrategy: PID 231 died...
22:49:56.539274 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:56.543912 --- ParallelTerminationStrategy: PID 232 died...
22:49:56.545794 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:56.550384 --- ParallelTerminationStrategy: PID 233 died...
22:49:56.552226 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:56.556861 --- ParallelTerminationStrategy: PID 234 died...
22:49:56.558707 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.963020 --- ParallelTerminationStrategy: PID 34 died...
22:49:59.966542 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7877 netreg_mass PASS
---------------------------------------------------------------------
22:50:00.070279 tst trial-7877: Storing JUnit report in /build/trial-7877/run.2025-02-14_22-48-27/trial-7877.xml
--------------------------------------------------------------------------------------------
trial-7877 PASS
--------------------------------------------------------------------------------------------
22:50:00.108249 tst trial-7877: trial-7877: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (86.8 sec)
+ exit_code=0
+ rm -rf trial-7877/inst
+ cd trial-7877
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-02-14 22:48:26
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7877-run.tgz run.2025-02-14_22-48-27
+ tar czf /build/trial-7877-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-02-14_13_28_17.tgz osmo-bts-oc2g.build-2025-02-14_00_51_35.tgz osmo-bts-sysmo.build-2025-02-14_00_51_33.tgz osmo-bts.build-2025-02-14_00_51_47.tgz osmo-ggsn.build-2025-02-14_20_42_25.tgz osmo-hlr.build-2025-02-14_16_37_00.tgz osmo-hnbgw.build-2025-02-14_14_02_25.tgz osmo-mgw.build-2025-02-14_08_33_16.tgz osmo-msc.build-2025-02-14_13_32_30.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-02-14_07_41_26.tgz osmo-pcu-sysmo.build-2025-02-14_07_41_19.tgz osmo-pcu.build-2025-02-14_07_41_33.tgz osmo-sgsn.build-2025-02-14_20_48_39.tgz osmo-stp.build-2025-02-14_13_25_15.tgz osmo-trx.build-2025-02-14_14_28_07.tgz osmocom-bb.build-2025-02-14_21_17_11.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