Skip to content
This log is too long to show here, 13 KB has been skipped — click to see the complete log
#5 DONE 0.3s

#11 [15/18] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/MISC/DEBIAN_13//RELEASE /tmp/Release
#11 DONE 0.5s

#12 [ 7/18] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#12 DONE 0.5s

#13 [13/18] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-GSM-MANUALS/+/MASTER?FORMAT=TEXT /tmp/osmo-gsm-manuals-commit
#13 CACHED

#14 [16/18] RUN	SET -x && 	echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/misc/Debian_13/ ./" 		> /etc/apt/sources.list.d/osmocom-misc.list
#14 CACHED

#15 [ 3/18] COPY	.COMMON/RELEASE.KEY /etc/apt/trusted.gpg.d/obs.osmocom.org.asc
#15 CACHED

#16 [ 7/18] ADD	HTTPS://GITEA.OSMOCOM.ORG/SIM-CARD/PYSIM/RAW/BRANCH/MASTER/REQUIREMENTS.TXT /tmp/pysim_requirements.txt
#16 CACHED

#17 [ 9/18] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/PYTHON/OSMO-PYTHON-TESTS/+/MASTER?FORMAT=TEXT /tmp/osmo-python-tests-commit
#17 CACHED

#18 [ 6/18] RUN	SET -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		asciidoc 		asciidoc-dblatex 		autoconf 		autoconf-archive 		autogen 		automake 		bc 		bison 		build-essential 		bzip2 		ca-certificates 		ccache 		clang-format 		cmake 		coccinelle 		cppcheck 		curl 		dahdi-source 		dblatex 		dbus 		debhelper 		devscripts 		dh-autoreconf 		docbook5-xml 		doxygen 		equivs 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		gdb 		ghostscript 		git 		gnupg 		graphviz 		htop 		iproute2 		latexmk 		lcov 		libaio-dev 		libasound2-dev 		libbladerf-dev 		libboost-all-dev 		libc-ares-dev 		libcdk5-dev 		libcsv-dev 		libdbd-sqlite3 		libdbi-dev 		libelf-dev 		libffi-dev 		libfftw3-dev 		libgcrypt20-dev 		libgmp-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libidn-dev 		libjansson-dev 		liblimesuite-dev 		liblua5.3-dev 		libmnl-dev 		libmongoc-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libnftables-dev 		libnftnl-dev 		libnghttp2-dev 		libnl-3-dev 		libnl-route-3-dev 		liboping-dev 		libortp-dev 		libpcap-dev 		libpcsclite-dev 		libreadline-dev 		librsvg2-bin 		libsctp-dev 		libsigsegv-dev 		libsnmp-dev 		libsofia-sip-ua-glib-dev 		libsqlite3-dev 		libssl-dev 		libtalloc-dev 		libtinfo5 		libtool 		libuhd-dev 		libulfius-dev 		liburing-dev 		libusb-1.0-0-dev 		libusb-dev 		libxml2-utils 		libyaml-dev 		libzmq3-dev 		locales 		lua-socket 		make 		meson 		mscgen 		ofono 		openssh-client 		patchelf 		picolibc-arm-none-eabi 		pkg-config 		pylint 		python3 		python3-gi 		python3-mako 		python3-nwdiag 		python3-pip 		python3-pyflakes 		python3-pytest 		python3-setuptools 		python3-usb 		python3-yaml 		rsync 		source-highlight 		sqlite3 		stow 		sudo 		swig 		systemd 		tcpdump 		telnet 		tex-gyre 		texinfo 		unzip 		virtualenv 		xsltproc 		xxd 		&& 	apt-get clean
#18 CACHED

#19 [ 8/18] RUN	SET -x && 	cat /tmp/pysim_requirements.txt && 	pip3 install --break-system-packages 		'git+https://github.com/eriwen/lcov-to-cobertura-xml.git@028da3798355d0260c6c6491b39347d84ca7a02d' 		'git+https://github.com/osmocom/sphinx-argparse@inside-classes#egg=sphinx-argparse' 		'git+https://github.com/podshumok/python-smpplib.git' 		'ruff' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#19 CACHED

#20 [14/18] RUN	GIT -C /opt clone --depth=1 https://gerrit.osmocom.org/osmo-gsm-manuals
#20 CACHED

#21 [ 5/18] RUN	IF [ "$(arch)" != "x86_64" ]; then 		echo "ERROR: use debian-trixie-build-arm instead"; 		exit 1; 	fi && 	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		wget 		&& 	apt-get clean && 	wget -q http://ftp.de.debian.org/debian/pool/main/n/ncurses/libtinfo5_6.4-4_amd64.deb && 	dpkg -i "libtinfo5_6.4-4_amd64.deb" && 	rm "libtinfo5_6.4-4_amd64.deb" && 	wget -q https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-14.0.0/LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	tar -xf LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	rm LLVMEmbeddedToolchainForArm-14.0.0-linux.tar.gz && 	mv LLVMEmbeddedToolchainForArm-14.0.0 /opt/llvm-arm && 	/opt/llvm-arm/bin/clang --version && 	/opt/llvm-arm/bin/clang --print-targets
#21 CACHED

#22 [11/18] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-CI/+/MASTER?FORMAT=TEXT /tmp/osmo-ci-commit
#22 CACHED

#23 [ 4/18] RUN	SET -x && 	useradd --uid=1000 -d /build -m build && 	chown -R build:build /usr/local && 		echo "path-exclude=/usr/share/man/*" 		> /etc/dpkg/dpkg.cfg.d/exclude-man-pages && 	rm -rf /usr/share/man/
#23 CACHED

#24 [12/18] RUN 	set -x && 	git clone --depth=1 https://gerrit.osmocom.org/osmo-ci osmo-ci && 	su build -c "cd osmo-ci/scripts && cp -v *.sh *.py /usr/local/bin" && 	rm -rf osmo-ci
#24 CACHED

#25 [15/18] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/MISC/DEBIAN_13//RELEASE /tmp/Release
#25 CACHED

#26 [17/18] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_13//RELEASE /tmp/Release
#26 CACHED

#27 [10/18] RUN	SET -x && 	git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && 	cd osmo-python-tests && 	python3 setup.py clean build install && 	cd .. && 	rm -rf osmo-python-tests
#27 CACHED

#28 [ 2/18] COPY	.COMMON/RESPAWN.SH /usr/local/bin/respawn.sh
#28 CACHED

#29 [18/18] RUN	SET -x && 	echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13/ ./" 		> /etc/apt/sources.list.d/osmocom-nightly.list && 	apt-get update && 	apt-get install -y --no-install-recommends 		-t'o=obs://osmocom/osmocom:nightly/Debian_13,n=Debian_13,l=osmocom:nightly,c=' 		sdcc 		&& 	apt-get clean
#29 CACHED

#30 exporting to image
#30 exporting layers done
#30 writing image sha256:ae2a3dd2710606bd8499902d3a22d02780e23631515d756d8be1c9a6376f6e14 0.0s done
#30 naming to docker.io/osmocom-build/debian-trixie-build:latest 0.0s done
#30 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/debian-trixie-build'
+ docker_image_exists debian-trixie-build
+ docker images -q osmocom-build/debian-trixie-build
+ test -n ae2a3dd27106
+ list_osmo_packages debian-trixie debian-trixie-build
+ local distro=debian-trixie
+ local image=debian-trixie-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-trixie-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-stp-master
+ echo debian-trixie
+ distro_arg=debian-trixie
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-stp-master
+ echo debian:trixie
+ upstream_distro_arg=debian:trixie
+ docker_dir_from_image_name osmo-stp-master
+ echo osmo-stp-master
+ dir=osmo-stp-master
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../osmo-stp-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-stp-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-stp-master BUILD_ARGS= UPSTREAM_DISTRO=debian:trixie DISTRO=debian-trixie IMAGE=osmocom-build/osmo-stp-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/osmo-stp-master'
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/nplab-sua-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:trixie \
	--build-arg DISTRO=debian-trixie \
	--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 M3UA_TESTTOOL_BRANCH=osmocom/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_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/osmo-stp-master:latest .
#0 building with "default" instance using docker driver

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

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

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

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

#5 [internal] load build context
#5 transferring context: 1.13kB done
#5 DONE 0.2s

#6 [5/7] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/LIBOSMO-SIGTRAN/+/MASTER?FORMAT=TEXT /tmp/commit-libosmo-sigtran
#6 DONE 0.2s

#7 [2/7] RUN	CASE "debian-trixie" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-netif-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 		;; 	esac
#7 ...

#6 [5/7] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/LIBOSMO-SIGTRAN/+/MASTER?FORMAT=TEXT /tmp/commit-libosmo-sigtran
#6 DONE 0.2s

#7 [2/7] RUN	CASE "debian-trixie" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-netif-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 		;; 	esac
#7 0.485 Hit:1 http://deb.debian.org/debian trixie InRelease
#7 0.485 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#7 0.489 Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
#7 0.640 Hit:4 https://downloads.osmocom.org/packages/osmocom:/misc/Debian_13 ./ InRelease
#7 0.640 Hit:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ InRelease
#7 0.677 Fetched 47.3 kB in 0s (224 kB/s)
#7 0.677 Reading package lists...
#7 1.033 Reading package lists...
#7 1.359 Building dependency tree...
#7 1.433 Reading state information...
#7 1.531 The following additional packages will be installed:
#7 1.531   libosmocodec4 libosmocoding0 libosmocore libosmocore22 libosmoctrl0
#7 1.531   libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 libosmousb0
#7 1.531   libosmovty13 osmocom-keyring osmocom-nightly
#7 1.543 The following NEW packages will be installed:
#7 1.543   libosmo-netif-dev libosmocodec4 libosmocoding0 libosmocore libosmocore-dev
#7 1.543   libosmocore22 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0
#7 1.544   libosmonetif11 libosmosim2 libosmousb0 libosmovty13 osmocom-keyring
#7 1.544   osmocom-nightly
#7 1.566 0 upgraded, 16 newly installed, 0 to remove and 11 not upgraded.
#7 1.566 Need to get 2156 kB of archives.
#7 1.566 After this operation, 7632 kB of additional disk space will be used.
#7 1.566 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ osmocom-keyring 1.1.1.8.7873.202602191800 [3200 B]
#7 1.567 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ osmocom-nightly 202602191800 [1192 B]
#7 1.567 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmocore22 1.13.0.202602191800 [180 kB]
#7 1.570 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmocodec4 1.13.0.202602191800 [55.5 kB]
#7 1.570 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmoisdn0 1.13.0.202602191800 [73.9 kB]
#7 1.571 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmogsm20 1.13.0.202602191800 [230 kB]
#7 1.574 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmocoding0 1.13.0.202602191800 [73.7 kB]
#7 1.574 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmovty13 1.13.0.202602191800 [108 kB]
#7 1.575 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmogb14 1.13.0.202602191800 [181 kB]
#7 1.577 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmoctrl0 1.13.0.202602191800 [63.1 kB]
#7 1.585 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmosim2 1.13.0.202602191800 [66.8 kB]
#7 1.585 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmousb0 1.13.0.202602191800 [53.7 kB]
#7 1.585 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmocore 1.13.0.202602191800 [46.9 kB]
#7 1.586 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmocore-dev 1.13.0.202602191800 [859 kB]
#7 1.594 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmonetif11 1.7.0.9.f562.202602191800 [70.5 kB]
#7 1.594 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_13 ./ libosmo-netif-dev 1.7.0.9.f562.202602191800 [89.1 kB]
#7 1.735 debconf: unable to initialize frontend: Dialog
#7 1.735 debconf: (TERM is not set, so the dialog frontend is not usable.)
#7 1.735 debconf: falling back to frontend: Readline
#7 1.738 debconf: unable to initialize frontend: Readline
#7 1.738 debconf: (This frontend requires a controlling tty.)
#7 1.738 debconf: falling back to frontend: Teletype
#7 1.740 debconf: unable to initialize frontend: Teletype
#7 1.740 debconf: (This frontend requires a controlling tty.)
#7 1.740 debconf: falling back to frontend: Noninteractive
#7 2.121 Fetched 2156 kB in 0s (47.3 MB/s)
#7 2.186 Selecting previously unselected package osmocom-keyring.
#7 2.186 (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 ... 131491 files and directories currently installed.)
#7 2.227 Preparing to unpack .../00-osmocom-keyring_1.1.1.8.7873.202602191800_amd64.deb ...
#7 2.247 Unpacking osmocom-keyring (1.1.1.8.7873.202602191800) ...
#7 2.367 Selecting previously unselected package osmocom-nightly.
#7 2.389 Preparing to unpack .../01-osmocom-nightly_202602191800_amd64.deb ...
#7 2.410 Unpacking osmocom-nightly (202602191800) ...
#7 2.582 Selecting previously unselected package libosmocore22:amd64.
#7 2.589 Preparing to unpack .../02-libosmocore22_1.13.0.202602191800_amd64.deb ...
#7 2.625 Unpacking libosmocore22:amd64 (1.13.0.202602191800) ...
#7 2.793 Selecting previously unselected package libosmocodec4:amd64.
#7 2.802 Preparing to unpack .../03-libosmocodec4_1.13.0.202602191800_amd64.deb ...
#7 2.820 Unpacking libosmocodec4:amd64 (1.13.0.202602191800) ...
#7 2.966 Selecting previously unselected package libosmoisdn0:amd64.
#7 2.976 Preparing to unpack .../04-libosmoisdn0_1.13.0.202602191800_amd64.deb ...
#7 2.993 Unpacking libosmoisdn0:amd64 (1.13.0.202602191800) ...
#7 3.139 Selecting previously unselected package libosmogsm20:amd64.
#7 3.148 Preparing to unpack .../05-libosmogsm20_1.13.0.202602191800_amd64.deb ...
#7 3.166 Unpacking libosmogsm20:amd64 (1.13.0.202602191800) ...
#7 3.273 Selecting previously unselected package libosmocoding0:amd64.
#7 3.278 Preparing to unpack .../06-libosmocoding0_1.13.0.202602191800_amd64.deb ...
#7 3.293 Unpacking libosmocoding0:amd64 (1.13.0.202602191800) ...
#7 3.406 Selecting previously unselected package libosmovty13:amd64.
#7 3.412 Preparing to unpack .../07-libosmovty13_1.13.0.202602191800_amd64.deb ...
#7 3.427 Unpacking libosmovty13:amd64 (1.13.0.202602191800) ...
#7 3.547 Selecting previously unselected package libosmogb14:amd64.
#7 3.552 Preparing to unpack .../08-libosmogb14_1.13.0.202602191800_amd64.deb ...
#7 3.567 Unpacking libosmogb14:amd64 (1.13.0.202602191800) ...
#7 3.672 Selecting previously unselected package libosmoctrl0:amd64.
#7 3.677 Preparing to unpack .../09-libosmoctrl0_1.13.0.202602191800_amd64.deb ...
#7 3.692 Unpacking libosmoctrl0:amd64 (1.13.0.202602191800) ...
#7 3.794 Selecting previously unselected package libosmosim2:amd64.
#7 3.799 Preparing to unpack .../10-libosmosim2_1.13.0.202602191800_amd64.deb ...
#7 3.814 Unpacking libosmosim2:amd64 (1.13.0.202602191800) ...
#7 3.917 Selecting previously unselected package libosmousb0:amd64.
#7 3.922 Preparing to unpack .../11-libosmousb0_1.13.0.202602191800_amd64.deb ...
#7 3.939 Unpacking libosmousb0:amd64 (1.13.0.202602191800) ...
#7 4.060 Selecting previously unselected package libosmocore.
#7 4.079 Preparing to unpack .../12-libosmocore_1.13.0.202602191800_amd64.deb ...
#7 4.099 Unpacking libosmocore (1.13.0.202602191800) ...
#7 4.239 Selecting previously unselected package libosmocore-dev:amd64.
#7 4.257 Preparing to unpack .../13-libosmocore-dev_1.13.0.202602191800_amd64.deb ...
#7 4.276 Unpacking libosmocore-dev:amd64 (1.13.0.202602191800) ...
#7 4.464 Selecting previously unselected package libosmonetif11:amd64.
#7 4.473 Preparing to unpack .../14-libosmonetif11_1.7.0.9.f562.202602191800_amd64.deb ...
#7 4.490 Unpacking libosmonetif11:amd64 (1.7.0.9.f562.202602191800) ...
#7 4.635 Selecting previously unselected package libosmo-netif-dev:amd64.
#7 4.644 Preparing to unpack .../15-libosmo-netif-dev_1.7.0.9.f562.202602191800_amd64.deb ...
#7 4.663 Unpacking libosmo-netif-dev:amd64 (1.7.0.9.f562.202602191800) ...
#7 4.845 Setting up osmocom-keyring (1.1.1.8.7873.202602191800) ...
#7 4.900 Setting up osmocom-nightly (202602191800) ...
#7 4.954 Setting up libosmocore22:amd64 (1.13.0.202602191800) ...
#7 5.003 Setting up libosmocodec4:amd64 (1.13.0.202602191800) ...
#7 5.050 Setting up libosmovty13:amd64 (1.13.0.202602191800) ...
#7 5.096 Setting up libosmoisdn0:amd64 (1.13.0.202602191800) ...
#7 5.163 Setting up libosmousb0:amd64 (1.13.0.202602191800) ...
#7 5.219 Setting up libosmogsm20:amd64 (1.13.0.202602191800) ...
#7 5.272 Setting up libosmoctrl0:amd64 (1.13.0.202602191800) ...
#7 5.328 Setting up libosmogb14:amd64 (1.13.0.202602191800) ...
#7 5.382 Setting up libosmonetif11:amd64 (1.7.0.9.f562.202602191800) ...
#7 5.436 Setting up libosmocoding0:amd64 (1.13.0.202602191800) ...
#7 5.491 Setting up libosmosim2:amd64 (1.13.0.202602191800) ...
#7 5.545 Setting up libosmocore (1.13.0.202602191800) ...
#7 5.599 Setting up libosmocore-dev:amd64 (1.13.0.202602191800) ...
#7 5.657 Setting up libosmo-netif-dev:amd64 (1.7.0.9.f562.202602191800) ...
#7 5.713 Processing triggers for libc-bin (2.41-12+deb13u1) ...
#7 DONE 6.0s

#8 [3/7] WORKDIR	/DATA
#8 DONE 0.2s

#9 [4/7] RUN	GIT clone https://gerrit.osmocom.org/libosmo-sigtran.git
#9 0.367 Cloning into 'libosmo-sigtran'...
#9 DONE 0.7s

#10 [5/7] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/LIBOSMO-SIGTRAN/+/MASTER?FORMAT=TEXT /tmp/commit-libosmo-sigtran
#10 DONE 0.1s

#11 [6/7] RUN	CD libosmo-sigtran && 	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 && 	autoreconf -fi && 	./configure && 	make "-j$(nproc)" install && 	install examples/.libs/sccp_demo_user /usr/local/bin/ && 	ldconfig
#11 0.370 Already on 'master'
#11 0.371 Your branch is up to date with 'origin/master'.
#11 0.372 refs/heads/master
#11 0.392 HEAD is now at 7580bff xua_asp_fsm: Validate remote ASP Id matching config in SG role
#11 0.392 master
#11 0.393 7580bff3f8ce07ca86e56c5936ed95bbfed7cd8c
#11 2.410 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
#11 2.410 libtoolize: copying file './ltmain.sh'
#11 2.834 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
#11 2.834 libtoolize: and rerunning libtoolize and aclocal.
#11 2.834 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
#11 3.570 configure.ac:45: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
#11 3.570 configure.ac:45: You should run autoupdate.
#11 3.570 ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
#11 3.570 configure.ac:45: the top level
#11 3.570 configure.ac:182: warning: The macro 'AC_HELP_STRING' is obsolete.
#11 3.570 configure.ac:182: You should run autoupdate.
#11 3.570 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 3.570 configure.ac:182: the top level
#11 3.570 configure.ac:199: warning: AC_OUTPUT should be used without arguments.
#11 3.570 configure.ac:199: You should run autoupdate.
#11 3.909 configure.ac:23: installing './compile'
#11 3.910 configure.ac:25: installing './config.guess'
#11 3.911 configure.ac:25: installing './config.sub'
#11 3.912 configure.ac:9: installing './install-sh'
#11 3.913 configure.ac:9: installing './missing'
#11 3.968 examples/Makefile.am: installing './depcomp'
#11 4.000 include/osmocom/sigtran/Makefile.am:2: warning: dir $@: non-POSIX variable name
#11 4.000 include/osmocom/sigtran/Makefile.am:2: (probably a GNU make extension)
#11 4.143 checking for a BSD-compatible install... /usr/bin/install -c
#11 4.147 checking whether sleep supports fractional seconds... yes
#11 4.149 checking filesystem timestamp resolution... 0.01
#11 4.219 checking whether build environment is sane... yes
#11 4.223 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 4.224 checking for gawk... gawk
#11 4.224 checking whether make sets $(MAKE)... yes
#11 4.230 checking whether make supports nested variables... yes
#11 4.233 checking xargs -n works... yes
#11 4.235 checking whether make sets $(MAKE)... (cached) yes
#11 4.236 checking for gcc... gcc
#11 4.250 checking whether the C compiler works... yes
#11 4.278 checking for C compiler default output file name... a.out
#11 4.279 checking for suffix of executables... 
#11 4.297 checking whether we are cross compiling... no
#11 4.325 checking for suffix of object files... o
#11 4.343 checking whether the compiler supports GNU C... yes
#11 4.368 checking whether gcc accepts -g... yes
#11 4.390 checking for gcc option to enable C11 features... none needed
#11 4.418 checking whether gcc understands -c and -o together... yes
#11 4.437 checking whether make supports the include directive... yes (GNU style)
#11 4.445 checking dependency style of gcc... gcc3
#11 4.521 checking build system type... x86_64-pc-linux-gnu
#11 4.623 checking host system type... x86_64-pc-linux-gnu
#11 4.624 checking how to print strings... printf
#11 4.629 checking for a sed that does not truncate output... /usr/bin/sed
#11 4.638 checking for grep that handles long lines and -e... /usr/bin/grep
#11 4.640 checking for egrep... /usr/bin/grep -E
#11 4.641 checking for fgrep... /usr/bin/grep -F
#11 4.642 checking for ld used by gcc... /usr/bin/ld
#11 4.644 checking if the linker (/usr/bin/ld) is GNU ld... yes
#11 4.645 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#11 4.646 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#11 4.656 checking whether ln -s works... yes
#11 4.656 checking the maximum length of command line arguments... 1572864
#11 4.659 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#11 4.659 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#11 4.659 checking for /usr/bin/ld option to reload object files... -r
#11 4.659 checking for file... file
#11 4.659 checking for objdump... objdump
#11 4.659 checking how to recognize dependent libraries... pass_all
#11 4.659 checking for dlltool... no
#11 4.659 checking how to associate runtime and link libraries... printf %s\n
#11 4.660 checking for ranlib... ranlib
#11 4.660 checking for ar... ar
#11 4.660 checking for archiver @FILE support... @
#11 4.673 checking for strip... strip
#11 4.673 checking command to parse /usr/bin/nm -B output from gcc object... ok
#11 4.705 checking for sysroot... no
#11 4.705 checking for a working dd... /usr/bin/dd
#11 4.707 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#11 4.724 checking for mt... no
#11 4.724 checking if : is a manifest tool... no
#11 4.728 checking for stdio.h... yes
#11 4.743 checking for stdlib.h... yes
#11 4.762 checking for string.h... yes
#11 4.778 checking for inttypes.h... yes
#11 4.794 checking for stdint.h... yes
#11 4.807 checking for strings.h... yes
#11 4.821 checking for sys/stat.h... yes
#11 4.836 checking for sys/types.h... yes
#11 4.852 checking for unistd.h... yes
#11 4.875 checking for dlfcn.h... yes
#11 4.906 checking for objdir... .libs
#11 4.978 checking if gcc supports -fno-rtti -fno-exceptions... no
#11 4.988 checking for gcc option to produce PIC... -fPIC -DPIC
#11 4.988 checking if gcc PIC flag -fPIC -DPIC works... yes
#11 4.997 checking if gcc static flag -static works... yes
#11 5.036 checking if gcc supports -c -o file.o... yes
#11 5.048 checking if gcc supports -c -o file.o... (cached) yes
#11 5.048 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#11 5.054 checking whether -lc should be explicitly linked in... no
#11 5.073 checking dynamic linker characteristics... GNU/Linux ld.so
#11 5.106 checking how to hardcode library paths into programs... immediate
#11 5.106 checking whether stripping libraries is possible... yes
#11 5.107 checking if libtool supports shared libraries... yes
#11 5.107 checking whether to build shared libraries... yes
#11 5.107 checking whether to build static libraries... yes
#11 5.108 checking for pkg-config... /usr/bin/pkg-config
#11 5.108 checking for pkg-config... /usr/bin/pkg-config
#11 5.108 checking pkg-config is at least version 0.20... yes
#11 5.109 checking for libosmocore >= 1.12.0... yes
#11 5.113 checking for libosmovty >= 1.12.0... yes
#11 5.117 checking for libosmogsm >= 1.12.0... yes
#11 5.121 checking for libosmo-netif >= 1.7.0... yes
#11 5.125 checking whether to enable tcap loadsharing... no
#11 5.125 checking for library containing sctp_recvmsg... -lsctp
#11 5.170 checking if gcc supports -fvisibility=hidden... yes
#11 5.184 checking for doxygen... /usr/bin/doxygen
#11 5.204 checking whether to enable VTY/CTRL tests... no
#11 5.204 CFLAGS=" -std=gnu11 -Wall"
#11 5.204 CPPFLAGS=" -Wall"
#11 5.245 checking that generated files are newer than configure... done
#11 5.245 configure: creating ./config.status
#11 5.553 config.status: creating libosmo-sigtran.pc
#11 5.558 config.status: creating include/osmocom/Makefile
#11 5.565 config.status: creating include/osmocom/sccp/Makefile
#11 5.572 config.status: creating include/osmocom/sigtran/Makefile
#11 5.579 config.status: creating include/Makefile
#11 5.588 config.status: creating src/Makefile
#11 5.595 config.status: creating tests/Makefile
#11 5.602 config.status: creating tests/m2ua/Makefile
#11 5.609 config.status: creating tests/xua/Makefile
#11 5.616 config.status: creating tests/ss7/Makefile
#11 5.626 config.status: creating tests/tcap/Makefile
#11 5.640 config.status: creating tests/vty/Makefile
#11 5.663 config.status: creating examples/Makefile
#11 5.696 config.status: creating stp/Makefile
#11 5.732 config.status: creating doc/Makefile
#11 5.769 config.status: creating doc/examples/Makefile
#11 5.805 config.status: creating doc/manuals/Makefile
#11 5.844 config.status: creating contrib/Makefile
#11 5.883 config.status: creating contrib/systemd/Makefile
#11 5.921 config.status: creating Doxyfile
#11 5.955 config.status: creating Makefile
#11 5.985 config.status: creating config.h
#11 6.016 config.status: executing tests/atconfig commands
#11 6.019 config.status: executing depfiles commands
#11 6.159 config.status: executing libtool commands
#11 6.226 echo 2.2.1.56-7580 > .version-t && mv .version-t .version
#11 6.228 make  install-recursive
#11 6.230 make[1]: Entering directory '/data/libosmo-sigtran'
#11 6.234 Making install in include
#11 6.236 make[2]: Entering directory '/data/libosmo-sigtran/include'
#11 6.241 Making install in osmocom
#11 6.244 make[3]: Entering directory '/data/libosmo-sigtran/include/osmocom'
#11 6.250 Making install in sccp
#11 6.253 make[4]: Entering directory '/data/libosmo-sigtran/include/osmocom/sccp'
#11 6.258 make[5]: Entering directory '/data/libosmo-sigtran/include/osmocom/sccp'
#11 6.258 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.260  /usr/bin/mkdir -p '/usr/local/include/osmocom/sccp'
#11 6.266  /usr/bin/install -c -m 644 sccp_types.h '/usr/local/include/osmocom/sccp'
#11 6.270 make[5]: Leaving directory '/data/libosmo-sigtran/include/osmocom/sccp'
#11 6.270 make[4]: Leaving directory '/data/libosmo-sigtran/include/osmocom/sccp'
#11 6.271 Making install in sigtran
#11 6.275 make[4]: Entering directory '/data/libosmo-sigtran/include/osmocom/sigtran'
#11 6.277   GEN      version.h
#11 6.282   GEN      version.h
#11 6.307 make[5]: Entering directory '/data/libosmo-sigtran/include/osmocom/sigtran'
#11 6.307 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.309  /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran'
#11 6.310  /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran/protocol'
#11 6.316  /usr/bin/install -c -m 644 mtp_sap.h osmo_ss7.h sccp_helpers.h sccp_sap.h sigtran_sap.h xua_msg.h version.h '/usr/local/include/osmocom/sigtran'
#11 6.317  /usr/bin/install -c -m 644 protocol/sua.h protocol/m2ua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/usr/local/include/osmocom/sigtran/protocol'
#11 6.321 make[5]: Leaving directory '/data/libosmo-sigtran/include/osmocom/sigtran'
#11 6.321 make[4]: Leaving directory '/data/libosmo-sigtran/include/osmocom/sigtran'
#11 6.324 make[4]: Entering directory '/data/libosmo-sigtran/include/osmocom'
#11 6.327 make[5]: Entering directory '/data/libosmo-sigtran/include/osmocom'
#11 6.327 make[5]: Nothing to be done for 'install-exec-am'.
#11 6.327 make[5]: Nothing to be done for 'install-data-am'.
#11 6.327 make[5]: Leaving directory '/data/libosmo-sigtran/include/osmocom'
#11 6.327 make[4]: Leaving directory '/data/libosmo-sigtran/include/osmocom'
#11 6.327 make[3]: Leaving directory '/data/libosmo-sigtran/include/osmocom'
#11 6.329 make[3]: Entering directory '/data/libosmo-sigtran/include'
#11 6.331 make[4]: Entering directory '/data/libosmo-sigtran/include'
#11 6.331 make[4]: Nothing to be done for 'install-exec-am'.
#11 6.331 make[4]: Nothing to be done for 'install-data-am'.
#11 6.331 make[4]: Leaving directory '/data/libosmo-sigtran/include'
#11 6.331 make[3]: Leaving directory '/data/libosmo-sigtran/include'
#11 6.331 make[2]: Leaving directory '/data/libosmo-sigtran/include'
#11 6.331 Making install in src
#11 6.333 make[2]: Entering directory '/data/libosmo-sigtran/src'
#11 6.334   CC       libxua_a-xua_msg.o
#11 6.334   CC       ipa.lo
#11 6.335   CC       m3ua.lo
#11 6.335   CC       mtp_sap.lo
#11 6.336   CC       mtp3_hmdc.lo
#11 6.337   CC       mtp3_hmdt.lo
#11 6.338   CC       mtp3_hmrt.lo
#11 6.340   CC       mtp3_rtpc.lo
#11 6.340   CC       sccp2sua.lo
#11 6.340   CC       sccp_connection.lo
#11 6.340   CC       sccp_helpers.lo
#11 6.342   CC       sccp_instance.lo
#11 6.343   CC       sccp_lbcs.lo
#11 6.343   CC       sccp_sap.lo
#11 6.343   CC       sccp_sclc.lo
#11 6.344   CC       sccp_scmg.lo
#11 6.348   CC       sccp_scrc.lo
#11 6.349   CC       sccp_scoc.lo
#11 6.350   CC       sccp_scoc_fsm.lo
#11 6.351   CC       sccp_types.lo
#11 6.432 sccp_scoc_fsm.c: In function 'scoc_fsm_active':
#11 6.433 sccp_scoc_fsm.c:360:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user'
#11 6.433   360 | #pragma message("TODO: internal disco: send N-DISCONNECT.ind to user")
#11 6.433       |         ^~~~~~~
#11 6.454   CC       sccp_user.lo
#11 6.494   CC       sccp_vty.lo
#11 6.525   CC       ss7_as.lo
#11 6.525   CC       ss7.lo
#11 6.525   CC       ss7_as_vty.lo
#11 6.527   CC       ss7_asp.lo
#11 6.532   CC       ss7_asp_vty.lo
#11 6.534   CC       ss7_asp_peer.lo
#11 6.534   CC       ss7_combined_linkset.lo
#11 6.542   CC       ss7_instance.lo
#11 6.545   CC       ss7_link.lo
#11 6.549   CC       ss7_linkset.lo
#11 6.556   CC       ss7_vty.lo
#11 6.558   CC       ss7_xua_srv.lo
#11 6.575   CC       ss7_xua_srv_vty.lo
#11 6.585   CC       ss7_route.lo
#11 6.600   CC       ss7_route_table.lo
#11 6.609   CC       ss7_user.lo
#11 6.615   CC       sua.lo
#11 6.625   CC       xua_asp_fsm.lo
#11 6.668   CC       xua_as_fsm.lo
#11 6.670   CC       xua_msg.lo
#11 6.670   CC       xua_default_lm_fsm.lo
#11 6.676   CC       xua_rkm.lo
#11 6.686   CC       xua_shared.lo
#11 6.693   CC       xua_snm.lo
#11 6.714   AR       libxua.a
#11 6.945   CCLD     libosmo-sigtran.la
#11 7.507 make[3]: Entering directory '/data/libosmo-sigtran/src'
#11 7.508 make[3]: Nothing to be done for 'install-data-am'.
#11 7.508  /usr/bin/mkdir -p '/usr/local/lib'
#11 7.508  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmo-sigtran.la '/usr/local/lib'
#11 7.536 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.12.0.1 /usr/local/lib/libosmo-sigtran.so.12.0.1
#11 7.542 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.12.0.1 libosmo-sigtran.so.12 || { rm -f libosmo-sigtran.so.12 && ln -s libosmo-sigtran.so.12.0.1 libosmo-sigtran.so.12; }; })
#11 7.550 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.12.0.1 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.12.0.1 libosmo-sigtran.so; }; })
#11 7.563 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /usr/local/lib/libosmo-sigtran.la
#11 7.576 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /usr/local/lib/libosmo-sigtran.a
#11 7.587 libtool: install: chmod 644 /usr/local/lib/libosmo-sigtran.a
#11 7.594 libtool: install: ranlib /usr/local/lib/libosmo-sigtran.a
#11 7.644 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
#11 7.645 ----------------------------------------------------------------------
#11 7.645 Libraries have been installed in:
#11 7.645    /usr/local/lib
#11 7.645 
#11 7.645 If you ever happen to want to link against installed libraries
#11 7.645 in a given directory, LIBDIR, you must either use libtool, and
#11 7.645 specify the full pathname of the library, or use the '-LLIBDIR'
#11 7.645 flag during linking and do at least one of the following:
#11 7.645    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
#11 7.645      during execution
#11 7.645    - add LIBDIR to the 'LD_RUN_PATH' environment variable
#11 7.645      during linking
#11 7.645    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
#11 7.645    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
#11 7.645 
#11 7.645 See any operating system documentation about shared libraries for
#11 7.645 more information, such as the ld(1) and ld.so(8) manual pages.
#11 7.645 ----------------------------------------------------------------------
#11 7.645 make[3]: Leaving directory '/data/libosmo-sigtran/src'
#11 7.646 make[2]: Leaving directory '/data/libosmo-sigtran/src'
#11 7.646 Making install in tests
#11 7.647 make[2]: Entering directory '/data/libosmo-sigtran/tests'
#11 7.649 Making install in xua
#11 7.650 make[3]: Entering directory '/data/libosmo-sigtran/tests/xua'
#11 7.652 make[4]: Entering directory '/data/libosmo-sigtran/tests/xua'
#11 7.652 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.652 make[4]: Nothing to be done for 'install-data-am'.
#11 7.652 make[4]: Leaving directory '/data/libosmo-sigtran/tests/xua'
#11 7.652 make[3]: Leaving directory '/data/libosmo-sigtran/tests/xua'
#11 7.652 Making install in m2ua
#11 7.653 make[3]: Entering directory '/data/libosmo-sigtran/tests/m2ua'
#11 7.655 make[4]: Entering directory '/data/libosmo-sigtran/tests/m2ua'
#11 7.655 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.655 make[4]: Nothing to be done for 'install-data-am'.
#11 7.655 make[4]: Leaving directory '/data/libosmo-sigtran/tests/m2ua'
#11 7.655 make[3]: Leaving directory '/data/libosmo-sigtran/tests/m2ua'
#11 7.655 Making install in ss7
#11 7.657 make[3]: Entering directory '/data/libosmo-sigtran/tests/ss7'
#11 7.660 make[4]: Entering directory '/data/libosmo-sigtran/tests/ss7'
#11 7.660 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.660 make[4]: Nothing to be done for 'install-data-am'.
#11 7.660 make[4]: Leaving directory '/data/libosmo-sigtran/tests/ss7'
#11 7.660 make[3]: Leaving directory '/data/libosmo-sigtran/tests/ss7'
#11 7.660 Making install in vty
#11 7.663 make[3]: Entering directory '/data/libosmo-sigtran/tests/vty'
#11 7.667 make[4]: Entering directory '/data/libosmo-sigtran/tests/vty'
#11 7.667 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.667 make[4]: Nothing to be done for 'install-data-am'.
#11 7.667 make[4]: Leaving directory '/data/libosmo-sigtran/tests/vty'
#11 7.668 make[3]: Leaving directory '/data/libosmo-sigtran/tests/vty'
#11 7.671 make[3]: Entering directory '/data/libosmo-sigtran/tests'
#11 7.676 make[4]: Entering directory '/data/libosmo-sigtran/tests'
#11 7.676 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.676 make[4]: Nothing to be done for 'install-data-am'.
#11 7.676 make[4]: Leaving directory '/data/libosmo-sigtran/tests'
#11 7.677 make[3]: Leaving directory '/data/libosmo-sigtran/tests'
#11 7.678 make[2]: Leaving directory '/data/libosmo-sigtran/tests'
#11 7.678 Making install in examples
#11 7.682 make[2]: Entering directory '/data/libosmo-sigtran/examples'
#11 7.684   CC       sccp_demo_user.o
#11 7.685   CC       sccp_test_server.o
#11 7.685   CC       sccp_test_vty.o
#11 7.729   CCLD     sccp_demo_user
#11 7.873 make[3]: Entering directory '/data/libosmo-sigtran/examples'
#11 7.873 make[3]: Nothing to be done for 'install-exec-am'.
#11 7.873 make[3]: Nothing to be done for 'install-data-am'.
#11 7.873 make[3]: Leaving directory '/data/libosmo-sigtran/examples'
#11 7.873 make[2]: Leaving directory '/data/libosmo-sigtran/examples'
#11 7.873 Making install in stp
#11 7.874 make[2]: Entering directory '/data/libosmo-sigtran/stp'
#11 7.874   CC       stp_main.o
#11 7.906   CCLD     osmo-stp
#11 8.145 make[3]: Entering directory '/data/libosmo-sigtran/stp'
#11 8.145 make[3]: Nothing to be done for 'install-data-am'.
#11 8.145  /usr/bin/mkdir -p '/usr/local/bin'
#11 8.147   /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-stp '/usr/local/bin'
#11 8.169 libtool: install: /usr/bin/install -c .libs/osmo-stp /usr/local/bin/osmo-stp
#11 8.173 make[3]: Leaving directory '/data/libosmo-sigtran/stp'
#11 8.173 make[2]: Leaving directory '/data/libosmo-sigtran/stp'
#11 8.173 Making install in doc
#11 8.175 make[2]: Entering directory '/data/libosmo-sigtran/doc'
#11 8.178 Making install in examples
#11 8.180 make[3]: Entering directory '/data/libosmo-sigtran/doc/examples'
#11 8.183 make[4]: Entering directory '/data/libosmo-sigtran/doc/examples'
#11 8.183 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.185  /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sigtran/examples/osmo-stp'
#11 8.185  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 8.189  /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/usr/local/share/doc/libosmo-sigtran/examples/osmo-stp'
#11 8.189  /usr/bin/install -c -m 644 osmo-stp.cfg '/usr/local/etc/osmocom'
#11 8.192 make[4]: Leaving directory '/data/libosmo-sigtran/doc/examples'
#11 8.192 make[3]: Leaving directory '/data/libosmo-sigtran/doc/examples'
#11 8.192 Making install in manuals
#11 8.194 make[3]: Entering directory '/data/libosmo-sigtran/doc/manuals'
#11 8.197 make[4]: Entering directory '/data/libosmo-sigtran/doc/manuals'
#11 8.197 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.197 make[4]: Nothing to be done for 'install-data-am'.
#11 8.197 make[4]: Leaving directory '/data/libosmo-sigtran/doc/manuals'
#11 8.197 make[3]: Leaving directory '/data/libosmo-sigtran/doc/manuals'
#11 8.199 make[3]: Entering directory '/data/libosmo-sigtran/doc'
#11 8.202 make[4]: Entering directory '/data/libosmo-sigtran/doc'
#11 8.202 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.202 make[4]: Nothing to be done for 'install-data-am'.
#11 8.202 make[4]: Leaving directory '/data/libosmo-sigtran/doc'
#11 8.202 make[3]: Leaving directory '/data/libosmo-sigtran/doc'
#11 8.203 make[2]: Leaving directory '/data/libosmo-sigtran/doc'
#11 8.203 Making install in contrib
#11 8.206 make[2]: Entering directory '/data/libosmo-sigtran/contrib'
#11 8.212 Making install in systemd
#11 8.215 make[3]: Entering directory '/data/libosmo-sigtran/contrib/systemd'
#11 8.220 make[4]: Entering directory '/data/libosmo-sigtran/contrib/systemd'
#11 8.220 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.225 make[4]: Leaving directory '/data/libosmo-sigtran/contrib/systemd'
#11 8.225 make[3]: Leaving directory '/data/libosmo-sigtran/contrib/systemd'
#11 8.229 make[3]: Entering directory '/data/libosmo-sigtran/contrib'
#11 8.234 make[4]: Entering directory '/data/libosmo-sigtran/contrib'
#11 8.234 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.234 make[4]: Nothing to be done for 'install-data-am'.
#11 8.234 make[4]: Leaving directory '/data/libosmo-sigtran/contrib'
#11 8.235 make[3]: Leaving directory '/data/libosmo-sigtran/contrib'
#11 8.235 make[2]: Leaving directory '/data/libosmo-sigtran/contrib'
#11 8.239 make[2]: Entering directory '/data/libosmo-sigtran'
#11 8.242 mkdir -p doc/sigtran
#11 8.246 /usr/bin/doxygen Doxyfile
#11 8.526 warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete.
#11 8.526          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.526 warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete.
#11 8.526          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.526 warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete.
#11 8.526          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.526 warning: Tag 'HTML_TIMESTAMP' at line 894 of file 'Doxyfile' has become obsolete.
#11 8.526          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.526 warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete.
#11 8.526          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'FORMULA_TRANSPARENT' at line 1114 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'DOT_FONTNAME' at line 1562 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.527 warning: Tag 'DOT_FONTSIZE' at line 1567 of file 'Doxyfile' has become obsolete.
#11 8.527          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.528 warning: Tag 'DOT_TRANSPARENT' at line 1697 of file 'Doxyfile' has become obsolete.
#11 8.528          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.528 warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
#11 8.528 Using the default: a4!
#11 8.569 Doxygen version used: 1.9.8
#11 8.569 Searching for include files...
#11 8.569 Searching for example files...
#11 8.569 Searching for images...
#11 8.569 Searching for dot files...
#11 8.569 Searching for msc files...
#11 8.569 Searching for dia files...
#11 8.569 Searching for files to exclude
#11 8.569 Searching INPUT for files to process...
#11 8.569 Searching for files in directory /data/libosmo-sigtran/include/osmocom/sigtran
#11 8.569 Searching for files in directory /data/libosmo-sigtran/include/osmocom/sigtran/protocol
#11 8.569 Searching for files in directory /data/libosmo-sigtran/src
#11 8.569 Reading and parsing tag files
#11 8.569 Parsing files
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/mtp_sap.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/protocol/m2ua.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/protocol/m3ua.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/protocol/mtp.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/protocol/sua.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/sccp_helpers.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/sccp_sap.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/sigtran_sap.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/version.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/version.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h...
#11 8.569 Parsing file /data/libosmo-sigtran/include/osmocom/sigtran/xua_msg.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/ipa.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/ipa.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/m3ua.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/m3ua.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmdc.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmdc.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmdc.h...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmdc.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmdt.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmdt.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmdt.h...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmdt.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmrt.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmrt.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_hmrt.h...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_hmrt.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_rtpc.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_rtpc.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp3_rtpc.h...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp3_rtpc.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/mtp_sap.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/mtp_sap.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/sccp2sua.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/sccp2sua.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/sccp_connection.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/sccp_connection.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/sccp_connection.h...
#11 8.569 Parsing file /data/libosmo-sigtran/src/sccp_connection.h...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/sccp_helpers.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/sccp_helpers.c...
#11 8.569 Preprocessing /data/libosmo-sigtran/src/sccp_instance.c...
#11 8.569 Parsing file /data/libosmo-sigtran/src/sccp_instance.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_instance.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_instance.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_internal.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_internal.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_lbcs.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_lbcs.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_sap.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_sap.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_sclc.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_sclc.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_scmg.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_scmg.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_scoc.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_scoc.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_scoc_fsm.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_scoc_fsm.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_scoc_fsm.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_scoc_fsm.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_scrc.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_scrc.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_types.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_types.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_user.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_user.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_user.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_user.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/sccp_vty.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/sccp_vty.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_as.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_as.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_as.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_as.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_as_vty.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_as_vty.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_asp.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_asp.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_asp.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_asp.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_asp_peer.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_asp_peer.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_asp_peer.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_asp_peer.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_asp_vty.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_asp_vty.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_combined_linkset.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_combined_linkset.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_combined_linkset.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_combined_linkset.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_instance.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_instance.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_instance.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_instance.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_internal.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_internal.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_link.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_link.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_link.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_link.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_linkset.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_linkset.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_linkset.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_linkset.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_route.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_route.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_route.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_route.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_route_table.c...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_route_table.c...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_route_table.h...
#11 8.591 Parsing file /data/libosmo-sigtran/src/ss7_route_table.h...
#11 8.591 Preprocessing /data/libosmo-sigtran/src/ss7_user.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_user.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_user.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_user.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_vty.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_vty.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_vty.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_vty.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_xua_srv.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_xua_srv.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_xua_srv.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_xua_srv.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/ss7_xua_srv_vty.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/ss7_xua_srv_vty.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/sua.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/sua.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_as_loadshare.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_as_loadshare.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_as_loadshare.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_as_loadshare.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_as_loadshare_vty.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_as_loadshare_vty.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_as_loadshare_vty.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_as_loadshare_vty.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_trans_tracking.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_trans_tracking.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/tcap_trans_tracking.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/tcap_trans_tracking.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_as_fsm.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_as_fsm.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_as_fsm.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_as_fsm.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_asp_fsm.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_asp_fsm.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_asp_fsm.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_asp_fsm.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_default_lm_fsm.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_default_lm_fsm.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_internal.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_internal.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_msg.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_msg.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_msg.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_msg.h...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_rkm.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_rkm.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_shared.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_shared.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_snm.c...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_snm.c...
#11 8.638 Preprocessing /data/libosmo-sigtran/src/xua_types.h...
#11 8.638 Parsing file /data/libosmo-sigtran/src/xua_types.h...
#11 8.638 Building macro definition list...
#11 8.638 Building group list...
#11 8.638 Building directory list...
#11 8.638 Building namespace list...
#11 8.638 Building file list...
#11 8.638 Building class list...
#11 8.638 Building concept list...
#11 8.638 Computing nesting relations for classes...
#11 8.638 Associating documentation with classes...
#11 8.638 Associating documentation with concepts...
#11 8.638 Associating documentation with modules...
#11 8.638 Building example list...
#11 8.638 Searching for enumerations...
#11 8.638 Searching for documented typedefs...
#11 8.638 Searching for members imported via using declarations...
#11 8.638 Searching for included using directives...
#11 8.638 Searching for documented variables...
#11 8.638 Building interface member list...
#11 8.638 Building member list...
#11 8.638 Searching for friends...
#11 8.638 Searching for documented defines...
#11 8.638 Computing class inheritance relations...
#11 8.638 Computing class usage relations...
#11 8.638 Flushing cached template relations that have become invalid...
#11 8.638 Computing class relations...
#11 8.638 Add enum values to enums...
#11 8.638 Searching for member function documentation...
#11 8.638 Creating members for template instances...
#11 8.638 Building page list...
#11 8.638 Search for main page...
#11 8.638 Computing page relations...
#11 8.638 Determining the scope of groups...
#11 8.638 Computing module relations...
#11 8.638 Sorting lists...
#11 8.638 Determining which enums ar/data/libosmo-sigtran/src/ss7_instance.h:56: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
#11 8.650 /data/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
#11 8.765 e documented
#11 8.765 Computing member relations...
#11 8.765 Building full member lists recursively...
#11 8.765 Adding members to member groups.
#11 8.765 Computing member references...
#11 8.765 Inheriting documentation...
#11 8.765 Generating disk names...
#11 8.765 Adding source references...
#11 8.765 Adding xrefitems...
#11 8.765 Sorting member lists...
#11 8.765 Setting anonymous enum type...
#11 8.765 Computing dependencies between directories...
#11 8.765 Generating citations page...
#11 8.765 Counting members...
#11 8.765 Counting data structures...
#11 8.765 Resolving user defined references...
#11 8.765 Finding anchors and sections in the documentation...
#11 8.765 Transferring function references...
#11 8.765 Combining using relations...
#11 8.765 Adding members to index pages...
#11 8.765 Correcting members for VHDL...
#11 8.765 Computing tooltip texts...
#11 8.765 Generating style sheet...
#11 8.765 Generating search indices...
#11 8.765 Generating example documentation...
#11 8.765 Generating file sources...
#11 8.765 Generating code for file include/osmocom/sigtran/mtp_sap.h...
#11 8.765 Generating code for file include/osmocom/sigtran/osmo_ss7.h...
#11 8.765 Generating code for file include/osmocom/sigtran/protocol/m2ua.h...
#11 8.765 Generating code for file include/osmocom/sigtran/protocol/m3ua.h...
#11 8.765 Generating code for file include/osmocom/sigtran/protocol/mtp.h...
#11 8.765 Generating code for file include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.765 Generating code for file include/osmocom/sigtran/protocol/sua.h...
#11 8.765 Generating code for file include/osmocom/sigtran/sccp_helpers.h...
#11 8.765 Generating code for file include/osmocom/sigtran/sccp_sap.h...
#11 8.765 Generating code for file include/osmocom/sigtran/sigtran_sap.h...
#11 8.765 Generating code for file include/osmocom/sigtran/version.h...
#11 8.765 Generating code for file include/osmocom/sigtran/xua_msg.h...
#11 8.765 Generating code for file src/xua_msg.h...
#11 8.765 Parsing code for file src/ipa.c...
#11 8.765 Parsing code for file src/m3ua.c...
#11 8.765 Parsing code for file src/mtp3_hmdc.c...
#11 8.765 Generating code for file src/mtp3_hmdc.h...
#11 8.765 Parsing code for file src/mtp3_hmdt.c...
#11 8.765 Generating code for file src/mtp3_hmdt.h...
#11 8.765 Parsing code for file src/mtp3_hmrt.c...
#11 8.765 Generating code for file src/mtp3_hmrt.h...
#11 8.765 Parsing code for file src/mtp3_rtpc.c...
#11 8.765 Generating code for file src/mtp3_rtpc.h...
#11 8.765 Parsing code for file src/mtp_sap.c...
#11 8.765 Parsing code for file src/sccp2sua.c...
#11 8.765 Parsing code for file src/sccp_connection.c...
#11 8.765 Generating code for file src/sccp_connection.h...
#11 8.765 Parsing code for file src/sccp_helpers.c...
#11 8.765 Parsing code for file src/sccp_instance.c...
#11 8.765 Generating code for file src/sccp_instance.h...
#11 8.765 Generating code for file src/sccp_internal.h...
#11 8.765 Parsing code for file src/sccp_lbcs.c...
#11 8.765 Parsing code for file src/sccp_sap.c...
#11 8.765 Parsing code for file src/sccp_sclc.c...
#11 8.765 Parsing code for file src/sccp_scmg.c...
#11 8.765 Parsing code for file src/sccp_scoc.c...
#11 8.765 Parsing code for file src/sccp_scoc_fsm.c...
#11 8.765 Generating code for file src/sccp_scoc_fsm.h...
#11 8.765 Parsing code for file src/sccp_scrc.c...
#11 8.765 Parsing code for file src/sccp_types.c...
#11 8.765 Parsing code for file src/sccp_user.c...
#11 8.765 Generating code for file src/sccp_user.h...
#11 8.765 Parsing code for file src/sccp_vty.c...
#11 8.765 Parsing code for file src/ss7.c...
#11 8.765 Parsing code for file src/ss7_as.c...
#11 8.765 Generating code for file src/ss7_as.h...
#11 8.765 Parsing code for file src/ss7_as_vty.c...
#11 8.765 Parsing code for file src/ss7_asp.c...
#11 8.765 Generating code for file src/ss7_asp.h...
#11 8.765 Parsing code for file src/ss7_asp_peer.c...
#11 8.765 Generating code for file src/ss7_asp_peer.h...
#11 8.765 Parsing code for file src/ss7_asp_vty.c...
#11 8.765 Parsing code for file src/ss7_combined_linkset.c...
#11 8.765 Generating code for file src/ss7_combined_linkset.h...
#11 8.765 Parsing code for file src/ss7_instance.c...
#11 8.765 Generating code for file src/ss7_instance.h...
#11 8.765 Generating code for file src/ss7_internal.h...
#11 8.765 Parsing code for file src/ss7_link.c...
#11 8.765 Generating code for file src/ss7_link.h...
#11 8.765 Parsing code for file src/ss7_linkset.c...
#11 8.765 Generating code for file src/ss7_linkset.h...
#11 8.765 Parsing code for file src/ss7_route.c...
#11 8.765 Generating code for file src/ss7_route.h...
#11 8.765 Parsing code for file src/ss7_route_table.c...
#11 8.765 Generating code for file src/ss7_route_table.h...
#11 8.765 Parsing code for file src/ss7_user.c...
#11 8.765 Generating code for file src/ss7_user.h...
#11 8.765 Parsing code for file src/ss7_vty.c...
#11 8.765 Generating code for file src/ss7_vty.h...
#11 8.765 Parsing code for file src/ss7_xua_srv.c...
#11 8.765 Generating code for /data/libosmo-sigtran/include/osmocom/sigtran/osmo_ss7.h:305: 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)
#11 8.802 /data/libosmo-sigtran/src/sccp_instance.c:954: 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)
#11 8.802 /data/libosmo-sigtran/src/sccp_instance.c:954: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
#11 8.802   parameter 'inst'
#11 8.802 /data/libosmo-sigtran/src/ss7_as.c:227: warning: unable to resolve reference to 'asp' for \ref command
#11 8.802 /data/libosmo-sigtran/src/ss7_as.c:228: warning: unable to resolve reference to 'as' for \ref command
#11 8.802 /data/libosmo-sigtran/src/ss7_as.c:328: warning: unable to resolve reference to 'asp' for \ref command
#11 8.802 /data/libosmo-sigtran/src/ss7_as.c:329: warning: unable to resolve reference to 'as' for \ref command
#11 8.803 /data/libosmo-sigtran/src/ss7_as.c:195: warning: unable to resolve reference to 'asp_protocol' for \ref command
#11 8.803 /data/libosmo-sigtran/src/ss7_as.c:371: warning: unable to resolve reference to 'asp' for \ref command
#11 8.803 /data/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'as' for \ref command
#11 8.803 /data/libosmo-sigtran/src/ss7_as.c:373: warning: unable to resolve reference to 'asp' for \ref command
#11 8.803 /data/libosmo-sigtran/src/ss7_as.c:373: warning: unable to resolve reference to 'as' for \ref command
#11 8.804 /data/libosmo-sigtran/src/ss7_instance.c:404: warning: unable to resolve reference to 'asp' for \ref command
#11 8.813 /data/libosmo-sigtran/src/ss7_instance.c:692: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
#11 8.813 /data/libosmo-sigtran/src/ss7_instance.c:692: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
#11 8.813   parameter 'inst'
#11 8.814 /data/libosmo-sigtran/src/ss7_instance.c:724: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
#11 8.814 /data/libosmo-sigtran/src/ss7_instance.c:724: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
#11 8.814   parameter 'inst'
#11 8.814 /data/libosmo-sigtran/src/ss7_instance.c:822: 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)
#11 8.814 /data/libosmo-sigtran/src/ss7_instance.c:822: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
#11 8.814   parameter 'addr'
#11 8.817 /data/libosmo-sigtran/src/xua_msg.c:480: warning: unable to resolve reference to 'maps' for \ref command
#11 8.817 /data/libosmo-sigtran/src/xua_msg.c:478: 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:
#11 8.817   parameter 'num_maps'
#11 8.820 /data/libosmo-sigtran/src/m3ua.c:790: warning: unable to resolve reference to 'msg' for \ref command
#11 8.820 /data/libosmo-sigtran/src/m3ua.c:1014: 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)
#11 8.820 /data/libosmo-sigtran/src/m3ua.c:1014: 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:
#11 8.820   parameter 'info_str'
#11 8.821 /data/libosmo-sigtran/src/m3ua.c:546: warning: unable to resolve reference to 'xua' for \ref command
#11 8.825 /data/libosmo-sigtran/src/mtp_sap.c:196: warning: argument 'prim' of command @param is not found in the argument list of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp)
#11 8.825 /data/libosmo-sigtran/src/mtp_sap.c:196: warning: The following parameter of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) is not documented:
#11 8.825   parameter 'omp'
#11 8.826 /data/libosmo-sigtran/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command
#11 8.826 /data/libosmo-sigtran/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
#11 8.826 /data/libosmo-sigtran/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
#11 8.826 /data/libosmo-sigtran/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command
#11 8.827 /data/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:
#11 8.827   parameter 'type'
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command
#11 8.827 /data/libosmo-sigtran/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command
#11 8.828 /data/libosmo-sigtran/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command
#11 8.829 /data/libosmo-sigtran/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command
#11 8.834 /data/libosmo-sigtran/src/sccp_instance.c:954: 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)
#11 8.834 /data/libosmo-sigtran/src/sccp_instance.c:954: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
#11 8.834   parameter 'inst'
#11 8.836 /data/libosmo-sigtran/src/sccp_sclc.c:172: 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)
#11 8.836 /data/libosmo-sigtran/src/sccp_sclc.c:172: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
#11 8.836   parameter 'oph'
#11 8.836 /data/libosmo-sigtran/src/sccp_sclc.c:149: 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)
#11 8.836 /data/libosmo-sigtran/src/sccp_sclc.c:149: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
#11 8.836   parameter 'oph'
#11 8.839 /data/libosmo-sigtran/src/sccp_sclc.c:172: 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)
#11 8.839 /data/libosmo-sigtran/src/sccp_sclc.c:172: warning: The following parameter of sccp_sclc_user_sap_down(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
#11 8.839   parameter 'oph'
#11 8.839 /data/libosmo-sigtran/src/sccp_sclc.c:149: 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)
#11 8.839 /data/libosmo-sigtran/src/sccp_sclc.c:149: warning: The following parameter of sccp_sclc_user_sap_down_nofree(struct osmo_sccp_user *scu, struct osmo_prim_hdr *oph) is not documented:
#11 8.839   parameter 'oph'
#11 8.848 /data/libosmo-sigtran/src/ss7_as.c:227: warning: unable to resolve reference to 'asp' for \ref command
#11 8.848 /data/libosmo-sigtran/src/ss7_as.c:228: warning: unable to resolve reference to 'as' for \ref command
#11 8.848 /data/libosmo-sigtran/src/ss7_as.c:328: warning: unable to resolve reference to 'asp' for \ref command
#11 8.848 /data/libosmo-sigtran/src/ss7_as.c:329: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:195: warning: unable to resolve reference to 'asp_protocol' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:371: warning: unable to resolve reference to 'asp' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:372: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:373: warning: unable to resolve reference to 'asp' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:373: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:203: warning: unable to resolve reference to 'asp' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:204: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:285: warning: unable to resolve reference to 'asp' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:286: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:289: warning: unable to resolve reference to 'as' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:382: warning: unable to resolve reference to 'asp' for \ref command
#11 8.849 /data/libosmo-sigtran/src/ss7_as.c:626: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct xua_msg *xua) is not documented:
#11 8.849   parameter 'xua'
#11 8.850 /data/libosmo-sigtran/src/ss7_as.c:203: warning: unable to resolve reference to 'asp' for \ref command
#11 8.850 /data/libosmo-sigtran/src/ss7_as.c:204: warning: unable to resolve reference to 'as' for \ref command
#11 8.851 /data/libosmo-sigtran/src/ss7_as.c:285: warning: unable to resolve reference to 'asp' for \ref command
#11 8.851 /data/libosmo-sigtran/src/ss7_as.c:286: warning: unable to resolve reference to 'as' for \ref command
#11 8.851 /data/libosmo-sigtran/src/ss7_as.c:289: warning: unable to resolve reference to 'as' for \ref command
#11 8.851 /data/libosmo-sigtran/src/ss7_as.c:382: warning: unable to resolve reference to 'asp' for \ref command
#11 8.851 /data/libosmo-sigtran/src/ss7_as.c:626: warning: The following parameter of ss7_as_select_asp(struct osmo_ss7_as *as, const struct xua_msg *xua) is not documented:
#11 8.851   parameter 'xua'
#11 8.855 /data/libosmo-sigtran/src/ss7_asp.c:629: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
#11 8.855   parameter 'trans_proto'
#11 8.863 /data/libosmo-sigtran/src/ss7_combined_linkset.c:54: warning: found documented return type for ss7_combined_linkset_insert that does not return anything
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:692: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:692: warning: The following parameter of osmo_sccp_addr_create(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
#11 8.865   parameter 'inst'
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:724: warning: argument 'int' of command @param is not found in the argument list of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr)
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:724: warning: The following parameter of osmo_sccp_addr_update(struct osmo_ss7_instance *inst, const char *name, const struct osmo_sccp_addr *dest_addr) is not documented:
#11 8.865   parameter 'inst'
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:822: 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)
#11 8.865 /data/libosmo-sigtran/src/ss7_instance.c:822: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
#11 8.865   parameter 'addr'
#11 8.866 /data/libosmo-sigtran/src/ss7_instance.c:404: warning: unable to resolve reference to 'asp' for \ref command
#11 8.868 /data/libosmo-sigtran/src/ss7_asp.c:629: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
#11 8.868   parameter 'trans_proto'
#11 8.874 file src/ss7_xua_srv.h...
#11 8.874 Parsing code for file src/ss7_xua_srv_vty.c...
#11 8.874 Parsing code for file src/sua.c...
#11 8.874 Parsing code for file src/tcap_as_loadshare.c...
#11 8.874 Generating code for file src/tcap_as_loadshare.h...
#11 8.874 Parsing code for file src/tcap_as_loadshare_vty.c...
#11 8.874 Generating code for file src/tcap_as_loadshare_vty.h...
#11 8.874 Parsing code for file src/tcap_trans_tracking.c...
#11 8.874 Generating code for file src/tcap_trans_tracking.h...
#11 8.874 Parsing code for file src/xua_as_fsm.c...
#11 8.874 Generating code for file src/xua_as_fsm.h...
#11 8.874 Parsing code for file src/xua_asp_fsm.c...
#11 8.874 Generating code for file src/xua_asp_fsm.h...
#11 8.874 Parsing code for file src/xua_default_lm_fsm.c...
#11 8.874 Generating code for file src/xua_internal.h...
#11 8.874 Parsing code for file src/xua_msg.c...
#11 8.874 Parsing code for file src/xua_rkm.c...
#11 8.874 Parsing code for file src/xua_shared.c...
#11 8.874 Parsing code for file src/xua_snm.c...
#11 8.874 Generating code for file src/xua_types.h...
#11 8.874 Generating file documentation...
#11 8.874 Generating docs for file include/osmocom/sigtran/mtp_sap.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/osmo_ss7.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/protocol/m2ua.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/protocol/m3ua.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/protocol/mtp.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/protocol/sua.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/sccp_helpers.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/sccp_sap.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/sigtran_sap.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/version.h...
#11 8.874 Generating docs for file include/osmocom/sigtran/xua_msg.h...
#11 8.874 Generating docs for file src/xua_msg.h...
#11 8.874 Generating docs for file src/ipa.c...
#11 8.874 Generating docs for file src/m3ua.c...
#11 8.874 Generating docs for file src/mtp3_hmdc.c...
#11 8.874 Generating docs for file src/mtp3_hmdc.h...
#11 8.874 Generating docs for file src/mtp3_hmdt.c...
#11 8.874 Generating docs for file src/mtp3_hmdt.h...
#11 8.874 Generating docs for file src/mtp3_hmrt.c...
#11 8.874 Generating docs for file src/mtp3_hmrt.h...
#11 8.874 Generating docs for file src/mtp3_rtpc.c...
#11 8.874 Generating docs for file src/mtp3_rtpc.h...
#11 8.874 Generating docs for file src/mtp_sap.c...
#11 8.874 Generating docs for file src/sccp2sua.c...
#11 8.874 Generating docs for file src/sccp_connection.c...
#11 8.874 Generating docs for file src/sccp_connection.h...
#11 8.874 Generating docs for file src/sccp_helpers.c...
#11 8.874 Generating docs for file src/sccp_instance.c...
#11 8.874 Generating docs for file src/sccp_instance.h...
#11 8.874 Generating docs for file src/sccp_internal.h...
#11 8.874 Generating docs for file src/sccp_lbcs.c...
#11 8.874 Generating docs for file src/sccp_sap.c...
#11 8.874 Generating docs for file src/sccp_sclc.c...
#11 8.874 Generating docs for file src/sccp_scmg.c...
#11 8.874 Generating docs for file src/sccp_scoc.c...
#11 8.874 Generating docs for file src/sccp_scoc_fsm.c...
#11 8.874 Generating docs for file src/sccp_scoc_fsm.h...
#11 8.874 Generating docs for file src/sccp_scrc.c...
#11 8.874 Generating docs for file src/sccp_types.c...
#11 8.874 Generating docs for file src/sccp_user.c...
#11 8.874 Generating docs for file src/sccp_user.h...
#11 8.874 Generating docs for file src/sccp_vty.c...
#11 8.874 Generating docs for file src/ss7.c...
#11 8.874 Generating docs for file src/ss7_as.c...
#11 8.874 Generating docs for file src/ss7_as.h...
#11 8.874 Generating docs for file src/ss7_as_vty.c...
#11 8.874 Generating docs for file src/ss7_asp.c...
#11 8.874 Generating docs for file src/ss7_asp.h...
#11 8.874 Generating docs for file src/ss7_asp_peer.c...
#11 8.874 Generating docs for file src/ss7_asp_peer.h...
#11 8.874 Generating docs for file src/ss7_asp_vty.c...
#11 8.874 Generating docs for file src/ss7_combined_linkset.c...
#11 8.874 Generating docs for file src/ss7_combined_linkset.h...
#11 8.874 Generating docs for file src/ss7_instance.c...
#11 8.874 Generating docs for file src/ss7_instance.h...
#11 8.874 Generating docs for file src/ss7_internal.h...
#11 8.874 Generating docs for file src/ss7_link.c...
#11 8.874 Generating docs for file src/ss7_link.h...
#11 8.874 Generating docs for file src/ss7_linkset.c...
#11 8.874 Generating docs for file src/ss7_linkset.h...
#11 8.874 Generating docs for file src/ss7_route.c...
#11 8.874 Generating docs for file src/ss7_route.h...
#11 8.874 Generating docs for file src/ss7_route_table.c...
#11 8.874 Generating docs for file src/ss7_route/data/libosmo-sigtran/src/mtp_sap.c:196: warning: argument 'prim' of command @param is not found in the argument list of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp)
#11 8.876 /data/libosmo-sigtran/src/mtp_sap.c:196: warning: The following parameter of ss7_user_mtp_sap_prim_up(const struct osmo_ss7_user *osu, struct osmo_mtp_prim *omp) is not documented:
#11 8.876   parameter 'omp'
#11 8.881 /data/libosmo-sigtran/src/ss7_xua_srv.c:282: 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)
#11 8.881 /data/libosmo-sigtran/src/ss7_xua_srv.c:282: 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:
#11 8.881   parameter 'inst'
#11 8.882 /data/libosmo-sigtran/src/ss7_xua_srv.c:282: 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)
#11 8.882 /data/libosmo-sigtran/src/ss7_xua_srv.c:282: 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:
#11 8.882   parameter 'inst'
#11 8.885 /data/libosmo-sigtran/src/sua.c:553: warning: unable to resolve reference to 'xua' for \ref command
#11 8.885 /data/libosmo-sigtran/src/sua.c:731: warning: unable to resolve reference to 'msg' for \ref command
#11 8.886 /data/libosmo-sigtran/src/sua.c:982: 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)
#11 8.886 /data/libosmo-sigtran/src/sua.c:982: 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:
#11 8.886   parameter 'info_str'
#11 8.886 /data/libosmo-sigtran/src/sua.c:356: warning: unable to resolve reference to 'xua' for \ref command
#11 8.888 /data/libosmo-sigtran/src/tcap_as_loadshare.c:430: warning: argument 'opc' of command @param is not found in the argument list of asp_loadshare_tcap_sccp(struct osmo_ss7_asp **rasp, struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp, struct msgb *sccp_msg)
#11 8.888 /data/libosmo-sigtran/src/tcap_as_loadshare.c:430: warning: argument 'dpc' of command @param is not found in the argument list of asp_loadshare_tcap_sccp(struct osmo_ss7_asp **rasp, struct osmo_ss7_as *as, const struct osmo_mtp_transfer_param *mtp, struct msgb *sccp_msg)
#11 8.889 /data/libosmo-sigtran/src/tcap_as_loadshare.c:269: warning: unable to resolve reference to 'sccp_msg' for \ref command
#11 8.890 /data/libosmo-sigtran/src/tcap_as_loadshare.c:269: warning: unable to resolve reference to 'sccp_msg' for \ref command
#11 8.901 /data/libosmo-sigtran/src/m3ua.c:790: warning: unable to resolve reference to 'msg' for \ref command
#11 8.902 /data/libosmo-sigtran/src/m3ua.c:1014: 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)
#11 8.902 /data/libosmo-sigtran/src/m3ua.c:1014: 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:
#11 8.902   parameter 'info_str'
#11 8.902 /data/libosmo-sigtran/src/m3ua.c:546: warning: unable to resolve reference to 'xua' for \ref command
#11 8.902 /data/libosmo-sigtran/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
#11 8.902 /data/libosmo-sigtran/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
#11 8.902 /data/libosmo-sigtran/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
#11 8.903 /data/libosmo-sigtran/src/sua.c:553: warning: unable to resolve reference to 'xua' for \ref command
#11 8.903 /data/libosmo-sigtran/src/sua.c:731: warning: unable to resolve reference to 'msg' for \ref command
#11 8.903 /data/libosmo-sigtran/src/sua.c:982: 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)
#11 8.903 /data/libosmo-sigtran/src/sua.c:982: 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:
#11 8.903   parameter 'info_str'
#11 8.904 /data/libosmo-sigtran/src/sua.c:356: warning: unable to resolve reference to 'xua' for \ref command
#11 8.906 /data/libosmo-sigtran/src/xua_msg.c:480: warning: unable to resolve reference to 'maps' for \ref command
#11 8.906 /data/libosmo-sigtran/src/xua_msg.c:478: 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:
#11 8.906   parameter 'num_maps'
#11 8.924 /data/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
#11 8.924 /data/libosmo-sigtran/src/ss7_route_table.h:26: warning: unable to resolve reference to 'osmo_ss7_combined_linksets' for \ref command
#11 8.929 _table.h...
#11 8.929 Generating docs for file src/ss7_user.c...
#11 8.929 Generating docs for file src/ss7_user.h...
#11 8.929 Generating docs for file src/ss7_vty.c...
#11 8.929 Generating docs for file src/ss7_vty.h...
#11 8.929 Generating docs for file src/ss7_xua_srv.c...
#11 8.929 Generating docs for file src/ss7_xua_srv.h...
#11 8.929 Generating docs for file src/ss7_xua_srv_vty.c...
#11 8.929 Generating docs for file src/sua.c...
#11 8.929 Generating docs for file src/tcap_as_loadshare.c...
#11 8.929 Generating docs for file src/tcap_as_loadshare.h...
#11 8.929 Generating docs for file src/tcap_as_loadshare_vty.c...
#11 8.929 Generating docs for file src/tcap_as_loadshare_vty.h...
#11 8.929 Generating docs for file src/tcap_trans_tracking.c...
#11 8.929 Generating docs for file src/tcap_trans_tracking.h...
#11 8.929 Generating docs for file src/xua_as_fsm.c...
#11 8.929 Generating docs for file src/xua_as_fsm.h...
#11 8.929 Generating docs for file src/xua_asp_fsm.c...
#11 8.929 Generating docs for file src/xua_asp_fsm.h...
#11 8.929 Generating docs for file src/xua_default_lm_fsm.c...
#11 8.929 Generating docs for file src/xua_internal.h...
#11 8.929 Generating docs for file src/xua_msg.c...
#11 8.929 Generating docs for file src/xua_rkm.c...
#11 8.929 Generating docs for file src/xua_shared.c...
#11 8.929 Generating docs for file src/xua_snm.c...
#11 8.929 Generating docs for file src/xua_types.h...
#11 8.929 Generating page documentation...
#11 8.929 Generating group documentation...
#11 8.929 Generating class documentation...
#11 8.929 Generating docs for compound ipa_asp_fsm_priv...
#11 8.929 Generating docs for compound ipa_tcap_routing_add_range...
#11 8.929 Generating docs for compound ipa_tcap_routing_hdr...
#11 8.929 Generating docs for compound ipa_tcap_routing_nack...
#11 8.929 Generating docs for compound m3ua_data_hdr...
#11 8.929 Generating docs for compound osmo_mtp_pause_param...
#11 8.929 Generating docs for compound osmo_mtp_prim...
#11 8.929 Generating docs for compound osmo_mtp_resume_param...
#11 8.929 Generating docs for compound osmo_mtp_status_param...
#11 8.929 Generating docs for compound osmo_mtp_transfer_param...
#11 8.929 Generating docs for compound osmo_sccp_addr...
#11 8.929 Generating docs for compound osmo_sccp_addr_entry...
#11 8.929 Generating docs for compound osmo_sccp_gt...
#11 8.929 Generating docs for compound osmo_sccp_instance...
#11 8.929 Generating docs for compound osmo_sccp_user...
#11 8.929 Generating docs for compound osmo_scu_connect_param...
#11 8.929 Generating docs for compound osmo_scu_data_param...
#11 8.929 Generating docs for compound osmo_scu_disconn_param...
#11 8.929 Generating docs for compound osmo_scu_notice_param...
#11 8.929 Generating docs for compound osmo_scu_pcstate_param...
#11 8.929 Generating docs for compound osmo_scu_prim...
#11 8.929 Generating docs for compound osmo_scu_reset_param...
#11 8.929 Generating docs for compound osmo_scu_state_param...
#11 8.929 Generating docs for compound osmo_scu_unitdata_param...
#11 8.929 Generating docs for compound osmo_ss7_as...
#11 8.929 Generating docs for compound osmo_ss7_as_esls_entry...
#11 8.929 Generating docs for compound osmo_ss7_asp...
#11 8.929 Generating docs for compound osmo_ss7_asp_peer...
#11 8.929 Generating docs for compound osmo_ss7_combined_linkset...
#11 8.929 Generating docs for compound osmo_ss7_esls_entry...
#11 8.929 Generating docs for compound osmo_ss7_instance...
#11 8.929 Generating docs for compound osmo_ss7_link...
#11 8.929 Generating docs for compound osmo_ss7_linkset...
#11 8.929 Generating docs for compound osmo_ss7_pc_fmt...
#11 8.929 Generating docs for compound osmo_ss7_route...
#11 8.929 Generating docs for compound osmo_ss7_route_label...
#11 8.929 Generating docs for compound osmo_ss7_route_table...
#11 8.929 Generating docs for compound osmo_ss7_routing_key...
#11 8.929 Generating docs for compound osmo_ss7_user...
#11 8.929 Generating docs for compound osmo_xlm_prim...
#11 8.929 Generating docs for compound osmo_xlm_prim_error...
#11 8.929 Generating docs for compound osmo_xlm_prim_notify...
#11 8.929 Generating docs for compound osmo_xlm_prim_rk_dereg...
#11 8.929 Generating docs for compound osmo_xlm_prim_rk_reg...
#11 8.929 Generating docs for compound osmo_xua_layer_manager...
#11 8.929 Generating docs for compound osmo_xua_server...
#11 8.929 Generating docs for compound sccp_connection...
#11 8.929 Generating docs for compound sccp_pending_rout_fail...
#11 8.929 Generating docs for compound sccp_scmg_msg...
#11 8.929 Generating docs for compound ss7_as_asp_assoc...
#11 8.929 Generating docs for compound t8_inaccessible_sp_entry...
#11 8.929 Generating docs for compound tcap_parsed...
#11 8.929 Generating docs for compound tcap_range...
#11 8.929 Generating docs for compound tcap_trans_track_entry...
#11 8.929 Generating docs for compound tcap_trans_track_tid_entry...
#11 8.960 Generating docs for compound xua_as_event_asp_inactive_ind_pars...
#11 8.960 Generating docs for compound xua_as_fsm_priv...
#11 8.960 Generating docs for compound xua_asp_fsm_priv...
#11 8.960 Generating docs for compound xua_common_hdr...
#11 8.960 Generating docs for compound xua_dialect...
#11 8.960 Generating docs for compound xua_layer_manager_default_priv...
#11 8.960 Generating docs for compound xua_msg...
#11 8.960 Generating docs for compound xua_msg_class...
#11 8.960 Generating docs for compound xua_msg_event_map...
#11 8.960 Generating docs for compound xua_msg_part...
#11 8.960 Generating docs for compound xua_parameter_hdr...
#11 8.960 Generating concept documentation...
#11 8.960 Generating module documentation...
#11 8.960 Generating namespace documentation...
#11 8.960 Generating graph info page...
#11 8.960 Generating directory documentation...
#11 8.960 Generating index page...
#11 8.960 Generating page index...
#11 8.960 Generating topic index...
#11 8.960 Generating module index...
#11 8.960 Generating module member index...
#11 8.960 Generating namespace index...
#11 8.960 Generating namespace member index...
#11 8.960 Generating concept index...
#11 8.960 Generating annotated compound index...
#11 8.960 Generating alphabetical compound index...
#11 8.960 Generating hierarchical class index...
#11 8.960 Generating member index...
#11 8.960 Generating file index...
#11 8.960 Generating file member index...
#11 8.960 Generating example index...
#11 8.960 finalizing index lists...
#11 8.960 writing tag file...
#11 8.960 Running plantuml with JAVA...
#11 8.960 type lookup cache used 4868/65536 hits=78700 misses=5044
#11 8.960 symbol lookup cache used 13204/65536 hits=95829 misses=13204
#11 8.960 finished...
#11 8.966 cd ./doc && tar cf html.tar */html
#11 8.979 make[3]: Entering directory '/data/libosmo-sigtran'
#11 8.979 make[3]: Nothing to be done for 'install-exec-am'.
#11 8.979  /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sigtran'
#11 8.980  /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
#11 8.980  /usr/bin/install -c -m 644 ./doc/html.tar '/usr/local/share/doc/libosmo-sigtran'
#11 8.981  /usr/bin/install -c -m 644 libosmo-sigtran.pc '/usr/local/lib/pkgconfig'
#11 8.987 make  install-data-hook
#11 8.988 make[4]: Entering directory '/data/libosmo-sigtran'
#11 8.988 cd /usr/local/share/doc/libosmo-sigtran && tar xf html.tar && rm -f html.tar
#11 9.008 make[4]: Leaving directory '/data/libosmo-sigtran'
#11 9.008 make[3]: Leaving directory '/data/libosmo-sigtran'
#11 9.008 make[2]: Leaving directory '/data/libosmo-sigtran'
#11 9.009 make[1]: Leaving directory '/data/libosmo-sigtran'
#11 DONE 9.3s

#12 [7/7] COPY	OSMO-STP.CFG /data/
#12 DONE 0.3s

#13 exporting to image
#13 exporting layers
#13 exporting layers 0.6s done
#13 writing image sha256:b3ecec3fca525271aac527918f917278431da5a80984ca31c9fa39a90423ff85 0.0s done
#13 naming to docker.io/osmocom-build/osmo-stp-master:latest 0.0s done
#13 DONE 0.8s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/$DISTRO-build results in empty or invalid base image name (line 3)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/osmo-stp-master'
+ docker_image_exists osmo-stp-master
+ docker images -q osmocom-build/osmo-stp-master
+ test -n b3ecec3fca52
+ list_osmo_packages debian-trixie osmo-stp-master
+ local distro=debian-trixie
+ local image=osmo-stp-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-stp-master -c
+ [ -n  ]
+ set +x

### Installed Osmocom packages in: osmo-stp-master ###

ii  libosmo-netif-dev:amd64                1.7.0.9.f562.202602191800              amd64        Development headers for Osmocom network interface
ii  libosmocodec4:amd64                    1.13.0.202602191800                    amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.13.0.202602191800                    amd64        Osmo coding library
ii  libosmocore                            1.13.0.202602191800                    amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.13.0.202602191800                    amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore22:amd64                    1.13.0.202602191800                    amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.13.0.202602191800                    amd64        Osmo control library
ii  libosmogb14:amd64                      1.13.0.202602191800                    amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.13.0.202602191800                    amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.13.0.202602191800                    amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.7.0.9.f562.202602191800              amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.13.0.202602191800                    amd64        Osmo SIM library
ii  libosmousb0:amd64                      1.13.0.202602191800                    amd64        Osmo USB library
ii  libosmovty13:amd64                     1.13.0.202602191800                    amd64        Osmo VTY library
ii  osmocom-keyring                        1.1.1.8.7873.202602191800              amd64        Pubkey for Osmocom repositories at obs.osmocom.org
ii  osmocom-nightly                        202602191800                           amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master', 'osmocom-nightly']
ii  sdcc                                   4.2.0~osmocom3.113.9edd                amd64        Small Device C Compiler
ii  sdcc-libraries                         4.2.0~osmocom3.113.9edd                all          Small Device C Compiler (libraries)

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker pull registry.osmocom.org/osmocom-build/debian-bookworm-titan
Using default tag: latest
latest: Pulling from osmocom-build/debian-bookworm-titan
Digest: sha256:74e91c03b9c372e74932ee0980a742bc04c21362ae5c3027ad514fa9f14ddc01
Status: Image is up to date for registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
+ continue
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends sigtran-tests
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name sigtran-tests
+ echo debian-trixie
+ distro_arg=debian-trixie
+ [ -z  ]
+ docker_upstream_distro_from_image_name sigtran-tests
+ echo debian:trixie
+ upstream_distro_arg=debian:trixie
+ docker_dir_from_image_name sigtran-tests
+ echo sigtran-tests
+ dir=sigtran-tests
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../sigtran-tests/Dockerfile
+ from_line=FROM	$USER/debian-buster-build
+ echo FROM	$USER/debian-buster-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: sigtran-tests (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../sigtran-tests BUILD_ARGS= UPSTREAM_DISTRO=debian:trixie DISTRO=debian-trixie IMAGE=osmocom-build/sigtran-tests OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/sigtran-tests'
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/nplab-sua-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:trixie \
	--build-arg DISTRO=debian-trixie \
	--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 M3UA_TESTTOOL_BRANCH=osmocom/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_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/sigtran-tests:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 545B done
#1 DONE 0.1s

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

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

#4 [1/4] FROM docker.io/osmocom-build/debian-buster-build:latest
#4 DONE 0.1s

#5 [2/4] RUN	APT-GET update && apt-get -y install				guile-2.0 guile-2.0-dev gnulib tcsh 		python3 python3-pip
#5 0.626 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1585 B]
#5 0.647 Hit:2 http://archive.debian.org/debian buster InRelease
#5 0.652 Hit:3 http://archive.debian.org/debian-security buster/updates InRelease
#5 0.657 Hit:4 http://archive.debian.org/debian buster-updates InRelease
#5 0.735 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [6536 B]
#5 1.467 Fetched 8121 B in 1s (9249 B/s)
#5 1.467 Reading package lists...
#5 1.916 Reading package lists...
#5 2.218 Building dependency tree...
#5 2.271 Reading state information...
#5 2.321 python3 is already the newest version (3.7.3-1).
#5 2.321 python3 set to manually installed.
#5 2.321 The following additional packages will be installed:
#5 2.321   dbus dh-python gir1.2-glib-2.0 gperf libapparmor1 libexpat1-dev libgc-dev
#5 2.321   libgirepository-1.0-1 libltdl-dev libpython3-dev libpython3.7
#5 2.321   libpython3.7-dev libtext-unidecode-perl libxml-libxml-perl
#5 2.321   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
#5 2.321   libxml-sax-expat-perl libxml-sax-perl python-pip-whl python3-asn1crypto
#5 2.321   python3-cffi-backend python3-crypto python3-cryptography python3-dbus
#5 2.321   python3-dev python3-entrypoints python3-gi python3-keyring
#5 2.321   python3-keyrings.alt python3-secretstorage python3-setuptools python3-wheel
#5 2.321   python3-xdg python3.7-dev tex-common texinfo ucf
#5 2.322 Suggested packages:
#5 2.322   default-dbus-session-bus | dbus-session-bus clisp guile-2.0-doc libtool-doc
#5 2.322   libxml-sax-expatxs-perl python-crypto-doc python-cryptography-doc
#5 2.322   python3-cryptography-vectors python-dbus-doc python3-dbus-dbg gnome-keyring
#5 2.322   libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-secretstorage-doc
#5 2.322   python-setuptools-doc texlive-base texlive-latex-base
#5 2.322   texlive-generic-recommended texinfo-doc-nonfree texlive-fonts-recommended
#5 2.467 The following NEW packages will be installed:
#5 2.467   dbus dh-python gir1.2-glib-2.0 gnulib gperf guile-2.0 guile-2.0-dev
#5 2.467   libapparmor1 libexpat1-dev libgc-dev libgirepository-1.0-1 libltdl-dev
#5 2.467   libpython3-dev libpython3.7 libpython3.7-dev libtext-unidecode-perl
#5 2.467   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
#5 2.467   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl python-pip-whl
#5 2.467   python3-asn1crypto python3-cffi-backend python3-crypto python3-cryptography
#5 2.467   python3-dbus python3-dev python3-entrypoints python3-gi python3-keyring
#5 2.467   python3-keyrings.alt python3-pip python3-secretstorage python3-setuptools
#5 2.467   python3-wheel python3-xdg python3.7-dev tcsh tex-common texinfo ucf
#5 2.485 0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded.
#5 2.485 Need to get 63.0 MB of archives.
#5 2.485 After this operation, 161 MB of additional disk space will be used.
#5 2.485 Get:1 http://archive.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
#5 2.496 Get:2 http://archive.debian.org/debian buster/main amd64 tex-common all 6.11 [53.1 kB]
#5 2.499 Get:3 http://archive.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
#5 2.502 Get:4 http://archive.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.28-0+deb10u1 [240 kB]
#5 2.507 Get:5 http://archive.debian.org/debian buster/main amd64 dh-python all 3.20190308 [99.3 kB]
#5 2.508 Get:6 http://archive.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
#5 2.509 Get:7 http://archive.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
#5 2.511 Get:8 http://archive.debian.org/debian buster/main amd64 gperf amd64 3.1-1 [147 kB]
#5 2.513 Get:9 http://archive.debian.org/debian buster/main amd64 libtext-unidecode-perl all 1.30-1 [103 kB]
#5 2.514 Get:10 http://archive.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
#5 2.514 Get:11 http://archive.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
#5 2.514 Get:12 http://archive.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
#5 2.515 Get:13 http://archive.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
#5 2.519 Get:14 http://archive.debian.org/debian buster/main amd64 texinfo amd64 6.5.0.dfsg.1-4+b1 [1431 kB]
#5 2.592 Get:15 http://archive.debian.org/debian buster/main amd64 gnulib all 20140202+stable-4 [4408 kB]
#5 3.223 Get:16 http://archive.debian.org/debian buster/main amd64 guile-2.0 amd64 2.0.13+1-5.1 [18.1 kB]
#5 3.224 Get:17 http://archive.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
#5 3.225 Get:18 http://archive.debian.org/debian buster/main amd64 libgc-dev amd64 1:7.6.4-0.4 [373 kB]
#5 3.586 Get:19 http://archive.debian.org/debian buster/main amd64 guile-2.0-dev amd64 2.0.13+1-5.1 [699 kB]
#5 3.593 Get:20 http://archive.debian.org/debian-security buster/updates/main amd64 libexpat1-dev amd64 2.2.6-2+deb10u7 [156 kB]
#5 3.596 Get:21 http://archive.debian.org/debian-security buster/updates/main amd64 libpython3.7 amd64 3.7.3-2+deb10u7 [1499 kB]
#5 3.606 Get:22 http://archive.debian.org/debian-security buster/updates/main amd64 libpython3.7-dev amd64 3.7.3-2+deb10u7 [48.4 MB]
#5 4.031 Get:23 http://archive.debian.org/debian buster/main amd64 libpython3-dev amd64 3.7.3-1 [20.1 kB]
#5 4.031 Get:24 http://archive.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
#5 4.032 Get:25 http://archive.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
#5 4.032 Get:26 http://archive.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
#5 4.039 Get:27 http://archive.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB]
#5 4.040 Get:28 http://archive.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB]
#5 4.040 Get:29 http://archive.debian.org/debian buster/main amd64 python3-crypto amd64 2.6.1-9+b1 [263 kB]
#5 4.041 Get:30 http://archive.debian.org/debian-security buster/updates/main amd64 python3-cryptography amd64 2.6.1-3+deb10u4 [218 kB]
#5 4.042 Get:31 http://archive.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
#5 4.043 Get:32 http://archive.debian.org/debian-security buster/updates/main amd64 python3.7-dev amd64 3.7.3-2+deb10u7 [514 kB]
#5 4.045 Get:33 http://archive.debian.org/debian buster/main amd64 python3-dev amd64 3.7.3-1 [1264 B]
#5 4.046 Get:34 http://archive.debian.org/debian buster/main amd64 python3-entrypoints all 0.3-1 [5508 B]
#5 4.047 Get:35 http://archive.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
#5 4.049 Get:36 http://archive.debian.org/debian buster/main amd64 python3-secretstorage all 2.3.1-2 [14.2 kB]
#5 4.052 Get:37 http://archive.debian.org/debian buster/main amd64 python3-keyring all 17.1.1-1 [43.1 kB]
#5 4.053 Get:38 http://archive.debian.org/debian buster/main amd64 python3-keyrings.alt all 3.1.1-1 [18.2 kB]
#5 4.057 Get:39 http://archive.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
#5 4.059 Get:40 http://archive.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
#5 4.065 Get:41 http://archive.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
#5 4.066 Get:42 http://archive.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
#5 4.068 Get:43 http://archive.debian.org/debian buster/main amd64 tcsh amd64 6.20.00-7+b1 [473 kB]
#5 4.404 debconf: delaying package configuration, since apt-utils is not installed
#5 4.453 Fetched 63.0 MB in 2s (39.3 MB/s)
#5 4.580 Selecting previously unselected package ucf.
#5 4.580 (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 ... 25305 files and directories currently installed.)
#5 4.667 Preparing to unpack .../00-ucf_3.0038+nmu1_all.deb ...
#5 4.689 Moving old data out of the way
#5 4.691 Unpacking ucf (3.0038+nmu1) ...
#5 4.909 Selecting previously unselected package tex-common.
#5 4.915 Preparing to unpack .../01-tex-common_6.11_all.deb ...
#5 4.968 Unpacking tex-common (6.11) ...
#5 5.185 Selecting previously unselected package libapparmor1:amd64.
#5 5.187 Preparing to unpack .../02-libapparmor1_2.13.2-10_amd64.deb ...
#5 5.221 Unpacking libapparmor1:amd64 (2.13.2-10) ...
#5 5.392 Selecting previously unselected package dbus.
#5 5.397 Preparing to unpack .../03-dbus_1.12.28-0+deb10u1_amd64.deb ...
#5 5.438 Unpacking dbus (1.12.28-0+deb10u1) ...
#5 5.642 Selecting previously unselected package dh-python.
#5 5.647 Preparing to unpack .../04-dh-python_3.20190308_all.deb ...
#5 5.669 Unpacking dh-python (3.20190308) ...
#5 5.846 Selecting previously unselected package libgirepository-1.0-1:amd64.
#5 5.847 Preparing to unpack .../05-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
#5 5.864 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
#5 5.989 Selecting previously unselected package gir1.2-glib-2.0:amd64.
#5 5.992 Preparing to unpack .../06-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
#5 6.017 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
#5 6.140 Selecting previously unselected package gperf.
#5 6.145 Preparing to unpack .../07-gperf_3.1-1_amd64.deb ...
#5 6.164 Unpacking gperf (3.1-1) ...
#5 6.300 Selecting previously unselected package libtext-unidecode-perl.
#5 6.302 Preparing to unpack .../08-libtext-unidecode-perl_1.30-1_all.deb ...
#5 6.323 Unpacking libtext-unidecode-perl (1.30-1) ...
#5 6.451 Selecting previously unselected package libxml-namespacesupport-perl.
#5 6.452 Preparing to unpack .../09-libxml-namespacesupport-perl_1.12-1_all.deb ...
#5 6.477 Unpacking libxml-namespacesupport-perl (1.12-1) ...
#5 6.592 Selecting previously unselected package libxml-sax-base-perl.
#5 6.598 Preparing to unpack .../10-libxml-sax-base-perl_1.09-1_all.deb ...
#5 6.616 Unpacking libxml-sax-base-perl (1.09-1) ...
#5 6.794 Selecting previously unselected package libxml-sax-perl.
#5 6.795 Preparing to unpack .../11-libxml-sax-perl_1.00+dfsg-1_all.deb ...
#5 6.819 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
#5 6.956 Selecting previously unselected package libxml-libxml-perl.
#5 6.961 Preparing to unpack .../12-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
#5 6.979 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
#5 7.180 Selecting previously unselected package texinfo.
#5 7.185 Preparing to unpack .../13-texinfo_6.5.0.dfsg.1-4+b1_amd64.deb ...
#5 7.215 Unpacking texinfo (6.5.0.dfsg.1-4+b1) ...
#5 7.456 Selecting previously unselected package gnulib.
#5 7.462 Preparing to unpack .../14-gnulib_20140202+stable-4_all.deb ...
#5 7.480 Unpacking gnulib (20140202+stable-4) ...
#5 8.166 Selecting previously unselected package guile-2.0.
#5 8.177 Preparing to unpack .../15-guile-2.0_2.0.13+1-5.1_amd64.deb ...
#5 8.198 Unpacking guile-2.0 (2.0.13+1-5.1) ...
#5 8.328 Selecting previously unselected package libltdl-dev:amd64.
#5 8.335 Preparing to unpack .../16-libltdl-dev_2.4.6-9_amd64.deb ...
#5 8.354 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
#5 8.510 Selecting previously unselected package libgc-dev:amd64.
#5 8.517 Preparing to unpack .../17-libgc-dev_1%3a7.6.4-0.4_amd64.deb ...
#5 8.546 Unpacking libgc-dev:amd64 (1:7.6.4-0.4) ...
#5 8.697 Selecting previously unselected package guile-2.0-dev.
#5 8.702 Preparing to unpack .../18-guile-2.0-dev_2.0.13+1-5.1_amd64.deb ...
#5 8.722 Unpacking guile-2.0-dev (2.0.13+1-5.1) ...
#5 8.920 Selecting previously unselected package libexpat1-dev:amd64.
#5 8.927 Preparing to unpack .../19-libexpat1-dev_2.2.6-2+deb10u7_amd64.deb ...
#5 8.945 Unpacking libexpat1-dev:amd64 (2.2.6-2+deb10u7) ...
#5 9.115 Selecting previously unselected package libpython3.7:amd64.
#5 9.120 Preparing to unpack .../20-libpython3.7_3.7.3-2+deb10u7_amd64.deb ...
#5 9.143 Unpacking libpython3.7:amd64 (3.7.3-2+deb10u7) ...
#5 9.351 Selecting previously unselected package libpython3.7-dev:amd64.
#5 9.358 Preparing to unpack .../21-libpython3.7-dev_3.7.3-2+deb10u7_amd64.deb ...
#5 9.375 Unpacking libpython3.7-dev:amd64 (3.7.3-2+deb10u7) ...
#5 11.36 Selecting previously unselected package libpython3-dev:amd64.
#5 11.37 Preparing to unpack .../22-libpython3-dev_3.7.3-1_amd64.deb ...
#5 11.38 Unpacking libpython3-dev:amd64 (3.7.3-1) ...
#5 11.50 Selecting previously unselected package libxml-parser-perl.
#5 11.51 Preparing to unpack .../23-libxml-parser-perl_2.44-4_amd64.deb ...
#5 11.53 Unpacking libxml-parser-perl (2.44-4) ...
#5 11.69 Selecting previously unselected package libxml-sax-expat-perl.
#5 11.70 Preparing to unpack .../24-libxml-sax-expat-perl_0.51-1_all.deb ...
#5 11.72 Unpacking libxml-sax-expat-perl (0.51-1) ...
#5 11.84 Selecting previously unselected package python-pip-whl.
#5 11.85 Preparing to unpack .../25-python-pip-whl_18.1-5_all.deb ...
#5 11.86 Unpacking python-pip-whl (18.1-5) ...
#5 12.06 Selecting previously unselected package python3-asn1crypto.
#5 12.07 Preparing to unpack .../26-python3-asn1crypto_0.24.0-1_all.deb ...
#5 12.09 Unpacking python3-asn1crypto (0.24.0-1) ...
#5 12.22 Selecting previously unselected package python3-cffi-backend.
#5 12.23 Preparing to unpack .../27-python3-cffi-backend_1.12.2-1_amd64.deb ...
#5 12.25 Unpacking python3-cffi-backend (1.12.2-1) ...
#5 12.41 Selecting previously unselected package python3-crypto.
#5 12.42 Preparing to unpack .../28-python3-crypto_2.6.1-9+b1_amd64.deb ...
#5 12.44 Unpacking python3-crypto (2.6.1-9+b1) ...
#5 12.61 Selecting previously unselected package python3-cryptography.
#5 12.62 Preparing to unpack .../29-python3-cryptography_2.6.1-3+deb10u4_amd64.deb ...
#5 12.63 Unpacking python3-cryptography (2.6.1-3+deb10u4) ...
#5 12.79 Selecting previously unselected package python3-dbus.
#5 12.80 Preparing to unpack .../30-python3-dbus_1.2.8-3_amd64.deb ...
#5 12.82 Unpacking python3-dbus (1.2.8-3) ...
#5 12.94 Selecting previously unselected package python3.7-dev.
#5 12.94 Preparing to unpack .../31-python3.7-dev_3.7.3-2+deb10u7_amd64.deb ...
#5 12.96 Unpacking python3.7-dev (3.7.3-2+deb10u7) ...
#5 13.04 Selecting previously unselected package python3-dev.
#5 13.04 Preparing to unpack .../32-python3-dev_3.7.3-1_amd64.deb ...
#5 13.06 Unpacking python3-dev (3.7.3-1) ...
#5 13.19 Selecting previously unselected package python3-entrypoints.
#5 13.20 Preparing to unpack .../33-python3-entrypoints_0.3-1_all.deb ...
#5 13.21 Unpacking python3-entrypoints (0.3-1) ...
#5 13.36 Selecting previously unselected package python3-gi.
#5 13.36 Preparing to unpack .../34-python3-gi_3.30.4-1_amd64.deb ...
#5 13.38 Unpacking python3-gi (3.30.4-1) ...
#5 13.54 Selecting previously unselected package python3-secretstorage.
#5 13.54 Preparing to unpack .../35-python3-secretstorage_2.3.1-2_all.deb ...
#5 13.56 Unpacking python3-secretstorage (2.3.1-2) ...
#5 13.69 Selecting previously unselected package python3-keyring.
#5 13.69 Preparing to unpack .../36-python3-keyring_17.1.1-1_all.deb ...
#5 13.71 Unpacking python3-keyring (17.1.1-1) ...
#5 13.87 Selecting previously unselected package python3-keyrings.alt.
#5 13.87 Preparing to unpack .../37-python3-keyrings.alt_3.1.1-1_all.deb ...
#5 13.89 Unpacking python3-keyrings.alt (3.1.1-1) ...
#5 14.04 Selecting previously unselected package python3-pip.
#5 14.05 Preparing to unpack .../38-python3-pip_18.1-5_all.deb ...
#5 14.07 Unpacking python3-pip (18.1-5) ...
#5 14.22 Selecting previously unselected package python3-setuptools.
#5 14.23 Preparing to unpack .../39-python3-setuptools_40.8.0-1_all.deb ...
#5 14.25 Unpacking python3-setuptools (40.8.0-1) ...
#5 14.41 Selecting previously unselected package python3-wheel.
#5 14.41 Preparing to unpack .../40-python3-wheel_0.32.3-2_all.deb ...
#5 14.44 Unpacking python3-wheel (0.32.3-2) ...
#5 14.58 Selecting previously unselected package python3-xdg.
#5 14.59 Preparing to unpack .../41-python3-xdg_0.25-5_all.deb ...
#5 14.61 Unpacking python3-xdg (0.25-5) ...
#5 14.78 Selecting previously unselected package tcsh.
#5 14.79 Preparing to unpack .../42-tcsh_6.20.00-7+b1_amd64.deb ...
#5 14.86 Unpacking tcsh (6.20.00-7+b1) ...
#5 15.04 Setting up python3-entrypoints (0.3-1) ...
#5 15.19 Setting up dh-python (3.20190308) ...
#5 15.32 Setting up libxml-parser-perl (2.44-4) ...
#5 15.37 Setting up python3-dbus (1.2.8-3) ...
#5 15.52 Setting up libapparmor1:amd64 (2.13.2-10) ...
#5 15.59 Setting up python3-setuptools (40.8.0-1) ...
#5 15.78 Setting up libpython3.7:amd64 (3.7.3-2+deb10u7) ...
#5 15.84 Setting up guile-2.0 (2.0.13+1-5.1) ...
#5 15.91 update-alternatives: using /usr/lib/x86_64-linux-gnu/guile-2.0/bin/guile to provide /usr/bin/guile (guile) in auto mode
#5 15.94 Setting up libxml-namespacesupport-perl (1.12-1) ...
#5 16.00 Setting up python3-xdg (0.25-5) ...
#5 16.14 Setting up gperf (3.1-1) ...
#5 16.19 Setting up python3-wheel (0.32.3-2) ...
#5 16.32 Setting up libltdl-dev:amd64 (2.4.6-9) ...
#5 16.37 Setting up libxml-sax-base-perl (1.09-1) ...
#5 16.43 Setting up libexpat1-dev:amd64 (2.2.6-2+deb10u7) ...
#5 16.49 Setting up dbus (1.12.28-0+deb10u1) ...
#5 16.91 invoke-rc.d: could not determine current runlevel
#5 16.91 invoke-rc.d: policy-rc.d denied execution of start.
#5 16.92 Setting up ucf (3.0038+nmu1) ...
#5 17.01 debconf: unable to initialize frontend: Dialog
#5 17.01 debconf: (TERM is not set, so the dialog frontend is not usable.)
#5 17.01 debconf: falling back to frontend: Readline
#5 17.05 Setting up python3-crypto (2.6.1-9+b1) ...
#5 17.20 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
#5 17.26 Setting up python-pip-whl (18.1-5) ...
#5 17.32 Setting up libtext-unidecode-perl (1.30-1) ...
#5 17.38 Setting up libgc-dev:amd64 (1:7.6.4-0.4) ...
#5 17.43 Setting up python3-asn1crypto (0.24.0-1) ...
#5 17.59 Setting up tcsh (6.20.00-7+b1) ...
#5 17.74 update-alternatives: using /bin/tcsh to provide /bin/csh (csh) in auto mode
#5 17.82 Setting up python3-cffi-backend (1.12.2-1) ...
#5 17.88 Setting up libpython3.7-dev:amd64 (3.7.3-2+deb10u7) ...
#5 17.94 Setting up libxml-sax-perl (1.00+dfsg-1) ...
#5 18.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
#5 18.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
#5 18.15 debconf: unable to initialize frontend: Dialog
#5 18.15 debconf: (TERM is not set, so the dialog frontend is not usable.)
#5 18.15 debconf: falling back to frontend: Readline
#5 18.18 
#5 18.18 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
#5 18.23 Setting up python3.7-dev (3.7.3-2+deb10u7) ...
#5 18.29 Setting up tex-common (6.11) ...
#5 18.42 debconf: unable to initialize frontend: Dialog
#5 18.42 debconf: (TERM is not set, so the dialog frontend is not usable.)
#5 18.42 debconf: falling back to frontend: Readline
#5 18.46 update-language: texlive-base not installed and configured, doing nothing!
#5 18.52 Setting up python3-cryptography (2.6.1-3+deb10u4) ...
#5 18.70 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
#5 18.75 Setting up python3-pip (18.1-5) ...
#5 18.90 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
#5 18.97 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
#5 19.01 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
#5 19.04 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
#5 19.09 debconf: unable to initialize frontend: Dialog
#5 19.09 debconf: (TERM is not set, so the dialog frontend is not usable.)
#5 19.09 debconf: falling back to frontend: Readline
#5 19.12 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
#5 19.16 Setting up libxml-sax-expat-perl (0.51-1) ...
#5 19.22 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
#5 19.25 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
#5 19.30 debconf: unable to initialize frontend: Dialog
#5 19.30 debconf: (TERM is not set, so the dialog frontend is not usable.)
#5 19.30 debconf: falling back to frontend: Readline
#5 19.33 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
#5 19.39 Setting up python3-keyrings.alt (3.1.1-1) ...
#5 19.53 Setting up guile-2.0-dev (2.0.13+1-5.1) ...
#5 19.58 Setting up libpython3-dev:amd64 (3.7.3-1) ...
#5 19.63 Setting up python3-secretstorage (2.3.1-2) ...
#5 19.74 Setting up python3-dev (3.7.3-1) ...
#5 19.79 Setting up python3-gi (3.30.4-1) ...
#5 19.94 Setting up texinfo (6.5.0.dfsg.1-4+b1) ...
#5 20.04 Setting up gnulib (20140202+stable-4) ...
#5 20.10 Setting up python3-keyring (17.1.1-1) ...
#5 20.23 Processing triggers for man-db (2.8.5-2+deb10u1) ...
#5 20.75 Processing triggers for libc-bin (2.28-10+deb10u4) ...
#5 DONE 21.3s

#6 [3/4] RUN	PIP3 install junit-xml
#6 0.852 Collecting junit-xml
#6 0.909   Downloading https://files.pythonhosted.org/packages/2a/93/2d896b5fd3d79b4cadd8882c06650e66d003f465c9d12c488d92853dff78/junit_xml-1.9-py2.py3-none-any.whl
#6 0.915 Requirement already satisfied: six in /usr/lib/python3/dist-packages (from junit-xml) (1.12.0)
#6 0.924 Installing collected packages: junit-xml
#6 0.928 Successfully installed junit-xml-1.9
#6 DONE 1.0s

#7 [4/4] RUN	CD /tmp && git clone https://github.com/nplab/guile-sctp && 	cd guile-sctp && 	./bootstrap && 	./configure && 	make && 	make install
#7 0.422 Cloning into 'guile-sctp'...
#7 0.822 + [ -e /usr/local/bin/glibtoolize ]
#7 0.822 + [ -e /usr/bin/glibtoolize ]
#7 0.822 + [ -e /usr/local/bin/libtoolize ]
#7 0.822 + [ -e /usr/bin/libtoolize ]
#7 0.822 + /usr/bin/libtoolize --force
#7 0.916 libtoolize: putting auxiliary files in '.'.
#7 0.916 libtoolize: linking file './ltmain.sh'
#7 0.927 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
#7 0.927 libtoolize: linking file 'm4/libtool.m4'
#7 0.929 libtoolize: linking file 'm4/ltoptions.m4'
#7 0.932 libtoolize: linking file 'm4/ltsugar.m4'
#7 0.934 libtoolize: linking file 'm4/ltversion.m4'
#7 0.937 libtoolize: linking file 'm4/lt~obsolete.m4'
#7 0.942 + [ -e /usr/local/share/aclocal ]
#7 0.942 + aclocal
#7 2.397 + autoheader
#7 2.555 + autoconf
#7 2.658 + automake --foreign --add-missing --copy
#7 2.892 configure.ac:12: installing './compile'
#7 2.893 configure.ac:11: installing './config.guess'
#7 2.894 configure.ac:11: installing './config.sub'
#7 2.895 configure.ac:7: installing './install-sh'
#7 2.896 configure.ac:7: installing './missing'
#7 2.904 Makefile.am: installing './depcomp'
#7 2.988 checking for a BSD-compatible install... /usr/bin/install -c
#7 3.000 checking whether build environment is sane... yes
#7 3.020 checking for a thread-safe mkdir -p... /bin/mkdir -p
#7 3.026 checking for gawk... gawk
#7 3.026 checking whether make sets $(MAKE)... yes
#7 3.054 checking whether make supports nested variables... yes
#7 3.103 checking build system type... x86_64-pc-linux-gnu
#7 3.283 checking host system type... x86_64-pc-linux-gnu
#7 3.284 checking for gcc... gcc
#7 3.344 checking whether the C compiler works... yes
#7 3.394 checking for C compiler default output file name... a.out
#7 3.394 checking for suffix of executables... 
#7 3.415 checking whether we are cross compiling... no
#7 3.445 checking for suffix of object files... o
#7 3.458 checking whether we are using the GNU C compiler... yes
#7 3.479 checking whether gcc accepts -g... yes
#7 3.507 checking for gcc option to accept ISO C89... none needed
#7 3.541 checking whether gcc understands -c and -o together... yes
#7 3.580 checking whether make supports the include directive... yes (GNU style)
#7 3.598 checking dependency style of gcc... gcc3
#7 3.687 checking how to print strings... printf
#7 3.714 checking for a sed that does not truncate output... /bin/sed
#7 3.717 checking for grep that handles long lines and -e... /bin/grep
#7 3.718 checking for egrep... /bin/grep -E
#7 3.719 checking for fgrep... /bin/grep -F
#7 3.719 checking for ld used by gcc... /usr/bin/ld
#7 3.721 checking if the linker (/usr/bin/ld) is GNU ld... yes
#7 3.723 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#7 3.724 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#7 3.741 checking whether ln -s works... yes
#7 3.741 checking the maximum length of command line arguments... 1572864
#7 3.750 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#7 3.751 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#7 3.751 checking for /usr/bin/ld option to reload object files... -r
#7 3.752 checking for objdump... objdump
#7 3.752 checking how to recognize dependent libraries... pass_all
#7 3.754 checking for dlltool... no
#7 3.754 checking how to associate runtime and link libraries... printf %s\n
#7 3.754 checking for ar... ar
#7 3.755 checking for archiver @FILE support... @
#7 3.790 checking for strip... strip
#7 3.791 checking for ranlib... ranlib
#7 3.791 checking command to parse /usr/bin/nm -B output from gcc object... ok
#7 3.876 checking for sysroot... no
#7 3.876 checking for a working dd... /bin/dd
#7 3.878 checking how to truncate binary pipes... /bin/dd bs=4096 count=1
#7 3.889 checking for mt... no
#7 3.889 checking if : is a manifest tool... no
#7 3.891 checking how to run the C preprocessor... gcc -E
#7 3.922 checking for ANSI C header files... yes
#7 3.993 checking for sys/types.h... yes
#7 4.014 checking for sys/stat.h... yes
#7 4.049 checking for stdlib.h... yes
#7 4.086 checking for string.h... yes
#7 4.118 checking for memory.h... yes
#7 4.151 checking for strings.h... yes
#7 4.187 checking for inttypes.h... yes
#7 4.221 checking for stdint.h... yes
#7 4.246 checking for unistd.h... yes
#7 4.273 checking for dlfcn.h... yes
#7 4.301 checking for objdir... .libs
#7 4.366 checking if gcc supports -fno-rtti -fno-exceptions... no
#7 4.378 checking for gcc option to produce PIC... -fPIC -DPIC
#7 4.378 checking if gcc PIC flag -fPIC -DPIC works... yes
#7 4.392 checking if gcc static flag -static works... yes
#7 4.436 checking if gcc supports -c -o file.o... yes
#7 4.450 checking if gcc supports -c -o file.o... (cached) yes
#7 4.450 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#7 4.456 checking whether -lc should be explicitly linked in... no
#7 4.493 checking dynamic linker characteristics... GNU/Linux ld.so
#7 4.550 checking how to hardcode library paths into programs... immediate
#7 4.551 checking whether stripping libraries is possible... yes
#7 4.553 checking if libtool supports shared libraries... yes
#7 4.553 checking whether to build shared libraries... yes
#7 4.553 checking whether to build static libraries... yes
#7 4.555 checking for pkg-config... /usr/bin/pkg-config
#7 4.555 checking pkg-config is at least version 0.9.0... yes
#7 4.558 configure: checking for guile 2.0
#7 4.563 configure: found guile 2.0
#7 4.563 checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
#7 4.569 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
#7 4.575 checking for shared library run path origin... done
#7 4.603 checking for GUILE... yes
#7 4.626 checking for Guile site directory... /usr/share/guile/site/2.0
#7 4.638 checking for sys/types.h... (cached) yes
#7 4.657 checking sys/socket.h usability... yes
#7 4.693 checking sys/socket.h presence... yes
#7 4.699 checking for sys/socket.h... yes
#7 4.702 checking netinet/in.h usability... yes
#7 4.726 checking netinet/in.h presence... yes
#7 4.738 checking for netinet/in.h... yes
#7 4.748 checking netinet/sctp.h usability... yes
#7 4.781 checking netinet/sctp.h presence... yes
#7 4.789 checking for netinet/sctp.h... yes
#7 4.792 checking whether byte ordering is bigendian... no
#7 4.833 checking for working IPv6 support... yes
#7 4.858 checking whether sockaddr_in6 has sin6_scope_id... yes
#7 4.883 checking for struct sockaddr.sa_len... no
#7 4.908 checking for struct sockaddr_in.sin_len... no
#7 4.948 checking for struct sockaddr_in6.sin6_len... no
#7 4.991 checking for sctp_sendmsg in -lsctp... yes
#7 5.033 checking for sctp_recvmsg in -lsctp... yes
#7 5.065 checking for sctp_sendmsg... yes
#7 5.101 checking for sctp_recvmsg... yes
#7 5.150 checking that generated files are newer than configure... done
#7 5.150 configure: creating ./config.status
#7 5.517 config.status: creating Makefile
#7 5.525 config.status: creating config.h
#7 5.530 config.status: executing depfiles commands
#7 5.537 config.status: executing libtool commands
#7 5.555 guile-snarf -o guile-sctp.x -DHAVE_CONFIG_H  -pthread -I/usr/include/guile/2.0 -g -O2 guile-sctp.c
#7 5.578 make  all-am
#7 5.579 make[1]: Entering directory '/tmp/guile-sctp'
#7 5.579 /bin/bash ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -pthread -I/usr/include/guile/2.0   -g -O2 -MT guile-sctp.lo -MD -MP -MF .deps/guile-sctp.Tpo -c -o guile-sctp.lo guile-sctp.c
#7 5.594 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/guile/2.0 -g -O2 -MT guile-sctp.lo -MD -MP -MF .deps/guile-sctp.Tpo -c guile-sctp.c  -fPIC -DPIC -o .libs/guile-sctp.o
#7 5.670 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -pthread -I/usr/include/guile/2.0 -g -O2 -MT guile-sctp.lo -MD -MP -MF .deps/guile-sctp.Tpo -c guile-sctp.c -o guile-sctp.o >/dev/null 2>&1
#7 5.741 mv -f .deps/guile-sctp.Tpo .deps/guile-sctp.Plo
#7 5.742 /bin/bash ./libtool  --tag=CC   --mode=link gcc  -g -O2   -o libguile-net-sctp.la -rpath /usr/local/lib guile-sctp.lo  -lsctp -lsctp 
#7 5.773 libtool: link: gcc -shared  -fPIC -DPIC  .libs/guile-sctp.o   -lsctp  -g -O2   -Wl,-soname -Wl,libguile-net-sctp.so.0 -o .libs/libguile-net-sctp.so.0.0.0
#7 5.783 libtool: link: (cd ".libs" && rm -f "libguile-net-sctp.so.0" && ln -s "libguile-net-sctp.so.0.0.0" "libguile-net-sctp.so.0")
#7 5.786 libtool: link: (cd ".libs" && rm -f "libguile-net-sctp.so" && ln -s "libguile-net-sctp.so.0.0.0" "libguile-net-sctp.so")
#7 5.788 libtool: link: ar cru .libs/libguile-net-sctp.a  guile-sctp.o
#7 5.788 ar: `u' modifier ignored since `D' is the default (see `U')
#7 5.789 libtool: link: ranlib .libs/libguile-net-sctp.a
#7 5.794 libtool: link: ( cd ".libs" && rm -f "libguile-net-sctp.la" && ln -s "../libguile-net-sctp.la" "libguile-net-sctp.la" )
#7 5.795 make[1]: Leaving directory '/tmp/guile-sctp'
#7 5.797 make  install-am
#7 5.803 make[1]: Entering directory '/tmp/guile-sctp'
#7 5.809 make[2]: Entering directory '/tmp/guile-sctp'
#7 5.810  /bin/mkdir -p '/usr/local/lib'
#7 5.810  /bin/bash ./libtool   --mode=install /usr/bin/install -c   libguile-net-sctp.la '/usr/local/lib'
#7 5.821 libtool: install: /usr/bin/install -c .libs/libguile-net-sctp.so.0.0.0 /usr/local/lib/libguile-net-sctp.so.0.0.0
#7 5.822 libtool: install: (cd /usr/local/lib && { ln -s -f libguile-net-sctp.so.0.0.0 libguile-net-sctp.so.0 || { rm -f libguile-net-sctp.so.0 && ln -s libguile-net-sctp.so.0.0.0 libguile-net-sctp.so.0; }; })
#7 5.823 libtool: install: (cd /usr/local/lib && { ln -s -f libguile-net-sctp.so.0.0.0 libguile-net-sctp.so || { rm -f libguile-net-sctp.so && ln -s libguile-net-sctp.so.0.0.0 libguile-net-sctp.so; }; })
#7 5.824 libtool: install: /usr/bin/install -c .libs/libguile-net-sctp.lai /usr/local/lib/libguile-net-sctp.la
#7 5.824 libtool: install: /usr/bin/install -c .libs/libguile-net-sctp.a /usr/local/lib/libguile-net-sctp.a
#7 5.825 libtool: install: chmod 644 /usr/local/lib/libguile-net-sctp.a
#7 5.826 libtool: install: ranlib /usr/local/lib/libguile-net-sctp.a
#7 5.845 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
#7 5.845 ----------------------------------------------------------------------
#7 5.845 Libraries have been installed in:
#7 5.845    /usr/local/lib
#7 5.845 
#7 5.845 If you ever happen to want to link against installed libraries
#7 5.845 in a given directory, LIBDIR, you must either use libtool, and
#7 5.845 specify the full pathname of the library, or use the '-LLIBDIR'
#7 5.845 flag during linking and do at least one of the following:
#7 5.845    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
#7 5.845      during execution
#7 5.845    - add LIBDIR to the 'LD_RUN_PATH' environment variable
#7 5.845      during linking
#7 5.845    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
#7 5.845    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
#7 5.845 
#7 5.845 See any operating system documentation about shared libraries for
#7 5.845 more information, such as the ld(1) and ld.so(8) manual pages.
#7 5.845 ----------------------------------------------------------------------
#7 5.846  /bin/mkdir -p '/usr/share/guile/site/2.0/net'
#7 5.847  /usr/bin/install -c -m 644 sctp.scm '/usr/share/guile/site/2.0/net'
#7 5.848 make[2]: Leaving directory '/tmp/guile-sctp'
#7 5.848 make[1]: Leaving directory '/tmp/guile-sctp'
#7 DONE 5.9s

#8 exporting to image
#8 exporting layers
#8 exporting layers 1.2s done
#8 writing image sha256:f29bd6a1fe8dec9bc00d829b41e09cc954210a9cecb44244055501f76538b26e 0.0s done
#8 naming to docker.io/osmocom-build/sigtran-tests:latest 0.0s done
#8 DONE 1.3s

 1 warning found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-buster-build results in empty or invalid base image name (line 5)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/sigtran-tests'
+ docker_image_exists sigtran-tests
+ docker images -q osmocom-build/sigtran-tests
+ test -n f29bd6a1fe8d
+ list_osmo_packages debian-trixie sigtran-tests
+ local distro=debian-trixie
+ local image=sigtran-tests
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/sigtran-tests -c
+ [ -n  ]
+ return
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends nplab-sua-test
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name nplab-sua-test
+ echo debian-trixie
+ distro_arg=debian-trixie
+ [ -z  ]
+ docker_upstream_distro_from_image_name nplab-sua-test
+ echo debian:trixie
+ upstream_distro_arg=debian:trixie
+ docker_dir_from_image_name nplab-sua-test
+ echo nplab-sua-test
+ dir=nplab-sua-test
+ [ -z  ]
+ pull_arg=--pull
+ grep ^FROM ../nplab-sua-test/Dockerfile
+ from_line=FROM $USER/sigtran-tests
+ echo FROM $USER/sigtran-tests
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: nplab-sua-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../nplab-sua-test BUILD_ARGS= UPSTREAM_DISTRO=debian:trixie DISTRO=debian-trixie IMAGE=osmocom-build/nplab-sua-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/nplab-sua-test'
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/nplab-sua-test/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=registry.osmocom.org \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:trixie \
	--build-arg DISTRO=debian-trixie \
	--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 M3UA_TESTTOOL_BRANCH=osmocom/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_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t osmocom-build/nplab-sua-test:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 759B done
#1 DONE 0.1s

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

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

#4 [internal] load build context
#4 transferring context: 13.15kB done
#4 DONE 0.2s

#5 [ 1/10] FROM docker.io/osmocom-build/sigtran-tests:latest
#5 DONE 0.4s

#6 [ 3/10] ADD	HTTPS://GITEA.OSMOCOM.ORG/API/V1/REPOS/NPLAB/SUA-TESTTOOL/GIT/REFS/HEADS/LAFORGE/PYTHON3 /tmp/commit
#6 DONE 0.3s

#7 [ 2/10] RUN	CD /tmp && git clone https://gitea.osmocom.org/nplab/sua-testtool
#7 0.330 Cloning into 'sua-testtool'...
#7 DONE 0.6s

#8 [ 3/10] ADD	HTTPS://GITEA.OSMOCOM.ORG/API/V1/REPOS/NPLAB/SUA-TESTTOOL/GIT/REFS/HEADS/LAFORGE/PYTHON3 /tmp/commit
#8 DONE 0.2s

#9 [ 4/10] RUN	CD /tmp/sua-testtool && 	git fetch && 	git checkout -f laforge/python3 && 	cp runtest-junitxml.py /usr/local/bin/
#9 0.434 Switched to a new branch 'laforge/python3'
#9 0.434 Branch 'laforge/python3' set up to track remote branch 'laforge/python3' from 'origin'.
#9 DONE 0.5s

#10 [ 5/10] COPY	DOTGUILE /root/.guile
#10 DONE 0.2s

#11 [ 6/10] COPY	.COMMON/TCPDUMP-START.SH /usr/local/bin/tcpdump-start.sh
#11 DONE 0.2s

#12 [ 7/10] COPY	.COMMON/TCPDUMP-STOP.SH /usr/local/bin/tcpdump-stop.sh
#12 DONE 0.2s

#13 [ 8/10] COPY	TEST.SH /usr/local/bin/test.sh
#13 DONE 0.2s

#14 [ 9/10] RUN	MKDIR /data
#14 DONE 0.6s

#15 [10/10] COPY	SUA-PARAM-TESTTOOL-SGP.SCM some-sua-sgp-tests.txt /data/
#15 DONE 0.2s

#16 exporting to image
#16 exporting layers
#16 exporting layers 0.8s done
#16 writing image sha256:d3d4d3d821f911a9ab11601d8028a00847957185cbae175ed1e25a7047654095 0.0s done
#16 naming to docker.io/osmocom-build/nplab-sua-test:latest 0.0s done
#16 DONE 0.9s

 1 warning found (use docker --debug to expand):
 - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 23)
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/nplab-sua-test/nplab-sua-test'
+ docker_image_exists nplab-sua-test
+ docker images -q osmocom-build/nplab-sua-test
+ test -n d3d4d3d821f9
+ list_osmo_packages debian-trixie nplab-sua-test
+ local distro=debian-trixie
+ local image=nplab-sua-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/nplab-sua-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ mkdir /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester
+ cp sua-param-testtool-sgp.scm some-sua-sgp-tests.txt /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester/
+ mkdir /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/stp
+ cp osmo-stp.cfg /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/stp/
+ network_create
+ SUBNET=305592
+ seq 1 30
+ echo (305592 + 1) % 256
+ bc
+ SUBNET=185
+ NET_NAME=nplab-sua-test-185
+ SUB4=172.18.185.0/24
+ SUB6=fd02:db8:185::/64
+ set +x
Creating network nplab-sua-test-185, trying SUBNET=185...
+ docker network create --internal --subnet 172.18.185.0/24 --ipv6 --subnet fd02:db8:185::/64 nplab-sua-test-185
3a380da61e1bb4bd7be1dfc6cdca63e8e90eedd88d405bd10309923553bddd82
+ set +x

### Network nplab-sua-test-185 created (SUBNET=185) ###

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=185 to: /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester/sua-param-testtool-sgp.scm
Applying SUBNET=185 to: /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester/some-sua-sgp-tests.txt
Applying SUBNET=185 to: /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/stp/osmo-stp.cfg
+ docker_network_params 185 200
+ NET=185
+ ADDR_SUFIX=200
+ echo --network nplab-sua-test-185 --ip 172.18.185.200 --ip6 fd02:db8:185::200
+ docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 --network nplab-sua-test-185 --ip 172.18.185.200 --ip6 fd02:db8:185::200 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/stp:/data --name jenkins-nplab-sua-test-3134-stp -d osmocom-build/osmo-stp-master
fcb6adccbcf06dced7ca04dec861a09e71bc0588aafedeabaea69c07b521da07
+ docker_network_params 185 3
+ NET=185
+ ADDR_SUFIX=3
+ echo --network nplab-sua-test-185 --ip 172.18.185.3 --ip6 fd02:db8:185::3
+ docker run --rm --network nplab-sua-test-185 --ip 172.18.185.3 --ip6 fd02:db8:185::3 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester:/data --name jenkins-nplab-sua-test-3134-sua-test osmocom-build/nplab-sua-test /usr/local/bin/test.sh
------ nplab-sua-test ------
Fri Feb 20 06:38:00 UTC 2026
 /usr/sbin/tcpdump -U -s 1520 -n -i any -w "/tmp/nplab-sua-test.pcap" >/tmp/nplab-sua-test.pcap.stdout 2>/tmp/cmderr &
Waiting for packet dumper to start... 0
Fri Feb 20 06:38:08 UTC 2026
------ nplab-sua-test ------
Waiting for packet dumper to finish... 0 (prev_count=-1, count=386185)
Waiting for packet dumper to finish... 1 (prev_count=386185, count=487712)
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ network_clean
+ docker network inspect nplab-sua-test-185
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-nplab-sua-test-3134-stp
+ [ -n jenkins-nplab-sua-test-3134-stp ]
+ docker_kill_wait jenkins-nplab-sua-test-3134-stp
+ docker kill jenkins-nplab-sua-test-3134-stp
jenkins-nplab-sua-test-3134-stp
+ docker wait jenkins-nplab-sua-test-3134-stp
137
+ network_remove
+ set +x
Removing network nplab-sua-test-185
+ docker network remove nplab-sua-test-185
nplab-sua-test-185
+ rm -rf /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs:/data -v /home/osmocom-build/jenkins/workspace/nplab-sua-test/_cache:/cache --name jenkins-nplab-sua-test-3134-cleaner debian:trixie sh -e -x -c 
				chmod -R a+rX /data/ /cache/
				chown -R 1000:1000 /data /cache
			
+ chmod -R a+rX /data/ /cache/
+ chown -R 1000:1000 /data /cache
+ collect_logs
+ cat /home/osmocom-build/jenkins/workspace/nplab-sua-test/logs/sua-tester/junit-xml-m3ua.log
<?xml version="1.0" ?>
<testsuites disabled="0" errors="0" failures="0" tests="27" time="4.344099760055542">
	<testsuite disabled="0" errors="0" failures="0" name="sua-test" skipped="0" tests="27" time="4.344099760055542">
		<testcase classname="sua-test" name="sua-sgp-aspsm-v-01" time="0.155956"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-v-02" time="0.084034"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-v-03" time="0.078123"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-i-01" time="0.106442"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-i-02" time="0.082287"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-i-04" time="0.090277"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-o-01" time="0.079957"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-o-02" time="2.081011"/>
		<testcase classname="sua-test" name="sua-sgp-aspsm-o-03" time="0.079975"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-01" time="0.079332"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-02" time="0.082427"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-04" time="0.081507"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-05" time="0.083663"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-06" time="0.090487"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-v-07" time="0.081617"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-01" time="0.081069"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-03" time="0.078803"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-04" time="0.078962"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-05" time="0.078743"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-06" time="0.083724"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-i-08" time="0.090220"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-o-01" time="0.082678"/>
		<testcase classname="sua-test" name="sua-sgp-asptm-o-02" time="0.080427"/>
		<testcase classname="sua-test" name="sua-sgp-mtr-i-01" time="0.090948"/>
		<testcase classname="sua-test" name="sua-sgp-mtr-i-02" time="0.081595"/>
		<testcase classname="sua-test" name="sua-sgp-mtr-i-03" time="0.093204"/>
		<testcase classname="sua-test" name="sua-sgp-mtr-i-04" time="0.086632"/>
	</testsuite>
</testsuites>

+ uptime
+ grep --color=always -o load.*
load average: 5.55, 4.49, 4.17
+ exit 0
Recording test results
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS