--build-arg OSMO_PCU_BRANCH=master \
--build-arg OSMO_REMSIM_BRANCH=master \
--build-arg OSMO_S1GW_BRANCH=master \
--build-arg OSMO_SGSN_BRANCH=master \
--build-arg OSMO_SIP_BRANCH=master \
--build-arg OSMO_STP_BRANCH=master \
--build-arg OSMO_UECUPS_BRANCH=master \
--build-arg OPEN5GS_BRANCH=main \
--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
-t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s
#3 [internal] load .dockerignore
#3 transferring context: 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 [ 3/28] RUN groupadd osmo-gsm-tester
#7 CACHED
#8 [27/28] COPY RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#8 CACHED
#9 [26/28] RUN mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#9 CACHED
#10 [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
#10 CACHED
#11 [10/28] COPY --CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#11 CACHED
#12 [24/28] RUN mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#12 CACHED
#13 [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
#13 CACHED
#14 [ 9/28] COPY SSH /root/.ssh
#14 CACHED
#15 [13/28] RUN CHOWN -R jenkins:jenkins /osmo-gsm-tester-*
#15 CACHED
#16 [22/28] ADD HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#16 CACHED
#17 [11/28] RUN chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#17 CACHED
#18 [17/28] RUN APT-GET update && apt-get install -y --no-install-recommends gnuradio && apt-get clean
#18 CACHED
#19 [ 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
#19 CACHED
#20 [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
#20 CACHED
#21 [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
#21 CACHED
#22 [ 8/28] RUN MKDIR /var/run/sshd
#22 CACHED
#23 [ 6/28] RUN PIP3 install --break-system-packages "git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" pydbus pyusb pysispm pymongo
#23 CACHED
#24 [25/28] RUN mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#24 CACHED
#25 [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
#25 CACHED
#26 [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
#26 CACHED
#27 [ 4/28] RUN usermod -a -G osmo-gsm-tester jenkins
#27 CACHED
#28 [ 7/28] RUN APT-GET update && apt-get install -y openssh-server
#28 CACHED
#29 [ 2/28] RUN useradd -ms /bin/bash jenkins
#29 CACHED
#30 [20/28] WORKDIR /TMP
#30 CACHED
#31 [21/28] RUN GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#31 CACHED
#32 [18/28] RUN SET -x && mkdir -p /tmp/mongodb && cd /tmp/mongodb && wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" > /etc/apt/sources.list.d/mongodb-org.list && apt-get update && apt-get install -y mongodb-org && apt-get clean && cd / && rm -rf /tmp/mongodb && rm /etc/apt/sources.list.d/mongodb-org.list && sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#32 CACHED
#33 [28/28] WORKDIR /DATA
#33 CACHED
#34 exporting to image
#34 exporting layers done
#34 writing image sha256:a2ff1f966a800b6365fb67cd53eb5191b5e5a1ecc98a473d5ff5a5f619a7c97c 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=8060 -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-08-16 22:48:35
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8060
+ mkdir -p trial-8060
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-16_13_25_43.tgz osmo-bts-oc2g.build-2025-08-16_00_51_41.tgz osmo-bts-sysmo.build-2025-08-16_00_51_37.tgz osmo-bts.build-2025-08-16_00_51_44.tgz osmo-ggsn.build-2025-08-16_20_42_32.tgz osmo-hlr.build-2025-08-16_16_36_53.tgz osmo-hnbgw.build-2025-08-16_13_31_23.tgz osmo-mgw.build-2025-08-16_08_33_11.tgz osmo-msc.build-2025-08-16_13_32_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-16_07_33_53.tgz osmo-pcu-sysmo.build-2025-08-16_07_36_08.tgz osmo-pcu.build-2025-08-16_07_36_15.tgz osmo-sgsn.build-2025-08-16_20_48_41.tgz osmo-stp.build-2025-08-16_13_25_16.tgz osmo-trx.build-2025-08-16_14_30_06.tgz osmocom-bb.build-2025-08-16_21_17_28.tgz srslte.build-19.tgz trial-8060
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-16_13_25_43.md5 osmo-bts-oc2g.build-2025-08-16_00_51_41.md5 osmo-bts-sysmo.build-2025-08-16_00_51_37.md5 osmo-bts.build-2025-08-16_00_51_44.md5 osmo-ggsn.build-2025-08-16_20_42_32.md5 osmo-hlr.build-2025-08-16_16_36_53.md5 osmo-hnbgw.build-2025-08-16_13_31_23.md5 osmo-mgw.build-2025-08-16_08_33_11.md5 osmo-msc.build-2025-08-16_13_32_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-16_07_33_53.md5 osmo-pcu-sysmo.build-2025-08-16_07_36_08.md5 osmo-pcu.build-2025-08-16_07_36_15.md5 osmo-sgsn.build-2025-08-16_20_48_41.md5 osmo-stp.build-2025-08-16_13_25_16.md5 osmo-trx.build-2025-08-16_14_30_06.md5 osmocom-bb.build-2025-08-16_21_17_28.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-16_13_25_43.md5 osmo-bts-oc2g.build-2025-08-16_00_51_41.md5 osmo-bts-sysmo.build-2025-08-16_00_51_37.md5 osmo-bts.build-2025-08-16_00_51_44.md5 osmo-ggsn.build-2025-08-16_20_42_32.md5 osmo-hlr.build-2025-08-16_16_36_53.md5 osmo-hnbgw.build-2025-08-16_13_31_23.md5 osmo-mgw.build-2025-08-16_08_33_11.md5 osmo-msc.build-2025-08-16_13_32_46.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-16_07_33_53.md5 osmo-pcu-sysmo.build-2025-08-16_07_36_08.md5 osmo-pcu.build-2025-08-16_07_36_15.md5 osmo-sgsn.build-2025-08-16_20_48_41.md5 osmo-stp.build-2025-08-16_13_25_16.md5 osmo-trx.build-2025-08-16_14_30_06.md5 osmocom-bb.build-2025-08-16_21_17_28.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-8060 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8060'
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-8060
--------------------------------------------------------------------------------------------
22:48:36.084228 tst trial-8060: Detailed log at /build/trial-8060/run.2025-08-16_22-48-36/log
---------------------------------------------------------------------
trial-8060 netreg_mass
---------------------------------------------------------------------
22:48:36.292685 tst netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:36.293029 tst netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:36.293794 tst netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:36.294942 tst netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:36.328806 tst netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:36.329569 tst netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:36.330741 tst netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:36.404505 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-8060 netreg_mass register_default_mass.py
----------------------------------------------
22:48:36.405510 tst register_default_mass.py:9: Claiming resources for the test
22:48:36.421805 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.422374 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.422853 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.423308 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.423749 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.424222 tst netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:36.424689 tst netreg_mass: Using 1 x bts (candidates: 1)
22:48:36.477747 tst register_default_mass.py: using LAC 2
22:48:36.521282 tst register_default_mass.py: using RAC 2
22:48:36.576288 tst register_default_mass.py: using CellId 2
22:48:36.636309 tst register_default_mass.py: using BVCI 3
22:48:36.642485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.643144 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.643706 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.644237 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.644787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.645581 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.646088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.646606 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.647147 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.647660 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.648165 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.648695 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.649219 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.649744 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.650269 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.650787 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.651315 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.651830 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.652332 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.652887 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.653453 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.653971 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.654484 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.655015 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.655524 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.656028 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.656541 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.657069 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.657575 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.658088 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.658602 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.659105 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.659613 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.660138 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.660658 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.661191 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.661702 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.662212 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.662725 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.663250 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.663753 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.664273 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.664811 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.665321 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.665844 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.666350 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.666858 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.667384 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.667900 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.668403 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.668957 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.669476 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.669986 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.670492 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.671010 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.671523 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.672029 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.672619 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.673150 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.673650 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.674162 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.674668 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.675173 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.675678 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.676183 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.676696 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.677196 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.677720 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.678222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.678711 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.679222 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.679729 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.680352 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.680881 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.681380 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.681867 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.682361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.682866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.683361 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.683866 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.684461 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.684977 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.685494 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.685994 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.686485 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.686995 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.687506 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.688007 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.688504 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.689039 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.689544 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.690044 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.690566 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.691079 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.691580 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.692094 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.692600 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.693113 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.693626 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.694121 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.694608 tst netreg_mass: Using 1 x modem (candidates: 100)
22:48:36.695182 tst register_default_mass.py:21: Launching a simple network
22:48:36.705323 run osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:36.830155 run create_hlr_db(pid=20): Launched
22:48:37.853038 run create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:37.873604 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:37.889345 run osmo-hlr_127.0.42.2(pid=23): Launched
22:48:37.895411 run osmo-stp_127.0.42.5: Starting osmo-stp
22:48:38.075672 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:38.091727 run osmo-stp_127.0.42.5(pid=25): Launched
22:48:38.097706 run osmo-msc_127.0.42.6: Starting osmo-msc
22:48:38.520405 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:38.537828 run osmo-msc_127.0.42.6(pid=27): Launched
22:48:41.548015 run osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:41.660492 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:41.675494 run osmo-mgw_127.0.42.3(pid=29): Launched
22:48:41.681108 run osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:41.704766 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:41.719946 run osmo-mgw_127.0.42.4(pid=31): Launched
22:48:41.725733 run osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:42.051379 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:42.067466 run osmo-bsc_127.0.42.7(pid=33): Launched
22:48:48.089111 run osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:48.248220 run osmo-bts-virtual(pid=34): Launched
22:48:49.292398 tst register_default_mass.py: using MSISDN 1001
22:48:49.297968 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:49.383966 tst register_default_mass.py: using MSISDN 1002
22:48:49.389828 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:49.458384 tst register_default_mass.py: using MSISDN 1003
22:48:49.464093 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:49.522018 tst register_default_mass.py: using MSISDN 1004
22:48:49.532480 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:49.604609 tst register_default_mass.py: using MSISDN 1005
22:48:49.611960 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:49.683696 tst register_default_mass.py: using MSISDN 1006
22:48:49.693626 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:49.764562 tst register_default_mass.py: using MSISDN 1007
22:48:49.772440 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:49.838177 tst register_default_mass.py: using MSISDN 1008
22:48:49.848033 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:49.915652 tst register_default_mass.py: using MSISDN 1009
22:48:49.926445 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:50.002582 tst register_default_mass.py: using MSISDN 1010
22:48:50.009746 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:50.090844 tst register_default_mass.py: using MSISDN 1011
22:48:50.096947 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:50.171061 tst register_default_mass.py: using MSISDN 1012
22:48:50.176846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:50.252071 tst register_default_mass.py: using MSISDN 1013
22:48:50.257765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:50.322583 tst register_default_mass.py: using MSISDN 1014
22:48:50.328418 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:50.406999 tst register_default_mass.py: using MSISDN 1015
22:48:50.413081 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:50.495638 tst register_default_mass.py: using MSISDN 1016
22:48:50.503840 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:50.591451 tst register_default_mass.py: using MSISDN 1017
22:48:50.597860 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:50.667066 tst register_default_mass.py: using MSISDN 1018
22:48:50.673287 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:50.749075 tst register_default_mass.py: using MSISDN 1019
22:48:50.754597 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:50.836718 tst register_default_mass.py: using MSISDN 1020
22:48:50.842367 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:50.914439 tst register_default_mass.py: using MSISDN 1021
22:48:50.920471 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:50.988289 tst register_default_mass.py: using MSISDN 1022
22:48:50.994178 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:51.075794 tst register_default_mass.py: using MSISDN 1023
22:48:51.081749 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:51.168151 tst register_default_mass.py: using MSISDN 1024
22:48:51.173868 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:51.271934 tst register_default_mass.py: using MSISDN 1025
22:48:51.278020 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:51.491555 tst register_default_mass.py: using MSISDN 1026
22:48:51.497329 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:51.583596 tst register_default_mass.py: using MSISDN 1027
22:48:51.591174 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:51.671956 tst register_default_mass.py: using MSISDN 1028
22:48:51.679372 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:51.743206 tst register_default_mass.py: using MSISDN 1029
22:48:51.751794 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:51.829016 tst register_default_mass.py: using MSISDN 1030
22:48:51.836173 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:51.911357 tst register_default_mass.py: using MSISDN 1031
22:48:51.917088 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:51.998710 tst register_default_mass.py: using MSISDN 1032
22:48:52.008122 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:52.076869 tst register_default_mass.py: using MSISDN 1033
22:48:52.082897 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:52.158623 tst register_default_mass.py: using MSISDN 1034
22:48:52.164289 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:52.244122 tst register_default_mass.py: using MSISDN 1035
22:48:52.249996 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:52.329887 tst register_default_mass.py: using MSISDN 1036
22:48:52.335811 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:52.409731 tst register_default_mass.py: using MSISDN 1037
22:48:52.419168 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:52.484333 tst register_default_mass.py: using MSISDN 1038
22:48:52.489978 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:52.565222 tst register_default_mass.py: using MSISDN 1039
22:48:52.572875 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:52.641886 tst register_default_mass.py: using MSISDN 1040
22:48:52.647924 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:52.721231 tst register_default_mass.py: using MSISDN 1041
22:48:52.727304 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:52.807129 tst register_default_mass.py: using MSISDN 1042
22:48:52.813824 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:52.887117 tst register_default_mass.py: using MSISDN 1043
22:48:52.898124 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:52.972569 tst register_default_mass.py: using MSISDN 1044
22:48:52.980145 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:53.055847 tst register_default_mass.py: using MSISDN 1045
22:48:53.062106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:53.129384 tst register_default_mass.py: using MSISDN 1046
22:48:53.138458 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:53.200546 tst register_default_mass.py: using MSISDN 1047
22:48:53.206607 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:53.273896 tst register_default_mass.py: using MSISDN 1048
22:48:53.284682 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:53.358596 tst register_default_mass.py: using MSISDN 1049
22:48:53.365567 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:53.440388 tst register_default_mass.py: using MSISDN 1050
22:48:53.450744 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:53.510790 tst register_default_mass.py: using MSISDN 1051
22:48:53.521469 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:53.590104 tst register_default_mass.py: using MSISDN 1052
22:48:53.601512 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:53.681994 tst register_default_mass.py: using MSISDN 1053
22:48:53.706945 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:53.772404 tst register_default_mass.py: using MSISDN 1054
22:48:53.778419 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:53.839702 tst register_default_mass.py: using MSISDN 1055
22:48:53.845773 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:53.913475 tst register_default_mass.py: using MSISDN 1056
22:48:53.919581 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:54.002140 tst register_default_mass.py: using MSISDN 1057
22:48:54.011228 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:54.077938 tst register_default_mass.py: using MSISDN 1058
22:48:54.083927 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:54.155106 tst register_default_mass.py: using MSISDN 1059
22:48:54.165411 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:54.332666 tst register_default_mass.py: using MSISDN 1060
22:48:54.338687 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:54.410301 tst register_default_mass.py: using MSISDN 1061
22:48:54.416981 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:54.498330 tst register_default_mass.py: using MSISDN 1062
22:48:54.508769 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:54.576050 tst register_default_mass.py: using MSISDN 1063
22:48:54.582375 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:54.650696 tst register_default_mass.py: using MSISDN 1064
22:48:54.656765 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:54.730905 tst register_default_mass.py: using MSISDN 1065
22:48:54.736979 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:54.818262 tst register_default_mass.py: using MSISDN 1066
22:48:54.827291 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:54.909605 tst register_default_mass.py: using MSISDN 1067
22:48:54.915523 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:54.986123 tst register_default_mass.py: using MSISDN 1068
22:48:54.991863 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:55.072942 tst register_default_mass.py: using MSISDN 1069
22:48:55.080439 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:55.146165 tst register_default_mass.py: using MSISDN 1070
22:48:55.153226 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:55.224117 tst register_default_mass.py: using MSISDN 1071
22:48:55.230268 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:55.308838 tst register_default_mass.py: using MSISDN 1072
22:48:55.314704 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:55.394532 tst register_default_mass.py: using MSISDN 1073
22:48:55.405106 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:55.517135 tst register_default_mass.py: using MSISDN 1074
22:48:55.523288 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:55.599761 tst register_default_mass.py: using MSISDN 1075
22:48:55.606344 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:55.685345 tst register_default_mass.py: using MSISDN 1076
22:48:55.691120 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:55.776708 tst register_default_mass.py: using MSISDN 1077
22:48:55.786103 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:55.862550 tst register_default_mass.py: using MSISDN 1078
22:48:55.880497 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:55.967349 tst register_default_mass.py: using MSISDN 1079
22:48:55.973090 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:56.055745 tst register_default_mass.py: using MSISDN 1080
22:48:56.076684 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:56.160982 tst register_default_mass.py: using MSISDN 1081
22:48:56.178914 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:56.262043 tst register_default_mass.py: using MSISDN 1082
22:48:56.281816 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:56.371577 tst register_default_mass.py: using MSISDN 1083
22:48:56.393335 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:56.481765 tst register_default_mass.py: using MSISDN 1084
22:48:56.503896 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:56.594790 tst register_default_mass.py: using MSISDN 1085
22:48:56.606767 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:56.689041 tst register_default_mass.py: using MSISDN 1086
22:48:56.699078 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:56.773375 tst register_default_mass.py: using MSISDN 1087
22:48:56.779000 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:56.845726 tst register_default_mass.py: using MSISDN 1088
22:48:56.860605 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:56.939460 tst register_default_mass.py: using MSISDN 1089
22:48:56.960575 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:57.024467 tst register_default_mass.py: using MSISDN 1090
22:48:57.041658 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:57.167343 tst register_default_mass.py: using MSISDN 1091
22:48:57.176846 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:57.246513 tst register_default_mass.py: using MSISDN 1092
22:48:57.266246 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:57.346417 tst register_default_mass.py: using MSISDN 1093
22:48:57.368555 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:57.443245 tst register_default_mass.py: using MSISDN 1094
22:48:57.452123 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:57.550898 tst register_default_mass.py: using MSISDN 1095
22:48:57.559488 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:57.631475 tst register_default_mass.py: using MSISDN 1096
22:48:57.637443 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:57.715436 tst register_default_mass.py: using MSISDN 1097
22:48:57.737465 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:57.807021 tst register_default_mass.py: using MSISDN 1098
22:48:57.812750 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:57.887656 tst register_default_mass.py: using MSISDN 1099
22:48:57.893521 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:57.989746 tst register_default_mass.py: using MSISDN 1100
22:48:57.995474 run osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:58.140995 run mass: Starting testcase
22:48:58.146733 run mass: Pre-launching all virtphy's
22:48:58.152150 run osmo-ms-virt-phy/00000: Starting virtphy
22:48:58.165384 run osmo-ms-virt-phy/00000(pid=35): Launched
22:48:58.171620 run osmo-ms-virt-phy/00001: Starting virtphy
22:48:58.185045 run osmo-ms-virt-phy/00001(pid=36): Launched
22:48:58.191292 run osmo-ms-virt-phy/00002: Starting virtphy
22:48:58.204959 run osmo-ms-virt-phy/00002(pid=37): Launched
22:48:58.211259 run osmo-ms-virt-phy/00003: Starting virtphy
22:48:58.224888 run osmo-ms-virt-phy/00003(pid=38): Launched
22:48:58.231235 run osmo-ms-virt-phy/00004: Starting virtphy
22:48:58.245007 run osmo-ms-virt-phy/00004(pid=39): Launched
22:48:58.251310 run osmo-ms-virt-phy/00005: Starting virtphy
22:48:58.265029 run osmo-ms-virt-phy/00005(pid=40): Launched
22:48:58.271271 run osmo-ms-virt-phy/00006: Starting virtphy
22:48:58.284369 run osmo-ms-virt-phy/00006(pid=41): Launched
22:48:58.290592 run osmo-ms-virt-phy/00007: Starting virtphy
22:48:58.304096 run osmo-ms-virt-phy/00007(pid=42): Launched
22:48:58.310347 run osmo-ms-virt-phy/00008: Starting virtphy
22:48:58.323814 run osmo-ms-virt-phy/00008(pid=43): Launched
22:48:58.330098 run osmo-ms-virt-phy/00009: Starting virtphy
22:48:58.343610 run osmo-ms-virt-phy/00009(pid=44): Launched
22:48:58.349813 run osmo-ms-virt-phy/00010: Starting virtphy
22:48:58.362987 run osmo-ms-virt-phy/00010(pid=45): Launched
22:48:58.369239 run osmo-ms-virt-phy/00011: Starting virtphy
22:48:58.382685 run osmo-ms-virt-phy/00011(pid=46): Launched
22:48:58.388730 run osmo-ms-virt-phy/00012: Starting virtphy
22:48:58.402024 run osmo-ms-virt-phy/00012(pid=47): Launched
22:48:58.408262 run osmo-ms-virt-phy/00013: Starting virtphy
22:48:58.421140 run osmo-ms-virt-phy/00013(pid=48): Launched
22:48:58.427398 run osmo-ms-virt-phy/00014: Starting virtphy
22:48:58.440666 run osmo-ms-virt-phy/00014(pid=49): Launched
22:48:58.446717 run osmo-ms-virt-phy/00015: Starting virtphy
22:48:58.459834 run osmo-ms-virt-phy/00015(pid=50): Launched
22:48:58.465933 run osmo-ms-virt-phy/00016: Starting virtphy
22:48:58.479544 run osmo-ms-virt-phy/00016(pid=51): Launched
22:48:58.485775 run osmo-ms-virt-phy/00017: Starting virtphy
22:48:58.499238 run osmo-ms-virt-phy/00017(pid=52): Launched
22:48:58.505390 run osmo-ms-virt-phy/00018: Starting virtphy
22:48:58.519243 run osmo-ms-virt-phy/00018(pid=53): Launched
22:48:58.525237 run osmo-ms-virt-phy/00019: Starting virtphy
22:48:58.541060 run osmo-ms-virt-phy/00019(pid=54): Launched
22:48:58.547283 run osmo-ms-virt-phy/00020: Starting virtphy
22:48:58.560595 run osmo-ms-virt-phy/00020(pid=55): Launched
22:48:58.567062 run osmo-ms-virt-phy/00021: Starting virtphy
22:48:58.581023 run osmo-ms-virt-phy/00021(pid=56): Launched
22:48:58.587347 run osmo-ms-virt-phy/00022: Starting virtphy
22:48:58.601103 run osmo-ms-virt-phy/00022(pid=57): Launched
22:48:58.607441 run osmo-ms-virt-phy/00023: Starting virtphy
22:48:58.621050 run osmo-ms-virt-phy/00023(pid=58): Launched
22:48:58.627381 run osmo-ms-virt-phy/00024: Starting virtphy
22:48:58.641121 run osmo-ms-virt-phy/00024(pid=59): Launched
22:48:58.647472 run osmo-ms-virt-phy/00025: Starting virtphy
22:48:58.661105 run osmo-ms-virt-phy/00025(pid=60): Launched
22:48:58.667337 run osmo-ms-virt-phy/00026: Starting virtphy
22:48:58.680996 run osmo-ms-virt-phy/00026(pid=61): Launched
22:48:58.687229 run osmo-ms-virt-phy/00027: Starting virtphy
22:48:58.700760 run osmo-ms-virt-phy/00027(pid=62): Launched
22:48:58.707055 run osmo-ms-virt-phy/00028: Starting virtphy
22:48:58.720575 run osmo-ms-virt-phy/00028(pid=63): Launched
22:48:58.726824 run osmo-ms-virt-phy/00029: Starting virtphy
22:48:58.740535 run osmo-ms-virt-phy/00029(pid=64): Launched
22:48:58.746826 run osmo-ms-virt-phy/00030: Starting virtphy
22:48:58.760423 run osmo-ms-virt-phy/00030(pid=65): Launched
22:48:58.766663 run osmo-ms-virt-phy/00031: Starting virtphy
22:48:58.779722 run osmo-ms-virt-phy/00031(pid=66): Launched
22:48:58.785999 run osmo-ms-virt-phy/00032: Starting virtphy
22:48:58.799107 run osmo-ms-virt-phy/00032(pid=67): Launched
22:48:58.805229 run osmo-ms-virt-phy/00033: Starting virtphy
22:48:58.818606 run osmo-ms-virt-phy/00033(pid=68): Launched
22:48:58.824923 run osmo-ms-virt-phy/00034: Starting virtphy
22:48:58.838484 run osmo-ms-virt-phy/00034(pid=69): Launched
22:48:58.844844 run osmo-ms-virt-phy/00035: Starting virtphy
22:48:58.858282 run osmo-ms-virt-phy/00035(pid=70): Launched
22:48:58.864468 run osmo-ms-virt-phy/00036: Starting virtphy
22:48:58.878076 run osmo-ms-virt-phy/00036(pid=71): Launched
22:48:58.884466 run osmo-ms-virt-phy/00037: Starting virtphy
22:48:58.898126 run osmo-ms-virt-phy/00037(pid=72): Launched
22:48:58.905415 run osmo-ms-virt-phy/00038: Starting virtphy
22:48:58.919227 run osmo-ms-virt-phy/00038(pid=73): Launched
22:48:58.925531 run osmo-ms-virt-phy/00039: Starting virtphy
22:48:58.939261 run osmo-ms-virt-phy/00039(pid=74): Launched
22:48:58.945596 run osmo-ms-virt-phy/00040: Starting virtphy
22:48:58.958843 run osmo-ms-virt-phy/00040(pid=75): Launched
22:48:58.965202 run osmo-ms-virt-phy/00041: Starting virtphy
22:48:58.978331 run osmo-ms-virt-phy/00041(pid=76): Launched
22:48:58.984647 run osmo-ms-virt-phy/00042: Starting virtphy
22:48:58.997828 run osmo-ms-virt-phy/00042(pid=77): Launched
22:48:59.004038 run osmo-ms-virt-phy/00043: Starting virtphy
22:48:59.017785 run osmo-ms-virt-phy/00043(pid=78): Launched
22:48:59.024053 run osmo-ms-virt-phy/00044: Starting virtphy
22:48:59.037638 run osmo-ms-virt-phy/00044(pid=79): Launched
22:48:59.043926 run osmo-ms-virt-phy/00045: Starting virtphy
22:48:59.057577 run osmo-ms-virt-phy/00045(pid=80): Launched
22:48:59.063892 run osmo-ms-virt-phy/00046: Starting virtphy
22:48:59.077557 run osmo-ms-virt-phy/00046(pid=81): Launched
22:48:59.083945 run osmo-ms-virt-phy/00047: Starting virtphy
22:48:59.097366 run osmo-ms-virt-phy/00047(pid=82): Launched
22:48:59.103695 run osmo-ms-virt-phy/00048: Starting virtphy
22:48:59.117211 run osmo-ms-virt-phy/00048(pid=83): Launched
22:48:59.123472 run osmo-ms-virt-phy/00049: Starting virtphy
22:48:59.136901 run osmo-ms-virt-phy/00049(pid=84): Launched
22:48:59.143051 run osmo-ms-virt-phy/00050: Starting virtphy
22:48:59.156247 run osmo-ms-virt-phy/00050(pid=85): Launched
22:48:59.162450 run osmo-ms-virt-phy/00051: Starting virtphy
22:48:59.175899 run osmo-ms-virt-phy/00051(pid=86): Launched
22:48:59.182103 run osmo-ms-virt-phy/00052: Starting virtphy
22:48:59.195119 run osmo-ms-virt-phy/00052(pid=87): Launched
22:48:59.201122 run osmo-ms-virt-phy/00053: Starting virtphy
22:48:59.214129 run osmo-ms-virt-phy/00053(pid=88): Launched
22:48:59.220106 run osmo-ms-virt-phy/00054: Starting virtphy
22:48:59.233201 run osmo-ms-virt-phy/00054(pid=89): Launched
22:48:59.239295 run osmo-ms-virt-phy/00055: Starting virtphy
22:48:59.253260 run osmo-ms-virt-phy/00055(pid=90): Launched
22:48:59.259506 run osmo-ms-virt-phy/00056: Starting virtphy
22:48:59.273018 run osmo-ms-virt-phy/00056(pid=91): Launched
22:48:59.279235 run osmo-ms-virt-phy/00057: Starting virtphy
22:48:59.292544 run osmo-ms-virt-phy/00057(pid=92): Launched
22:48:59.298758 run osmo-ms-virt-phy/00058: Starting virtphy
22:48:59.312275 run osmo-ms-virt-phy/00058(pid=93): Launched
22:48:59.318588 run osmo-ms-virt-phy/00059: Starting virtphy
22:48:59.332133 run osmo-ms-virt-phy/00059(pid=94): Launched
22:48:59.338544 run osmo-ms-virt-phy/00060: Starting virtphy
22:48:59.352120 run osmo-ms-virt-phy/00060(pid=95): Launched
22:48:59.358478 run osmo-ms-virt-phy/00061: Starting virtphy
22:48:59.372036 run osmo-ms-virt-phy/00061(pid=96): Launched
22:48:59.378220 run osmo-ms-virt-phy/00062: Starting virtphy
22:48:59.391840 run osmo-ms-virt-phy/00062(pid=97): Launched
22:48:59.398133 run osmo-ms-virt-phy/00063: Starting virtphy
22:48:59.411801 run osmo-ms-virt-phy/00063(pid=98): Launched
22:48:59.418082 run osmo-ms-virt-phy/00064: Starting virtphy
22:48:59.431665 run osmo-ms-virt-phy/00064(pid=99): Launched
22:48:59.437898 run osmo-ms-virt-phy/00065: Starting virtphy
22:48:59.451390 run osmo-ms-virt-phy/00065(pid=100): Launched
22:48:59.457681 run osmo-ms-virt-phy/00066: Starting virtphy
22:48:59.471209 run osmo-ms-virt-phy/00066(pid=101): Launched
22:48:59.477600 run osmo-ms-virt-phy/00067: Starting virtphy
22:48:59.491169 run osmo-ms-virt-phy/00067(pid=102): Launched
22:48:59.497415 run osmo-ms-virt-phy/00068: Starting virtphy
22:48:59.511007 run osmo-ms-virt-phy/00068(pid=103): Launched
22:48:59.517245 run osmo-ms-virt-phy/00069: Starting virtphy
22:48:59.530824 run osmo-ms-virt-phy/00069(pid=104): Launched
22:48:59.537060 run osmo-ms-virt-phy/00070: Starting virtphy
22:48:59.550520 run osmo-ms-virt-phy/00070(pid=105): Launched
22:48:59.556583 run osmo-ms-virt-phy/00071: Starting virtphy
22:48:59.570193 run osmo-ms-virt-phy/00071(pid=106): Launched
22:48:59.576622 run osmo-ms-virt-phy/00072: Starting virtphy
22:48:59.590388 run osmo-ms-virt-phy/00072(pid=107): Launched
22:48:59.596713 run osmo-ms-virt-phy/00073: Starting virtphy
22:48:59.610176 run osmo-ms-virt-phy/00073(pid=108): Launched
22:48:59.616414 run osmo-ms-virt-phy/00074: Starting virtphy
22:48:59.630178 run osmo-ms-virt-phy/00074(pid=109): Launched
22:48:59.636511 run osmo-ms-virt-phy/00075: Starting virtphy
22:48:59.649991 run osmo-ms-virt-phy/00075(pid=110): Launched
22:48:59.656291 run osmo-ms-virt-phy/00076: Starting virtphy
22:48:59.670057 run osmo-ms-virt-phy/00076(pid=111): Launched
22:48:59.677949 run osmo-ms-virt-phy/00077: Starting virtphy
22:48:59.691753 run osmo-ms-virt-phy/00077(pid=112): Launched
22:48:59.698057 run osmo-ms-virt-phy/00078: Starting virtphy
22:48:59.711755 run osmo-ms-virt-phy/00078(pid=113): Launched
22:48:59.718014 run osmo-ms-virt-phy/00079: Starting virtphy
22:48:59.731637 run osmo-ms-virt-phy/00079(pid=114): Launched
22:48:59.738188 run osmo-ms-virt-phy/00080: Starting virtphy
22:48:59.751833 run osmo-ms-virt-phy/00080(pid=115): Launched
22:48:59.758140 run osmo-ms-virt-phy/00081: Starting virtphy
22:48:59.771851 run osmo-ms-virt-phy/00081(pid=116): Launched
22:48:59.778291 run osmo-ms-virt-phy/00082: Starting virtphy
22:48:59.791795 run osmo-ms-virt-phy/00082(pid=117): Launched
22:48:59.798223 run osmo-ms-virt-phy/00083: Starting virtphy
22:48:59.811957 run osmo-ms-virt-phy/00083(pid=118): Launched
22:48:59.818243 run osmo-ms-virt-phy/00084: Starting virtphy
22:48:59.831890 run osmo-ms-virt-phy/00084(pid=119): Launched
22:48:59.838065 run osmo-ms-virt-phy/00085: Starting virtphy
22:48:59.851533 run osmo-ms-virt-phy/00085(pid=120): Launched
22:48:59.857953 run osmo-ms-virt-phy/00086: Starting virtphy
22:48:59.871597 run osmo-ms-virt-phy/00086(pid=121): Launched
22:48:59.878027 run osmo-ms-virt-phy/00087: Starting virtphy
22:48:59.891757 run osmo-ms-virt-phy/00087(pid=122): Launched
22:48:59.898211 run osmo-ms-virt-phy/00088: Starting virtphy
22:48:59.911835 run osmo-ms-virt-phy/00088(pid=123): Launched
22:48:59.918121 run osmo-ms-virt-phy/00089: Starting virtphy
22:48:59.931735 run osmo-ms-virt-phy/00089(pid=124): Launched
22:48:59.938146 run osmo-ms-virt-phy/00090: Starting virtphy
22:48:59.952102 run osmo-ms-virt-phy/00090(pid=125): Launched
22:48:59.958323 run osmo-ms-virt-phy/00091: Starting virtphy
22:48:59.972060 run osmo-ms-virt-phy/00091(pid=126): Launched
22:48:59.978154 run osmo-ms-virt-phy/00092: Starting virtphy
22:48:59.991236 run osmo-ms-virt-phy/00092(pid=127): Launched
22:48:59.997443 run osmo-ms-virt-phy/00093: Starting virtphy
22:49:00.011271 run osmo-ms-virt-phy/00093(pid=128): Launched
22:49:00.017519 run osmo-ms-virt-phy/00094: Starting virtphy
22:49:00.031079 run osmo-ms-virt-phy/00094(pid=129): Launched
22:49:00.037374 run osmo-ms-virt-phy/00095: Starting virtphy
22:49:00.051705 run osmo-ms-virt-phy/00095(pid=130): Launched
22:49:00.058010 run osmo-ms-virt-phy/00096: Starting virtphy
22:49:00.072119 run osmo-ms-virt-phy/00096(pid=131): Launched
22:49:00.078629 run osmo-ms-virt-phy/00097: Starting virtphy
22:49:00.092318 run osmo-ms-virt-phy/00097(pid=132): Launched
22:49:00.098488 run osmo-ms-virt-phy/00098: Starting virtphy
22:49:00.112111 run osmo-ms-virt-phy/00098(pid=133): Launched
22:49:00.118386 run osmo-ms-virt-phy/00099: Starting virtphy
22:49:00.131648 run osmo-ms-virt-phy/00099(pid=134): Launched
22:49:00.137906 run mass: Checking if sockets are in the filesystem
22:49:00.150449 run osmo-ms-mob/00000: Starting mobile
22:49:00.163797 run osmo-ms-mob/00000(pid=135): Launched
22:49:00.177295 run mass: MS start registered {at=18615445.880637437, delay=0.0074235014617443085, ms=00000}
22:49:04.350206 run osmo-ms-mob/00001: Starting mobile
22:49:04.364005 run osmo-ms-mob/00001(pid=136): Launched
22:49:04.375149 run mass: MS start registered {at=18615450.078495532, delay=0.004834040999412537, ms=00001}
22:49:05.313168 run mass: MS performed LU {at=18615451.01645562, lu_delay=5.135818183422089, ms=00000}
22:49:06.476471 run osmo-ms-mob/00002: Starting mobile
22:49:06.490219 run osmo-ms-mob/00002(pid=137): Launched
22:49:06.496406 run mass: Starting too slowly. Moving on {now=18615452.199775167, sleep=-0.2524159401655197, target=18615451.947359227}
22:49:06.502190 run mass: MS start registered {at=18615452.205544017, delay=0.00577198714017868, ms=00002}
22:49:06.508113 run mass: Starting too slowly. Moving on {now=18615452.21148338, sleep=-0.16412415355443954, target=18615452.047359228}
22:49:06.513822 run mass: Starting too slowly. Moving on {now=18615452.217193916, sleep=-0.06983468681573868, target=18615452.14735923}
22:49:07.450501 run osmo-ms-mob/00003: Starting mobile
22:49:07.464213 run osmo-ms-mob/00003(pid=138): Launched
22:49:07.475739 run mass: MS start registered {at=18615453.179081544, delay=0.005187854170799255, ms=00003}
22:49:08.550359 run osmo-ms-mob/00004: Starting mobile
22:49:08.565823 run osmo-ms-mob/00004(pid=139): Launched
22:49:08.577218 run mass: MS start registered {at=18615454.280568227, delay=0.004868410527706146, ms=00004}
22:49:09.562483 run osmo-ms-mob/00005: Starting mobile
22:49:09.575626 run osmo-ms-mob/00005(pid=140): Launched
22:49:09.586461 run mass: MS start registered {at=18615455.289809406, delay=0.004843350499868393, ms=00005}
22:49:10.450048 run osmo-ms-mob/00006: Starting mobile
22:49:10.465090 run osmo-ms-mob/00006(pid=141): Launched
22:49:10.476329 run mass: MS start registered {at=18615456.17967782, delay=0.004788525402545929, ms=00006}
22:49:10.490907 run mass: MS performed LU {at=18615456.194242746, lu_delay=6.1157472133636475, ms=00001}
22:49:11.349995 run osmo-ms-mob/00007: Starting mobile
22:49:11.364113 run osmo-ms-mob/00007(pid=142): Launched
22:49:11.375351 run mass: MS start registered {at=18615457.078688595, delay=0.0049660541117191315, ms=00007}
22:49:12.824785 run osmo-ms-mob/00008: Starting mobile
22:49:12.842333 run osmo-ms-mob/00008(pid=143): Launched
22:49:12.848236 run mass: Starting too slowly. Moving on {now=18615458.55160651, sleep=-0.6042471937835217, target=18615457.947359316}
22:49:12.853711 run mass: MS start registered {at=18615458.557072427, delay=0.005467846989631653, ms=00008}
22:49:12.859276 run mass: Starting too slowly. Moving on {now=18615458.562647786, sleep=-0.5152884684503078, target=18615458.047359318}
22:49:12.866291 run mass: Starting too slowly. Moving on {now=18615458.56966133, sleep=-0.4223020114004612, target=18615458.14735932}
22:49:12.871723 run mass: Starting too slowly. Moving on {now=18615458.57509517, sleep=-0.32773584872484207, target=18615458.24735932}
22:49:12.877252 run mass: Starting too slowly. Moving on {now=18615458.58062459, sleep=-0.23326526954770088, target=18615458.347359322}
22:49:12.882642 run mass: Starting too slowly. Moving on {now=18615458.586014844, sleep=-0.13865552097558975, target=18615458.447359324}
22:49:12.888026 run mass: Starting too slowly. Moving on {now=18615458.591397986, sleep=-0.04403866082429886, target=18615458.547359325}
22:49:13.545391 run osmo-ms-mob/00009: Starting mobile
22:49:13.563325 run osmo-ms-mob/00009(pid=144): Launched
22:49:13.569667 run mass: Starting too slowly. Moving on {now=18615459.273036133, sleep=-0.6256768070161343, target=18615458.647359326}
22:49:13.575503 run mass: MS start registered {at=18615459.278863043, delay=0.005828849971294403, ms=00009}
22:49:13.581261 run mass: Starting too slowly. Moving on {now=18615459.284631923, sleep=-0.5372725948691368, target=18615458.747359328}
22:49:13.586807 run mass: Starting too slowly. Moving on {now=18615459.29017912, sleep=-0.4428197890520096, target=18615458.84735933}
22:49:13.592385 run mass: Starting too slowly. Moving on {now=18615459.29575675, sleep=-0.3483974188566208, target=18615458.94735933}
22:49:13.598084 run mass: Starting too slowly. Moving on {now=18615459.30145486, sleep=-0.25409552827477455, target=18615459.047359332}
22:49:13.603662 run mass: Starting too slowly. Moving on {now=18615459.307033602, sleep=-0.1596742682158947, target=18615459.147359334}
22:49:13.609180 run mass: Starting too slowly. Moving on {now=18615459.312551837, sleep=-0.06519250199198723, target=18615459.247359335}
22:49:13.806596 run osmo-ms-mob/00010: Starting mobile
22:49:13.820067 run osmo-ms-mob/00010(pid=145): Launched
22:49:13.826106 run mass: Starting too slowly. Moving on {now=18615459.529476088, sleep=-0.18211675062775612, target=18615459.347359337}
22:49:13.831907 run mass: MS start registered {at=18615459.53526756, delay=0.005793951451778412, ms=00010}
22:49:13.837717 run mass: Starting too slowly. Moving on {now=18615459.541087877, sleep=-0.09372853860259056, target=18615459.44735934}
22:49:14.150404 run osmo-ms-mob/00011: Starting mobile
22:49:14.163714 run osmo-ms-mob/00011(pid=146): Launched
22:49:14.174840 run mass: MS start registered {at=18615459.87819182, delay=0.0040283650159835815, ms=00011}
22:49:14.727906 run mass: MS performed LU {at=18615460.43114987, lu_delay=6.150581642985344, ms=00004}
22:49:14.756585 run osmo-ms-mob/00012: Starting mobile
22:49:14.769829 run osmo-ms-mob/00012(pid=147): Launched
22:49:14.776569 run mass: MS performed LU {at=18615460.479926042, lu_delay=8.274382025003433, ms=00002}
22:49:14.782613 run mass: MS performed LU {at=18615460.485977422, lu_delay=7.30689587816596, ms=00003}
22:49:14.788757 run mass: MS start registered {at=18615460.492122035, delay=0.01221473515033722, ms=00012}
22:49:14.795321 run mass: MS performed LU {at=18615460.498677928, lu_delay=5.208868522197008, ms=00005}
22:49:15.350824 run osmo-ms-mob/00013: Starting mobile
22:49:15.368092 run osmo-ms-mob/00013(pid=148): Launched
22:49:15.379615 run mass: MS start registered {at=18615461.082963888, delay=0.005069322884082794, ms=00013}
22:49:15.960427 run osmo-ms-mob/00014: Starting mobile
22:49:15.973670 run osmo-ms-mob/00014(pid=149): Launched
22:49:15.984812 run mass: MS start registered {at=18615461.688159857, delay=0.004806526005268097, ms=00014}
22:49:16.038732 run mass: MS performed LU {at=18615461.741994865, lu_delay=5.562317043542862, ms=00006}
22:49:16.068079 run mass: MS performed LU {at=18615461.77143248, lu_delay=4.692743886262178, ms=00007}
22:49:16.564250 run osmo-ms-mob/00015: Starting mobile
22:49:16.578823 run osmo-ms-mob/00015(pid=150): Launched
22:49:16.590276 run mass: MS start registered {at=18615462.293626066, delay=0.004899010062217712, ms=00015}
22:49:17.061766 run osmo-ms-mob/00016: Starting mobile
22:49:17.075687 run osmo-ms-mob/00016(pid=151): Launched
22:49:17.086874 run mass: MS start registered {at=18615462.790225346, delay=0.00460921972990036, ms=00016}
22:49:17.568557 run osmo-ms-mob/00017: Starting mobile
22:49:17.582893 run osmo-ms-mob/00017(pid=152): Launched
22:49:17.593965 run mass: MS start registered {at=18615463.2973119, delay=0.004700236022472382, ms=00017}
22:49:18.023338 run mass: MS performed LU {at=18615463.726591423, lu_delay=5.169518996030092, ms=00008}
22:49:18.150517 run osmo-ms-mob/00018: Starting mobile
22:49:18.164410 run osmo-ms-mob/00018(pid=153): Launched
22:49:18.175864 run mass: MS start registered {at=18615463.87920369, delay=0.004330791532993317, ms=00018}
22:49:18.275690 run mass: MS performed LU {at=18615463.9790264, lu_delay=4.70016335695982, ms=00009}
22:49:18.562670 run osmo-ms-mob/00019: Starting mobile
22:49:18.576368 run osmo-ms-mob/00019(pid=154): Launched
22:49:18.587463 run mass: MS start registered {at=18615464.290800374, delay=0.004898533225059509, ms=00019}
22:49:19.052143 run osmo-ms-mob/00020: Starting mobile
22:49:19.065925 run osmo-ms-mob/00020(pid=155): Launched
22:49:19.076879 run mass: MS start registered {at=18615464.7802316, delay=0.004617564380168915, ms=00020}
22:49:19.558680 run osmo-ms-mob/00021: Starting mobile
22:49:19.574037 run osmo-ms-mob/00021(pid=156): Launched
22:49:19.585458 run mass: MS start registered {at=18615465.28880309, delay=0.004817236214876175, ms=00021}
22:49:19.962617 run osmo-ms-mob/00022: Starting mobile
22:49:19.975986 run osmo-ms-mob/00022(pid=157): Launched
22:49:19.982163 run mass: MS performed LU {at=18615465.68552064, lu_delay=6.1502530798316, ms=00010}
22:49:19.988167 run mass: MS performed LU {at=18615465.691532385, lu_delay=5.1994103491306305, ms=00012}
22:49:19.994331 run mass: MS start registered {at=18615465.697696928, delay=0.012196961790323257, ms=00022}
22:49:20.039215 run mass: MS performed LU {at=18615465.742545176, lu_delay=5.864353355020285, ms=00011}
22:49:20.294278 run mass: MS performed LU {at=18615465.997533873, lu_delay=4.914569985121489, ms=00013}
22:49:20.314063 run osmo-ms-mob/00023: Starting mobile
22:49:20.327202 run osmo-ms-mob/00023(pid=158): Launched
22:49:20.338424 run mass: MS start registered {at=18615466.041774407, delay=0.004934534430503845, ms=00023}
22:49:20.863208 run osmo-ms-mob/00024: Starting mobile
22:49:20.879085 run osmo-ms-mob/00024(pid=159): Launched
22:49:20.890229 run mass: MS start registered {at=18615466.593577426, delay=0.004847809672355652, ms=00024}
22:49:21.350100 run osmo-ms-mob/00025: Starting mobile
22:49:21.363758 run osmo-ms-mob/00025(pid=160): Launched
22:49:21.374944 run mass: MS start registered {at=18615467.0782958, delay=0.004896517843008041, ms=00025}
22:49:21.724290 run mass: MS performed LU {at=18615467.42754348, lu_delay=5.73938362300396, ms=00014}
22:49:21.785735 run osmo-ms-mob/00026: Starting mobile
22:49:21.811868 run osmo-ms-mob/00026(pid=161): Launched
22:49:21.818536 run mass: MS performed LU {at=18615467.521882363, lu_delay=4.731657017022371, ms=00016}
22:49:21.824782 run mass: MS performed LU {at=18615467.52814359, lu_delay=5.2345175221562386, ms=00015}
22:49:21.830974 run mass: MS start registered {at=18615467.534336403, delay=0.012486930936574936, ms=00026}
22:49:22.154667 run osmo-ms-mob/00027: Starting mobile
22:49:22.168235 run osmo-ms-mob/00027(pid=162): Launched
22:49:22.179544 run mass: MS start registered {at=18615467.88289467, delay=0.005016885697841644, ms=00027}
22:49:22.550177 run osmo-ms-mob/00028: Starting mobile
22:49:22.563546 run osmo-ms-mob/00028(pid=163): Launched
22:49:22.574728 run mass: MS start registered {at=18615468.278078273, delay=0.0051126666367053986, ms=00028}
22:49:22.950020 run osmo-ms-mob/00029: Starting mobile
22:49:22.962809 run osmo-ms-mob/00029(pid=164): Launched
22:49:22.973954 run mass: MS start registered {at=18615468.677302524, delay=0.004657212644815445, ms=00029}
22:49:23.372049 run osmo-ms-mob/00030: Starting mobile
22:49:23.389568 run osmo-ms-mob/00030(pid=165): Launched
22:49:23.400492 run mass: MS start registered {at=18615469.10384644, delay=0.0046609677374362946, ms=00030}
22:49:23.717405 run mass: MS performed LU {at=18615469.420731135, lu_delay=5.541527446359396, ms=00018}
22:49:23.733693 run osmo-ms-mob/00031: Starting mobile
22:49:23.747491 run osmo-ms-mob/00031(pid=166): Launched
22:49:23.753660 run mass: MS performed LU {at=18615469.457019396, lu_delay=5.166219022125006, ms=00019}
22:49:23.759720 run mass: MS start registered {at=18615469.463086933, delay=0.006086047738790512, ms=00031}
22:49:23.806758 run mass: MS performed LU {at=18615469.510029733, lu_delay=6.212717834860086, ms=00017}
22:49:23.829307 run osmo-ms-mob/00032: Starting mobile
22:49:23.842618 run osmo-ms-mob/00032(pid=167): Launched
22:49:23.848773 run mass: MS performed LU {at=18615469.552131213, lu_delay=4.771899614483118, ms=00020}
22:49:23.854615 run mass: MS start registered {at=18615469.55798169, delay=0.005872350186109543, ms=00032}
22:49:24.450856 run osmo-ms-mob/00033: Starting mobile
22:49:24.464204 run osmo-ms-mob/00033(pid=168): Launched
22:49:24.475581 run mass: MS start registered {at=18615470.17892871, delay=0.004639528691768646, ms=00033}
22:49:24.854385 run osmo-ms-mob/00034: Starting mobile
22:49:24.867967 run osmo-ms-mob/00034(pid=169): Launched
22:49:24.879411 run mass: MS start registered {at=18615470.582750607, delay=0.005144156515598297, ms=00034}
22:49:25.151736 run osmo-ms-mob/00035: Starting mobile
22:49:25.165473 run osmo-ms-mob/00035(pid=170): Launched
22:49:25.176486 run mass: MS start registered {at=18615470.87983467, delay=0.0048034340143203735, ms=00035}
22:49:25.490677 run mass: MS performed LU {at=18615471.193924095, lu_delay=5.9051210060715675, ms=00021}
22:49:25.517825 run osmo-ms-mob/00036: Starting mobile
22:49:25.531503 run osmo-ms-mob/00036(pid=171): Launched
22:49:25.542566 run mass: MS start registered {at=18615471.24591616, delay=0.004783220589160919, ms=00036}
22:49:25.553712 run mass: MS performed LU {at=18615471.25706346, lu_delay=5.5593665316700935, ms=00022}
22:49:25.572251 run mass: MS performed LU {at=18615471.275589366, lu_delay=5.233814958482981, ms=00023}
22:49:25.745067 run mass: MS performed LU {at=18615471.448323026, lu_delay=4.854745600372553, ms=00024}
22:49:25.773589 run osmo-ms-mob/00037: Starting mobile
22:49:25.787359 run osmo-ms-mob/00037(pid=172): Launched
22:49:25.799116 run mass: MS start registered {at=18615471.50246519, delay=0.005074772983789444, ms=00037}
22:49:26.250514 run osmo-ms-mob/00038: Starting mobile
22:49:26.264395 run osmo-ms-mob/00038(pid=173): Launched
22:49:26.275507 run mass: MS start registered {at=18615471.97885831, delay=0.004911705851554871, ms=00038}
22:49:26.550526 run osmo-ms-mob/00039: Starting mobile
22:49:26.564087 run osmo-ms-mob/00039(pid=174): Launched
22:49:26.575209 run mass: MS start registered {at=18615472.278562084, delay=0.0048841312527656555, ms=00039}
22:49:26.967494 run osmo-ms-mob/00040: Starting mobile
22:49:26.981800 run osmo-ms-mob/00040(pid=175): Launched
22:49:26.992858 run mass: MS start registered {at=18615472.696209073, delay=0.004879508167505264, ms=00040}
22:49:27.250597 run osmo-ms-mob/00041: Starting mobile
22:49:27.264094 run osmo-ms-mob/00041(pid=176): Launched
22:49:27.276000 run mass: MS start registered {at=18615472.979352947, delay=0.0023157410323619843, ms=00041}
22:49:27.483237 run mass: MS performed LU {at=18615473.18657191, lu_delay=5.652235507965088, ms=00026}
22:49:27.494887 run osmo-ms-mob/00042: Starting mobile
22:49:27.508997 run osmo-ms-mob/00042(pid=177): Launched
22:49:27.515369 run mass: MS performed LU {at=18615473.218727596, lu_delay=6.140431795269251, ms=00025}
22:49:27.521494 run mass: MS start registered {at=18615473.22486004, delay=0.006151784211397171, ms=00042}
22:49:27.570263 run mass: MS performed LU {at=18615473.273603342, lu_delay=4.995525069534779, ms=00028}
22:49:27.589644 run mass: MS performed LU {at=18615473.292924523, lu_delay=5.4100298546254635, ms=00027}
22:49:27.613914 run osmo-ms-mob/00043: Starting mobile
22:49:27.627380 run osmo-ms-mob/00043(pid=178): Launched
22:49:27.638583 run mass: MS start registered {at=18615473.34193211, delay=0.004950031638145447, ms=00043}
22:49:27.645318 run mass: MS performed LU {at=18615473.348668605, lu_delay=4.6713660806417465, ms=00029}
22:49:28.250338 run osmo-ms-mob/00044: Starting mobile
22:49:28.263783 run osmo-ms-mob/00044(pid=179): Launched
22:49:28.274816 run mass: MS start registered {at=18615473.978168584, delay=0.00474974513053894, ms=00044}
22:49:28.560880 run osmo-ms-mob/00045: Starting mobile
22:49:28.575180 run osmo-ms-mob/00045(pid=180): Launched
22:49:28.587232 run mass: MS start registered {at=18615474.290571496, delay=0.005539953708648682, ms=00045}
22:49:28.859562 run osmo-ms-mob/00046: Starting mobile
22:49:28.875018 run osmo-ms-mob/00046(pid=181): Launched
22:49:28.886650 run mass: MS start registered {at=18615474.59000451, delay=0.005312863737344742, ms=00046}
22:49:29.166619 run osmo-ms-mob/00047: Starting mobile
22:49:29.180263 run osmo-ms-mob/00047(pid=182): Launched
22:49:29.191834 run mass: MS start registered {at=18615474.89518177, delay=0.005381487309932709, ms=00047}
22:49:29.256126 run mass: MS performed LU {at=18615474.9593786, lu_delay=5.401396911591291, ms=00032}
22:49:29.320083 run mass: MS performed LU {at=18615475.023353864, lu_delay=4.844425152987242, ms=00033}
22:49:29.332853 run osmo-ms-mob/00048: Starting mobile
22:49:29.346938 run osmo-ms-mob/00048(pid=183): Launched
22:49:29.353250 run mass: MS performed LU {at=18615475.056607727, lu_delay=5.95276128873229, ms=00030}
22:49:29.359233 run mass: MS start registered {at=18615475.06259828, delay=0.0060126930475234985, ms=00048}
22:49:29.547441 run mass: MS performed LU {at=18615475.250695575, lu_delay=4.667944967746735, ms=00034}
22:49:29.572577 run osmo-ms-mob/00049: Starting mobile
22:49:29.586611 run osmo-ms-mob/00049(pid=184): Launched
22:49:29.598144 run mass: MS start registered {at=18615475.30149138, delay=0.005257107317447662, ms=00049}
22:49:30.065037 run osmo-ms-mob/00050: Starting mobile
22:49:30.079207 run osmo-ms-mob/00050(pid=185): Launched
22:49:30.090737 run mass: MS start registered {at=18615475.794082526, delay=0.005365520715713501, ms=00050}
22:49:30.451252 run osmo-ms-mob/00051: Starting mobile
22:49:30.465215 run osmo-ms-mob/00051(pid=186): Launched
22:49:30.477256 run mass: MS start registered {at=18615476.180595484, delay=0.005179420113563538, ms=00051}
22:49:30.750650 run osmo-ms-mob/00052: Starting mobile
22:49:30.764445 run osmo-ms-mob/00052(pid=187): Launched
22:49:30.775584 run mass: MS start registered {at=18615476.478936445, delay=0.004875246435403824, ms=00052}
22:49:31.050518 run osmo-ms-mob/00053: Starting mobile
22:49:31.064174 run osmo-ms-mob/00053(pid=188): Launched
22:49:31.075436 run mass: MS start registered {at=18615476.77878699, delay=0.004895571619272232, ms=00053}
22:49:31.250945 run mass: MS performed LU {at=18615476.954219084, lu_delay=5.45175389572978, ms=00037}
22:49:31.270301 run osmo-ms-mob/00054: Starting mobile
22:49:31.283393 run osmo-ms-mob/00054(pid=189): Launched
22:49:31.289596 run mass: MS performed LU {at=18615476.9929562, lu_delay=5.747040037065744, ms=00036}
22:49:31.295665 run mass: MS start registered {at=18615476.99903238, delay=0.006094235926866531, ms=00054}
22:49:31.337195 run mass: MS performed LU {at=18615477.040464267, lu_delay=6.1606295965611935, ms=00035}
22:49:31.352812 run osmo-ms-mob/00055: Starting mobile
22:49:31.366335 run osmo-ms-mob/00055(pid=190): Launched
22:49:31.372433 run mass: MS performed LU {at=18615477.075793628, lu_delay=5.0969353169202805, ms=00038}
22:49:31.378419 run mass: MS start registered {at=18615477.08178594, delay=0.006011027842760086, ms=00055}
22:49:31.412343 run mass: MS performed LU {at=18615477.115595125, lu_delay=4.837033040821552, ms=00039}
22:49:31.426284 run osmo-ms-mob/00056: Starting mobile
22:49:31.440235 run osmo-ms-mob/00056(pid=191): Launched
22:49:31.451648 run mass: MS start registered {at=18615477.15499162, delay=0.005066432058811188, ms=00056}
22:49:32.262588 run osmo-ms-mob/00057: Starting mobile
22:49:32.276193 run osmo-ms-mob/00057(pid=192): Launched
22:49:32.287586 run mass: MS start registered {at=18615477.990930136, delay=0.005006551742553711, ms=00057}
22:49:32.650535 run osmo-ms-mob/00058: Starting mobile
22:49:32.664109 run osmo-ms-mob/00058(pid=193): Launched
22:49:32.675053 run mass: MS start registered {at=18615478.378404524, delay=0.004859544336795807, ms=00058}
22:49:32.966394 run osmo-ms-mob/00059: Starting mobile
22:49:32.980318 run osmo-ms-mob/00059(pid=194): Launched
22:49:32.991443 run mass: MS start registered {at=18615478.69479141, delay=0.004929628223180771, ms=00059}
22:49:33.021252 run mass: MS performed LU {at=18615478.72457742, lu_delay=6.028368346393108, ms=00040}
22:49:33.078191 run mass: MS performed LU {at=18615478.781446505, lu_delay=5.802093558013439, ms=00041}
22:49:33.106001 run osmo-ms-mob/00060: Starting mobile
22:49:33.119496 run osmo-ms-mob/00060(pid=195): Launched
22:49:33.125822 run mass: MS performed LU {at=18615478.829182293, lu_delay=4.851013708859682, ms=00044}
22:49:33.131881 run mass: MS start registered {at=18615478.835248232, delay=0.006085086613893509, ms=00060}
22:49:33.330548 run mass: MS performed LU {at=18615479.03388668, lu_delay=5.809026639908552, ms=00042}
22:49:33.348111 run mass: MS performed LU {at=18615479.05145372, lu_delay=4.7608822248876095, ms=00045}
22:49:33.359906 run osmo-ms-mob/00061: Starting mobile
22:49:33.373973 run osmo-ms-mob/00061(pid=196): Launched
22:49:33.385292 run mass: MS start registered {at=18615479.0886458, delay=0.005042128264904022, ms=00061}
22:49:33.950586 run osmo-ms-mob/00062: Starting mobile
22:49:33.964955 run osmo-ms-mob/00062(pid=197): Launched
22:49:33.976491 run mass: MS start registered {at=18615479.67983142, delay=0.0051427073776721954, ms=00062}
22:49:34.266644 run osmo-ms-mob/00063: Starting mobile
22:49:34.280180 run osmo-ms-mob/00063(pid=198): Launched
22:49:34.291393 run mass: MS start registered {at=18615479.994736448, delay=0.0050340741872787476, ms=00063}
22:49:34.317445 run mass: MS performed LU {at=18615480.02076902, lu_delay=5.430764507502317, ms=00046}
22:49:34.650353 run osmo-ms-mob/00064: Starting mobile
22:49:34.664033 run osmo-ms-mob/00064(pid=199): Launched
22:49:34.674956 run mass: MS start registered {at=18615480.378303103, delay=0.004706185311079025, ms=00064}
22:49:35.014570 run mass: MS performed LU {at=18615480.717884574, lu_delay=5.65528629347682, ms=00048}
22:49:35.071619 run osmo-ms-mob/00065: Starting mobile
22:49:35.085035 run osmo-ms-mob/00065(pid=200): Launched
22:49:35.096003 run mass: MS start registered {at=18615480.799353726, delay=0.004818562418222427, ms=00065}
22:49:35.102495 run mass: MS performed LU {at=18615480.805851404, lu_delay=5.504360023885965, ms=00049}
22:49:35.120667 run mass: MS performed LU {at=18615480.82400854, lu_delay=4.643413055688143, ms=00051}
22:49:35.132390 run osmo-ms-mob/00066: Starting mobile
22:49:35.145489 run osmo-ms-mob/00066(pid=201): Launched
22:49:35.156196 run mass: MS start registered {at=18615480.859548356, delay=0.004844781011343002, ms=00066}
22:49:35.177545 run mass: MS performed LU {at=18615480.88088222, lu_delay=5.086799692362547, ms=00050}
22:49:35.769388 run osmo-ms-mob/00067: Starting mobile
22:49:35.785827 run osmo-ms-mob/00067(pid=202): Launched
22:49:35.797523 run mass: MS start registered {at=18615481.50086401, delay=0.005225449800491333, ms=00067}
22:49:36.057764 run osmo-ms-mob/00068: Starting mobile
22:49:36.071575 run osmo-ms-mob/00068(pid=203): Launched
22:49:36.083371 run mass: MS start registered {at=18615481.78670321, delay=0.005232512950897217, ms=00068}
22:49:36.450267 run osmo-ms-mob/00069: Starting mobile
22:49:36.463636 run osmo-ms-mob/00069(pid=204): Launched
22:49:36.478223 run mass: MS start registered {at=18615482.181560777, delay=0.008150838315486908, ms=00069}
22:49:36.788736 run mass: MS performed LU {at=18615482.491961453, lu_delay=6.0130250081419945, ms=00052}
22:49:36.819989 run osmo-ms-mob/00070: Starting mobile
22:49:36.833843 run osmo-ms-mob/00070(pid=205): Launched
22:49:36.840170 run mass: MS performed LU {at=18615482.54352967, lu_delay=5.461743731051683, ms=00055}
22:49:36.846388 run mass: MS performed LU {at=18615482.549753696, lu_delay=5.394762076437473, ms=00056}
22:49:36.852146 run mass: MS start registered {at=18615482.555512946, delay=0.012003477662801743, ms=00070}
22:49:37.096357 run mass: MS performed LU {at=18615482.79968971, lu_delay=6.020902719348669, ms=00053}
22:49:37.108190 run osmo-ms-mob/00071: Starting mobile
22:49:37.121705 run osmo-ms-mob/00071(pid=206): Launched
22:49:37.127848 run mass: MS performed LU {at=18615482.83120642, lu_delay=5.83217404037714, ms=00054}
22:49:37.133842 run mass: MS start registered {at=18615482.837208685, delay=0.006021328270435333, ms=00071}
22:49:37.661869 run osmo-ms-mob/00072: Starting mobile
22:49:37.675232 run osmo-ms-mob/00072(pid=207): Launched
22:49:37.686717 run mass: MS start registered {at=18615483.390060183, delay=0.005025368183851242, ms=00072}
22:49:37.838855 run mass: MS performed LU {at=18615483.54216199, lu_delay=5.551231853663921, ms=00057}
22:49:37.899191 run mass: MS performed LU {at=18615483.602503773, lu_delay=3.922672353684902, ms=00062}
22:49:37.961273 run mass: MS performed LU {at=18615483.66448288, lu_delay=4.575837079435587, ms=00061}
22:49:37.979602 run osmo-ms-mob/00073: Starting mobile
22:49:37.993629 run osmo-ms-mob/00073(pid=208): Launched
22:49:38.005672 run mass: MS start registered {at=18615483.709009495, delay=0.005423620343208313, ms=00073}
22:49:38.159341 run mass: MS performed LU {at=18615483.862593822, lu_delay=3.867857374250889, ms=00063}
22:49:38.450770 run osmo-ms-mob/00074: Starting mobile
22:49:38.476821 run osmo-ms-mob/00074(pid=209): Launched
22:49:38.488494 run mass: MS start registered {at=18615484.191850338, delay=0.004625681787729263, ms=00074}
22:49:38.633348 run mass: MS performed LU {at=18615484.336598232, lu_delay=5.641806822270155, ms=00059}
22:49:38.707254 run mass: MS performed LU {at=18615484.410590343, lu_delay=5.575342111289501, ms=00060}
22:49:38.855818 run osmo-ms-mob/00075: Starting mobile
22:49:38.870617 run osmo-ms-mob/00075(pid=210): Launched
22:49:38.882510 run mass: MS start registered {at=18615484.585851446, delay=0.005404025316238403, ms=00075}
22:49:39.386169 run osmo-ms-mob/00076: Starting mobile
22:49:39.400583 run osmo-ms-mob/00076(pid=211): Launched
22:49:39.411563 run mass: MS start registered {at=18615485.114916958, delay=0.0037273280322551727, ms=00076}
22:49:39.756948 run osmo-ms-mob/00077: Starting mobile
22:49:39.774385 run osmo-ms-mob/00077(pid=212): Launched
22:49:39.785734 run mass: MS start registered {at=18615485.489081424, delay=0.004668582230806351, ms=00077}
22:49:40.249876 run osmo-ms-mob/00078: Starting mobile
22:49:40.263095 run osmo-ms-mob/00078(pid=213): Launched
22:49:40.274467 run mass: MS start registered {at=18615485.97780495, delay=0.005018174648284912, ms=00078}
22:49:40.552356 run mass: MS performed LU {at=18615486.2556896, lu_delay=4.754825588315725, ms=00067}
22:49:40.564222 run osmo-ms-mob/00079: Starting mobile
22:49:40.578331 run osmo-ms-mob/00079(pid=214): Launched
22:49:40.584811 run mass: MS performed LU {at=18615486.288168132, lu_delay=5.428619775921106, ms=00066}
22:49:40.591258 run mass: MS start registered {at=18615486.294622067, delay=0.006476301699876785, ms=00079}
22:49:40.617199 run mass: MS performed LU {at=18615486.320471954, lu_delay=5.942168850451708, ms=00064}
22:49:40.843477 run mass: MS performed LU {at=18615486.546812445, lu_delay=5.747458718717098, ms=00065}
22:49:40.898735 run mass: MS performed LU {at=18615486.60203224, lu_delay=4.815329030156136, ms=00068}
22:49:40.913101 run osmo-ms-mob/00080: Starting mobile
22:49:40.926232 run osmo-ms-mob/00080(pid=215): Launched
22:49:40.937220 run mass: MS start registered {at=18615486.640573487, delay=0.004931971430778503, ms=00080}
22:49:41.656146 run osmo-ms-mob/00081: Starting mobile
22:49:41.671346 run osmo-ms-mob/00081(pid=216): Launched
22:49:41.682244 run mass: MS start registered {at=18615487.38559512, delay=0.004677958786487579, ms=00081}
22:49:42.075481 run osmo-ms-mob/00082: Starting mobile
22:49:42.091578 run osmo-ms-mob/00082(pid=217): Launched
22:49:42.103132 run mass: MS start registered {at=18615487.806478288, delay=0.004957918077707291, ms=00082}
22:49:42.398302 run mass: MS performed LU {at=18615488.101636097, lu_delay=5.264427412301302, ms=00071}
22:49:42.473585 run mass: MS performed LU {at=18615488.176862717, lu_delay=5.621349770575762, ms=00070}
22:49:42.564491 run mass: MS performed LU {at=18615488.267821547, lu_delay=4.877761363983154, ms=00072}
22:49:42.576268 run osmo-ms-mob/00083: Starting mobile
22:49:42.594178 run osmo-ms-mob/00083(pid=218): Launched
22:49:42.605117 run mass: MS start registered {at=18615488.30846723, delay=0.004881907254457474, ms=00083}
22:49:42.745029 run mass: MS performed LU {at=18615488.44831182, lu_delay=6.266751043498516, ms=00069}
22:49:42.999809 run mass: MS performed LU {at=18615488.703062855, lu_delay=4.9940533600747585, ms=00073}
22:49:43.152742 run osmo-ms-mob/00084: Starting mobile
22:49:43.167358 run osmo-ms-mob/00084(pid=219): Launched
22:49:43.178796 run mass: MS start registered {at=18615488.882105388, delay=0.005038954317569733, ms=00084}
22:49:43.650290 run osmo-ms-mob/00085: Starting mobile
22:49:43.663713 run osmo-ms-mob/00085(pid=220): Launched
22:49:43.674658 run mass: MS start registered {at=18615489.37800697, delay=0.00486624613404274, ms=00085}
22:49:44.254678 run osmo-ms-mob/00086: Starting mobile
22:49:44.267552 run osmo-ms-mob/00086(pid=221): Launched
22:49:44.278343 run mass: MS start registered {at=18615489.981693618, delay=0.004645787179470062, ms=00086}
22:49:44.384111 run mass: MS performed LU {at=18615490.087364797, lu_delay=4.9724478386342525, ms=00076}
22:49:44.401841 run mass: MS performed LU {at=18615490.10518783, lu_delay=5.913337491452694, ms=00074}
22:49:44.429585 run mass: MS performed LU {at=18615490.13293257, lu_delay=5.547081124037504, ms=00075}
22:49:44.553900 run mass: MS performed LU {at=18615490.25723634, lu_delay=4.768154915422201, ms=00077}
22:49:44.873917 run osmo-ms-mob/00087: Starting mobile
22:49:44.888437 run osmo-ms-mob/00087(pid=222): Launched
22:49:44.900124 run mass: MS start registered {at=18615490.603469685, delay=0.0052657350897789, ms=00087}
22:49:45.449976 run osmo-ms-mob/00088: Starting mobile
22:49:45.463924 run osmo-ms-mob/00088(pid=223): Launched
22:49:45.475641 run mass: MS start registered {at=18615491.17899144, delay=0.005106568336486816, ms=00088}
22:49:46.050334 run osmo-ms-mob/00089: Starting mobile
22:49:46.063835 run osmo-ms-mob/00089(pid=224): Launched
22:49:46.075011 run mass: MS start registered {at=18615491.778363757, delay=0.004763808101415634, ms=00089}
22:49:46.164649 run mass: MS performed LU {at=18615491.867849007, lu_delay=4.482253886759281, ms=00081}
22:49:46.183181 run mass: MS performed LU {at=18615491.886523757, lu_delay=5.245950270444155, ms=00080}
22:49:46.330896 run mass: MS performed LU {at=18615492.03415593, lu_delay=5.739533863961697, ms=00079}
22:49:46.455467 run mass: MS performed LU {at=18615492.15880081, lu_delay=6.180995859205723, ms=00078}
22:49:46.474714 run mass: MS performed LU {at=18615492.177991863, lu_delay=22.71490493044257, ms=00031}
22:49:46.486658 run osmo-ms-mob/00090: Starting mobile
22:49:46.499825 run osmo-ms-mob/00090(pid=225): Launched
22:49:46.511062 run mass: MS start registered {at=18615492.214416966, delay=0.00500141829252243, ms=00090}
22:49:47.376056 run osmo-ms-mob/00091: Starting mobile
22:49:47.389643 run osmo-ms-mob/00091(pid=226): Launched
22:49:47.401509 run mass: MS start registered {at=18615493.10484535, delay=0.005828347057104111, ms=00091}
22:49:48.050398 run osmo-ms-mob/00092: Starting mobile
22:49:48.064509 run osmo-ms-mob/00092(pid=227): Launched
22:49:48.076342 run mass: MS start registered {at=18615493.779687725, delay=0.005574297159910202, ms=00092}
22:49:48.319624 run mass: MS performed LU {at=18615494.02296179, lu_delay=4.644954822957516, ms=00085}
22:49:48.384399 run mass: MS performed LU {at=18615494.087708272, lu_delay=5.779241040349007, ms=00083}
22:49:48.402599 run mass: MS performed LU {at=18615494.10594525, lu_delay=6.299466960132122, ms=00082}
22:49:48.430363 run mass: MS performed LU {at=18615494.13370923, lu_delay=5.251603841781616, ms=00084}
22:49:48.863929 run osmo-ms-mob/00093: Starting mobile
22:49:48.878135 run osmo-ms-mob/00093(pid=228): Launched
22:49:48.889232 run mass: MS start registered {at=18615494.59258418, delay=0.005147043615579605, ms=00093}
22:49:49.759949 run osmo-ms-mob/00094: Starting mobile
22:49:49.773838 run osmo-ms-mob/00094(pid=229): Launched
22:49:49.785103 run mass: MS start registered {at=18615495.488454677, delay=0.005230303853750229, ms=00094}
22:49:49.931304 run mass: MS performed LU {at=18615495.634556305, lu_delay=5.652862686663866, ms=00086}
22:49:50.098471 run mass: MS performed LU {at=18615495.80134862, lu_delay=4.622357178479433, ms=00088}
22:49:50.221887 run mass: MS performed LU {at=18615495.925220646, lu_delay=22.58328853547573, ms=00043}
22:49:50.651029 run osmo-ms-mob/00095: Starting mobile
22:49:50.664933 run osmo-ms-mob/00095(pid=230): Launched
22:49:50.675968 run mass: MS start registered {at=18615496.379317496, delay=0.004905633628368378, ms=00095}
22:49:51.650179 run osmo-ms-mob/00096: Starting mobile
22:49:51.664277 run osmo-ms-mob/00096(pid=231): Launched
22:49:51.675651 run mass: MS start registered {at=18615497.37900384, delay=0.005308520048856735, ms=00096}
22:49:51.915510 run mass: MS performed LU {at=18615497.61880934, lu_delay=5.404392372816801, ms=00090}
22:49:51.933471 run mass: MS performed LU {at=18615497.636794657, lu_delay=5.858430899679661, ms=00089}
22:49:51.961237 run mass: MS performed LU {at=18615497.664558686, lu_delay=22.769376914948225, ms=00047}
22:49:52.085693 run mass: MS performed LU {at=18615497.789015576, lu_delay=4.684170227497816, ms=00091}
22:49:52.751031 run osmo-ms-mob/00097: Starting mobile
22:49:52.768994 run osmo-ms-mob/00097(pid=232): Launched
22:49:52.780396 run mass: MS start registered {at=18615498.483739756, delay=0.004967384040355682, ms=00097}
22:49:53.695865 run mass: MS performed LU {at=18615499.3992002, lu_delay=4.806616019457579, ms=00093}
22:49:53.862364 run mass: MS performed LU {at=18615499.5656686, lu_delay=5.785980876535177, ms=00092}
22:49:54.066495 run osmo-ms-mob/00098: Starting mobile
22:49:54.080231 run osmo-ms-mob/00098(pid=233): Launched
22:49:54.092295 run mass: MS start registered {at=18615499.79564581, delay=0.005752943456172943, ms=00098}
22:49:55.727122 run mass: MS performed LU {at=18615501.430451024, lu_delay=23.05204650014639, ms=00058}
22:49:55.850222 run osmo-ms-mob/00099: Starting mobile
22:49:55.863520 run osmo-ms-mob/00099(pid=234): Launched
22:49:55.870811 run mass: All started... {duration=55.72681628540158, too_slow=19}
22:49:55.876675 run mass: MS start registered {at=18615501.5800324, delay=0.005860418081283569, ms=00099}
22:49:55.917226 run mass: MS performed LU {at=18615501.62044636, lu_delay=6.131991684436798, ms=00094}
22:49:55.934131 run mass: MS performed LU {at=18615501.637471616, lu_delay=5.25815412029624, ms=00095}
22:49:57.462276 run mass: MS performed LU {at=18615503.165542208, lu_delay=5.786538366228342, ms=00096}
22:49:57.629255 run mass: MS performed LU {at=18615503.33250763, lu_delay=4.848767872899771, ms=00097}
22:49:59.448301 run mass: MS performed LU {at=18615505.15151271, lu_delay=5.355866897851229, ms=00098}
22:50:01.347578 run mass: MS performed LU {at=18615507.050913837, lu_delay=5.470881436020136, ms=00099}
22:50:06.978552 run mass: MS performed LU {at=18615512.681878332, lu_delay=22.078408647328615, ms=00087}
22:50:06.985194 run mass: Tests done {all_completed=True, max=23.05204650014639, min=3.867857374250889}
22:50:06.991048 tst register_default_mass.py: Test passed (90.6 sec)
22:50:06.996753 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:07.000183 run osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:07.003586 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:07.007018 run osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:07.010406 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:07.013795 run osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:07.017208 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:07.020716 run osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:07.024112 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:07.027523 run osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:07.030912 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:07.034316 run osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:07.037719 run osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:07.041120 run osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:07.044527 run osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:07.047951 run osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:07.051380 run osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:07.054822 run osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:07.058316 run osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:07.062026 run osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:07.065471 run osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:07.068909 run osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:07.072346 run osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:07.075791 run osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:07.079185 run osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:07.082599 run osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:07.085990 run osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:07.089406 run osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:07.092804 run osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:07.096236 run osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:07.099907 run osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:07.103629 run osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:07.107585 run osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:07.111010 run osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:07.114454 run osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:07.117855 run osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:07.121449 run osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:07.124859 run osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:07.128265 run osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:07.131653 run osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:07.135062 run osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:07.138594 run osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:07.142287 run osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:07.145702 run osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:07.149115 run osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:07.152495 run osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:07.155900 run osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:07.159343 run osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:07.162766 run osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:07.166167 run osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:07.169779 run osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:07.173550 run osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:07.176967 run osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:07.180365 run osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:07.183753 run osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:07.187333 run osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:07.190965 run osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:07.194393 run osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:07.198153 run osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:07.201564 run osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:07.204962 run osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:07.208378 run osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:07.211810 run osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:07.215480 run osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:07.219033 run osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:07.222493 run osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:07.225896 run osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:07.229700 run osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:07.233150 run osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:07.236550 run osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:07.239947 run osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:07.243398 run osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:07.246816 run osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:07.250232 run osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:07.253644 run osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:07.257085 run osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:07.260483 run osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:07.263871 run osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:07.267278 run osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:07.270695 run osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:07.274116 run osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:07.277519 run osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:07.281414 run osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:07.284873 run osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:07.288268 run osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:07.291894 run osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:07.295502 run osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:07.298931 run osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:07.302368 run osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:07.305799 run osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:07.309208 run osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:07.312607 run osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:07.316050 run osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:07.319463 run osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:07.322893 run osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:07.326351 run osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:07.329788 run osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:07.333232 run osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:07.336675 run osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:07.340094 run osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:07.343723 run osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:07.347145 run osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:07.351443 run osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:07.354913 run osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:07.358407 run osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:07.361826 run osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:07.365258 run osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:07.368702 run osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:07.372358 run osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:07.376282 run osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:07.379724 run osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:07.383167 run osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:07.386605 run osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:07.390041 run osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:07.393797 run osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:07.397678 run osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:07.401106 run osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:07.404528 run osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:07.407941 run osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:07.411359 run osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:07.414751 run osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:07.418142 run osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:07.421541 run osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:07.424944 run osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:07.428495 run osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:07.431908 run osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:07.435281 run osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:07.438626 run osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:07.442047 run osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:07.445401 run osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:07.448786 run osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:07.452179 run osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:07.455446 run osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:07.458686 run osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:07.462172 run osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:07.465462 run osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:07.468751 run osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:07.472017 run osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:07.475300 run osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:07.478608 run osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:07.481954 run osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:07.485354 run osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:07.488758 run osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:07.492187 run osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:07.495591 run osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:07.499008 run osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:07.502406 run osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:07.505822 run osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:07.509217 run osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:07.512609 run osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:07.515989 run osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:07.519402 run osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:07.522886 run osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:07.526313 run osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:07.529715 run osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:07.533115 run osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:07.536514 run osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:07.539920 run osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:07.543313 run osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:07.546952 run osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:07.550347 run osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:07.553727 run osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:07.557115 run osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:07.560524 run osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:07.563904 run osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:07.567289 run osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:07.570668 run osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:07.574078 run osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:07.577458 run osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:07.580851 run osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:07.584242 run osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:07.587646 run osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:07.591030 run osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:07.594424 run osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:07.597794 run osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:07.601192 run osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:07.604584 run osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:07.607968 run osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:07.611351 run osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:07.614760 run osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:07.618271 run osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:07.621758 run osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:07.625141 run osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:07.628528 run osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:07.631910 run osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:07.635288 run osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:07.638704 run osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:07.642116 run osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:07.645509 run osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:07.648920 run osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:07.652488 run osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:07.655902 run osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:07.659267 run osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:07.662629 run osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:07.665974 run osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:07.669337 run osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:07.672728 run osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:07.676128 run osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:07.679534 run osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:07.682939 run osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:07.686345 run osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:07.689724 run osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:07.695406 run osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:07.698937 run osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:07.702451 run osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:07.706001 run osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:07.709517 run osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:07.713045 run osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:07.716559 run osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:07.720098 run osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:07.723603 run osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:07.727155 run osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:07.730673 run osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:07.734204 --- ParallelTerminationStrategy: PID 22 died...
22:50:07.735807 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:07.739757 --- ParallelTerminationStrategy: PID 23 died...
22:50:07.741352 run osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:07.745273 --- ParallelTerminationStrategy: PID 24 died...
22:50:07.746865 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:07.750800 --- ParallelTerminationStrategy: PID 25 died...
22:50:07.776183 run osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:07.780136 --- ParallelTerminationStrategy: PID 26 died...
22:50:07.781706 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:07.785465 --- ParallelTerminationStrategy: PID 27 died...
22:50:07.786947 run osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:07.790639 --- ParallelTerminationStrategy: PID 28 died...
22:50:07.792164 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:07.795948 --- ParallelTerminationStrategy: PID 29 died...
22:50:07.797474 run osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:07.801190 --- ParallelTerminationStrategy: PID 30 died...
22:50:07.802688 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:07.806388 --- ParallelTerminationStrategy: PID 31 died...
22:50:07.807915 run osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:07.811648 --- ParallelTerminationStrategy: PID 32 died...
22:50:07.813187 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:07.816957 --- ParallelTerminationStrategy: PID 33 died...
22:50:07.818489 run osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:07.822237 --- ParallelTerminationStrategy: PID 35 died...
22:50:07.823733 run osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:07.827431 --- ParallelTerminationStrategy: PID 36 died...
22:50:07.828960 run osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:07.832712 --- ParallelTerminationStrategy: PID 37 died...
22:50:07.834232 run osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:07.838009 --- ParallelTerminationStrategy: PID 38 died...
22:50:07.839557 run osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:07.843316 --- ParallelTerminationStrategy: PID 39 died...
22:50:07.844851 run osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:07.848686 --- ParallelTerminationStrategy: PID 40 died...
22:50:07.850259 run osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:07.854189 --- ParallelTerminationStrategy: PID 41 died...
22:50:07.855794 run osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:07.859739 --- ParallelTerminationStrategy: PID 42 died...
22:50:07.861325 run osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:07.865239 --- ParallelTerminationStrategy: PID 43 died...
22:50:07.866815 run osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:07.870723 --- ParallelTerminationStrategy: PID 44 died...
22:50:07.872310 run osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:07.876271 --- ParallelTerminationStrategy: PID 45 died...
22:50:07.877861 run osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:07.881768 --- ParallelTerminationStrategy: PID 46 died...
22:50:07.883358 run osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:07.887275 --- ParallelTerminationStrategy: PID 47 died...
22:50:07.888867 run osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:07.892843 --- ParallelTerminationStrategy: PID 48 died...
22:50:07.894437 run osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:07.898330 --- ParallelTerminationStrategy: PID 49 died...
22:50:07.899897 run osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:07.903823 --- ParallelTerminationStrategy: PID 50 died...
22:50:07.905412 run osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:07.909331 --- ParallelTerminationStrategy: PID 51 died...
22:50:07.910910 run osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:07.914811 --- ParallelTerminationStrategy: PID 52 died...
22:50:07.916383 run osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:07.920284 --- ParallelTerminationStrategy: PID 53 died...
22:50:07.921868 run osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:07.925773 --- ParallelTerminationStrategy: PID 54 died...
22:50:07.927338 run osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:07.931295 --- ParallelTerminationStrategy: PID 55 died...
22:50:07.932874 run osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:07.936806 --- ParallelTerminationStrategy: PID 56 died...
22:50:07.938373 run osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:07.942274 --- ParallelTerminationStrategy: PID 57 died...
22:50:07.943853 run osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:07.947757 --- ParallelTerminationStrategy: PID 58 died...
22:50:07.949357 run osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:07.953264 --- ParallelTerminationStrategy: PID 59 died...
22:50:07.954843 run osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:07.958761 --- ParallelTerminationStrategy: PID 60 died...
22:50:07.960333 run osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:07.964228 --- ParallelTerminationStrategy: PID 61 died...
22:50:07.965826 run osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:07.969743 --- ParallelTerminationStrategy: PID 62 died...
22:50:07.971331 run osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:07.975239 --- ParallelTerminationStrategy: PID 63 died...
22:50:07.976827 run osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:07.980752 --- ParallelTerminationStrategy: PID 64 died...
22:50:07.982325 run osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:07.986236 --- ParallelTerminationStrategy: PID 65 died...
22:50:07.987830 run osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:07.991734 --- ParallelTerminationStrategy: PID 66 died...
22:50:07.993318 run osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:07.997229 --- ParallelTerminationStrategy: PID 67 died...
22:50:07.998804 run osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:08.002672 --- ParallelTerminationStrategy: PID 68 died...
22:50:08.004252 run osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:08.008168 --- ParallelTerminationStrategy: PID 69 died...
22:50:08.009755 run osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:08.013670 --- ParallelTerminationStrategy: PID 70 died...
22:50:08.015252 run osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:08.019161 --- ParallelTerminationStrategy: PID 71 died...
22:50:08.020765 run osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:08.024689 --- ParallelTerminationStrategy: PID 72 died...
22:50:08.026269 run osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:08.030181 --- ParallelTerminationStrategy: PID 73 died...
22:50:08.031770 run osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:08.035677 --- ParallelTerminationStrategy: PID 74 died...
22:50:08.037272 run osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:08.041198 --- ParallelTerminationStrategy: PID 75 died...
22:50:08.042786 run osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:08.046692 --- ParallelTerminationStrategy: PID 76 died...
22:50:08.048257 run osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:08.052178 --- ParallelTerminationStrategy: PID 77 died...
22:50:08.053758 run osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:08.057654 --- ParallelTerminationStrategy: PID 78 died...
22:50:08.059240 run osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:08.063206 --- ParallelTerminationStrategy: PID 79 died...
22:50:08.064793 run osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:08.068693 --- ParallelTerminationStrategy: PID 80 died...
22:50:08.070261 run osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:08.074176 --- ParallelTerminationStrategy: PID 81 died...
22:50:08.075763 run osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:08.079683 --- ParallelTerminationStrategy: PID 82 died...
22:50:08.081278 run osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:08.085222 --- ParallelTerminationStrategy: PID 83 died...
22:50:08.086805 run osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:08.090733 --- ParallelTerminationStrategy: PID 84 died...
22:50:08.092310 run osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:08.096225 --- ParallelTerminationStrategy: PID 85 died...
22:50:08.098022 run osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:08.101995 --- ParallelTerminationStrategy: PID 86 died...
22:50:08.103578 run osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:08.107476 --- ParallelTerminationStrategy: PID 87 died...
22:50:08.109085 run osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:08.113022 --- ParallelTerminationStrategy: PID 88 died...
22:50:08.114614 run osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:08.118535 --- ParallelTerminationStrategy: PID 89 died...
22:50:08.120117 run osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:08.123926 --- ParallelTerminationStrategy: PID 90 died...
22:50:08.125453 run osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:08.129226 --- ParallelTerminationStrategy: PID 91 died...
22:50:08.130737 run osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:08.134607 --- ParallelTerminationStrategy: PID 92 died...
22:50:08.136189 run osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:08.140121 --- ParallelTerminationStrategy: PID 93 died...
22:50:08.141706 run osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:08.145628 --- ParallelTerminationStrategy: PID 94 died...
22:50:08.147210 run osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:08.151119 --- ParallelTerminationStrategy: PID 95 died...
22:50:08.152713 run osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:08.156617 --- ParallelTerminationStrategy: PID 96 died...
22:50:08.158202 run osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:08.162175 --- ParallelTerminationStrategy: PID 97 died...
22:50:08.163767 run osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:08.167706 --- ParallelTerminationStrategy: PID 98 died...
22:50:08.169292 run osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:08.173230 --- ParallelTerminationStrategy: PID 99 died...
22:50:08.174817 run osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:08.178745 --- ParallelTerminationStrategy: PID 100 died...
22:50:08.180331 run osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:08.184252 --- ParallelTerminationStrategy: PID 101 died...
22:50:08.185819 run osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:08.189667 --- ParallelTerminationStrategy: PID 102 died...
22:50:08.191230 run osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:08.195012 --- ParallelTerminationStrategy: PID 103 died...
22:50:08.196763 run osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:08.200713 --- ParallelTerminationStrategy: PID 104 died...
22:50:08.202302 run osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:08.206209 --- ParallelTerminationStrategy: PID 105 died...
22:50:08.207786 run osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:08.211727 --- ParallelTerminationStrategy: PID 106 died...
22:50:08.213322 run osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:08.217303 --- ParallelTerminationStrategy: PID 107 died...
22:50:08.218902 run osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:08.222768 --- ParallelTerminationStrategy: PID 108 died...
22:50:08.224324 run osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:08.228203 --- ParallelTerminationStrategy: PID 109 died...
22:50:08.229796 run osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:08.233742 --- ParallelTerminationStrategy: PID 110 died...
22:50:08.235326 run osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:08.239269 --- ParallelTerminationStrategy: PID 111 died...
22:50:08.240876 run osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:08.244807 --- ParallelTerminationStrategy: PID 112 died...
22:50:08.246400 run osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:08.250381 --- ParallelTerminationStrategy: PID 113 died...
22:50:08.251985 run osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:08.255906 --- ParallelTerminationStrategy: PID 114 died...
22:50:08.257497 run osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:08.261454 --- ParallelTerminationStrategy: PID 115 died...
22:50:08.263049 run osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:08.266982 --- ParallelTerminationStrategy: PID 116 died...
22:50:08.268581 run osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:08.272532 --- ParallelTerminationStrategy: PID 117 died...
22:50:08.274109 run osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:08.278030 --- ParallelTerminationStrategy: PID 118 died...
22:50:08.279614 run osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:08.283566 --- ParallelTerminationStrategy: PID 119 died...
22:50:08.285163 run osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:08.289101 --- ParallelTerminationStrategy: PID 120 died...
22:50:08.290676 run osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:08.294573 --- ParallelTerminationStrategy: PID 121 died...
22:50:08.296144 run osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:08.300087 --- ParallelTerminationStrategy: PID 122 died...
22:50:08.301681 run osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:08.305601 --- ParallelTerminationStrategy: PID 123 died...
22:50:08.307193 run osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:08.311138 --- ParallelTerminationStrategy: PID 124 died...
22:50:08.312716 run osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:08.316618 --- ParallelTerminationStrategy: PID 125 died...
22:50:08.318224 run osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:08.322143 --- ParallelTerminationStrategy: PID 126 died...
22:50:08.323727 run osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:08.327658 --- ParallelTerminationStrategy: PID 127 died...
22:50:08.329269 run osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:08.333170 --- ParallelTerminationStrategy: PID 128 died...
22:50:08.334750 run osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:08.338652 --- ParallelTerminationStrategy: PID 129 died...
22:50:08.340234 run osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:08.344163 --- ParallelTerminationStrategy: PID 130 died...
22:50:08.345775 run osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:08.349674 --- ParallelTerminationStrategy: PID 131 died...
22:50:08.351260 run osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:08.355174 --- ParallelTerminationStrategy: PID 132 died...
22:50:08.356771 run osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:08.360684 --- ParallelTerminationStrategy: PID 133 died...
22:50:08.362272 run osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:08.366185 --- ParallelTerminationStrategy: PID 134 died...
22:50:08.367858 run osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:08.371786 --- ParallelTerminationStrategy: PID 135 died...
22:50:08.373371 run osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:08.377330 --- ParallelTerminationStrategy: PID 136 died...
22:50:08.378925 run osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:08.382864 --- ParallelTerminationStrategy: PID 137 died...
22:50:08.384433 run osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:08.388388 --- ParallelTerminationStrategy: PID 138 died...
22:50:08.389965 run osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:08.393880 --- ParallelTerminationStrategy: PID 139 died...
22:50:08.395466 run osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:08.399422 --- ParallelTerminationStrategy: PID 140 died...
22:50:08.401008 run osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:08.404949 --- ParallelTerminationStrategy: PID 141 died...
22:50:08.406523 run osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:08.410456 --- ParallelTerminationStrategy: PID 142 died...
22:50:08.412034 run osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:08.415973 --- ParallelTerminationStrategy: PID 143 died...
22:50:08.417565 run osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:08.421525 --- ParallelTerminationStrategy: PID 144 died...
22:50:08.423106 run osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:08.427050 --- ParallelTerminationStrategy: PID 145 died...
22:50:08.428666 run osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:08.432597 --- ParallelTerminationStrategy: PID 146 died...
22:50:08.434216 run osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:08.438193 --- ParallelTerminationStrategy: PID 147 died...
22:50:08.439774 run osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:08.443702 --- ParallelTerminationStrategy: PID 148 died...
22:50:08.445280 run osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:08.449288 --- ParallelTerminationStrategy: PID 149 died...
22:50:08.450873 run osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:08.454827 --- ParallelTerminationStrategy: PID 150 died...
22:50:08.456416 run osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:08.460336 --- ParallelTerminationStrategy: PID 151 died...
22:50:08.461921 run osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:08.465902 --- ParallelTerminationStrategy: PID 152 died...
22:50:08.467484 run osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:08.471406 --- ParallelTerminationStrategy: PID 153 died...
22:50:08.473002 run osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:08.476933 --- ParallelTerminationStrategy: PID 154 died...
22:50:08.478518 run osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:08.482449 --- ParallelTerminationStrategy: PID 155 died...
22:50:08.484042 run osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:08.488007 --- ParallelTerminationStrategy: PID 156 died...
22:50:08.489596 run osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:08.493555 --- ParallelTerminationStrategy: PID 157 died...
22:50:08.495136 run osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:08.499071 --- ParallelTerminationStrategy: PID 158 died...
22:50:08.500690 run osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:08.504637 --- ParallelTerminationStrategy: PID 159 died...
22:50:08.506226 run osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:08.510173 --- ParallelTerminationStrategy: PID 160 died...
22:50:08.511754 run osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:08.515672 --- ParallelTerminationStrategy: PID 161 died...
22:50:08.517253 run osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:08.521266 --- ParallelTerminationStrategy: PID 162 died...
22:50:08.522861 run osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:08.526806 --- ParallelTerminationStrategy: PID 163 died...
22:50:08.528392 run osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:08.532326 --- ParallelTerminationStrategy: PID 164 died...
22:50:08.533921 run osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:08.537844 --- ParallelTerminationStrategy: PID 165 died...
22:50:08.539426 run osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:08.543373 --- ParallelTerminationStrategy: PID 166 died...
22:50:08.544973 run osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:08.548927 --- ParallelTerminationStrategy: PID 167 died...
22:50:08.550518 run osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:08.554448 --- ParallelTerminationStrategy: PID 168 died...
22:50:08.556023 run osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:08.559950 --- ParallelTerminationStrategy: PID 169 died...
22:50:08.561558 run osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:08.565501 --- ParallelTerminationStrategy: PID 170 died...
22:50:08.567091 run osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:08.571012 --- ParallelTerminationStrategy: PID 171 died...
22:50:08.572596 run osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:08.576508 --- ParallelTerminationStrategy: PID 172 died...
22:50:08.578154 run osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:08.582080 --- ParallelTerminationStrategy: PID 173 died...
22:50:08.583673 run osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:08.587638 --- ParallelTerminationStrategy: PID 174 died...
22:50:08.589226 run osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:08.593192 --- ParallelTerminationStrategy: PID 175 died...
22:50:08.594779 run osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:08.598721 --- ParallelTerminationStrategy: PID 176 died...
22:50:08.600299 run osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:08.604215 --- ParallelTerminationStrategy: PID 177 died...
22:50:08.605831 run osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:08.609804 --- ParallelTerminationStrategy: PID 178 died...
22:50:08.611400 run osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:08.615344 --- ParallelTerminationStrategy: PID 179 died...
22:50:08.616935 run osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:08.703642 --- ParallelTerminationStrategy: PID 180 died...
22:50:08.705188 run osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:08.709022 --- ParallelTerminationStrategy: PID 181 died...
22:50:08.710573 run osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:08.714376 --- ParallelTerminationStrategy: PID 182 died...
22:50:08.715905 run osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:08.719696 --- ParallelTerminationStrategy: PID 183 died...
22:50:08.721224 run osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:08.725008 --- ParallelTerminationStrategy: PID 184 died...
22:50:08.726474 run osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:08.730132 --- ParallelTerminationStrategy: PID 185 died...
22:50:08.731599 run osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:08.735255 --- ParallelTerminationStrategy: PID 186 died...
22:50:08.736739 run osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:08.740420 --- ParallelTerminationStrategy: PID 187 died...
22:50:08.741932 run osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:08.745753 --- ParallelTerminationStrategy: PID 188 died...
22:50:08.747280 run osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:08.751082 --- ParallelTerminationStrategy: PID 189 died...
22:50:08.752603 run osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:08.756437 --- ParallelTerminationStrategy: PID 190 died...
22:50:08.757971 run osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:08.761775 --- ParallelTerminationStrategy: PID 191 died...
22:50:08.763294 run osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:08.767093 --- ParallelTerminationStrategy: PID 192 died...
22:50:08.768614 run osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:08.772451 --- ParallelTerminationStrategy: PID 193 died...
22:50:08.773984 run osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:08.777843 --- ParallelTerminationStrategy: PID 194 died...
22:50:08.779385 run osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:08.783210 --- ParallelTerminationStrategy: PID 195 died...
22:50:08.784770 run osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:08.788599 --- ParallelTerminationStrategy: PID 196 died...
22:50:08.790166 run osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:08.794010 --- ParallelTerminationStrategy: PID 197 died...
22:50:08.795541 run osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:08.799375 --- ParallelTerminationStrategy: PID 198 died...
22:50:08.800909 run osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:08.804745 --- ParallelTerminationStrategy: PID 199 died...
22:50:08.806288 run osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:08.810105 --- ParallelTerminationStrategy: PID 200 died...
22:50:08.811644 run osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:08.815481 --- ParallelTerminationStrategy: PID 201 died...
22:50:08.817057 run osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:08.820853 --- ParallelTerminationStrategy: PID 202 died...
22:50:08.822386 run osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:08.826184 --- ParallelTerminationStrategy: PID 203 died...
22:50:08.827720 run osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:08.831406 --- ParallelTerminationStrategy: PID 204 died...
22:50:08.832902 run osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:08.836542 --- ParallelTerminationStrategy: PID 205 died...
22:50:08.838022 run osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:08.841751 --- ParallelTerminationStrategy: PID 206 died...
22:50:08.843226 run osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:08.846949 --- ParallelTerminationStrategy: PID 207 died...
22:50:08.848413 run osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:08.852247 --- ParallelTerminationStrategy: PID 208 died...
22:50:08.853793 run osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:08.857591 --- ParallelTerminationStrategy: PID 209 died...
22:50:08.859124 run osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:08.862921 --- ParallelTerminationStrategy: PID 210 died...
22:50:08.864446 run osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:08.868274 --- ParallelTerminationStrategy: PID 211 died...
22:50:08.869811 run osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:08.873620 --- ParallelTerminationStrategy: PID 212 died...
22:50:08.875132 run osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:08.878812 --- ParallelTerminationStrategy: PID 213 died...
22:50:08.880280 run osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:08.883934 --- ParallelTerminationStrategy: PID 214 died...
22:50:08.885406 run osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:08.889048 --- ParallelTerminationStrategy: PID 215 died...
22:50:08.890506 run osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:08.894179 --- ParallelTerminationStrategy: PID 216 died...
22:50:08.895647 run osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:08.899291 --- ParallelTerminationStrategy: PID 217 died...
22:50:08.900775 run osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:08.904423 --- ParallelTerminationStrategy: PID 218 died...
22:50:08.905901 run osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:08.909577 --- ParallelTerminationStrategy: PID 219 died...
22:50:08.911055 run osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:08.914755 --- ParallelTerminationStrategy: PID 220 died...
22:50:08.916251 run osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:08.920007 --- ParallelTerminationStrategy: PID 221 died...
22:50:08.921516 run osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:08.925172 --- ParallelTerminationStrategy: PID 222 died...
22:50:08.926706 run osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:08.930531 --- ParallelTerminationStrategy: PID 223 died...
22:50:08.932062 run osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:08.935757 --- ParallelTerminationStrategy: PID 224 died...
22:50:08.937225 run osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:08.940919 --- ParallelTerminationStrategy: PID 225 died...
22:50:08.942375 run osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:08.946014 --- ParallelTerminationStrategy: PID 226 died...
22:50:08.947472 run osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:08.951143 --- ParallelTerminationStrategy: PID 227 died...
22:50:08.952609 run osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:08.956262 --- ParallelTerminationStrategy: PID 228 died...
22:50:08.957795 run osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:08.961600 --- ParallelTerminationStrategy: PID 229 died...
22:50:08.963121 run osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:08.966912 --- ParallelTerminationStrategy: PID 230 died...
22:50:08.968421 run osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:08.972075 --- ParallelTerminationStrategy: PID 231 died...
22:50:08.973580 run osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:08.977275 --- ParallelTerminationStrategy: PID 232 died...
22:50:08.978732 run osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:08.982374 --- ParallelTerminationStrategy: PID 233 died...
22:50:08.983832 run osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:08.987739 --- ParallelTerminationStrategy: PID 234 died...
22:50:08.989305 run osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:12.392818 --- ParallelTerminationStrategy: PID 34 died...
22:50:12.394818 run osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8060 netreg_mass PASS
---------------------------------------------------------------------
22:50:12.539226 tst trial-8060: Storing JUnit report in /build/trial-8060/run.2025-08-16_22-48-36/trial-8060.xml
--------------------------------------------------------------------------------------------
trial-8060 PASS
--------------------------------------------------------------------------------------------
22:50:12.550319 tst trial-8060: trial-8060: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
pass: register_default_mass.py (90.6 sec)
+ exit_code=0
+ rm -rf trial-8060/inst
+ cd trial-8060
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-16 22:48:35
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8060-run.tgz run.2025-08-16_22-48-36
+ tar czf /build/trial-8060-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-16_13_25_43.tgz osmo-bts-oc2g.build-2025-08-16_00_51_41.tgz osmo-bts-sysmo.build-2025-08-16_00_51_37.tgz osmo-bts.build-2025-08-16_00_51_44.tgz osmo-ggsn.build-2025-08-16_20_42_32.tgz osmo-hlr.build-2025-08-16_16_36_53.tgz osmo-hnbgw.build-2025-08-16_13_31_23.tgz osmo-mgw.build-2025-08-16_08_33_11.tgz osmo-msc.build-2025-08-16_13_32_46.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-16_07_33_53.tgz osmo-pcu-sysmo.build-2025-08-16_07_36_08.tgz osmo-pcu.build-2025-08-16_07_36_15.tgz osmo-sgsn.build-2025-08-16_20_48_41.tgz osmo-stp.build-2025-08-16_13_25_16.tgz osmo-trx.build-2025-08-16_14_30_06.tgz osmocom-bb.build-2025-08-16_21_17_28.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