Skip to content
Success

Console Output

Started by upstream project "master-osmo-hnbgw" build number 11307
originally caused by:
 Started by upstream project "master-libosmo-pfcp" build number 2498
 originally caused by:
  Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_build-osmo-hnbgw] $ /bin/sh -xe /tmp/jenkins16115790141780332764.sh
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
a214a38 debian-bookworm-build: add xxd
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

#2 [internal] load metadata for docker.io/osmocom-build/debian-bookworm-build:latest
#2 DONE 0.0s

#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.1s

#4 [ 1/28] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 CACHED

#5 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#5 DONE 0.2s

#6 [ 2/28] RUN     useradd -ms /bin/bash jenkins
#6 DONE 0.7s

#7 [ 3/28] RUN     groupadd osmo-gsm-tester
#7 DONE 0.5s

#8 [ 4/28] RUN     usermod -a -G osmo-gsm-tester jenkins
#8 DONE 0.5s

#9 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#9 0.392 Hit:1 http://deb.debian.org/debian bookworm InRelease
#9 0.392 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#9 0.392 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease [1579 B]
#9 0.393 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
#9 0.494 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ Packages [197 kB]
#9 0.518 Fetched 254 kB in 0s (1507 kB/s)
#9 0.518 Reading package lists...
#9 0.774 Reading package lists...
#9 1.031 Building dependency tree...
#9 1.090 Reading state information...
#9 1.160 dbus is already the newest version (1.14.10-1~deb12u1).
#9 1.160 tcpdump is already the newest version (4.99.3-1).
#9 1.160 sqlite3 is already the newest version (3.40.1-2+deb12u1).
#9 1.160 python3 is already the newest version (3.11.2-1+b1).
#9 1.160 python3-setuptools is already the newest version (66.1.1-1+deb12u1).
#9 1.160 python3-yaml is already the newest version (6.0-3+b2).
#9 1.160 python3-mako is already the newest version (1.2.4+ds-1).
#9 1.160 python3-gi is already the newest version (3.42.2-3+b1).
#9 1.160 python3-wheel is already the newest version (0.38.4-2).
#9 1.160 python3-wheel set to manually installed.
#9 1.160 ofono is already the newest version (1.31-3+b1).
#9 1.160 patchelf is already the newest version (0.14.3-1+b1).
#9 1.160 sudo is already the newest version (1.9.13p3-1+deb12u1).
#9 1.160 libcap2-bin is already the newest version (1:2.66-4).
#9 1.160 libcap2-bin set to manually installed.
#9 1.160 python3-pip is already the newest version (23.0.1+dfsg-1).
#9 1.160 The following additional packages will be installed:
#9 1.160   busybox libblas3 libc-bin libc-dev-bin libc-l10n libc6 libc6-dev libiperf0
#9 1.160   liblapack3 librpm9 librpmio9 rpm-common
#9 1.160 Suggested packages:
#9 1.160   libarchive-dev glibc-doc libnss-nis libnss-nisplus manpages-dev gfortran
#9 1.160   python3-pytest rpm-i18n
#9 1.160 Recommended packages:
#9 1.160   manpages manpages-dev libc-devtools
#9 1.218 The following NEW packages will be installed:
#9 1.218   busybox cpio iperf3 libblas3 libiperf0 liblapack3 librpm9 librpmio9
#9 1.218   python3-numpy python3-watchdog rpm-common rpm2cpio udhcpc
#9 1.218 The following packages will be upgraded:
#9 1.218   libc-bin libc-dev-bin libc-l10n libc6 libc6-dev locales
#9 1.235 6 upgraded, 13 newly installed, 0 to remove and 9 not upgraded.
#9 1.235 Need to get 24.7 MB of archives.
#9 1.235 After this operation, 45.5 MB of additional disk space will be used.
#9 1.235 Get:1 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u10 [1903 kB]
#9 1.288 Get:2 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u10 [47.1 kB]
#9 1.289 Get:3 http://deb.debian.org/debian bookworm/main amd64 libc6 amd64 2.36-9+deb12u10 [2757 kB]
#9 1.311 Get:4 http://deb.debian.org/debian bookworm/main amd64 libc-bin amd64 2.36-9+deb12u10 [608 kB]
#9 1.316 Get:5 http://deb.debian.org/debian bookworm/main amd64 libiperf0 amd64 3.12-1+deb12u1 [91.2 kB]
#9 1.316 Get:6 http://deb.debian.org/debian bookworm/main amd64 iperf3 amd64 3.12-1+deb12u1 [33.9 kB]
#9 1.317 Get:7 http://deb.debian.org/debian bookworm/main amd64 cpio amd64 2.13+dfsg-7.1 [245 kB]
#9 1.319 Get:8 http://deb.debian.org/debian bookworm/main amd64 libc-l10n all 2.36-9+deb12u10 [676 kB]
#9 1.325 Get:9 http://deb.debian.org/debian bookworm/main amd64 locales all 2.36-9+deb12u10 [3905 kB]
#9 1.361 Get:10 http://deb.debian.org/debian bookworm/main amd64 busybox amd64 1:1.35.0-4+b3 [452 kB]
#9 1.362 Get:11 http://deb.debian.org/debian bookworm/main amd64 libblas3 amd64 3.11.0-2 [149 kB]
#9 1.363 Get:12 http://deb.debian.org/debian bookworm/main amd64 liblapack3 amd64 3.11.0-2 [2323 kB]
#9 1.383 Get:13 http://deb.debian.org/debian bookworm/main amd64 librpmio9 amd64 4.18.0+dfsg-1+deb12u1 [1625 kB]
#9 1.397 Get:14 http://deb.debian.org/debian bookworm/main amd64 librpm9 amd64 4.18.0+dfsg-1+deb12u1 [1720 kB]
#9 1.411 Get:15 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1+deb12u1 [4960 kB]
#9 1.454 Get:16 http://deb.debian.org/debian bookworm/main amd64 python3-watchdog all 2.2.1-1 [124 kB]
#9 1.455 Get:17 http://deb.debian.org/debian bookworm/main amd64 rpm-common amd64 4.18.0+dfsg-1+deb12u1 [1571 kB]
#9 1.468 Get:18 http://deb.debian.org/debian bookworm/main amd64 rpm2cpio amd64 4.18.0+dfsg-1+deb12u1 [1547 kB]
#9 1.481 Get:19 http://deb.debian.org/debian bookworm/main amd64 udhcpc amd64 1:1.35.0-4+b3 [6284 B]
#9 1.592 debconf: delaying package configuration, since apt-utils is not installed
#9 1.621 Fetched 24.7 MB in 0s (95.0 MB/s)
#9 1.663 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 117461 files and directories currently installed.)
#9 1.689 Preparing to unpack .../libc6-dev_2.36-9+deb12u10_amd64.deb ...
#9 1.739 Unpacking libc6-dev:amd64 (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 6.525 Preparing to unpack .../libc-dev-bin_2.36-9+deb12u10_amd64.deb ...
#9 6.579 Unpacking libc-dev-bin (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 6.832 Preparing to unpack .../libc6_2.36-9+deb12u10_amd64.deb ...
#9 6.935 debconf: unable to initialize frontend: Dialog
#9 6.935 debconf: (TERM is not set, so the dialog frontend is not usable.)
#9 6.935 debconf: falling back to frontend: Readline
#9 6.938 debconf: unable to initialize frontend: Readline
#9 6.938 debconf: (This frontend requires a controlling tty.)
#9 6.938 debconf: falling back to frontend: Teletype
#9 6.964 Unpacking libc6:amd64 (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 9.921 Setting up libc6:amd64 (2.36-9+deb12u10) ...
#9 10.03 debconf: unable to initialize frontend: Dialog
#9 10.03 debconf: (TERM is not set, so the dialog frontend is not usable.)
#9 10.03 debconf: falling back to frontend: Readline
#9 10.03 debconf: unable to initialize frontend: Readline
#9 10.03 debconf: (This frontend requires a controlling tty.)
#9 10.03 debconf: falling back to frontend: Teletype
#9 11.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 117461 files and directories currently installed.)
#9 11.20 Preparing to unpack .../libc-bin_2.36-9+deb12u10_amd64.deb ...
#9 11.25 Unpacking libc-bin (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 11.70 Setting up libc-bin (2.36-9+deb12u10) ...
#9 11.98 Selecting previously unselected package libiperf0:amd64.
#9 11.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 117461 files and directories currently installed.)
#9 12.02 Preparing to unpack .../00-libiperf0_3.12-1+deb12u1_amd64.deb ...
#9 12.05 Unpacking libiperf0:amd64 (3.12-1+deb12u1) ...
#9 12.23 Selecting previously unselected package iperf3.
#9 12.23 Preparing to unpack .../01-iperf3_3.12-1+deb12u1_amd64.deb ...
#9 12.25 Unpacking iperf3 (3.12-1+deb12u1) ...
#9 12.36 Selecting previously unselected package cpio.
#9 12.36 Preparing to unpack .../02-cpio_2.13+dfsg-7.1_amd64.deb ...
#9 12.38 Unpacking cpio (2.13+dfsg-7.1) ...
#9 12.53 Preparing to unpack .../03-libc-l10n_2.36-9+deb12u10_all.deb ...
#9 12.58 Unpacking libc-l10n (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 13.20 Preparing to unpack .../04-locales_2.36-9+deb12u10_all.deb ...
#9 13.25 Unpacking locales (2.36-9+deb12u10) over (2.36-9+deb12u9) ...
#9 18.87 Selecting previously unselected package busybox.
#9 18.88 Preparing to unpack .../05-busybox_1%3a1.35.0-4+b3_amd64.deb ...
#9 18.90 Unpacking busybox (1:1.35.0-4+b3) ...
#9 19.10 Selecting previously unselected package libblas3:amd64.
#9 19.10 Preparing to unpack .../06-libblas3_3.11.0-2_amd64.deb ...
#9 19.12 Unpacking libblas3:amd64 (3.11.0-2) ...
#9 19.26 Selecting previously unselected package liblapack3:amd64.
#9 19.26 Preparing to unpack .../07-liblapack3_3.11.0-2_amd64.deb ...
#9 19.28 Unpacking liblapack3:amd64 (3.11.0-2) ...
#9 19.51 Selecting previously unselected package librpmio9.
#9 19.52 Preparing to unpack .../08-librpmio9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#9 19.54 Unpacking librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#9 19.70 Selecting previously unselected package librpm9.
#9 19.70 Preparing to unpack .../09-librpm9_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#9 19.72 Unpacking librpm9 (4.18.0+dfsg-1+deb12u1) ...
#9 19.83 Selecting previously unselected package python3-numpy.
#9 19.84 Preparing to unpack .../10-python3-numpy_1%3a1.24.2-1+deb12u1_amd64.deb ...
#9 19.85 Unpacking python3-numpy (1:1.24.2-1+deb12u1) ...
#9 20.19 Selecting previously unselected package python3-watchdog.
#9 20.19 Preparing to unpack .../11-python3-watchdog_2.2.1-1_all.deb ...
#9 20.21 Unpacking python3-watchdog (2.2.1-1) ...
#9 20.31 Selecting previously unselected package rpm-common.
#9 20.32 Preparing to unpack .../12-rpm-common_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#9 20.33 Unpacking rpm-common (4.18.0+dfsg-1+deb12u1) ...
#9 20.47 Selecting previously unselected package rpm2cpio.
#9 20.48 Preparing to unpack .../13-rpm2cpio_4.18.0+dfsg-1+deb12u1_amd64.deb ...
#9 20.50 Unpacking rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#9 20.64 Selecting previously unselected package udhcpc:amd64.
#9 20.65 Preparing to unpack .../14-udhcpc_1%3a1.35.0-4+b3_amd64.deb ...
#9 20.67 Unpacking udhcpc:amd64 (1:1.35.0-4+b3) ...
#9 20.79 Setting up cpio (2.13+dfsg-7.1) ...
#9 20.84 update-alternatives: using /bin/mt-gnu to provide /bin/mt (mt) in auto mode
#9 20.84 update-alternatives: warning: skip creation of /usr/share/man/man1/mt.1.gz because associated file /usr/share/man/man1/mt-gnu.1.gz (of link group mt) doesn't exist
#9 20.87 Setting up libc-l10n (2.36-9+deb12u10) ...
#9 20.91 Setting up python3-watchdog (2.2.1-1) ...
#9 21.04 Setting up locales (2.36-9+deb12u10) ...
#9 21.13 debconf: unable to initialize frontend: Dialog
#9 21.13 debconf: (TERM is not set, so the dialog frontend is not usable.)
#9 21.13 debconf: falling back to frontend: Readline
#9 21.13 debconf: unable to initialize frontend: Readline
#9 21.13 debconf: (This frontend requires a controlling tty.)
#9 21.13 debconf: falling back to frontend: Teletype
#9 21.42 Generating locales (this might take a while)...
#9 21.43 Generation complete.
#9 21.46 Setting up busybox (1:1.35.0-4+b3) ...
#9 21.51 Setting up libblas3:amd64 (3.11.0-2) ...
#9 21.55 update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#9 21.58 Setting up libiperf0:amd64 (3.12-1+deb12u1) ...
#9 21.62 Setting up libc-dev-bin (2.36-9+deb12u10) ...
#9 21.67 Setting up udhcpc:amd64 (1:1.35.0-4+b3) ...
#9 21.74 Setting up librpmio9 (4.18.0+dfsg-1+deb12u1) ...
#9 21.79 Setting up librpm9 (4.18.0+dfsg-1+deb12u1) ...
#9 21.84 Setting up liblapack3:amd64 (3.11.0-2) ...
#9 21.87 update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#9 21.90 Setting up iperf3 (3.12-1+deb12u1) ...
#9 21.99 debconf: unable to initialize frontend: Dialog
#9 21.99 debconf: (TERM is not set, so the dialog frontend is not usable.)
#9 21.99 debconf: falling back to frontend: Readline
#9 21.99 debconf: unable to initialize frontend: Readline
#9 21.99 debconf: (This frontend requires a controlling tty.)
#9 21.99 debconf: falling back to frontend: Teletype
#9 22.00 Configuring iperf3
#9 22.00 ------------------
#9 22.00 
#9 22.00 Choose this option if Iperf3 should start automatically as a daemon, now and at 
#9 22.00 boot time.
#9 22.00 
#9 22.00 Start Iperf3 as a daemon automatically? [yes/no] 
#9 22.00 Use of uninitialized value $_[1] in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 111.
#9 22.04 invoke-rc.d: could not determine current runlevel
#9 22.04 invoke-rc.d: policy-rc.d denied execution of stop.
#9 22.27 Use of uninitialized value $val in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 83, <GEN6> line 1.
#9 22.27 Use of uninitialized value $val in concatenation (.) or string at /usr/share/perl5/Debconf/Format/822.pm line 84, <GEN6> line 1.
#9 22.32 Setting up rpm-common (4.18.0+dfsg-1+deb12u1) ...
#9 22.38 Setting up python3-numpy (1:1.24.2-1+deb12u1) ...
#9 23.17 Setting up libc6-dev:amd64 (2.36-9+deb12u10) ...
#9 23.22 Setting up rpm2cpio (4.18.0+dfsg-1+deb12u1) ...
#9 23.28 Processing triggers for man-db (2.11.2-2) ...
#9 23.33 Processing triggers for dbus (1.14.10-1~deb12u1) ...
#9 23.37 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#9 DONE 23.6s

#10 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#10 0.574 Collecting smpplib
#10 0.574   Cloning https://github.com/podshumok/python-smpplib.git (to revision master) to /tmp/pip-install-xa9zs8xk/smpplib_f59d43287de24141845a36b92e0982e9
#10 0.575   Running command git clone --filter=blob:none --quiet https://github.com/podshumok/python-smpplib.git /tmp/pip-install-xa9zs8xk/smpplib_f59d43287de24141845a36b92e0982e9
#10 1.349   Resolved https://github.com/podshumok/python-smpplib.git to commit 29e611d20b21c4c6aff55ee867f2355f4c7085c8
#10 1.355   Preparing metadata (setup.py): started
#10 1.493   Preparing metadata (setup.py): finished with status 'done'
#10 1.494 Requirement already satisfied: pydbus in /usr/local/lib/python3.11/dist-packages (0.6.0)
#10 1.495 Requirement already satisfied: pyusb in /usr/lib/python3/dist-packages (1.2.1.post2)
#10 1.495 Requirement already satisfied: pysispm in /usr/local/lib/python3.11/dist-packages (0.6)
#10 1.807 Collecting pymongo
#10 1.839   Downloading pymongo-4.11.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB)
#10 1.952      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 13.0 MB/s eta 0:00:00
#10 1.965 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from smpplib) (1.16.0)
#10 2.001 Collecting dnspython<3.0.0,>=1.16.0
#10 2.007   Downloading dnspython-2.7.0-py3-none-any.whl (313 kB)
#10 2.028      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.6/313.6 kB 15.6 MB/s eta 0:00:00
#10 2.206 Installing collected packages: dnspython, pymongo
#10 2.523 Successfully installed dnspython-2.7.0 pymongo-4.11.2
#10 2.523 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
#10 DONE 2.6s

#11 [internal] load build context
#11 transferring context: 5.76kB done
#11 DONE 0.1s

#12 [ 7/28] RUN	APT-GET update && apt-get install -y openssh-server
#12 0.467 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.467 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#12 0.467 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#12 0.467 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#12 0.802 Reading package lists...
#12 1.094 Reading package lists...
#12 1.347 Building dependency tree...
#12 1.398 Reading state information...
#12 1.461 The following additional packages will be installed:
#12 1.461   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.461   openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.462 Suggested packages:
#12 1.462   molly-guard monkeysphere ssh-askpass ufw
#12 1.520 The following NEW packages will be installed:
#12 1.521   dbus-user-session libnss-systemd libpam-systemd libxmuu1 ncurses-term
#12 1.521   openssh-server openssh-sftp-server runit-helper systemd-sysv xauth
#12 1.538 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
#12 1.538 Need to get 1599 kB of archives.
#12 1.538 After this operation, 7878 kB of additional disk space will be used.
#12 1.538 Get:1 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.36-1~deb12u1 [42.6 kB]
#12 1.548 Get:2 http://deb.debian.org/debian bookworm/main amd64 openssh-sftp-server amd64 1:9.2p1-2+deb12u5 [65.8 kB]
#12 1.553 Get:3 http://deb.debian.org/debian bookworm/main amd64 runit-helper all 2.15.2 [6520 B]
#12 1.553 Get:4 http://deb.debian.org/debian bookworm/main amd64 openssh-server amd64 1:9.2p1-2+deb12u5 [457 kB]
#12 1.566 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnss-systemd amd64 252.36-1~deb12u1 [164 kB]
#12 1.568 Get:6 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.36-1~deb12u1 [225 kB]
#12 1.570 Get:7 http://deb.debian.org/debian bookworm/main amd64 ncurses-term all 6.4-4 [501 kB]
#12 1.571 Get:8 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.10-1~deb12u1 [78.1 kB]
#12 1.572 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
#12 1.572 Get:10 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
#12 1.710 debconf: delaying package configuration, since apt-utils is not installed
#12 1.764 Fetched 1599 kB in 0s (32.6 MB/s)
#12 1.856 Selecting previously unselected package systemd-sysv.
#12 1.856 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 118810 files and directories currently installed.)
#12 1.895 Preparing to unpack .../0-systemd-sysv_252.36-1~deb12u1_amd64.deb ...
#12 1.929 Unpacking systemd-sysv (252.36-1~deb12u1) ...
#12 2.086 Selecting previously unselected package openssh-sftp-server.
#12 2.095 Preparing to unpack .../1-openssh-sftp-server_1%3a9.2p1-2+deb12u5_amd64.deb ...
#12 2.113 Unpacking openssh-sftp-server (1:9.2p1-2+deb12u5) ...
#12 2.236 Selecting previously unselected package runit-helper.
#12 2.247 Preparing to unpack .../2-runit-helper_2.15.2_all.deb ...
#12 2.268 Unpacking runit-helper (2.15.2) ...
#12 2.454 Selecting previously unselected package openssh-server.
#12 2.459 Preparing to unpack .../3-openssh-server_1%3a9.2p1-2+deb12u5_amd64.deb ...
#12 2.477 Unpacking openssh-server (1:9.2p1-2+deb12u5) ...
#12 2.633 Selecting previously unselected package libnss-systemd:amd64.
#12 2.641 Preparing to unpack .../4-libnss-systemd_252.36-1~deb12u1_amd64.deb ...
#12 2.678 Unpacking libnss-systemd:amd64 (252.36-1~deb12u1) ...
#12 2.817 Selecting previously unselected package libpam-systemd:amd64.
#12 2.835 Preparing to unpack .../5-libpam-systemd_252.36-1~deb12u1_amd64.deb ...
#12 2.852 Unpacking libpam-systemd:amd64 (252.36-1~deb12u1) ...
#12 2.963 Selecting previously unselected package ncurses-term.
#12 2.968 Preparing to unpack .../6-ncurses-term_6.4-4_all.deb ...
#12 2.984 Unpacking ncurses-term (6.4-4) ...
#12 3.225 Selecting previously unselected package dbus-user-session.
#12 3.243 Preparing to unpack .../7-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ...
#12 3.260 Unpacking dbus-user-session (1.14.10-1~deb12u1) ...
#12 3.402 Selecting previously unselected package libxmuu1:amd64.
#12 3.421 Preparing to unpack .../8-libxmuu1_2%3a1.1.3-3_amd64.deb ...
#12 3.439 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
#12 3.541 Selecting previously unselected package xauth.
#12 3.545 Preparing to unpack .../9-xauth_1%3a1.1.2-1_amd64.deb ...
#12 3.562 Unpacking xauth (1:1.1.2-1) ...
#12 3.669 Setting up runit-helper (2.15.2) ...
#12 3.719 Setting up openssh-sftp-server (1:9.2p1-2+deb12u5) ...
#12 3.771 Setting up systemd-sysv (252.36-1~deb12u1) ...
#12 3.828 Setting up openssh-server (1:9.2p1-2+deb12u5) ...
#12 4.064 debconf: unable to initialize frontend: Dialog
#12 4.064 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 4.064 debconf: falling back to frontend: Readline
#12 4.067 debconf: unable to initialize frontend: Readline
#12 4.067 debconf: (This frontend requires a controlling tty.)
#12 4.067 debconf: falling back to frontend: Teletype
#12 4.095 
#12 4.095 Creating config file /etc/ssh/sshd_config with new version
#12 4.108 Creating SSH2 RSA key; this may take some time ...
#12 4.793 3072 SHA256:MpeRmOIaukvPXAViNjzn+KOdqy9fjs2JGsu9eIegeKI root@buildkitsandbox (RSA)
#12 4.794 Creating SSH2 ECDSA key; this may take some time ...
#12 4.798 256 SHA256:P/QXaLRssxvItJJO0pdWUITYD8HBQv8RGr6Wx7s8Y4g root@buildkitsandbox (ECDSA)
#12 4.798 Creating SSH2 ED25519 key; this may take some time ...
#12 4.802 256 SHA256:wgmGe4DXTZUsEc9F3+kur8OJYJlggnxbtuedlBJZKA0 root@buildkitsandbox (ED25519)
#12 4.990 invoke-rc.d: could not determine current runlevel
#12 4.995 invoke-rc.d: policy-rc.d denied execution of start.
#12 5.054 Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service.

#12 5.054 Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service.

#12 5.132 Setting up libnss-systemd:amd64 (252.36-1~deb12u1) ...
#12 5.184 Setting up libpam-systemd:amd64 (252.36-1~deb12u1) ...
#12 5.273 debconf: unable to initialize frontend: Dialog
#12 5.273 debconf: (TERM is not set, so the dialog frontend is not usable.)
#12 5.273 debconf: falling back to frontend: Readline
#12 5.276 debconf: unable to initialize frontend: Readline
#12 5.276 debconf: (This frontend requires a controlling tty.)
#12 5.276 debconf: falling back to frontend: Teletype
#12 5.337 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
#12 5.391 Setting up ncurses-term (6.4-4) ...
#12 5.443 Setting up dbus-user-session (1.14.10-1~deb12u1) ...
#12 5.513 Setting up xauth (1:1.1.2-1) ...
#12 5.562 Processing triggers for man-db (2.11.2-2) ...
#12 5.603 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#12 DONE 5.8s

#13 [ 8/28] RUN	MKDIR /var/run/sshd
#13 DONE 0.4s

#14 [ 9/28] COPY	SSH /root/.ssh
#14 DONE 0.2s

#15 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#15 DONE 0.1s

#16 [11/28] RUN     chmod -R 0700 /home/jenkins/.ssh /root/.ssh
#16 DONE 0.4s

#17 [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
#17 DONE 0.4s

#18 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#18 DONE 0.4s

#19 [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
#19 0.715 Generating locales (this might take a while)...
#19 0.716   en_US.UTF-8... done
#19 1.388 Generation complete.
#19 DONE 1.5s

#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 0.385 Hit:1 http://deb.debian.org/debian bookworm InRelease
#20 0.385 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#20 0.385 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#20 0.385 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#20 0.571 Reading package lists...
#20 0.826 Reading package lists...
#20 1.090 Building dependency tree...
#20 1.146 Reading state information...
#20 1.210 telnet is already the newest version (0.17+2.4-2+deb12u1).
#20 1.210 The following additional packages will be installed:
#20 1.210   libasn1c1 libgtp11 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran11
#20 1.210   libosmoabis15 libosmocodec4 libosmocoding0 libosmocore libosmocore22
#20 1.210   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#20 1.210   libosmosim2 libosmotrau11 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#20 1.223 The following NEW packages will be installed:
#20 1.223   libasn1c-dev libasn1c1 libgtp-dev libgtp11 libosmo-abis-dev
#20 1.223   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#20 1.223   libosmo-ranap-dev libosmo-ranap7 libosmo-sigtran-dev libosmo-sigtran11
#20 1.223   libosmoabis15 libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#20 1.223   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#20 1.223   libosmonetif11 libosmosim2 libosmotrau11 libosmousb0 libosmovty13 libsmpp1
#20 1.223   libsmpp34-dev osmocom-nightly
#20 1.239 0 upgraded, 30 newly installed, 0 to remove and 9 not upgraded.
#20 1.239 Need to get 4,023 kB of archives.
#20 1.239 After this operation, 17.9 MB of additional disk space will be used.
#20 1.239 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202503162026 [1,180 B]
#20 1.240 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore22 1.11.0.5.489a.202503162026 [171 kB]
#20 1.252 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp11 1.13.0.2.6cd6.202503162026 [40.4 kB]
#20 1.276 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.13.0.2.6cd6.202503162026 [144 kB]
#20 1.279 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.11.0.5.489a.202503162026 [52.0 kB]
#20 1.281 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau11 2.0.0.15.6057.202503162026 [34.5 kB]
#20 1.282 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.11.0.5.489a.202503162026 [71.1 kB]
#20 1.283 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.11.0.5.489a.202503162026 [229 kB]
#20 1.287 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.6.0.2.1b40.202503162026 [59.9 kB]
#20 1.288 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.11.0.5.489a.202503162026 [104 kB]
#20 1.289 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis15 2.0.0.15.6057.202503162026 [71.0 kB]
#20 1.290 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.11.0.5.489a.202503162026 [71.7 kB]
#20 1.291 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.11.0.5.489a.202503162026 [178 kB]
#20 1.292 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.11.0.5.489a.202503162026 [60.3 kB]
#20 1.293 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.11.0.5.489a.202503162026 [64.2 kB]
#20 1.293 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.11.0.5.489a.202503162026 [51.0 kB]
#20 1.294 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.11.0.5.489a.202503162026 [44.3 kB]
#20 1.294 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.11.0.5.489a.202503162026 [849 kB]
#20 1.298 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.6.0.2.1b40.202503162026 [72.5 kB]
#20 1.299 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 2.0.0.15.6057.202503162026 [114 kB]
#20 1.317 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.9.0.1.bb85.202503162026 [21.5 kB]
#20 1.325 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.9.0.1.bb85.202503162026 [25.7 kB]
#20 1.333 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran11 2.1.0.49.23d1.202503162026 [136 kB]
#20 1.340 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 2.1.0.49.23d1.202503162026 [644 kB]
#20 1.350 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.4.1.f1ec.202503162026 [101 kB]
#20 1.351 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.4.1.f1ec.202503162026 [112 kB]
#20 1.377 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.38.202503162026 [75.3 kB]
#20 1.397 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.38.202503162026 [106 kB]
#20 1.508 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.7.0.202503162026 [226 kB]
#20 1.542 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.7.0.202503162026 [92.2 kB]
#20 1.649 debconf: delaying package configuration, since apt-utils is not installed
#20 1.679 Fetched 4,023 kB in 0s (12.7 MB/s)
#20 1.724 Selecting previously unselected package osmocom-nightly.
#20 1.724 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 121777 files and directories currently installed.)
#20 1.762 Preparing to unpack .../00-osmocom-nightly_202503162026_amd64.deb ...
#20 1.778 Unpacking osmocom-nightly (202503162026) ...
#20 1.901 Selecting previously unselected package libosmocore22:amd64.
#20 1.919 Preparing to unpack .../01-libosmocore22_1.11.0.5.489a.202503162026_amd64.deb ...
#20 1.952 Unpacking libosmocore22:amd64 (1.11.0.5.489a.202503162026) ...
#20 2.087 Selecting previously unselected package libgtp11:amd64.
#20 2.105 Preparing to unpack .../02-libgtp11_1.13.0.2.6cd6.202503162026_amd64.deb ...
#20 2.137 Unpacking libgtp11:amd64 (1.13.0.2.6cd6.202503162026) ...
#20 2.299 Selecting previously unselected package libgtp-dev:amd64.
#20 2.304 Preparing to unpack .../03-libgtp-dev_1.13.0.2.6cd6.202503162026_amd64.deb ...
#20 2.319 Unpacking libgtp-dev:amd64 (1.13.0.2.6cd6.202503162026) ...
#20 2.455 Selecting previously unselected package libosmocodec4:amd64.
#20 2.473 Preparing to unpack .../04-libosmocodec4_1.11.0.5.489a.202503162026_amd64.deb ...
#20 2.489 Unpacking libosmocodec4:amd64 (1.11.0.5.489a.202503162026) ...
#20 2.617 Selecting previously unselected package libosmotrau11:amd64.
#20 2.635 Preparing to unpack .../05-libosmotrau11_2.0.0.15.6057.202503162026_amd64.deb ...
#20 2.651 Unpacking libosmotrau11:amd64 (2.0.0.15.6057.202503162026) ...
#20 2.760 Selecting previously unselected package libosmoisdn0:amd64.
#20 2.765 Preparing to unpack .../06-libosmoisdn0_1.11.0.5.489a.202503162026_amd64.deb ...
#20 2.780 Unpacking libosmoisdn0:amd64 (1.11.0.5.489a.202503162026) ...
#20 2.886 Selecting previously unselected package libosmogsm20:amd64.
#20 2.894 Preparing to unpack .../07-libosmogsm20_1.11.0.5.489a.202503162026_amd64.deb ...
#20 2.911 Unpacking libosmogsm20:amd64 (1.11.0.5.489a.202503162026) ...
#20 3.057 Selecting previously unselected package libosmonetif11:amd64.
#20 3.065 Preparing to unpack .../08-libosmonetif11_1.6.0.2.1b40.202503162026_amd64.deb ...
#20 3.082 Unpacking libosmonetif11:amd64 (1.6.0.2.1b40.202503162026) ...
#20 3.225 Selecting previously unselected package libosmovty13:amd64.
#20 3.233 Preparing to unpack .../09-libosmovty13_1.11.0.5.489a.202503162026_amd64.deb ...
#20 3.249 Unpacking libosmovty13:amd64 (1.11.0.5.489a.202503162026) ...
#20 3.357 Selecting previously unselected package libosmoabis15:amd64.
#20 3.362 Preparing to unpack .../10-libosmoabis15_2.0.0.15.6057.202503162026_amd64.deb ...
#20 3.378 Unpacking libosmoabis15:amd64 (2.0.0.15.6057.202503162026) ...
#20 3.495 Selecting previously unselected package libosmocoding0:amd64.
#20 3.503 Preparing to unpack .../11-libosmocoding0_1.11.0.5.489a.202503162026_amd64.deb ...
#20 3.520 Unpacking libosmocoding0:amd64 (1.11.0.5.489a.202503162026) ...
#20 3.673 Selecting previously unselected package libosmogb14:amd64.
#20 3.681 Preparing to unpack .../12-libosmogb14_1.11.0.5.489a.202503162026_amd64.deb ...
#20 3.698 Unpacking libosmogb14:amd64 (1.11.0.5.489a.202503162026) ...
#20 3.828 Selecting previously unselected package libosmoctrl0:amd64.
#20 3.833 Preparing to unpack .../13-libosmoctrl0_1.11.0.5.489a.202503162026_amd64.deb ...
#20 3.849 Unpacking libosmoctrl0:amd64 (1.11.0.5.489a.202503162026) ...
#20 3.952 Selecting previously unselected package libosmosim2:amd64.
#20 3.957 Preparing to unpack .../14-libosmosim2_1.11.0.5.489a.202503162026_amd64.deb ...
#20 3.974 Unpacking libosmosim2:amd64 (1.11.0.5.489a.202503162026) ...
#20 4.116 Selecting previously unselected package libosmousb0:amd64.
#20 4.124 Preparing to unpack .../15-libosmousb0_1.11.0.5.489a.202503162026_amd64.deb ...
#20 4.141 Unpacking libosmousb0:amd64 (1.11.0.5.489a.202503162026) ...
#20 4.258 Selecting previously unselected package libosmocore.
#20 4.276 Preparing to unpack .../16-libosmocore_1.11.0.5.489a.202503162026_amd64.deb ...
#20 4.293 Unpacking libosmocore (1.11.0.5.489a.202503162026) ...
#20 4.384 Selecting previously unselected package libosmocore-dev:amd64.
#20 4.388 Preparing to unpack .../17-libosmocore-dev_1.11.0.5.489a.202503162026_amd64.deb ...
#20 4.404 Unpacking libosmocore-dev:amd64 (1.11.0.5.489a.202503162026) ...
#20 4.552 Selecting previously unselected package libosmo-netif-dev:amd64.
#20 4.570 Preparing to unpack .../18-libosmo-netif-dev_1.6.0.2.1b40.202503162026_amd64.deb ...
#20 4.588 Unpacking libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503162026) ...
#20 4.717 Selecting previously unselected package libosmo-abis-dev:amd64.
#20 4.735 Preparing to unpack .../19-libosmo-abis-dev_2.0.0.15.6057.202503162026_amd64.deb ...
#20 4.753 Unpacking libosmo-abis-dev:amd64 (2.0.0.15.6057.202503162026) ...
#20 4.884 Selecting previously unselected package libosmo-gsup-client0:amd64.
#20 4.888 Preparing to unpack .../20-libosmo-gsup-client0_1.9.0.1.bb85.202503162026_amd64.deb ...
#20 4.905 Unpacking libosmo-gsup-client0:amd64 (1.9.0.1.bb85.202503162026) ...
#20 4.995 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#20 4.999 Preparing to unpack .../21-libosmo-gsup-client-dev_1.9.0.1.bb85.202503162026_amd64.deb ...
#20 5.015 Unpacking libosmo-gsup-client-dev:amd64 (1.9.0.1.bb85.202503162026) ...
#20 5.168 Selecting previously unselected package libosmo-sigtran11:amd64.
#20 5.179 Preparing to unpack .../22-libosmo-sigtran11_2.1.0.49.23d1.202503162026_amd64.deb ...
#20 5.197 Unpacking libosmo-sigtran11:amd64 (2.1.0.49.23d1.202503162026) ...
#20 5.319 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#20 5.337 Preparing to unpack .../23-libosmo-sigtran-dev_2.1.0.49.23d1.202503162026_amd64.deb ...
#20 5.354 Unpacking libosmo-sigtran-dev:amd64 (2.1.0.49.23d1.202503162026) ...
#20 5.499 Selecting previously unselected package libsmpp1:amd64.
#20 5.503 Preparing to unpack .../24-libsmpp1_1.14.4.1.f1ec.202503162026_amd64.deb ...
#20 5.519 Unpacking libsmpp1:amd64 (1.14.4.1.f1ec.202503162026) ...
#20 5.613 Selecting previously unselected package libsmpp34-dev:amd64.
#20 5.621 Preparing to unpack .../25-libsmpp34-dev_1.14.4.1.f1ec.202503162026_amd64.deb ...
#20 5.638 Unpacking libsmpp34-dev:amd64 (1.14.4.1.f1ec.202503162026) ...
#20 5.783 Selecting previously unselected package libasn1c1:amd64.
#20 5.802 Preparing to unpack .../26-libasn1c1_0.9.38.202503162026_amd64.deb ...
#20 5.819 Unpacking libasn1c1:amd64 (0.9.38.202503162026) ...
#20 5.945 Selecting previously unselected package libasn1c-dev:amd64.
#20 5.950 Preparing to unpack .../27-libasn1c-dev_0.9.38.202503162026_amd64.deb ...
#20 5.966 Unpacking libasn1c-dev:amd64 (0.9.38.202503162026) ...
#20 6.077 Selecting previously unselected package libosmo-ranap7:amd64.
#20 6.081 Preparing to unpack .../28-libosmo-ranap7_1.7.0.202503162026_amd64.deb ...
#20 6.098 Unpacking libosmo-ranap7:amd64 (1.7.0.202503162026) ...
#20 6.214 Selecting previously unselected package libosmo-ranap-dev:amd64.
#20 6.231 Preparing to unpack .../29-libosmo-ranap-dev_1.7.0.202503162026_amd64.deb ...
#20 6.249 Unpacking libosmo-ranap-dev:amd64 (1.7.0.202503162026) ...
#20 6.439 Setting up osmocom-nightly (202503162026) ...
#20 6.490 Setting up libsmpp1:amd64 (1.14.4.1.f1ec.202503162026) ...
#20 6.540 Setting up libosmocore22:amd64 (1.11.0.5.489a.202503162026) ...
#20 6.589 Setting up libosmocodec4:amd64 (1.11.0.5.489a.202503162026) ...
#20 6.639 Setting up libsmpp34-dev:amd64 (1.14.4.1.f1ec.202503162026) ...
#20 6.691 Setting up libasn1c1:amd64 (0.9.38.202503162026) ...
#20 6.745 Setting up libosmovty13:amd64 (1.11.0.5.489a.202503162026) ...
#20 6.798 Setting up libosmoisdn0:amd64 (1.11.0.5.489a.202503162026) ...
#20 6.850 Setting up libosmotrau11:amd64 (2.0.0.15.6057.202503162026) ...
#20 6.906 Setting up libasn1c-dev:amd64 (0.9.38.202503162026) ...
#20 6.955 Setting up libgtp11:amd64 (1.13.0.2.6cd6.202503162026) ...
#20 7.002 Setting up libosmousb0:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.050 Setting up libosmogsm20:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.097 Setting up libosmoctrl0:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.143 Setting up libosmogb14:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.192 Setting up libosmonetif11:amd64 (1.6.0.2.1b40.202503162026) ...
#20 7.247 Setting up libgtp-dev:amd64 (1.13.0.2.6cd6.202503162026) ...
#20 7.297 Setting up libosmocoding0:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.349 Setting up libosmosim2:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.400 Setting up libosmocore (1.11.0.5.489a.202503162026) ...
#20 7.450 Setting up libosmoabis15:amd64 (2.0.0.15.6057.202503162026) ...
#20 7.502 Setting up libosmo-sigtran11:amd64 (2.1.0.49.23d1.202503162026) ...
#20 7.554 Setting up libosmo-gsup-client0:amd64 (1.9.0.1.bb85.202503162026) ...
#20 7.601 Setting up libosmo-ranap7:amd64 (1.7.0.202503162026) ...
#20 7.649 Setting up libosmocore-dev:amd64 (1.11.0.5.489a.202503162026) ...
#20 7.697 Setting up libosmo-netif-dev:amd64 (1.6.0.2.1b40.202503162026) ...
#20 7.746 Setting up libosmo-ranap-dev:amd64 (1.7.0.202503162026) ...
#20 7.797 Setting up libosmo-gsup-client-dev:amd64 (1.9.0.1.bb85.202503162026) ...
#20 7.849 Setting up libosmo-sigtran-dev:amd64 (2.1.0.49.23d1.202503162026) ...
#20 7.901 Setting up libosmo-abis-dev:amd64 (2.0.0.15.6057.202503162026) ...
#20 7.954 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#20 DONE 8.2s

#21 [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
#21 0.409 Hit:1 http://deb.debian.org/debian bookworm InRelease
#21 0.409 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#21 0.409 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#21 0.409 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#21 0.650 Reading package lists...
#21 0.906 Reading package lists...
#21 1.155 Building dependency tree...
#21 1.207 Reading state information...
#21 1.271 cmake is already the newest version (3.25.1-1).
#21 1.271 libfftw3-dev is already the newest version (3.3.10-1).
#21 1.271 libboost-program-options-dev is already the newest version (1.74.0.3).
#21 1.271 libboost-program-options-dev set to manually installed.
#21 1.271 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#21 1.271 libpcsclite-dev is already the newest version (1.9.9-2).
#21 1.271 libuhd-dev is already the newest version (4.3.0.0+ds1-5).
#21 1.271 The following additional packages will be installed:
#21 1.271   libconfig++9v5 libconfig-dev libconfig9 libczmq4 libnspr4 libnspr4-dev
#21 1.271   libnss3 libnss3-dev libsoapysdr0.8 soapysdr0.7-module-lms7
#21 1.271 Suggested packages:
#21 1.271   libmbedtls-doc libsoapysdr-doc
#21 1.271 Recommended packages:
#21 1.271   libconfig-doc soapysdr0.8-module-all | soapysdr0.8-module
#21 1.332 The following NEW packages will be installed:
#21 1.332   libconfig++-dev libconfig++9v5 libconfig-dev libconfig9 libczmq-dev libczmq4
#21 1.332   libmbedtls-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libsoapysdr-dev
#21 1.333   libsoapysdr0.8 soapysdr-module-lms7 soapysdr0.7-module-lms7
#21 1.353 0 upgraded, 15 newly installed, 0 to remove and 9 not upgraded.
#21 1.353 Need to get 3,551 kB of archives.
#21 1.353 After this operation, 14.8 MB of additional disk space will be used.
#21 1.353 Get:1 http://deb.debian.org/debian bookworm/main amd64 libconfig++9v5 amd64 1.5-0.4 [40.0 kB]
#21 1.381 Get:2 http://deb.debian.org/debian bookworm/main amd64 libconfig9 amd64 1.5-0.4 [29.9 kB]
#21 1.382 Get:3 http://deb.debian.org/debian bookworm/main amd64 libconfig-dev amd64 1.5-0.4 [60.8 kB]
#21 1.387 Get:4 http://deb.debian.org/debian bookworm/main amd64 libconfig++-dev amd64 1.5-0.4 [44.1 kB]
#21 1.388 Get:5 http://deb.debian.org/debian bookworm/main amd64 libnspr4 amd64 2:4.35-1 [113 kB]
#21 1.393 Get:6 http://deb.debian.org/debian bookworm/main amd64 libnss3 amd64 2:3.87.1-1+deb12u1 [1,331 kB]
#21 1.407 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnspr4-dev amd64 2:4.35-1 [212 kB]
#21 1.408 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnss3-dev amd64 2:3.87.1-1+deb12u1 [245 kB]
#21 1.410 Get:9 http://deb.debian.org/debian bookworm/main amd64 libczmq4 amd64 4.2.1-1 [172 kB]
#21 1.412 Get:10 http://deb.debian.org/debian bookworm/main amd64 libczmq-dev amd64 4.2.1-1 [414 kB]
#21 1.420 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmbedtls-dev amd64 2.28.3-1 [685 kB]
#21 1.423 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr0.8 amd64 0.8.1-3 [108 kB]
#21 1.423 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsoapysdr-dev amd64 0.8.1-3 [33.5 kB]
#21 1.438 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr0.7-module-lms7 23.11.0.1.2147.b39c.202503162026 [55.1 kB]
#21 1.483 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ soapysdr-module-lms7 23.11.0.1.2147.b39c.202503162026 [7,568 B]
#21 1.592 debconf: delaying package configuration, since apt-utils is not installed
#21 1.633 Fetched 3,551 kB in 0s (24.0 MB/s)
#21 1.706 Selecting previously unselected package libconfig++9v5:amd64.
#21 1.706 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 122953 files and directories currently installed.)
#21 1.746 Preparing to unpack .../00-libconfig++9v5_1.5-0.4_amd64.deb ...
#21 1.779 Unpacking libconfig++9v5:amd64 (1.5-0.4) ...
#21 1.928 Selecting previously unselected package libconfig9:amd64.
#21 1.946 Preparing to unpack .../01-libconfig9_1.5-0.4_amd64.deb ...
#21 1.964 Unpacking libconfig9:amd64 (1.5-0.4) ...
#21 2.080 Selecting previously unselected package libconfig-dev:amd64.
#21 2.085 Preparing to unpack .../02-libconfig-dev_1.5-0.4_amd64.deb ...
#21 2.101 Unpacking libconfig-dev:amd64 (1.5-0.4) ...
#21 2.193 Selecting previously unselected package libconfig++-dev:amd64.
#21 2.198 Preparing to unpack .../03-libconfig++-dev_1.5-0.4_amd64.deb ...
#21 2.214 Unpacking libconfig++-dev:amd64 (1.5-0.4) ...
#21 2.339 Selecting previously unselected package libnspr4:amd64.
#21 2.347 Preparing to unpack .../04-libnspr4_2%3a4.35-1_amd64.deb ...
#21 2.364 Unpacking libnspr4:amd64 (2:4.35-1) ...
#21 2.514 Selecting previously unselected package libnss3:amd64.
#21 2.532 Preparing to unpack .../05-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.550 Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 2.694 Selecting previously unselected package libnspr4-dev.
#21 2.699 Preparing to unpack .../06-libnspr4-dev_2%3a4.35-1_amd64.deb ...
#21 2.714 Unpacking libnspr4-dev (2:4.35-1) ...
#21 2.826 Selecting previously unselected package libnss3-dev:amd64.
#21 2.834 Preparing to unpack .../07-libnss3-dev_2%3a3.87.1-1+deb12u1_amd64.deb ...
#21 2.850 Unpacking libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 3.018 Selecting previously unselected package libczmq4:amd64.
#21 3.026 Preparing to unpack .../08-libczmq4_4.2.1-1_amd64.deb ...
#21 3.042 Unpacking libczmq4:amd64 (4.2.1-1) ...
#21 3.153 Selecting previously unselected package libczmq-dev:amd64.
#21 3.158 Preparing to unpack .../09-libczmq-dev_4.2.1-1_amd64.deb ...
#21 3.173 Unpacking libczmq-dev:amd64 (4.2.1-1) ...
#21 3.289 Selecting previously unselected package libmbedtls-dev:amd64.
#21 3.297 Preparing to unpack .../10-libmbedtls-dev_2.28.3-1_amd64.deb ...
#21 3.314 Unpacking libmbedtls-dev:amd64 (2.28.3-1) ...
#21 3.467 Selecting previously unselected package libsoapysdr0.8:amd64.
#21 3.485 Preparing to unpack .../11-libsoapysdr0.8_0.8.1-3_amd64.deb ...
#21 3.502 Unpacking libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 3.613 Selecting previously unselected package libsoapysdr-dev:amd64.
#21 3.617 Preparing to unpack .../12-libsoapysdr-dev_0.8.1-3_amd64.deb ...
#21 3.633 Unpacking libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 3.721 Selecting previously unselected package soapysdr0.7-module-lms7:amd64.
#21 3.725 Preparing to unpack .../13-soapysdr0.7-module-lms7_23.11.0.1.2147.b39c.202503162026_amd64.deb ...
#21 3.741 Unpacking soapysdr0.7-module-lms7:amd64 (23.11.0.1.2147.b39c.202503162026) ...
#21 3.844 Selecting previously unselected package soapysdr-module-lms7.
#21 3.862 Preparing to unpack .../14-soapysdr-module-lms7_23.11.0.1.2147.b39c.202503162026_all.deb ...
#21 3.878 Unpacking soapysdr-module-lms7 (23.11.0.1.2147.b39c.202503162026) ...
#21 4.029 Setting up libconfig9:amd64 (1.5-0.4) ...
#21 4.078 Setting up libczmq4:amd64 (4.2.1-1) ...
#21 4.128 Setting up libconfig++9v5:amd64 (1.5-0.4) ...
#21 4.179 Setting up libmbedtls-dev:amd64 (2.28.3-1) ...
#21 4.226 Setting up libsoapysdr0.8:amd64 (0.8.1-3) ...
#21 4.272 Setting up libsoapysdr-dev:amd64 (0.8.1-3) ...
#21 4.318 Setting up libnspr4:amd64 (2:4.35-1) ...
#21 4.366 Setting up libconfig-dev:amd64 (1.5-0.4) ...
#21 4.417 Setting up soapysdr0.7-module-lms7:amd64 (23.11.0.1.2147.b39c.202503162026) ...
#21 4.469 Setting up libnspr4-dev (2:4.35-1) ...
#21 4.523 Setting up soapysdr-module-lms7 (23.11.0.1.2147.b39c.202503162026) ...
#21 4.574 Setting up libnss3:amd64 (2:3.87.1-1+deb12u1) ...
#21 4.627 Setting up libnss3-dev:amd64 (2:3.87.1-1+deb12u1) ...
#21 4.678 Setting up libconfig++-dev:amd64 (1.5-0.4) ...
#21 4.725 Setting up libczmq-dev:amd64 (4.2.1-1) ...
#21 4.773 Processing triggers for man-db (2.11.2-2) ...
#21 4.815 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#21 DONE 5.1s

#22 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#22 0.323 Hit:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#22 0.323 Hit:2 http://deb.debian.org/debian bookworm InRelease
#22 0.323 Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
#22 0.323 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
#22 0.643 Reading package lists...
#22 0.923 Reading package lists...
#22 1.171 Building dependency tree...
#22 1.223 Reading state information...
#22 1.295 The following additional packages will be installed:
#22 1.295   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.295   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data
#22 1.295   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.295   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.295   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.295   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.295   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.295   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.295   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.295   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.295   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.295   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.295   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.295   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.295   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.295   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.295   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.295   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.295   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.295   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.295   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.295   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.295   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.295   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.295   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.295   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.295   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.295   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.295   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.295   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.295   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.295   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.295   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.295   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.295   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.295   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.295   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.295   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.295   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.295   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.295   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.295   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.295   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.295   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.296 Suggested packages:
#22 1.296   gr-fosphor gr-osmosdr gqrx-sdr rtl-sdr uhd-host colord gsl-ref-psdoc
#22 1.296   | gsl-doc-pdf | gsl-doc-info | gsl-ref-html gvfs avahi-daemon jackd2
#22 1.296   fonts-mathjax-extras fonts-stix libjs-mathjax-doc opus-tools pulseaudio
#22 1.296   qgnomeplatform-qt5 qt5-image-formats-plugins libvolk2-dev libwacom-bin
#22 1.296   libxsimd-doc python-attr-doc python-jsonschema-doc python-lxml-doc libgle3
#22 1.296   python3-tk python-ply-doc subversion python3-pytest python-pyqtgraph-doc
#22 1.296   python-scipy-doc
#22 1.296 Recommended packages:
#22 1.296   librsvg2-common gvfs nautilus-extension-gnome-terminal yelp gnuradio-dev
#22 1.296   python3-matplotlib python3-networkx python3-pyqt5.qwt soapysdr-tools
#22 1.296   at-spi2-core libgtk-3-bin qttranslations5-l10n qt5-gtk-platformtheme
#22 1.296   qtwayland5 libqt5sql5-sqlite | libqt5sql5-mysql | libqt5sql5-odbc
#22 1.296   | libqt5sql5-psql | libqt5sql5-tds | libqt5sql5-ibase qt6-translations-l10n
#22 1.296   qt6-gtk-platformtheme qt6-qpa-plugins libqt6sql6-sqlite | libqt6sql6-mysql
#22 1.296   | libqt6sql6-odbc | libqt6sql6-psql | libqt6sql6-ibase python3-idna
#22 1.296   python3-json-pointer python3-rfc3987 python3-uritemplate python3-bs4
#22 1.296   python3-html5lib libglut-dev python3-pyqt5.qtopengl
#22 1.918 The following NEW packages will be installed:
#22 1.918   adwaita-icon-theme at-spi2-common castxml dconf-gsettings-backend
#22 1.918   dconf-service fonts-mathjax gnome-terminal gnome-terminal-data gnuradio
#22 1.918   gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme
#22 1.918   libad9361-0 libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatspi2.0-0 libb2-1
#22 1.918   libcaca0 libcodec2-1.0 libcolord2 libdconf1 libdouble-conversion3
#22 1.918   libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
#22 1.918   libdrm2 libegl-mesa0 libegl1 libepoxy0 libevdev2 libflac12 libfmt9 libgbm1
#22 1.918   libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglu1-mesa libglvnd0
#22 1.918   libglx-mesa0 libglx0 libgnuradio-analog3.10.5 libgnuradio-audio3.10.5
#22 1.918   libgnuradio-blocks3.10.5 libgnuradio-channels3.10.5
#22 1.918   libgnuradio-digital3.10.5 libgnuradio-dtv3.10.5 libgnuradio-fec3.10.5
#22 1.918   libgnuradio-fft3.10.5 libgnuradio-filter3.10.5 libgnuradio-iio3.10.5
#22 1.918   libgnuradio-network3.10.5 libgnuradio-pdu3.10.5 libgnuradio-pmt3.10.5
#22 1.918   libgnuradio-qtgui3.10.5 libgnuradio-runtime3.10.5 libgnuradio-soapy3.10.5
#22 1.918   libgnuradio-trellis3.10.5 libgnuradio-uhd3.10.5 libgnuradio-video-sdl3.10.5
#22 1.918   libgnuradio-vocoder3.10.5 libgnuradio-wavelet3.10.5 libgnuradio-zeromq3.10.5
#22 1.918   libgsl27 libgslcblas0 libgtk-3-0 libgtk-3-common libgudev-1.0-0 libiio0
#22 1.918   libinput-bin libinput10 libjack-jackd2-0 libjs-mathjax liblbfgsb0 libllvm15
#22 1.918   libmd4c0 libmp3lame0 libmpg123-0 libmtdev1 libogg0 libopenblas-dev
#22 1.918   libopenblas-pthread-dev libopenblas0 libopenblas0-pthread libopengl0
#22 1.918   libopus0 liborc-0.4-0 libportaudio2 libproxy1v5 libpulse0 libpython3-all-dev
#22 1.918   libqt5core5a libqt5dbus5 libqt5designer5 libqt5gui5 libqt5help5
#22 1.918   libqt5network5 libqt5opengl5 libqt5printsupport5 libqt5sql5 libqt5svg5
#22 1.918   libqt5test5 libqt5widgets5 libqt5xml5 libqt6core6 libqt6dbus6 libqt6gui6
#22 1.918   libqt6network6 libqt6opengl6 libqt6openglwidgets6 libqt6printsupport6
#22 1.918   libqt6sql6 libqt6test6 libqt6widgets6 libqt6xml6 libqwt-qt5-6 libsamplerate0
#22 1.918   libsdl1.2debian libslang2 libsndfile1 libspdlog1.10 libthrift-0.17.0 libts0
#22 1.918   libunwind8 libvolk2-bin libvolk2.5 libvorbis0a libvorbisenc2 libvte-2.91-0
#22 1.918   libvte-2.91-common libwacom-common libwacom9 libwayland-client0
#22 1.918   libwayland-cursor0 libwayland-egl1 libwayland-server0 libx11-xcb1
#22 1.918   libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0
#22 1.918   libxcb-keysyms1 libxcb-present0 libxcb-randr0 libxcb-render-util0
#22 1.918   libxcb-shape0 libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xinerama0
#22 1.918   libxcb-xinput0 libxcb-xkb1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
#22 1.918   libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxrandr2 libxshmfence1
#22 1.918   libxsimd-dev libxxf86vm1 pyqt5-dev-tools pyqt6-dev-tools python3-all
#22 1.918   python3-all-dev python3-attr python3-beniget python3-cairo
#22 1.918   python3-cffi-backend python3-click python3-click-plugins python3-colorama
#22 1.918   python3-contextlib2 python3-decorator python3-gast python3-gi-cairo
#22 1.918   python3-jsonschema python3-lxml python3-opengl python3-packaging python3-ply
#22 1.918   python3-py python3-pygccxml python3-pyqt5 python3-pyqt5.sip python3-pyqt6
#22 1.918   python3-pyqt6.sip python3-pyqtgraph python3-pyrsistent python3-pythran
#22 1.918   python3-schema python3-scipy python3-sip python3-thrift python3-zmq
#22 1.918   qt6-base-dev-tools qtbase5-dev-tools qtchooser xkb-data
#22 1.939 0 upgraded, 205 newly installed, 0 to remove and 9 not upgraded.
#22 1.939 Need to get 142 MB of archives.
#22 1.939 After this operation, 698 MB of additional disk space will be used.
#22 1.939 Get:1 http://deb.debian.org/debian bookworm/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
#22 1.944 Get:2 http://deb.debian.org/debian bookworm/main amd64 gtk-update-icon-cache amd64 3.24.38-2~deb12u3 [44.2 kB]
#22 1.949 Get:3 http://deb.debian.org/debian bookworm/main amd64 adwaita-icon-theme all 43-1 [5,124 kB]
#22 2.008 Get:4 http://deb.debian.org/debian bookworm/main amd64 at-spi2-common all 2.46.0-5 [162 kB]
#22 2.008 Get:5 http://deb.debian.org/debian bookworm/main amd64 castxml amd64 0.5.1-1 [963 kB]
#22 2.014 Get:6 http://deb.debian.org/debian bookworm/main amd64 libdconf1 amd64 0.40.0-4 [40.9 kB]
#22 2.014 Get:7 http://deb.debian.org/debian bookworm/main amd64 dconf-service amd64 0.40.0-4 [31.6 kB]
#22 2.015 Get:8 http://deb.debian.org/debian bookworm/main amd64 dconf-gsettings-backend amd64 0.40.0-4 [27.8 kB]
#22 2.015 Get:9 http://deb.debian.org/debian bookworm/main amd64 fonts-mathjax all 2.7.9+dfsg-1 [2,210 kB]
#22 2.034 Get:10 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal-data all 3.46.8-1 [949 kB]
#22 2.042 Get:11 http://deb.debian.org/debian bookworm/main amd64 gsettings-desktop-schemas all 43.0-1 [643 kB]
#22 2.050 Get:12 http://deb.debian.org/debian bookworm/main amd64 libatk1.0-0 amd64 2.46.0-5 [49.6 kB]
#22 2.050 Get:13 http://deb.debian.org/debian bookworm/main amd64 libatspi2.0-0 amd64 2.46.0-5 [75.4 kB]
#22 2.051 Get:14 http://deb.debian.org/debian bookworm/main amd64 libatk-bridge2.0-0 amd64 2.46.0-5 [64.6 kB]
#22 2.051 Get:15 http://deb.debian.org/debian bookworm/main amd64 libcolord2 amd64 1.4.6-2.2 [137 kB]
#22 2.052 Get:16 http://deb.debian.org/debian bookworm/main amd64 libepoxy0 amd64 1.5.10-1 [189 kB]
#22 2.054 Get:17 http://deb.debian.org/debian bookworm/main amd64 libwayland-client0 amd64 1.21.0-1 [28.3 kB]
#22 2.054 Get:18 http://deb.debian.org/debian bookworm/main amd64 libwayland-cursor0 amd64 1.21.0-1 [14.4 kB]
#22 2.054 Get:19 http://deb.debian.org/debian bookworm/main amd64 libwayland-egl1 amd64 1.21.0-1 [8,640 B]
#22 2.055 Get:20 http://deb.debian.org/debian bookworm/main amd64 libxcomposite1 amd64 1:0.4.5-1 [16.6 kB]
#22 2.055 Get:21 http://deb.debian.org/debian bookworm/main amd64 libxfixes3 amd64 1:6.0.0-2 [22.7 kB]
#22 2.060 Get:22 http://deb.debian.org/debian bookworm/main amd64 libxcursor1 amd64 1:1.2.1-1 [40.9 kB]
#22 2.060 Get:23 http://deb.debian.org/debian bookworm/main amd64 libxdamage1 amd64 1:1.1.6-1 [15.1 kB]
#22 2.060 Get:24 http://deb.debian.org/debian bookworm/main amd64 libxinerama1 amd64 2:1.1.4-3 [17.8 kB]
#22 2.061 Get:25 http://deb.debian.org/debian bookworm/main amd64 xkb-data all 2.35.1-1 [764 kB]
#22 2.067 Get:26 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon0 amd64 1.5.0-1 [106 kB]
#22 2.069 Get:27 http://deb.debian.org/debian bookworm/main amd64 libxrandr2 amd64 2:1.5.2-2+b1 [39.2 kB]
#22 2.070 Get:28 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-common all 3.24.38-2~deb12u3 [3,895 kB]
#22 2.105 Get:29 http://deb.debian.org/debian bookworm/main amd64 libgtk-3-0 amd64 3.24.38-2~deb12u3 [2,847 kB]
#22 2.130 Get:30 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-common amd64 0.70.6-2~deb12u1 [642 kB]
#22 2.135 Get:31 http://deb.debian.org/debian bookworm/main amd64 libvte-2.91-0 amd64 0.70.6-2~deb12u1 [799 kB]
#22 2.142 Get:32 http://deb.debian.org/debian bookworm/main amd64 gnome-terminal amd64 3.46.8-1 [230 kB]
#22 2.144 Get:33 http://deb.debian.org/debian bookworm/main amd64 libjs-mathjax all 2.7.9+dfsg-1 [5,667 kB]
#22 2.195 Get:34 http://deb.debian.org/debian bookworm/main amd64 liborc-0.4-0 amd64 1:0.4.33-2 [164 kB]
#22 2.196 Get:35 http://deb.debian.org/debian bookworm/main amd64 libvolk2.5 amd64 2.5.2-3 [301 kB]
#22 2.199 Get:36 http://deb.debian.org/debian bookworm/main amd64 libvolk2-bin amd64 2.5.2-3 [82.1 kB]
#22 2.199 Get:37 http://deb.debian.org/debian bookworm/main amd64 python3-colorama all 0.4.6-2 [36.8 kB]
#22 2.200 Get:38 http://deb.debian.org/debian bookworm/main amd64 python3-click all 8.1.3-2 [92.2 kB]
#22 2.200 Get:39 http://deb.debian.org/debian bookworm/main amd64 python3-click-plugins all 1.1.1-4 [9,852 B]
#22 2.201 Get:40 http://deb.debian.org/debian bookworm/main amd64 python3-cairo amd64 1.20.1-5+b1 [63.1 kB]
#22 2.201 Get:41 http://deb.debian.org/debian bookworm/main amd64 python3-gi-cairo amd64 3.42.2-3+b1 [11.7 kB]
#22 2.201 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3-attr all 22.2.0-1 [65.4 kB]
#22 2.202 Get:43 http://deb.debian.org/debian bookworm/main amd64 python3-pyrsistent amd64 0.18.1-1+b3 [60.0 kB]
#22 2.208 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3-jsonschema all 4.10.3-1 [67.9 kB]
#22 2.209 Get:45 http://deb.debian.org/debian bookworm/main amd64 python3-lxml amd64 4.9.2-1+b1 [1,194 kB]
#22 2.220 Get:46 http://deb.debian.org/debian bookworm/main amd64 libglvnd0 amd64 1.6.0-1 [51.8 kB]
#22 2.220 Get:47 http://deb.debian.org/debian bookworm/main amd64 libdrm-common all 2.4.114-1 [7,112 B]
#22 2.220 Get:48 http://deb.debian.org/debian bookworm/main amd64 libdrm2 amd64 2.4.114-1+b1 [37.5 kB]
#22 2.220 Get:49 http://deb.debian.org/debian bookworm/main amd64 libglapi-mesa amd64 22.3.6-1+deb12u1 [35.7 kB]
#22 2.221 Get:50 http://deb.debian.org/debian bookworm/main amd64 libx11-xcb1 amd64 2:1.8.4-2+deb12u2 [192 kB]
#22 2.222 Get:51 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri2-0 amd64 1.15-1 [107 kB]
#22 2.223 Get:52 http://deb.debian.org/debian bookworm/main amd64 libxcb-dri3-0 amd64 1.15-1 [107 kB]
#22 2.224 Get:53 http://deb.debian.org/debian bookworm/main amd64 libxcb-glx0 amd64 1.15-1 [122 kB]
#22 2.225 Get:54 http://deb.debian.org/debian bookworm/main amd64 libxcb-present0 amd64 1.15-1 [105 kB]
#22 2.228 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxcb-randr0 amd64 1.15-1 [117 kB]
#22 2.229 Get:56 http://deb.debian.org/debian bookworm/main amd64 libxcb-sync1 amd64 1.15-1 [109 kB]
#22 2.230 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxcb-xfixes0 amd64 1.15-1 [109 kB]
#22 2.231 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxshmfence1 amd64 1.3-1 [8,820 B]
#22 2.231 Get:59 http://deb.debian.org/debian bookworm/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
#22 2.231 Get:60 http://deb.debian.org/debian bookworm/main amd64 libdrm-amdgpu1 amd64 2.4.114-1+b1 [20.9 kB]
#22 2.233 Get:61 http://deb.debian.org/debian bookworm/main amd64 libdrm-intel1 amd64 2.4.114-1+b1 [64.0 kB]
#22 2.234 Get:62 http://deb.debian.org/debian bookworm/main amd64 libdrm-nouveau2 amd64 2.4.114-1+b1 [19.1 kB]
#22 2.234 Get:63 http://deb.debian.org/debian bookworm/main amd64 libdrm-radeon1 amd64 2.4.114-1+b1 [21.8 kB]
#22 2.234 Get:64 http://deb.debian.org/debian bookworm/main amd64 libllvm15 amd64 1:15.0.6-4+b1 [23.1 MB]
#22 2.444 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-dri amd64 22.3.6-1+deb12u1 [7,239 kB]
#22 2.506 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglx-mesa0 amd64 22.3.6-1+deb12u1 [147 kB]
#22 2.507 Get:67 http://deb.debian.org/debian bookworm/main amd64 libglx0 amd64 1.6.0-1 [34.4 kB]
#22 2.507 Get:68 http://deb.debian.org/debian bookworm/main amd64 libgl1 amd64 1.6.0-1 [88.4 kB]
#22 2.507 Get:69 http://deb.debian.org/debian bookworm/main amd64 libgl1-mesa-glx amd64 22.3.6-1+deb12u1 [14.5 kB]
#22 2.507 Get:70 http://deb.debian.org/debian bookworm/main amd64 libopengl0 amd64 1.6.0-1 [30.6 kB]
#22 2.507 Get:71 http://deb.debian.org/debian bookworm/main amd64 libglu1-mesa amd64 9.0.2-1.1 [178 kB]
#22 2.508 Get:72 http://deb.debian.org/debian bookworm/main amd64 python3-opengl all 3.1.6+dfsg-3 [605 kB]
#22 2.509 Get:73 http://deb.debian.org/debian bookworm/main amd64 python3-packaging all 23.0-1 [32.5 kB]
#22 2.509 Get:74 http://deb.debian.org/debian bookworm/main amd64 python3-pygccxml all 2.2.1-1 [80.3 kB]
#22 2.514 Get:75 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5.sip amd64 12.11.1-1 [56.4 kB]
#22 2.518 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdouble-conversion3 amd64 3.2.1-1 [41.5 kB]
#22 2.518 Get:77 http://deb.debian.org/debian bookworm/main amd64 libqt5core5a amd64 5.15.8+dfsg-11+deb12u2 [1,810 kB]
#22 2.535 Get:78 http://deb.debian.org/debian bookworm/main amd64 libqt5dbus5 amd64 5.15.8+dfsg-11+deb12u2 [211 kB]
#22 2.536 Get:79 http://deb.debian.org/debian bookworm/main amd64 libwayland-server0 amd64 1.21.0-1 [35.9 kB]
#22 2.536 Get:80 http://deb.debian.org/debian bookworm/main amd64 libgbm1 amd64 22.3.6-1+deb12u1 [38.0 kB]
#22 2.536 Get:81 http://deb.debian.org/debian bookworm/main amd64 libegl-mesa0 amd64 22.3.6-1+deb12u1 [114 kB]
#22 2.537 Get:82 http://deb.debian.org/debian bookworm/main amd64 libegl1 amd64 1.6.0-1 [33.7 kB]
#22 2.538 Get:83 http://deb.debian.org/debian bookworm/main amd64 libevdev2 amd64 1.13.0+dfsg-1 [34.0 kB]
#22 2.538 Get:84 http://deb.debian.org/debian bookworm/main amd64 libmtdev1 amd64 1.1.6-1 [23.0 kB]
#22 2.538 Get:85 http://deb.debian.org/debian bookworm/main amd64 libgudev-1.0-0 amd64 237-2 [15.1 kB]
#22 2.539 Get:86 http://deb.debian.org/debian bookworm/main amd64 libwacom-common all 2.6.0-1 [58.4 kB]
#22 2.541 Get:87 http://deb.debian.org/debian bookworm/main amd64 libwacom9 amd64 2.6.0-1 [21.5 kB]
#22 2.545 Get:88 http://deb.debian.org/debian bookworm/main amd64 libinput-bin amd64 1.22.1-1 [23.2 kB]
#22 2.546 Get:89 http://deb.debian.org/debian bookworm/main amd64 libinput10 amd64 1.22.1-1 [125 kB]
#22 2.547 Get:90 http://deb.debian.org/debian bookworm/main amd64 libmd4c0 amd64 0.4.8-1 [44.2 kB]
#22 2.547 Get:91 http://deb.debian.org/debian bookworm/main amd64 libqt5network5 amd64 5.15.8+dfsg-11+deb12u2 [675 kB]
#22 2.553 Get:92 http://deb.debian.org/debian bookworm/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [27.4 kB]
#22 2.554 Get:93 http://deb.debian.org/debian bookworm/main amd64 libxcb-util1 amd64 0.4.0-1+b1 [23.2 kB]
#22 2.555 Get:94 http://deb.debian.org/debian bookworm/main amd64 libxcb-image0 amd64 0.4.0-2 [22.9 kB]
#22 2.556 Get:95 http://deb.debian.org/debian bookworm/main amd64 libxcb-keysyms1 amd64 0.4.0-1+b2 [16.4 kB]
#22 2.557 Get:96 http://deb.debian.org/debian bookworm/main amd64 libxcb-render-util0 amd64 0.3.9-1+b1 [18.3 kB]
#22 2.557 Get:97 http://deb.debian.org/debian bookworm/main amd64 libxcb-shape0 amd64 1.15-1 [106 kB]
#22 2.559 Get:98 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinerama0 amd64 1.15-1 [105 kB]
#22 2.560 Get:99 http://deb.debian.org/debian bookworm/main amd64 libxcb-xinput0 amd64 1.15-1 [130 kB]
#22 2.561 Get:100 http://deb.debian.org/debian bookworm/main amd64 libxcb-xkb1 amd64 1.15-1 [129 kB]
#22 2.564 Get:101 http://deb.debian.org/debian bookworm/main amd64 libxkbcommon-x11-0 amd64 1.5.0-1 [15.6 kB]
#22 2.565 Get:102 http://deb.debian.org/debian bookworm/main amd64 libqt5gui5 amd64 5.15.8+dfsg-11+deb12u2 [3,408 kB]
#22 2.595 Get:103 http://deb.debian.org/debian bookworm/main amd64 libqt5widgets5 amd64 5.15.8+dfsg-11+deb12u2 [2,381 kB]
#22 2.615 Get:104 http://deb.debian.org/debian bookworm/main amd64 libqt5xml5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 2.616 Get:105 http://deb.debian.org/debian bookworm/main amd64 libqt5designer5 amd64 5.15.8-2 [2,748 kB]
#22 2.639 Get:106 http://deb.debian.org/debian bookworm/main amd64 libqt5sql5 amd64 5.15.8+dfsg-11+deb12u2 [122 kB]
#22 2.640 Get:107 http://deb.debian.org/debian bookworm/main amd64 libqt5help5 amd64 5.15.8-2 [149 kB]
#22 2.641 Get:108 http://deb.debian.org/debian bookworm/main amd64 libqt5printsupport5 amd64 5.15.8+dfsg-11+deb12u2 [202 kB]
#22 2.643 Get:109 http://deb.debian.org/debian bookworm/main amd64 libqt5test5 amd64 5.15.8+dfsg-11+deb12u2 [146 kB]
#22 2.644 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt5 amd64 5.15.9+dfsg-1 [2,489 kB]
#22 2.666 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6.sip amd64 13.4.1-1 [51.4 kB]
#22 2.666 Get:112 http://deb.debian.org/debian bookworm/main amd64 libb2-1 amd64 0.98.1-1.1 [40.9 kB]
#22 2.666 Get:113 http://deb.debian.org/debian bookworm/main amd64 libqt6core6 amd64 6.4.2+dfsg-10 [1,613 kB]
#22 2.680 Get:114 http://deb.debian.org/debian bookworm/main amd64 libqt6dbus6 amd64 6.4.2+dfsg-10 [248 kB]
#22 2.682 Get:115 http://deb.debian.org/debian bookworm/main amd64 libts0 amd64 1.22-1+b1 [64.6 kB]
#22 2.683 Get:116 http://deb.debian.org/debian bookworm/main amd64 libqt6gui6 amd64 6.4.2+dfsg-10 [2,854 kB]
#22 2.707 Get:117 http://deb.debian.org/debian bookworm/main amd64 libproxy1v5 amd64 0.4.18-1.2 [56.2 kB]
#22 2.707 Get:118 http://deb.debian.org/debian bookworm/main amd64 libqt6network6 amd64 6.4.2+dfsg-10 [682 kB]
#22 2.713 Get:119 http://deb.debian.org/debian bookworm/main amd64 libqt6opengl6 amd64 6.4.2+dfsg-10 [390 kB]
#22 2.717 Get:120 http://deb.debian.org/debian bookworm/main amd64 libqt6widgets6 amd64 6.4.2+dfsg-10 [2,445 kB]
#22 2.745 Get:121 http://deb.debian.org/debian bookworm/main amd64 libqt6openglwidgets6 amd64 6.4.2+dfsg-10 [43.4 kB]
#22 2.745 Get:122 http://deb.debian.org/debian bookworm/main amd64 libqt6printsupport6 amd64 6.4.2+dfsg-10 [211 kB]
#22 2.746 Get:123 http://deb.debian.org/debian bookworm/main amd64 libqt6sql6 amd64 6.4.2+dfsg-10 [133 kB]
#22 2.747 Get:124 http://deb.debian.org/debian bookworm/main amd64 libqt6test6 amd64 6.4.2+dfsg-10 [161 kB]
#22 2.747 Get:125 http://deb.debian.org/debian bookworm/main amd64 libqt6xml6 amd64 6.4.2+dfsg-10 [75.5 kB]
#22 2.747 Get:126 http://deb.debian.org/debian bookworm/main amd64 python3-pyqt6 amd64 6.4.2-1 [2,461 kB]
#22 2.775 Get:127 http://deb.debian.org/debian bookworm/main amd64 python3-decorator all 5.1.1-3 [14.9 kB]
#22 2.775 Get:128 http://deb.debian.org/debian bookworm/main amd64 libopenblas0-pthread amd64 0.3.21+ds-4 [6,709 kB]
#22 2.835 Get:129 http://deb.debian.org/debian bookworm/main amd64 libopenblas0 amd64 0.3.21+ds-4 [32.6 kB]
#22 2.835 Get:130 http://deb.debian.org/debian bookworm/main amd64 libopenblas-pthread-dev amd64 0.3.21+ds-4 [4,971 kB]
#22 2.878 Get:131 http://deb.debian.org/debian bookworm/main amd64 libopenblas-dev amd64 0.3.21+ds-4 [44.9 kB]
#22 2.878 Get:132 http://deb.debian.org/debian bookworm/main amd64 libpython3-all-dev amd64 3.11.2-1+b1 [1,068 B]
#22 2.878 Get:133 http://deb.debian.org/debian bookworm/main amd64 python3-all amd64 3.11.2-1+b1 [1,056 B]
#22 2.878 Get:134 http://deb.debian.org/debian bookworm/main amd64 python3-all-dev amd64 3.11.2-1+b1 [1,072 B]
#22 2.878 Get:135 http://deb.debian.org/debian bookworm/main amd64 libxsimd-dev amd64 8.1.0-7 [88.8 kB]
#22 2.890 Get:136 http://deb.debian.org/debian bookworm/main amd64 python3-gast all 0.5.2-2 [9,364 B]
#22 2.890 Get:137 http://deb.debian.org/debian bookworm/main amd64 python3-beniget all 0.4.1-3 [9,920 B]
#22 2.890 Get:138 http://deb.debian.org/debian bookworm/main amd64 python3-ply all 3.11-5 [65.8 kB]
#22 2.890 Get:139 http://deb.debian.org/debian bookworm/main amd64 python3-pythran amd64 0.11.0+ds-7 [427 kB]
#22 2.892 Get:140 http://deb.debian.org/debian bookworm/main amd64 liblbfgsb0 amd64 3.0+dfsg.4-1 [28.9 kB]
#22 2.896 Get:141 http://deb.debian.org/debian bookworm/main amd64 python3-scipy amd64 1.10.1-2 [15.2 MB]
#22 3.037 Get:142 http://deb.debian.org/debian bookworm/main amd64 pyqt5-dev-tools amd64 5.15.9+dfsg-1 [180 kB]
#22 3.058 Get:143 http://deb.debian.org/debian bookworm/main amd64 pyqt6-dev-tools all 6.4.2-1 [66.4 kB]
#22 3.058 Get:144 http://deb.debian.org/debian bookworm/main amd64 qtchooser amd64 66-2 [26.3 kB]
#22 3.058 Get:145 http://deb.debian.org/debian bookworm/main amd64 qtbase5-dev-tools amd64 5.15.8+dfsg-11+deb12u2 [758 kB]
#22 3.060 Get:146 http://deb.debian.org/debian bookworm/main amd64 qt6-base-dev-tools amd64 6.4.2+dfsg-10 [890 kB]
#22 3.062 Get:147 http://deb.debian.org/debian bookworm/main amd64 python3-pyqtgraph all 0.13.1-4 [617 kB]
#22 3.063 Get:148 http://deb.debian.org/debian bookworm/main amd64 python3-contextlib2 all 0.6.0.post1-3 [13.5 kB]
#22 3.063 Get:149 http://deb.debian.org/debian bookworm/main amd64 python3-schema all 0.7.5-1 [27.5 kB]
#22 3.064 Get:150 http://deb.debian.org/debian bookworm/main amd64 python3-sip amd64 4.19.25+dfsg-5+b1 [165 kB]
#22 3.064 Get:151 http://deb.debian.org/debian bookworm/main amd64 python3-thrift amd64 0.17.0-2+b2 [160 kB]
#22 3.064 Get:152 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
#22 3.069 Get:153 http://deb.debian.org/debian bookworm/main amd64 python3-py all 1.11.0-1 [89.2 kB]
#22 3.070 Get:154 http://deb.debian.org/debian bookworm/main amd64 python3-zmq amd64 24.0.1-4+b1 [263 kB]
#22 3.074 Get:155 http://deb.debian.org/debian bookworm/main amd64 libfmt9 amd64 9.1.0+ds1-2 [113 kB]
#22 3.075 Get:156 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pmt3.10.5 amd64 3.10.5.1-3 [117 kB]
#22 3.076 Get:157 http://deb.debian.org/debian bookworm/main amd64 libspdlog1.10 amd64 1:1.10.0+ds-0.4 [130 kB]
#22 3.077 Get:158 http://deb.debian.org/debian bookworm/main amd64 libthrift-0.17.0 amd64 0.17.0-2+b2 [372 kB]
#22 3.080 Get:159 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
#22 3.081 Get:160 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-runtime3.10.5 amd64 3.10.5.1-3 [562 kB]
#22 3.086 Get:161 http://deb.debian.org/debian bookworm/main amd64 libogg0 amd64 1.3.5-3 [23.4 kB]
#22 3.086 Get:162 http://deb.debian.org/debian bookworm/main amd64 libflac12 amd64 1.4.2+ds-2 [198 kB]
#22 3.088 Get:163 http://deb.debian.org/debian bookworm/main amd64 libmp3lame0 amd64 3.100-6 [365 kB]
#22 3.091 Get:164 http://deb.debian.org/debian bookworm/main amd64 libmpg123-0 amd64 1.31.2-1+deb12u1 [147 kB]
#22 3.092 Get:165 http://deb.debian.org/debian bookworm/main amd64 libopus0 amd64 1.3.1-3 [195 kB]
#22 3.093 Get:166 http://deb.debian.org/debian bookworm/main amd64 libvorbis0a amd64 1.3.7-1 [93.0 kB]
#22 3.094 Get:167 http://deb.debian.org/debian bookworm/main amd64 libvorbisenc2 amd64 1.3.7-1 [80.6 kB]
#22 3.095 Get:168 http://deb.debian.org/debian bookworm/main amd64 libsndfile1 amd64 1.2.0-1 [196 kB]
#22 3.097 Get:169 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-blocks3.10.5 amd64 3.10.5.1-3 [561 kB]
#22 3.101 Get:170 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fft3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.102 Get:171 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-analog3.10.5 amd64 3.10.5.1-3 [177 kB]
#22 3.104 Get:172 http://deb.debian.org/debian bookworm/main amd64 libsamplerate0 amd64 0.2.2-3 [952 kB]
#22 3.112 Get:173 http://deb.debian.org/debian bookworm/main amd64 libjack-jackd2-0 amd64 1.9.21~dfsg-3 [281 kB]
#22 3.116 Get:174 http://deb.debian.org/debian bookworm/main amd64 libportaudio2 amd64 19.6.0-1.2 [66.7 kB]
#22 3.117 Get:175 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-audio3.10.5 amd64 3.10.5.1-3 [158 kB]
#22 3.118 Get:176 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-filter3.10.5 amd64 3.10.5.1-3 [251 kB]
#22 3.120 Get:177 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-channels3.10.5 amd64 3.10.5.1-3 [121 kB]
#22 3.122 Get:178 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-digital3.10.5 amd64 3.10.5.1-3 [416 kB]
#22 3.125 Get:179 http://deb.debian.org/debian bookworm/main amd64 libgslcblas0 amd64 2.7.1+dfsg-5+deb12u1 [108 kB]
#22 3.126 Get:180 http://deb.debian.org/debian bookworm/main amd64 libgsl27 amd64 2.7.1+dfsg-5+deb12u1 [941 kB]
#22 3.134 Get:181 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-fec3.10.5 amd64 3.10.5.1-3 [252 kB]
#22 3.136 Get:182 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-dtv3.10.5 amd64 3.10.5.1-3 [400 kB]
#22 3.139 Get:183 http://deb.debian.org/debian bookworm/main amd64 libiio0 amd64 0.24-4 [49.6 kB]
#22 3.140 Get:184 http://deb.debian.org/debian bookworm/main amd64 libad9361-0 amd64 0.2-1 [72.1 kB]
#22 3.140 Get:185 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-iio3.10.5 amd64 3.10.5.1-3 [166 kB]
#22 3.142 Get:186 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-network3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.144 Get:187 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-pdu3.10.5 amd64 3.10.5.1-3 [172 kB]
#22 3.145 Get:188 http://deb.debian.org/debian bookworm/main amd64 libqt5opengl5 amd64 5.15.8+dfsg-11+deb12u2 [148 kB]
#22 3.146 Get:189 http://deb.debian.org/debian bookworm/main amd64 libqt5svg5 amd64 5.15.8-3 [134 kB]
#22 3.147 Get:190 http://deb.debian.org/debian bookworm/main amd64 libqwt-qt5-6 amd64 6.1.4-2 [426 kB]
#22 3.151 Get:191 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-qtgui3.10.5 amd64 3.10.5.1-3 [466 kB]
#22 3.156 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-soapy3.10.5 amd64 3.10.5.1-3 [142 kB]
#22 3.157 Get:193 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-trellis3.10.5 amd64 3.10.5.1-3 [204 kB]
#22 3.159 Get:194 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-uhd3.10.5 amd64 3.10.5.1-3 [195 kB]
#22 3.160 Get:195 http://deb.debian.org/debian bookworm/main amd64 libslang2 amd64 2.3.3-3 [554 kB]
#22 3.165 Get:196 http://deb.debian.org/debian bookworm/main amd64 libcaca0 amd64 0.99.beta20-3 [205 kB]
#22 3.167 Get:197 http://deb.debian.org/debian bookworm/main amd64 libasyncns0 amd64 0.8-6+b3 [12.9 kB]
#22 3.167 Get:198 http://deb.debian.org/debian bookworm/main amd64 libpulse0 amd64 16.1+dfsg1-2+b1 [274 kB]
#22 3.169 Get:199 http://deb.debian.org/debian bookworm/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-8 [199 kB]
#22 3.171 Get:200 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-video-sdl3.10.5 amd64 3.10.5.1-3 [102 kB]
#22 3.172 Get:201 http://deb.debian.org/debian bookworm/main amd64 libcodec2-1.0 amd64 1.0.5-1 [8,171 kB]
#22 3.245 Get:202 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-vocoder3.10.5 amd64 3.10.5.1-3 [116 kB]
#22 3.246 Get:203 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-wavelet3.10.5 amd64 3.10.5.1-3 [51.8 kB]
#22 3.246 Get:204 http://deb.debian.org/debian bookworm/main amd64 libgnuradio-zeromq3.10.5 amd64 3.10.5.1-3 [125 kB]
#22 3.247 Get:205 http://deb.debian.org/debian bookworm/main amd64 gnuradio amd64 3.10.5.1-3 [3,457 kB]
#22 3.400 debconf: delaying package configuration, since apt-utils is not installed
#22 3.448 Fetched 142 MB in 1s (105 MB/s)
#22 3.524 Selecting previously unselected package hicolor-icon-theme.
#22 3.524 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 123507 files and directories currently installed.)
#22 3.552 Preparing to unpack .../000-hicolor-icon-theme_0.17-2_all.deb ...
#22 3.568 Unpacking hicolor-icon-theme (0.17-2) ...
#22 3.692 Selecting previously unselected package gtk-update-icon-cache.
#22 3.710 Preparing to unpack .../001-gtk-update-icon-cache_3.24.38-2~deb12u3_amd64.deb ...
#22 3.727 Unpacking gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 3.888 Selecting previously unselected package adwaita-icon-theme.
#22 3.906 Preparing to unpack .../002-adwaita-icon-theme_43-1_all.deb ...
#22 3.923 Unpacking adwaita-icon-theme (43-1) ...
#22 4.349 Selecting previously unselected package at-spi2-common.
#22 4.369 Preparing to unpack .../003-at-spi2-common_2.46.0-5_all.deb ...
#22 4.385 Unpacking at-spi2-common (2.46.0-5) ...
#22 4.520 Selecting previously unselected package castxml.
#22 4.532 Preparing to unpack .../004-castxml_0.5.1-1_amd64.deb ...
#22 4.548 Unpacking castxml (0.5.1-1) ...
#22 4.705 Selecting previously unselected package libdconf1:amd64.
#22 4.710 Preparing to unpack .../005-libdconf1_0.40.0-4_amd64.deb ...
#22 4.743 Unpacking libdconf1:amd64 (0.40.0-4) ...
#22 4.866 Selecting previously unselected package dconf-service.
#22 4.885 Preparing to unpack .../006-dconf-service_0.40.0-4_amd64.deb ...
#22 4.902 Unpacking dconf-service (0.40.0-4) ...
#22 5.028 Selecting previously unselected package dconf-gsettings-backend:amd64.
#22 5.047 Preparing to unpack .../007-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
#22 5.064 Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 5.181 Selecting previously unselected package fonts-mathjax.
#22 5.186 Preparing to unpack .../008-fonts-mathjax_2.7.9+dfsg-1_all.deb ...
#22 5.202 Unpacking fonts-mathjax (2.7.9+dfsg-1) ...
#22 5.401 Selecting previously unselected package gnome-terminal-data.
#22 5.418 Preparing to unpack .../009-gnome-terminal-data_3.46.8-1_all.deb ...
#22 5.436 Unpacking gnome-terminal-data (3.46.8-1) ...
#22 5.592 Selecting previously unselected package gsettings-desktop-schemas.
#22 5.597 Preparing to unpack .../010-gsettings-desktop-schemas_43.0-1_all.deb ...
#22 5.613 Unpacking gsettings-desktop-schemas (43.0-1) ...
#22 5.780 Selecting previously unselected package libatk1.0-0:amd64.
#22 5.789 Preparing to unpack .../011-libatk1.0-0_2.46.0-5_amd64.deb ...
#22 5.806 Unpacking libatk1.0-0:amd64 (2.46.0-5) ...
#22 5.936 Selecting previously unselected package libatspi2.0-0:amd64.
#22 5.955 Preparing to unpack .../012-libatspi2.0-0_2.46.0-5_amd64.deb ...
#22 5.972 Unpacking libatspi2.0-0:amd64 (2.46.0-5) ...
#22 6.112 Selecting previously unselected package libatk-bridge2.0-0:amd64.
#22 6.122 Preparing to unpack .../013-libatk-bridge2.0-0_2.46.0-5_amd64.deb ...
#22 6.139 Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 6.255 Selecting previously unselected package libcolord2:amd64.
#22 6.261 Preparing to unpack .../014-libcolord2_1.4.6-2.2_amd64.deb ...
#22 6.277 Unpacking libcolord2:amd64 (1.4.6-2.2) ...
#22 6.416 Selecting previously unselected package libepoxy0:amd64.
#22 6.424 Preparing to unpack .../015-libepoxy0_1.5.10-1_amd64.deb ...
#22 6.441 Unpacking libepoxy0:amd64 (1.5.10-1) ...
#22 6.590 Selecting previously unselected package libwayland-client0:amd64.
#22 6.597 Preparing to unpack .../016-libwayland-client0_1.21.0-1_amd64.deb ...
#22 6.615 Unpacking libwayland-client0:amd64 (1.21.0-1) ...
#22 6.737 Selecting previously unselected package libwayland-cursor0:amd64.
#22 6.742 Preparing to unpack .../017-libwayland-cursor0_1.21.0-1_amd64.deb ...
#22 6.758 Unpacking libwayland-cursor0:amd64 (1.21.0-1) ...
#22 6.878 Selecting previously unselected package libwayland-egl1:amd64.
#22 6.886 Preparing to unpack .../018-libwayland-egl1_1.21.0-1_amd64.deb ...
#22 6.904 Unpacking libwayland-egl1:amd64 (1.21.0-1) ...
#22 7.046 Selecting previously unselected package libxcomposite1:amd64.
#22 7.054 Preparing to unpack .../019-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
#22 7.072 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
#22 7.226 Selecting previously unselected package libxfixes3:amd64.
#22 7.235 Preparing to unpack .../020-libxfixes3_1%3a6.0.0-2_amd64.deb ...
#22 7.252 Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
#22 7.394 Selecting previously unselected package libxcursor1:amd64.
#22 7.413 Preparing to unpack .../021-libxcursor1_1%3a1.2.1-1_amd64.deb ...
#22 7.431 Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
#22 7.548 Selecting previously unselected package libxdamage1:amd64.
#22 7.553 Preparing to unpack .../022-libxdamage1_1%3a1.1.6-1_amd64.deb ...
#22 7.569 Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
#22 7.702 Selecting previously unselected package libxinerama1:amd64.
#22 7.721 Preparing to unpack .../023-libxinerama1_2%3a1.1.4-3_amd64.deb ...
#22 7.738 Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
#22 7.867 Selecting previously unselected package xkb-data.
#22 7.886 Preparing to unpack .../024-xkb-data_2.35.1-1_all.deb ...
#22 7.903 Unpacking xkb-data (2.35.1-1) ...
#22 8.073 Selecting previously unselected package libxkbcommon0:amd64.
#22 8.081 Preparing to unpack .../025-libxkbcommon0_1.5.0-1_amd64.deb ...
#22 8.099 Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
#22 8.252 Selecting previously unselected package libxrandr2:amd64.
#22 8.261 Preparing to unpack .../026-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
#22 8.277 Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 8.373 Selecting previously unselected package libgtk-3-common.
#22 8.377 Preparing to unpack .../027-libgtk-3-common_3.24.38-2~deb12u3_all.deb ...
#22 8.393 Unpacking libgtk-3-common (3.24.38-2~deb12u3) ...
#22 8.723 Selecting previously unselected package libgtk-3-0:amd64.
#22 8.731 Preparing to unpack .../028-libgtk-3-0_3.24.38-2~deb12u3_amd64.deb ...
#22 8.748 Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 9.023 Selecting previously unselected package libvte-2.91-common.
#22 9.042 Preparing to unpack .../029-libvte-2.91-common_0.70.6-2~deb12u1_amd64.deb ...
#22 9.060 Unpacking libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 9.201 Selecting previously unselected package libvte-2.91-0:amd64.
#22 9.206 Preparing to unpack .../030-libvte-2.91-0_0.70.6-2~deb12u1_amd64.deb ...
#22 9.222 Unpacking libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 9.356 Selecting previously unselected package gnome-terminal.
#22 9.375 Preparing to unpack .../031-gnome-terminal_3.46.8-1_amd64.deb ...
#22 9.418 Unpacking gnome-terminal (3.46.8-1) ...
#22 9.658 Selecting previously unselected package libjs-mathjax.
#22 9.675 Preparing to unpack .../032-libjs-mathjax_2.7.9+dfsg-1_all.deb ...
#22 9.692 Unpacking libjs-mathjax (2.7.9+dfsg-1) ...
#22 10.30 Selecting previously unselected package liborc-0.4-0:amd64.
#22 10.31 Preparing to unpack .../033-liborc-0.4-0_1%3a0.4.33-2_amd64.deb ...
#22 10.33 Unpacking liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 10.48 Selecting previously unselected package libvolk2.5:amd64.
#22 10.49 Preparing to unpack .../034-libvolk2.5_2.5.2-3_amd64.deb ...
#22 10.51 Unpacking libvolk2.5:amd64 (2.5.2-3) ...
#22 10.67 Selecting previously unselected package libvolk2-bin.
#22 10.68 Preparing to unpack .../035-libvolk2-bin_2.5.2-3_amd64.deb ...
#22 10.69 Unpacking libvolk2-bin (2.5.2-3) ...
#22 10.84 Selecting previously unselected package python3-colorama.
#22 10.85 Preparing to unpack .../036-python3-colorama_0.4.6-2_all.deb ...
#22 10.87 Unpacking python3-colorama (0.4.6-2) ...
#22 11.01 Selecting previously unselected package python3-click.
#22 11.03 Preparing to unpack .../037-python3-click_8.1.3-2_all.deb ...
#22 11.05 Unpacking python3-click (8.1.3-2) ...
#22 11.20 Selecting previously unselected package python3-click-plugins.
#22 11.22 Preparing to unpack .../038-python3-click-plugins_1.1.1-4_all.deb ...
#22 11.23 Unpacking python3-click-plugins (1.1.1-4) ...
#22 11.37 Selecting previously unselected package python3-cairo:amd64.
#22 11.39 Preparing to unpack .../039-python3-cairo_1.20.1-5+b1_amd64.deb ...
#22 11.41 Unpacking python3-cairo:amd64 (1.20.1-5+b1) ...
#22 11.54 Selecting previously unselected package python3-gi-cairo.
#22 11.55 Preparing to unpack .../040-python3-gi-cairo_3.42.2-3+b1_amd64.deb ...
#22 11.57 Unpacking python3-gi-cairo (3.42.2-3+b1) ...
#22 11.71 Selecting previously unselected package python3-attr.
#22 11.72 Preparing to unpack .../041-python3-attr_22.2.0-1_all.deb ...
#22 11.74 Unpacking python3-attr (22.2.0-1) ...
#22 11.89 Selecting previously unselected package python3-pyrsistent:amd64.
#22 11.89 Preparing to unpack .../042-python3-pyrsistent_0.18.1-1+b3_amd64.deb ...
#22 11.91 Unpacking python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 12.06 Selecting previously unselected package python3-jsonschema.
#22 12.07 Preparing to unpack .../043-python3-jsonschema_4.10.3-1_all.deb ...
#22 12.09 Unpacking python3-jsonschema (4.10.3-1) ...
#22 12.23 Selecting previously unselected package python3-lxml:amd64.
#22 12.25 Preparing to unpack .../044-python3-lxml_4.9.2-1+b1_amd64.deb ...
#22 12.26 Unpacking python3-lxml:amd64 (4.9.2-1+b1) ...
#22 12.45 Selecting previously unselected package libglvnd0:amd64.
#22 12.47 Preparing to unpack .../045-libglvnd0_1.6.0-1_amd64.deb ...
#22 12.49 Unpacking libglvnd0:amd64 (1.6.0-1) ...
#22 12.61 Selecting previously unselected package libdrm-common.
#22 12.63 Preparing to unpack .../046-libdrm-common_2.4.114-1_all.deb ...
#22 12.64 Unpacking libdrm-common (2.4.114-1) ...
#22 12.79 Selecting previously unselected package libdrm2:amd64.
#22 12.80 Preparing to unpack .../047-libdrm2_2.4.114-1+b1_amd64.deb ...
#22 12.82 Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
#22 12.96 Selecting previously unselected package libglapi-mesa:amd64.
#22 12.98 Preparing to unpack .../048-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
#22 13.00 Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 13.13 Selecting previously unselected package libx11-xcb1:amd64.
#22 13.15 Preparing to unpack .../049-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
#22 13.17 Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 13.32 Selecting previously unselected package libxcb-dri2-0:amd64.
#22 13.33 Preparing to unpack .../050-libxcb-dri2-0_1.15-1_amd64.deb ...
#22 13.35 Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
#22 13.51 Selecting previously unselected package libxcb-dri3-0:amd64.
#22 13.52 Preparing to unpack .../051-libxcb-dri3-0_1.15-1_amd64.deb ...
#22 13.53 Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
#22 13.69 Selecting previously unselected package libxcb-glx0:amd64.
#22 13.71 Preparing to unpack .../052-libxcb-glx0_1.15-1_amd64.deb ...
#22 13.73 Unpacking libxcb-glx0:amd64 (1.15-1) ...
#22 13.88 Selecting previously unselected package libxcb-present0:amd64.
#22 13.89 Preparing to unpack .../053-libxcb-present0_1.15-1_amd64.deb ...
#22 13.91 Unpacking libxcb-present0:amd64 (1.15-1) ...
#22 14.06 Selecting previously unselected package libxcb-randr0:amd64.
#22 14.07 Preparing to unpack .../054-libxcb-randr0_1.15-1_amd64.deb ...
#22 14.09 Unpacking libxcb-randr0:amd64 (1.15-1) ...
#22 14.23 Selecting previously unselected package libxcb-sync1:amd64.
#22 14.25 Preparing to unpack .../055-libxcb-sync1_1.15-1_amd64.deb ...
#22 14.27 Unpacking libxcb-sync1:amd64 (1.15-1) ...
#22 14.42 Selecting previously unselected package libxcb-xfixes0:amd64.
#22 14.43 Preparing to unpack .../056-libxcb-xfixes0_1.15-1_amd64.deb ...
#22 14.44 Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
#22 14.60 Selecting previously unselected package libxshmfence1:amd64.
#22 14.61 Preparing to unpack .../057-libxshmfence1_1.3-1_amd64.deb ...
#22 14.62 Unpacking libxshmfence1:amd64 (1.3-1) ...
#22 14.76 Selecting previously unselected package libxxf86vm1:amd64.
#22 14.78 Preparing to unpack .../058-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
#22 14.80 Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 14.92 Selecting previously unselected package libdrm-amdgpu1:amd64.
#22 14.93 Preparing to unpack .../059-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
#22 14.95 Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 15.10 Selecting previously unselected package libdrm-intel1:amd64.
#22 15.10 Preparing to unpack .../060-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
#22 15.12 Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 15.27 Selecting previously unselected package libdrm-nouveau2:amd64.
#22 15.28 Preparing to unpack .../061-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
#22 15.30 Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 15.44 Selecting previously unselected package libdrm-radeon1:amd64.
#22 15.45 Preparing to unpack .../062-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
#22 15.47 Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 15.60 Selecting previously unselected package libllvm15:amd64.
#22 15.62 Preparing to unpack .../063-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
#22 15.64 Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 16.20 Selecting previously unselected package libgl1-mesa-dri:amd64.
#22 16.21 Preparing to unpack .../064-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
#22 16.24 Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 16.68 Selecting previously unselected package libglx-mesa0:amd64.
#22 16.70 Preparing to unpack .../065-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 16.72 Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 16.87 Selecting previously unselected package libglx0:amd64.
#22 16.88 Preparing to unpack .../066-libglx0_1.6.0-1_amd64.deb ...
#22 16.90 Unpacking libglx0:amd64 (1.6.0-1) ...
#22 17.05 Selecting previously unselected package libgl1:amd64.
#22 17.06 Preparing to unpack .../067-libgl1_1.6.0-1_amd64.deb ...
#22 17.07 Unpacking libgl1:amd64 (1.6.0-1) ...
#22 17.20 Selecting previously unselected package libgl1-mesa-glx:amd64.
#22 17.22 Preparing to unpack .../068-libgl1-mesa-glx_22.3.6-1+deb12u1_amd64.deb ...
#22 17.23 Unpacking libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 17.39 Selecting previously unselected package libopengl0:amd64.
#22 17.41 Preparing to unpack .../069-libopengl0_1.6.0-1_amd64.deb ...
#22 17.43 Unpacking libopengl0:amd64 (1.6.0-1) ...
#22 17.57 Selecting previously unselected package libglu1-mesa:amd64.
#22 17.58 Preparing to unpack .../070-libglu1-mesa_9.0.2-1.1_amd64.deb ...
#22 17.60 Unpacking libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 17.75 Selecting previously unselected package python3-opengl.
#22 17.76 Preparing to unpack .../071-python3-opengl_3.1.6+dfsg-3_all.deb ...
#22 17.77 Unpacking python3-opengl (3.1.6+dfsg-3) ...
#22 18.03 Selecting previously unselected package python3-packaging.
#22 18.05 Preparing to unpack .../072-python3-packaging_23.0-1_all.deb ...
#22 18.07 Unpacking python3-packaging (23.0-1) ...
#22 18.22 Selecting previously unselected package python3-pygccxml.
#22 18.22 Preparing to unpack .../073-python3-pygccxml_2.2.1-1_all.deb ...
#22 18.24 Unpacking python3-pygccxml (2.2.1-1) ...
#22 18.37 Selecting previously unselected package python3-pyqt5.sip.
#22 18.39 Preparing to unpack .../074-python3-pyqt5.sip_12.11.1-1_amd64.deb ...
#22 18.41 Unpacking python3-pyqt5.sip (12.11.1-1) ...
#22 18.56 Selecting previously unselected package libdouble-conversion3:amd64.
#22 18.57 Preparing to unpack .../075-libdouble-conversion3_3.2.1-1_amd64.deb ...
#22 18.58 Unpacking libdouble-conversion3:amd64 (3.2.1-1) ...
#22 18.77 Selecting previously unselected package libqt5core5a:amd64.
#22 18.78 Preparing to unpack .../076-libqt5core5a_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 18.81 Unpacking libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 19.03 Selecting previously unselected package libqt5dbus5:amd64.
#22 19.04 Preparing to unpack .../077-libqt5dbus5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 19.05 Unpacking libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 19.21 Selecting previously unselected package libwayland-server0:amd64.
#22 19.22 Preparing to unpack .../078-libwayland-server0_1.21.0-1_amd64.deb ...
#22 19.24 Unpacking libwayland-server0:amd64 (1.21.0-1) ...
#22 19.39 Selecting previously unselected package libgbm1:amd64.
#22 19.40 Preparing to unpack .../079-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
#22 19.42 Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 19.57 Selecting previously unselected package libegl-mesa0:amd64.
#22 19.59 Preparing to unpack .../080-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
#22 19.61 Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 19.83 Selecting previously unselected package libegl1:amd64.
#22 19.83 Preparing to unpack .../081-libegl1_1.6.0-1_amd64.deb ...
#22 19.85 Unpacking libegl1:amd64 (1.6.0-1) ...
#22 20.01 Selecting previously unselected package libevdev2:amd64.
#22 20.02 Preparing to unpack .../082-libevdev2_1.13.0+dfsg-1_amd64.deb ...
#22 20.03 Unpacking libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 20.19 Selecting previously unselected package libmtdev1:amd64.
#22 20.21 Preparing to unpack .../083-libmtdev1_1.1.6-1_amd64.deb ...
#22 20.22 Unpacking libmtdev1:amd64 (1.1.6-1) ...
#22 20.41 Selecting previously unselected package libgudev-1.0-0:amd64.
#22 20.42 Preparing to unpack .../084-libgudev-1.0-0_237-2_amd64.deb ...
#22 20.43 Unpacking libgudev-1.0-0:amd64 (237-2) ...
#22 20.57 Selecting previously unselected package libwacom-common.
#22 20.59 Preparing to unpack .../085-libwacom-common_2.6.0-1_all.deb ...
#22 20.61 Unpacking libwacom-common (2.6.0-1) ...
#22 20.79 Selecting previously unselected package libwacom9:amd64.
#22 20.81 Preparing to unpack .../086-libwacom9_2.6.0-1_amd64.deb ...
#22 20.84 Unpacking libwacom9:amd64 (2.6.0-1) ...
#22 20.97 Selecting previously unselected package libinput-bin.
#22 20.99 Preparing to unpack .../087-libinput-bin_1.22.1-1_amd64.deb ...
#22 21.01 Unpacking libinput-bin (1.22.1-1) ...
#22 21.17 Selecting previously unselected package libinput10:amd64.
#22 21.18 Preparing to unpack .../088-libinput10_1.22.1-1_amd64.deb ...
#22 21.20 Unpacking libinput10:amd64 (1.22.1-1) ...
#22 21.36 Selecting previously unselected package libmd4c0:amd64.
#22 21.37 Preparing to unpack .../089-libmd4c0_0.4.8-1_amd64.deb ...
#22 21.39 Unpacking libmd4c0:amd64 (0.4.8-1) ...
#22 21.57 Selecting previously unselected package libqt5network5:amd64.
#22 21.58 Preparing to unpack .../090-libqt5network5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 21.60 Unpacking libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 21.78 Selecting previously unselected package libxcb-icccm4:amd64.
#22 21.80 Preparing to unpack .../091-libxcb-icccm4_0.4.1-1.1_amd64.deb ...
#22 21.82 Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 21.98 Selecting previously unselected package libxcb-util1:amd64.
#22 21.99 Preparing to unpack .../092-libxcb-util1_0.4.0-1+b1_amd64.deb ...
#22 22.02 Unpacking libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 22.17 Selecting previously unselected package libxcb-image0:amd64.
#22 22.18 Preparing to unpack .../093-libxcb-image0_0.4.0-2_amd64.deb ...
#22 22.20 Unpacking libxcb-image0:amd64 (0.4.0-2) ...
#22 22.34 Selecting previously unselected package libxcb-keysyms1:amd64.
#22 22.36 Preparing to unpack .../094-libxcb-keysyms1_0.4.0-1+b2_amd64.deb ...
#22 22.38 Unpacking libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 22.54 Selecting previously unselected package libxcb-render-util0:amd64.
#22 22.55 Preparing to unpack .../095-libxcb-render-util0_0.3.9-1+b1_amd64.deb ...
#22 22.57 Unpacking libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 22.73 Selecting previously unselected package libxcb-shape0:amd64.
#22 22.73 Preparing to unpack .../096-libxcb-shape0_1.15-1_amd64.deb ...
#22 22.75 Unpacking libxcb-shape0:amd64 (1.15-1) ...
#22 22.90 Selecting previously unselected package libxcb-xinerama0:amd64.
#22 22.92 Preparing to unpack .../097-libxcb-xinerama0_1.15-1_amd64.deb ...
#22 22.94 Unpacking libxcb-xinerama0:amd64 (1.15-1) ...
#22 23.10 Selecting previously unselected package libxcb-xinput0:amd64.
#22 23.10 Preparing to unpack .../098-libxcb-xinput0_1.15-1_amd64.deb ...
#22 23.12 Unpacking libxcb-xinput0:amd64 (1.15-1) ...
#22 23.27 Selecting previously unselected package libxcb-xkb1:amd64.
#22 23.29 Preparing to unpack .../099-libxcb-xkb1_1.15-1_amd64.deb ...
#22 23.32 Unpacking libxcb-xkb1:amd64 (1.15-1) ...
#22 23.48 Selecting previously unselected package libxkbcommon-x11-0:amd64.
#22 23.50 Preparing to unpack .../100-libxkbcommon-x11-0_1.5.0-1_amd64.deb ...
#22 23.51 Unpacking libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 23.72 Selecting previously unselected package libqt5gui5:amd64.
#22 23.73 Preparing to unpack .../101-libqt5gui5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 23.77 Unpacking libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.08 Selecting previously unselected package libqt5widgets5:amd64.
#22 24.09 Preparing to unpack .../102-libqt5widgets5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 24.11 Unpacking libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.36 Selecting previously unselected package libqt5xml5:amd64.
#22 24.37 Preparing to unpack .../103-libqt5xml5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 24.38 Unpacking libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.55 Selecting previously unselected package libqt5designer5:amd64.
#22 24.56 Preparing to unpack .../104-libqt5designer5_5.15.8-2_amd64.deb ...
#22 24.57 Unpacking libqt5designer5:amd64 (5.15.8-2) ...
#22 24.80 Selecting previously unselected package libqt5sql5:amd64.
#22 24.81 Preparing to unpack .../105-libqt5sql5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 24.82 Unpacking libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 24.99 Selecting previously unselected package libqt5help5:amd64.
#22 24.99 Preparing to unpack .../106-libqt5help5_5.15.8-2_amd64.deb ...
#22 25.01 Unpacking libqt5help5:amd64 (5.15.8-2) ...
#22 25.16 Selecting previously unselected package libqt5printsupport5:amd64.
#22 25.18 Preparing to unpack .../107-libqt5printsupport5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 25.20 Unpacking libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 25.36 Selecting previously unselected package libqt5test5:amd64.
#22 25.38 Preparing to unpack .../108-libqt5test5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 25.40 Unpacking libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 25.54 Selecting previously unselected package python3-pyqt5.
#22 25.56 Preparing to unpack .../109-python3-pyqt5_5.15.9+dfsg-1_amd64.deb ...
#22 25.58 Unpacking python3-pyqt5 (5.15.9+dfsg-1) ...
#22 25.82 Selecting previously unselected package python3-pyqt6.sip.
#22 25.83 Preparing to unpack .../110-python3-pyqt6.sip_13.4.1-1_amd64.deb ...
#22 25.85 Unpacking python3-pyqt6.sip (13.4.1-1) ...
#22 25.99 Selecting previously unselected package libb2-1:amd64.
#22 26.01 Preparing to unpack .../111-libb2-1_0.98.1-1.1_amd64.deb ...
#22 26.03 Unpacking libb2-1:amd64 (0.98.1-1.1) ...
#22 26.18 Selecting previously unselected package libqt6core6:amd64.
#22 26.19 Preparing to unpack .../112-libqt6core6_6.4.2+dfsg-10_amd64.deb ...
#22 26.21 Unpacking libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 26.43 Selecting previously unselected package libqt6dbus6:amd64.
#22 26.45 Preparing to unpack .../113-libqt6dbus6_6.4.2+dfsg-10_amd64.deb ...
#22 26.46 Unpacking libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 26.63 Selecting previously unselected package libts0:amd64.
#22 26.64 Preparing to unpack .../114-libts0_1.22-1+b1_amd64.deb ...
#22 26.66 Unpacking libts0:amd64 (1.22-1+b1) ...
#22 26.82 Selecting previously unselected package libqt6gui6:amd64.
#22 26.84 Preparing to unpack .../115-libqt6gui6_6.4.2+dfsg-10_amd64.deb ...
#22 26.86 Unpacking libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 27.13 Selecting previously unselected package libproxy1v5:amd64.
#22 27.14 Preparing to unpack .../116-libproxy1v5_0.4.18-1.2_amd64.deb ...
#22 27.16 Unpacking libproxy1v5:amd64 (0.4.18-1.2) ...
#22 27.31 Selecting previously unselected package libqt6network6:amd64.
#22 27.33 Preparing to unpack .../117-libqt6network6_6.4.2+dfsg-10_amd64.deb ...
#22 27.35 Unpacking libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 27.52 Selecting previously unselected package libqt6opengl6:amd64.
#22 27.54 Preparing to unpack .../118-libqt6opengl6_6.4.2+dfsg-10_amd64.deb ...
#22 27.56 Unpacking libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 27.73 Selecting previously unselected package libqt6widgets6:amd64.
#22 27.74 Preparing to unpack .../119-libqt6widgets6_6.4.2+dfsg-10_amd64.deb ...
#22 27.75 Unpacking libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 28.02 Selecting previously unselected package libqt6openglwidgets6:amd64.
#22 28.04 Preparing to unpack .../120-libqt6openglwidgets6_6.4.2+dfsg-10_amd64.deb ...
#22 28.06 Unpacking libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 28.22 Selecting previously unselected package libqt6printsupport6:amd64.
#22 28.24 Preparing to unpack .../121-libqt6printsupport6_6.4.2+dfsg-10_amd64.deb ...
#22 28.26 Unpacking libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 28.42 Selecting previously unselected package libqt6sql6:amd64.
#22 28.44 Preparing to unpack .../122-libqt6sql6_6.4.2+dfsg-10_amd64.deb ...
#22 28.46 Unpacking libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 28.62 Selecting previously unselected package libqt6test6:amd64.
#22 28.64 Preparing to unpack .../123-libqt6test6_6.4.2+dfsg-10_amd64.deb ...
#22 28.65 Unpacking libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 28.82 Selecting previously unselected package libqt6xml6:amd64.
#22 28.84 Preparing to unpack .../124-libqt6xml6_6.4.2+dfsg-10_amd64.deb ...
#22 28.86 Unpacking libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 28.99 Selecting previously unselected package python3-pyqt6.
#22 29.01 Preparing to unpack .../125-python3-pyqt6_6.4.2-1_amd64.deb ...
#22 29.03 Unpacking python3-pyqt6 (6.4.2-1) ...
#22 29.29 Selecting previously unselected package python3-decorator.
#22 29.30 Preparing to unpack .../126-python3-decorator_5.1.1-3_all.deb ...
#22 29.31 Unpacking python3-decorator (5.1.1-3) ...
#22 29.48 Selecting previously unselected package libopenblas0-pthread:amd64.
#22 29.49 Preparing to unpack .../127-libopenblas0-pthread_0.3.21+ds-4_amd64.deb ...
#22 29.50 Unpacking libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 29.82 Selecting previously unselected package libopenblas0:amd64.
#22 29.82 Preparing to unpack .../128-libopenblas0_0.3.21+ds-4_amd64.deb ...
#22 29.84 Unpacking libopenblas0:amd64 (0.3.21+ds-4) ...
#22 29.99 Selecting previously unselected package libopenblas-pthread-dev:amd64.
#22 30.00 Preparing to unpack .../129-libopenblas-pthread-dev_0.3.21+ds-4_amd64.deb ...
#22 30.02 Unpacking libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 30.25 Selecting previously unselected package libopenblas-dev:amd64.
#22 30.26 Preparing to unpack .../130-libopenblas-dev_0.3.21+ds-4_amd64.deb ...
#22 30.28 Unpacking libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 30.40 Selecting previously unselected package libpython3-all-dev:amd64.
#22 30.42 Preparing to unpack .../131-libpython3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 30.44 Unpacking libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 30.56 Selecting previously unselected package python3-all.
#22 30.58 Preparing to unpack .../132-python3-all_3.11.2-1+b1_amd64.deb ...
#22 30.60 Unpacking python3-all (3.11.2-1+b1) ...
#22 30.72 Selecting previously unselected package python3-all-dev.
#22 30.74 Preparing to unpack .../133-python3-all-dev_3.11.2-1+b1_amd64.deb ...
#22 30.76 Unpacking python3-all-dev (3.11.2-1+b1) ...
#22 30.88 Selecting previously unselected package libxsimd-dev:amd64.
#22 30.90 Preparing to unpack .../134-libxsimd-dev_8.1.0-7_amd64.deb ...
#22 30.92 Unpacking libxsimd-dev:amd64 (8.1.0-7) ...
#22 31.06 Selecting previously unselected package python3-gast.
#22 31.08 Preparing to unpack .../135-python3-gast_0.5.2-2_all.deb ...
#22 31.10 Unpacking python3-gast (0.5.2-2) ...
#22 31.25 Selecting previously unselected package python3-beniget.
#22 31.25 Preparing to unpack .../136-python3-beniget_0.4.1-3_all.deb ...
#22 31.27 Unpacking python3-beniget (0.4.1-3) ...
#22 31.42 Selecting previously unselected package python3-ply.
#22 31.42 Preparing to unpack .../137-python3-ply_3.11-5_all.deb ...
#22 31.44 Unpacking python3-ply (3.11-5) ...
#22 31.60 Selecting previously unselected package python3-pythran.
#22 31.62 Preparing to unpack .../138-python3-pythran_0.11.0+ds-7_amd64.deb ...
#22 31.64 Unpacking python3-pythran (0.11.0+ds-7) ...
#22 31.87 Selecting previously unselected package liblbfgsb0:amd64.
#22 31.87 Preparing to unpack .../139-liblbfgsb0_3.0+dfsg.4-1_amd64.deb ...
#22 31.89 Unpacking liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 32.05 Selecting previously unselected package python3-scipy.
#22 32.07 Preparing to unpack .../140-python3-scipy_1.10.1-2_amd64.deb ...
#22 32.09 Unpacking python3-scipy (1.10.1-2) ...
#22 32.54 Selecting previously unselected package pyqt5-dev-tools.
#22 32.56 Preparing to unpack .../141-pyqt5-dev-tools_5.15.9+dfsg-1_amd64.deb ...
#22 32.58 Unpacking pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 32.73 Selecting previously unselected package pyqt6-dev-tools.
#22 32.74 Preparing to unpack .../142-pyqt6-dev-tools_6.4.2-1_all.deb ...
#22 32.76 Unpacking pyqt6-dev-tools (6.4.2-1) ...
#22 32.89 Selecting previously unselected package qtchooser.
#22 32.91 Preparing to unpack .../143-qtchooser_66-2_amd64.deb ...
#22 32.93 Unpacking qtchooser (66-2) ...
#22 33.08 Selecting previously unselected package qtbase5-dev-tools.
#22 33.10 Preparing to unpack .../144-qtbase5-dev-tools_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 33.11 Unpacking qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 33.26 Selecting previously unselected package qt6-base-dev-tools.
#22 33.27 Preparing to unpack .../145-qt6-base-dev-tools_6.4.2+dfsg-10_amd64.deb ...
#22 33.29 Unpacking qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 33.46 Selecting previously unselected package python3-pyqtgraph.
#22 33.48 Preparing to unpack .../146-python3-pyqtgraph_0.13.1-4_all.deb ...
#22 33.50 Unpacking python3-pyqtgraph (0.13.1-4) ...
#22 33.66 Selecting previously unselected package python3-contextlib2.
#22 33.68 Preparing to unpack .../147-python3-contextlib2_0.6.0.post1-3_all.deb ...
#22 33.69 Unpacking python3-contextlib2 (0.6.0.post1-3) ...
#22 33.84 Selecting previously unselected package python3-schema.
#22 33.86 Preparing to unpack .../148-python3-schema_0.7.5-1_all.deb ...
#22 33.88 Unpacking python3-schema (0.7.5-1) ...
#22 34.02 Selecting previously unselected package python3-sip.
#22 34.04 Preparing to unpack .../149-python3-sip_4.19.25+dfsg-5+b1_amd64.deb ...
#22 34.06 Unpacking python3-sip (4.19.25+dfsg-5+b1) ...
#22 34.20 Selecting previously unselected package python3-thrift.
#22 34.22 Preparing to unpack .../150-python3-thrift_0.17.0-2+b2_amd64.deb ...
#22 34.23 Unpacking python3-thrift (0.17.0-2+b2) ...
#22 34.36 Selecting previously unselected package python3-cffi-backend:amd64.
#22 34.38 Preparing to unpack .../151-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
#22 34.40 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 34.55 Selecting previously unselected package python3-py.
#22 34.57 Preparing to unpack .../152-python3-py_1.11.0-1_all.deb ...
#22 34.58 Unpacking python3-py (1.11.0-1) ...
#22 34.74 Selecting previously unselected package python3-zmq.
#22 34.75 Preparing to unpack .../153-python3-zmq_24.0.1-4+b1_amd64.deb ...
#22 34.77 Unpacking python3-zmq (24.0.1-4+b1) ...
#22 34.92 Selecting previously unselected package libfmt9:amd64.
#22 34.94 Preparing to unpack .../154-libfmt9_9.1.0+ds1-2_amd64.deb ...
#22 34.96 Unpacking libfmt9:amd64 (9.1.0+ds1-2) ...
#22 35.10 Selecting previously unselected package libgnuradio-pmt3.10.5:amd64.
#22 35.12 Preparing to unpack .../155-libgnuradio-pmt3.10.5_3.10.5.1-3_amd64.deb ...
#22 35.13 Unpacking libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 35.28 Selecting previously unselected package libspdlog1.10:amd64.
#22 35.29 Preparing to unpack .../156-libspdlog1.10_1%3a1.10.0+ds-0.4_amd64.deb ...
#22 35.31 Unpacking libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 35.46 Selecting previously unselected package libthrift-0.17.0:amd64.
#22 35.47 Preparing to unpack .../157-libthrift-0.17.0_0.17.0-2+b2_amd64.deb ...
#22 35.48 Unpacking libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 35.64 Selecting previously unselected package libunwind8:amd64.
#22 35.66 Preparing to unpack .../158-libunwind8_1.6.2-3_amd64.deb ...
#22 35.68 Unpacking libunwind8:amd64 (1.6.2-3) ...
#22 35.82 Selecting previously unselected package libgnuradio-runtime3.10.5:amd64.
#22 35.84 Preparing to unpack .../159-libgnuradio-runtime3.10.5_3.10.5.1-3_amd64.deb ...
#22 35.85 Unpacking libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 36.02 Selecting previously unselected package libogg0:amd64.
#22 36.04 Preparing to unpack .../160-libogg0_1.3.5-3_amd64.deb ...
#22 36.05 Unpacking libogg0:amd64 (1.3.5-3) ...
#22 36.19 Selecting previously unselected package libflac12:amd64.
#22 36.20 Preparing to unpack .../161-libflac12_1.4.2+ds-2_amd64.deb ...
#22 36.22 Unpacking libflac12:amd64 (1.4.2+ds-2) ...
#22 36.38 Selecting previously unselected package libmp3lame0:amd64.
#22 36.40 Preparing to unpack .../162-libmp3lame0_3.100-6_amd64.deb ...
#22 36.42 Unpacking libmp3lame0:amd64 (3.100-6) ...
#22 36.58 Selecting previously unselected package libmpg123-0:amd64.
#22 36.58 Preparing to unpack .../163-libmpg123-0_1.31.2-1+deb12u1_amd64.deb ...
#22 36.60 Unpacking libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 36.76 Selecting previously unselected package libopus0:amd64.
#22 36.77 Preparing to unpack .../164-libopus0_1.3.1-3_amd64.deb ...
#22 36.83 Unpacking libopus0:amd64 (1.3.1-3) ...
#22 36.99 Selecting previously unselected package libvorbis0a:amd64.
#22 37.00 Preparing to unpack .../165-libvorbis0a_1.3.7-1_amd64.deb ...
#22 37.02 Unpacking libvorbis0a:amd64 (1.3.7-1) ...
#22 37.18 Selecting previously unselected package libvorbisenc2:amd64.
#22 37.20 Preparing to unpack .../166-libvorbisenc2_1.3.7-1_amd64.deb ...
#22 37.22 Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
#22 37.37 Selecting previously unselected package libsndfile1:amd64.
#22 37.38 Preparing to unpack .../167-libsndfile1_1.2.0-1_amd64.deb ...
#22 37.40 Unpacking libsndfile1:amd64 (1.2.0-1) ...
#22 37.55 Selecting previously unselected package libgnuradio-blocks3.10.5:amd64.
#22 37.56 Preparing to unpack .../168-libgnuradio-blocks3.10.5_3.10.5.1-3_amd64.deb ...
#22 37.58 Unpacking libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 37.73 Selecting previously unselected package libgnuradio-fft3.10.5:amd64.
#22 37.75 Preparing to unpack .../169-libgnuradio-fft3.10.5_3.10.5.1-3_amd64.deb ...
#22 37.76 Unpacking libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 37.92 Selecting previously unselected package libgnuradio-analog3.10.5:amd64.
#22 37.92 Preparing to unpack .../170-libgnuradio-analog3.10.5_3.10.5.1-3_amd64.deb ...
#22 37.94 Unpacking libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 38.10 Selecting previously unselected package libsamplerate0:amd64.
#22 38.11 Preparing to unpack .../171-libsamplerate0_0.2.2-3_amd64.deb ...
#22 38.13 Unpacking libsamplerate0:amd64 (0.2.2-3) ...
#22 38.32 Selecting previously unselected package libjack-jackd2-0:amd64.
#22 38.33 Preparing to unpack .../172-libjack-jackd2-0_1.9.21~dfsg-3_amd64.deb ...
#22 38.35 Unpacking libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 38.50 Selecting previously unselected package libportaudio2:amd64.
#22 38.51 Preparing to unpack .../173-libportaudio2_19.6.0-1.2_amd64.deb ...
#22 38.53 Unpacking libportaudio2:amd64 (19.6.0-1.2) ...
#22 38.67 Selecting previously unselected package libgnuradio-audio3.10.5:amd64.
#22 38.68 Preparing to unpack .../174-libgnuradio-audio3.10.5_3.10.5.1-3_amd64.deb ...
#22 38.70 Unpacking libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 38.85 Selecting previously unselected package libgnuradio-filter3.10.5:amd64.
#22 38.87 Preparing to unpack .../175-libgnuradio-filter3.10.5_3.10.5.1-3_amd64.deb ...
#22 38.89 Unpacking libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 39.04 Selecting previously unselected package libgnuradio-channels3.10.5:amd64.
#22 39.06 Preparing to unpack .../176-libgnuradio-channels3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.08 Unpacking libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 39.23 Selecting previously unselected package libgnuradio-digital3.10.5:amd64.
#22 39.25 Preparing to unpack .../177-libgnuradio-digital3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.26 Unpacking libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 39.43 Selecting previously unselected package libgslcblas0:amd64.
#22 39.44 Preparing to unpack .../178-libgslcblas0_2.7.1+dfsg-5+deb12u1_amd64.deb ...
#22 39.46 Unpacking libgslcblas0:amd64 (2.7.1+dfsg-5+deb12u1) ...
#22 39.61 Selecting previously unselected package libgsl27:amd64.
#22 39.63 Preparing to unpack .../179-libgsl27_2.7.1+dfsg-5+deb12u1_amd64.deb ...
#22 39.65 Unpacking libgsl27:amd64 (2.7.1+dfsg-5+deb12u1) ...
#22 39.83 Selecting previously unselected package libgnuradio-fec3.10.5:amd64.
#22 39.84 Preparing to unpack .../180-libgnuradio-fec3.10.5_3.10.5.1-3_amd64.deb ...
#22 39.85 Unpacking libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 40.00 Selecting previously unselected package libgnuradio-dtv3.10.5:amd64.
#22 40.02 Preparing to unpack .../181-libgnuradio-dtv3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.04 Unpacking libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 40.20 Selecting previously unselected package libiio0:amd64.
#22 40.22 Preparing to unpack .../182-libiio0_0.24-4_amd64.deb ...
#22 40.23 Unpacking libiio0:amd64 (0.24-4) ...
#22 40.38 Selecting previously unselected package libad9361-0:amd64.
#22 40.40 Preparing to unpack .../183-libad9361-0_0.2-1_amd64.deb ...
#22 40.42 Unpacking libad9361-0:amd64 (0.2-1) ...
#22 40.57 Selecting previously unselected package libgnuradio-iio3.10.5:amd64.
#22 40.57 Preparing to unpack .../184-libgnuradio-iio3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.59 Unpacking libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 40.77 Selecting previously unselected package libgnuradio-network3.10.5:amd64.
#22 40.78 Preparing to unpack .../185-libgnuradio-network3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.79 Unpacking libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 40.94 Selecting previously unselected package libgnuradio-pdu3.10.5:amd64.
#22 40.95 Preparing to unpack .../186-libgnuradio-pdu3.10.5_3.10.5.1-3_amd64.deb ...
#22 40.97 Unpacking libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 41.13 Selecting previously unselected package libqt5opengl5:amd64.
#22 41.14 Preparing to unpack .../187-libqt5opengl5_5.15.8+dfsg-11+deb12u2_amd64.deb ...
#22 41.15 Unpacking libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 41.31 Selecting previously unselected package libqt5svg5:amd64.
#22 41.32 Preparing to unpack .../188-libqt5svg5_5.15.8-3_amd64.deb ...
#22 41.34 Unpacking libqt5svg5:amd64 (5.15.8-3) ...
#22 41.50 Selecting previously unselected package libqwt-qt5-6.
#22 41.52 Preparing to unpack .../189-libqwt-qt5-6_6.1.4-2_amd64.deb ...
#22 41.54 Unpacking libqwt-qt5-6 (6.1.4-2) ...
#22 41.69 Selecting previously unselected package libgnuradio-qtgui3.10.5:amd64.
#22 41.71 Preparing to unpack .../190-libgnuradio-qtgui3.10.5_3.10.5.1-3_amd64.deb ...
#22 41.73 Unpacking libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 41.90 Selecting previously unselected package libgnuradio-soapy3.10.5:amd64.
#22 41.90 Preparing to unpack .../191-libgnuradio-soapy3.10.5_3.10.5.1-3_amd64.deb ...
#22 41.92 Unpacking libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 42.06 Selecting previously unselected package libgnuradio-trellis3.10.5:amd64.
#22 42.08 Preparing to unpack .../192-libgnuradio-trellis3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.10 Unpacking libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 42.25 Selecting previously unselected package libgnuradio-uhd3.10.5:amd64.
#22 42.27 Preparing to unpack .../193-libgnuradio-uhd3.10.5_3.10.5.1-3_amd64.deb ...
#22 42.28 Unpacking libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 42.44 Selecting previously unselected package libslang2:amd64.
#22 42.46 Preparing to unpack .../194-libslang2_2.3.3-3_amd64.deb ...
#22 42.48 Unpacking libslang2:amd64 (2.3.3-3) ...
#22 42.63 Selecting previously unselected package libcaca0:amd64.
#22 42.64 Preparing to unpack .../195-libcaca0_0.99.beta20-3_amd64.deb ...
#22 42.66 Unpacking libcaca0:amd64 (0.99.beta20-3) ...
#22 42.81 Selecting previously unselected package libasyncns0:amd64.
#22 42.83 Preparing to unpack .../196-libasyncns0_0.8-6+b3_amd64.deb ...
#22 42.85 Unpacking libasyncns0:amd64 (0.8-6+b3) ...
#22 43.04 Selecting previously unselected package libpulse0:amd64.
#22 43.05 Preparing to unpack .../197-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
#22 43.08 Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 43.25 Selecting previously unselected package libsdl1.2debian:amd64.
#22 43.26 Preparing to unpack .../198-libsdl1.2debian_1.2.15+dfsg2-8_amd64.deb ...
#22 43.28 Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 43.43 Selecting previously unselected package libgnuradio-video-sdl3.10.5:amd64.
#22 43.45 Preparing to unpack .../199-libgnuradio-video-sdl3.10.5_3.10.5.1-3_amd64.deb ...
#22 43.47 Unpacking libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 43.61 Selecting previously unselected package libcodec2-1.0:amd64.
#22 43.63 Preparing to unpack .../200-libcodec2-1.0_1.0.5-1_amd64.deb ...
#22 43.64 Unpacking libcodec2-1.0:amd64 (1.0.5-1) ...
#22 44.15 Selecting previously unselected package libgnuradio-vocoder3.10.5:amd64.
#22 44.16 Preparing to unpack .../201-libgnuradio-vocoder3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.17 Unpacking libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 44.31 Selecting previously unselected package libgnuradio-wavelet3.10.5:amd64.
#22 44.33 Preparing to unpack .../202-libgnuradio-wavelet3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.35 Unpacking libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 44.50 Selecting previously unselected package libgnuradio-zeromq3.10.5:amd64.
#22 44.51 Preparing to unpack .../203-libgnuradio-zeromq3.10.5_3.10.5.1-3_amd64.deb ...
#22 44.53 Unpacking libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 44.69 Selecting previously unselected package gnuradio.
#22 44.71 Preparing to unpack .../204-gnuradio_3.10.5.1-3_amd64.deb ...
#22 44.72 Unpacking gnuradio (3.10.5.1-3) ...
#22 45.08 Setting up libb2-1:amd64 (0.98.1-1.1) ...
#22 45.14 Setting up libxcb-dri3-0:amd64 (1.15-1) ...
#22 45.19 Setting up python3-attr (22.2.0-1) ...
#22 45.32 Setting up libwayland-server0:amd64 (1.21.0-1) ...
#22 45.37 Setting up gtk-update-icon-cache (3.24.38-2~deb12u3) ...
#22 45.43 Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
#22 45.48 Setting up libdouble-conversion3:amd64 (3.2.1-1) ...
#22 45.53 Setting up libproxy1v5:amd64 (0.4.18-1.2) ...
#22 45.58 Setting up fonts-mathjax (2.7.9+dfsg-1) ...
#22 45.63 Setting up libcodec2-1.0:amd64 (1.0.5-1) ...
#22 45.69 Setting up libxdamage1:amd64 (1:1.1.6-1) ...
#22 45.74 Setting up libopenblas0-pthread:amd64 (0.3.21+ds-4) ...
#22 45.86 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
#22 45.92 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
#22 45.94 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so.0 to provide /usr/lib/x86_64-linux-gnu/libopenblas.so.0 (libopenblas.so.0-x86_64-linux-gnu) in auto mode
#22 45.96 Setting up libmpg123-0:amd64 (1.31.2-1+deb12u1) ...
#22 46.02 Setting up libxcb-xfixes0:amd64 (1.15-1) ...
#22 46.07 Setting up libogg0:amd64 (1.3.5-3) ...
#22 46.12 Setting up python3-cairo:amd64 (1.20.1-5+b1) ...
#22 46.25 Setting up hicolor-icon-theme (0.17-2) ...
#22 46.34 Setting up libjs-mathjax (2.7.9+dfsg-1) ...
#22 46.39 Setting up libxcb-xinput0:amd64 (1.15-1) ...
#22 46.45 Setting up python3-py (1.11.0-1) ...
#22 46.60 Setting up libvte-2.91-common (0.70.6-2~deb12u1) ...
#22 46.69 Setting up libgslcblas0:amd64 (2.7.1+dfsg-5+deb12u1) ...
#22 46.78 Setting up python3-colorama (0.4.6-2) ...
#22 46.92 Setting up libglvnd0:amd64 (1.6.0-1) ...
#22 46.97 Setting up libxcb-glx0:amd64 (1.15-1) ...
#22 47.02 Setting up python3-ply (3.11-5) ...
#22 47.16 Setting up libiio0:amd64 (0.24-4) ...
#22 47.20 Setting up libxcb-keysyms1:amd64 (0.4.0-1+b2) ...
#22 47.26 Setting up libxcb-shape0:amd64 (1.15-1) ...
#22 47.31 Setting up python3-gast (0.5.2-2) ...
#22 47.43 Setting up libgsl27:amd64 (2.7.1+dfsg-5+deb12u1) ...
#22 47.58 Setting up libxcb-render-util0:amd64 (0.3.9-1+b1) ...
#22 47.66 Setting up python3-all (3.11.2-1+b1) ...
#22 47.71 Setting up xkb-data (2.35.1-1) ...
#22 47.76 Setting up python3-contextlib2 (0.6.0.post1-3) ...
#22 47.88 Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ...
#22 47.93 Setting up libatspi2.0-0:amd64 (2.46.0-5) ...
#22 47.98 Setting up python3-click (8.1.3-2) ...
#22 48.12 Setting up libqt6core6:amd64 (6.4.2+dfsg-10) ...
#22 48.17 Setting up libunwind8:amd64 (1.6.2-3) ...
#22 48.22 Setting up python3-thrift (0.17.0-2+b2) ...
#22 48.36 Setting up libts0:amd64 (1.22-1+b1) ...
#22 48.43 Setting up libcolord2:amd64 (1.4.6-2.2) ...
#22 48.49 Setting up gnome-terminal-data (3.46.8-1) ...
#22 48.54 Setting up libopengl0:amd64 (1.6.0-1) ...
#22 48.59 Setting up libxcb-util1:amd64 (0.4.0-1+b1) ...
#22 48.65 Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
#22 48.70 Setting up libxcb-xkb1:amd64 (1.15-1) ...
#22 48.75 Setting up libxcb-image0:amd64 (0.4.0-2) ...
#22 48.81 Setting up libxcb-present0:amd64 (1.15-1) ...
#22 48.86 Setting up libdconf1:amd64 (0.40.0-4) ...
#22 48.91 Setting up python3-beniget (0.4.1-3) ...
#22 49.03 Setting up libxsimd-dev:amd64 (8.1.0-7) ...
#22 49.09 Setting up python3-decorator (5.1.1-3) ...
#22 49.21 Setting up python3-packaging (23.0-1) ...
#22 49.36 Setting up libxcb-xinerama0:amd64 (1.15-1) ...
#22 49.41 Setting up libflac12:amd64 (1.4.2+ds-2) ...
#22 49.46 Setting up libslang2:amd64 (2.3.3-3) ...
#22 49.52 Setting up libqt6xml6:amd64 (6.4.2+dfsg-10) ...
#22 49.57 Setting up adwaita-icon-theme (43-1) ...
#22 49.66 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
#22 49.68 Setting up libqt6sql6:amd64 (6.4.2+dfsg-10) ...
#22 49.74 Setting up libepoxy0:amd64 (1.5.10-1) ...
#22 49.79 Setting up libxfixes3:amd64 (1:6.0.0-2) ...
#22 49.85 Setting up libxcb-sync1:amd64 (1.15-1) ...
#22 49.90 Setting up libpython3-all-dev:amd64 (3.11.2-1+b1) ...
#22 49.96 Setting up libopus0:amd64 (1.3.1-3) ...
#22 50.01 Setting up libxinerama1:amd64 (2:1.1.4-3) ...
#22 50.07 Setting up libvorbis0a:amd64 (1.3.7-1) ...
#22 50.13 Setting up castxml (0.5.1-1) ...
#22 50.19 Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
#22 50.24 Setting up liborc-0.4-0:amd64 (1:0.4.33-2) ...
#22 50.30 Setting up python3-click-plugins (1.1.1-4) ...
#22 50.42 Setting up libqt5core5a:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 50.48 Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
#22 50.54 Setting up libmtdev1:amd64 (1.1.6-1) ...
#22 50.59 Setting up libfmt9:amd64 (9.1.0+ds1-2) ...
#22 50.64 Setting up libxcb-dri2-0:amd64 (1.15-1) ...
#22 50.70 Setting up python3-pyqt5.sip (12.11.1-1) ...
#22 50.75 Setting up python3-pyrsistent:amd64 (0.18.1-1+b3) ...
#22 50.88 Setting up libopenblas0:amd64 (0.3.21+ds-4) ...
#22 51.02 Setting up libasyncns0:amd64 (0.8-6+b3) ...
#22 51.07 Setting up libxshmfence1:amd64 (1.3-1) ...
#22 51.12 Setting up python3-lxml:amd64 (4.9.2-1+b1) ...
#22 51.30 Setting up at-spi2-common (2.46.0-5) ...
#22 51.35 Setting up libqt5dbus5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 51.40 Setting up python3-schema (0.7.5-1) ...
#22 51.53 Setting up libxcb-randr0:amd64 (1.15-1) ...
#22 51.58 Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
#22 51.64 Setting up libmd4c0:amd64 (0.4.8-1) ...
#22 51.69 Setting up libatk1.0-0:amd64 (2.46.0-5) ...
#22 51.74 Setting up libglu1-mesa:amd64 (9.0.2-1.1) ...
#22 51.79 Setting up libwayland-egl1:amd64 (1.21.0-1) ...
#22 51.84 Setting up python3-pygccxml (2.2.1-1) ...
#22 52.01 Setting up python3-pyqt6.sip (13.4.1-1) ...
#22 52.07 Setting up libsamplerate0:amd64 (0.2.2-3) ...
#22 52.12 Setting up libqt5test5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 52.17 Setting up python3-gi-cairo (3.42.2-3+b1) ...
#22 52.22 Setting up libdrm-common (2.4.114-1) ...
#22 52.27 Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
#22 52.32 Setting up libevdev2:amd64 (1.13.0+dfsg-1) ...
#22 52.37 Setting up libgudev-1.0-0:amd64 (237-2) ...
#22 52.43 Setting up qtchooser (66-2) ...
#22 52.48 Setting up libmp3lame0:amd64 (3.100-6) ...
#22 52.53 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
#22 52.58 Setting up libvorbisenc2:amd64 (1.3.7-1) ...
#22 52.64 Setting up libqt6dbus6:amd64 (6.4.2+dfsg-10) ...
#22 52.69 Setting up liblbfgsb0:amd64 (3.0+dfsg.4-1) ...
#22 52.74 Setting up libwacom-common (2.6.0-1) ...
#22 52.79 Setting up python3-sip (4.19.25+dfsg-5+b1) ...
#22 52.92 Setting up libxkbcommon0:amd64 (1.5.0-1) ...
#22 52.98 Setting up libwayland-client0:amd64 (1.21.0-1) ...
#22 53.03 Setting up libspdlog1.10:amd64 (1:1.10.0+ds-0.4) ...
#22 53.08 Setting up libopenblas-pthread-dev:amd64 (0.3.21+ds-4) ...
#22 53.12 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
#22 53.14 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
#22 53.15 update-alternatives: using /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblas.so to provide /usr/lib/x86_64-linux-gnu/libopenblas.so (libopenblas.so-x86_64-linux-gnu) in auto mode
#22 53.18 Setting up python3-all-dev (3.11.2-1+b1) ...
#22 53.23 Setting up libqt6test6:amd64 (6.4.2+dfsg-10) ...
#22 53.29 Setting up libad9361-0:amd64 (0.2-1) ...
#22 53.34 Setting up libcaca0:amd64 (0.99.beta20-3) ...
#22 53.39 Setting up qt6-base-dev-tools (6.4.2+dfsg-10) ...
#22 53.44 Setting up libwacom9:amd64 (2.6.0-1) ...
#22 53.49 Setting up libxcursor1:amd64 (1:1.2.1-1) ...
#22 53.55 Setting up dconf-service (0.40.0-4) ...
#22 53.60 Setting up libqt5network5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 53.65 Setting up libinput-bin (1.22.1-1) ...
#22 53.71 Setting up libqt5sql5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 53.76 Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ...
#22 53.81 Setting up qtbase5-dev-tools (5.15.8+dfsg-11+deb12u2) ...
#22 53.86 Setting up libopenblas-dev:amd64 (0.3.21+ds-4) ...
#22 53.92 Setting up libqt5xml5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 53.97 Setting up python3-jsonschema (4.10.3-1) ...
#22 54.11 Setting up python3-zmq (24.0.1-4+b1) ...
#22 54.31 Setting up libxkbcommon-x11-0:amd64 (1.5.0-1) ...
#22 54.36 Setting up libvolk2.5:amd64 (2.5.2-3) ...
#22 54.41 Setting up libjack-jackd2-0:amd64 (1.9.21~dfsg-3) ...
#22 54.46 Setting up libdrm2:amd64 (2.4.114-1+b1) ...
#22 54.51 Setting up python3-pythran (0.11.0+ds-7) ...
#22 54.73 Setting up libwayland-cursor0:amd64 (1.21.0-1) ...
#22 54.78 Setting up libqt6network6:amd64 (6.4.2+dfsg-10) ...
#22 54.84 Setting up libgnuradio-pmt3.10.5:amd64 (3.10.5.1-3) ...
#22 54.89 Setting up libsndfile1:amd64 (1.2.0-1) ...
#22 54.94 Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
#22 54.99 Setting up libinput10:amd64 (1.22.1-1) ...
#22 55.04 Setting up libportaudio2:amd64 (19.6.0-1.2) ...
#22 55.10 Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
#22 55.15 Setting up python3-scipy (1.10.1-2) ...
#22 56.29 Setting up libvolk2-bin (2.5.2-3) ...
#22 56.42 Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
#22 56.47 Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
#22 56.52 Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
#22 56.60 Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
#22 56.66 Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
#22 56.71 Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
#22 56.78 Setting up libthrift-0.17.0:amd64 (0.17.0-2+b2) ...
#22 56.83 Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 56.88 Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-8) ...
#22 56.93 Setting up libegl1:amd64 (1.6.0-1) ...
#22 56.99 Setting up libgnuradio-runtime3.10.5:amd64 (3.10.5.1-3) ...
#22 57.04 Setting up libgtk-3-common (3.24.38-2~deb12u3) ...
#22 57.11 Setting up gsettings-desktop-schemas (43.0-1) ...
#22 57.16 Setting up libgnuradio-blocks3.10.5:amd64 (3.10.5.1-3) ...
#22 57.22 Setting up libgnuradio-trellis3.10.5:amd64 (3.10.5.1-3) ...
#22 57.27 Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
#22 57.32 Setting up libgnuradio-vocoder3.10.5:amd64 (3.10.5.1-3) ...
#22 57.37 Setting up libgnuradio-iio3.10.5:amd64 (3.10.5.1-3) ...
#22 57.42 Setting up libglx0:amd64 (1.6.0-1) ...
#22 57.48 Setting up libgnuradio-fec3.10.5:amd64 (3.10.5.1-3) ...
#22 57.53 Setting up libgnuradio-pdu3.10.5:amd64 (3.10.5.1-3) ...
#22 57.62 Setting up libgnuradio-uhd3.10.5:amd64 (3.10.5.1-3) ...
#22 57.68 Setting up libgnuradio-network3.10.5:amd64 (3.10.5.1-3) ...
#22 57.73 Setting up libgnuradio-video-sdl3.10.5:amd64 (3.10.5.1-3) ...
#22 57.78 Setting up libgl1:amd64 (1.6.0-1) ...
#22 57.83 Setting up libqt6gui6:amd64 (6.4.2+dfsg-10) ...
#22 57.89 Setting up libgnuradio-fft3.10.5:amd64 (3.10.5.1-3) ...
#22 57.94 Setting up libgnuradio-filter3.10.5:amd64 (3.10.5.1-3) ...
#22 57.99 Setting up libgnuradio-soapy3.10.5:amd64 (3.10.5.1-3) ...
#22 58.04 Setting up libgnuradio-wavelet3.10.5:amd64 (3.10.5.1-3) ...
#22 58.10 Setting up libgl1-mesa-glx:amd64 (22.3.6-1+deb12u1) ...
#22 58.15 Setting up libgnuradio-audio3.10.5:amd64 (3.10.5.1-3) ...
#22 58.20 Setting up libgnuradio-zeromq3.10.5:amd64 (3.10.5.1-3) ...
#22 58.26 Setting up libgnuradio-dtv3.10.5:amd64 (3.10.5.1-3) ...
#22 58.31 Setting up libqt5gui5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 58.38 Setting up libqt6opengl6:amd64 (6.4.2+dfsg-10) ...
#22 58.43 Setting up libgnuradio-analog3.10.5:amd64 (3.10.5.1-3) ...
#22 58.49 Setting up libqt5widgets5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 58.54 Setting up python3-opengl (3.1.6+dfsg-3) ...
#22 59.20 Setting up libqt5help5:amd64 (5.15.8-2) ...
#22 59.25 Setting up libgnuradio-digital3.10.5:amd64 (3.10.5.1-3) ...
#22 59.31 Setting up libqt6widgets6:amd64 (6.4.2+dfsg-10) ...
#22 59.36 Setting up libqt5printsupport5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 59.41 Setting up libqt5opengl5:amd64 (5.15.8+dfsg-11+deb12u2) ...
#22 59.47 Setting up libqt6openglwidgets6:amd64 (6.4.2+dfsg-10) ...
#22 59.52 Setting up libgnuradio-channels3.10.5:amd64 (3.10.5.1-3) ...
#22 59.57 Setting up libqt6printsupport6:amd64 (6.4.2+dfsg-10) ...
#22 59.63 Setting up libqt5designer5:amd64 (5.15.8-2) ...
#22 59.68 Setting up python3-pyqt6 (6.4.2-1) ...
#22 59.80 Setting up pyqt6-dev-tools (6.4.2-1) ...
#22 59.95 Setting up libqt5svg5:amd64 (5.15.8-3) ...
#22 60.00 Setting up libqwt-qt5-6 (6.1.4-2) ...
#22 60.05 Setting up libgnuradio-qtgui3.10.5:amd64 (3.10.5.1-3) ...
#22 60.11 Setting up python3-pyqt5 (5.15.9+dfsg-1) ...
#22 60.25 Setting up pyqt5-dev-tools (5.15.9+dfsg-1) ...
#22 60.37 Setting up python3-pyqtgraph (0.13.1-4) ...
#22 60.74 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#22 60.82 Processing triggers for man-db (2.11.2-2) ...
#22 60.88 Processing triggers for shared-mime-info (2.2-1) ...
#22 69.37 Processing triggers for mailcap (3.70+nmu1) ...
#22 69.42 Processing triggers for fontconfig (2.14.1-4) ...
#22 69.64 Processing triggers for libglib2.0-0:amd64 (2.74.6-2+deb12u5) ...
#22 69.73 Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u3) ...
#22 69.83 Setting up libvte-2.91-0:amd64 (0.70.6-2~deb12u1) ...
#22 69.90 Setting up gnome-terminal (3.46.8-1) ...
#22 69.94 update-alternatives: using /usr/bin/gnome-terminal.wrapper to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
#22 69.94 update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/gnome-terminal.1.gz (of link group x-terminal-emulator) doesn't exist
#22 69.98 Setting up gnuradio (3.10.5.1-3) ...
#22 70.52 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#22 DONE 70.9s

#23 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#23 0.367 + mkdir -p /tmp/mongodb
#23 0.367 + cd /tmp/mongodb
#23 0.367 + wget https://pgp.mongodb.com/server-5.0.asc -O /mongodb.key
#23 0.370 --2025-03-17 04:31:28--  https://pgp.mongodb.com/server-5.0.asc
#23 0.378 Resolving pgp.mongodb.com (pgp.mongodb.com)... 13.32.121.114, 13.32.121.11, 13.32.121.128, ...
#23 0.443 Connecting to pgp.mongodb.com (pgp.mongodb.com)|13.32.121.114|:443... connected.
#23 0.471 HTTP request sent, awaiting response... 200 OK
#23 0.773 Length: 1656 (1.6K) [binary/octet-stream]
#23 0.773 Saving to: ‘/mongodb.key’
#23 0.773 
#23 0.773      0K .                                                     100% 21.4M=0s
#23 0.773 
#23 0.773 2025-03-17 04:31:29 (21.4 MB/s) - ‘/mongodb.key’ saved [1656/1656]
#23 0.773 
#23 0.775 + wget http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.780 --2025-03-17 04:31:29--  http://security.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.780 Resolving security.debian.org (security.debian.org)... 151.101.2.132, 151.101.194.132, 151.101.66.132, ...
#23 0.781 Connecting to security.debian.org (security.debian.org)|151.101.2.132|:80... connected.
#23 0.786 HTTP request sent, awaiting response... 200 OK
#23 0.792 Length: 1552428 (1.5M) [application/vnd.debian.binary-package]
#23 0.792 Saving to: ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’
#23 0.793 
#23 0.793      0K .......... .......... .......... .......... ..........  3% 8.66M 0s
#23 0.798     50K .......... .......... .......... .......... ..........  6% 13.3M 0s
#23 0.803    100K .......... .......... .......... .......... ..........  9% 25.7M 0s
#23 0.803    150K .......... .......... .......... .......... .......... 13% 40.1M 0s
#23 0.805    200K .......... .......... .......... .......... .......... 16% 14.9M 0s
#23 0.808    250K .......... .......... .......... .......... .......... 19% 68.9M 0s
#23 0.809    300K .......... .......... .......... .......... .......... 23% 77.3M 0s
#23 0.809    350K .......... .......... .......... .......... .......... 26%  152M 0s
#23 0.810    400K .......... .......... .......... .......... .......... 29% 71.1M 0s
#23 0.810    450K .......... .......... .......... .......... .......... 32% 34.5M 0s
#23 0.812    500K .......... .......... .......... .......... .......... 36% 34.5M 0s
#23 0.813    550K .......... .......... .......... .......... .......... 39% 50.9M 0s
#23 0.814    600K .......... .......... .......... .......... .......... 42% 62.0M 0s
#23 0.815    650K .......... .......... .......... .......... .......... 46% 84.1M 0s
#23 0.815    700K .......... .......... .......... .......... .......... 49% 99.6M 0s
#23 0.816    750K .......... .......... .......... .......... .......... 52%  110M 0s
#23 0.816    800K .......... .......... .......... .......... .......... 56% 72.9M 0s
#23 0.817    850K .......... .......... .......... .......... .......... 59% 64.7M 0s
#23 0.818    900K .......... .......... .......... .......... .......... 62% 74.3M 0s
#23 0.818    950K .......... .......... .......... .......... .......... 65% 74.3M 0s
#23 0.819   1000K .......... .......... .......... .......... .......... 69% 71.5M 0s
#23 0.820   1050K .......... .......... .......... .......... .......... 72% 44.0M 0s
#23 0.821   1100K .......... .......... .......... .......... .......... 75% 70.9M 0s
#23 0.822   1150K .......... .......... .......... .......... .......... 79%  103M 0s
#23 0.822   1200K .......... .......... .......... .......... .......... 82%  115M 0s
#23 0.822   1250K .......... .......... .......... .......... .......... 85%  101M 0s
#23 0.823   1300K .......... .......... .......... .......... .......... 89%  179M 0s
#23 0.823   1350K .......... .......... .......... .......... .......... 92%  181M 0s
#23 0.823   1400K .......... .......... .......... .......... .......... 95%  199M 0s
#23 0.824   1450K .......... .......... .......... .......... .......... 98%  158M 0s
#23 0.824   1500K .......... ......                                     100%  152M=0.03s
#23 0.824 
#23 0.824 2025-03-17 04:31:29 (46.3 MB/s) - ‘libssl1.1_1.1.1n-0+deb10u6_amd64.deb’ saved [1552428/1552428]
#23 0.824 
#23 0.825 + dpkg -i libssl1.1_1.1.1n-0+deb10u6_amd64.deb
#23 0.965 Selecting previously unselected package libssl1.1:amd64.
#23 0.998 (Reading database ... 147394 files and directories currently installed.)
#23 1.000 Preparing to unpack libssl1.1_1.1.1n-0+deb10u6_amd64.deb ...
#23 1.033 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.162 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u6) ...
#23 1.255 debconf: unable to initialize frontend: Dialog
#23 1.255 debconf: (TERM is not set, so the dialog frontend is not usable.)
#23 1.255 debconf: falling back to frontend: Readline
#23 1.258 debconf: unable to initialize frontend: Readline
#23 1.258 debconf: (This frontend requires a controlling tty.)
#23 1.258 debconf: falling back to frontend: Teletype
#23 1.301 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#23 1.436 + echo deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main
#23 1.436 + apt-get update
#23 1.506 Hit:1 http://deb.debian.org/debian bookworm InRelease
#23 1.506 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#23 1.506 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#23 1.507 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#23 1.593 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 InRelease [2,951 B]
#23 2.421 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 Packages [92.3 kB]
#23 2.637 Fetched 95.3 kB in 1s (81.0 kB/s)
#23 2.637 Reading package lists...
#23 2.906 + apt-get install -y mongodb-org
#23 2.909 Reading package lists...
#23 3.160 Building dependency tree...
#23 3.214 Reading state information...
#23 3.277 The following additional packages will be installed:
#23 3.277   mongodb-database-tools mongodb-mongosh mongodb-org-database
#23 3.277   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.278   mongodb-org-shell mongodb-org-tools
#23 3.287 The following NEW packages will be installed:
#23 3.287   mongodb-database-tools mongodb-mongosh mongodb-org mongodb-org-database
#23 3.287   mongodb-org-database-tools-extra mongodb-org-mongos mongodb-org-server
#23 3.287   mongodb-org-shell mongodb-org-tools
#23 3.510 0 upgraded, 9 newly installed, 0 to remove and 9 not upgraded.
#23 3.510 Need to get 171 MB of archives.
#23 3.510 After this operation, 516 MB of additional disk space will be used.
#23 3.510 Get:1 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-database-tools amd64 100.11.0 [55.7 MB]
#23 4.281 Get:2 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-mongosh amd64 2.4.2 [54.5 MB]
#23 5.076 Get:3 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-shell amd64 5.0.31 [14.9 MB]
#23 6.316 Get:4 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-server amd64 5.0.31 [26.6 MB]
#23 7.829 Get:5 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-mongos amd64 5.0.31 [18.9 MB]
#23 8.962 Get:6 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database-tools-extra amd64 5.0.31 [7,752 B]
#23 9.075 Get:7 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-database amd64 5.0.31 [3,544 B]
#23 9.270 Get:8 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org-tools amd64 5.0.31 [2,896 B]
#23 9.402 Get:9 http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0/main amd64 mongodb-org amd64 5.0.31 [2,932 B]
#23 9.500 debconf: delaying package configuration, since apt-utils is not installed
#23 9.560 Fetched 171 MB in 6s (27.9 MB/s)
#23 9.635 Selecting previously unselected package mongodb-database-tools.
#23 9.635 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147405 files and directories currently installed.)
#23 9.678 Preparing to unpack .../0-mongodb-database-tools_100.11.0_amd64.deb ...
#23 9.695 Unpacking mongodb-database-tools (100.11.0) ...
#23 10.24 Selecting previously unselected package mongodb-mongosh.
#23 10.25 Preparing to unpack .../1-mongodb-mongosh_2.4.2_amd64.deb ...
#23 10.27 Unpacking mongodb-mongosh (2.4.2) ...
#23 11.08 Selecting previously unselected package mongodb-org-shell.
#23 11.10 Preparing to unpack .../2-mongodb-org-shell_5.0.31_amd64.deb ...
#23 11.12 Unpacking mongodb-org-shell (5.0.31) ...
#23 11.59 Selecting previously unselected package mongodb-org-server.
#23 11.60 Preparing to unpack .../3-mongodb-org-server_5.0.31_amd64.deb ...
#23 11.62 Unpacking mongodb-org-server (5.0.31) ...
#23 12.17 Selecting previously unselected package mongodb-org-mongos.
#23 12.19 Preparing to unpack .../4-mongodb-org-mongos_5.0.31_amd64.deb ...
#23 12.21 Unpacking mongodb-org-mongos (5.0.31) ...
#23 12.71 Selecting previously unselected package mongodb-org-database-tools-extra.
#23 12.73 Preparing to unpack .../5-mongodb-org-database-tools-extra_5.0.31_amd64.deb ...
#23 12.75 Unpacking mongodb-org-database-tools-extra (5.0.31) ...
#23 12.90 Selecting previously unselected package mongodb-org-database.
#23 12.91 Preparing to unpack .../6-mongodb-org-database_5.0.31_amd64.deb ...
#23 12.94 Unpacking mongodb-org-database (5.0.31) ...
#23 13.06 Selecting previously unselected package mongodb-org-tools.
#23 13.08 Preparing to unpack .../7-mongodb-org-tools_5.0.31_amd64.deb ...
#23 13.10 Unpacking mongodb-org-tools (5.0.31) ...
#23 13.23 Selecting previously unselected package mongodb-org.
#23 13.25 Preparing to unpack .../8-mongodb-org_5.0.31_amd64.deb ...
#23 13.27 Unpacking mongodb-org (5.0.31) ...
#23 13.42 Setting up mongodb-mongosh (2.4.2) ...
#23 13.47 Setting up mongodb-org-server (5.0.31) ...
#23 13.54 Adding system user `mongodb' (UID 104) ...
#23 13.54 Adding new user `mongodb' (UID 104) with group `nogroup' ...
#23 13.66 Not creating `/nonexistent'.
#23 13.70 Adding group `mongodb' (GID 106) ...
#23 13.76 Done.
#23 13.78 Adding user `mongodb' to group `mongodb' ...
#23 13.86 Done.
#23 13.88 System has not been booted with systemd as init system (PID 1). Can't operate.

#23 13.88 Failed to connect to bus: Host is down

#23 13.91 Setting up mongodb-org-shell (5.0.31) ...
#23 13.96 Setting up mongodb-database-tools (100.11.0) ...
#23 14.01 Setting up mongodb-org-mongos (5.0.31) ...
#23 14.07 Setting up mongodb-org-database-tools-extra (5.0.31) ...
#23 14.12 Setting up mongodb-org-database (5.0.31) ...
#23 14.17 Setting up mongodb-org-tools (5.0.31) ...
#23 14.22 Setting up mongodb-org (5.0.31) ...
#23 14.27 Processing triggers for man-db (2.11.2-2) ...
#23 14.37 + apt-get clean
#23 14.38 + cd /
#23 14.38 + rm -rf /tmp/mongodb
#23 14.38 + rm /etc/apt/sources.list.d/mongodb-org.list
#23 14.38 + sed -i s/127.0.0.1/172.18.50.2/g /etc/mongod.conf
#23 DONE 15.1s

#24 [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
#24 0.396 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.396 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.396 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.396 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#24 0.929 Reading package lists...
#24 1.199 Reading package lists...
#24 1.448 Building dependency tree...
#24 1.501 Reading state information...
#24 1.565 python3-pip is already the newest version (23.0.1+dfsg-1).
#24 1.565 python3-setuptools is already the newest version (66.1.1-1+deb12u1).
#24 1.565 python3-wheel is already the newest version (0.38.4-2).
#24 1.565 build-essential is already the newest version (12.9).
#24 1.565 flex is already the newest version (2.6.4-8.2).
#24 1.565 bison is already the newest version (2:3.8.2+dfsg-1+b1).
#24 1.565 git is already the newest version (1:2.39.5-0+deb12u2).
#24 1.565 libsctp-dev is already the newest version (1.0.19+dfsg-2).
#24 1.565 libgnutls28-dev is already the newest version (3.7.9-2+deb12u4).
#24 1.565 libssl-dev is already the newest version (3.0.15-1~deb12u1).
#24 1.565 libmicrohttpd-dev is already the newest version (0.9.75-6).
#24 1.565 libmicrohttpd-dev set to manually installed.
#24 1.565 libcurl4-gnutls-dev is already the newest version (7.88.1-10+deb12u12).
#24 1.565 libcurl4-gnutls-dev set to manually installed.
#24 1.565 The following additional packages will be installed:
#24 1.565   libbson-1.0-0 libgpg-error-dev libidn-dev libintelrdfpmath-dev
#24 1.565   libmongoc-1.0-0 libmongocrypt-dev libmongocrypt0 libsasl2-dev libsnappy-dev
#24 1.565   libsnappy1v5 libzstd-dev
#24 1.566 Suggested packages:
#24 1.566   libgcrypt20-doc idn libnghttp2-doc libyaml-doc
#24 1.641 The following NEW packages will be installed:
#24 1.641   libbson-1.0-0 libbson-dev libgcrypt20-dev libgpg-error-dev libidn-dev
#24 1.641   libidn11-dev libintelrdfpmath-dev libmongoc-1.0-0 libmongoc-dev
#24 1.641   libmongocrypt-dev libmongocrypt0 libnghttp2-dev libsasl2-dev libsnappy-dev
#24 1.641   libsnappy1v5 libyaml-dev libzstd-dev meson ninja-build
#24 1.659 0 upgraded, 19 newly installed, 0 to remove and 9 not upgraded.
#24 1.659 Need to get 11.6 MB of archives.
#24 1.659 After this operation, 93.4 MB of additional disk space will be used.
#24 1.659 Get:1 http://deb.debian.org/debian bookworm/main amd64 libbson-1.0-0 amd64 1.23.1-1+b1 [76.3 kB]
#24 1.696 Get:2 http://deb.debian.org/debian bookworm/main amd64 libbson-dev amd64 1.23.1-1+b1 [129 kB]
#24 1.702 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgpg-error-dev amd64 1.46-1 [133 kB]
#24 1.704 Get:4 http://deb.debian.org/debian bookworm/main amd64 libgcrypt20-dev amd64 1.10.1-3 [752 kB]
#24 1.715 Get:5 http://deb.debian.org/debian bookworm/main amd64 libidn-dev amd64 1.41-1 [190 kB]
#24 1.717 Get:6 http://deb.debian.org/debian bookworm/main amd64 libidn11-dev amd64 1.41-1 [42.4 kB]
#24 1.717 Get:7 http://deb.debian.org/debian bookworm/main amd64 libintelrdfpmath-dev amd64 2.0u2-8 [6,475 kB]
#24 1.774 Get:8 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt0 amd64 1.7.2-1 [1,313 kB]
#24 1.785 Get:9 http://deb.debian.org/debian bookworm/main amd64 libsnappy1v5 amd64 1.1.9-3 [26.0 kB]
#24 1.785 Get:10 http://deb.debian.org/debian bookworm/main amd64 libmongoc-1.0-0 amd64 1.23.1-1+b1 [304 kB]
#24 1.787 Get:11 http://deb.debian.org/debian bookworm/main amd64 libmongocrypt-dev amd64 1.7.2-1 [263 kB]
#24 1.789 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsnappy-dev amd64 1.1.9-3 [39.2 kB]
#24 1.790 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsasl2-dev amd64 2.1.28+dfsg-10 [235 kB]
#24 1.792 Get:14 http://deb.debian.org/debian bookworm/main amd64 libzstd-dev amd64 1.5.4+dfsg2-5 [354 kB]
#24 1.797 Get:15 http://deb.debian.org/debian bookworm/main amd64 libmongoc-dev amd64 1.23.1-1+b1 [365 kB]
#24 1.800 Get:16 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-dev amd64 1.52.0-1+deb12u2 [110 kB]
#24 1.801 Get:17 http://deb.debian.org/debian bookworm/main amd64 libyaml-dev amd64 0.2.5-1 [64.5 kB]
#24 1.801 Get:18 http://deb.debian.org/debian bookworm/main amd64 ninja-build amd64 1.11.1-2~deb12u1 [135 kB]
#24 1.802 Get:19 http://deb.debian.org/debian bookworm/main amd64 meson all 1.0.1-5 [548 kB]
#24 1.927 debconf: delaying package configuration, since apt-utils is not installed
#24 1.974 Fetched 11.6 MB in 0s (70.7 MB/s)
#24 2.053 Selecting previously unselected package libbson-1.0-0.
#24 2.053 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147466 files and directories currently installed.)
#24 2.088 Preparing to unpack .../00-libbson-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 2.124 Unpacking libbson-1.0-0 (1.23.1-1+b1) ...
#24 2.265 Selecting previously unselected package libbson-dev.
#24 2.284 Preparing to unpack .../01-libbson-dev_1.23.1-1+b1_amd64.deb ...
#24 2.303 Unpacking libbson-dev (1.23.1-1+b1) ...
#24 2.439 Selecting previously unselected package libgpg-error-dev.
#24 2.459 Preparing to unpack .../02-libgpg-error-dev_1.46-1_amd64.deb ...
#24 2.480 Unpacking libgpg-error-dev (1.46-1) ...
#24 2.608 Selecting previously unselected package libgcrypt20-dev.
#24 2.628 Preparing to unpack .../03-libgcrypt20-dev_1.10.1-3_amd64.deb ...
#24 2.645 Unpacking libgcrypt20-dev (1.10.1-3) ...
#24 2.815 Selecting previously unselected package libidn-dev:amd64.
#24 2.835 Preparing to unpack .../04-libidn-dev_1.41-1_amd64.deb ...
#24 2.853 Unpacking libidn-dev:amd64 (1.41-1) ...
#24 2.984 Selecting previously unselected package libidn11-dev:amd64.
#24 3.003 Preparing to unpack .../05-libidn11-dev_1.41-1_amd64.deb ...
#24 3.020 Unpacking libidn11-dev:amd64 (1.41-1) ...
#24 3.150 Selecting previously unselected package libintelrdfpmath-dev:amd64.
#24 3.170 Preparing to unpack .../06-libintelrdfpmath-dev_2.0u2-8_amd64.deb ...
#24 3.186 Unpacking libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 3.487 Selecting previously unselected package libmongocrypt0:amd64.
#24 3.496 Preparing to unpack .../07-libmongocrypt0_1.7.2-1_amd64.deb ...
#24 3.513 Unpacking libmongocrypt0:amd64 (1.7.2-1) ...
#24 3.702 Selecting previously unselected package libsnappy1v5:amd64.
#24 3.710 Preparing to unpack .../08-libsnappy1v5_1.1.9-3_amd64.deb ...
#24 3.728 Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
#24 3.873 Selecting previously unselected package libmongoc-1.0-0.
#24 3.881 Preparing to unpack .../09-libmongoc-1.0-0_1.23.1-1+b1_amd64.deb ...
#24 3.898 Unpacking libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 4.024 Selecting previously unselected package libmongocrypt-dev:amd64.
#24 4.044 Preparing to unpack .../10-libmongocrypt-dev_1.7.2-1_amd64.deb ...
#24 4.061 Unpacking libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 4.198 Selecting previously unselected package libsnappy-dev:amd64.
#24 4.218 Preparing to unpack .../11-libsnappy-dev_1.1.9-3_amd64.deb ...
#24 4.236 Unpacking libsnappy-dev:amd64 (1.1.9-3) ...
#24 4.367 Selecting previously unselected package libsasl2-dev.
#24 4.387 Preparing to unpack .../12-libsasl2-dev_2.1.28+dfsg-10_amd64.deb ...
#24 4.404 Unpacking libsasl2-dev (2.1.28+dfsg-10) ...
#24 4.542 Selecting previously unselected package libzstd-dev:amd64.
#24 4.552 Preparing to unpack .../13-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
#24 4.570 Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 4.711 Selecting previously unselected package libmongoc-dev.
#24 4.731 Preparing to unpack .../14-libmongoc-dev_1.23.1-1+b1_amd64.deb ...
#24 4.748 Unpacking libmongoc-dev (1.23.1-1+b1) ...
#24 4.881 Selecting previously unselected package libnghttp2-dev:amd64.
#24 4.901 Preparing to unpack .../15-libnghttp2-dev_1.52.0-1+deb12u2_amd64.deb ...
#24 4.918 Unpacking libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.052 Selecting previously unselected package libyaml-dev:amd64.
#24 5.072 Preparing to unpack .../16-libyaml-dev_0.2.5-1_amd64.deb ...
#24 5.090 Unpacking libyaml-dev:amd64 (0.2.5-1) ...
#24 5.212 Selecting previously unselected package ninja-build.
#24 5.231 Preparing to unpack .../17-ninja-build_1.11.1-2~deb12u1_amd64.deb ...
#24 5.249 Unpacking ninja-build (1.11.1-2~deb12u1) ...
#24 5.408 Selecting previously unselected package meson.
#24 5.417 Preparing to unpack .../18-meson_1.0.1-5_all.deb ...
#24 5.434 Unpacking meson (1.0.1-5) ...
#24 5.617 Setting up libnghttp2-dev:amd64 (1.52.0-1+deb12u2) ...
#24 5.670 Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
#24 5.723 Setting up libyaml-dev:amd64 (0.2.5-1) ...
#24 5.776 Setting up ninja-build (1.11.1-2~deb12u1) ...
#24 5.829 Setting up libsnappy1v5:amd64 (1.1.9-3) ...
#24 5.881 Setting up libsasl2-dev (2.1.28+dfsg-10) ...
#24 5.934 Setting up libgpg-error-dev (1.46-1) ...
#24 5.984 Setting up libbson-1.0-0 (1.23.1-1+b1) ...
#24 6.036 Setting up libidn-dev:amd64 (1.41-1) ...
#24 6.088 Setting up libintelrdfpmath-dev:amd64 (2.0u2-8) ...
#24 6.141 Setting up libmongocrypt0:amd64 (1.7.2-1) ...
#24 6.194 Setting up libbson-dev (1.23.1-1+b1) ...
#24 6.247 Setting up libidn11-dev:amd64 (1.41-1) ...
#24 6.301 Setting up libsnappy-dev:amd64 (1.1.9-3) ...
#24 6.354 Setting up meson (1.0.1-5) ...
#24 6.752 Setting up libmongocrypt-dev:amd64 (1.7.2-1) ...
#24 6.805 Setting up libmongoc-1.0-0 (1.23.1-1+b1) ...
#24 6.859 Setting up libgcrypt20-dev (1.10.1-3) ...
#24 6.913 Setting up libmongoc-dev (1.23.1-1+b1) ...
#24 6.967 Processing triggers for man-db (2.11.2-2) ...
#24 7.022 Processing triggers for libc-bin (2.36-9+deb12u10) ...
#24 DONE 7.4s

#25 [20/28] WORKDIR	/TMP
#25 DONE 0.1s

#26 [21/28] RUN	GIT clone https://gerrit.osmocom.org/osmo-gsm-tester.git
#26 0.343 Cloning into 'osmo-gsm-tester'...
#26 DONE 0.6s

#27 [22/28] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-TESTER/+/MASTER?FORMAT=TEXT /tmp/commit
#27 DONE 0.1s

#28 [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
#28 0.359 Your branch is up to date with 'origin/master'.
#28 0.359 Already on 'master'
#28 0.359 refs/heads/master
#28 0.363 HEAD is now at f7d64b0 jenkins.sh: libosmo-netif no longer depends on libosmo-abis
#28 0.364 master
#28 0.364 f7d64b0bcf946ec21ce9c7562194343a12213a80
#28 DONE 0.4s

#29 [24/28] RUN     mkdir -p /usr/local/bin/ && cp osmo-gsm-tester/utils/bin/* /usr/local/bin/
#29 DONE 0.4s

#30 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#30 DONE 0.4s

#31 [26/28] RUN     mkdir -p /etc/security/limits.d/ && cp osmo-gsm-tester/utils/limits.d/* /etc/security/limits.d/
#31 DONE 0.4s

#32 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#32 DONE 0.1s

#33 [28/28] WORKDIR	/DATA
#33 DONE 0.1s

#34 exporting to image
#34 exporting layers
#34 exporting layers 3.0s done
#34 writing image sha256:738376e11542ca9131c135ba55fa07761964c6a115d24de9588342c13aa3af51 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 3.4s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw/docker-playground/osmo-gsm-tester'
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-hnbgw:/build -v /opt/poky-sdk:/opt/poky-sdk -v /opt/poky-oc2g:/opt/poky-oc2g --user build osmocom-build/osmo-gsm-tester sh -e -x -c 
    cd /build
    ./osmo-gsm-tester/contrib/jenkins-build-osmo-hnbgw.sh
  
+ cd /build
+ ./osmo-gsm-tester/contrib/jenkins-build-osmo-hnbgw.sh
+ base=/build
+ name=osmo-hnbgw
+ dirname ./osmo-gsm-tester/contrib/jenkins-build-osmo-hnbgw.sh
+ . ./osmo-gsm-tester/contrib/jenkins-build-common.sh
+ [ -z osmo-hnbgw -o -z /build ]
+ git_url=https://gerrit.osmocom.org
+ prefix=/build/inst-osmo-hnbgw
+ prefix_real=/build/inst-osmo-hnbgw
+ SANITIZE_FLAGS=--enable-sanitize
+ export PKG_CONFIG_PATH=/build/inst-osmo-hnbgw/lib/pkgconfig:
+ export LD_LIBRARY_PATH=/build/inst-osmo-hnbgw/lib:
+ env
+ grep -v ^LESS
+ sort
HOME=/build
HOSTNAME=50410e1866bf
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/build/inst-osmo-hnbgw/lib:
OLDPWD=/data
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/build/inst-osmo-hnbgw/lib/pkgconfig:
PWD=/build
+ rm -f /build/osmo-hnbgw.build-2025-03-17_00_02_38.tgz
+ rm -f /build/osmo-hnbgw.build-2025-03-17_00_02_38.md5
+ rm -rf /build/inst-osmo-hnbgw
+ mkdir -p /build/inst-osmo-hnbgw
+ build_repo libosmocore --enable-sanitize --disable-doxygen --disable-uring
+ dir=libosmocore
+ shift
+ build_repo_dir libosmocore ./ --enable-sanitize --disable-doxygen --disable-uring
+ dep=libosmocore
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize --disable-doxygen --disable-uring
+ set +x


====================== libosmocore


+ have_repo libosmocore master
+ repo=libosmocore
+ branch=master
+ echo OSMO_GSM_TESTER_BUILD_libosmocore
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libosmocore
+ eval echo $OSMO_GSM_TESTER_BUILD_libosmocore
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libosmocore ]
+ cd libosmocore
+ git fetch
+ git rev-parse origin/master
489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Doxyfile.codec Doxyfile.codec.in Doxyfile.coding Doxyfile.coding.in Doxyfile.core.in Doxyfile.ctrl Doxyfile.ctrl.in Doxyfile.gb Doxyfile.gb.in Doxyfile.gsm Doxyfile.gsm.in Doxyfile.isdn Doxyfile.isdn.in Doxyfile.sim Doxyfile.sim.in Doxyfile.usb Doxyfile.usb.in Doxyfile.vty Doxyfile.vty.in Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.status config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libosmocodec.pc libosmocodec.pc.in libosmocoding.pc libosmocoding.pc.in libosmocore.pc libosmocore.pc.in libosmoctrl.pc libosmoctrl.pc.in libosmogb.pc libosmogb.pc.in libosmogsm.pc libosmogsm.pc.in libosmoisdn.pc libosmoisdn.pc.in libosmosim.pc libosmosim.pc.in libosmousb.pc libosmousb.pc.in libosmovty.pc libosmovty.pc.in libtool ltmain.sh m4 missing osmo-release.mk osmo-release.sh src stamp-h1 tapset tests utils
+ git reset --hard origin/master
HEAD is now at 489a6f1a configure.ac: check for Python interpreter unconditionally
+ git rev-parse HEAD
489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02
+ git rev-parse HEAD
+ echo 489a6f1a61a8a67c6d725b4887b7e5e3e5a7fd02 libosmocore
+ git submodule update --init


+ cd /build
+ cd libosmocore/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:70: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:70: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:70: the top level
configure.ac:84: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/ax_pthread.m4:88: AX_PTHREAD is expanded from...
configure.ac:84: the top level
configure.ac:174: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:174: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:174: the top level
configure.ac:466: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:466: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:466: the top level
configure.ac:605: warning: AC_OUTPUT should be used without arguments.
configure.ac:605: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
Makefile.am:64: warning: DOXYGEN was already defined in condition TRUE, which includes condition !HAVE_DOXYGEN ...
configure.ac:116: ... 'DOXYGEN' previously defined here
src/codec/Makefile.am: installing './depcomp'


+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize --disable-doxygen --disable-uring
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for poll.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/signalfd.h... yes
checking for sys/eventfd.h... yes
checking for sys/timerfd.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking for netinet/tcp.h... yes
checking for netinet/in.h... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether HAVE_SYS_SOCKET_H is declared... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for library containing dlopen... none required
checking for library containing dlsym... none required
checking for backtrace in -lexecinfo... no
checking how to run the C preprocessor... gcc -E
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for pthread_getname_np(pthread_t, char*, size_t)... yes
checking for library containing clock_gettime... none required
checking for doxygen... /usr/bin/doxygen
checking whether SYS_getrandom is declared... yes
checking if gcc supports -fvisibility=hidden... yes
checking for localtime_r... yes
checking whether struct tm has tm_gmtoff member... yes
checking for gettid... yes
checking whether to workaround TLS bug in old gcc on ARM platforms... 
checking for a Python interpreter with version >= 3.6... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.11
checking for python3 platform... linux
checking for GNU default python3 prefix... ${prefix}
checking for GNU default python3 exec_prefix... ${exec_prefix}
checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for talloc >= 2.1.0... yes
checking for libpcsclite... yes
checking for libusb-1.0... yes
checking for gnutls >= 2.12.0... yes
checking for libmnl... yes
checking for libsctp... yes
checking whether to enable VTY/CTRL tests... no
checking whether C compiler accepts -mavx2... yes
checking whether C compiler accepts -mssse3... yes
checking whether C compiler accepts -msse4.1... yes
checking whether to enable ARM NEON instructions support... no
checking whether to include systemtap tracing support... no
checking whether to build with code coverage support... no
checking whether gcc has __builtin_cpu_supports built-in... yes
checking for struct tcp_info.tcpi_notsent_bytes... yes
checking for struct tcp_info.tcpi_rwnd_limited... yes
checking for struct tcp_info.tcpi_sndbuf_limited... yes
checking for struct tcp_info.tcpi_reord_seen... yes
CFLAGS=" -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmocore.pc
config.status: creating libosmocodec.pc
config.status: creating libosmocoding.pc
config.status: creating libosmovty.pc
config.status: creating libosmogsm.pc
config.status: creating libosmoisdn.pc
config.status: creating libosmogb.pc
config.status: creating libosmoctrl.pc
config.status: creating libosmosim.pc
config.status: creating libosmousb.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/codec/Makefile
config.status: creating include/osmocom/coding/Makefile
config.status: creating include/osmocom/core/Makefile
config.status: creating include/osmocom/crypt/Makefile
config.status: creating include/osmocom/ctrl/Makefile
config.status: creating include/osmocom/gprs/Makefile
config.status: creating include/osmocom/gprs/protocol/Makefile
config.status: creating include/osmocom/gsm/Makefile
config.status: creating include/osmocom/gsm/protocol/Makefile
config.status: creating include/osmocom/isdn/Makefile
config.status: creating include/osmocom/sim/Makefile
config.status: creating include/osmocom/usb/Makefile
config.status: creating include/osmocom/vty/Makefile
config.status: creating src/Makefile
config.status: creating src/core/Makefile
config.status: creating src/vty/Makefile
config.status: creating src/codec/Makefile
config.status: creating src/coding/Makefile
config.status: creating src/sim/Makefile
config.status: creating src/usb/Makefile
config.status: creating src/gsm/Makefile
config.status: creating src/isdn/Makefile
config.status: creating src/gb/Makefile
config.status: creating src/ctrl/Makefile
config.status: creating src/pseudotalloc/Makefile
config.status: creating tapset/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating utils/Makefile
config.status: creating utils/osmo-stat-dummy/Makefile
config.status: creating Doxyfile.core
config.status: creating Doxyfile.gsm
config.status: creating Doxyfile.isdn
config.status: creating Doxyfile.vty
config.status: creating Doxyfile.codec
config.status: creating Doxyfile.coding
config.status: creating Doxyfile.gb
config.status: creating Doxyfile.ctrl
config.status: creating Doxyfile.sim
config.status: creating Doxyfile.usb
config.status: creating Makefile
config.status: creating contrib/libosmocore.spec
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir


+ set +x
+ make -j8
make  all-recursive
make[1]: Entering directory '/build/libosmocore'
Making all in include
make[2]: Entering directory '/build/libosmocore/include'
Making all in osmocom
make[3]: Entering directory '/build/libosmocore/include/osmocom'
Making all in core
make[4]: Entering directory '/build/libosmocore/include/osmocom/core'
  GEN      bit16gen.h
  GEN      bit32gen.h
  GEN      bit64gen.h
  GEN      crc16gen.h
  GEN      crc32gen.h
  GEN      socket_compat.h
  GEN      crc64gen.h
  GEN      crc8gen.h
  GEN      bit32gen.h
  GEN      bit64gen.h
  GEN      crc16gen.h
  GEN      bit16gen.h
  GEN      crc32gen.h
  GEN      crc8gen.h
  GEN      crc64gen.h
  GEN      socket_compat.h
make[4]: Leaving directory '/build/libosmocore/include/osmocom/core'
Making all in vty
make[4]: Entering directory '/build/libosmocore/include/osmocom/vty'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/vty'
Making all in codec
make[4]: Entering directory '/build/libosmocore/include/osmocom/codec'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/codec'
Making all in gsm
make[4]: Entering directory '/build/libosmocore/include/osmocom/gsm'
  GEN      gsm0503.h
Generating header file...
Generate 'xcch' declaration
Generate 'tch_f24' declaration
Generate 'tch_h24' declaration
Generate 'tch_f48' declaration
Generate 'tch_f96' declaration
Generate 'tch_f144' declaration
Generate 'rach' declaration
Generate 'rach_ext' declaration
Generate 'sch' declaration
Generate 'cs2' declaration
Generate 'cs3' declaration
Generate 'cs2_np' declaration
Generate 'cs3_np' declaration
Generate 'tch_afs_12_2' declaration
Generate 'tch_afs_10_2' declaration
Generate 'tch_afs_7_95' declaration
Generate 'tch_afs_7_4' declaration
Generate 'tch_afs_6_7' declaration
Generate 'tch_afs_5_9' declaration
Generate 'tch_afs_5_15' declaration
Generate 'tch_afs_4_75' declaration
Generate 'tch_fr' declaration
Generate 'tch_hr' declaration
Generate 'tch_ahs_7_95' declaration
Generate 'tch_ahs_7_4' declaration
Generate 'tch_ahs_6_7' declaration
Generate 'tch_ahs_5_9' declaration
Generate 'tch_ahs_5_15' declaration
Generate 'tch_ahs_4_75' declaration
Generate 'tch_axs_sid_update' declaration
Generate 'mcs1_dl_hdr' declaration
Generate 'mcs1_ul_hdr' declaration
Generate 'mcs1' declaration
Generate 'mcs2' declaration
Generate 'mcs3' declaration
Generate 'mcs4' declaration
Generate 'mcs5_dl_hdr' declaration
Generate 'mcs5_ul_hdr' declaration
Generate 'mcs5' declaration
Generate 'mcs6' declaration
Generate 'mcs7_dl_hdr' declaration
Generate 'mcs7_ul_hdr' declaration
Generate 'mcs7' declaration
Generate 'mcs8' declaration
Generate 'mcs9' declaration
Generation complete.
make  all-recursive
make[5]: Entering directory '/build/libosmocore/include/osmocom/gsm'
Making all in protocol
make[6]: Entering directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[6]: Entering directory '/build/libosmocore/include/osmocom/gsm'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
Making all in isdn
make[4]: Entering directory '/build/libosmocore/include/osmocom/isdn'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/isdn'
Making all in crypt
make[4]: Entering directory '/build/libosmocore/include/osmocom/crypt'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/crypt'
Making all in coding
make[4]: Entering directory '/build/libosmocore/include/osmocom/coding'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/coding'
Making all in gprs
make[4]: Entering directory '/build/libosmocore/include/osmocom/gprs'
Making all in protocol
make[5]: Entering directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[5]: Entering directory '/build/libosmocore/include/osmocom/gprs'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gprs'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/gprs'
Making all in ctrl
make[4]: Entering directory '/build/libosmocore/include/osmocom/ctrl'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/ctrl'
Making all in sim
make[4]: Entering directory '/build/libosmocore/include/osmocom/sim'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/sim'
Making all in usb
make[4]: Entering directory '/build/libosmocore/include/osmocom/usb'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom/usb'
make[4]: Entering directory '/build/libosmocore/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/libosmocore/include/osmocom'
make[3]: Leaving directory '/build/libosmocore/include/osmocom'
make[3]: Entering directory '/build/libosmocore/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmocore/include'
make[2]: Leaving directory '/build/libosmocore/include'
Making all in src
make[2]: Entering directory '/build/libosmocore/src'
Making all in core
make[3]: Entering directory '/build/libosmocore/src/core'
  GEN      crc8gen.c
  GEN      crc16gen.c
  GEN      crc32gen.c
  GEN      crc64gen.c
make  all-am
make[4]: Entering directory '/build/libosmocore/src/core'
  CC       application.lo
  CC       backtrace.lo
  CC       base64.lo
  CC       bits.lo
  CC       bitvec.lo
  CC       bitcomp.lo
  CC       context.lo
  CC       conv.lo
  CC       conv_acc.lo
  CC       conv_acc_generic.lo
  CC       counter.lo
  CC       crc16.lo
  CC       crc8gen.lo
  CC       crc16gen.lo
  CC       crc32gen.lo
  CC       crc64gen.lo
  CC       exec.lo
  CC       fsm.lo
  CC       gsmtap_util.lo
  CC       isdnhdlc.lo
  CC       it_q.lo
  CC       logging.lo
  CC       logging_syslog.lo
  CC       logging_gsmtap.lo
  CC       loggingrb.lo
  CC       macaddr.lo
  CC       msgb.lo
  CC       netdev.lo
  CC       netns.lo
  CC       osmo_io.lo
  CC       osmo_io_poll.lo
  CC       panic.lo
  CC       prbs.lo
  CC       prim.lo
  CC       rate_ctr.lo
  CC       rbtree.lo
  CC       select.lo
  CC       sercomm.lo
  CC       sockaddr_str.lo
  CC       signal.lo
  CC       socket.lo
  CC       soft_uart.lo
  CC       stat_item.lo
  CC       stats.lo
  CC       stats_statsd.lo
  CC       stats_tcp.lo
  CC       strrb.lo
  CC       tdef.lo
  CC       thread.lo
  CC       time_cc.lo
  CC       timer.lo
  CC       timer_gettimeofday.lo
  CC       timer_clockgettime.lo
  CC       tun.lo
  CC       use_count.lo
  CC       utils.lo
  CC       write_queue.lo
  CC       conv_acc_sse.lo
  CC       conv_acc_sse_avx.lo
  CC       plugin.lo
  CC       msgfile.lo
  CC       serial.lo
  CC       mnl.lo
  CCLD     libosmocore.la
make[4]: Leaving directory '/build/libosmocore/src/core'
make[3]: Leaving directory '/build/libosmocore/src/core'
Making all in vty
make[3]: Entering directory '/build/libosmocore/src/vty'
  CC       buffer.lo
  CC       command.lo
  CC       vty.lo
  CC       vector.lo
  CC       utils.lo
  CC       logging_vty.lo
  CC       telnet_interface.lo
  CC       stats_vty.lo
  CC       fsm_vty.lo
  CC       talloc_ctx_vty.lo
  CC       cpu_sched_vty.lo
  CC       tdef_vty.lo
  CCLD     libosmovty.la
make[3]: Leaving directory '/build/libosmocore/src/vty'
Making all in isdn
make[3]: Entering directory '/build/libosmocore/src/isdn'
  CC       i460_mux.lo
  CC       lapd_core.lo
  CC       v110.lo
  CC       v110_ta.lo
  CCLD     libisdnint.la
  CCLD     libosmoisdn.la
make[3]: Leaving directory '/build/libosmocore/src/isdn'
Making all in codec
make[3]: Entering directory '/build/libosmocore/src/codec'
  CC       gsm610.lo
  CC       gsm620.lo
  CC       gsm660.lo
  CC       hr_sid_class.lo
  CC       gsm690.lo
  CC       ecu.lo
  CC       ecu_fr.lo
  CC       ecu_fr_old.lo
  CCLD     libosmocodec.la
make[3]: Leaving directory '/build/libosmocore/src/codec'
Making all in gsm
make[3]: Entering directory '/build/libosmocore/src/gsm'
  GEN      gsm0503_conv.c
Generating convolutional codes...
Generate 'xcch' definition
Generate 'tch_f24' definition
Generate 'tch_h24' definition
Generate 'tch_f48' definition
Generate 'tch_f96' definition
Generate 'tch_f144' definition
Generate 'rach' definition
Generate 'rach_ext' definition
Generate 'sch' definition
Generate 'cs2' definition
Generate 'cs3' definition
Generate 'cs2_np' definition
Generate 'cs3_np' definition
Generate 'tch_afs_12_2' definition
Generate 'tch_afs_10_2' definition
Generate 'tch_afs_7_95' definition
Generate 'tch_afs_7_4' definition
Generate 'tch_afs_6_7' definition
Generate 'tch_afs_5_9' definition
Generate 'tch_afs_5_15' definition
Generate 'tch_afs_4_75' definition
Generate 'tch_fr' definition
Generate 'tch_hr' definition
Generate 'tch_ahs_7_95' definition
Generate 'tch_ahs_7_4' definition
Generate 'tch_ahs_6_7' definition
Generate 'tch_ahs_5_9' definition
Generate 'tch_ahs_5_15' definition
Generate 'tch_ahs_4_75' definition
Generate 'tch_axs_sid_update' definition
Generate 'mcs1_dl_hdr' definition
Generate 'mcs1_ul_hdr' definition
Generate 'mcs1' definition
Generate 'mcs2' definition
Generate 'mcs3' definition
Generate 'mcs4' definition
Generate 'mcs5_dl_hdr' definition
Generate 'mcs5_ul_hdr' definition
Generate 'mcs5' definition
Generate 'mcs6' definition
Generate 'mcs7_dl_hdr' definition
Generate 'mcs7_ul_hdr' definition
Generate 'mcs7' definition
Generate 'mcs8' definition
Generate 'mcs9' definition
Generation complete.
make  all-am
make[4]: Entering directory '/build/libosmocore/src/gsm'
  CC       a5.lo
  CC       rxlev_stat.lo
  CC       tlv_parser.lo
  CC       comp128.lo
  CC       comp128v23.lo
  CC       gsm_utils.lo
  CC       rsl.lo
  CC       gsm48.lo
gsm_utils.c:106:9: note: '#pragma message: glibc 2.36 random detected'
  106 | #pragma message ("glibc " OSMO_STRINGIFY_VAL(__GLIBC__) "." OSMO_STRINGIFY_VAL(__GLIBC_MINOR__) " random detected")
      |         ^~~~~~~
  CC       gsm48_arfcn_range_encode.lo
  CC       gsm48_ie.lo
  CC       gsm0808.lo
  CC       sysinfo.lo
  CC       gprs_cipher_core.lo
  CC       gprs_rlc.lo
  CC       gsm0480.lo
  CC       abis_nm.lo
  CC       gsm0502.lo
  CC       gsm0411_utils.lo
  CC       gsm0411_smc.lo
  CC       gsm0411_smr.lo
  CC       gsm0414.lo
  CC       lapdm.lo
  CC       kasumi.lo
  CC       gsm29205.lo
  CC       gsm_04_08_gprs.lo
  CC       auth_core.lo
  CC       auth_comp128v1.lo
  CC       auth_comp128v23.lo
  CC       auth_xor.lo
  CC       auth_xor_2g.lo
  CC       auth_milenage.lo
  CC       gea.lo
  CC       milenage/aes-internal.lo
  CC       milenage/aes-internal-enc.lo
  CC       milenage/milenage.lo
  CC       gan.lo
  CC       ipa.lo
  CC       gsm0341.lo
  CC       apn.lo
  CC       auth_tuak.lo
  CC       gprs_gea.lo
  CC       gsm0503_conv.lo
  CC       oap.lo
  CC       gsm0808_utils.lo
  CC       gsm23003.lo
  CC       gsm23236.lo
  CC       mncc.lo
  CC       bts_features.lo
  CC       oap_client.lo
  CC       gsm29118.lo
  CC       gsm48_rest_octets.lo
  CC       cbsp.lo
  CC       gsm48049.lo
  CC       gad.lo
  CC       bsslap.lo
  CC       bssmap_le.lo
  CC       kdf.lo
  CC       iuup.lo
  CC       gsm44021.lo
  CC       gsm44068.lo
  CC       rlp.lo
  CC       gsup.lo
  CC       gsup_sms.lo
  CC       milenage/aes-encblock.lo
  CC       tuak/KeccakP-1600-3gpp.lo
  CC       tuak/tuak.lo
  CCLD     libgsmint.la
  CCLD     libosmogsm.la
make[4]: Leaving directory '/build/libosmocore/src/gsm'
make[3]: Leaving directory '/build/libosmocore/src/gsm'
Making all in coding
make[3]: Entering directory '/build/libosmocore/src/coding'
  CC       gsm0503_interleaving.lo
  CC       gsm0503_mapping.lo
  CC       gsm0503_tables.lo
  CC       gsm0503_parity.lo
  CC       gsm0503_coding.lo
  CC       gsm0503_amr_dtx.lo
  CCLD     libosmocoding.la
make[3]: Leaving directory '/build/libosmocore/src/coding'
Making all in gb
make[3]: Entering directory '/build/libosmocore/src/gb'
  CC       gprs_ns.lo
  CC       gprs_ns_frgre.lo
  CC       gprs_ns_vty.lo
  CC       gprs_ns_sns.lo
  CC       gprs_bssgp.lo
  CC       gprs_bssgp_vty.lo
  CC       gprs_bssgp_util.lo
  CC       gprs_bssgp_rim.lo
  CC       gprs_bssgp_bss.lo
  CC       gprs_ns2.lo
  CC       gprs_ns2_udp.lo
  CC       gprs_ns2_frgre.lo
  CC       gprs_ns2_fr.lo
  CC       gprs_ns2_vc_fsm.lo
  CC       gprs_ns2_sns.lo
  CC       gprs_ns2_message.lo
  CC       gprs_ns2_vty.lo
  CC       gprs_bssgp2.lo
  CC       bssgp_bvc_fsm.lo
  CC       common_vty.lo
  CC       frame_relay.lo
  CCLD     libosmogb.la
  CCLD     libosmogb-test.la
make[3]: Leaving directory '/build/libosmocore/src/gb'
Making all in ctrl
make[3]: Entering directory '/build/libosmocore/src/ctrl'
  CC       control_cmd.lo
  CC       control_if.lo
  CC       fsm_ctrl_commands.lo
  CC       control_vty.lo
  CCLD     libosmoctrl.la
make[3]: Leaving directory '/build/libosmocore/src/ctrl'
Making all in pseudotalloc
make[3]: Entering directory '/build/libosmocore/src/pseudotalloc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmocore/src/pseudotalloc'
Making all in sim
make[3]: Entering directory '/build/libosmocore/src/sim'
  CC       core.lo
  CC       reader.lo
  CC       class_tables.lo
  CC       card_fs_sim.lo
  CC       card_fs_usim.lo
  CC       card_fs_uicc.lo
  CC       card_fs_isim.lo
  CC       card_fs_hpsim.lo
  CC       card_fs_tetra.lo
  CC       reader_pcsc.lo
  CCLD     libosmosim.la
make[3]: Leaving directory '/build/libosmocore/src/sim'
Making all in usb
make[3]: Entering directory '/build/libosmocore/src/usb'
  CC       osmo_libusb.lo
  CCLD     libosmousb.la
make[3]: Leaving directory '/build/libosmocore/src/usb'
make[3]: Entering directory '/build/libosmocore/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmocore/src'
make[2]: Leaving directory '/build/libosmocore/src'
Making all in utils
make[2]: Entering directory '/build/libosmocore/utils'
make[3]: Entering directory '/build/libosmocore/utils'
  CC       osmo-arfcn.o
  CC       osmo-auc-gen.o
  CC       osmo-config-merge.o
  CC       osmo-aka-verify.o
  CC       gsmtap-logsend.o
  CC       osmo_sim_test-osmo-sim-test.o
  CC       osmo-ns-dummy.o
  CC       osmo-ns-dummy-vty.o
  CCLD     osmo-gsmtap-logsend
  CCLD     osmo-aka-verify
  CCLD     osmo-arfcn
  CCLD     osmo-auc-gen
  CCLD     osmo-config-merge
  CCLD     osmo-sim-test
  CCLD     osmo-ns-dummy
make[3]: Leaving directory '/build/libosmocore/utils'
make[2]: Leaving directory '/build/libosmocore/utils'
Making all in tapset
make[2]: Entering directory '/build/libosmocore/tapset'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libosmocore/tapset'
Making all in tests
make[2]: Entering directory '/build/libosmocore/tests'
  GEN      conv/gsm0503_test_vectors.c
Generating test vectors...
Generate 'xcch' test vector
Generate 'tch_f24' test vector
Generate 'tch_h24' test vector
Generate 'tch_f48' test vector
Generate 'tch_f96' test vector
Generate 'tch_f144' test vector
Generate 'rach' test vector
Generate 'rach_ext' test vector
Generate 'sch' test vector
Generate 'cs2' test vector
Generate 'cs3' test vector
Generate 'cs2_np' test vector
Generate 'cs3_np' test vector
Generate 'tch_afs_12_2' test vector
Generate 'tch_afs_10_2' test vector
Generate 'tch_afs_7_95' test vector
Generate 'tch_afs_7_4' test vector
Generate 'tch_afs_6_7' test vector
Generate 'tch_afs_5_9' test vector
Generate 'tch_afs_5_15' test vector
Generate 'tch_afs_4_75' test vector
Generate 'tch_fr' test vector
Generate 'tch_hr' test vector
Generate 'tch_ahs_7_95' test vector
Generate 'tch_ahs_7_4' test vector
Generate 'tch_ahs_6_7' test vector
Generate 'tch_ahs_5_9' test vector
Generate 'tch_ahs_5_15' test vector
Generate 'tch_ahs_4_75' test vector
Generate 'tch_axs_sid_update' test vector
Generate 'mcs1_dl_hdr' test vector
Generate 'mcs1_ul_hdr' test vector
Generate 'mcs1' test vector
Generate 'mcs2' test vector
Generate 'mcs3' test vector
Generate 'mcs4' test vector
Generate 'mcs5_dl_hdr' test vector
Generate 'mcs5_ul_hdr' test vector
Generate 'mcs5' test vector
Generate 'mcs6' test vector
Generate 'mcs7_dl_hdr' test vector
Generate 'mcs7_ul_hdr' test vector
Generate 'mcs7' test vector
Generate 'mcs8' test vector
Generate 'mcs9' test vector
Generation complete.
make  all-am
make[3]: Entering directory '/build/libosmocore/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmocore/tests'
make[2]: Leaving directory '/build/libosmocore/tests'
make[2]: Entering directory '/build/libosmocore'
make[2]: Leaving directory '/build/libosmocore'
make[1]: Leaving directory '/build/libosmocore'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/libosmocore'
Making install in include
make[2]: Entering directory '/build/libosmocore/include'
Making install in osmocom
make[3]: Entering directory '/build/libosmocore/include/osmocom'
Making install in core
make[4]: Entering directory '/build/libosmocore/include/osmocom/core'
make[5]: Entering directory '/build/libosmocore/include/osmocom/core'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/core'
 /usr/bin/install -c -m 644 application.h backtrace.h base64.h bit16gen.h bit32gen.h bit64gen.h bits.h bitvec.h bitcomp.h byteswap.h conv.h counter.h crc16.h crc16gen.h crc32gen.h crc64gen.h crc8gen.h crcgen.h endian.h defs.h exec.h fsm.h gsmtap.h gsmtap_util.h hash.h hashtable.h isdnhdlc.h it_q.h jhash.h linuxlist.h linuxrbtree.h log2.h logging.h loggingrb.h stats.h macaddr.h msgb.h netdev.h netns.h osmo_io.h '/build/inst-osmo-hnbgw/include/osmocom/core'
 /usr/bin/install -c -m 644 panic.h prbs.h prim.h process.h rate_ctr.h stat_item.h stats_tcp.h select.h sercomm.h signal.h socket.h statistics.h strrb.h talloc.h tdef.h thread.h timer.h timer_compat.h tun.h utils.h write_queue.h sockaddr_str.h soft_uart.h time_cc.h use_count.h socket_compat.h plugin.h msgfile.h serial.h mnl.h '/build/inst-osmo-hnbgw/include/osmocom/core'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/core'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/core'
Making install in vty
make[4]: Entering directory '/build/libosmocore/include/osmocom/vty'
make[5]: Entering directory '/build/libosmocore/include/osmocom/vty'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/vty'
 /usr/bin/install -c -m 644 buffer.h command.h logging.h stats.h misc.h telnet_interface.h vector.h vty.h ports.h cpu_sched_vty.h tdef_vty.h '/build/inst-osmo-hnbgw/include/osmocom/vty'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/vty'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/vty'
Making install in codec
make[4]: Entering directory '/build/libosmocore/include/osmocom/codec'
make[5]: Entering directory '/build/libosmocore/include/osmocom/codec'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/codec'
 /usr/bin/install -c -m 644 ecu.h codec.h gsm610_bits.h '/build/inst-osmo-hnbgw/include/osmocom/codec'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/codec'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/codec'
Making install in gsm
make[4]: Entering directory '/build/libosmocore/include/osmocom/gsm'
make  install-recursive
make[5]: Entering directory '/build/libosmocore/include/osmocom/gsm'
Making install in protocol
make[6]: Entering directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[7]: Entering directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[7]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/gsm/protocol'
 /usr/bin/install -c -m 644 gsm_23_032.h gsm_03_40.h gsm_03_41.h gsm_04_08.h gsm_04_08_gprs.h gsm_04_11.h gsm_04_12.h gsm_04_14.h gsm_04_80.h gsm_08_08.h gsm_08_58.h gsm_09_02.h gsm_12_21.h gsm_23_003.h gsm_23_041.h gsm_25_415.h gsm_29_118.h gsm_44_004.h gsm_44_060.h gsm_44_068.h gsm_44_318.h gsm_48_049.h gsm_48_071.h gsm_49_031.h ipaccess.h smpp34_osmocom.h '/build/inst-osmo-hnbgw/include/osmocom/gsm/protocol'
make[7]: Leaving directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gsm/protocol'
make[6]: Entering directory '/build/libosmocore/include/osmocom/gsm'
make[7]: Entering directory '/build/libosmocore/include/osmocom/gsm'
make[7]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/gsm'
 /usr/bin/install -c -m 644 a5.h abis_nm.h apn.h bts_features.h cbsp.h comp128.h comp128v23.h bitvec_gsm.h gan.h gsm0341.h gsm0411_smc.h gsm0411_smr.h gsm0411_utils.h gsm0480.h gsm0502.h gsm0503.h bsslap.h bssmap_le.h gad.h gsm0808.h gsm0808_lcs.h gsm29205.h gsm0808_utils.h gsm23003.h gsm23236.h gsm29118.h gsm44021.h gsm48.h gsm48_arfcn_range_encode.h gsm48_ie.h gsm48_rest_octets.h gsm_utils.h gsup.h gsup_sms.h i460_mux.h ipa.h iuup.h lapd_core.h lapdm.h meas_rep.h '/build/inst-osmo-hnbgw/include/osmocom/gsm'
 /usr/bin/install -c -m 644 mncc.h prim.h l1sap.h oap.h oap_client.h rlp.h rsl.h rtp_extensions.h rxlev_stat.h sysinfo.h tlv.h '/build/inst-osmo-hnbgw/include/osmocom/gsm'
make[7]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/gsm'
Making install in isdn
make[4]: Entering directory '/build/libosmocore/include/osmocom/isdn'
make[5]: Entering directory '/build/libosmocore/include/osmocom/isdn'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/isdn'
 /usr/bin/install -c -m 644 i460_mux.h lapd_core.h v110.h v110_ta.h '/build/inst-osmo-hnbgw/include/osmocom/isdn'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/isdn'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/isdn'
Making install in crypt
make[4]: Entering directory '/build/libosmocore/include/osmocom/crypt'
make[5]: Entering directory '/build/libosmocore/include/osmocom/crypt'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/crypt'
 /usr/bin/install -c -m 644 auth.h gprs_cipher.h kdf.h utran_cipher.h '/build/inst-osmo-hnbgw/include/osmocom/crypt'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/crypt'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/crypt'
Making install in coding
make[4]: Entering directory '/build/libosmocore/include/osmocom/coding'
make[5]: Entering directory '/build/libosmocore/include/osmocom/coding'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/coding'
 /usr/bin/install -c -m 644 gsm0503_tables.h gsm0503_parity.h gsm0503_mapping.h gsm0503_interleaving.h gsm0503_coding.h gsm0503_amr_dtx.h '/build/inst-osmo-hnbgw/include/osmocom/coding'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/coding'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/coding'
Making install in gprs
make[4]: Entering directory '/build/libosmocore/include/osmocom/gprs'
Making install in protocol
make[5]: Entering directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[6]: Entering directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[6]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/gprs/protocol'
 /usr/bin/install -c -m 644 gsm_04_60.h gsm_08_16.h gsm_08_18.h gsm_24_301.h '/build/inst-osmo-hnbgw/include/osmocom/gprs/protocol'
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gprs/protocol'
make[5]: Entering directory '/build/libosmocore/include/osmocom/gprs'
make[6]: Entering directory '/build/libosmocore/include/osmocom/gprs'
make[6]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/gprs'
 /usr/bin/install -c -m 644 frame_relay.h bssgp_bvc_fsm.h gprs_bssgp.h gprs_bssgp2.h gprs_bssgp_bss.h gprs_bssgp_rim.h gprs_msgb.h gprs_ns.h gprs_ns_frgre.h gprs_ns2.h gprs_rlc.h '/build/inst-osmo-hnbgw/include/osmocom/gprs'
make[6]: Leaving directory '/build/libosmocore/include/osmocom/gprs'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/gprs'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/gprs'
Making install in ctrl
make[4]: Entering directory '/build/libosmocore/include/osmocom/ctrl'
make[5]: Entering directory '/build/libosmocore/include/osmocom/ctrl'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/ctrl'
 /usr/bin/install -c -m 644 control_cmd.h control_if.h ports.h control_vty.h '/build/inst-osmo-hnbgw/include/osmocom/ctrl'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/ctrl'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/ctrl'
Making install in sim
make[4]: Entering directory '/build/libosmocore/include/osmocom/sim'
make[5]: Entering directory '/build/libosmocore/include/osmocom/sim'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/sim'
 /usr/bin/install -c -m 644 class_tables.h sim.h '/build/inst-osmo-hnbgw/include/osmocom/sim'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/sim'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/sim'
Making install in usb
make[4]: Entering directory '/build/libosmocore/include/osmocom/usb'
make[5]: Entering directory '/build/libosmocore/include/osmocom/usb'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/usb'
 /usr/bin/install -c -m 644 libusb.h '/build/inst-osmo-hnbgw/include/osmocom/usb'
make[5]: Leaving directory '/build/libosmocore/include/osmocom/usb'
make[4]: Leaving directory '/build/libosmocore/include/osmocom/usb'
make[4]: Entering directory '/build/libosmocore/include/osmocom'
make[5]: Entering directory '/build/libosmocore/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/libosmocore/include/osmocom'
make[4]: Leaving directory '/build/libosmocore/include/osmocom'
make[3]: Leaving directory '/build/libosmocore/include/osmocom'
make[3]: Entering directory '/build/libosmocore/include'
make[4]: Entering directory '/build/libosmocore/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/include'
make[3]: Leaving directory '/build/libosmocore/include'
make[2]: Leaving directory '/build/libosmocore/include'
Making install in src
make[2]: Entering directory '/build/libosmocore/src'
Making install in core
make[3]: Entering directory '/build/libosmocore/src/core'
make  install-am
make[4]: Entering directory '/build/libosmocore/src/core'
make[5]: Entering directory '/build/libosmocore/src/core'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmocore.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmocore.so.22.1.0 /build/inst-osmo-hnbgw/lib/libosmocore.so.22.1.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocore.so.22.1.0 libosmocore.so.22 || { rm -f libosmocore.so.22 && ln -s libosmocore.so.22.1.0 libosmocore.so.22; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocore.so.22.1.0 libosmocore.so || { rm -f libosmocore.so && ln -s libosmocore.so.22.1.0 libosmocore.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocore.lai /build/inst-osmo-hnbgw/lib/libosmocore.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/libosmocore/src/core'
make[4]: Leaving directory '/build/libosmocore/src/core'
make[3]: Leaving directory '/build/libosmocore/src/core'
Making install in vty
make[3]: Entering directory '/build/libosmocore/src/vty'
make[4]: Entering directory '/build/libosmocore/src/vty'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmovty.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmovty.la'
libtool: install: (cd /build/libosmocore/src/vty; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -pthread -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -version-info 13:2:0 -no-undefined -o libosmovty.la -rpath /build/inst-osmo-hnbgw/lib buffer.lo command.lo vty.lo vector.lo utils.lo telnet_interface.lo logging_vty.lo stats_vty.lo fsm_vty.lo talloc_ctx_vty.lo cpu_sched_vty.lo tdef_vty.lo ../../src/core/libosmocore.la -ltalloc )
libtool: install: /usr/bin/install -c .libs/libosmovty.so.13.0.2T /build/inst-osmo-hnbgw/lib/libosmovty.so.13.0.2
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmovty.so.13.0.2 libosmovty.so.13 || { rm -f libosmovty.so.13 && ln -s libosmovty.so.13.0.2 libosmovty.so.13; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmovty.so.13.0.2 libosmovty.so || { rm -f libosmovty.so && ln -s libosmovty.so.13.0.2 libosmovty.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmovty.lai /build/inst-osmo-hnbgw/lib/libosmovty.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/vty'
make[3]: Leaving directory '/build/libosmocore/src/vty'
Making install in isdn
make[3]: Entering directory '/build/libosmocore/src/isdn'
make[4]: Entering directory '/build/libosmocore/src/isdn'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmoisdn.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmoisdn.la'
libtool: install: (cd /build/libosmocore/src/isdn; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoisdn.map -version-info 2:0:2 -no-undefined -o libosmoisdn.la -rpath /build/inst-osmo-hnbgw/lib libisdnint.la -ltalloc )
libtool: install: /usr/bin/install -c .libs/libosmoisdn.so.0.2.0T /build/inst-osmo-hnbgw/lib/libosmoisdn.so.0.2.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoisdn.so.0.2.0 libosmoisdn.so.0 || { rm -f libosmoisdn.so.0 && ln -s libosmoisdn.so.0.2.0 libosmoisdn.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoisdn.so.0.2.0 libosmoisdn.so || { rm -f libosmoisdn.so && ln -s libosmoisdn.so.0.2.0 libosmoisdn.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoisdn.lai /build/inst-osmo-hnbgw/lib/libosmoisdn.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/isdn'
make[3]: Leaving directory '/build/libosmocore/src/isdn'
Making install in codec
make[3]: Entering directory '/build/libosmocore/src/codec'
make[4]: Entering directory '/build/libosmocore/src/codec'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmocodec.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmocodec.la'
libtool: install: (cd /build/libosmocore/src/codec; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -version-info 5:0:1 -no-undefined -o libosmocodec.la -rpath /build/inst-osmo-hnbgw/lib gsm610.lo gsm620.lo gsm660.lo gsm690.lo hr_sid_class.lo ecu.lo ecu_fr.lo ecu_fr_old.lo ../../src/core/libosmocore.la )
libtool: install: /usr/bin/install -c .libs/libosmocodec.so.4.1.0T /build/inst-osmo-hnbgw/lib/libosmocodec.so.4.1.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocodec.so.4.1.0 libosmocodec.so.4 || { rm -f libosmocodec.so.4 && ln -s libosmocodec.so.4.1.0 libosmocodec.so.4; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocodec.so.4.1.0 libosmocodec.so || { rm -f libosmocodec.so && ln -s libosmocodec.so.4.1.0 libosmocodec.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocodec.lai /build/inst-osmo-hnbgw/lib/libosmocodec.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/codec'
make[3]: Leaving directory '/build/libosmocore/src/codec'
Making install in gsm
make[3]: Entering directory '/build/libosmocore/src/gsm'
make  install-am
make[4]: Entering directory '/build/libosmocore/src/gsm'
make[5]: Entering directory '/build/libosmocore/src/gsm'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmogsm.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmogsm.la'
libtool: install: (cd /build/libosmocore/src/gsm; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -I/usr/include/p11-kit-1 -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogsm.map -version-info 22:0:2 -no-undefined -o libosmogsm.la -rpath /build/inst-osmo-hnbgw/lib libgsmint.la -ltalloc -lgnutls )
libtool: install: /usr/bin/install -c .libs/libosmogsm.so.20.2.0T /build/inst-osmo-hnbgw/lib/libosmogsm.so.20.2.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmogsm.so.20.2.0 libosmogsm.so.20 || { rm -f libosmogsm.so.20 && ln -s libosmogsm.so.20.2.0 libosmogsm.so.20; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmogsm.so.20.2.0 libosmogsm.so || { rm -f libosmogsm.so && ln -s libosmogsm.so.20.2.0 libosmogsm.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogsm.lai /build/inst-osmo-hnbgw/lib/libosmogsm.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/libosmocore/src/gsm'
make[4]: Leaving directory '/build/libosmocore/src/gsm'
make[3]: Leaving directory '/build/libosmocore/src/gsm'
Making install in coding
make[3]: Entering directory '/build/libosmocore/src/coding'
make[4]: Entering directory '/build/libosmocore/src/coding'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmocoding.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmocoding.la'
libtool: install: (cd /build/libosmocore/src/coding; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmocoding.map -version-info 3:1:3 -no-undefined -o libosmocoding.la -rpath /build/inst-osmo-hnbgw/lib gsm0503_interleaving.lo gsm0503_mapping.lo gsm0503_tables.lo gsm0503_parity.lo gsm0503_coding.lo gsm0503_amr_dtx.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/codec/libosmocodec.la )
libtool: install: /usr/bin/install -c .libs/libosmocoding.so.0.3.1T /build/inst-osmo-hnbgw/lib/libosmocoding.so.0.3.1
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocoding.so.0.3.1 libosmocoding.so.0 || { rm -f libosmocoding.so.0 && ln -s libosmocoding.so.0.3.1 libosmocoding.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmocoding.so.0.3.1 libosmocoding.so || { rm -f libosmocoding.so && ln -s libosmocoding.so.0.3.1 libosmocoding.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmocoding.lai /build/inst-osmo-hnbgw/lib/libosmocoding.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/coding'
make[3]: Leaving directory '/build/libosmocore/src/coding'
Making install in gb
make[3]: Entering directory '/build/libosmocore/src/gb'
make[4]: Entering directory '/build/libosmocore/src/gb'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmogb.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmogb.la'
libtool: install: (cd /build/libosmocore/src/gb; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -fno-strict-aliasing -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmogb.map -version-info 17:0:3 -no-undefined -o libosmogb.la -rpath /build/inst-osmo-hnbgw/lib gprs_ns.lo gprs_ns_frgre.lo gprs_ns_vty.lo gprs_ns_sns.lo gprs_bssgp.lo gprs_bssgp_util.lo gprs_bssgp_vty.lo gprs_bssgp_rim.lo gprs_bssgp_bss.lo gprs_ns2.lo gprs_ns2_udp.lo gprs_ns2_frgre.lo gprs_ns2_fr.lo gprs_ns2_vc_fsm.lo gprs_ns2_sns.lo gprs_ns2_message.lo gprs_ns2_vty.lo gprs_bssgp2.lo bssgp_bvc_fsm.lo common_vty.lo frame_relay.lo -ltalloc ../../src/core/libosmocore.la ../../src/vty/libosmovty.la ../../src/gsm/libosmogsm.la )
libtool: install: /usr/bin/install -c .libs/libosmogb.so.14.3.0T /build/inst-osmo-hnbgw/lib/libosmogb.so.14.3.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmogb.so.14.3.0 libosmogb.so.14 || { rm -f libosmogb.so.14 && ln -s libosmogb.so.14.3.0 libosmogb.so.14; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmogb.so.14.3.0 libosmogb.so || { rm -f libosmogb.so && ln -s libosmogb.so.14.3.0 libosmogb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmogb.lai /build/inst-osmo-hnbgw/lib/libosmogb.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/gb'
make[3]: Leaving directory '/build/libosmocore/src/gb'
Making install in ctrl
make[3]: Entering directory '/build/libosmocore/src/ctrl'
make[4]: Entering directory '/build/libosmocore/src/ctrl'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmoctrl.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmoctrl.la'
libtool: install: (cd /build/libosmocore/src/ctrl; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -Wall -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -Wl,--version-script=./libosmoctrl.map -version-info 9:1:9 -no-undefined -o libosmoctrl.la -rpath /build/inst-osmo-hnbgw/lib control_cmd.lo control_if.lo fsm_ctrl_commands.lo control_vty.lo -ltalloc ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la ../../src/vty/libosmovty.la )
libtool: install: /usr/bin/install -c .libs/libosmoctrl.so.0.9.1T /build/inst-osmo-hnbgw/lib/libosmoctrl.so.0.9.1
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoctrl.so.0.9.1 libosmoctrl.so.0 || { rm -f libosmoctrl.so.0 && ln -s libosmoctrl.so.0.9.1 libosmoctrl.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoctrl.so.0.9.1 libosmoctrl.so || { rm -f libosmoctrl.so && ln -s libosmoctrl.so.0.9.1 libosmoctrl.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoctrl.lai /build/inst-osmo-hnbgw/lib/libosmoctrl.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/ctrl'
make[3]: Leaving directory '/build/libosmocore/src/ctrl'
Making install in pseudotalloc
make[3]: Entering directory '/build/libosmocore/src/pseudotalloc'
make[4]: Entering directory '/build/libosmocore/src/pseudotalloc'
make[4]: Leaving directory '/build/libosmocore/src/pseudotalloc'
make[3]: Leaving directory '/build/libosmocore/src/pseudotalloc'
Making install in sim
make[3]: Entering directory '/build/libosmocore/src/sim'
make[4]: Entering directory '/build/libosmocore/src/sim'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmosim.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmosim.la'
libtool: install: (cd /build/libosmocore/src/sim; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/PCSC -pthread -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -version-info 3:3:1 -no-undefined -o libosmosim.la -rpath /build/inst-osmo-hnbgw/lib core.lo reader.lo class_tables.lo card_fs_sim.lo card_fs_usim.lo card_fs_uicc.lo card_fs_isim.lo card_fs_hpsim.lo card_fs_tetra.lo reader_pcsc.lo ../../src/core/libosmocore.la ../../src/gsm/libosmogsm.la -ltalloc -lpcsclite )
libtool: install: /usr/bin/install -c .libs/libosmosim.so.2.1.3T /build/inst-osmo-hnbgw/lib/libosmosim.so.2.1.3
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmosim.so.2.1.3 libosmosim.so.2 || { rm -f libosmosim.so.2 && ln -s libosmosim.so.2.1.3 libosmosim.so.2; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmosim.so.2.1.3 libosmosim.so || { rm -f libosmosim.so && ln -s libosmosim.so.2.1.3 libosmosim.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmosim.lai /build/inst-osmo-hnbgw/lib/libosmosim.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/sim'
make[3]: Leaving directory '/build/libosmocore/src/sim'
Making install in usb
make[3]: Entering directory '/build/libosmocore/src/usb'
make[4]: Entering directory '/build/libosmocore/src/usb'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmousb.la '/build/inst-osmo-hnbgw/lib'
libtool: warning: relinking 'libosmousb.la'
libtool: install: (cd /build/libosmocore/src/usb; /bin/bash "/build/libosmocore/libtool"  --silent --tag CC --mode=relink gcc -fPIC -Wall -I/usr/include/libusb-1.0 -std=gnu11 -fsanitize=address -fsanitize=undefined -DBUILDING_LIBOSMOCORE -Wall -version-info 0:1:0 -no-undefined -o libosmousb.la -rpath /build/inst-osmo-hnbgw/lib osmo_libusb.lo ../../src/core/libosmocore.la -ltalloc -lusb-1.0 )
libtool: install: /usr/bin/install -c .libs/libosmousb.so.0.0.1T /build/inst-osmo-hnbgw/lib/libosmousb.so.0.0.1
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so.0 || { rm -f libosmousb.so.0 && ln -s libosmousb.so.0.0.1 libosmousb.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmousb.so.0.0.1 libosmousb.so || { rm -f libosmousb.so && ln -s libosmousb.so.0.0.1 libosmousb.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmousb.lai /build/inst-osmo-hnbgw/lib/libosmousb.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src/usb'
make[3]: Leaving directory '/build/libosmocore/src/usb'
make[3]: Entering directory '/build/libosmocore/src'
make[4]: Entering directory '/build/libosmocore/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/src'
make[3]: Leaving directory '/build/libosmocore/src'
make[2]: Leaving directory '/build/libosmocore/src'
Making install in utils
make[2]: Entering directory '/build/libosmocore/utils'
make[3]: Entering directory '/build/libosmocore/utils'
make[4]: Entering directory '/build/libosmocore/utils'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-arfcn osmo-auc-gen osmo-config-merge osmo-aka-verify osmo-gsmtap-logsend '/build/inst-osmo-hnbgw/bin'
libtool: install: /usr/bin/install -c .libs/osmo-arfcn /build/inst-osmo-hnbgw/bin/osmo-arfcn
libtool: install: /usr/bin/install -c .libs/osmo-auc-gen /build/inst-osmo-hnbgw/bin/osmo-auc-gen
libtool: install: /usr/bin/install -c .libs/osmo-config-merge /build/inst-osmo-hnbgw/bin/osmo-config-merge
libtool: install: /usr/bin/install -c .libs/osmo-aka-verify /build/inst-osmo-hnbgw/bin/osmo-aka-verify
libtool: install: /usr/bin/install -c .libs/osmo-gsmtap-logsend /build/inst-osmo-hnbgw/bin/osmo-gsmtap-logsend
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/utils'
make[3]: Leaving directory '/build/libosmocore/utils'
make[2]: Leaving directory '/build/libosmocore/utils'
Making install in tapset
make[2]: Entering directory '/build/libosmocore/tapset'
make[3]: Entering directory '/build/libosmocore/tapset'
make[3]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[4]: Entering directory '/build/libosmocore/tapset'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/libosmocore/tapset'
make[3]: Leaving directory '/build/libosmocore/tapset'
make[2]: Leaving directory '/build/libosmocore/tapset'
Making install in tests
make[2]: Entering directory '/build/libosmocore/tests'
make  install-am
make[3]: Entering directory '/build/libosmocore/tests'
make[4]: Entering directory '/build/libosmocore/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmocore/tests'
make[3]: Leaving directory '/build/libosmocore/tests'
make[2]: Leaving directory '/build/libosmocore/tests'
make[2]: Entering directory '/build/libosmocore'
make[3]: Entering directory '/build/libosmocore'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/bin'
 /usr/bin/install -c osmo-release.sh '/build/inst-osmo-hnbgw/bin'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/share/aclocal'
 /usr/bin/install -c -m 644 m4/osmo_ac_code_coverage.m4 m4/osmo_ax_code_coverage.m4 '/build/inst-osmo-hnbgw/share/aclocal'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmocore.pc libosmocodec.pc libosmovty.pc libosmogsm.pc libosmogb.pc libosmoctrl.pc libosmocoding.pc libosmosim.pc libosmousb.pc libosmoisdn.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include'
 /usr/bin/install -c -m 644 osmo-release.mk '/build/inst-osmo-hnbgw/include'
make  install-data-hook
make[4]: Entering directory '/build/libosmocore'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/libosmocore'
make[3]: Leaving directory '/build/libosmocore'
make[2]: Leaving directory '/build/libosmocore'
make[1]: Leaving directory '/build/libosmocore'
+ build_repo libosmo-netif --enable-sanitize --disable-doxygen
+ dir=libosmo-netif
+ shift
+ build_repo_dir libosmo-netif ./ --enable-sanitize --disable-doxygen
+ dep=libosmo-netif
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize --disable-doxygen
+ set +x
+ have_repo libosmo-netif master
+ repo=libosmo-netif
+ branch=master


====================== libosmo-netif


+ echo OSMO_GSM_TESTER_BUILD_libosmo-netif
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libosmo_netif
+ eval echo $OSMO_GSM_TESTER_BUILD_libosmo_netif
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libosmo-netif ]
+ cd libosmo-netif
+ git fetch
+ git rev-parse origin/master
1b4044d76a0fee35fd0709cd1e51cc31d2609d55
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Doxyfile Doxyfile.in Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.status config.sub configure configure.ac contrib debian depcomp examples git-version-gen include install-sh libosmo-netif.pc libosmo-netif.pc.in libtool ltmain.sh m4 missing src stamp-h1 tests utils
+ git reset --hard origin/master
HEAD is now at 1b4044d stream_{cli,srv}: fix copy-paste in API docs
+ git rev-parse HEAD
1b4044d76a0fee35fd0709cd1e51cc31d2609d55
+ git rev-parse HEAD
+ echo 1b4044d76a0fee35fd0709cd1e51cc31d2609d55 libosmo-netif
+ git submodule update --init
+ cd /build
+ cd libosmo-netif/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi


libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:25: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:25: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:25: the top level
configure.ac:75: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:75: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:75: the top level
configure.ac:90: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:90: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:90: the top level
configure.ac:128: warning: AC_OUTPUT should be used without arguments.
configure.ac:128: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
examples/Makefile.am: installing './depcomp'


+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize --disable-doxygen
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for netinet/sctp.h... yes
checking for osmo_sock_init2_multiaddr in -losmocore... yes
checking for library containing sctp_send... -lsctp
checking for pcap.h... yes
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-netif.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/netif/Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating utils/Makefile
config.status: creating tests/Makefile
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating contrib/libosmo-netif.spec
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir


+ set +x
+ make -j8
make  all-recursive
make[1]: Entering directory '/build/libosmo-netif'
Making all in include
make[2]: Entering directory '/build/libosmo-netif/include'
Making all in osmocom
make[3]: Entering directory '/build/libosmo-netif/include/osmocom'
Making all in netif
make[4]: Entering directory '/build/libosmo-netif/include/osmocom/netif'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmo-netif/include/osmocom/netif'
make[4]: Entering directory '/build/libosmo-netif/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/libosmo-netif/include/osmocom'
make[3]: Leaving directory '/build/libosmo-netif/include/osmocom'
make[3]: Entering directory '/build/libosmo-netif/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-netif/include'
make[2]: Leaving directory '/build/libosmo-netif/include'
Making all in src
make[2]: Entering directory '/build/libosmo-netif/src'
  CC       amr.lo
  CC       datagram.lo
  CC       ipa.lo
  CC       ipa_keepalive.lo
  CC       ipa_unit.lo
  CC       jibuf.lo
  CC       osmux.lo
  CC       osmux_input.lo
  CC       osmux_output.lo
  CC       prim.lo
  CC       rs232.lo
  CC       rtp.lo
  CC       stream.lo
  CC       stream_cli.lo
  CC       stream_srv.lo
  CC       sctp.lo
  CCLD     libosmonetif.la
make[2]: Leaving directory '/build/libosmo-netif/src'
Making all in examples
make[2]: Entering directory '/build/libosmo-netif/examples'
  CC       ipa-stream-client.o
  CC       ipa-stream-server.o
  CC       stream-client.o
  CC       stream-server.o
  CC       rs232-write.o
  CC       rs232-read.o
  CC       rtp-udp-test-client.o
  CC       rtp-udp-test-server.o
  CC       udp-test-client.o
  CC       udp-test-server.o
  CC       osmux-test-input.o
  CC       osmux-test-output.o
  CCLD     ipa-stream-client
  CCLD     stream-client
  CCLD     rs232-read
  CCLD     rtp-udp-test-client
  CCLD     rtp-udp-test-server
  CCLD     osmux-test-output
  CCLD     ipa-stream-server
  CCLD     stream-server
  CCLD     rs232-write
  CCLD     udp-test-client
  CCLD     udp-test-server
  CCLD     osmux-test-input
make[2]: Leaving directory '/build/libosmo-netif/examples'
Making all in utils
make[2]: Entering directory '/build/libosmo-netif/utils'
  CC       osmo-amr-inspect.o
  CCLD     osmo-amr-inspect
make[2]: Leaving directory '/build/libosmo-netif/utils'
Making all in tests
make[2]: Entering directory '/build/libosmo-netif/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libosmo-netif/tests'
make[2]: Entering directory '/build/libosmo-netif'
make[2]: Leaving directory '/build/libosmo-netif'
make[1]: Leaving directory '/build/libosmo-netif'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/libosmo-netif'
Making install in include
make[2]: Entering directory '/build/libosmo-netif/include'
Making install in osmocom
make[3]: Entering directory '/build/libosmo-netif/include/osmocom'
Making install in netif
make[4]: Entering directory '/build/libosmo-netif/include/osmocom/netif'
make[5]: Entering directory '/build/libosmo-netif/include/osmocom/netif'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/netif'
 /usr/bin/install -c -m 644 amr.h datagram.h ipa.h ipa_unit.h jibuf.h osmux.h prim.h rs232.h rtp.h stream.h sctp.h '/build/inst-osmo-hnbgw/include/osmocom/netif'
make[5]: Leaving directory '/build/libosmo-netif/include/osmocom/netif'
make[4]: Leaving directory '/build/libosmo-netif/include/osmocom/netif'
make[4]: Entering directory '/build/libosmo-netif/include/osmocom'
make[5]: Entering directory '/build/libosmo-netif/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/libosmo-netif/include/osmocom'
make[4]: Leaving directory '/build/libosmo-netif/include/osmocom'
make[3]: Leaving directory '/build/libosmo-netif/include/osmocom'
make[3]: Entering directory '/build/libosmo-netif/include'
make[4]: Entering directory '/build/libosmo-netif/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-netif/include'
make[3]: Leaving directory '/build/libosmo-netif/include'
make[2]: Leaving directory '/build/libosmo-netif/include'
Making install in src
make[2]: Entering directory '/build/libosmo-netif/src'
make[3]: Entering directory '/build/libosmo-netif/src'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmonetif.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmonetif.so.11.3.0 /build/inst-osmo-hnbgw/lib/libosmonetif.so.11.3.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmonetif.so.11.3.0 libosmonetif.so.11 || { rm -f libosmonetif.so.11 && ln -s libosmonetif.so.11.3.0 libosmonetif.so.11; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmonetif.so.11.3.0 libosmonetif.so || { rm -f libosmonetif.so && ln -s libosmonetif.so.11.3.0 libosmonetif.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmonetif.lai /build/inst-osmo-hnbgw/lib/libosmonetif.la
libtool: install: /usr/bin/install -c .libs/libosmonetif.a /build/inst-osmo-hnbgw/lib/libosmonetif.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmonetif.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmonetif.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-netif/src'
make[2]: Leaving directory '/build/libosmo-netif/src'
Making install in examples
make[2]: Entering directory '/build/libosmo-netif/examples'
make[3]: Entering directory '/build/libosmo-netif/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-netif/examples'
make[2]: Leaving directory '/build/libosmo-netif/examples'
Making install in utils
make[2]: Entering directory '/build/libosmo-netif/utils'
make[3]: Entering directory '/build/libosmo-netif/utils'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-netif/utils'
make[2]: Leaving directory '/build/libosmo-netif/utils'
Making install in tests
make[2]: Entering directory '/build/libosmo-netif/tests'
make[3]: Entering directory '/build/libosmo-netif/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-netif/tests'
make[2]: Leaving directory '/build/libosmo-netif/tests'
make[2]: Entering directory '/build/libosmo-netif'
make[3]: Entering directory '/build/libosmo-netif'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-netif.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make  install-data-hook
make[4]: Entering directory '/build/libosmo-netif'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/libosmo-netif'
make[3]: Leaving directory '/build/libosmo-netif'
make[2]: Leaving directory '/build/libosmo-netif'
make[1]: Leaving directory '/build/libosmo-netif'
+ build_repo libosmo-abis --enable-sanitize --disable-dahdi
+ dir=libosmo-abis
+ shift
+ build_repo_dir libosmo-abis ./ --enable-sanitize --disable-dahdi
+ dep=libosmo-abis
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-


====================== libosmo-abis


+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize --disable-dahdi
+ set +x
+ have_repo libosmo-abis master
+ repo=libosmo-abis
+ branch=master
+ echo OSMO_GSM_TESTER_BUILD_libosmo-abis
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libosmo_abis
+ eval echo $OSMO_GSM_TESTER_BUILD_libosmo_abis
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libosmo-abis ]
+ cd libosmo-abis
+ git fetch
+ git rev-parse origin/master
60572b14c38dd976bfff4567003bdb96a0eb5bd3
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf AUTHORS COPYING Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.status config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libosmoabis.pc libosmoabis.pc.in libosmotrau.pc libosmotrau.pc.in libtool ltmain.sh m4 missing src stamp-h1 tests
+ git reset --hard origin/master
HEAD is now at 60572b1 trau: new function osmo_trau2rtp_ufe()
+ git rev-parse HEAD
60572b14c38dd976bfff4567003bdb96a0eb5bd3
+ git rev-parse HEAD
+ echo 60572b14c38dd976bfff4567003bdb96a0eb5bd3 libosmo-abis
+ git submodule update --init
+ cd /build
+ cd libosmo-abis/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi


libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:67: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:67: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:67: the top level
configure.ac:91: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:91: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:91: the top level
configure.ac:200: warning: AC_OUTPUT should be used without arguments.
configure.ac:200: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
doc/examples/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize --disable-dahdi


configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for ortp >= 0.22.0... yes
configure: WARNING: DAHDI input driver will not be built
CFLAGS=" -std=gnu11 -Wall -fsanitize=address -fsanitize=undefined -fsanitize=address -fsanitize=undefined"
CPPFLAGS=" -Wall -fsanitize=address -fsanitize=undefined -fsanitize=address -fsanitize=undefined"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmoabis.pc
config.status: creating libosmotrau.pc
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir


+ set +x
+ make -j8
make  all-recursive
make[1]: Entering directory '/build/libosmo-abis'
Making all in include
make[2]: Entering directory '/build/libosmo-abis/include'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libosmo-abis/include'
Making all in src
make[2]: Entering directory '/build/libosmo-abis/src'
  CC       init.lo
  CC       e1_input.lo
  CC       e1_input_vty.lo
  CC       subchan_demux.lo
  CC       trau_frame.lo
  CC       input/e1d.lo
  CC       input/ipa.lo
  CC       input/ipa_keepalive.lo
  CC       input/ipaccess.lo
  CC       input/lapd.lo
  CC       input/lapd_pcap.lo
  CC       input/misdn.lo
  CC       input/rs232.lo
  CC       input/unixsocket.lo
  CC       trau/libosmotrau_la-csd_ra2.lo
  CC       trau/libosmotrau_la-raa_prime_decode.lo
  CC       trau/libosmotrau_la-raa_prime_encode.lo
  CC       trau/libosmotrau_la-trau_frame.lo
  CC       trau/libosmotrau_la-trau_pcu_ericsson.lo
  CC       trau/libosmotrau_la-trau_sync.lo
  CC       trau/libosmotrau_la-trau_rtp_conv.lo
  CC       trau/libosmotrau_la-osmo_ortp.lo
trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec'
  235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec")
      |         ^~~~~~~
  CCLD     libosmoabis.la
  CCLD     libosmotrau.la
make[2]: Leaving directory '/build/libosmo-abis/src'
Making all in tests
make[2]: Entering directory '/build/libosmo-abis/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libosmo-abis/tests'
Making all in doc
make[2]: Entering directory '/build/libosmo-abis/doc'
Making all in examples
make[3]: Entering directory '/build/libosmo-abis/doc/examples'
  CC       lapd-over-datagram/lapd-over-datagram-user.o
  CC       lapd-over-datagram/lapd-over-datagram-network.o
lapd-over-datagram/lapd-over-datagram-network.c: In function ‘main’:
lapd-over-datagram/lapd-over-datagram-network.c:154:9: warning: ‘lapd_instance_alloc’ is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
  154 |         lapd = lapd_instance_alloc(1, lapd_tx_cb, conn, lapd_rx_cb, conn,
      |         ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-network.c:13:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
   63 | struct lapd_instance *lapd_instance_alloc(int network_side,
      |                       ^~~~~~~~~~~~~~~~~~~
lapd-over-datagram/lapd-over-datagram-user.c: In function ‘main’:
lapd-over-datagram/lapd-over-datagram-user.c:204:9: warning: ‘lapd_instance_alloc’ is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
  204 |         lapd = lapd_instance_alloc(0, lapd_tx_cb, NULL, lapd_rx_cb, &num_msgs,
      |         ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-user.c:16:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
   63 | struct lapd_instance *lapd_instance_alloc(int network_side,
      |                       ^~~~~~~~~~~~~~~~~~~
  CCLD     lapd-over-datagram-network
  CCLD     lapd-over-datagram-user
make[3]: Leaving directory '/build/libosmo-abis/doc/examples'
make[3]: Entering directory '/build/libosmo-abis/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-abis/doc'
make[2]: Leaving directory '/build/libosmo-abis/doc'
make[2]: Entering directory '/build/libosmo-abis'
make[2]: Leaving directory '/build/libosmo-abis'
make[1]: Leaving directory '/build/libosmo-abis'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/libosmo-abis'
Making install in include
make[2]: Entering directory '/build/libosmo-abis/include'
make[3]: Entering directory '/build/libosmo-abis/include'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/abis'
 /usr/bin/install -c -m 644  osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/inst-osmo-hnbgw/include/osmocom/abis'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/trau'
 /usr/bin/install -c -m 644  osmocom/trau/csd_ra2.h osmocom/trau/csd_raa_prime.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_pcu_ericsson.h osmocom/trau/trau_rtp.h osmocom/trau/osmo_ortp.h '/build/inst-osmo-hnbgw/include/osmocom/trau'
make[3]: Leaving directory '/build/libosmo-abis/include'
make[2]: Leaving directory '/build/libosmo-abis/include'
Making install in src
make[2]: Entering directory '/build/libosmo-abis/src'
make[3]: Entering directory '/build/libosmo-abis/src'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmoabis.la libosmotrau.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmoabis.so.15.0.0 /build/inst-osmo-hnbgw/lib/libosmoabis.so.15.0.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so.15 || { rm -f libosmoabis.so.15 && ln -s libosmoabis.so.15.0.0 libosmoabis.so.15; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.15.0.0 libosmoabis.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/inst-osmo-hnbgw/lib/libosmoabis.la
libtool: install: /usr/bin/install -c .libs/libosmotrau.so.11.0.0 /build/inst-osmo-hnbgw/lib/libosmotrau.so.11.0.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so.11 || { rm -f libosmotrau.so.11 && ln -s libosmotrau.so.11.0.0 libosmotrau.so.11; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.11.0.0 libosmotrau.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/inst-osmo-hnbgw/lib/libosmotrau.la
libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/inst-osmo-hnbgw/lib/libosmoabis.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmoabis.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmoabis.a
libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/inst-osmo-hnbgw/lib/libosmotrau.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmotrau.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmotrau.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-abis/src'
make[2]: Leaving directory '/build/libosmo-abis/src'
Making install in tests
make[2]: Entering directory '/build/libosmo-abis/tests'
make[3]: Entering directory '/build/libosmo-abis/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-abis/tests'
make[2]: Leaving directory '/build/libosmo-abis/tests'
Making install in doc
make[2]: Entering directory '/build/libosmo-abis/doc'
Making install in examples
make[3]: Entering directory '/build/libosmo-abis/doc/examples'
make[4]: Entering directory '/build/libosmo-abis/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-abis/doc/examples'
make[3]: Leaving directory '/build/libosmo-abis/doc/examples'
make[3]: Entering directory '/build/libosmo-abis/doc'
make[4]: Entering directory '/build/libosmo-abis/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-abis/doc'
make[3]: Leaving directory '/build/libosmo-abis/doc'
make[2]: Leaving directory '/build/libosmo-abis/doc'
make[2]: Entering directory '/build/libosmo-abis'
make[3]: Entering directory '/build/libosmo-abis'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make[3]: Leaving directory '/build/libosmo-abis'
make[2]: Leaving directory '/build/libosmo-abis'
make[1]: Leaving directory '/build/libosmo-abis'
+ build_repo libosmo-sigtran --enable-sanitize
+ dir=libosmo-sigtran
+ shift
+ build_repo_dir libosmo-sigtran ./ --enable-sanitize
+ dep=libosmo-sigtran
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize
+ set +x
+ have_repo libosmo-sigtran master
+ repo=libosmo-sigtran
+ branch=master


====================== libosmo-sigtran


+ echo OSMO_GSM_TESTER_BUILD_libosmo-sigtran
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libosmo_sigtran
+ eval echo $OSMO_GSM_TESTER_BUILD_libosmo_sigtran
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libosmo-sigtran ]
+ cd libosmo-sigtran
+ git fetch
+ git rev-parse origin/master
23d180281b168885b2fbeae90c4369bb85b8d84b
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Doxyfile Doxyfile.in Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.log config.status config.sub configure configure.ac contrib debian depcomp doc examples git-version-gen include install-sh libosmo-sigtran.pc libosmo-sigtran.pc.in libtool ltmain.sh missing osmoappdesc.py specs src stp tests
+ git reset --hard origin/master
HEAD is now at 23d1802 m3ua: Fix fsm dispatch failure not generating tx ERR msg to peer
+ git rev-parse HEAD
23d180281b168885b2fbeae90c4369bb85b8d84b
+ git rev-parse HEAD
+ echo 23d180281b168885b2fbeae90c4369bb85b8d84b libosmo-sigtran
+ git submodule update --init
+ cd /build
+ cd libosmo-sigtran/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi


libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:167: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:167: the top level
configure.ac:184: warning: AC_OUTPUT should be used without arguments.
configure.ac:184: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
examples/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize


checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for library containing sctp_recvmsg... -lsctp
checking if gcc supports -fvisibility=hidden... yes
checking for doxygen... /usr/bin/doxygen
checking whether to enable VTY/CTRL tests... no
CFLAGS=" -std=gnu11 -fsanitize=address -fsanitize=undefined -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-sigtran.pc
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/sccp/Makefile
config.status: creating include/osmocom/sigtran/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/m2ua/Makefile
config.status: creating tests/xua/Makefile
config.status: creating tests/ss7/Makefile
config.status: creating tests/vty/Makefile
config.status: creating examples/Makefile
config.status: creating stp/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Doxyfile
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ set +x
+ make -j8


make  all-recursive
make[1]: Entering directory '/build/libosmo-sigtran'
Making all in include
make[2]: Entering directory '/build/libosmo-sigtran/include'
Making all in osmocom
make[3]: Entering directory '/build/libosmo-sigtran/include/osmocom'
Making all in sccp
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom/sccp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sccp'
Making all in sigtran
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom'
make[3]: Leaving directory '/build/libosmo-sigtran/include/osmocom'
make[3]: Entering directory '/build/libosmo-sigtran/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/include'
make[2]: Leaving directory '/build/libosmo-sigtran/include'
Making all in src
make[2]: Entering directory '/build/libosmo-sigtran/src'
  CC       libxua_a-xua_msg.o
  CC       ipa.lo
  CC       m3ua.lo
  CC       osmo_ss7.lo
  CC       osmo_ss7_as.lo
  CC       osmo_ss7_asp_peer.lo
  CC       osmo_ss7_asp.lo
  CC       osmo_ss7_combined_linkset.lo
  CC       osmo_ss7_hmrt.lo
  CC       osmo_ss7_instance.lo
  CC       osmo_ss7_link.lo
  CC       osmo_ss7_linkset.lo
  CC       osmo_ss7_vty.lo
  CC       osmo_ss7_xua_srv.lo
  CC       osmo_ss7_route.lo
  CC       osmo_ss7_route_table.lo
  CC       osmo_ss7_user.lo
  CC       sccp2sua.lo
  CC       sccp_helpers.lo
  CC       sccp_lbcs.lo
  CC       sccp_sap.lo
  CC       sccp_sclc.lo
  CC       sccp_scmg.lo
  CC       sccp_scrc.lo
  CC       sccp_scoc.lo
  CC       sccp_types.lo
  CC       sccp_user.lo
sccp_scoc.c: In function 'scoc_fsm_active':
  CC       sccp_vty.lo
sccp_scoc.c:1232:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user'
 1232 | #pragma message ("TODO: internal disco: send N-DISCONNECT.ind to user")
      |         ^~~~~~~
  CC       sua.lo
  CC       xua_asp_fsm.lo
  CC       xua_as_fsm.lo
  CC       xua_default_lm_fsm.lo
  CC       xua_msg.lo
  CC       xua_rkm.lo
  CC       xua_shared.lo
  CC       xua_snm.lo
  AR       libxua.a
ar: `u' modifier ignored since `D' is the default (see `U')
  CCLD     libosmo-sigtran.la
make[2]: Leaving directory '/build/libosmo-sigtran/src'
Making all in tests
make[2]: Entering directory '/build/libosmo-sigtran/tests'
Making all in xua
make[3]: Entering directory '/build/libosmo-sigtran/tests/xua'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/tests/xua'
Making all in m2ua
make[3]: Entering directory '/build/libosmo-sigtran/tests/m2ua'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/tests/m2ua'
Making all in ss7
make[3]: Entering directory '/build/libosmo-sigtran/tests/ss7'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/tests/ss7'
Making all in vty
make[3]: Entering directory '/build/libosmo-sigtran/tests/vty'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/tests/vty'
make[3]: Entering directory '/build/libosmo-sigtran/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/tests'
make[2]: Leaving directory '/build/libosmo-sigtran/tests'
Making all in examples
make[2]: Entering directory '/build/libosmo-sigtran/examples'
  CC       sccp_demo_user.o
  CC       sccp_test_server.o
  CC       sccp_test_vty.o
  CCLD     sccp_demo_user
make[2]: Leaving directory '/build/libosmo-sigtran/examples'
Making all in stp
make[2]: Entering directory '/build/libosmo-sigtran/stp'
  CC       stp_main.o
  CCLD     osmo-stp
make[2]: Leaving directory '/build/libosmo-sigtran/stp'
Making all in doc
make[2]: Entering directory '/build/libosmo-sigtran/doc'
Making all in examples
make[3]: Entering directory '/build/libosmo-sigtran/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/libosmo-sigtran/doc/manuals'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/doc/manuals'
make[3]: Entering directory '/build/libosmo-sigtran/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/doc'
make[2]: Leaving directory '/build/libosmo-sigtran/doc'
Making all in contrib
make[2]: Entering directory '/build/libosmo-sigtran/contrib'
Making all in systemd
make[3]: Entering directory '/build/libosmo-sigtran/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/libosmo-sigtran/contrib/systemd'
make[3]: Entering directory '/build/libosmo-sigtran/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/contrib'
make[2]: Leaving directory '/build/libosmo-sigtran/contrib'
make[2]: Entering directory '/build/libosmo-sigtran'
mkdir -p doc/sigtran
/usr/bin/doxygen Doxyfile
warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
Doxygen version used: 1.9.4
Searching for include files...
Searching for example files...
Searching for images...
Searching for dot files...
Searching for msc files...
Searching for dia files...
Searching for files to exclude
Searching INPUT for files to process...
Searching for files in directory /build/libosmo-sigtran/include/osmocom/sigtran
Searching for files in directory /build/libosmo-sigtran/include/osmocom/sigtran/protocol
Searching for files in directory /build/libosmo-sigtran/src
Reading and parsing tag files
Parsing files
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h...
Preprocessing /build/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h...
Parsing file /build/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h...
Preprocessing /build/libosmo-sigtran/src/ipa.c...
Parsing file /build/libosmo-sigtran/src/ipa.c...
Preprocessing /build/libosmo-sigtran/src/m3ua.c...
Parsing file /build/libosmo-sigtran/src/m3ua.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_as.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_as.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_asp.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_asp.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_asp_peer.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_asp_peer.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_combined_linkset.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_combined_linkset.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_hmrt.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_hmrt.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_instance.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_instance.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_link.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_link.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_linkset.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_linkset.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_route.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_route.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_route_table.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_route_table.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_user.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_user.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_vty.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_vty.c...
Preprocessing /build/libosmo-sigtran/src/osmo_ss7_xua_srv.c...
Parsing file /build/libosmo-sigtran/src/osmo_ss7_xua_srv.c...
Preprocessing /build/libosmo-sigtran/src/sccp2sua.c...
Parsing file /build/libosmo-sigtran/src/sccp2sua.c...
Preprocessing /build/libosmo-sigtran/src/sccp_helpers.c...
Parsing file /build/libosmo-sigtran/src/sccp_helpers.c...
Preprocessing /build/libosmo-sigtran/src/sccp_internal.h...
Parsing file /build/libosmo-sigtran/src/sccp_internal.h...
Preprocessing /build/libosmo-sigtran/src/sccp_lbcs.c...
Parsing file /build/libosmo-sigtran/src/sccp_lbcs.c...
Preprocessing /build/libosmo-sigtran/src/sccp_sap.c...
Parsing file /build/libosmo-sigtran/src/sccp_sap.c...
Preprocessing /build/libosmo-sigtran/src/sccp_sclc.c...
Parsing file /build/libosmo-sigtran/src/sccp_sclc.c...
Preprocessing /build/libosmo-sigtran/src/sccp_scmg.c...
Parsing file /build/libosmo-sigtran/src/sccp_scmg.c...
Preprocessing /build/libosmo-sigtran/src/sccp_scoc.c...
Parsing file /build/libosmo-sigtran/src/sccp_scoc.c...
Preprocessing /build/libosmo-sigtran/src/sccp_scrc.c...
Parsing file /build/libosmo-sigtran/src/sccp_scrc.c...
Preprocessing /build/libosmo-sigtran/src/sccp_types.c...
Parsing file /build/libosmo-sigtran/src/sccp_types.c...
Preprocessing /build/libosmo-sigtran/src/sccp_user.c...
Parsing file /build/libosmo-sigtran/src/sccp_user.c...
Preprocessing /build/libosmo-sigtran/src/sccp_vty.c...
Parsing file /build/libosmo-sigtran/src/sccp_vty.c...
Preprocessing /build/libosmo-sigtran/src/ss7_as.h...
Parsing file /build/libosmo-sigtran/src/ss7_as.h...
Preprocessing /build/libosmo-sigtran/src/ss7_asp.h...
Parsing file /build/libosmo-sigtran/src/ss7_asp.h...
Preprocessing /build/libosmo-sigtran/src/ss7_asp_peer.h...
Parsing file /build/libosmo-sigtran/src/ss7_asp_peer.h...
Preprocessing /build/libosmo-sigtran/src/ss7_combined_linkset.h...
Parsing file /build/libosmo-sigtran/src/ss7_combined_linkset.h...
Preprocessing /build/libosmo-sigtran/src/ss7_instance.h...
Parsing file /build/libosmo-sigtran/src/ss7_instance.h...
Preprocessing /build/libosmo-sigtran/src/ss7_internal.h...
Parsing file /build/libosmo-sigtran/src/ss7_internal.h...
Preprocessing /build/libosmo-sigtran/src/ss7_link.h...
Parsing file /build/libosmo-sigtran/src/ss7_link.h...
Preprocessing /build/libosmo-sigtran/src/ss7_linkset.h...
Parsing file /build/libosmo-sigtran/src/ss7_linkset.h...
Preprocessing /build/libosmo-sigtran/src/ss7_route.h...
Parsing file /build/libosmo-sigtran/src/ss7_route.h...
Preprocessing /build/libosmo-sigtran/src/ss7_route_table.h...
Parsing file /build/libosmo-sigtran/src/ss7_route_table.h...
Preprocessing /build/libosmo-sigtran/src/ss7_user.h...
Parsing file /build/libosmo-sigtran/src/ss7_user.h...
Preprocessing /build/libosmo-sigtran/src/ss7_xua_srv.h...
Parsing file /build/libosmo-sigtran/src/ss7_xua_srv.h...
Preprocessing /build/libosmo-sigtran/src/sua.c...
Parsing file /build/libosmo-sigtran/src/sua.c...
Preprocessing /build/libosmo-sigtran/src/xua_as_fsm.c...
Parsing file /build/libosmo-sigtran/src/xua_as_fsm.c...
Preprocessing /build/libosmo-sigtran/src/xua_as_fsm.h...
Parsing file /build/libosmo-sigtran/src/xua_as_fsm.h...
Preprocessing /build/libosmo-sigtran/src/xua_asp_fsm.c...
Parsing file /build/libosmo-sigtran/src/xua_asp_fsm.c...
Preprocessing /build/libosmo-sigtran/src/xua_asp_fsm.h...
Parsing file /build/libosmo-sigtran/src/xua_asp_fsm.h...
Preprocessing /build/libosmo-sigtran/src/xua_default_lm_fsm.c...
Parsing file /build/libosmo-sigtran/src/xua_default_lm_fsm.c...
Preprocessing /build/libosmo-sigtran/src/xua_internal.h...
Parsing file /build/libosmo-sigtran/src/xua_internal.h...
Preprocessing /build/libosmo-sigtran/src/xua_msg.c...
Parsing file /build/libosmo-sigtran/src/xua_msg.c...
Preprocessing /build/libosmo-sigtran/src/xua_msg.h...
Parsing file /build/libosmo-sigtran/src/xua_msg.h...
Preprocessing /build/libosmo-sigtran/src/xua_rkm.c...
Parsing file /build/libosmo-sigtran/src/xua_rkm.c...
Preprocessing /build/libosmo-sigtran/src/xua_shared.c...
Parsing file /build/libosmo-sigtran/src/xua_shared.c...
Preprocessing /build/libosmo-sigtran/src/xua_snm.c...
Parsing file /build/lib/build/libosmo-sigtran/src/ss7_route_table.h:25: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
/build/libosmo-sigtran/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
osmo-sigtran/src/xua_snm.c...
Preprocessing /build/libosmo-sigtran/src/xua_types.h...
Parsing file /build/libosmo-sigtran/src/xua_types.h...
Building macro definition list...
Building group list...
Building directory list...
Building namespace list...
Building file list...
Building class list...
Building concept list...
Computing nesting relations for classes...
Associating documentation with classes...
Associating documentation with concepts...
Building example list...
Searching for enumerations...
Searching for documented typedefs...
Searching for members imported via using declarations...
Searching for included using directives...
Searching for documented variables...
Building interface member list...
Building member list...
Searching for friends...
Searching for documented defines...
Computing class inheritance relations...
Computing class usage relations...
Flushing cached template relations that have become invalid...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
Creating members for template instances...
Building page list...
Search for main page...
Computing page relations...
Determining the scope of groups...
Sorting lists...
Determining which enums are documented
Computing member relations...
Building full member lists recursively...
Adding members to member groups.
Computing member references...
Inheriting documentation...
Generating disk names...
Adding source references...
Adding xrefitems...
Sorting member lists...
Setting anonymous enum type...
Computing dependencies between directories...
Generating citations page...
Counting members...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Transferring function references...
Combining using relations...
Adding members to index pages...
Correcting members for VHDL...
Computing tooltip texts...
Generating style sheet...
Generating search indices...
Generating example documentation...
Generating file sources...
Generating code for file include/osmocom/sigtran/mtp_sap.h...
Generating code for file include/osmocom/sigtran/osmo_ss7.h...
Generating code for file include/osmocom/sigtran/protocol/m2ua.h...
Generating code for file include/osmocom/sigtran/protocol/m3ua.h...
Generating code for file include/osmocom/sigtran/protocol/mtp.h...
Generating code for file include/osmocom/sigtran/protocol/sccp_scmg.h...
Generating code for file include/osmocom/sigtran/protocol/sua.h...
Generating code for file include/osmocom/sigtran/sccp_helpers.h...
Generating code for file include/osmocom/sigtran/sccp_sap.h...
Generating code for file include/osmocom/sigtran/sigtran_sap.h...
Generating code for file include/osmocom/sigtran/xua_msg.h...
Generating code for file src/xua_msg.h...
Parsing code for file src/ipa.c...
Parsing code for file src/m3ua.c...
Parsing code for file src/osmo_ss7.c...
Parsing code for file src/osmo_ss7_as.c...
Parsing code for file src/osmo_ss7_asp.c...
Parsing code for file src/osmo_ss7_asp_peer.c...
Parsing code for file src/osmo_ss7_combined_linkset.c...
Parsing code for file src/osmo_ss7_hmrt.c...
Parsing code for file src/osmo_ss7_instance.c...
Parsing code for file src/osmo_ss7_link.c...
Parsing code for file src/osmo_ss7_linkset.c...
Parsing code for file src/osmo_ss7_route.c...
Parsing code for file src/osmo_ss7_route_table.c...
Parsing code for file src/osmo_ss7_user.c...
Parsing code for file src/osmo_ss7_vty.c...
Parsing code for file src/osmo_ss7_xua_srv.c...
Parsing code for file src/sccp2sua.c...
Parsing code for file src/sccp_helpers.c...
Generating code for file src/sccp_internal.h...
Parsing code for file src/sccp_lbcs.c...
Parsing code for file src/sccp_sap.c...
Parsing code for file src/sccp_sclc.c...
Parsing code for file src/sccp_scmg.c...
Parsing code for file src/sccp_scoc.c...
Parsing code for file src/sccp_scrc.c...
Parsing code for file src/sccp_types.c...
Parsing code for file src/sccp_user.c...
Parsing code for file src/sccp_vty.c...
Generating code for file src/ss7_as.h...
Generating code for file src/ss7/build/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:302: warning: argument 'ppid_sid' of command @param is not found in the argument list of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg)
/build/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:302: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented:
  parameter 'ppid_mux'
/build/libosmo-sigtran/src/sccp_user.c:895: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val)
/build/libosmo-sigtran/src/sccp_user.c:895: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
  parameter 'inst'
/build/libosmo-sigtran/src/osmo_ss7_as.c:171: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:172: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
/build/libosmo-sigtran/src/osmo_ss7_as.c:188: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
  parameter 'asp_name'
/build/libosmo-sigtran/src/osmo_ss7_as.c:137: warning: unable to resolve reference to 'asp_protocol' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:240: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:241: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:242: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:242: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_instance.c:348: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_vty.c:2666: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr)
/build/libosmo-sigtran/src/osmo_ss7_vty.c:2666: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
  parameter 'addr'
/build/libosmo-sigtran/src/sccp_user.c:141: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented:
  parameter 'prim_cb'
/build/libosmo-sigtran/src/sccp_user.c:128: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
  parameter 'prim_cb'
/build/libosmo-sigtran/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command
/build/libosmo-sigtran/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
  parameter 'num_maps'
/build/libosmo-sigtran/src/m3ua.c:747: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/m3ua.c:958: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/libosmo-sigtran/src/m3ua.c:958: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/libosmo-sigtran/src/m3ua.c:528: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:171: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:172: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
/build/libosmo-sigtran/src/osmo_ss7_as.c:188: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:187: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
  parameter 'asp_name'
/build/libosmo-sigtran/src/osmo_ss7_as.c:137: warning: unable to resolve reference to 'asp_protocol' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:240: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:241: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:242: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:242: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:145: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:146: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:478: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp) is not documented:
  parameter 'mtp'
/build/libosmo-sigtran/src/osmo_ss7_asp.c:462: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
  parameter 'trans_proto'
/build/libosmo-sigtran/src/osmo_ss7_combined_linkset.c:68: warning: found documented return type for ss7_combined_linkset_insert that does not return anything
/build/libosmo-sigtran/src/osmo_ss7_instance.c:348: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_route.c:44: warning: unable to resolve reference to 'pc' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_route.c:183: warning: unable to resolve reference to 'pc' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_vty.c:2666: warning: argument 'name' of command @param is not found in the argument list of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr)
/build/libosmo-sigtran/src/osmo_ss7_vty.c:2666: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
  parameter 'addr'
/build/libosmo-sigtran/src/osmo_ss7_xua_srv.c:259: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host)
/build/libosmo-sigtran/src/osmo_ss7_xua_srv.c:259: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented:
  parameter 'inst'
/build/libosmo-sigtran/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:682: warning: The following parameter of sccp_msg_add_sua_opt(enum sccp_message_types type, struct msgb *msg, const struct xua_msg_part *opt) is not documented:
  parameter 'type'
/build/libosmo-sigtran/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command
/build/libosmo-sigtran/src/sccp_sclc.c:169: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/libosmo-sigtran/src/sccp_sclc.c:169: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/libosmo-sigtran/src/sccp_sclc.c:145: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/libosmo-sigtran/src/sccp_sclc.c:145: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/libosmo-sigtran/src/sccp_sclc.c:169: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/libosmo-sigtran/src/sccp_sclc.c:169: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/libosmo-sigtran/src/sccp_sclc.c:145: warning: argument 'on' of command @param is not found in the argument list of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph)
/build/libosmo-sigtran/src/sccp_sclc.c:145: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
  parameter 'oph'
/build/libosmo-sigtran/src/sccp_user.c:895: warning: argument 'sccp' of command @param is not found in the argument list of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val)
/build/libosmo-sigtran/src/sccp_user.c:895: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
  parameter 'inst'
/build/libosmo-sigtran/src/sccp_user.c:141: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented:
  parameter 'prim_cb'
/build/libosmo-sigtran/src/sccp_user.c:128: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
  parameter 'prim_cb'
/build/libosmo-sigtran/src/sccp_user.c:93: warning: The following parameter of sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
  parameter 'prim_cb'
/build/libosmo-sigtran/src/osmo_ss7_as.c:145: warning: unable to resolve reference to 'asp' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:146: warning: unable to resolve reference to 'as' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_as.c:478: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp) is not documented:
  parameter 'mtp'
/build/libosmo-sigtran/src/osmo_ss7_asp.c:462: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
  parameter 'trans_proto'
/build/libosmo-sigtran/src/osmo_ss7_route.c:44: warning: unable to resolve reference to 'pc' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_route.c:183: warning: unable to resolve reference to 'pc' for \ref command
/build/libosmo-sigtran/src/osmo_ss7_xua_srv.c:259: warning: argument 'ctx' of command @param is not found in the argument list of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host)
/build/libosmo-sigtran/src/osmo_ss7_xua_srv.c:259: warning: The following parameter of ss7_xua_server_create(struct osmo_ss7_instance *inst, enum osmo_ss7_asp_protocol proto, uint16_t local_port, const char *local_host) is not documented:
  parameter 'inst'
/build/libosmo-sigtran/src/sua.c:505: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sua.c:683: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/sua.c:919: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/libosmo-sigtran/src/sua.c:919: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/libosmo-sigtran/src/sua.c:308: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/m3ua.c:747: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/m3ua.c:958: warning: argument 'info_string' of command @param is not found in the argument list of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/libosmo-sigtran/src/m3ua.c:958: warning: The following parameter of m3ua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/libosmo-sigtran/src/m3ua.c:528: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
/build/libosmo-sigtran/src/sua.c:505: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/sua.c:683: warning: unable to resolve reference to 'msg' for \ref command
/build/libosmo-sigtran/src/sua.c:919: warning: argument 'info_string' of command @param is not found in the argument list of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str)
/build/libosmo-sigtran/src/sua.c:919: warning: The following parameter of sua_tx_dupu(struct osmo_ss7_asp *asp, const uint32_t *rctx, unsigned int num_rctx, uint32_t dpc, uint16_t user, uint16_t cause, const char *info_str) is not documented:
  parameter 'info_str'
/build/libosmo-sigtran/src/sua.c:308: warning: unable to resolve reference to 'xua' for \ref command
/build/libosmo-sigtran/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command
/build/libosmo-sigtran/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
  parameter 'num_maps'
_asp.h...
Generating code for file src/ss7_asp_peer.h...
Generating code for file src/ss7_combined_linkset.h...
Generating code for file src/ss7_instance.h...
Generating code for file src/ss7_internal.h...
Generating code for file src/ss7_link.h...
Generating code for file src/ss7_linkset.h...
Generating code for file src/ss7_route.h...
Generating code for file src/ss7_route_table.h...
Generating code for file src/ss7_user.h...
Generating code for file src/ss7_xua_srv.h...
Parsing code for file src/sua.c...
Parsing code for file src/xua_as_fsm.c...
Generating code for file src/xua_as_fsm.h...
Parsing code for file src/xua_asp_fsm.c...
Generating code for file src/xua_asp_fsm.h...
Parsing code for file src/xua_default_lm_fsm.c...
Generating code for file src/xua_internal.h...
Parsing code for file src/xua_msg.c...
Parsing code for file src/xua_rkm.c...
Parsing code for file src/xua_shared.c...
Parsing code for file src/xua_snm.c...
Generating code for file src/xua_types.h...
Generating file documentation...
Generating docs for file include/osmocom/sigtran/mtp_sap.h...
Generating docs for file include/osmocom/sigtran/osmo_ss7.h...
Generating docs for file include/osmocom/sigtran/protocol/m2ua.h...
Generating docs for file include/osmocom/sigtran/protocol/m3ua.h...
Generating docs for file include/osmocom/sigtran/protocol/mtp.h...
Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h...
Generating docs for file include/osmocom/sigtran/protocol/sua.h...
Generating docs for file include/osmocom/sigtran/sccp_helpers.h...
Generating docs for file include/osmocom/sigtran/sccp_sap.h...
Generating docs for file include/osmocom/sigtran/sigtran_sap.h...
Generating docs for file include/osmocom/sigtran/xua_msg.h...
Generating docs for file src/xua_msg.h...
Generating docs for file src/ipa.c...
Generating docs for file src/m3ua.c...
Generating docs for file src/osmo_ss7.c...
Generating docs for file src/osmo_ss7_as.c...
Generating docs for file src/osmo_ss7_asp.c...
Generating docs for file src/osmo_ss7_asp_peer.c...
Generating docs for file src/osmo_ss7_combined_linkset.c...
Generating docs for file src/osmo_ss7_hmrt.c...
Generating docs for file src/osmo_ss7_instance.c...
Generating docs for file src/osmo_ss7_link.c...
Generating docs for file src/osmo_ss7_linkset.c...
Generating docs for file src/osmo_ss7_route.c...
Generating docs for file src/osmo_ss7_route_table.c...
Generating docs for file src/osmo_ss7_user.c...
Generating docs for file src/osmo_ss7_vty.c...
Generating docs for file src/osmo_ss7_xua_srv.c...
Generating docs for file src/sccp2sua.c...
Generating docs for file src/sccp_helpers.c...
Generating docs for file src/sccp_internal.h...
Generating docs for file src/sccp_lbcs.c...
Generating docs for file src/sccp_sap.c...
Generating docs for file src/sccp_sclc.c...
Generating docs for file src/sccp_scmg.c...
Generating docs for file src/sccp_scoc.c...
Generating docs for file src/sccp_scrc.c...
Generating docs for file src/sccp_types.c...
Generating docs for file src/sccp_user.c...
Generating docs for file src/sccp_vty.c...
Generating docs for file src/ss7_as.h...
Generating docs for file src/ss7_asp.h...
Generating docs for file src/ss7_asp_peer.h...
Generating docs for file src/ss7_combined_linkset.h...
Generating docs for file src/ss7_instance.h...
Generating docs for file src/ss7_internal.h...
Generating docs for file src/ss7_link.h...
Generating docs for file src/ss7_linkset.h...
Generating docs for file src/ss7_route.h...
Generating docs for file src/ss7_route_table.h...
Generating docs for file src/ss7_user.h...
Generating docs for file src/ss7_xua_srv.h...
Generating docs for file src/sua.c...
Generating docs for file src/xua_as_fsm.c...
Generating docs for file src/xua_as_fsm.h...
Generating docs for file src/xua_asp_fsm.c...
Generating docs for file src/xua_asp_fsm.h...
Generating docs for file src/xua_default_lm_fsm.c...
Generating docs for file src/xua_internal.h...
Generating docs for file src/xua_msg.c...
Generating docs for file src/xua_rkm.c...
Generating docs for file src/xua_shared.c.../build/libosmo-sigtran/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
/build/libosmo-sigtran/src/ss7_instance.h:32: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
/build/libosmo-sigtran/src/ss7_route_table.h:25: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
/build/libosmo-sigtran/src/ss7_route_table.h:25: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command

Generating docs for file src/xua_snm.c...
Generating docs for file src/xua_types.h...
Generating page documentation...
Generating group documentation...
Generating class documentation...
Generating docs for compound ipa_asp_fsm_priv...
Generating docs for compound lm_fsm_priv...
Generating docs for compound m3ua_data_hdr...
Generating docs for compound osmo_mtp_pause_param...
Generating docs for compound osmo_mtp_prim...
Generating docs for compound osmo_mtp_resume_param...
Generating docs for compound osmo_mtp_status_param...
Generating docs for compound osmo_mtp_transfer_param...
Generating docs for compound osmo_sccp_addr...
Generating docs for compound osmo_sccp_addr_entry...
Generating docs for compound osmo_sccp_gt...
Generating docs for compound osmo_sccp_instance...
Generating docs for compound osmo_sccp_user...
Generating docs for compound osmo_scu_connect_param...
Generating docs for compound osmo_scu_data_param...
Generating docs for compound osmo_scu_disconn_param...
Generating docs for compound osmo_scu_notice_param...
Generating docs for compound osmo_scu_pcstate_param...
Generating docs for compound osmo_scu_prim...
Generating docs for compound osmo_scu_reset_param...
Generating docs for compound osmo_scu_state_param...
Generating docs for compound osmo_scu_unitdata_param...
Generating docs for compound osmo_ss7_as...
Generating docs for compound osmo_ss7_as_esls_entry...
Generating docs for compound osmo_ss7_asp...
Generating docs for compound osmo_ss7_asp_peer...
Generating docs for compound osmo_ss7_combined_linkset...
Generating docs for compound osmo_ss7_esls_entry...
Generating docs for compound osmo_ss7_instance...
Generating docs for compound osmo_ss7_link...
Generating docs for compound osmo_ss7_linkset...
Generating docs for compound osmo_ss7_pc_fmt...
Generating docs for compound osmo_ss7_route...
Generating docs for compound osmo_ss7_route_label...
Generating docs for compound osmo_ss7_route_table...
Generating docs for compound osmo_ss7_routing_key...
Generating docs for compound osmo_ss7_user...
Generating docs for compound osmo_xlm_prim...
Generating docs for compound osmo_xlm_prim_error...
Generating docs for compound osmo_xlm_prim_notify...
Generating docs for compound osmo_xlm_prim_rk_dereg...
Generating docs for compound osmo_xlm_prim_rk_reg...
Generating docs for compound osmo_xua_layer_manager...
Generating docs for compound osmo_xua_server...
Generating docs for compound sccp_connection...
Generating docs for compound sccp_scmg_msg...
Generating docs for compound xua_as_event_asp_inactive_ind_pars...
Generating docs for compound xua_as_fsm_priv...
Generating docs for compound xua_asp_fsm_priv...
Generating docs for compound xua_common_hdr...
Generating docs for compound xua_dialect...
Generating docs for compound xua_msg...
Generating docs for compound xua_msg_class...
Generating docs for compound xua_msg_event_map...
Generating docs for compound xua_msg_part...
Generating docs for compound xua_parameter_hdr...
Generating concept documentation...
Generating namespace index...
Generating graph info page...
Generating directory documentation...
Generating index page...
Generating page index...
Generating module index...
Generating namespace index...
Generating namespace member index...
Generating concept index...
Generating annotated compound index...
Generating alphabetical compound index...
Generating hierarchical class index...
Generating member index...
Generating file index...
Generating file member index...
Generating example index...
finalizing index lists...
writing tag file...
Running plantuml with JAVA...
lookup cache used 2262/65536 hits=27441 misses=2425
finished...
cd ./doc && tar cf html.tar */html
make[2]: Leaving directory '/build/libosmo-sigtran'
make[1]: Leaving directory '/build/libosmo-sigtran'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/libosmo-sigtran'
Making install in include
make[2]: Entering directory '/build/libosmo-sigtran/include'
Making install in osmocom
make[3]: Entering directory '/build/libosmo-sigtran/include/osmocom'
Making install in sccp
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom/sccp'
make[5]: Entering directory '/build/libosmo-sigtran/include/osmocom/sccp'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/sccp'
 /usr/bin/install -c -m 644 sccp_types.h '/build/inst-osmo-hnbgw/include/osmocom/sccp'
make[5]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sccp'
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sccp'
Making install in sigtran
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[5]: Entering directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/sigtran'
 /usr/bin/install -c -m 644 mtp_sap.h osmo_ss7.h sccp_helpers.h sccp_sap.h sigtran_sap.h xua_msg.h '/build/inst-osmo-hnbgw/include/osmocom/sigtran'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/sigtran/protocol'
 /usr/bin/install -c -m 644 protocol/sua.h protocol/m2ua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/build/inst-osmo-hnbgw/include/osmocom/sigtran/protocol'
make[5]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom/sigtran'
make[4]: Entering directory '/build/libosmo-sigtran/include/osmocom'
make[5]: Entering directory '/build/libosmo-sigtran/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/libosmo-sigtran/include/osmocom'
make[4]: Leaving directory '/build/libosmo-sigtran/include/osmocom'
make[3]: Leaving directory '/build/libosmo-sigtran/include/osmocom'
make[3]: Entering directory '/build/libosmo-sigtran/include'
make[4]: Entering directory '/build/libosmo-sigtran/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/include'
make[3]: Leaving directory '/build/libosmo-sigtran/include'
make[2]: Leaving directory '/build/libosmo-sigtran/include'
Making install in src
make[2]: Entering directory '/build/libosmo-sigtran/src'
make[3]: Entering directory '/build/libosmo-sigtran/src'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmo-sigtran.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.11.0.0 /build/inst-osmo-hnbgw/lib/libosmo-sigtran.so.11.0.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-sigtran.so.11.0.0 libosmo-sigtran.so.11 || { rm -f libosmo-sigtran.so.11 && ln -s libosmo-sigtran.so.11.0.0 libosmo-sigtran.so.11; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-sigtran.so.11.0.0 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.11.0.0 libosmo-sigtran.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /build/inst-osmo-hnbgw/lib/libosmo-sigtran.la
libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /build/inst-osmo-hnbgw/lib/libosmo-sigtran.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-sigtran.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-sigtran.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/src'
make[2]: Leaving directory '/build/libosmo-sigtran/src'
Making install in tests
make[2]: Entering directory '/build/libosmo-sigtran/tests'
Making install in xua
make[3]: Entering directory '/build/libosmo-sigtran/tests/xua'
make[4]: Entering directory '/build/libosmo-sigtran/tests/xua'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/tests/xua'
make[3]: Leaving directory '/build/libosmo-sigtran/tests/xua'
Making install in m2ua
make[3]: Entering directory '/build/libosmo-sigtran/tests/m2ua'
make[4]: Entering directory '/build/libosmo-sigtran/tests/m2ua'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/tests/m2ua'
make[3]: Leaving directory '/build/libosmo-sigtran/tests/m2ua'
Making install in ss7
make[3]: Entering directory '/build/libosmo-sigtran/tests/ss7'
make[4]: Entering directory '/build/libosmo-sigtran/tests/ss7'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/tests/ss7'
make[3]: Leaving directory '/build/libosmo-sigtran/tests/ss7'
Making install in vty
make[3]: Entering directory '/build/libosmo-sigtran/tests/vty'
make[4]: Entering directory '/build/libosmo-sigtran/tests/vty'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/tests/vty'
make[3]: Leaving directory '/build/libosmo-sigtran/tests/vty'
make[3]: Entering directory '/build/libosmo-sigtran/tests'
make[4]: Entering directory '/build/libosmo-sigtran/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/tests'
make[3]: Leaving directory '/build/libosmo-sigtran/tests'
make[2]: Leaving directory '/build/libosmo-sigtran/tests'
Making install in examples
make[2]: Entering directory '/build/libosmo-sigtran/examples'
make[3]: Entering directory '/build/libosmo-sigtran/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/examples'
make[2]: Leaving directory '/build/libosmo-sigtran/examples'
Making install in stp
make[2]: Entering directory '/build/libosmo-sigtran/stp'
make[3]: Entering directory '/build/libosmo-sigtran/stp'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-stp '/build/inst-osmo-hnbgw/bin'
libtool: install: /usr/bin/install -c .libs/osmo-stp /build/inst-osmo-hnbgw/bin/osmo-stp
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libosmo-sigtran/stp'
make[2]: Leaving directory '/build/libosmo-sigtran/stp'
Making install in doc
make[2]: Entering directory '/build/libosmo-sigtran/doc'
Making install in examples
make[3]: Entering directory '/build/libosmo-sigtran/doc/examples'
make[4]: Entering directory '/build/libosmo-sigtran/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/share/doc/libosmo-sigtran/examples/osmo-stp'
 /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/build/inst-osmo-hnbgw/share/doc/libosmo-sigtran/examples/osmo-stp'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-stp.cfg '/build/inst-osmo-hnbgw/etc/osmocom'
make[4]: Leaving directory '/build/libosmo-sigtran/doc/examples'
make[3]: Leaving directory '/build/libosmo-sigtran/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/libosmo-sigtran/doc/manuals'
make[4]: Entering directory '/build/libosmo-sigtran/doc/manuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/doc/manuals'
make[3]: Leaving directory '/build/libosmo-sigtran/doc/manuals'
make[3]: Entering directory '/build/libosmo-sigtran/doc'
make[4]: Entering directory '/build/libosmo-sigtran/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/doc'
make[3]: Leaving directory '/build/libosmo-sigtran/doc'
make[2]: Leaving directory '/build/libosmo-sigtran/doc'
Making install in contrib
make[2]: Entering directory '/build/libosmo-sigtran/contrib'
Making install in systemd
make[3]: Entering directory '/build/libosmo-sigtran/contrib/systemd'
make[4]: Entering directory '/build/libosmo-sigtran/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/contrib/systemd'
make[3]: Leaving directory '/build/libosmo-sigtran/contrib/systemd'
make[3]: Entering directory '/build/libosmo-sigtran/contrib'
make[4]: Entering directory '/build/libosmo-sigtran/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/libosmo-sigtran/contrib'
make[3]: Leaving directory '/build/libosmo-sigtran/contrib'
make[2]: Leaving directory '/build/libosmo-sigtran/contrib'
make[2]: Entering directory '/build/libosmo-sigtran'
make[3]: Entering directory '/build/libosmo-sigtran'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/share/doc/libosmo-sigtran'
 /usr/bin/install -c -m 644 ./doc/html.tar '/build/inst-osmo-hnbgw/share/doc/libosmo-sigtran'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-sigtran.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make  install-data-hook
make[4]: Entering directory '/build/libosmo-sigtran'
cd /build/inst-osmo-hnbgw/share/doc/libosmo-sigtran && tar xf html.tar && rm -f html.tar
make[4]: Leaving directory '/build/libosmo-sigtran'
make[3]: Leaving directory '/build/libosmo-sigtran'
make[2]: Leaving directory '/build/libosmo-sigtran'
make[1]: Leaving directory '/build/libosmo-sigtran'
+ build_repo libasn1c --enable-sanitize
+ dir=libasn1c
+ shift
+ build_repo_dir libasn1c ./ --enable-sanitize
+ dep=libasn1c
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-


====================== libasn1c


+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize
+ set +x
+ have_repo libasn1c master
+ repo=libasn1c
+ branch=master
+ echo OSMO_GSM_TESTER_BUILD_libasn1c
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_libasn1c
+ eval echo $OSMO_GSM_TESTER_BUILD_libasn1c
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d libasn1c ]
+ cd libasn1c
+ git fetch
+ git rev-parse origin/master
984b3db58c352f4486d0abcba53d6a84fc72fbb5
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Makefile Makefile.am Makefile.in README.md aclocal.m4 asn1c-talloc.patch autom4te.cache compile config.guess config.log config.status config.sub configure configure.ac contrib debian depcomp git-version-gen include install-sh libasn1c.pc libasn1c.pc.in libtool ltmain.sh m4 missing src
+ git reset --hard origin/master
HEAD is now at 984b3db Bump version: 0.9.37.1-2d31 → 0.9.38
+ git rev-parse HEAD
984b3db58c352f4486d0abcba53d6a84fc72fbb5
+ git rev-parse HEAD
+ echo 984b3db58c352f4486d0abcba53d6a84fc72fbb5 libasn1c
+ git submodule update --init
+ cd /build
+ cd libasn1c/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi


libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:19: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:19: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:19: the top level
configure.ac:78: warning: AC_OUTPUT should be used without arguments.
configure.ac:78: You should run autoupdate.
configure.ac:16: installing './compile'
configure.ac:18: installing './config.guess'
configure.ac:18: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
src/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize


configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for talloc... yes
checking if gcc supports -fvisibility=hidden... yes
CFLAGS="-g -O2 -fsanitize=address -fsanitize=undefined"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libasn1c.pc
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/asn1c/Makefile
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ set +x
+ make -j8


Making all in src
make[1]: Entering directory '/build/libasn1c/src'
  CC       ANY.lo
  CC       constraints.lo
  CC       GeneralizedTime.lo
  CC       NumericString.lo
  CC       T61String.lo
  CC       asn_codecs_prim.lo
  CC       GeneralString.lo
  CC       constr_CHOICE.lo
  CC       ObjectDescriptor.lo
  CC       TeletexString.lo
  CC       asn_SEQUENCE_OF.lo
  CC       constr_SEQUENCE.lo
  CC       GraphicString.lo
  CC       OBJECT_IDENTIFIER.lo
  CC       UniversalString.lo
  CC       asn_SET_OF.lo
  CC       constr_SEQUENCE_OF.lo
  CC       IA5String.lo
  CC       OCTET_STRING.lo
  CC       UTCTime.lo
  CC       ber_decoder.lo
  CC       constr_SET.lo
  CC       INTEGER.lo
  CC       per_decoder.lo
  CC       UTF8String.lo
  CC       ber_tlv_length.lo
  CC       constr_SET_OF.lo
  CC       ISO646String.lo
  CC       per_encoder.lo
  CC       VideotexString.lo
  CC       ber_tlv_tag.lo
  CC       constr_TYPE.lo
  CC       NativeEnumerated.lo
  CC       per_support.lo
  CC       VisibleString.lo
  CC       BIT_STRING.lo
  CC       NativeInteger.lo
  CC       PrintableString.lo
  CC       xer_decoder.lo
  CC       BMPString.lo
  CC       der_encoder.lo
  CC       NativeReal.lo
  CC       REAL.lo
  CC       xer_encoder.lo
  CC       BOOLEAN.lo
  CC       ENUMERATED.lo
  CC       NULL.lo
  CC       RELATIVE-OID.lo
  CC       xer_support.lo
  CC       per_opentype.lo
  CC       asn1helpers.lo
  CCLD     libasn1c.la
make[1]: Leaving directory '/build/libasn1c/src'
Making all in include
make[1]: Entering directory '/build/libasn1c/include'
Making all in asn1c
make[2]: Entering directory '/build/libasn1c/include/asn1c'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/libasn1c/include/asn1c'
make[2]: Entering directory '/build/libasn1c/include'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/libasn1c/include'
make[1]: Leaving directory '/build/libasn1c/include'
make[1]: Entering directory '/build/libasn1c'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/libasn1c'


+ set +x
+ make install
Making install in src
make[1]: Entering directory '/build/libasn1c/src'
make[2]: Entering directory '/build/libasn1c/src'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libasn1c.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libasn1c.so.1.0.2 /build/inst-osmo-hnbgw/lib/libasn1c.so.1.0.2
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libasn1c.so.1.0.2 libasn1c.so.1 || { rm -f libasn1c.so.1 && ln -s libasn1c.so.1.0.2 libasn1c.so.1; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libasn1c.so.1.0.2 libasn1c.so || { rm -f libasn1c.so && ln -s libasn1c.so.1.0.2 libasn1c.so; }; })
libtool: install: /usr/bin/install -c .libs/libasn1c.lai /build/inst-osmo-hnbgw/lib/libasn1c.la
libtool: install: /usr/bin/install -c .libs/libasn1c.a /build/inst-osmo-hnbgw/lib/libasn1c.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libasn1c.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libasn1c.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/libasn1c/src'
make[1]: Leaving directory '/build/libasn1c/src'
Making install in include
make[1]: Entering directory '/build/libasn1c/include'
Making install in asn1c
make[2]: Entering directory '/build/libasn1c/include/asn1c'
make[3]: Entering directory '/build/libasn1c/include/asn1c'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/asn1c'
 /usr/bin/install -c -m 644 ANY.h asn_application.h asn_codecs.h asn_codecs_prim.h asn_internal.h asn_SEQUENCE_OF.h asn_SET_OF.h asn_system.h ber_decoder.h ber_tlv_length.h ber_tlv_tag.h BIT_STRING.h BMPString.h BOOLEAN.h constraints.h constr_CHOICE.h constr_SEQUENCE.h constr_SEQUENCE_OF.h constr_SET.h constr_SET_OF.h constr_TYPE.h der_encoder.h ENUMERATED.h GeneralizedTime.h GeneralString.h GraphicString.h IA5String.h INTEGER.h ISO646String.h NativeEnumerated.h NativeInteger.h NativeReal.h NULL.h NumericString.h ObjectDescriptor.h OBJECT_IDENTIFIER.h OCTET_STRING.h per_decoder.h per_encoder.h per_support.h '/build/inst-osmo-hnbgw/include/asn1c'
 /usr/bin/install -c -m 644 PrintableString.h REAL.h RELATIVE-OID.h T61String.h TeletexString.h UniversalString.h UTCTime.h UTF8String.h VideotexString.h VisibleString.h xer_decoder.h xer_encoder.h xer_support.h per_opentype.h asn1helpers.h '/build/inst-osmo-hnbgw/include/asn1c'
make[3]: Leaving directory '/build/libasn1c/include/asn1c'
make[2]: Leaving directory '/build/libasn1c/include/asn1c'
make[2]: Entering directory '/build/libasn1c/include'
make[3]: Entering directory '/build/libasn1c/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/libasn1c/include'
make[2]: Leaving directory '/build/libasn1c/include'
make[1]: Leaving directory '/build/libasn1c/include'
make[1]: Entering directory '/build/libasn1c'
make[2]: Entering directory '/build/libasn1c'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libasn1c.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make[2]: Leaving directory '/build/libasn1c'
make[1]: Leaving directory '/build/libasn1c'
+ build_repo osmo-iuh --enable-sanitize
+ dir=osmo-iuh
+ shift
+ build_repo_dir osmo-iuh ./ --enable-sanitize
+ dep=osmo-iuh
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize
+ set +x
+ have_repo osmo-iuh master
+ repo=osmo-iuh
+ branch=master


====================== osmo-iuh


+ echo OSMO_GSM_TESTER_BUILD_osmo-iuh
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_osmo_iuh
+ eval echo $OSMO_GSM_TESTER_BUILD_osmo_iuh
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d osmo-iuh ]
+ cd osmo-iuh
+ git fetch
+ git rev-parse origin/master
33ae958245c4eecd517b2c0723977ca7f511872d
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf COPYING Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 asn1 autom4te.cache compile config.guess config.log config.status config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libosmo-hnbap.pc libosmo-hnbap.pc.in libosmo-ranap.pc libosmo-ranap.pc.in libosmo-rua.pc libosmo-rua.pc.in libosmo-sabp.pc libosmo-sabp.pc.in libtool ltmain.sh m4 missing move-asn1-header-files.sh pcap specs src tests
+ git reset --hard origin/master
HEAD is now at 33ae958 Bump version: 1.6.0.6-aad82-dirty → 1.7.0
+ git rev-parse HEAD
33ae958245c4eecd517b2c0723977ca7f511872d
+ git rev-parse HEAD
+ echo 33ae958245c4eecd517b2c0723977ca7f511872d osmo-iuh
+ git submodule update --init


+ cd /build
+ cd osmo-iuh/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:56: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:56: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:56: the top level
configure.ac:136: warning: AC_OUTPUT should be used without arguments.
configure.ac:136: You should run autoupdate.
configure.ac:8: installing './compile'
configure.ac:8: installing './config.guess'
configure.ac:8: installing './config.sub'
configure.ac:10: installing './install-sh'
configure.ac:10: installing './missing'
src/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize


configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking dependency style of gcc... gcc3
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking for netinet/sctp.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libosmo-sigtran >= 2.1.0... yes
checking for libasn1c >= 0.9.30... yes
checking for egrep... (cached) /usr/bin/grep -E
CFLAGS="-g -O2 -std=gnu11 -fsanitize=address -fsanitize=undefined -Wall"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-hnbap.pc
config.status: creating libosmo-ranap.pc
config.status: creating libosmo-rua.pc
config.status: creating libosmo-sabp.pc
config.status: creating src/Makefile
config.status: creating src/hnbap/Makefile
config.status: creating src/ranap/Makefile
config.status: creating src/rua/Makefile
config.status: creating src/sabp/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/hnbap/Makefile
config.status: creating include/osmocom/ranap/Makefile
config.status: creating include/osmocom/rua/Makefile
config.status: creating include/osmocom/sabp/Makefile
config.status: creating include/osmocom/iuh/Makefile
config.status: creating doc/Makefile
config.status: executing libtool commands
config.status: executing depfiles commands
config.status: executing tests/atconfig commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ set +x
+ make -j8


make  all-recursive
make[1]: Entering directory '/build/osmo-iuh'
Making all in src
make[2]: Entering directory '/build/osmo-iuh/src'
../asn1/utils/asn1tostruct.py -p HNBAP_ -f ../asn1/hnbap/HNBAP-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p RUA_ -f ../asn1/rua/RUA-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p SABP_ -f ../asn1/sabp/SABP-PDU-Contents.asn
../asn1/utils/asn1tostruct.py -p RANAP_ -f ../asn1/ranap/RANAP-PDU-Contents.asn
Didn't find any information element for message: PrivateMessage-IEs
sed -i 's,^#include "rua_ies_defs.h",#include <osmocom/rua/rua_ies_defs.h>,' rua_encoder.c rua_decoder.c
Didn't find any information element for message: PrivateMessage-IEs
sed -i 's,^#include "hnbap_ies_defs.h",#include <osmocom/hnbap/hnbap_ies_defs.h>,' hnbap_encoder.c hnbap_decoder.c
sed -i 's,^#include "rua_common.h",#include <osmocom/rua/rua_common.h>,' rua_encoder.c rua_decoder.c rua_ies_defs.h
sed -i 's,^#include "sabp_ies_defs.h",#include <osmocom/sabp/sabp_ies_defs.h>,' sabp_encoder.c sabp_decoder.c
sed -i 's,^#include "hnbap_common.h",#include <osmocom/hnbap/hnbap_common.h>,' hnbap_encoder.c hnbap_decoder.c hnbap_ies_defs.h
mv rua_ies_defs.h ../include/osmocom/rua/
sed -i 's,^#include "sabp_common.h",#include <osmocom/sabp/sabp_common.h>,' sabp_encoder.c sabp_decoder.c sabp_ies_defs.h
mv hnbap_ies_defs.h ../include/osmocom/hnbap/
touch ../src/gen_rua.stamp
touch ../src/gen_hnbap.stamp
mv sabp_ies_defs.h ../include/osmocom/sabp/
Didn't find any information element for message: RelocationDetectIEs
Didn't find any information element for message: RelocationCompleteIEs
Didn't find any information element for message: RAB-SetupOrModifyItem-IEs
Didn't find any information element for message: PrivateMessage-IEs
Didn't find any information element for message: DirectTransferInformationItemIEs-RANAP-RelocInf
Didn't find any information element for message: SRVCC-CSKeysRequestIEs
Didn't find any information element for message: UeRadioCapabilityMatchRequestIEs
touch ../src/gen_sabp.stamp
sed -i 's,^#include "ranap_ies_defs.h",#include <osmocom/ranap/ranap_ies_defs.h>,' ranap_encoder.c ranap_decoder.c
sed -i 's,^#include "ranap_common.h",#include <osmocom/ranap/ranap_common.h>,' ranap_encoder.c ranap_decoder.c ranap_ies_defs.h
mv ranap_ies_defs.h ../include/osmocom/ranap/
touch ../src/gen_ranap.stamp
make  all-recursive
make[3]: Entering directory '/build/osmo-iuh/src'
Making all in hnbap
make[4]: Entering directory '/build/osmo-iuh/src/hnbap'
  CC       HNBAP_Criticality.lo
  CC       HNBAP_Presence.lo
  CC       HNBAP_PrivateIE-ID.lo
  CC       HNBAP_ProcedureCode.lo
  CC       HNBAP_ProtocolIE-ID.lo
  CC       HNBAP_TriggeringMessage.lo
  CC       HNBAP_Access-stratum-release-indicator.lo
  CC       HNBAP_IE-Extensions.lo
  CC       HNBAP_AccessResult.lo
  CC       HNBAP_AltitudeAndDirection.lo
  CC       HNBAP_BackoffTimer.lo
  CC       HNBAP_BindingID.lo
  CC       HNBAP_Cause.lo
  CC       HNBAP_CauseRadioNetwork.lo
  CC       HNBAP_CauseTransport.lo
  CC       HNBAP_CauseProtocol.lo
  CC       HNBAP_CauseMisc.lo
  CC       HNBAP_CellIdentity.lo
  CC       HNBAP_CELL-FACHMobilitySupport.lo
  CC       HNBAP_Context-ID.lo
  CC       HNBAP_CriticalityDiagnostics.lo
  CC       HNBAP_CriticalityDiagnostics-IE-List.lo
  CC       HNBAP_CriticalityDiagnostics-IE-List-Value.lo
  CC       HNBAP_CSG-ID.lo
  CC       HNBAP_CSG-Capability.lo
  CC       HNBAP_CSGMembershipStatus.lo
  CC       HNBAP_CGI.lo
  CC       HNBAP_CI.lo
  CC       HNBAP_CN-DomainIndicator.lo
  CC       HNBAP_ESN.lo
  CC       HNBAP_GeographicalLocation.lo
  CC       HNBAP_GeographicalCoordinates.lo
  CC       HNBAP_GTP-TEI.lo
  CC       HNBAP_HNBCapacity.lo
  CC       HNBAP_HNB-Cell-Access-Mode.lo
  CC       HNBAP_HNB-Cell-Identifier.lo
  CC       HNBAP_HNB-GWResponse.lo
  CC       HNBAP_HNB-RNL-Identity.lo
  CC       HNBAP_HNBConfigInfo.lo
  CC       HNBAP_ConfigurationInformation.lo
  CC       HNBAP_HNBConfigurationInformationProvided.lo
  CC       HNBAP_HNBConfigurationInformationMissing.lo
  CC       HNBAP_HNB-Location-Information.lo
  CC       HNBAP_HNB-Identity.lo
  CC       HNBAP_HNB-Identity-Info.lo
  CC       HNBAP_IMEI.lo
  CC       HNBAP_IMSI.lo
  CC       HNBAP_IMSIDS41.lo
  CC       HNBAP_IMSIESN.lo
  CC       HNBAP_IP-Address.lo
  CC       HNBAP_Ipv4Address.lo
  CC       HNBAP_Ipv6Address.lo
  CC       HNBAP_Iurh-Signalling-TNL-AddressList.lo
  CC       HNBAP_LAC.lo
  CC       HNBAP_LAI.lo
  CC       HNBAP_MacroCoverageInformation.lo
  CC       HNBAP_MacroCellID.lo
  CC       HNBAP_MuxPortNumber.lo
  CC       HNBAP_NeighbourCellIdentityList.lo
  CC       HNBAP_NeighbourIdentity.lo
  CC       HNBAP_NeighbourInfoList.lo
  CC       HNBAP_AdditionalNeighbourInfoList.lo
  CC       HNBAP_NeighbourInfoRequestList.lo
  CC       HNBAP_NeighbourInfoRequestItem.lo
  CC       HNBAP_PLMNidentity.lo
  CC       HNBAP_PSC.lo
  CC       HNBAP_PTMSI.lo
  CC       HNBAP_PTMSIRAI.lo
  CC       HNBAP_RAB-ID.lo
  CC       HNBAP_RABList.lo
  CC       HNBAP_RABListItem.lo
  CC       HNBAP_RAC.lo
  CC       HNBAP_RAI.lo
  CC       HNBAP_Registration-Cause.lo
  CC       HNBAP_RNC-ID.lo
  CC       HNBAP_SAC.lo
  CC       HNBAP_S-RNTIPrefix.lo
  CC       HNBAP_TMSILAI.lo
  CC       HNBAP_TMSIDS41.lo
  CC       HNBAP_TransportInfo.lo
  CC       HNBAP_TransportLayerAddress.lo
  CC       HNBAP_Tunnel-Information.lo
  CC       HNBAP_TypeOfError.lo
  CC       HNBAP_UDP-Port-Number.lo
  CC       HNBAP_UE-Capabilities.lo
  CC       HNBAP_UTRANCellID.lo
  CC       HNBAP_UE-Identity.lo
  CC       HNBAP_Update-cause.lo
  CC       HNBAP_URAIdentityList.lo
  CC       HNBAP_URAIdentity.lo
  CC       HNBAP_U-RNTI.lo
  CC       HNBAP_UnknownU-RNTIIndication.lo
  CC       HNBAP_HNBAP-PDU.lo
  CC       HNBAP_InitiatingMessage.lo
  CC       HNBAP_SuccessfulOutcome.lo
  CC       HNBAP_UnsuccessfulOutcome.lo
  CC       HNBAP_HNBRegisterRequest.lo
  CC       HNBAP_HNBRegisterAccept.lo
  CC       HNBAP_HNBRegisterReject.lo
  CC       HNBAP_UERegisterRequest.lo
  CC       HNBAP_UERegisterAccept.lo
  CC       HNBAP_UERegisterReject.lo
  CC       HNBAP_UEDe-Register.lo
  CC       HNBAP_HNBDe-Register.lo
  CC       HNBAP_ErrorIndication.lo
  CC       HNBAP_CSGMembershipUpdate.lo
  CC       HNBAP_TNLUpdateRequest.lo
  CC       HNBAP_TNLUpdateResponse.lo
  CC       HNBAP_TNLUpdateFailure.lo
  CC       HNBAP_HNBConfigTransferRequest.lo
  CC       HNBAP_HNBConfigTransferResponse.lo
  CC       HNBAP_RelocationComplete.lo
  CC       HNBAP_U-RNTIQueryRequest.lo
  CC       HNBAP_U-RNTIQueryResponse.lo
  CC       HNBAP_PrivateMessage.lo
  CC       HNBAP_IE.lo
  CCLD     libosmo-asn1-hnbap.la
make[4]: Leaving directory '/build/osmo-iuh/src/hnbap'
Making all in rua
make[4]: Entering directory '/build/osmo-iuh/src/rua'
  CC       RUA_Criticality.lo
  CC       RUA_Presence.lo
  CC       RUA_ProcedureCode.lo
  CC       RUA_PrivateIE-ID.lo
  CC       RUA_ProtocolIE-ID.lo
  CC       RUA_TriggeringMessage.lo
  CC       RUA_IE-Extensions.lo
  CC       RUA_CN-DomainIndicator.lo
  CC       RUA_CSGMembershipStatus.lo
  CC       RUA_Establishment-Cause.lo
  CC       RUA_Context-ID.lo
  CC       RUA_IntraDomainNasNodeSelector.lo
  CC       RUA_Gsm-map-IDNNS.lo
  CC       RUA_Ansi-41-IDNNS.lo
  CC       RUA_RANAP-Message.lo
  CC       RUA_RoutingParameter.lo
  CC       RUA_Cause.lo
  CC       RUA_CauseRadioNetwork.lo
  CC       RUA_CauseTransport.lo
  CC       RUA_CauseProtocol.lo
  CC       RUA_CauseMisc.lo
  CC       RUA_CriticalityDiagnostics.lo
  CC       RUA_CriticalityDiagnostics-IE-List.lo
  CC       RUA_CriticalityDiagnostics-IE-List-Value.lo
  CC       RUA_TypeOfError.lo
  CC       RUA_RUA-PDU.lo
  CC       RUA_InitiatingMessage.lo
  CC       RUA_SuccessfulOutcome.lo
  CC       RUA_UnsuccessfulOutcome.lo
  CC       RUA_Connect.lo
  CC       RUA_DirectTransfer.lo
  CC       RUA_Disconnect.lo
  CC       RUA_ConnectionlessTransfer.lo
  CC       RUA_ErrorIndication.lo
  CC       RUA_PrivateMessage.lo
  CC       RUA_IE.lo
  CCLD     libosmo-asn1-rua.la
make[4]: Leaving directory '/build/osmo-iuh/src/rua'
Making all in ranap
make[4]: Entering directory '/build/osmo-iuh/src/ranap'
  CC       RANAP_Criticality.lo
  CC       RANAP_Presence.lo
  CC       RANAP_PrivateIE-ID.lo
  CC       RANAP_ProcedureCode.lo
  CC       RANAP_ProtocolExtensionID.lo
  CC       RANAP_ProtocolIE-ID.lo
  CC       RANAP_TriggeringMessage.lo
  CC       RANAP_IE-Extensions.lo
  CC       RANAP_AccuracyFulfilmentIndicator.lo
  CC       RANAP_AllocationOrRetentionPriority.lo
  CC       RANAP_Alt-RAB-Parameters.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateType.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateType.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrates.lo
  CC       RANAP_Alt-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedMaxBitrateInf.lo
  CC       RANAP_Alt-RAB-Parameter-SupportedMaxBitrates.lo
  CC       RANAP_AlternativeRABConfigurationRequest.lo
  CC       RANAP_APN.lo
  CC       RANAP_AreaIdentity.lo
  CC       RANAP_Ass-RAB-Parameters.lo
  CC       RANAP_Ass-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_Ass-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_AuthorisedPLMNs.lo
  CC       RANAP_AuthorisedPLMNs-Value.lo
  CC       RANAP_AuthorisedSNAs.lo
  CC       RANAP_BindingID.lo
  CC       RANAP_BroadcastAssistanceDataDecipheringKeys.lo
  CC       RANAP_Cause.lo
  CC       RANAP_CauseMisc.lo
  CC       RANAP_CauseNAS.lo
  CC       RANAP_CauseProtocol.lo
  CC       RANAP_CauseRadioNetwork.lo
  CC       RANAP_CauseRadioNetworkExtension.lo
  CC       RANAP_CauseNon-Standard.lo
  CC       RANAP_CauseTransmissionNetwork.lo
  CC       RANAP_Cell-Access-Mode.lo
  CC       RANAP_CellBased.lo
  CC       RANAP_CellIdList.lo
  CC       RANAP_Cell-Id.lo
  CC       RANAP_Cell-Capacity-Class-Value.lo
  CC       RANAP_CellLoadInformation.lo
  CC       RANAP_CellLoadInformationGroup.lo
  CC       RANAP_CellType.lo
  CC       RANAP_ClientType.lo
  CC       RANAP_CriticalityDiagnostics.lo
  CC       RANAP_CriticalityDiagnostics-IE-List.lo
  CC       RANAP_CriticalityDiagnostics-IE-List-Value.lo
  CC       RANAP_MessageStructure.lo
  CC       RANAP_MessageStructure-Value.lo
  CC       RANAP_CGI.lo
  CC       RANAP_ChosenEncryptionAlgorithm.lo
  CC       RANAP_ChosenIntegrityProtectionAlgorithm.lo
  CC       RANAP_CI.lo
  CC       RANAP_ClassmarkInformation2.lo
  CC       RANAP_ClassmarkInformation3.lo
  CC       RANAP_CN-DomainIndicator.lo
  CC       RANAP_CN-ID.lo
  CC       RANAP_Correlation-ID.lo
  CC       RANAP_CSFB-Information.lo
  CC       RANAP_CSG-Id.lo
  CC       RANAP_CSG-Id-List.lo
  CC       RANAP_CSG-Membership-Status.lo
  CC       RANAP_DataPDUType.lo
  CC       RANAP_DataVolumeReference.lo
  CC       RANAP_DataVolumeReportingIndication.lo
  CC       RANAP_DCH-ID.lo
  CC       RANAP_DeliveryOfErroneousSDU.lo
  CC       RANAP_DeliveryOrder.lo
  CC       RANAP_DeltaRAListofIdleModeUEs.lo
  CC       RANAP_NewRAListofIdleModeUEs.lo
  CC       RANAP_RAListwithNoIdleModeUEsAnyMore.lo
  CC       RANAP_ForwardingIndication.lo
  CC       RANAP_DL-GTP-PDU-SequenceNumber.lo
  CC       RANAP_DL-N-PDU-SequenceNumber.lo
  CC       RANAP_D-RNTI.lo
  CC       RANAP_DRX-CycleLengthCoefficient.lo
  CC       RANAP_DSCH-ID.lo
  CC       RANAP_EARFCN-Extended.lo
  CC       RANAP_E-DCH-MAC-d-Flow-ID.lo
  CC       RANAP_ENB-ID.lo
  CC       RANAP_EncryptionAlgorithm.lo
  CC       RANAP_EncryptionInformation.lo
  CC       RANAP_EncryptionKey.lo
  CC       RANAP_End-Of-CSFB.lo
  CC       RANAP_EquipmentsToBeTraced.lo
  CC       RANAP_E-UTRAN-Service-Handover.lo
  CC       RANAP_Event.lo
  CC       RANAP_Event1F-Parameters.lo
  CC       RANAP_Event1I-Parameters.lo
  CC       RANAP_ExtendedGuaranteedBitrate.lo
  CC       RANAP_ExtendedMaxBitrate.lo
  CC       RANAP_ExtendedRNC-ID.lo
  CC       RANAP_FrameSequenceNumber.lo
  CC       RANAP_FrequenceLayerConvergenceFlag.lo
  CC       RANAP_GANSS-PositioningDataSet.lo
  CC       RANAP_GANSS-PositioningMethodAndUsage.lo
  CC       RANAP_GeographicalArea.lo
  CC       RANAP_GeographicalCoordinates.lo
  CC       RANAP_GA-AltitudeAndDirection.lo
  CC       RANAP_GA-EllipsoidArc.lo
  CC       RANAP_GA-Point.lo
  CC       RANAP_GA-PointWithAltitude.lo
  CC       RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.lo
  CC       RANAP_GA-PointWithUnCertainty.lo
  CC       RANAP_GA-PointWithUnCertaintyEllipse.lo
  CC       RANAP_GA-Polygon.lo
  CC       RANAP_GA-Polygon-Value.lo
  CC       RANAP_GA-UncertaintyEllipse.lo
  CC       RANAP_GERAN-BSC-Container.lo
  CC       RANAP_GERAN-Cell-ID.lo
  CC       RANAP_GERAN-Classmark.lo
  CC       RANAP_GlobalCN-ID.lo
  CC       RANAP_GlobalRNC-ID.lo
  CC       RANAP_GTP-TEI.lo
  CC       RANAP_GuaranteedBitrate.lo
  CC       RANAP_HigherBitratesThan16MbpsFlag.lo
  CC       RANAP_HS-DSCH-MAC-d-Flow-ID.lo
  CC       RANAP_IMEI.lo
  CC       RANAP_IMEIGroup.lo
  CC       RANAP_IMEIList.lo
  CC       RANAP_IMEISV.lo
  CC       RANAP_IMEISVGroup.lo
  CC       RANAP_IMEISVList.lo
  CC       RANAP_ImmediateMDT.lo
  CC       RANAP_IMSI.lo
  CC       RANAP_IncludeVelocity.lo
  CC       RANAP_InformationExchangeID.lo
  CC       RANAP_InformationExchangeType.lo
  CC       RANAP_InformationRequested.lo
  CC       RANAP_InformationRequestType.lo
  CC       RANAP_InformationTransferID.lo
  CC       RANAP_InformationTransferType.lo
  CC       RANAP_IntegrityProtectionAlgorithm.lo
  CC       RANAP_IntegrityProtectionInformation.lo
  CC       RANAP_IntegrityProtectionKey.lo
  CC       RANAP_InterSystemInformationTransferType.lo
  CC       RANAP_InterSystemInformation-TransparentContainer.lo
  CC       RANAP_IPMulticastAddress.lo
  CC       RANAP_IuSignallingConnectionIdentifier.lo
  CC       RANAP_IuTransportAssociation.lo
  CC       RANAP_KeyStatus.lo
  CC       RANAP_LA-LIST.lo
  CC       RANAP_LA-LIST-Value.lo
  CC       RANAP_LAC.lo
  CC       RANAP_LAI.lo
  CC       RANAP_LastKnownServiceArea.lo
  CC       RANAP_LastVisitedUTRANCell-Item.lo
  CC       RANAP_LHN-ID.lo
  CC       RANAP_Links-to-log.lo
  CC       RANAP_ListOF-SNAs.lo
  CC       RANAP_ListOfInterfacesToTrace.lo
  CC       RANAP_InterfacesToTraceItem.lo
  CC       RANAP_LoadValue.lo
  CC       RANAP_LocationRelatedDataRequestType.lo
  CC       RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.lo
  CC       RANAP_LocationReportingTransferInformation.lo
  CC       RANAP_ReportChangeOfSAI.lo
  CC       RANAP_PeriodicReportingIndicator.lo
  CC       RANAP_DirectReportingIndicator.lo
  CC       RANAP_L3-Information.lo
  CC       RANAP_M1Report.lo
  CC       RANAP_M2Report.lo
  CC       RANAP_M4Report.lo
  CC       RANAP_M4-Collection-Parameters.lo
  CC       RANAP_M4-Period.lo
  CC       RANAP_M4-Threshold.lo
  CC       RANAP_M5Report.lo
  CC       RANAP_M5-Period.lo
  CC       RANAP_M6Report.lo
  CC       RANAP_M6-Period.lo
  CC       RANAP_M7Report.lo
  CC       RANAP_M7-Period.lo
  CC       RANAP_Management-Based-MDT-Allowed.lo
  CC       RANAP_MaxBitrate.lo
  CC       RANAP_MaxSDU-Size.lo
  CC       RANAP_MBMS-PTP-RAB-ID.lo
  CC       RANAP_MBMSBearerServiceType.lo
  CC       RANAP_MBMSCNDe-Registration.lo
  CC       RANAP_MBMSCountingInformation.lo
  CC       RANAP_MBMSHCIndicator.lo
  CC       RANAP_MBMSIPMulticastAddressandAPNRequest.lo
  CC       RANAP_MBMSLinkingInformation.lo
  CC       RANAP_MBMSRegistrationRequestType.lo
  CC       RANAP_MBMSServiceArea.lo
  CC       RANAP_MBMSSessionDuration.lo
  CC       RANAP_MBMSSessionIdentity.lo
  CC       RANAP_MBMSSessionRepetitionNumber.lo
  CC       RANAP_MDT-Activation.lo
  CC       RANAP_MDTAreaScope.lo
  CC       RANAP_MDT-Configuration.lo
  CC       RANAP_MDTMode.lo
  CC       RANAP_MDT-PLMN-List.lo
  CC       RANAP_MDT-Report-Parameters.lo
  CC       RANAP_MeasurementQuantity.lo
  CC       RANAP_MeasurementsToActivate.lo
  CC       RANAP_MSISDN.lo
  CC       RANAP_NAS-PDU.lo
  CC       RANAP_NAS-SequenceNumber.lo
  CC       RANAP_NAS-SynchronisationIndicator.lo
  CC       RANAP_NewBSS-To-OldBSS-Information.lo
  CC       RANAP_NonSearchingIndication.lo
  CC       RANAP_NRTLoadInformationValue.lo
  CC       RANAP_NumberOfIuInstances.lo
  CC       RANAP_NumberOfSteps.lo
  CC       RANAP_Offload-RAB-Parameters.lo
  CC       RANAP_Offload-RAB-Parameters-APN.lo
  CC       RANAP_Offload-RAB-Parameters-ChargingCharacteristics.lo
  CC       RANAP_OldBSS-ToNewBSS-Information.lo
  CC       RANAP_OMC-ID.lo
  CC       RANAP_Out-Of-UTRAN.lo
  CC       RANAP_PagingAreaID.lo
  CC       RANAP_PagingCause.lo
  CC       RANAP_PDP-TypeInformation.lo
  CC       RANAP_PDP-Type.lo
  CC       RANAP_PDP-TypeInformation-extension.lo
  CC       RANAP_PDP-Type-extension.lo
  CC       RANAP_PDUType14FrameSequenceNumber.lo
  CC       RANAP_PeriodicLocationInfo.lo
  CC       RANAP_PermanentNAS-UE-ID.lo
  CC       RANAP_PermittedEncryptionAlgorithms.lo
  CC       RANAP_PermittedIntegrityProtectionAlgorithms.lo
  CC       RANAP_LABased.lo
  CC       RANAP_LAI-List.lo
  CC       RANAP_LoggedMDT.lo
  CC       RANAP_LoggingInterval.lo
  CC       RANAP_LoggingDuration.lo
  CC       RANAP_PLMNidentity.lo
  CC       RANAP_PLMNs-in-shared-network.lo
  CC       RANAP_PLMNs-in-shared-network-Value.lo
  CC       RANAP_Port-Number.lo
  CC       RANAP_PositioningDataDiscriminator.lo
  CC       RANAP_PositioningDataSet.lo
  CC       RANAP_PositioningMethodAndUsage.lo
  CC       RANAP_PositioningPriority.lo
  CC       RANAP_PositionData.lo
  CC       RANAP_PositionDataSpecificToGERANIuMode.lo
  CC       RANAP_Pre-emptionCapability.lo
  CC       RANAP_Pre-emptionVulnerability.lo
  CC       RANAP_PriorityLevel.lo
  CC       RANAP_Priority-Class-Indicator.lo
  CC       RANAP_ProvidedData.lo
  CC       RANAP_P-TMSI.lo
  CC       RANAP_QueuingAllowed.lo
  CC       RANAP_RAB-AsymmetryIndicator.lo
  CC       RANAP_RABased.lo
  CC       RANAP_RAI-List.lo
  CC       RANAP_RABDataVolumeReport.lo
  CC       RANAP_RABDataVolumeReport-Value.lo
  CC       RANAP_RAB-ID.lo
  CC       RANAP_RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_RAB-Parameters.lo
  CC       RANAP_RABParametersList.lo
  CC       RANAP_RABParametersList-Value.lo
  CC       RANAP_RAB-SubflowCombinationBitRate.lo
  CC       RANAP_RAB-TrCH-Mapping.lo
  CC       RANAP_RAB-TrCH-MappingItem.lo
  CC       RANAP_RAC.lo
  CC       RANAP_RAI.lo
  CC       RANAP_RAListofIdleModeUEs.lo
  CC       RANAP_NotEmptyRAListofIdleModeUEs.lo
  CC       RANAP_RAofIdleModeUEs.lo
  CC       RANAP_LAListofIdleModeUEs.lo
  CC       RANAP_RAT-Type.lo
  CC       RANAP_RateControlAllowed.lo
  CC       RANAP_RedirectAttemptFlag.lo
  CC       RANAP_RedirectionCompleted.lo
  CC       RANAP_RejectCauseValue.lo
  CC       RANAP_RelocationRequirement.lo
  CC       RANAP_RelocationType.lo
  CC       RANAP_RepetitionNumber0.lo
  CC       RANAP_RepetitionNumber1.lo
  CC       RANAP_ReportArea.lo
  CC       RANAP_ReportInterval.lo
  CC       RANAP_ReportAmount.lo
  CC       RANAP_RequestedGPSAssistanceData.lo
  CC       RANAP_RequestedGANSSAssistanceData.lo
  CC       RANAP_RequestedLocationRelatedDataType.lo
  CC       RANAP_RequestedMBMSIPMulticastAddressandAPNRequest.lo
  CC       RANAP_MBMSIPMulticastAddressandAPNlist.lo
  CC       RANAP_RequestedMulticastServiceList.lo
  CC       RANAP_Requested-RAB-Parameter-Values.lo
  CC       RANAP_Requested-RAB-Parameter-ExtendedMaxBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-MaxBitrateList.lo
  CC       RANAP_Requested-RAB-Parameter-GuaranteedBitrateList.lo
  CC       RANAP_RequestType.lo
  CC       RANAP_ResidualBitErrorRatio.lo
  CC       RANAP_ResponseTime.lo
  CC       RANAP_RIMInformation.lo
  CC       RANAP_RIM-Transfer.lo
  CC       RANAP_RIMRoutingAddress.lo
  CC       RANAP_RNC-ID.lo
  CC       RANAP_RNCTraceInformation.lo
  CC       RANAP_RNSAPRelocationParameters.lo
  CC       RANAP_RRC-Container.lo
  CC       RANAP_RTLoadValue.lo
  CC       RANAP_RSRVCC-HO-Indication.lo
  CC       RANAP_RSRVCC-Information.lo
  CC       RANAP_RSRVCC-Operation-Possible.lo
  CC       RANAP_SAC.lo
  CC       RANAP_SAI.lo
  CC       RANAP_SAPI.lo
  CC       RANAP_SessionUpdateID.lo
  CC       RANAP_Shared-Network-Information.lo
  CC       RANAP_Session-Re-establishment-Indicator.lo
  CC       RANAP_SignallingIndication.lo
  CC       RANAP_SDU-ErrorRatio.lo
  CC       RANAP_SDU-FormatInformationParameters.lo
  CC       RANAP_SDU-FormatInformationParameterItem.lo
  CC       RANAP_SDU-Parameters.lo
  CC       RANAP_SDU-ParameterItem.lo
  CC       RANAP_SNA-Access-Information.lo
  CC       RANAP_SNAC.lo
  CC       RANAP_Service-Handover.lo
  CC       RANAP_Source-ToTarget-TransparentContainer.lo
  CC       RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.lo
  CC       RANAP_SourceCellID.lo
  CC       RANAP_SourceBSS-ToTargetBSS-TransparentContainer.lo
  CC       RANAP_SourceID.lo
  CC       RANAP_SourceRNC-ID.lo
  CC       RANAP_SourceRNC-ToTargetRNC-TransparentContainer.lo
  CC       RANAP_IRAT-Measurement-Configuration.lo
  CC       RANAP_IRATmeasurementParameters.lo
  CC       RANAP_RSRQ-Type.lo
  CC       RANAP_RSRQ-Extension.lo
  CC       RANAP_EUTRANFrequencies.lo
  CC       RANAP_EUTRANFrequencies-Value.lo
  CC       RANAP_MeasBand.lo
  CC       RANAP_SubscriberProfileIDforRFP.lo
  CC       RANAP_SourceStatisticsDescriptor.lo
  CC       RANAP_SupportedRAB-ParameterBitrateList.lo
  CC       RANAP_SupportedBitrate.lo
  CC       RANAP_SourceUTRANCellID.lo
  CC       RANAP_SRB-ID.lo
  CC       RANAP_SRB-TrCH-Mapping.lo
  CC       RANAP_SRB-TrCH-MappingItem.lo
  CC       RANAP_SRVCC-HO-Indication.lo
  CC       RANAP_SRVCC-Information.lo
  CC       RANAP_SRVCC-Operation-Possible.lo
  CC       RANAP_SubflowSDU-Size.lo
  CC       RANAP_TAC.lo
  CC       RANAP_TAI.lo
  CC       RANAP_Target-ToSource-TransparentContainer.lo
  CC       RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.lo
  CC       RANAP_TargetBSS-ToSourceBSS-TransparentContainer.lo
  CC       RANAP_TargetCellId.lo
  CC       RANAP_TargetID.lo
  CC       RANAP_TargetENB-ID.lo
  CC       RANAP_TargetRNC-ID.lo
  CC       RANAP_TargetRNC-ToSourceRNC-TransparentContainer.lo
  CC       RANAP_TBCD-STRING.lo
  CC       RANAP_TemporaryUE-ID.lo
  CC       RANAP_Time-UE-StayedInCell.lo
  CC       RANAP_Time-UE-StayedInCell-EnhancedGranularity.lo
  CC       RANAP_TimeToMBMSDataTransfer.lo
  CC       RANAP_TimingDifferenceULDL.lo
  CC       RANAP_TMGI.lo
  CC       RANAP_TMSI.lo
  CC       RANAP_TraceDepth.lo
  CC       RANAP_TraceInformation.lo
  CC       RANAP_TracePropagationParameters.lo
  CC       RANAP_TraceRecordingSessionInformation.lo
  CC       RANAP_TraceRecordingSessionReference.lo
  CC       RANAP_TraceReference.lo
  CC       RANAP_TraceType.lo
  CC       RANAP_TrafficClass.lo
  CC       RANAP_TrafficHandlingPriority.lo
  CC       RANAP_TransferDelay.lo
  CC       RANAP_UnsuccessfullyTransmittedDataVolume.lo
  CC       RANAP_TransportLayerAddress.lo
  CC       RANAP_TrCH-ID.lo
  CC       RANAP_TrCH-ID-List.lo
  CC       RANAP_TriggerID.lo
  CC       RANAP_TunnelInformation.lo
  CC       RANAP_TypeOfError.lo
  CC       RANAP_UE-AggregateMaximumBitRate.lo
  CC       RANAP_UE-AggregateMaximumBitRateDownlink.lo
  CC       RANAP_UE-AggregateMaximumBitRateUplink.lo
  CC       RANAP_UE-History-Information.lo
  CC       RANAP_UE-ID.lo
  CC       RANAP_UESBI-Iu.lo
  CC       RANAP_UESBI-IuA.lo
  CC       RANAP_UESBI-IuB.lo
  CC       RANAP_UL-GTP-PDU-SequenceNumber.lo
  CC       RANAP_UL-N-PDU-SequenceNumber.lo
  CC       RANAP_UPInformation.lo
  CC       RANAP_UPInitialisationFrame.lo
  CC       RANAP_UP-ModeVersions.lo
  CC       RANAP_USCH-ID.lo
  CC       RANAP_UserPlaneMode.lo
  CC       RANAP_UTRAN-CellID.lo
  CC       RANAP_VelocityEstimate.lo
  CC       RANAP_HorizontalVelocity.lo
  CC       RANAP_HorizontalWithVerticalVelocity.lo
  CC       RANAP_HorizontalVelocityWithUncertainty.lo
  CC       RANAP_HorizontalWithVerticalVelocityAndUncertainty.lo
  CC       RANAP_HorizontalSpeedAndBearing.lo
  CC       RANAP_VerticalVelocity.lo
  CC       RANAP_VerticalSpeedDirection.lo
  CC       RANAP_VerticalAccuracyCode.lo
  CC       RANAP_VoiceSupportMatchIndicator.lo
  CC       RANAP_RANAP-PDU.lo
  CC       RANAP_InitiatingMessage.lo
  CC       RANAP_SuccessfulOutcome.lo
  CC       RANAP_UnsuccessfulOutcome.lo
  CC       RANAP_Outcome.lo
  CC       RANAP_Iu-ReleaseCommand.lo
  CC       RANAP_Iu-ReleaseComplete.lo
  CC       RANAP_RelocationRequired.lo
  CC       RANAP_RelocationCommand.lo
  CC       RANAP_RelocationPreparationFailure.lo
  CC       RANAP_RelocationRequest.lo
  CC       RANAP_RelocationRequestAcknowledge.lo
  CC       RANAP_RelocationFailure.lo
  CC       RANAP_RelocationCancel.lo
  CC       RANAP_RelocationCancelAcknowledge.lo
  CC       RANAP_SRNS-ContextRequest.lo
  CC       RANAP_RAB-DataForwardingList-SRNS-CtxReq.lo
  CC       RANAP_DataVolumeReportRequest.lo
  CC       RANAP_SRNS-ContextResponse.lo
  CC       RANAP_SecurityModeCommand.lo
  CC       RANAP_SecurityModeComplete.lo
  CC       RANAP_SecurityModeReject.lo
  CC       RANAP_DataVolumeReport.lo
  CC       RANAP_Reset.lo
  CC       RANAP_ResetAcknowledge.lo
  CC       RANAP_RAB-ReleaseRequest.lo
  CC       RANAP_RedirectionIndication.lo
  CC       RANAP_RAB-ReleaseList.lo
  CC       RANAP_Iu-ReleaseRequest.lo
  CC       RANAP_RelocationDetect.lo
  CC       RANAP_RelocationComplete.lo
  CC       RANAP_Paging.lo
  CC       RANAP_CommonID.lo
  CC       RANAP_CN-InvokeTrace.lo
  CC       RANAP_CN-DeactivateTrace.lo
  CC       RANAP_LocationReportingControl.lo
  CC       RANAP_LocationReport.lo
  CC       RANAP_InitialUE-Message.lo
  CC       RANAP_DirectTransfer.lo
  CC       RANAP_Overload.lo
  CC       RANAP_ErrorIndication.lo
  CC       RANAP_SRNS-DataForwardCommand.lo
  CC       RANAP_ForwardSRNS-Context.lo
  CC       RANAP_RAB-AssignmentRequest.lo
  CC       RANAP_RAB-SetupOrModifyList.lo
  CC       RANAP_RAB-AssignmentResponse.lo
  CC       RANAP_PrivateMessage.lo
  CC       RANAP_ResetResource.lo
  CC       RANAP_ResetResourceAcknowledge.lo
  CC       RANAP_RANAP-RelocationInformation.lo
  CC       RANAP_RAB-ModifyRequest.lo
  CC       RANAP_LocationRelatedDataRequest.lo
  CC       RANAP_LocationRelatedDataResponse.lo
  CC       RANAP_LocationRelatedDataFailure.lo
  CC       RANAP_InformationTransferIndication.lo
  CC       RANAP_InformationTransferConfirmation.lo
  CC       RANAP_InformationTransferFailure.lo
  CC       RANAP_UESpecificInformationIndication.lo
  CC       RANAP_DirectInformationTransfer.lo
  CC       RANAP_UplinkInformationExchangeRequest.lo
  CC       RANAP_UplinkInformationExchangeResponse.lo
  CC       RANAP_UplinkInformationExchangeFailure.lo
  CC       RANAP_MBMSSessionStart.lo
  CC       RANAP_MBMSSessionStartResponse.lo
  CC       RANAP_MBMSSessionStartFailure.lo
  CC       RANAP_MBMSSessionUpdate.lo
  CC       RANAP_MBMSSessionUpdateResponse.lo
  CC       RANAP_MBMSSessionUpdateFailure.lo
  CC       RANAP_MBMSSessionStop.lo
  CC       RANAP_MBMSSessionStopResponse.lo
  CC       RANAP_MBMSUELinkingRequest.lo
  CC       RANAP_MBMSUELinkingResponse.lo
  CC       RANAP_MBMSRegistrationRequest.lo
  CC       RANAP_MBMSRegistrationResponse.lo
  CC       RANAP_MBMSRegistrationFailure.lo
  CC       RANAP_MBMSCNDe-RegistrationRequest.lo
  CC       RANAP_MBMSCNDe-RegistrationResponse.lo
  CC       RANAP_MBMSRABEstablishmentIndication.lo
  CC       RANAP_MBMSRABReleaseRequest.lo
  CC       RANAP_MBMSRABRelease.lo
  CC       RANAP_MBMSRABReleaseFailure.lo
  CC       RANAP_EnhancedRelocationCompleteRequest.lo
  CC       RANAP_EnhancedRelocationCompleteResponse.lo
  CC       RANAP_EnhancedRelocationCompleteFailure.lo
  CC       RANAP_EnhancedRelocationCompleteConfirm.lo
  CC       RANAP_RANAP-EnhancedRelocationInformationRequest.lo
  CC       RANAP_RANAP-EnhancedRelocationInformationResponse.lo
  CC       RANAP_SRVCC-CSKeysRequest.lo
  CC       RANAP_SRVCC-CSKeysResponse.lo
  CC       RANAP_UeRadioCapabilityMatchRequest.lo
  CC       RANAP_UeRadioCapabilityMatchResponse.lo
  CC       RANAP_ProtocolExtensionContainer.lo
  CC       RANAP_ProtocolExtensionField.lo
  CC       RANAP_IE.lo
  CC       RANAP_ProtocolIE-Container.lo
  CC       RANAP_ProtocolIE-FieldPair.lo
  CC       RANAP_ProtocolIE-ContainerPair.lo
  CC       RANAP_RAB-IE-ContainerList.lo
  CC       RANAP_RAB-IE-ContainerPairList.lo
  CC       RANAP_ProtocolError-IE-ContainerList.lo
  CC       RANAP_IuSigConId-IE-ContainerList.lo
  CC       RANAP_DirectTransfer-IE-ContainerList.lo
  CC       RANAP_DataVolumeReportList.lo
  CC       RANAP_RAB-ReleasedList-IuRelComp.lo
  CC       RANAP_RAB-RelocationReleaseList.lo
  CC       RANAP_RAB-DataForwardingList.lo
  CC       RANAP_RAB-SetupList-RelocReq.lo
  CC       RANAP_RAB-SetupList-RelocReqAck.lo
  CC       RANAP_RAB-FailedList.lo
  CC       RANAP_RAB-ContextList.lo
  CC       RANAP_RABs-ContextFailedtoTransferList.lo
  CC       RANAP_RAB-DataVolumeReportRequestList.lo
  CC       RANAP_RAB-DataVolumeReportRequestItem.lo
  CC       RANAP_RABs-failed-to-reportList.lo
  CC       RANAP_RAB-SetupList-EnhancedRelocCompleteReq.lo
  CC       RANAP_RAB-SetupList-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-SetupOrModifiedList.lo
  CC       RANAP_RAB-ReleasedList.lo
  CC       RANAP_RAB-QueuedList.lo
  CC       RANAP_RAB-ContextList-RANAP-RelocInf.lo
  CC       RANAP_RAB-SetupList-EnhRelocInfoReq.lo
  CC       RANAP_RAB-SetupList-EnhRelocInfoRes.lo
  CC       RANAP_RAB-FailedList-EnhRelocInfoRes.lo
  CC       RANAP_RAB-ModifyList.lo
  CC       RANAP_RAB-DataVolumeReportList.lo
  CC       RANAP_RAB-DataVolumeReportItem.lo
  CC       RANAP_RAB-ReleasedItem-IuRelComp.lo
  CC       RANAP_RAB-RelocationReleaseItem.lo
  CC       RANAP_RAB-DataForwardingItem.lo
  CC       RANAP_RAB-DataForwardingItem-SRNS-CtxReq.lo
  CC       RANAP_RAB-SetupItem-RelocReq.lo
  CC       RANAP_UserPlaneInformation.lo
  CC       RANAP_CNMBMSLinkingInformation.lo
  CC       RANAP_JoinedMBMSBearerService-IEs.lo
  CC       RANAP_JoinedMBMSBearerService-IEs-Value.lo
  CC       RANAP_RAB-SetupItem-RelocReqAck.lo
  CC       RANAP_RAB-FailedItem.lo
  CC       RANAP_RAB-ContextItem.lo
  CC       RANAP_RABs-ContextFailedtoTransferItem.lo
  CC       RANAP_RABs-failed-to-reportItem.lo
  CC       RANAP_ResetResourceList.lo
  CC       RANAP_ResetResourceItem.lo
  CC       RANAP_ResetResourceAckList.lo
  CC       RANAP_ResetResourceAckItem.lo
  CC       RANAP_RAB-ReleaseItem.lo
  CC       RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.lo
  CC       RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.lo
  CC       RANAP_RAB-SetupOrModifyItemFirst.lo
  CC       RANAP_TransportLayerInformation.lo
  CC       RANAP_RAB-SetupOrModifyItemSecond.lo
  CC       RANAP_RAB-SetupOrModifiedItem.lo
  CC       RANAP_RAB-ReleasedItem.lo
  CC       RANAP_DataVolumeList.lo
  CC       RANAP_DataVolumeList-Value.lo
  CC       RANAP_RAB-QueuedItem.lo
  CC       RANAP_RAB-ReleaseFailedList.lo
  CC       RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.lo
  CC       RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.lo
  CC       RANAP_DirectTransferInformationItem-RANAP-RelocInf.lo
  CC       RANAP_RAB-ContextItem-RANAP-RelocInf.lo
  CC       RANAP_RAB-SetupItem-EnhRelocInfoReq.lo
  CC       RANAP_TNLInformationEnhRelInfoReq.lo
  CC       RANAP_RAB-SetupItem-EnhRelocInfoRes.lo
  CC       RANAP_RAB-FailedItem-EnhRelocInfoRes.lo
  CC       RANAP_TNLInformationEnhRelInfoRes.lo
  CC       RANAP_RAB-ModifyItem.lo
  CC       RANAP_MBMSSynchronisationInformation.lo
  CC       RANAP_LeftMBMSBearerService-IEs.lo
  CC       RANAP_LeftMBMSBearerService-IEs-Value.lo
  CC       RANAP_UnsuccessfulLinking-IEs.lo
  CC       RANAP_UnsuccessfulLinking-IEs-Value.lo
  CCLD     libosmo-asn1-ranap.la
make[4]: Leaving directory '/build/osmo-iuh/src/ranap'
Making all in sabp
make[4]: Entering directory '/build/osmo-iuh/src/sabp'
  CC       SABP_InitiatingMessage.lo
  CC       SABP_SABP-PDU.lo
  CC       SABP_SuccessfulOutcome.lo
  CC       SABP_UnsuccessfulOutcome.lo
  CC       SABP_Criticality.lo
  CC       SABP_Presence.lo
  CC       SABP_ProcedureCode.lo
  CC       SABP_ProtocolExtensionID.lo
  CC       SABP_ProtocolIE-ID.lo
  CC       SABP_TriggeringMessage.lo
  CC       SABP_IE-Extensions.lo
  CC       SABP_Available-Bandwidth.lo
  CC       SABP_Broadcast-Message-Content.lo
  CC       SABP_Broadcast-Message-Content-Validity-Indicator.lo
  CC       SABP_Category.lo
  CC       SABP_Cause.lo
  CC       SABP_Criticality-Diagnostics.lo
  CC       SABP_CriticalityDiagnostics-IE-List.lo
  CC       SABP_CriticalityDiagnostics-IE-List-Value.lo
  CC       SABP_MessageStructure.lo
  CC       SABP_MessageStructure-Value.lo
  CC       SABP_Data-Coding-Scheme.lo
  CC       SABP_Failure-List.lo
  CC       SABP_Failure-List-Item.lo
  CC       SABP_Message-Identifier.lo
  CC       SABP_New-Serial-Number.lo
  CC       SABP_Number-of-Broadcasts-Completed-List.lo
  CC       SABP_Number-of-Broadcasts-Completed-List-Item.lo
  CC       SABP_Number-Of-Broadcasts-Completed-Info.lo
  CC       SABP_Number-of-Broadcasts-Requested.lo
  CC       SABP_Old-Serial-Number.lo
  CC       SABP_Paging-ETWS-Indicator.lo
  CC       SABP_Radio-Resource-Loading-List.lo
  CC       SABP_Radio-Resource-Loading-List-Item.lo
  CC       SABP_Recovery-Indication.lo
  CC       SABP_RepetitionNumber0.lo
  CC       SABP_RepetitionNumber1.lo
  CC       SABP_Repetition-Period.lo
  CC       SABP_Serial-Number.lo
  CC       SABP_Service-Area-Identifier.lo
  CC       SABP_Service-Areas-List.lo
  CC       SABP_TypeOfError.lo
  CC       SABP_WarningSecurityInfo.lo
  CC       SABP_Warning-Type.lo
  CC       SABP_Write-Replace.lo
  CC       SABP_Write-Replace-Complete.lo
  CC       SABP_Write-Replace-Failure.lo
  CC       SABP_Kill.lo
  CC       SABP_Kill-Complete.lo
  CC       SABP_Kill-Failure.lo
  CC       SABP_Load-Query.lo
  CC       SABP_Load-Query-Complete.lo
  CC       SABP_Load-Query-Failure.lo
  CC       SABP_Message-Status-Query.lo
  CC       SABP_Message-Status-Query-Complete.lo
  CC       SABP_Message-Status-Query-Failure.lo
  CC       SABP_Reset.lo
  CC       SABP_Reset-Complete.lo
  CC       SABP_Reset-Failure.lo
  CC       SABP_Restart.lo
  CC       SABP_Failure.lo
  CC       SABP_Error-Indication.lo
  CC       SABP_IE.lo
  CCLD     libosmo-asn1-sabp.la
make[4]: Leaving directory '/build/osmo-iuh/src/sabp'
make[4]: Entering directory '/build/osmo-iuh/src'
  CC       hnbap_common.lo
  CC       hnbap_encoder.lo
  CC       hnbap_decoder.lo
  CC       ranap_common.lo
  CC       ranap_encoder.lo
  CC       ranap_decoder.lo
  CC       ranap_msg_factory.lo
  CC       iu_helpers.lo
  CC       ranap_common_cn.lo
  CC       ranap_common_ran.lo
  CC       iu_client.lo
  CC       iu_client_vty.lo
  CC       rua_common.lo
  CC       rua_encoder.lo
  CC       rua_decoder.lo
  CC       rua_msg_factory.lo
  CC       sabp_common.lo
  CC       sabp_encoder.lo
  CC       sabp_decoder.lo
  CCLD     libosmo-rua.la
  CCLD     libosmo-hnbap.la
  CCLD     libosmo-sabp.la
  CCLD     libosmo-ranap.la
make[4]: Leaving directory '/build/osmo-iuh/src'
make[3]: Leaving directory '/build/osmo-iuh/src'
make[2]: Leaving directory '/build/osmo-iuh/src'
Making all in include
make[2]: Entering directory '/build/osmo-iuh/include'
Making all in osmocom
make[3]: Entering directory '/build/osmo-iuh/include/osmocom'
Making all in hnbap
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/hnbap'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/hnbap'
Making all in ranap
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/ranap'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/ranap'
Making all in rua
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/rua'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/rua'
Making all in sabp
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/sabp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/sabp'
Making all in iuh
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/iuh'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/iuh'
make[4]: Entering directory '/build/osmo-iuh/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom'
make[3]: Leaving directory '/build/osmo-iuh/include/osmocom'
make[3]: Entering directory '/build/osmo-iuh/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-iuh/include'
make[2]: Leaving directory '/build/osmo-iuh/include'
Making all in doc
make[2]: Entering directory '/build/osmo-iuh/doc'
make[3]: Entering directory '/build/osmo-iuh/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-iuh/doc'
make[2]: Leaving directory '/build/osmo-iuh/doc'
Making all in tests
make[2]: Entering directory '/build/osmo-iuh/tests'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/build/osmo-iuh/tests'
make[2]: Entering directory '/build/osmo-iuh'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/build/osmo-iuh'
make[1]: Leaving directory '/build/osmo-iuh'


+ set +x
+ make install
make  install-recursive
make[1]: Entering directory '/build/osmo-iuh'
Making install in src
make[2]: Entering directory '/build/osmo-iuh/src'
make  install-recursive
make[3]: Entering directory '/build/osmo-iuh/src'
Making install in hnbap
make[4]: Entering directory '/build/osmo-iuh/src/hnbap'
make[5]: Entering directory '/build/osmo-iuh/src/hnbap'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/src/hnbap'
make[4]: Leaving directory '/build/osmo-iuh/src/hnbap'
Making install in rua
make[4]: Entering directory '/build/osmo-iuh/src/rua'
make[5]: Entering directory '/build/osmo-iuh/src/rua'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/src/rua'
make[4]: Leaving directory '/build/osmo-iuh/src/rua'
Making install in ranap
make[4]: Entering directory '/build/osmo-iuh/src/ranap'
make[5]: Entering directory '/build/osmo-iuh/src/ranap'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/src/ranap'
make[4]: Leaving directory '/build/osmo-iuh/src/ranap'
Making install in sabp
make[4]: Entering directory '/build/osmo-iuh/src/sabp'
make[5]: Entering directory '/build/osmo-iuh/src/sabp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/src/sabp'
make[4]: Leaving directory '/build/osmo-iuh/src/sabp'
make[4]: Entering directory '/build/osmo-iuh/src'
make[5]: Entering directory '/build/osmo-iuh/src'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.so.0.1.1 /build/inst-osmo-hnbgw/lib/libosmo-hnbap.so.0.1.1
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-hnbap.so.0.1.1 libosmo-hnbap.so.0 || { rm -f libosmo-hnbap.so.0 && ln -s libosmo-hnbap.so.0.1.1 libosmo-hnbap.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-hnbap.so.0.1.1 libosmo-hnbap.so || { rm -f libosmo-hnbap.so && ln -s libosmo-hnbap.so.0.1.1 libosmo-hnbap.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.lai /build/inst-osmo-hnbgw/lib/libosmo-hnbap.la
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.so.7.3.0 /build/inst-osmo-hnbgw/lib/libosmo-ranap.so.7.3.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-ranap.so.7.3.0 libosmo-ranap.so.7 || { rm -f libosmo-ranap.so.7 && ln -s libosmo-ranap.so.7.3.0 libosmo-ranap.so.7; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-ranap.so.7.3.0 libosmo-ranap.so || { rm -f libosmo-ranap.so && ln -s libosmo-ranap.so.7.3.0 libosmo-ranap.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.lai /build/inst-osmo-hnbgw/lib/libosmo-ranap.la
libtool: install: /usr/bin/install -c .libs/libosmo-rua.so.0.1.2 /build/inst-osmo-hnbgw/lib/libosmo-rua.so.0.1.2
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-rua.so.0.1.2 libosmo-rua.so.0 || { rm -f libosmo-rua.so.0 && ln -s libosmo-rua.so.0.1.2 libosmo-rua.so.0; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-rua.so.0.1.2 libosmo-rua.so || { rm -f libosmo-rua.so && ln -s libosmo-rua.so.0.1.2 libosmo-rua.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-rua.lai /build/inst-osmo-hnbgw/lib/libosmo-rua.la
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.so.1.1.0 /build/inst-osmo-hnbgw/lib/libosmo-sabp.so.1.1.0
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-sabp.so.1.1.0 libosmo-sabp.so.1 || { rm -f libosmo-sabp.so.1 && ln -s libosmo-sabp.so.1.1.0 libosmo-sabp.so.1; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-sabp.so.1.1.0 libosmo-sabp.so || { rm -f libosmo-sabp.so && ln -s libosmo-sabp.so.1.1.0 libosmo-sabp.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.lai /build/inst-osmo-hnbgw/lib/libosmo-sabp.la
libtool: install: /usr/bin/install -c .libs/libosmo-hnbap.a /build/inst-osmo-hnbgw/lib/libosmo-hnbap.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-hnbap.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-hnbap.a
libtool: install: /usr/bin/install -c .libs/libosmo-ranap.a /build/inst-osmo-hnbgw/lib/libosmo-ranap.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-ranap.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-ranap.a
libtool: install: /usr/bin/install -c .libs/libosmo-rua.a /build/inst-osmo-hnbgw/lib/libosmo-rua.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-rua.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-rua.a
libtool: install: /usr/bin/install -c .libs/libosmo-sabp.a /build/inst-osmo-hnbgw/lib/libosmo-sabp.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-sabp.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-sabp.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/src'
make[4]: Leaving directory '/build/osmo-iuh/src'
make[3]: Leaving directory '/build/osmo-iuh/src'
make[2]: Leaving directory '/build/osmo-iuh/src'
Making install in include
make[2]: Entering directory '/build/osmo-iuh/include'
Making install in osmocom
make[3]: Entering directory '/build/osmo-iuh/include/osmocom'
Making install in hnbap
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/hnbap'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom/hnbap'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 hnbap_common.h hnbap_ies_defs.h HNBAP_AccessResult.h HNBAP_Access-stratum-release-indicator.h HNBAP_AdditionalNeighbourInfoList.h HNBAP_AltitudeAndDirection.h HNBAP_BackoffTimer.h HNBAP_BindingID.h HNBAP_Cause.h HNBAP_CauseMisc.h HNBAP_CauseProtocol.h HNBAP_CauseRadioNetwork.h HNBAP_CauseTransport.h HNBAP_CELL-FACHMobilitySupport.h HNBAP_CellIdentity.h HNBAP_CGI.h HNBAP_CI.h HNBAP_CN-DomainIndicator.h HNBAP_ConfigurationInformation.h HNBAP_Context-ID.h HNBAP_CriticalityDiagnostics.h HNBAP_CriticalityDiagnostics-IE-List.h HNBAP_CriticalityDiagnostics-IE-List-Value.h HNBAP_Criticality.h HNBAP_CSG-Capability.h HNBAP_CSG-ID.h HNBAP_CSGMembershipStatus.h HNBAP_CSGMembershipUpdate.h HNBAP_ErrorIndication.h HNBAP_ESN.h HNBAP_GeographicalCoordinates.h HNBAP_GeographicalLocation.h HNBAP_GTP-TEI.h HNBAP_HNBAP-PDU.h HNBAP_HNBCapacity.h HNBAP_HNB-Cell-Access-Mode.h HNBAP_HNB-Cell-Identifier.h HNBAP_HNBConfigInfo.h HNBAP_HNBConfigTransferRequest.h HNBAP_HNBConfigTransferResponse.h '/build/inst-osmo-hnbgw/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 HNBAP_HNBConfigurationInformationMissing.h HNBAP_HNBConfigurationInformationProvided.h HNBAP_HNBDe-Register.h HNBAP_HNB-GWResponse.h HNBAP_HNB-Identity.h HNBAP_HNB-Identity-Info.h HNBAP_HNB-Location-Information.h HNBAP_HNBRegisterAccept.h HNBAP_HNBRegisterReject.h HNBAP_HNBRegisterRequest.h HNBAP_HNB-RNL-Identity.h HNBAP_IE-Extensions.h HNBAP_IE.h HNBAP_IMEI.h HNBAP_IMSIDS41.h HNBAP_IMSIESN.h HNBAP_IMSI.h HNBAP_InitiatingMessage.h HNBAP_IP-Address.h HNBAP_Ipv4Address.h HNBAP_Ipv6Address.h HNBAP_Iurh-Signalling-TNL-AddressList.h HNBAP_LAC.h HNBAP_LAI.h HNBAP_MacroCellID.h HNBAP_MacroCoverageInformation.h HNBAP_MuxPortNumber.h HNBAP_NeighbourCellIdentityList.h HNBAP_NeighbourIdentity.h HNBAP_NeighbourInfoList.h HNBAP_NeighbourInfoRequestItem.h HNBAP_NeighbourInfoRequestList.h HNBAP_PLMNidentity.h HNBAP_Presence.h HNBAP_PrivateIE-ID.h HNBAP_PrivateMessage.h HNBAP_ProcedureCode.h HNBAP_ProtocolIE-ID.h HNBAP_PSC.h HNBAP_PTMSI.h '/build/inst-osmo-hnbgw/include/osmocom/hnbap'
 /usr/bin/install -c -m 644 HNBAP_PTMSIRAI.h HNBAP_RAB-ID.h HNBAP_RABList.h HNBAP_RABListItem.h HNBAP_RAC.h HNBAP_RAI.h HNBAP_Registration-Cause.h HNBAP_RelocationComplete.h HNBAP_RNC-ID.h HNBAP_SAC.h HNBAP_S-RNTIPrefix.h HNBAP_SuccessfulOutcome.h HNBAP_TMSIDS41.h HNBAP_TMSILAI.h HNBAP_TNLUpdateFailure.h HNBAP_TNLUpdateRequest.h HNBAP_TNLUpdateResponse.h HNBAP_TransportInfo.h HNBAP_TransportLayerAddress.h HNBAP_TriggeringMessage.h HNBAP_Tunnel-Information.h HNBAP_TypeOfError.h HNBAP_UDP-Port-Number.h HNBAP_UE-Capabilities.h HNBAP_UEDe-Register.h HNBAP_UE-Identity.h HNBAP_UERegisterAccept.h HNBAP_UERegisterReject.h HNBAP_UERegisterRequest.h HNBAP_UnknownU-RNTIIndication.h HNBAP_UnsuccessfulOutcome.h HNBAP_Update-cause.h HNBAP_URAIdentity.h HNBAP_URAIdentityList.h HNBAP_U-RNTI.h HNBAP_U-RNTIQueryRequest.h HNBAP_U-RNTIQueryResponse.h HNBAP_UTRANCellID.h '/build/inst-osmo-hnbgw/include/osmocom/hnbap'
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom/hnbap'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/hnbap'
Making install in ranap
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/ranap'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom/ranap'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 ranap_ies_defs.h ranap_common.h ranap_common_cn.h ranap_common_ran.h ranap_msg_factory.h iu_helpers.h iu_client.h RANAP_AccuracyFulfilmentIndicator.h RANAP_AllocationOrRetentionPriority.h RANAP_AlternativeRABConfigurationRequest.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Alt-RAB-Parameter-ExtendedGuaranteedBitrates.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateInf.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Alt-RAB-Parameter-ExtendedMaxBitrates.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateList.h RANAP_Alt-RAB-Parameter-GuaranteedBitrates.h RANAP_Alt-RAB-Parameter-GuaranteedBitrateType.h RANAP_Alt-RAB-Parameter-MaxBitrateInf.h RANAP_Alt-RAB-Parameter-MaxBitrateList.h RANAP_Alt-RAB-Parameter-MaxBitrates.h RANAP_Alt-RAB-Parameter-MaxBitrateType.h RANAP_Alt-RAB-Parameters.h RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrateInf.h RANAP_Alt-RAB-Parameter-SupportedGuaranteedBitrates.h RANAP_Alt-RAB-Parameter-SupportedMaxBitrateInf.h RANAP_Alt-RAB-Parameter-SupportedMaxBitrates.h RANAP_APN.h RANAP_AreaIdentity.h RANAP_Ass-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Ass-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Ass-RAB-Parameter-GuaranteedBitrateList.h RANAP_Ass-RAB-Parameter-MaxBitrateList.h RANAP_Ass-RAB-Parameters.h RANAP_AuthorisedPLMNs.h RANAP_AuthorisedPLMNs-Value.h RANAP_AuthorisedSNAs.h RANAP_BindingID.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_BroadcastAssistanceDataDecipheringKeys.h RANAP_Cause.h RANAP_CauseMisc.h RANAP_CauseNAS.h RANAP_CauseNon-Standard.h RANAP_CauseProtocol.h RANAP_CauseRadioNetworkExtension.h RANAP_CauseRadioNetwork.h RANAP_CauseTransmissionNetwork.h RANAP_Cell-Access-Mode.h RANAP_CellBased.h RANAP_Cell-Capacity-Class-Value.h RANAP_Cell-Id.h RANAP_CellIdList.h RANAP_CellLoadInformationGroup.h RANAP_CellLoadInformation.h RANAP_CellType.h RANAP_CGI.h RANAP_ChosenEncryptionAlgorithm.h RANAP_ChosenIntegrityProtectionAlgorithm.h RANAP_CI.h RANAP_ClassmarkInformation2.h RANAP_ClassmarkInformation3.h RANAP_ClientType.h RANAP_CN-DeactivateTrace.h RANAP_CN-DomainIndicator.h RANAP_CN-ID.h RANAP_CN-InvokeTrace.h RANAP_CNMBMSLinkingInformation.h RANAP_CommonID.h RANAP_Correlation-ID.h RANAP_CriticalityDiagnostics.h RANAP_CriticalityDiagnostics-IE-List.h RANAP_CriticalityDiagnostics-IE-List-Value.h RANAP_Criticality.h RANAP_CSFB-Information.h RANAP_CSG-Id.h RANAP_CSG-Id-List.h RANAP_CSG-Membership-Status.h RANAP_DataPDUType.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_DataVolumeList.h RANAP_DataVolumeList-Value.h RANAP_DataVolumeReference.h RANAP_DataVolumeReport.h RANAP_DataVolumeReportingIndication.h RANAP_DataVolumeReportList.h RANAP_DataVolumeReportRequest.h RANAP_DCH-ID.h RANAP_DeliveryOfErroneousSDU.h RANAP_DeliveryOrder.h RANAP_DeltaRAListofIdleModeUEs.h RANAP_DirectInformationTransfer.h RANAP_DirectReportingIndicator.h RANAP_DirectTransfer.h RANAP_DirectTransfer-IE-ContainerList.h RANAP_DirectTransferInformationItem-RANAP-RelocInf.h RANAP_DL-GTP-PDU-SequenceNumber.h RANAP_DL-N-PDU-SequenceNumber.h RANAP_D-RNTI.h RANAP_DRX-CycleLengthCoefficient.h RANAP_DSCH-ID.h RANAP_EARFCN-Extended.h RANAP_E-DCH-MAC-d-Flow-ID.h RANAP_ENB-ID.h RANAP_EncryptionAlgorithm.h RANAP_EncryptionInformation.h RANAP_EncryptionKey.h RANAP_End-Of-CSFB.h RANAP_EnhancedRelocationCompleteConfirm.h RANAP_EnhancedRelocationCompleteFailure.h RANAP_EnhancedRelocationCompleteRequest.h RANAP_EnhancedRelocationCompleteResponse.h RANAP_EquipmentsToBeTraced.h RANAP_ErrorIndication.h RANAP_EUTRANFrequencies.h RANAP_EUTRANFrequencies-Value.h RANAP_E-UTRAN-Service-Handover.h RANAP_Event1F-Parameters.h RANAP_Event1I-Parameters.h RANAP_Event.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_ExtendedGuaranteedBitrate.h RANAP_ExtendedMaxBitrate.h RANAP_ExtendedRNC-ID.h RANAP_ForwardingIndication.h RANAP_ForwardSRNS-Context.h RANAP_FrameSequenceNumber.h RANAP_FrequenceLayerConvergenceFlag.h RANAP_GA-AltitudeAndDirection.h RANAP_GA-EllipsoidArc.h RANAP_GANSS-PositioningDataSet.h RANAP_GANSS-PositioningMethodAndUsage.h RANAP_GA-Point.h RANAP_GA-PointWithAltitudeAndUncertaintyEllipsoid.h RANAP_GA-PointWithAltitude.h RANAP_GA-PointWithUnCertaintyEllipse.h RANAP_GA-PointWithUnCertainty.h RANAP_GA-Polygon.h RANAP_GA-Polygon-Value.h RANAP_GA-UncertaintyEllipse.h RANAP_GeographicalArea.h RANAP_GeographicalCoordinates.h RANAP_GERAN-BSC-Container.h RANAP_GERAN-Cell-ID.h RANAP_GERAN-Classmark.h RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-Item.h RANAP_GERAN-Iumode-RAB-Failed-RABAssgntResponse-List.h RANAP_GlobalCN-ID.h RANAP_GlobalRNC-ID.h RANAP_GTP-TEI.h RANAP_GuaranteedBitrate.h RANAP_HigherBitratesThan16MbpsFlag.h RANAP_HorizontalSpeedAndBearing.h RANAP_HorizontalVelocity.h RANAP_HorizontalVelocityWithUncertainty.h RANAP_HorizontalWithVerticalVelocityAndUncertainty.h RANAP_HorizontalWithVerticalVelocity.h RANAP_HS-DSCH-MAC-d-Flow-ID.h RANAP_IE-Extensions.h RANAP_IE.h RANAP_IMEIGroup.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_IMEI.h RANAP_IMEIList.h RANAP_IMEISVGroup.h RANAP_IMEISV.h RANAP_IMEISVList.h RANAP_ImmediateMDT.h RANAP_IMSI.h RANAP_IncludeVelocity.h RANAP_InformationExchangeID.h RANAP_InformationExchangeType.h RANAP_InformationRequested.h RANAP_InformationRequestType.h RANAP_InformationTransferConfirmation.h RANAP_InformationTransferFailure.h RANAP_InformationTransferID.h RANAP_InformationTransferIndication.h RANAP_InformationTransferType.h RANAP_InitialUE-Message.h RANAP_InitiatingMessage.h RANAP_IntegrityProtectionAlgorithm.h RANAP_IntegrityProtectionInformation.h RANAP_IntegrityProtectionKey.h RANAP_InterfacesToTraceItem.h RANAP_InterSystemInformationTransferType.h RANAP_InterSystemInformation-TransparentContainer.h RANAP_IPMulticastAddress.h RANAP_IRAT-Measurement-Configuration.h RANAP_IRATmeasurementParameters.h RANAP_Iu-ReleaseCommand.h RANAP_Iu-ReleaseComplete.h RANAP_Iu-ReleaseRequest.h RANAP_IuSigConId-IE-ContainerList.h RANAP_IuSignallingConnectionIdentifier.h RANAP_IuTransportAssociation.h RANAP_JoinedMBMSBearerService-IEs.h RANAP_JoinedMBMSBearerService-IEs-Value.h RANAP_KeyStatus.h RANAP_L3-Information.h RANAP_LABased.h RANAP_LAC.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_LAI.h RANAP_LAI-List.h RANAP_LA-LIST.h RANAP_LA-LIST-Value.h RANAP_LAListofIdleModeUEs.h RANAP_LastKnownServiceArea.h RANAP_LastVisitedUTRANCell-Item.h RANAP_LeftMBMSBearerService-IEs.h RANAP_LeftMBMSBearerService-IEs-Value.h RANAP_LHN-ID.h RANAP_Links-to-log.h RANAP_ListOfInterfacesToTrace.h RANAP_ListOF-SNAs.h RANAP_LoadValue.h RANAP_LocationRelatedDataFailure.h RANAP_LocationRelatedDataRequest.h RANAP_LocationRelatedDataRequestType.h RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h RANAP_LocationRelatedDataResponse.h RANAP_LocationReport.h RANAP_LocationReportingControl.h RANAP_LocationReportingTransferInformation.h RANAP_LoggedMDT.h RANAP_LoggingDuration.h RANAP_LoggingInterval.h RANAP_M1Report.h RANAP_M2Report.h RANAP_M4-Collection-Parameters.h RANAP_M4-Period.h RANAP_M4Report.h RANAP_M4-Threshold.h RANAP_M5-Period.h RANAP_M5Report.h RANAP_M6-Period.h RANAP_M6Report.h RANAP_M7-Period.h RANAP_M7Report.h RANAP_Management-Based-MDT-Allowed.h RANAP_MaxBitrate.h RANAP_MaxSDU-Size.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_MBMSBearerServiceType.h RANAP_MBMSCNDe-Registration.h RANAP_MBMSCNDe-RegistrationRequest.h RANAP_MBMSCNDe-RegistrationResponse.h RANAP_MBMSCountingInformation.h RANAP_MBMSHCIndicator.h RANAP_MBMSIPMulticastAddressandAPNlist.h RANAP_MBMSIPMulticastAddressandAPNRequest.h RANAP_MBMSLinkingInformation.h RANAP_MBMS-PTP-RAB-ID.h RANAP_MBMSRABEstablishmentIndication.h RANAP_MBMSRABReleaseFailure.h RANAP_MBMSRABRelease.h RANAP_MBMSRABReleaseRequest.h RANAP_MBMSRegistrationFailure.h RANAP_MBMSRegistrationRequest.h RANAP_MBMSRegistrationRequestType.h RANAP_MBMSRegistrationResponse.h RANAP_MBMSServiceArea.h RANAP_MBMSSessionDuration.h RANAP_MBMSSessionIdentity.h RANAP_MBMSSessionRepetitionNumber.h RANAP_MBMSSessionStartFailure.h RANAP_MBMSSessionStart.h RANAP_MBMSSessionStartResponse.h RANAP_MBMSSessionStop.h RANAP_MBMSSessionStopResponse.h RANAP_MBMSSessionUpdateFailure.h RANAP_MBMSSessionUpdate.h RANAP_MBMSSessionUpdateResponse.h RANAP_MBMSSynchronisationInformation.h RANAP_MBMSUELinkingRequest.h RANAP_MBMSUELinkingResponse.h RANAP_MDT-Activation.h RANAP_MDTAreaScope.h RANAP_MDT-Configuration.h RANAP_MDTMode.h RANAP_MDT-PLMN-List.h RANAP_MDT-Report-Parameters.h RANAP_MeasBand.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_MeasurementQuantity.h RANAP_MeasurementsToActivate.h RANAP_MessageStructure.h RANAP_MessageStructure-Value.h RANAP_MSISDN.h RANAP_NAS-PDU.h RANAP_NAS-SequenceNumber.h RANAP_NAS-SynchronisationIndicator.h RANAP_NewBSS-To-OldBSS-Information.h RANAP_NewRAListofIdleModeUEs.h RANAP_NonSearchingIndication.h RANAP_NotEmptyRAListofIdleModeUEs.h RANAP_NRTLoadInformationValue.h RANAP_NumberOfIuInstances.h RANAP_NumberOfSteps.h RANAP_Offload-RAB-Parameters-APN.h RANAP_Offload-RAB-Parameters-ChargingCharacteristics.h RANAP_Offload-RAB-Parameters.h RANAP_OldBSS-ToNewBSS-Information.h RANAP_OMC-ID.h RANAP_Outcome.h RANAP_Out-Of-UTRAN.h RANAP_Overload.h RANAP_PagingAreaID.h RANAP_PagingCause.h RANAP_Paging.h RANAP_PDP-Type-extension.h RANAP_PDP-Type.h RANAP_PDP-TypeInformation-extension.h RANAP_PDP-TypeInformation.h RANAP_PDUType14FrameSequenceNumber.h RANAP_PeriodicLocationInfo.h RANAP_PeriodicReportingIndicator.h RANAP_PermanentNAS-UE-ID.h RANAP_PermittedEncryptionAlgorithms.h RANAP_PermittedIntegrityProtectionAlgorithms.h RANAP_PLMNidentity.h RANAP_PLMNs-in-shared-network.h RANAP_PLMNs-in-shared-network-Value.h RANAP_Port-Number.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_PositionData.h RANAP_PositionDataSpecificToGERANIuMode.h RANAP_PositioningDataDiscriminator.h RANAP_PositioningDataSet.h RANAP_PositioningMethodAndUsage.h RANAP_PositioningPriority.h RANAP_Pre-emptionCapability.h RANAP_Pre-emptionVulnerability.h RANAP_Presence.h RANAP_Priority-Class-Indicator.h RANAP_PriorityLevel.h RANAP_PrivateIE-ID.h RANAP_PrivateMessage.h RANAP_ProcedureCode.h RANAP_ProtocolError-IE-ContainerList.h RANAP_ProtocolExtensionContainer.h RANAP_ProtocolExtensionField.h RANAP_ProtocolExtensionID.h RANAP_ProtocolIE-Container.h RANAP_ProtocolIE-ContainerPair.h RANAP_ProtocolIE-FieldPair.h RANAP_ProtocolIE-ID.h RANAP_ProvidedData.h RANAP_P-TMSI.h RANAP_QueuingAllowed.h RANAP_RABased.h RANAP_RAB-AssignmentRequest.h RANAP_RAB-AssignmentResponse.h RANAP_RAB-AsymmetryIndicator.h RANAP_RAB-ContextItem.h RANAP_RAB-ContextItem-RANAP-RelocInf.h RANAP_RAB-ContextList.h RANAP_RAB-ContextList-RANAP-RelocInf.h RANAP_RAB-DataForwardingItem.h RANAP_RAB-DataForwardingItem-SRNS-CtxReq.h RANAP_RAB-DataForwardingList.h RANAP_RAB-DataForwardingList-SRNS-CtxReq.h RANAP_RABDataVolumeReport.h RANAP_RABDataVolumeReport-Value.h RANAP_RAB-DataVolumeReportItem.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RAB-DataVolumeReportList.h RANAP_RAB-DataVolumeReportRequestItem.h RANAP_RAB-DataVolumeReportRequestList.h RANAP_RAB-FailedItem-EnhRelocInfoRes.h RANAP_RAB-FailedItem.h RANAP_RAB-FailedList-EnhRelocInfoRes.h RANAP_RAB-FailedList.h RANAP_RAB-ID.h RANAP_RAB-IE-ContainerList.h RANAP_RAB-IE-ContainerPairList.h RANAP_RAB-ModifyItem.h RANAP_RAB-ModifyList.h RANAP_RAB-ModifyRequest.h RANAP_RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_RAB-Parameter-ExtendedMaxBitrateList.h RANAP_RAB-Parameter-GuaranteedBitrateList.h RANAP_RAB-Parameter-MaxBitrateList.h RANAP_RAB-Parameters.h RANAP_RABParametersList.h RANAP_RABParametersList-Value.h RANAP_RAB-QueuedItem.h RANAP_RAB-QueuedList.h RANAP_RAB-ReleasedItem.h RANAP_RAB-ReleasedItem-IuRelComp.h RANAP_RAB-ReleasedList.h RANAP_RAB-ReleasedList-IuRelComp.h RANAP_RAB-ReleaseFailedList.h RANAP_RAB-ReleaseItem.h RANAP_RAB-ReleaseList.h RANAP_RAB-ReleaseRequest.h RANAP_RAB-RelocationReleaseItem.h RANAP_RAB-RelocationReleaseList.h RANAP_RABs-ContextFailedtoTransferItem.h RANAP_RABs-ContextFailedtoTransferList.h RANAP_RAB-SetupItem-EnhancedRelocCompleteReq.h RANAP_RAB-SetupItem-EnhancedRelocCompleteRes.h RANAP_RAB-SetupItem-EnhRelocInfoReq.h RANAP_RAB-SetupItem-EnhRelocInfoRes.h RANAP_RAB-SetupItem-RelocReqAck.h RANAP_RAB-SetupItem-RelocReq.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RAB-SetupList-EnhancedRelocCompleteReq.h RANAP_RAB-SetupList-EnhancedRelocCompleteRes.h RANAP_RAB-SetupList-EnhRelocInfoReq.h RANAP_RAB-SetupList-EnhRelocInfoRes.h RANAP_RAB-SetupList-RelocReqAck.h RANAP_RAB-SetupList-RelocReq.h RANAP_RAB-SetupOrModifiedItem.h RANAP_RAB-SetupOrModifiedList.h RANAP_RAB-SetupOrModifyItemFirst.h RANAP_RAB-SetupOrModifyItemSecond.h RANAP_RAB-SetupOrModifyList.h RANAP_RABs-failed-to-reportItem.h RANAP_RABs-failed-to-reportList.h RANAP_RAB-SubflowCombinationBitRate.h RANAP_RAB-ToBeReleasedItem-EnhancedRelocCompleteRes.h RANAP_RAB-ToBeReleasedList-EnhancedRelocCompleteRes.h RANAP_RAB-TrCH-Mapping.h RANAP_RAB-TrCH-MappingItem.h RANAP_RAC.h RANAP_RAI.h RANAP_RAI-List.h RANAP_RAListofIdleModeUEs.h RANAP_RAListwithNoIdleModeUEsAnyMore.h RANAP_RANAP-EnhancedRelocationInformationRequest.h RANAP_RANAP-EnhancedRelocationInformationResponse.h RANAP_RANAP-PDU.h RANAP_RANAP-RelocationInformation.h RANAP_RAofIdleModeUEs.h RANAP_RateControlAllowed.h RANAP_RAT-Type.h RANAP_RedirectAttemptFlag.h RANAP_RedirectionCompleted.h RANAP_RedirectionIndication.h RANAP_RejectCauseValue.h RANAP_RelocationCancelAcknowledge.h RANAP_RelocationCancel.h RANAP_RelocationCommand.h RANAP_RelocationComplete.h RANAP_RelocationDetect.h RANAP_RelocationFailure.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RelocationPreparationFailure.h RANAP_RelocationRequestAcknowledge.h RANAP_RelocationRequest.h RANAP_RelocationRequired.h RANAP_RelocationRequirement.h RANAP_RelocationType.h RANAP_RepetitionNumber0.h RANAP_RepetitionNumber1.h RANAP_ReportAmount.h RANAP_ReportArea.h RANAP_ReportChangeOfSAI.h RANAP_ReportInterval.h RANAP_RequestedGANSSAssistanceData.h RANAP_RequestedGPSAssistanceData.h RANAP_RequestedLocationRelatedDataType.h RANAP_RequestedMBMSIPMulticastAddressandAPNRequest.h RANAP_RequestedMulticastServiceList.h RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h RANAP_Requested-RAB-Parameter-ExtendedMaxBitrateList.h RANAP_Requested-RAB-Parameter-GuaranteedBitrateList.h RANAP_Requested-RAB-Parameter-MaxBitrateList.h RANAP_Requested-RAB-Parameter-Values.h RANAP_RequestType.h RANAP_ResetAcknowledge.h RANAP_Reset.h RANAP_ResetResourceAckItem.h RANAP_ResetResourceAckList.h RANAP_ResetResourceAcknowledge.h RANAP_ResetResource.h RANAP_ResetResourceItem.h RANAP_ResetResourceList.h RANAP_ResidualBitErrorRatio.h RANAP_ResponseTime.h RANAP_RIMInformation.h RANAP_RIMRoutingAddress.h RANAP_RIM-Transfer.h RANAP_RNC-ID.h RANAP_RNCTraceInformation.h RANAP_RNSAPRelocationParameters.h RANAP_RRC-Container.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_RSRQ-Extension.h RANAP_RSRQ-Type.h RANAP_RSRVCC-HO-Indication.h RANAP_RSRVCC-Information.h RANAP_RSRVCC-Operation-Possible.h RANAP_RTLoadValue.h RANAP_SAC.h RANAP_SAI.h RANAP_SAPI.h RANAP_SDU-ErrorRatio.h RANAP_SDU-FormatInformationParameterItem.h RANAP_SDU-FormatInformationParameters.h RANAP_SDU-ParameterItem.h RANAP_SDU-Parameters.h RANAP_SecurityModeCommand.h RANAP_SecurityModeComplete.h RANAP_SecurityModeReject.h RANAP_Service-Handover.h RANAP_Session-Re-establishment-Indicator.h RANAP_SessionUpdateID.h RANAP_Shared-Network-Information.h RANAP_SignallingIndication.h RANAP_SNA-Access-Information.h RANAP_SNAC.h RANAP_SourceBSS-ToTargetBSS-TransparentContainer.h RANAP_SourceCellID.h RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h RANAP_SourceID.h RANAP_SourceRNC-ID.h RANAP_SourceRNC-ToTargetRNC-TransparentContainer.h RANAP_SourceStatisticsDescriptor.h RANAP_Source-ToTarget-TransparentContainer.h RANAP_SourceUTRANCellID.h RANAP_SRB-ID.h RANAP_SRB-TrCH-Mapping.h RANAP_SRB-TrCH-MappingItem.h RANAP_SRNS-ContextRequest.h RANAP_SRNS-ContextResponse.h RANAP_SRNS-DataForwardCommand.h RANAP_SRVCC-CSKeysRequest.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_SRVCC-CSKeysResponse.h RANAP_SRVCC-HO-Indication.h RANAP_SRVCC-Information.h RANAP_SRVCC-Operation-Possible.h RANAP_SubflowSDU-Size.h RANAP_SubscriberProfileIDforRFP.h RANAP_SuccessfulOutcome.h RANAP_SupportedBitrate.h RANAP_SupportedRAB-ParameterBitrateList.h RANAP_TAC.h RANAP_TAI.h RANAP_TargetBSS-ToSourceBSS-TransparentContainer.h RANAP_TargetCellId.h RANAP_TargetENB-ID.h RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h RANAP_TargetID.h RANAP_TargetRNC-ID.h RANAP_TargetRNC-ToSourceRNC-TransparentContainer.h RANAP_Target-ToSource-TransparentContainer.h RANAP_TBCD-STRING.h RANAP_TemporaryUE-ID.h RANAP_TimeToMBMSDataTransfer.h RANAP_Time-UE-StayedInCell-EnhancedGranularity.h RANAP_Time-UE-StayedInCell.h RANAP_TimingDifferenceULDL.h RANAP_TMGI.h RANAP_TMSI.h RANAP_TNLInformationEnhRelInfoReq.h RANAP_TNLInformationEnhRelInfoRes.h RANAP_TraceDepth.h RANAP_TraceInformation.h RANAP_TracePropagationParameters.h RANAP_TraceRecordingSessionInformation.h RANAP_TraceRecordingSessionReference.h RANAP_TraceReference.h RANAP_TraceType.h RANAP_TrafficClass.h RANAP_TrafficHandlingPriority.h RANAP_TransferDelay.h RANAP_TransportLayerAddress.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
 /usr/bin/install -c -m 644 RANAP_TransportLayerInformation.h RANAP_TrCH-ID.h RANAP_TrCH-ID-List.h RANAP_TriggerID.h RANAP_TriggeringMessage.h RANAP_TunnelInformation.h RANAP_TypeOfError.h RANAP_UE-AggregateMaximumBitRateDownlink.h RANAP_UE-AggregateMaximumBitRate.h RANAP_UE-AggregateMaximumBitRateUplink.h RANAP_UE-History-Information.h RANAP_UE-ID.h RANAP_UeRadioCapabilityMatchRequest.h RANAP_UeRadioCapabilityMatchResponse.h RANAP_UESBI-IuA.h RANAP_UESBI-IuB.h RANAP_UESBI-Iu.h RANAP_UESpecificInformationIndication.h RANAP_UL-GTP-PDU-SequenceNumber.h RANAP_UL-N-PDU-SequenceNumber.h RANAP_UnsuccessfulLinking-IEs.h RANAP_UnsuccessfulLinking-IEs-Value.h RANAP_UnsuccessfullyTransmittedDataVolume.h RANAP_UnsuccessfulOutcome.h RANAP_UPInformation.h RANAP_UPInitialisationFrame.h RANAP_UplinkInformationExchangeFailure.h RANAP_UplinkInformationExchangeRequest.h RANAP_UplinkInformationExchangeResponse.h RANAP_UP-ModeVersions.h RANAP_USCH-ID.h RANAP_UserPlaneInformation.h RANAP_UserPlaneMode.h RANAP_UTRAN-CellID.h RANAP_VelocityEstimate.h RANAP_VerticalAccuracyCode.h RANAP_VerticalSpeedDirection.h RANAP_VerticalVelocity.h RANAP_VoiceSupportMatchIndicator.h '/build/inst-osmo-hnbgw/include/osmocom/ranap'
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom/ranap'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/ranap'
Making install in rua
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/rua'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom/rua'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/rua'
 /usr/bin/install -c -m 644 rua_common.h rua_ies_defs.h rua_msg_factory.h RUA_Ansi-41-IDNNS.h RUA_Cause.h RUA_CauseMisc.h RUA_CauseProtocol.h RUA_CauseRadioNetwork.h RUA_CauseTransport.h RUA_CN-DomainIndicator.h RUA_Connect.h RUA_ConnectionlessTransfer.h RUA_Context-ID.h RUA_CriticalityDiagnostics.h RUA_CriticalityDiagnostics-IE-List.h RUA_CriticalityDiagnostics-IE-List-Value.h RUA_Criticality.h RUA_CSGMembershipStatus.h RUA_DirectTransfer.h RUA_Disconnect.h RUA_ErrorIndication.h RUA_Establishment-Cause.h RUA_Gsm-map-IDNNS.h RUA_IE-Extensions.h RUA_IE.h RUA_InitiatingMessage.h RUA_IntraDomainNasNodeSelector.h RUA_Presence.h RUA_PrivateIE-ID.h RUA_PrivateMessage.h RUA_ProcedureCode.h RUA_ProtocolIE-ID.h RUA_RANAP-Message.h RUA_RoutingParameter.h RUA_RUA-PDU.h RUA_SuccessfulOutcome.h RUA_TriggeringMessage.h RUA_TypeOfError.h RUA_UnsuccessfulOutcome.h '/build/inst-osmo-hnbgw/include/osmocom/rua'
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom/rua'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/rua'
Making install in sabp
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/sabp'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom/sabp'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/sabp'
 /usr/bin/install -c -m 644 sabp_ies_defs.h sabp_common.h SABP_InitiatingMessage.h SABP_SABP-PDU.h SABP_SuccessfulOutcome.h SABP_UnsuccessfulOutcome.h SABP_Criticality.h SABP_Presence.h SABP_ProcedureCode.h SABP_ProtocolExtensionID.h SABP_ProtocolIE-ID.h SABP_TriggeringMessage.h SABP_IE-Extensions.h SABP_Available-Bandwidth.h SABP_Broadcast-Message-Content.h SABP_Broadcast-Message-Content-Validity-Indicator.h SABP_Category.h SABP_Cause.h SABP_Criticality-Diagnostics.h SABP_CriticalityDiagnostics-IE-List.h SABP_CriticalityDiagnostics-IE-List-Value.h SABP_MessageStructure.h SABP_MessageStructure-Value.h SABP_Data-Coding-Scheme.h SABP_Failure-List.h SABP_Failure-List-Item.h SABP_Message-Identifier.h SABP_New-Serial-Number.h SABP_Number-of-Broadcasts-Completed-List.h SABP_Number-of-Broadcasts-Completed-List-Item.h SABP_Number-Of-Broadcasts-Completed-Info.h SABP_Number-of-Broadcasts-Requested.h SABP_Old-Serial-Number.h SABP_Paging-ETWS-Indicator.h SABP_Radio-Resource-Loading-List.h SABP_Radio-Resource-Loading-List-Item.h SABP_Recovery-Indication.h SABP_RepetitionNumber0.h SABP_RepetitionNumber1.h SABP_Repetition-Period.h '/build/inst-osmo-hnbgw/include/osmocom/sabp'
 /usr/bin/install -c -m 644 SABP_Serial-Number.h SABP_Service-Area-Identifier.h SABP_Service-Areas-List.h SABP_TypeOfError.h SABP_WarningSecurityInfo.h SABP_Warning-Type.h SABP_Write-Replace.h SABP_Write-Replace-Complete.h SABP_Write-Replace-Failure.h SABP_Kill.h SABP_Kill-Complete.h SABP_Kill-Failure.h SABP_Load-Query.h SABP_Load-Query-Complete.h SABP_Load-Query-Failure.h SABP_Message-Status-Query.h SABP_Message-Status-Query-Complete.h SABP_Message-Status-Query-Failure.h SABP_Reset.h SABP_Reset-Complete.h SABP_Reset-Failure.h SABP_Restart.h SABP_Failure.h SABP_Error-Indication.h SABP_IE.h '/build/inst-osmo-hnbgw/include/osmocom/sabp'
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom/sabp'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/sabp'
Making install in iuh
make[4]: Entering directory '/build/osmo-iuh/include/osmocom/iuh'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom/iuh'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom/iuh'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom/iuh'
make[4]: Entering directory '/build/osmo-iuh/include/osmocom'
make[5]: Entering directory '/build/osmo-iuh/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-iuh/include/osmocom'
make[4]: Leaving directory '/build/osmo-iuh/include/osmocom'
make[3]: Leaving directory '/build/osmo-iuh/include/osmocom'
make[3]: Entering directory '/build/osmo-iuh/include'
make[4]: Entering directory '/build/osmo-iuh/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-iuh/include'
make[3]: Leaving directory '/build/osmo-iuh/include'
make[2]: Leaving directory '/build/osmo-iuh/include'
Making install in doc
make[2]: Entering directory '/build/osmo-iuh/doc'
make[3]: Entering directory '/build/osmo-iuh/doc'
make[4]: Entering directory '/build/osmo-iuh/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-iuh/doc'
make[3]: Leaving directory '/build/osmo-iuh/doc'
make[2]: Leaving directory '/build/osmo-iuh/doc'
Making install in tests
make[2]: Entering directory '/build/osmo-iuh/tests'
make[3]: Entering directory '/build/osmo-iuh/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/osmo-iuh/tests'
make[2]: Leaving directory '/build/osmo-iuh/tests'
make[2]: Entering directory '/build/osmo-iuh'
make[3]: Entering directory '/build/osmo-iuh'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-hnbap.pc libosmo-ranap.pc libosmo-rua.pc libosmo-sabp.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make[3]: Leaving directory '/build/osmo-iuh'
make[2]: Leaving directory '/build/osmo-iuh'
make[1]: Leaving directory '/build/osmo-iuh'
+ build_repo osmo-mgw --enable-sanitize
+ dir=osmo-mgw
+ shift
+ build_repo_dir osmo-mgw ./ --enable-sanitize
+ dep=osmo-mgw
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize
+ set +x
+ have_repo osmo-mgw master
+ repo=osmo-mgw
+ branch=master


====================== osmo-mgw


+ echo OSMO_GSM_TESTER_BUILD_osmo-mgw
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_osmo_mgw
+ eval echo $OSMO_GSM_TESTER_BUILD_osmo_mgw
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d osmo-mgw ]
+ cd osmo-mgw
+ git fetch
+ git rev-parse origin/master
12c45577bb83f636fe1041a29d46a951b850720c
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf AUTHORS COPYING Makefile Makefile.am Makefile.in README.md README.vty-tests TODO-RELEASE aclocal.m4 autom4te.cache bscconfig.h bscconfig.h.in compile config.guess config.log config.status config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libosmo-mgcp-client.pc libosmo-mgcp-client.pc.in libtool ltmain.sh m4 missing osmoappdesc.py src stamp-h1 tests
+ git reset --hard origin/master
HEAD is now at 12c45577b mgw: iuup: Trigger Init on CN-side CRCX if RAN-side was already initialized
+ git rev-parse HEAD
12c45577bb83f636fe1041a29d46a951b850720c
+ git rev-parse HEAD
+ echo 12c45577bb83f636fe1041a29d46a951b850720c osmo-mgw
+ git submodule update --init


+ cd /build
+ cd osmo-mgw/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:94: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:94: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:94: the top level
configure.ac:106: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:106: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:106: the top level
configure.ac:111: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:111: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:111: the top level
configure.ac:187: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:187: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:187: the top level
configure.ac:189: warning: AC_OUTPUT should be used without arguments.
configure.ac:189: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/libosmo-mgcp-client/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize


checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for library containing dlopen... none required
checking for library containing dlsym... none required
checking for libosmocore >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libosmoabis >= 2.0.0... yes
checking for libosmotrau >= 2.0.0... yes
checking whether to enable code coverage support... no
checking whether to enable VTY/CTRL tests... no
CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -fsanitize=address -fsanitize=undefined"
CPPFLAGS=" -DBUILDING_LIBOSMOMGCPCLIENT -pthread -fsanitize=address -fsanitize=undefined"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-mgcp-client.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/mgcp_client/Makefile
config.status: creating include/osmocom/mgcp/Makefile
config.status: creating src/Makefile
config.status: creating src/libosmo-mgcp-client/Makefile
config.status: creating src/libosmo-mgcp/Makefile
config.status: creating src/osmo-mgw/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/mgcp_client/Makefile
config.status: creating tests/mgcp/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ set +x
+ make -j8


make  all-recursive
make[1]: Entering directory '/build/osmo-mgw'
Making all in include
make[2]: Entering directory '/build/osmo-mgw/include'
Making all in osmocom
make[3]: Entering directory '/build/osmo-mgw/include/osmocom'
Making all in mgcp_client
make[4]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp_client'
echo -e "/*\n\n   DO NOT EDIT THIS FILE!\n   THIS IS OVERWRITTEN DURING BUILD\n   This is an automatic copy of <osmocom/mgcp/mgcp_common.h>\n\n */" > mgcp_common.h
cat ../../../include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h
make  all-am
make[5]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp_client'
Making all in mgcp
make[4]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp'
make[4]: Entering directory '/build/osmo-mgw/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom'
make[3]: Leaving directory '/build/osmo-mgw/include/osmocom'
make[3]: Entering directory '/build/osmo-mgw/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-mgw/include'
make[2]: Leaving directory '/build/osmo-mgw/include'
Making all in src
make[2]: Entering directory '/build/osmo-mgw/src'
Making all in libosmo-mgcp-client
make[3]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp-client'
  CC       mgcp_client.lo
  CC       mgcp_client_vty.lo
  CC       mgcp_client_fsm.lo
  CC       mgcp_client_endpoint_fsm.lo
  CC       mgcp_client_pool.lo
  CCLD     libosmo-mgcp-client.la
make[3]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp-client'
Making all in libosmo-mgcp
make[3]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp'
  CC       mgcp_protocol.o
  CC       mgcp_network.o
  CC       mgcp_vty.o
  CC       mgcp_osmux.o
  CC       mgcp_sdp.o
  CC       mgcp_codec.o
  CC       mgcp_conn.o
  CC       mgcp_msg.o
  CC       mgcp_stat.o
  CC       mgcp_endp.o
  CC       mgcp_trunk.o
  CC       mgcp_ratectr.o
  CC       mgcp_rtp_end.o
  CC       mgcp_e1.o
  CC       mgcp_iuup.o
  AR       libosmo-mgcp.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp'
Making all in osmo-mgw
make[3]: Entering directory '/build/osmo-mgw/src/osmo-mgw'
  CC       mgw_main.o
  CCLD     osmo-mgw
make[3]: Leaving directory '/build/osmo-mgw/src/osmo-mgw'
make[3]: Entering directory '/build/osmo-mgw/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-mgw/src'
make[2]: Leaving directory '/build/osmo-mgw/src'
Making all in tests
make[2]: Entering directory '/build/osmo-mgw/tests'
Making all in mgcp_client
make[3]: Entering directory '/build/osmo-mgw/tests/mgcp_client'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-mgw/tests/mgcp_client'
Making all in mgcp
make[3]: Entering directory '/build/osmo-mgw/tests/mgcp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-mgw/tests/mgcp'
make[3]: Entering directory '/build/osmo-mgw/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-mgw/tests'
make[2]: Leaving directory '/build/osmo-mgw/tests'
Making all in doc
make[2]: Entering directory '/build/osmo-mgw/doc'
Making all in examples
make[3]: Entering directory '/build/osmo-mgw/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-mgw/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/osmo-mgw/doc/manuals'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-mgw/doc/manuals'
make[3]: Entering directory '/build/osmo-mgw/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-mgw/doc'
make[2]: Leaving directory '/build/osmo-mgw/doc'
Making all in contrib
make[2]: Entering directory '/build/osmo-mgw/contrib'
Making all in systemd
make[3]: Entering directory '/build/osmo-mgw/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-mgw/contrib/systemd'
make[3]: Entering directory '/build/osmo-mgw/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-mgw/contrib'
make[2]: Leaving directory '/build/osmo-mgw/contrib'
make[2]: Entering directory '/build/osmo-mgw'
make[2]: Leaving directory '/build/osmo-mgw'
make[1]: Leaving directory '/build/osmo-mgw'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/osmo-mgw'
Making install in include
make[2]: Entering directory '/build/osmo-mgw/include'
Making install in osmocom
make[3]: Entering directory '/build/osmo-mgw/include/osmocom'
Making install in mgcp_client
make[4]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make  install-am
make[5]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[5]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp_client'
Making install in mgcp
make[4]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp'
make[5]: Entering directory '/build/osmo-mgw/include/osmocom/mgcp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp'
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom/mgcp'
make[4]: Entering directory '/build/osmo-mgw/include/osmocom'
make[5]: Entering directory '/build/osmo-mgw/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-mgw/include/osmocom'
make[4]: Leaving directory '/build/osmo-mgw/include/osmocom'
make[3]: Leaving directory '/build/osmo-mgw/include/osmocom'
make[3]: Entering directory '/build/osmo-mgw/include'
make[4]: Entering directory '/build/osmo-mgw/include'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/defs.h osmocom/mgcp_client/mgcp_client.h osmocom/mgcp_client/mgcp_client_endpoint_fsm.h osmocom/mgcp_client/mgcp_client_fsm.h osmocom/mgcp_client/mgcp_client_pool.h '/build/inst-osmo-hnbgw/include/osmocom/mgcp_client'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/mgcp_common.h '/build/inst-osmo-hnbgw/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/osmo-mgw/include'
make[3]: Leaving directory '/build/osmo-mgw/include'
make[2]: Leaving directory '/build/osmo-mgw/include'
Making install in src
make[2]: Entering directory '/build/osmo-mgw/src'
Making install in libosmo-mgcp-client
make[3]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp-client'
make[4]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp-client'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-mgcp-client.la '/build/inst-osmo-hnbgw/lib'
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.so.14.0.1 /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.so.14.0.1
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-mgcp-client.so.14.0.1 libosmo-mgcp-client.so.14 || { rm -f libosmo-mgcp-client.so.14 && ln -s libosmo-mgcp-client.so.14.0.1 libosmo-mgcp-client.so.14; }; })
libtool: install: (cd /build/inst-osmo-hnbgw/lib && { ln -s -f libosmo-mgcp-client.so.14.0.1 libosmo-mgcp-client.so || { rm -f libosmo-mgcp-client.so && ln -s libosmo-mgcp-client.so.14.0.1 libosmo-mgcp-client.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.lai /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.la
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.a /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.a
libtool: install: chmod 644 /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.a
libtool: install: ranlib /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/inst-osmo-hnbgw/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /build/inst-osmo-hnbgw/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp-client'
make[3]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp-client'
Making install in libosmo-mgcp
make[3]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp'
make[4]: Entering directory '/build/osmo-mgw/src/libosmo-mgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp'
make[3]: Leaving directory '/build/osmo-mgw/src/libosmo-mgcp'
Making install in osmo-mgw
make[3]: Entering directory '/build/osmo-mgw/src/osmo-mgw'
make[4]: Entering directory '/build/osmo-mgw/src/osmo-mgw'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-mgw '/build/inst-osmo-hnbgw/bin'
libtool: install: /usr/bin/install -c osmo-mgw /build/inst-osmo-hnbgw/bin/osmo-mgw
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/src/osmo-mgw'
make[3]: Leaving directory '/build/osmo-mgw/src/osmo-mgw'
make[3]: Entering directory '/build/osmo-mgw/src'
make[4]: Entering directory '/build/osmo-mgw/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/src'
make[3]: Leaving directory '/build/osmo-mgw/src'
make[2]: Leaving directory '/build/osmo-mgw/src'
Making install in tests
make[2]: Entering directory '/build/osmo-mgw/tests'
Making install in mgcp_client
make[3]: Entering directory '/build/osmo-mgw/tests/mgcp_client'
make[4]: Entering directory '/build/osmo-mgw/tests/mgcp_client'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/tests/mgcp_client'
make[3]: Leaving directory '/build/osmo-mgw/tests/mgcp_client'
Making install in mgcp
make[3]: Entering directory '/build/osmo-mgw/tests/mgcp'
make[4]: Entering directory '/build/osmo-mgw/tests/mgcp'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/tests/mgcp'
make[3]: Leaving directory '/build/osmo-mgw/tests/mgcp'
make[3]: Entering directory '/build/osmo-mgw/tests'
make[4]: Entering directory '/build/osmo-mgw/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/tests'
make[3]: Leaving directory '/build/osmo-mgw/tests'
make[2]: Leaving directory '/build/osmo-mgw/tests'
Making install in doc
make[2]: Entering directory '/build/osmo-mgw/doc'
Making install in examples
make[3]: Entering directory '/build/osmo-mgw/doc/examples'
make[4]: Entering directory '/build/osmo-mgw/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-mgw/osmo-mgw.cfg '/build/inst-osmo-hnbgw/etc/osmocom'
make  install-data-hook
make[5]: Entering directory '/build/osmo-mgw/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="/build/inst-osmo-hnbgw/share/doc/osmo-mgw/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/build/osmo-mgw/doc/examples'
make[4]: Leaving directory '/build/osmo-mgw/doc/examples'
make[3]: Leaving directory '/build/osmo-mgw/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/osmo-mgw/doc/manuals'
make[4]: Entering directory '/build/osmo-mgw/doc/manuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/doc/manuals'
make[3]: Leaving directory '/build/osmo-mgw/doc/manuals'
make[3]: Entering directory '/build/osmo-mgw/doc'
make[4]: Entering directory '/build/osmo-mgw/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/doc'
make[3]: Leaving directory '/build/osmo-mgw/doc'
make[2]: Leaving directory '/build/osmo-mgw/doc'
Making install in contrib
make[2]: Entering directory '/build/osmo-mgw/contrib'
Making install in systemd
make[3]: Entering directory '/build/osmo-mgw/contrib/systemd'
make[4]: Entering directory '/build/osmo-mgw/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/build/osmo-mgw/contrib/systemd'
make[3]: Leaving directory '/build/osmo-mgw/contrib/systemd'
make[3]: Entering directory '/build/osmo-mgw/contrib'
make[4]: Entering directory '/build/osmo-mgw/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-mgw/contrib'
make[3]: Leaving directory '/build/osmo-mgw/contrib'
make[2]: Leaving directory '/build/osmo-mgw/contrib'
make[2]: Entering directory '/build/osmo-mgw'
make[3]: Entering directory '/build/osmo-mgw'
make[3]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/lib/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-mgcp-client.pc '/build/inst-osmo-hnbgw/lib/pkgconfig'
make[3]: Leaving directory '/build/osmo-mgw'
make[2]: Leaving directory '/build/osmo-mgw'
make[1]: Leaving directory '/build/osmo-mgw'
+ build_repo osmo-hnbgw --enable-sanitize
+ dir=osmo-hnbgw
+ shift
+ build_repo_dir osmo-hnbgw ./ --enable-sanitize
+ dep=osmo-hnbgw
+ dir=./
+ branch=master
+ echo --enable-sanitize
+ grep ^-
+ [ -z --enable-sanitize ]
+ shift
+ shift
+ configure_opts=--enable-sanitize
+ set +x
+ have_repo osmo-hnbgw master
+ repo=osmo-hnbgw
+ branch=master


====================== osmo-hnbgw


+ echo OSMO_GSM_TESTER_BUILD_osmo-hnbgw
+ sed s/-/_/g
+ branch_override_var=OSMO_GSM_TESTER_BUILD_osmo_hnbgw
+ eval echo $OSMO_GSM_TESTER_BUILD_osmo_hnbgw
+ echo
+ branch_override=
+ [ -n  ]
+ cd /build
+ [ -d osmo-hnbgw ]
+ cd osmo-hnbgw
+ git fetch
+ git rev-parse origin/master
619b81e5dc4aa7f3347519ad45a8d5fc11bcbb54
+ branch=origin/master
+ git checkout -B build_branch origin/master
Reset branch 'build_branch'
branch 'build_branch' set up to track 'origin/master'.
Your branch is up to date with 'origin/master'.
+ rm -rf AUTHORS COPYING Makefile Makefile.am Makefile.in README.md TODO-RELEASE aclocal.m4 autom4te.cache compile config.guess config.h config.h.in config.log config.status config.sub configure configure.ac contrib debian depcomp doc git-version-gen include install-sh libtool ltmain.sh m4 missing osmoappdesc.py src stamp-h1 tests
+ git reset --hard origin/master
HEAD is now at 619b81e Log RAB_STATE name instead of value
+ git rev-parse HEAD
619b81e5dc4aa7f3347519ad45a8d5fc11bcbb54
+ git rev-parse HEAD
+ echo 619b81e5dc4aa7f3347519ad45a8d5fc11bcbb54 osmo-hnbgw
+ git submodule update --init


+ cd /build
+ cd osmo-hnbgw/./
+ [ -f configure.ac ]
+ set +x
+ autoreconf -fi
aclocal: warning: couldn't open directory 'm4': No such file or directory
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:84: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:84: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:84: the top level
configure.ac:132: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:132: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:132: the top level
configure.ac:153: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:153: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:153: the top level
configure.ac:232: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:232: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:232: the top level
configure.ac:234: warning: AC_OUTPUT should be used without arguments.
configure.ac:234: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
doc/charts/Makefile.am:10: warning: '%'-style pattern rules are a GNU make extension
doc/charts/Makefile.am:13: warning: '%'-style pattern rules are a GNU make extension
doc/charts/Makefile.am:18: warning: ':='-style assignments are not portable
src/osmo-hnbgw/Makefile.am: installing './depcomp'
+ set +x
+ ./configure --prefix=/build/inst-osmo-hnbgw --with-systemdsystemunitdir=no --enable-sanitize


checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for library containing sctp_recvmsg... -lsctp
checking for libasn1c >= 0.9.30... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libosmo-sigtran >= 2.1.0... yes
checking for libosmo-rua >= 1.7.0... yes
checking for libosmo-ranap >= 1.7.0... yes
checking for libosmo-hnbap >= 1.7.0... yes
checking for libosmo-mgcp-client >= 1.14.0... yes
checking for egrep... (cached) /usr/bin/grep -E
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable code coverage support... no
checking whether to enable VTY/CTRL tests... no
CFLAGS=" -std=gnu11 -fsanitize=address -fsanitize=undefined"
CPPFLAGS=" -fsanitize=address -fsanitize=undefined"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/hnbgw/Makefile
config.status: creating src/Makefile
config.status: creating src/osmo-hnbgw/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/ranap_rab_ass/Makefile
config.status: creating tests/umts_cell_id/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating doc/charts/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ set +x
+ make -j8


make  all-recursive
make[1]: Entering directory '/build/osmo-hnbgw'
Making all in include
make[2]: Entering directory '/build/osmo-hnbgw/include'
Making all in osmocom
make[3]: Entering directory '/build/osmo-hnbgw/include/osmocom'
Making all in hnbgw
make[4]: Entering directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[4]: Entering directory '/build/osmo-hnbgw/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/include/osmocom'
make[3]: Leaving directory '/build/osmo-hnbgw/include/osmocom'
make[3]: Entering directory '/build/osmo-hnbgw/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-hnbgw/include'
make[2]: Leaving directory '/build/osmo-hnbgw/include'
Making all in src
make[2]: Entering directory '/build/osmo-hnbgw/src'
Making all in osmo-hnbgw
make[3]: Entering directory '/build/osmo-hnbgw/src/osmo-hnbgw'
  CC       osmo_hnbgw_main.o
  CC       hnbgw.lo
  CC       hnbgw_hnbap.lo
  CC       hnbgw_l3.lo
  CC       hnbgw_rua.lo
  CC       hnbgw_ranap.lo
  CC       hnbgw_vty.lo
  CC       context_map.lo
hnbgw_vty.c: In function '_show_cnlink':
hnbgw_vty.c:158:9: warning: 'osmo_ss7_route_lookup' is deprecated: Use internal ss7_instance_lookup_route() instead [-Wdeprecated-declarations]
  158 |         rt = osmo_ss7_route_lookup(ss7, cnlink->remote_addr.pc);
      |         ^~
In file included from /build/inst-osmo-hnbgw/include/osmocom/sigtran/sigtran_sap.h:3,
                 from /build/inst-osmo-hnbgw/include/osmocom/sigtran/sccp_sap.h:25,
                 from ../../include/osmocom/hnbgw/hnbgw.h:11,
                 from hnbgw_vty.c:34:
/build/inst-osmo-hnbgw/include/osmocom/sigtran/osmo_ss7.h:128:1: note: declared here
  128 | osmo_ss7_route_lookup(struct osmo_ss7_instance *inst, uint32_t dpc)
      | ^~~~~~~~~~~~~~~~~~~~~
  CC       context_map_rua.lo
  CC       context_map_sccp.lo
  CC       hnbgw_cn.lo
  CC       cnlink.lo
  CC       ranap_rab_ass.lo
  CC       mgw_fsm.lo
  CC       kpi_dtap.lo
  CC       kpi_ranap.lo
mgw_fsm.c: In function 'mgw_fsm_crcx_hnb_onenter':
mgw_fsm.c:180:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
  180 |         mgw_info.codecs[0] = CODEC_IUFP;
      |         ^~~~~~~~
In file included from /build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h:4,
                 from mgw_fsm.c:48:
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
   33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
      |                          ^~~~~~
mgw_fsm.c:181:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
  181 |         mgw_info.codecs_len = 1;
      |         ^~~~~~~~
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
   35 |         unsigned int codecs_len
      |                      ^~~~~~~~~~
mgw_fsm.c: In function 'mgw_fsm_mdcx_hnb_onenter':
mgw_fsm.c:368:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
  368 |         mgw_info.codecs[0] = CODEC_IUFP;
      |         ^~~~~~~~
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
   33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
      |                          ^~~~~~
mgw_fsm.c:369:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
  369 |         mgw_info.codecs_len = 1;
      |         ^~~~~~~~
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
   35 |         unsigned int codecs_len
      |                      ^~~~~~~~~~
mgw_fsm.c: In function 'mgw_fsm_crcx_msc_onenter':
mgw_fsm.c:452:9: warning: 'codecs' is deprecated: use ptmap[i].codec instead [-Wdeprecated-declarations]
  452 |         mgw_info.codecs[0] = CODEC_IUFP;
      |         ^~~~~~~~
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:33:26: note: declared here
   33 |         enum mgcp_codecs codecs[MGCP_MAX_CODECS]
      |                          ^~~~~~
mgw_fsm.c:453:9: warning: 'codecs_len' is deprecated: use ptmap[] and ptmap_len instead [-Wdeprecated-declarations]
  453 |         mgw_info.codecs_len = 1;
      |         ^~~~~~~~
/build/inst-osmo-hnbgw/include/osmocom/mgcp_client/mgcp_client_fsm.h:35:22: note: declared here
   35 |         unsigned int codecs_len
      |                      ^~~~~~~~~~
  CC       tdefs.lo
  CC       nft_kpi.lo
  CCLD     libhnbgw.la
  CCLD     osmo-hnbgw
make[3]: Leaving directory '/build/osmo-hnbgw/src/osmo-hnbgw'
make[3]: Entering directory '/build/osmo-hnbgw/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-hnbgw/src'
make[2]: Leaving directory '/build/osmo-hnbgw/src'
Making all in tests
make[2]: Entering directory '/build/osmo-hnbgw/tests'
Making all in ranap_rab_ass
make[3]: Entering directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
Making all in umts_cell_id
make[3]: Entering directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[3]: Entering directory '/build/osmo-hnbgw/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-hnbgw/tests'
make[2]: Leaving directory '/build/osmo-hnbgw/tests'
Making all in doc
make[2]: Entering directory '/build/osmo-hnbgw/doc'
Making all in examples
make[3]: Entering directory '/build/osmo-hnbgw/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/osmo-hnbgw/doc/manuals'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/doc/manuals'
Making all in charts
make[3]: Entering directory '/build/osmo-hnbgw/doc/charts'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/doc/charts'
make[3]: Entering directory '/build/osmo-hnbgw/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-hnbgw/doc'
make[2]: Leaving directory '/build/osmo-hnbgw/doc'
Making all in contrib
make[2]: Entering directory '/build/osmo-hnbgw/contrib'
Making all in systemd
make[3]: Entering directory '/build/osmo-hnbgw/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/osmo-hnbgw/contrib/systemd'
make[3]: Entering directory '/build/osmo-hnbgw/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/osmo-hnbgw/contrib'
make[2]: Leaving directory '/build/osmo-hnbgw/contrib'
make[2]: Entering directory '/build/osmo-hnbgw'
make[2]: Leaving directory '/build/osmo-hnbgw'
make[1]: Leaving directory '/build/osmo-hnbgw'
+ set +x
+ make install


make  install-recursive
make[1]: Entering directory '/build/osmo-hnbgw'
Making install in include
make[2]: Entering directory '/build/osmo-hnbgw/include'
Making install in osmocom
make[3]: Entering directory '/build/osmo-hnbgw/include/osmocom'
Making install in hnbgw
make[4]: Entering directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[5]: Entering directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[4]: Leaving directory '/build/osmo-hnbgw/include/osmocom/hnbgw'
make[4]: Entering directory '/build/osmo-hnbgw/include/osmocom'
make[5]: Entering directory '/build/osmo-hnbgw/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/osmo-hnbgw/include/osmocom'
make[4]: Leaving directory '/build/osmo-hnbgw/include/osmocom'
make[3]: Leaving directory '/build/osmo-hnbgw/include/osmocom'
make[3]: Entering directory '/build/osmo-hnbgw/include'
make[4]: Entering directory '/build/osmo-hnbgw/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/include'
make[3]: Leaving directory '/build/osmo-hnbgw/include'
make[2]: Leaving directory '/build/osmo-hnbgw/include'
Making install in src
make[2]: Entering directory '/build/osmo-hnbgw/src'
Making install in osmo-hnbgw
make[3]: Entering directory '/build/osmo-hnbgw/src/osmo-hnbgw'
make[4]: Entering directory '/build/osmo-hnbgw/src/osmo-hnbgw'
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-hnbgw '/build/inst-osmo-hnbgw/bin'
libtool: install: /usr/bin/install -c osmo-hnbgw /build/inst-osmo-hnbgw/bin/osmo-hnbgw
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/src/osmo-hnbgw'
make[3]: Leaving directory '/build/osmo-hnbgw/src/osmo-hnbgw'
make[3]: Entering directory '/build/osmo-hnbgw/src'
make[4]: Entering directory '/build/osmo-hnbgw/src'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/src'
make[3]: Leaving directory '/build/osmo-hnbgw/src'
make[2]: Leaving directory '/build/osmo-hnbgw/src'
Making install in tests
make[2]: Entering directory '/build/osmo-hnbgw/tests'
Making install in ranap_rab_ass
make[3]: Entering directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
make[4]: Entering directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
make[3]: Leaving directory '/build/osmo-hnbgw/tests/ranap_rab_ass'
Making install in umts_cell_id
make[3]: Entering directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[4]: Entering directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[3]: Leaving directory '/build/osmo-hnbgw/tests/umts_cell_id'
make[3]: Entering directory '/build/osmo-hnbgw/tests'
make[4]: Entering directory '/build/osmo-hnbgw/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/tests'
make[3]: Leaving directory '/build/osmo-hnbgw/tests'
make[2]: Leaving directory '/build/osmo-hnbgw/tests'
Making install in doc
make[2]: Entering directory '/build/osmo-hnbgw/doc'
Making install in examples
make[3]: Entering directory '/build/osmo-hnbgw/doc/examples'
make[4]: Entering directory '/build/osmo-hnbgw/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/build/inst-osmo-hnbgw/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-hnbgw/osmo-hnbgw.cfg '/build/inst-osmo-hnbgw/etc/osmocom'
make  install-data-hook
make[5]: Entering directory '/build/osmo-hnbgw/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
        j="/build/inst-osmo-hnbgw/share/doc/osmo-hnbgw/examples/$f" && \
        mkdir -p "$(dirname $j)" && \
        /usr/bin/install -c -m 644 ./$f $j; \
done
make[5]: Leaving directory '/build/osmo-hnbgw/doc/examples'
make[4]: Leaving directory '/build/osmo-hnbgw/doc/examples'
make[3]: Leaving directory '/build/osmo-hnbgw/doc/examples'
Making install in manuals
make[3]: Entering directory '/build/osmo-hnbgw/doc/manuals'
make[4]: Entering directory '/build/osmo-hnbgw/doc/manuals'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/doc/manuals'
make[3]: Leaving directory '/build/osmo-hnbgw/doc/manuals'
Making install in charts
make[3]: Entering directory '/build/osmo-hnbgw/doc/charts'
make[4]: Entering directory '/build/osmo-hnbgw/doc/charts'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/doc/charts'
make[3]: Leaving directory '/build/osmo-hnbgw/doc/charts'
make[3]: Entering directory '/build/osmo-hnbgw/doc'
make[4]: Entering directory '/build/osmo-hnbgw/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/doc'
make[3]: Leaving directory '/build/osmo-hnbgw/doc'
make[2]: Leaving directory '/build/osmo-hnbgw/doc'
Making install in contrib
make[2]: Entering directory '/build/osmo-hnbgw/contrib'
Making install in systemd
make[3]: Entering directory '/build/osmo-hnbgw/contrib/systemd'
make[4]: Entering directory '/build/osmo-hnbgw/contrib/systemd'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/contrib/systemd'
make[3]: Leaving directory '/build/osmo-hnbgw/contrib/systemd'
make[3]: Entering directory '/build/osmo-hnbgw/contrib'
make[4]: Entering directory '/build/osmo-hnbgw/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/osmo-hnbgw/contrib'
make[3]: Leaving directory '/build/osmo-hnbgw/contrib'
make[2]: Leaving directory '/build/osmo-hnbgw/contrib'
make[2]: Entering directory '/build/osmo-hnbgw'
make[3]: Entering directory '/build/osmo-hnbgw'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/osmo-hnbgw'
make[2]: Leaving directory '/build/osmo-hnbgw'
make[1]: Leaving directory '/build/osmo-hnbgw'
+ create_bin_tgz osmo-hnbgw
+ wanted_binaries_bin=osmo-hnbgw
+ wanted_binaries_sbin=
+ [ -z osmo-hnbgw ]
+ prune_files bin osmo-hnbgw
+ bindir=bin
+ wanted_binaries=osmo-hnbgw
+ [ ! -d /build/inst-osmo-hnbgw/bin ]
+ cd /build/inst-osmo-hnbgw/bin
+ echo _ osmo-hnbgw _
+ grep  osmo-aka-verify 
+ [ -z  ]
+ rm osmo-aka-verify
+ echo _ osmo-hnbgw _
+ grep  osmo-arfcn 
+ [ -z  ]
+ rm osmo-arfcn
+ echo _ osmo-hnbgw _
+ grep  osmo-auc-gen 
+ [ -z  ]
+ rm osmo-auc-gen
+ echo _ osmo-hnbgw _
+ grep  osmo-config-merge 
+ [ -z  ]
+ rm osmo-config-merge
+ echo _ osmo-hnbgw _
+ grep  osmo-gsmtap-logsend 
+ [ -z  ]
+ rm osmo-gsmtap-logsend
+ echo _ osmo-hnbgw _
+ grep  osmo-hnbgw 
+ [ -z _ osmo-hnbgw _ ]
+ echo _ osmo-hnbgw _
+ grep  osmo-mgw 
+ [ -z  ]
+ rm osmo-mgw
+ echo _ osmo-hnbgw _
+ grep  osmo-release.sh 
+ [ -z  ]
+ rm osmo-release.sh
+ echo _ osmo-hnbgw _
+ grep  osmo-stp 
+ [ -z  ]
+ rm osmo-stp
+ [ ! -f osmo-hnbgw ]
+ prune_files sbin 
+ bindir=sbin
+ wanted_binaries=
+ [ ! -d /build/inst-osmo-hnbgw/sbin ]
+ return
+ rm -f /build/inst-osmo-hnbgw/lib/libasn1c.a /build/inst-osmo-hnbgw/lib/libosmo-hnbap.a /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.a /build/inst-osmo-hnbgw/lib/libosmo-ranap.a /build/inst-osmo-hnbgw/lib/libosmo-rua.a /build/inst-osmo-hnbgw/lib/libosmo-sabp.a /build/inst-osmo-hnbgw/lib/libosmo-sigtran.a /build/inst-osmo-hnbgw/lib/libosmoabis.a /build/inst-osmo-hnbgw/lib/libosmonetif.a /build/inst-osmo-hnbgw/lib/libosmotrau.a
+ rm -f /build/inst-osmo-hnbgw/lib/libasn1c.la /build/inst-osmo-hnbgw/lib/libosmo-hnbap.la /build/inst-osmo-hnbgw/lib/libosmo-mgcp-client.la /build/inst-osmo-hnbgw/lib/libosmo-ranap.la /build/inst-osmo-hnbgw/lib/libosmo-rua.la /build/inst-osmo-hnbgw/lib/libosmo-sabp.la /build/inst-osmo-hnbgw/lib/libosmo-sigtran.la /build/inst-osmo-hnbgw/lib/libosmoabis.la /build/inst-osmo-hnbgw/lib/libosmocodec.la /build/inst-osmo-hnbgw/lib/libosmocoding.la /build/inst-osmo-hnbgw/lib/libosmocore.la /build/inst-osmo-hnbgw/lib/libosmoctrl.la /build/inst-osmo-hnbgw/lib/libosmogb.la /build/inst-osmo-hnbgw/lib/libosmogsm.la /build/inst-osmo-hnbgw/lib/libosmoisdn.la /build/inst-osmo-hnbgw/lib/libosmonetif.la /build/inst-osmo-hnbgw/lib/libosmosim.la /build/inst-osmo-hnbgw/lib/libosmotrau.la /build/inst-osmo-hnbgw/lib/libosmousb.la /build/inst-osmo-hnbgw/lib/libosmovty.la
+ cd /build/inst-osmo-hnbgw
+ add_rpath
+ rpath_args=--set-rpath
+ rpath_dir=$ORIGIN/../lib/
+ [ -n  ]
+ [ -n  ]
+ [ -d bin/ ]
+ find bin -depth -type f -exec patchelf --set-rpath $ORIGIN/../lib/ {} ;
+ [ -d sbin/ ]
+ [ -d lib/ ]
+ find lib -depth -type f -name lib*.so.* -exec patchelf --set-rpath $ORIGIN/ {} ;
+ date +%Y-%m-%d_%H_%M_%S
+ this=osmo-hnbgw.build-2025-03-17_04_34_34
+ tar=osmo-hnbgw.build-2025-03-17_04_34_34.tgz
+ tar czf /build/osmo-hnbgw.build-2025-03-17_04_34_34.tgz bin etc include lib osmo-hnbgw_git_hashes.txt share
+ cd /build
+ md5sum osmo-hnbgw.build-2025-03-17_04_34_34.tgz
Archiving artifacts
Finished: SUCCESS