Skip to content

Console Output

Skipping 16 KB.. Full Log
	--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_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 \
	 -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.23kB done
#1 DONE 0.0s

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

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

#4 [1/7] FROM docker.io/osmocom-build/debian-bookworm-build:latest
#4 DONE 0.0s

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

#6 https://gerrit.osmocom.org/plugins/gitiles/libosmo-sccp/+/master?format=TEXT
#6 DONE 0.1s

#7 [2/7] RUN	CASE "debian-bookworm" 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 CACHED

#8 [3/7] WORKDIR	/DATA
#8 CACHED

#9 [4/7] RUN	GIT clone https://gerrit.osmocom.org/libosmo-sccp.git
#9 CACHED

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

#11 [6/7] RUN	CD libosmo-sccp && 	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.424 From https://gerrit.osmocom.org/libosmo-sccp
#11 0.424    da7bc78..ee75a07  master     -> origin/master
#11 0.444 Already on 'master'
#11 0.445 Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
#11 0.445   (use "git pull" to update your local branch)
#11 0.446 refs/heads/master
#11 0.458 HEAD is now at ee75a07 .deb/.rpm: add osmocom user during package install
#11 0.459 master
#11 0.460 ee75a07dfdfefa314aa502de0994cc56cb9a00da
#11 2.910 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
#11 2.910 libtoolize: copying file './ltmain.sh'
#11 3.057 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
#11 3.057 libtoolize: and rerunning libtoolize and aclocal.
#11 3.057 libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
#11 4.186 configure.ac:167: warning: The macro `AC_HELP_STRING' is obsolete.
#11 4.186 configure.ac:167: You should run autoupdate.
#11 4.186 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 4.186 configure.ac:167: the top level
#11 4.186 configure.ac:184: warning: AC_OUTPUT should be used without arguments.
#11 4.186 configure.ac:184: You should run autoupdate.
#11 4.691 configure.ac:23: installing './compile'
#11 4.693 configure.ac:25: installing './config.guess'
#11 4.694 configure.ac:25: installing './config.sub'
#11 4.695 configure.ac:9: installing './install-sh'
#11 4.697 configure.ac:9: installing './missing'
#11 4.786 examples/Makefile.am: installing './depcomp'
#11 5.095 checking for a BSD-compatible install... /usr/bin/install -c
#11 5.103 checking whether build environment is sane... yes
#11 5.110 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 5.112 checking for gawk... gawk
#11 5.113 checking whether make sets $(MAKE)... yes
#11 5.120 checking whether make supports nested variables... yes
#11 5.126 checking whether make supports nested variables... (cached) yes
#11 5.126 checking whether make sets $(MAKE)... (cached) yes
#11 5.128 checking for gcc... gcc
#11 5.150 checking whether the C compiler works... yes
#11 5.180 checking for C compiler default output file name... a.out
#11 5.181 checking for suffix of executables... 
#11 5.206 checking whether we are cross compiling... no
#11 5.242 checking for suffix of object files... o
#11 5.260 checking whether the compiler supports GNU C... yes
#11 5.277 checking whether gcc accepts -g... yes
#11 5.296 checking for gcc option to enable C11 features... none needed
#11 5.317 checking whether gcc understands -c and -o together... yes
#11 5.346 checking whether make supports the include directive... yes (GNU style)
#11 5.353 checking dependency style of gcc... gcc3
#11 5.387 checking build system type... x86_64-pc-linux-gnu
#11 5.426 checking host system type... x86_64-pc-linux-gnu
#11 5.426 checking how to print strings... printf
#11 5.449 checking for a sed that does not truncate output... /usr/bin/sed
#11 5.453 checking for grep that handles long lines and -e... /usr/bin/grep
#11 5.455 checking for egrep... /usr/bin/grep -E
#11 5.456 checking for fgrep... /usr/bin/grep -F
#11 5.457 checking for ld used by gcc... /usr/bin/ld
#11 5.462 checking if the linker (/usr/bin/ld) is GNU ld... yes
#11 5.464 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#11 5.466 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#11 5.483 checking whether ln -s works... yes
#11 5.483 checking the maximum length of command line arguments... 1572864
#11 5.489 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#11 5.489 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#11 5.489 checking for /usr/bin/ld option to reload object files... -r
#11 5.490 checking for file... file
#11 5.490 checking for objdump... objdump
#11 5.490 checking how to recognize dependent libraries... pass_all
#11 5.491 checking for dlltool... no
#11 5.491 checking how to associate runtime and link libraries... printf %s\n
#11 5.492 checking for ar... ar
#11 5.492 checking for archiver @FILE support... @
#11 5.516 checking for strip... strip
#11 5.516 checking for ranlib... ranlib
#11 5.517 checking command to parse /usr/bin/nm -B output from gcc object... ok
#11 5.573 checking for sysroot... no
#11 5.573 checking for a working dd... /usr/bin/dd
#11 5.576 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#11 5.592 checking for mt... no
#11 5.592 checking if : is a manifest tool... no
#11 5.595 checking for stdio.h... yes
#11 5.610 checking for stdlib.h... yes
#11 5.623 checking for string.h... yes
#11 5.642 checking for inttypes.h... yes
#11 5.662 checking for stdint.h... yes
#11 5.682 checking for strings.h... yes
#11 5.703 checking for sys/stat.h... yes
#11 5.725 checking for sys/types.h... yes
#11 5.743 checking for unistd.h... yes
#11 5.765 checking for dlfcn.h... yes
#11 5.786 checking for objdir... .libs
#11 5.845 checking if gcc supports -fno-rtti -fno-exceptions... no
#11 5.863 checking for gcc option to produce PIC... -fPIC -DPIC
#11 5.863 checking if gcc PIC flag -fPIC -DPIC works... yes
#11 5.880 checking if gcc static flag -static works... yes
#11 5.932 checking if gcc supports -c -o file.o... yes
#11 5.954 checking if gcc supports -c -o file.o... (cached) yes
#11 5.954 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#11 5.964 checking whether -lc should be explicitly linked in... no
#11 5.985 checking dynamic linker characteristics... GNU/Linux ld.so
#11 6.029 checking how to hardcode library paths into programs... immediate
#11 6.029 checking whether stripping libraries is possible... yes
#11 6.031 checking if libtool supports shared libraries... yes
#11 6.031 checking whether to build shared libraries... yes
#11 6.031 checking whether to build static libraries... yes
#11 6.032 checking for pkg-config... /usr/bin/pkg-config
#11 6.032 checking for pkg-config... /usr/bin/pkg-config
#11 6.033 checking pkg-config is at least version 0.20... yes
#11 6.033 checking for libosmocore >= 1.9.0... yes
#11 6.040 checking for libosmovty >= 1.9.0... yes
#11 6.046 checking for libosmogsm >= 1.9.0... yes
#11 6.053 checking for libosmo-netif >= 1.4.0... yes
#11 6.059 checking for library containing sctp_recvmsg... -lsctp
#11 6.123 checking if gcc supports -fvisibility=hidden... yes
#11 6.137 checking for doxygen... /usr/bin/doxygen
#11 6.140 checking whether to enable VTY/CTRL tests... no
#11 6.140 CFLAGS=" -std=gnu11 -Wall"
#11 6.140 CPPFLAGS=" -Wall"
#11 6.161 checking that generated files are newer than configure... done
#11 6.161 configure: creating ./config.status
#11 6.496 config.status: creating libosmo-sigtran.pc
#11 6.505 config.status: creating libosmo-sccp.pc
#11 6.514 config.status: creating libosmo-mtp.pc
#11 6.523 config.status: creating libosmo-xua.pc
#11 6.532 config.status: creating include/osmocom/Makefile
#11 6.544 config.status: creating include/osmocom/sccp/Makefile
#11 6.557 config.status: creating include/osmocom/mtp/Makefile
#11 6.569 config.status: creating include/osmocom/sigtran/Makefile
#11 6.582 config.status: creating include/Makefile
#11 6.594 config.status: creating src/Makefile
#11 6.608 config.status: creating tests/Makefile
#11 6.622 config.status: creating tests/sccp/Makefile
#11 6.634 config.status: creating tests/mtp/Makefile
#11 6.647 config.status: creating tests/m2ua/Makefile
#11 6.658 config.status: creating tests/xua/Makefile
#11 6.672 config.status: creating tests/ss7/Makefile
#11 6.684 config.status: creating tests/vty/Makefile
#11 6.697 config.status: creating examples/Makefile
#11 6.710 config.status: creating stp/Makefile
#11 6.723 config.status: creating doc/Makefile
#11 6.736 config.status: creating doc/examples/Makefile
#11 6.748 config.status: creating doc/manuals/Makefile
#11 6.762 config.status: creating contrib/Makefile
#11 6.774 config.status: creating contrib/systemd/Makefile
#11 6.786 config.status: creating contrib/libosmo-sccp.spec
#11 6.799 config.status: creating Doxyfile
#11 6.813 config.status: creating Makefile
#11 6.827 config.status: executing tests/atconfig commands
#11 6.829 config.status: executing depfiles commands
#11 7.053 config.status: executing libtool commands
#11 7.092 echo 1.8.0.63-ee75 > .version-t && mv .version-t .version
#11 7.094 make  install-recursive
#11 7.096 make[1]: Entering directory '/data/libosmo-sccp'
#11 7.098 Making install in include
#11 7.100 make[2]: Entering directory '/data/libosmo-sccp/include'
#11 7.103 Making install in osmocom
#11 7.104 make[3]: Entering directory '/data/libosmo-sccp/include/osmocom'
#11 7.107 Making install in mtp
#11 7.109 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/mtp'
#11 7.111 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/mtp'
#11 7.111 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.112  /usr/bin/mkdir -p '/usr/local/include/osmocom/mtp'
#11 7.114  /usr/bin/install -c -m 644 mtp_level3.h mtp_pcap.h '/usr/local/include/osmocom/mtp'
#11 7.116 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/mtp'
#11 7.116 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/mtp'
#11 7.116 Making install in sccp
#11 7.117 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/sccp'
#11 7.119 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/sccp'
#11 7.119 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.120  /usr/bin/mkdir -p '/usr/local/include/osmocom/sccp'
#11 7.122  /usr/bin/install -c -m 644 sccp_types.h sccp.h '/usr/local/include/osmocom/sccp'
#11 7.123 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/sccp'
#11 7.123 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/sccp'
#11 7.124 Making install in sigtran
#11 7.125 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom/sigtran'
#11 7.128 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom/sigtran'
#11 7.128 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.129  /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran'
#11 7.129  /usr/bin/mkdir -p '/usr/local/include/osmocom/sigtran/protocol'
#11 7.131  /usr/bin/install -c -m 644 xua_types.h xua_msg.h m2ua_types.h sccp_sap.h sigtran_sap.h sccp_helpers.h mtp_sap.h osmo_ss7.h '/usr/local/include/osmocom/sigtran'
#11 7.131  /usr/bin/install -c -m 644 protocol/sua.h protocol/m3ua.h protocol/mtp.h protocol/sccp_scmg.h '/usr/local/include/osmocom/sigtran/protocol'
#11 7.133 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom/sigtran'
#11 7.133 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom/sigtran'
#11 7.134 make[4]: Entering directory '/data/libosmo-sccp/include/osmocom'
#11 7.136 make[5]: Entering directory '/data/libosmo-sccp/include/osmocom'
#11 7.136 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.136 make[5]: Nothing to be done for 'install-data-am'.
#11 7.136 make[5]: Leaving directory '/data/libosmo-sccp/include/osmocom'
#11 7.136 make[4]: Leaving directory '/data/libosmo-sccp/include/osmocom'
#11 7.137 make[3]: Leaving directory '/data/libosmo-sccp/include/osmocom'
#11 7.138 make[3]: Entering directory '/data/libosmo-sccp/include'
#11 7.140 make[4]: Entering directory '/data/libosmo-sccp/include'
#11 7.140 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.140 make[4]: Nothing to be done for 'install-data-am'.
#11 7.140 make[4]: Leaving directory '/data/libosmo-sccp/include'
#11 7.140 make[3]: Leaving directory '/data/libosmo-sccp/include'
#11 7.140 make[2]: Leaving directory '/data/libosmo-sccp/include'
#11 7.141 Making install in src
#11 7.143 make[2]: Entering directory '/data/libosmo-sccp/src'
#11 7.144   CC       sccp.o
#11 7.144   CC       mtp_pcap.o
#11 7.144   CC       libxua_a-xua_msg.o
#11 7.144   CC       ipa.lo
#11 7.145   CC       m3ua.lo
#11 7.145   CC       osmo_ss7.lo
#11 7.145   CC       osmo_ss7_as.lo
#11 7.145   CC       osmo_ss7_asp.lo
#11 7.146   CC       osmo_ss7_asp_peer.lo
#11 7.146   CC       osmo_ss7_hmrt.lo
#11 7.146   CC       osmo_ss7_vty.lo
#11 7.146   CC       osmo_ss7_xua_srv.lo
#11 7.149   CC       sccp2sua.lo
#11 7.150   CC       sccp_helpers.lo
#11 7.151   CC       sccp_lbcs.lo
#11 7.152   CC       sccp_sap.lo
#11 7.181   CC       sccp_sclc.lo
#11 7.242   CC       sccp_scmg.lo
#11 7.307   CC       sccp_scrc.lo
#11 7.320   CC       sccp_scoc.lo
#11 7.330   CC       sccp_types.lo
#11 7.341   CC       sccp_user.lo
#11 7.341   CC       sccp_vty.lo
#11 7.352   CC       sua.lo
#11 7.384   CC       xua_asp_fsm.lo
#11 7.386   CC       xua_as_fsm.lo
#11 7.388   CC       xua_default_lm_fsm.lo
#11 7.411   CC       xua_msg.lo
#11 7.414 sccp_scoc.c: In function 'scoc_fsm_active':
#11 7.414 sccp_scoc.c:1200:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user'
#11 7.414  1200 | #pragma message ("TODO: internal disco: send N-DISCONNECT.ind to user")
#11 7.414       |         ^~~~~~~
#11 7.426   CC       xua_rkm.lo
#11 7.432   CC       xua_shared.lo
#11 7.444   CC       xua_snm.lo
#11 7.519   AR       libsccp.a
#11 7.520 ar: `u' modifier ignored since `D' is the default (see `U')
#11 7.523   AR       libmtp.a
#11 7.523 ar: `u' modifier ignored since `D' is the default (see `U')
#11 7.528   AR       libxua.a
#11 7.529 ar: `u' modifier ignored since `D' is the default (see `U')
#11 7.724   CCLD     libosmo-sigtran.la
#11 7.962 make[3]: Entering directory '/data/libosmo-sccp/src'
#11 7.963  /usr/bin/mkdir -p '/usr/local/lib'
#11 7.963  /usr/bin/mkdir -p '/usr/local/lib'
#11 7.964  /usr/bin/install -c -m 644  libsccp.a libmtp.a libxua.a '/usr/local/lib'
#11 7.964  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libosmo-sigtran.la '/usr/local/lib'
#11 7.967  ( cd '/usr/local/lib' && ranlib libsccp.a )
#11 7.971  ( cd '/usr/local/lib' && ranlib libmtp.a )
#11 7.974  ( cd '/usr/local/lib' && ranlib libxua.a )
#11 7.989 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.so.9.0.0 /usr/local/lib/libosmo-sigtran.so.9.0.0
#11 7.993 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9 || { rm -f libosmo-sigtran.so.9 && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so.9; }; })
#11 7.996 libtool: install: (cd /usr/local/lib && { ln -s -f libosmo-sigtran.so.9.0.0 libosmo-sigtran.so || { rm -f libosmo-sigtran.so && ln -s libosmo-sigtran.so.9.0.0 libosmo-sigtran.so; }; })
#11 7.999 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.lai /usr/local/lib/libosmo-sigtran.la
#11 8.002 libtool: install: /usr/bin/install -c .libs/libosmo-sigtran.a /usr/local/lib/libosmo-sigtran.a
#11 8.006 libtool: install: chmod 644 /usr/local/lib/libosmo-sigtran.a
#11 8.008 libtool: install: ranlib /usr/local/lib/libosmo-sigtran.a
#11 8.048 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
#11 8.049 ----------------------------------------------------------------------
#11 8.049 Libraries have been installed in:
#11 8.049    /usr/local/lib
#11 8.049 
#11 8.049 If you ever happen to want to link against installed libraries
#11 8.049 in a given directory, LIBDIR, you must either use libtool, and
#11 8.049 specify the full pathname of the library, or use the '-LLIBDIR'
#11 8.049 flag during linking and do at least one of the following:
#11 8.049    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
#11 8.049      during execution
#11 8.049    - add LIBDIR to the 'LD_RUN_PATH' environment variable
#11 8.049      during linking
#11 8.049    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
#11 8.049    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
#11 8.049 
#11 8.049 See any operating system documentation about shared libraries for
#11 8.049 more information, such as the ld(1) and ld.so(8) manual pages.
#11 8.049 ----------------------------------------------------------------------
#11 8.049 make[3]: Leaving directory '/data/libosmo-sccp/src'
#11 8.050 make[2]: Leaving directory '/data/libosmo-sccp/src'
#11 8.050 Making install in tests
#11 8.052 make[2]: Entering directory '/data/libosmo-sccp/tests'
#11 8.055 Making install in xua
#11 8.057 make[3]: Entering directory '/data/libosmo-sccp/tests/xua'
#11 8.059 make[4]: Entering directory '/data/libosmo-sccp/tests/xua'
#11 8.059 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.059 make[4]: Nothing to be done for 'install-data-am'.
#11 8.059 make[4]: Leaving directory '/data/libosmo-sccp/tests/xua'
#11 8.059 make[3]: Leaving directory '/data/libosmo-sccp/tests/xua'
#11 8.059 Making install in sccp
#11 8.061 make[3]: Entering directory '/data/libosmo-sccp/tests/sccp'
#11 8.062 make[4]: Entering directory '/data/libosmo-sccp/tests/sccp'
#11 8.062 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.062 make[4]: Nothing to be done for 'install-data-am'.
#11 8.062 make[4]: Leaving directory '/data/libosmo-sccp/tests/sccp'
#11 8.063 make[3]: Leaving directory '/data/libosmo-sccp/tests/sccp'
#11 8.063 Making install in mtp
#11 8.064 make[3]: Entering directory '/data/libosmo-sccp/tests/mtp'
#11 8.066 make[4]: Entering directory '/data/libosmo-sccp/tests/mtp'
#11 8.066 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.066 make[4]: Nothing to be done for 'install-data-am'.
#11 8.066 make[4]: Leaving directory '/data/libosmo-sccp/tests/mtp'
#11 8.066 make[3]: Leaving directory '/data/libosmo-sccp/tests/mtp'
#11 8.067 Making install in m2ua
#11 8.069 make[3]: Entering directory '/data/libosmo-sccp/tests/m2ua'
#11 8.071 make[4]: Entering directory '/data/libosmo-sccp/tests/m2ua'
#11 8.071 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.071 make[4]: Nothing to be done for 'install-data-am'.
#11 8.071 make[4]: Leaving directory '/data/libosmo-sccp/tests/m2ua'
#11 8.071 make[3]: Leaving directory '/data/libosmo-sccp/tests/m2ua'
#11 8.071 Making install in ss7
#11 8.072 make[3]: Entering directory '/data/libosmo-sccp/tests/ss7'
#11 8.075 make[4]: Entering directory '/data/libosmo-sccp/tests/ss7'
#11 8.075 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.075 make[4]: Nothing to be done for 'install-data-am'.
#11 8.075 make[4]: Leaving directory '/data/libosmo-sccp/tests/ss7'
#11 8.075 make[3]: Leaving directory '/data/libosmo-sccp/tests/ss7'
#11 8.075 Making install in vty
#11 8.077 make[3]: Entering directory '/data/libosmo-sccp/tests/vty'
#11 8.079 make[4]: Entering directory '/data/libosmo-sccp/tests/vty'
#11 8.079 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.079 make[4]: Nothing to be done for 'install-data-am'.
#11 8.079 make[4]: Leaving directory '/data/libosmo-sccp/tests/vty'
#11 8.079 make[3]: Leaving directory '/data/libosmo-sccp/tests/vty'
#11 8.081 make[3]: Entering directory '/data/libosmo-sccp/tests'
#11 8.083 make[4]: Entering directory '/data/libosmo-sccp/tests'
#11 8.083 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.083 make[4]: Nothing to be done for 'install-data-am'.
#11 8.083 make[4]: Leaving directory '/data/libosmo-sccp/tests'
#11 8.083 make[3]: Leaving directory '/data/libosmo-sccp/tests'
#11 8.083 make[2]: Leaving directory '/data/libosmo-sccp/tests'
#11 8.083 Making install in examples
#11 8.086 make[2]: Entering directory '/data/libosmo-sccp/examples'
#11 8.086   CC       sccp_demo_user.o
#11 8.087   CC       sccp_test_server.o
#11 8.087   CC       sccp_test_vty.o
#11 8.141   CCLD     sccp_demo_user
#11 8.276 make[3]: Entering directory '/data/libosmo-sccp/examples'
#11 8.276 make[3]: Nothing to be done for 'install-exec-am'.
#11 8.276 make[3]: Nothing to be done for 'install-data-am'.
#11 8.276 make[3]: Leaving directory '/data/libosmo-sccp/examples'
#11 8.276 make[2]: Leaving directory '/data/libosmo-sccp/examples'
#11 8.276 Making install in stp
#11 8.278 make[2]: Entering directory '/data/libosmo-sccp/stp'
#11 8.279   CC       stp_main.o
#11 8.334   CCLD     osmo-stp
#11 8.477 make[3]: Entering directory '/data/libosmo-sccp/stp'
#11 8.478 make[3]: Nothing to be done for 'install-data-am'.
#11 8.479  /usr/bin/mkdir -p '/usr/local/bin'
#11 8.481   /bin/bash ../libtool   --mode=install /usr/bin/install -c osmo-stp '/usr/local/bin'
#11 8.514 libtool: install: /usr/bin/install -c .libs/osmo-stp /usr/local/bin/osmo-stp
#11 8.515 make[3]: Leaving directory '/data/libosmo-sccp/stp'
#11 8.516 make[2]: Leaving directory '/data/libosmo-sccp/stp'
#11 8.516 Making install in doc
#11 8.517 make[2]: Entering directory '/data/libosmo-sccp/doc'
#11 8.521 Making install in examples
#11 8.522 make[3]: Entering directory '/data/libosmo-sccp/doc/examples'
#11 8.524 make[4]: Entering directory '/data/libosmo-sccp/doc/examples'
#11 8.524 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.525  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 8.525  /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sccp/examples/osmo-stp'
#11 8.526  /usr/bin/install -c -m 644 osmo-stp.cfg '/usr/local/etc/osmocom'
#11 8.527  /usr/bin/install -c -m 644 osmo-stp.cfg osmo-stp-multihome.cfg '/usr/local/share/doc/libosmo-sccp/examples/osmo-stp'
#11 8.528 make[4]: Leaving directory '/data/libosmo-sccp/doc/examples'
#11 8.528 make[3]: Leaving directory '/data/libosmo-sccp/doc/examples'
#11 8.528 Making install in manuals
#11 8.530 make[3]: Entering directory '/data/libosmo-sccp/doc/manuals'
#11 8.532 make[4]: Entering directory '/data/libosmo-sccp/doc/manuals'
#11 8.532 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.532 make[4]: Nothing to be done for 'install-data-am'.
#11 8.532 make[4]: Leaving directory '/data/libosmo-sccp/doc/manuals'
#11 8.532 make[3]: Leaving directory '/data/libosmo-sccp/doc/manuals'
#11 8.533 make[3]: Entering directory '/data/libosmo-sccp/doc'
#11 8.535 make[4]: Entering directory '/data/libosmo-sccp/doc'
#11 8.535 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.535 make[4]: Nothing to be done for 'install-data-am'.
#11 8.535 make[4]: Leaving directory '/data/libosmo-sccp/doc'
#11 8.535 make[3]: Leaving directory '/data/libosmo-sccp/doc'
#11 8.536 make[2]: Leaving directory '/data/libosmo-sccp/doc'
#11 8.536 Making install in contrib
#11 8.537 make[2]: Entering directory '/data/libosmo-sccp/contrib'
#11 8.540 Making install in systemd
#11 8.542 make[3]: Entering directory '/data/libosmo-sccp/contrib/systemd'
#11 8.544 make[4]: Entering directory '/data/libosmo-sccp/contrib/systemd'
#11 8.544 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.545  /usr/bin/mkdir -p '/lib/systemd/system'
#11 8.547  /usr/bin/install -c -m 644 osmo-stp.service '/lib/systemd/system'
#11 8.549 make[4]: Leaving directory '/data/libosmo-sccp/contrib/systemd'
#11 8.549 make[3]: Leaving directory '/data/libosmo-sccp/contrib/systemd'
#11 8.551 make[3]: Entering directory '/data/libosmo-sccp/contrib'
#11 8.553 make[4]: Entering directory '/data/libosmo-sccp/contrib'
#11 8.553 make[4]: Nothing to be done for 'install-exec-am'.
#11 8.553 make[4]: Nothing to be done for 'install-data-am'.
#11 8.553 make[4]: Leaving directory '/data/libosmo-sccp/contrib'
#11 8.553 make[3]: Leaving directory '/data/libosmo-sccp/contrib'
#11 8.554 make[2]: Leaving directory '/data/libosmo-sccp/contrib'
#11 8.557 make[2]: Entering directory '/data/libosmo-sccp'
#11 8.558 mkdir -p doc/sigtran
#11 8.559 /usr/bin/doxygen Doxyfile
#11 8.578 warning: Tag 'SYMBOL_CACHE_SIZE' at line 310 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'SHOW_DIRECTORIES' at line 519 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'COLS_IN_ALPHA_INDEX' at line 799 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'HTML_ALIGN_MEMBERS' at line 900 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'USE_INLINE_TREES' at line 1087 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'LATEX_SOURCE_CODE' at line 1247 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'XML_SCHEMA' at line 1339 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'XML_DTD' at line 1345 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'PERL_PATH' at line 1510 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'CLASS_DIAGRAMS' at line 1522 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: Tag 'MSCGEN_PATH' at line 1531 of file 'Doxyfile' has become obsolete.
#11 8.578          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
#11 8.578 warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
#11 8.578 Using the default: a4!
#11 8.622 Doxygen version used: 1.9.4
#11 8.622 Searching for include files...
#11 8.622 Searching for example files...
#11 8.622 Searching for images...
#11 8.622 Searching for dot files...
#11 8.622 Searching for msc files...
#11 8.622 Searching for dia files...
#11 8.622 Searching for files to exclude
#11 8.622 Searching INPUT for files to process...
#11 8.622 Searching for files in directory /data/libosmo-sccp/include/osmocom/sigtran
#11 8.622 Searching for files in directory /data/libosmo-sccp/include/osmocom/sigtran/protocol
#11 8.622 Searching for files in directory /data/libosmo-sccp/src
#11 8.622 Reading and parsing tag files
#11 8.622 Parsing files
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/m2ua_types.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/mtp_sap.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/m3ua.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/mtp.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/protocol/sua.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sccp_helpers.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sccp_sap.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/sigtran_sap.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/xua_msg.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/xua_msg.h...
#11 8.622 Preprocessing /data/libosmo-sccp/include/osmocom/sigtran/xua_types.h...
#11 8.622 Parsing file /data/libosmo-sccp/include/osmocom/sigtran/xua_types.h...
#11 8.622 Preprocessing /data/libosmo-sccp/src/ipa.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/ipa.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/m3ua.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/m3ua.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/mtp_pcap.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/mtp_pcap.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_as.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_as.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_asp.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_asp.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_asp_peer.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_asp_peer.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_hmrt.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_hmrt.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_vty.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_vty.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/osmo_ss7_xua_srv.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/osmo_ss7_xua_srv.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp2sua.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp2sua.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp_helpers.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp_helpers.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp_internal.h...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp_internal.h...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp_lbcs.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp_lbcs.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp_sap.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp_sap.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/sccp_sclc.c...
#11 8.622 Parsing file /data/libosmo-sccp/src/sccp_sclc.c...
#11 8.622 Preprocessing /data/libosmo-sccp/src/data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
#11 8.727 /sccp_scmg.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_scmg.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sccp_scoc.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_scoc.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sccp_scrc.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_scrc.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sccp_types.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_types.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sccp_user.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_user.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sccp_vty.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sccp_vty.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/ss7_internal.h...
#11 8.727 Parsing file /data/libosmo-sccp/src/ss7_internal.h...
#11 8.727 Preprocessing /data/libosmo-sccp/src/sua.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/sua.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_as_fsm.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_as_fsm.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_as_fsm.h...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_as_fsm.h...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_asp_fsm.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_asp_fsm.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_asp_fsm.h...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_asp_fsm.h...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_default_lm_fsm.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_default_lm_fsm.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_internal.h...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_internal.h...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_msg.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_msg.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_rkm.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_rkm.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_shared.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_shared.c...
#11 8.727 Preprocessing /data/libosmo-sccp/src/xua_snm.c...
#11 8.727 Parsing file /data/libosmo-sccp/src/xua_snm.c...
#11 8.727 Building macro definition list...
#11 8.727 Building group list...
#11 8.727 Building directory list...
#11 8.727 Building namespace list...
#11 8.727 Building file list...
#11 8.727 Building class list...
#11 8.727 Building concept list...
#11 8.727 Computing nesting relations for classes...
#11 8.727 Associating documentation with classes...
#11 8.727 Associating documentation with concepts...
#11 8.727 Building example list...
#11 8.727 Searching for enumerations...
#11 8.727 Searching for documented typedefs...
#11 8.727 Searching for members imported via using declarations...
#11 8.727 Searching for included using directives...
#11 8.727 Searching for documented variables...
#11 8.727 Building interface member list...
#11 8.727 Building member list...
#11 8.727 Searching for friends...
#11 8.727 Searching for documented defines...
#11 8.727 Computing class inheritance relations...
#11 8.727 Computing class usage relations...
#11 8.727 Flushing cached template relations that have become invalid...
#11 8.727 Computing class relations...
#11 8.727 Add enum values to enums...
#11 8.727 Searching for member function documentation...
#11 8.727 Creating members for template instances...
#11 8.727 Building page list...
#11 8.727 Search for main page...
#11 8.727 Computing page relations...
#11 8.727 Determining the scope of groups...
#11 8.727 Sorting lists...
#11 8.727 Determining which enums are documented
#11 8.727 Computing member relations...
#11 8.727 Building full member lists recursively...
#11 8.727 Adding members to member groups.
#11 8.727 Computing member references...
#11 8.727 Inheriting documentation...
#11 8.727 Generating disk names...
#11 8.727 Adding source references...
#11 8.727 Adding xrefitems...
#11 8.727 Sorting member lists...
#11 8.727 Setting anonymous enum type...
#11 8.727 Computing dependencies between directories...
#11 8.727 Generating citations page...
#11 8.727 Counting members...
#11 8.727 Counting data structures...
#11 8.727 Resolving user defined references...
#11 8.727 Finding anchors and sections in the documentation...
#11 8.727 Transferring function references...
#11 8.727 Combining using relations...
#11 8.727 Adding members to index pages...
#11 8.727 Correcting members for VHDL...
#11 8.727 Computing tooltip texts...
#11 8.727 Generating style sheet...
#11 8.727 Generating search indices...
#11 8.727 Generating example documentation...
#11 8.727 Generating file sources...
#11 8.727 Generating code for file include/osmocom/sigtran/m2ua_types.h...
#11 8.727 Generating code for file include/osmocom/sigtran/mtp_sap.h...
#11 8.727 Generating code for file include/osmocom/sigtran/osmo_ss7.h...
#11 8.727 Generating code for file include/osmocom/sigtran/protocol/m3ua.h...
#11 8.727 Generating code for file include/osmocom/sigtran/protocol/mtp.h...
#11 8.727 Generating code for file include/osmocom/sigt/data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: 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.859 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:514: warning: The following parameter of osmo_ss7_asp_rx_unknown_cb(struct osmo_ss7_asp *asp, int ppid_mux, struct msgb *msg) is not documented:
#11 8.859   parameter 'ppid_mux'
#11 8.859 /data/libosmo-sccp/src/sccp_user.c:881: 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.859 /data/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
#11 8.859   parameter 'inst'
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name)
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
#11 8.861   parameter 'asp_name'
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command
#11 8.861 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
#11 8.861   parameter 'asp_name'
#11 8.862 /data/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command
#11 8.862 /data/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command
#11 8.862 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command
#11 8.862 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command
#11 8.863 /data/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command
#11 8.867 /data/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command
#11 8.869 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_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.869 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_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.869   parameter 'inst'
#11 8.881 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: 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.881 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
#11 8.881   parameter 'addr'
#11 8.881 /data/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented:
#11 8.881   parameter 'prim_cb'
#11 8.881 /data/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
#11 8.881   parameter 'prim_cb'
#11 8.885 /data/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command
#11 8.885 /data/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
#11 8.885   parameter 'num_maps'
#11 8.891 /data/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command
#11 8.891 /data/libosmo-sccp/src/m3ua.c:901: 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.891 /data/libosmo-sccp/src/m3ua.c:901: 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.891   parameter 'info_str'
#11 8.892 /data/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command
#11 8.898 /data/libosmo-sccp/src/osmo_ss7.c:1002: warning: unable to resolve reference to 'asp' for \ref command
#11 8.900 /data/libosmo-sccp/src/osmo_ss7.c:733: warning: unable to resolve reference to 'pc' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: unable to resolve reference to 'asp' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name)
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:98: warning: unable to resolve reference to 'as' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:97: warning: The following parameter of osmo_ss7_as_add_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
#11 8.903   parameter 'asp_name'
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: unable to resolve reference to 'asp' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: argument 'asp' of command @param is not found in the argument list of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name)
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:128: warning: unable to resolve reference to 'as' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:127: warning: The following parameter of osmo_ss7_as_del_asp(struct osmo_ss7_as *as, const char *asp_name) is not documented:
#11 8.903   parameter 'asp_name'
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:177: warning: unable to resolve reference to 'asp' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:178: warning: unable to resolve reference to 'as' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'asp' for \ref command
#11 8.903 /data/libosmo-sccp/src/osmo_ss7_as.c:179: warning: unable to resolve reference to 'as' for \ref command
#11 8.907 /data/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
#11 8.907   parameter 'trans_proto'
#11 8.921 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: 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.921 /data/libosmo-sccp/src/osmo_ss7_vty.c:2259: warning: The following parameter of osmo_sccp_name_by_addr(const struct osmo_sccp_addr *addr) is not documented:
#11 8.921   parameter 'addr'
#11 8.926 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: argument 'ctx' of command @param is not found in the argument list of osmo_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.926 /data/libosmo-sccp/src/osmo_ss7_xua_srv.c:251: warning: The following parameter of osmo_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.926   parameter 'inst'
#11 8.934 /data/libosmo-sccp/src/sccp2sua.c:92: warning: unable to resolve reference to 'in_digits' for \ref command
#11 8.935 /data/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
#11 8.935 /data/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
#11 8.936 /data/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
#11 8.938 /data/libosmo-sccp/src/sccp2sua.c:320: warning: unable to resolve reference to 'addr' for \ref command
#11 8.939 /data/libosmo-sccp/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.939   parameter 'type'
#11 8.939 /data/libosmo-sccp/src/sccp2sua.c:1176: warning: unable to resolve reference to 'xua' for \ref command
#11 8.939 /data/libosmo-sccp/src/sccp2sua.c:1140: warning: unable to resolve reference to 'xua' for \ref command
#11 8.939 /data/libosmo-sccp/src/sccp2sua.c:1209: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:1300: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:1638: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:1599: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:1429: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:1559: warning: unable to resolve reference to 'xua' for \ref command
#11 8.940 /data/libosmo-sccp/src/sccp2sua.c:797: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1271: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1238: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1332: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1468: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1382: warning: unable to resolve reference to 'xua' for \ref command
#11 8.941 /data/libosmo-sccp/src/sccp2sua.c:1519: warning: unable to resolve reference to 'xua' for \ref command
#11 8.942 /data/libosmo-sccp/src/sccp2sua.c:1189: warning: unable to resolve reference to 'xua' for \ref command
#11 8.942 /data/libosmo-sccp/src/sccp2sua.c:1156: warning: unable to resolve reference to 'xua' for \ref command
#11 8.942 /data/libosmo-sccp/src/sccp2sua.c:1221: warning: unable to resolve reference to 'xua' for \ref command
#11 8.943 /data/libosmo-sccp/src/sccp2sua.c:565: warning: unable to resolve reference to 'opt' for \ref command
#11 8.949 /data/libosmo-sccp/src/sccp_sclc.c:143: 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.949 /data/libosmo-sccp/src/sccp_sclc.c:143: 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.949   parameter 'oph'
#11 8.949 /data/libosmo-sccp/src/sccp_sclc.c:119: 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.949 /data/libosmo-sccp/src/sccp_sclc.c:119: 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.949   parameter 'oph'
#11 8.958 /data/libosmo-sccp/src/sccp_sclc.c:143: 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.958 /data/libosmo-sccp/src/sccp_sclc.c:143: 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.958   parameter 'oph'
#11 8.958 /data/libosmo-sccp/src/sccp_sclc.c:119: 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.958 /data/libosmo-sccp/src/sccp_sclc.c:119: 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.958   parameter 'oph'
#11 8.973 /data/libosmo-sccp/src/sccp_user.c:881: 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.973 /data/libosmo-sccp/src/sccp_user.c:881: warning: The following parameter of osmo_sccp_set_max_optional_data(struct osmo_sccp_instance *inst, int val) is not documented:
#11 8.973   parameter 'inst'
#11 8.974 /data/libosmo-sccp/src/sccp_user.c:136: warning: The following parameter of osmo_sccp_user_bind(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn) is not documented:
#11 8.974   parameter 'prim_cb'
#11 8.974 /data/libosmo-sccp/src/sccp_user.c:123: warning: The following parameter of osmo_sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
#11 8.974   parameter 'prim_cb'
#11 8.975 /data/libosmo-sccp/src/sccp_user.c:88: warning: The following parameter of sccp_user_bind_pc(struct osmo_sccp_instance *inst, const char *name, osmo_prim_cb prim_cb, uint16_t ssn, uint32_t pc) is not documented:
#11 8.975   parameter 'prim_cb'
#11 8.978 /data/libosmo-sccp/src/osmo_ss7_asp.c:459: warning: The following parameter of ss7_asp_find_by_socket_addr(int fd, int trans_proto) is not documented:
#11 8.978   parameter 'trans_proto'
#11 8.981 /data/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command
#11 8.982 /data/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command
#11 8.983 /data/libosmo-sccp/src/sua.c:910: 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.983 /data/libosmo-sccp/src/sua.c:910: 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.983   parameter 'info_str'
#11 8.984 /data/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command
#11 8.996 ran/protocol/sccp_scmg.h...
#11 8.996 Generating code for file include/osmocom/sigtran/protocol/sua.h...
#11 8.996 Generating code for file include/osmocom/sigtran/sccp_helpers.h...
#11 8.996 Generating code for file include/osmocom/sigtran/sccp_sap.h...
#11 8.996 Generating code for file include/osmocom/sigtran/sigtran_sap.h...
#11 8.996 Generating code for file include/osmocom/sigtran/xua_msg.h...
#11 8.996 Generating code for file include/osmocom/sigtran/xua_types.h...
#11 8.996 Parsing code for file src/ipa.c...
#11 8.996 Parsing code for file src/m3ua.c...
#11 8.996 Parsing code for file src/mtp_pcap.c...
#11 8.996 Parsing code for file src/osmo_ss7.c...
#11 8.996 Parsing code for file src/osmo_ss7_as.c...
#11 8.996 Parsing code for file src/osmo_ss7_asp.c...
#11 8.996 Parsing code for file src/osmo_ss7_asp_peer.c...
#11 8.996 Parsing code for file src/osmo_ss7_hmrt.c...
#11 8.996 Parsing code for file src/osmo_ss7_vty.c...
#11 8.996 Parsing code for file src/osmo_ss7_xua_srv.c...
#11 8.996 Parsing code for file src/sccp.c...
#11 8.996 Parsing code for file src/sccp2sua.c...
#11 8.996 Parsing code for file src/sccp_helpers.c...
#11 8.996 Generating code for file src/sccp_internal.h...
#11 8.996 Parsing code for file src/sccp_lbcs.c...
#11 8.996 Parsing code for file src/sccp_sap.c...
#11 8.996 Parsing code for file src/sccp_sclc.c...
#11 8.996 Parsing code for file src/sccp_scmg.c...
#11 8.996 Parsing code for file src/sccp_scoc.c...
#11 8.996 Parsing code for file src/sccp_scrc.c...
#11 8.996 Parsing code for file src/sccp_types.c...
#11 8.996 Parsing code for file src/sccp_user.c...
#11 8.996 Parsing code for file src/sccp_vty.c...
#11 8.996 Generating code for file src/ss7_internal.h...
#11 8.996 Parsing code for file src/sua.c...
#11 8.996 Parsing code for file src/xua_as_fsm.c...
#11 8.996 Generating code for file src/xua_as_fsm.h...
#11 8.996 Parsing code for file src/xua_asp_fsm.c...
#11 8.996 Generating code for file src/xua_asp_fsm.h...
#11 8.996 Parsing code for file src/xua_default_lm_fsm.c...
#11 8.996 Generating code for file src/xua_internal.h...
#11 8.996 Parsing code for file src/xua_msg.c...
#11 8.996 Parsing code for file src/xua_rkm.c...
#11 8.996 Parsing code for file src/xua_shared.c...
#11 8.996 Parsing code for file src/xua_snm.c...
#11 8.996 Generating file documentation...
#11 8.996 Generating docs for file include/osmocom/sigtran/m2ua_types.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/mtp_sap.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/osmo_ss7.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/protocol/m3ua.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/protocol/mtp.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/protocol/sccp_scmg.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/protocol/sua.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/sccp_helpers.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/sccp_sap.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/sigtran_sap.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/xua_msg.h...
#11 8.996 Generating docs for file include/osmocom/sigtran/xua_types.h...
#11 8.996 Generating docs for file src/ipa.c...
#11 8.996 Generating docs for file src/m3ua.c...
#11 8.996 Generating docs for file src/mtp_pcap.c...
#11 8.996 Generating docs for file src/osmo_ss7.c...
#11 8.996 Generating docs for file src/osmo_ss7_as.c...
#11 8.996 Generating docs for file src/osmo_ss7_asp.c...
#11 8.996 Generating docs for file src/osmo_ss7_asp_peer.c...
#11 8.996 Generating docs for file src/osmo_ss7_hmrt.c...
#11 8.996 Generating docs for file src/osmo_ss7_vty.c...
#11 8.996 Generating docs for file src/osmo_ss7_xua_srv.c...
#11 8.996 Generating docs for file src/sccp.c...
#11 8.996 Generating docs for file src/sccp2sua.c...
#11 8.996 Generating docs for file src/sccp_helpers.c...
#11 8.996 Generating docs for file src/sccp_internal.h...
#11 8.996 Generating docs for file src/sccp_lbcs.c...
#11 8.996 Generating docs for file src/sccp_sap.c...
#11 8.996 Generating docs for file src/sccp_sclc.c...
#11 8.996 Generating docs for file src/sccp_scmg.c...
#11 8.996 Generating docs for file src/sccp_scoc.c...
#11 8.996 Generating docs for file src/sccp_scrc.c...
#11 8.996 Generating docs for file src/sccp_types.c...
#11 8.996 Generating docs for file src/sccp_user.c...
#11 8.996 Generating docs for file src/sccp_vty.c...
#11 8.996 Generating docs for file src/ss7_internal.h...
#11 8.996 Generating docs for file src/sua.c...
#11 8.996 Generating docs for file src/xua_as_fsm.c...
#11 8.996 Generating docs for file src/xua_as_fsm.h...
#11 8.996 Generating docs for file src/xua_asp_fsm.c...
#11 8.996 Generating docs for file src/xua_asp_fsm.h...
#11 8.996 Generating docs for file src/xua_default_lm_fsm.c...
#11 8.996 Generating docs for file src/xua_intern/data/libosmo-sccp/src/m3ua.c:685: warning: unable to resolve reference to 'msg' for \ref command
#11 8.999 /data/libosmo-sccp/src/m3ua.c:901: 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.999 /data/libosmo-sccp/src/m3ua.c:901: 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.999   parameter 'info_str'
#11 8.999 /data/libosmo-sccp/src/m3ua.c:487: warning: unable to resolve reference to 'xua' for \ref command
#11 9.000 /data/libosmo-sccp/src/sccp2sua.c:69: warning: unable to resolve reference to 'in' for \ref command
#11 9.000 /data/libosmo-sccp/src/sccp2sua.c:224: warning: unable to resolve reference to 'msg' for \ref command
#11 9.000 /data/libosmo-sccp/src/sccp2sua.c:116: warning: unable to resolve reference to 'addr' for \ref command
#11 9.001 /data/libosmo-sccp/src/sua.c:500: warning: unable to resolve reference to 'xua' for \ref command
#11 9.001 /data/libosmo-sccp/src/sua.c:674: warning: unable to resolve reference to 'msg' for \ref command
#11 9.002 /data/libosmo-sccp/src/sua.c:910: 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 9.002 /data/libosmo-sccp/src/sua.c:910: 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 9.002   parameter 'info_str'
#11 9.002 /data/libosmo-sccp/src/sua.c:302: warning: unable to resolve reference to 'xua' for \ref command
#11 9.006 /data/libosmo-sccp/src/xua_msg.c:433: warning: unable to resolve reference to 'maps' for \ref command
#11 9.006 /data/libosmo-sccp/src/xua_msg.c:431: warning: The following parameter of xua_msg_event_map(const struct xua_msg *xua, const struct xua_msg_event_map *maps, unsigned int num_maps) is not documented:
#11 9.006   parameter 'num_maps'
#11 9.029 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
#11 9.030 /data/libosmo-sccp/include/osmocom/sigtran/osmo_ss7.h:84: warning: unable to resolve reference to 'osmo_xua_servers' for \ref command
#11 9.110 al.h...
#11 9.110 Generating docs for file src/xua_msg.c...
#11 9.110 Generating docs for file src/xua_rkm.c...
#11 9.110 Generating docs for file src/xua_shared.c...
#11 9.110 Generating docs for file src/xua_snm.c...
#11 9.110 Generating page documentation...
#11 9.110 Generating group documentation...
#11 9.110 Generating class documentation...
#11 9.110 Generating docs for compound ipa_asp_fsm_priv...
#11 9.110 Generating docs for compound lm_fsm_priv...
#11 9.110 Generating docs for compound m3ua_data_hdr...
#11 9.110 Generating docs for compound osmo_mtp_pause_param...
#11 9.110 Generating docs for compound osmo_mtp_prim...
#11 9.110 Generating docs for compound osmo_mtp_resume_param...
#11 9.110 Generating docs for compound osmo_mtp_status_param...
#11 9.110 Generating docs for compound osmo_mtp_transfer_param...
#11 9.110 Generating docs for compound osmo_sccp_addr...
#11 9.110 Generating docs for compound osmo_sccp_addr_entry...
#11 9.110 Generating docs for compound osmo_sccp_gt...
#11 9.110 Generating docs for compound osmo_sccp_instance...
#11 9.110 Generating docs for compound osmo_sccp_user...
#11 9.110 Generating docs for compound osmo_scu_connect_param...
#11 9.110 Generating docs for compound osmo_scu_data_param...
#11 9.110 Generating docs for compound osmo_scu_disconn_param...
#11 9.110 Generating docs for compound osmo_scu_notice_param...
#11 9.110 Generating docs for compound osmo_scu_pcstate_param...
#11 9.110 Generating docs for compound osmo_scu_prim...
#11 9.110 Generating docs for compound osmo_scu_reset_param...
#11 9.110 Generating docs for compound osmo_scu_state_param...
#11 9.110 Generating docs for compound osmo_scu_unitdata_param...
#11 9.110 Generating docs for compound osmo_ss7_as...
#11 9.110 Generating docs for compound osmo_ss7_asp...
#11 9.110 Generating docs for compound osmo_ss7_asp_peer...
#11 9.110 Generating docs for compound osmo_ss7_instance...
#11 9.110 Generating docs for compound osmo_ss7_link...
#11 9.110 Generating docs for compound osmo_ss7_linkset...
#11 9.110 Generating docs for compound osmo_ss7_pc_fmt...
#11 9.110 Generating docs for compound osmo_ss7_route...
#11 9.110 Generating docs for compound osmo_ss7_route_table...
#11 9.110 Generating docs for compound osmo_ss7_routing_key...
#11 9.110 Generating docs for compound osmo_ss7_user...
#11 9.110 Generating docs for compound osmo_xlm_prim...
#11 9.110 Generating docs for compound osmo_xlm_prim_error...
#11 9.110 Generating docs for compound osmo_xlm_prim_notify...
#11 9.110 Generating docs for compound osmo_xlm_prim_rk_dereg...
#11 9.110 Generating docs for compound osmo_xlm_prim_rk_reg...
#11 9.110 Generating docs for compound osmo_xua_layer_manager...
#11 9.110 Generating docs for compound osmo_xua_server...
#11 9.110 Generating docs for compound pcap_hdr...
#11 9.110 Generating docs for compound pcaprec_hdr...
#11 9.110 Generating docs for compound sccp_connection...
#11 9.110 Generating docs for compound sccp_data_callback...
#11 9.110 Generating docs for compound sccp_scmg_msg...
#11 9.110 Generating docs for compound sccp_system...
#11 9.110 Generating docs for compound udt_offsets...
#11 9.110 Generating docs for compound xua_as_fsm_priv...
#11 9.110 Generating docs for compound xua_asp_fsm_priv...
#11 9.110 Generating docs for compound xua_common_hdr...
#11 9.110 Generating docs for compound xua_dialect...
#11 9.110 Generating docs for compound xua_msg...
#11 9.110 Generating docs for compound xua_msg_class...
#11 9.110 Generating docs for compound xua_msg_event_map...
#11 9.110 Generating docs for compound xua_msg_part...
#11 9.110 Generating docs for compound xua_parameter_hdr...
#11 9.110 Generating concept documentation...
#11 9.110 Generating namespace index...
#11 9.110 Generating graph info page...
#11 9.110 Generating directory documentation...
#11 9.110 Generating index page...
#11 9.110 Generating page index...
#11 9.110 Generating module index...
#11 9.110 Generating namespace index...
#11 9.110 Generating namespace member index...
#11 9.110 Generating concept index...
#11 9.110 Generating annotated compound index...
#11 9.110 Generating alphabetical compound index...
#11 9.110 Generating hierarchical class index...
#11 9.110 Generating member index...
#11 9.110 Generating file index...
#11 9.110 Generating file member index...
#11 9.110 Generating example index...
#11 9.110 finalizing index lists...
#11 9.110 writing tag file...
#11 9.110 Running plantuml with JAVA...
#11 9.110 lookup cache used 2216/65536 hits=24409 misses=2370
#11 9.110 finished...
#11 9.115 cd ./doc && tar cf html.tar */html
#11 9.135 make[3]: Entering directory '/data/libosmo-sccp'
#11 9.135 make[3]: Nothing to be done for 'install-exec-am'.
#11 9.136  /usr/bin/mkdir -p '/usr/local/share/doc/libosmo-sccp'
#11 9.136  /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
#11 9.138  /usr/bin/install -c -m 644 ./doc/html.tar '/usr/local/share/doc/libosmo-sccp'
#11 9.139  /usr/bin/install -c -m 644 libosmo-sccp.pc libosmo-mtp.pc libosmo-sigtran.pc libosmo-xua.pc '/usr/local/lib/pkgconfig'
#11 9.144 make  install-data-hook
#11 9.147 make[4]: Entering directory '/data/libosmo-sccp'
#11 9.147 cd /usr/local/share/doc/libosmo-sccp && tar xf html.tar && rm -f html.tar
#11 9.174 make[4]: Leaving directory '/data/libosmo-sccp'
#11 9.174 make[3]: Leaving directory '/data/libosmo-sccp'
#11 9.175 make[2]: Leaving directory '/data/libosmo-sccp'
#11 9.175 make[1]: Leaving directory '/data/libosmo-sccp'
#11 DONE 9.4s

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

#13 exporting to image
#13 exporting layers
#13 exporting layers 0.3s done
#13 writing image sha256:82df157963d2f7db2d10f39221952eee292c00d3194fffc91fb62c19d5f31c0b done
#13 naming to docker.io/osmocom-build/osmo-stp-master:latest 0.0s done
#13 DONE 0.3s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/osmo-stp-master'
+ docker_image_exists osmo-stp-master
+ docker images -q osmocom-build/osmo-stp-master
+ test -n 82df157963d2
+ list_osmo_packages debian-bookworm osmo-stp-master
+ local distro=debian-bookworm
+ 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.4.0.54.05ff.202404242026        amd64        Development headers for Osmocom network interface
ii  libosmocodec4:amd64                    1.9.0.196.9975.202404242026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.9.0.196.9975.202404242026       amd64        Osmo coding library
ii  libosmocore                            1.9.0.196.9975.202404242026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.9.0.196.9975.202404242026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore21:amd64                    1.9.0.196.9975.202404242026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.4.0.54.05ff.202404242026        amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo SIM library
ii  libosmousb0:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo VTY library
ii  osmocom-nightly                        202404242026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends osmo-sgsn-master
+ local feed
+ echo debian-bookworm-build
+ depends=debian-bookworm-build
+ [ -n debian-bookworm-build ]
+ docker_images_require debian-bookworm-build
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends debian-bookworm-build
+ local feed
+ depends=
+ [ -n  ]
+ docker_distro_from_image_name debian-bookworm-build
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name debian-bookworm-build
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name debian-bookworm-build
+ echo debian-bookworm-build
+ dir=debian-bookworm-build
+ pull_arg=--pull
+ grep ^FROM ../debian-bookworm-build/Dockerfile
+ from_line=FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ echo FROM	${REGISTRY}/${UPSTREAM_DISTRO}
+ grep -q $USER
+ set +x
Building image: debian-bookworm-build (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../debian-bookworm-build BUILD_ARGS=--pull UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/debian-bookworm-build OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/debian-bookworm-build'
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/common .common
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:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_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 \
	--pull -t osmocom-build/debian-bookworm-build:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 5.77kB done
#1 DONE 0.0s

#2 [auth] sharing credentials for registry.osmocom.org
#2 DONE 0.0s

#3 [internal] load metadata for registry.osmocom.org/debian:bookworm
#3 DONE 0.0s

#4 [internal] load .dockerignore
#4 transferring context: 2B done
#4 DONE 0.0s

#5 [internal] load build context
#5 DONE 0.0s

#6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12//Release
#6 DONE 0.0s

#7 https://gitea.osmocom.org/sim-card/pysim/raw/branch/master/requirements.txt
#7 DONE 0.0s

#8 [ 1/16] FROM registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f
#8 resolve registry.osmocom.org/debian:bookworm@sha256:40f71cd223a60afc1bac2adf1b204bfabef29cdef725e74993f86098ff87f92f 0.1s done
#8 DONE 0.1s

#9 https://gerrit.osmocom.org/plugins/gitiles/osmo-ci/+/master?format=TEXT
#9 DONE 0.2s

#10 https://gerrit.osmocom.org/plugins/gitiles/python/osmo-python-tests/+/master?format=TEXT
#10 DONE 0.2s

#11 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-manuals/+/master?format=TEXT
#11 DONE 0.3s

#5 [internal] load build context
#5 transferring context: 1.96kB done
#5 DONE 0.0s

#12 [15/16] ADD	HTTPS://DOWNLOADS.OSMOCOM.ORG/PACKAGES/OSMOCOM:/NIGHTLY/DEBIAN_12//RELEASE /tmp/Release
#12 CACHED

#13 [ 5/16] RUN	IF [ "$(arch)" != "x86_64" ]; then 		echo "ERROR: use debian-bookworm-build-arm instead"; 		exit 1; 	fi && 	set -x && 	apt-get update && 	apt-get install -y --no-install-recommends 		ca-certificates 		libtinfo5 		wget 		&& 	apt-get clean && 	wget 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
#13 CACHED

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

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

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

#17 [10/16] 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
#17 CACHED

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

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

#20 [12/16] 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
#20 CACHED

#21 [ 6/16] 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 		cmake 		coccinelle 		cppcheck 		curl 		dahdi-source 		dblatex 		dbus 		debhelper 		devscripts 		dh-autoreconf 		docbook5-xml 		doxygen 		equivs 		flex 		g++ 		gawk 		gcc 		gcc-arm-none-eabi 		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 		libgmp-dev 		libgnutls28-dev 		libgps-dev 		libgsm1-dev 		libjansson-dev 		liblua5.3-dev 		libmnl-dev 		libncurses5-dev 		libnewlib-arm-none-eabi 		libnftables-dev 		libnftnl-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 		liburing-dev 		libusb-1.0-0-dev 		libusb-dev 		libxml2-utils 		libzmq3-dev 		locales 		lua-socket 		make 		mscgen 		ofono 		openssh-client 		patchelf 		picolibc-arm-none-eabi 		pkg-config 		python3 		python3-gi 		python3-mako 		python3-nwdiag 		python3-pip 		python3-pyflakes 		python3-setuptools 		python3-usb 		python3-yaml 		rsync 		sdcc 		source-highlight 		sqlite3 		stow 		sudo 		swig 		systemd 		tcpdump 		telnet 		tex-gyre 		texinfo 		unzip 		virtualenv 		xsltproc 		&& 	apt-get clean
#21 CACHED

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

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

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

#25 [ 8/16] RUN	SET -x && 	cat /tmp/pysim_requirements.txt && 	pip3 install --break-system-packages 		'git+https://github.com/eriwen/lcov-to-cobertura-xml.git' 		'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' 		'git+https://github.com/podshumok/python-smpplib.git' 		'pydbus' 		'pylint' 		'pysispm' 		'sphinx' 		'sphinxcontrib-napoleon' 		-r /tmp/pysim_requirements.txt
#25 CACHED

#26 [16/16] RUN	SET -x && 	echo "deb [signed-by=/etc/apt/trusted.gpg.d/obs.osmocom.org.asc] https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12/ ./" 		> /etc/apt/sources.list.d/osmocom-nightly.list && 	apt-get update && 	apt-get install -y --no-install-recommends 		liblimesuite-dev 		libuhd-dev 		libulfius-dev 		&& 	apt-get clean
#26 CACHED

#27 exporting to image
#27 exporting layers done
#27 writing image sha256:9b1dc366aeedbc8aec37aada93660c794f9f1c0641637184cddea9f69a59312f done
#27 naming to docker.io/osmocom-build/debian-bookworm-build:latest done
#27 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/debian-bookworm-build'
+ docker_image_exists debian-bookworm-build
+ docker images -q osmocom-build/debian-bookworm-build
+ test -n 9b1dc366aeed
+ list_osmo_packages debian-bookworm debian-bookworm-build
+ local distro=debian-bookworm
+ local image=debian-bookworm-build
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/debian-bookworm-build -c
+ [ -n  ]
+ return
+ docker_distro_from_image_name osmo-sgsn-master
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name osmo-sgsn-master
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name osmo-sgsn-master
+ echo osmo-sgsn-master
+ dir=osmo-sgsn-master
+ pull_arg=--pull
+ grep ^FROM ../osmo-sgsn-master/Dockerfile
+ from_line=FROM	$USER/$DISTRO-build
+ echo FROM	$USER/$DISTRO-build
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: osmo-sgsn-master (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../osmo-sgsn-master BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/osmo-sgsn-master OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/osmo-sgsn-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/ttcn3-sgsn-test-sns/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:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_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 \
	 -t osmocom-build/osmo-sgsn-master:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.68kB done
#1 DONE 0.0s

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

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

#4 [internal] load build context
#4 DONE 0.0s

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

#6 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-gsup-client-dev 			libosmo-netif-dev 			libosmo-ranap-dev 			libosmo-sccp-dev 			libosmo-sigtran-dev 			libsmpp34-dev 			libgtp-dev 			libasn1c-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libasn1c)" 			"pkgconfig(libcrypto)" 			"pkgconfig(libgtp)" 			"pkgconfig(libosmo-gsup-client)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmo-ranap)" 			"pkgconfig(libosmo-sigtran)" 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 			;; 	esac
#6 ...

#7 https://gerrit.osmocom.org/plugins/gitiles/osmo-sgsn/+/master?format=TEXT
#7 DONE 0.2s

#7 https://gerrit.osmocom.org/plugins/gitiles/osmo-sgsn/+/master?format=TEXT
#7 DONE 0.2s

#4 [internal] load build context
#4 transferring context: 433B done
#4 DONE 0.1s

#6 [2/8] RUN	CASE "debian-bookworm" in 	debian*) 		apt-get update && 		apt-get install -y --no-install-recommends 			libosmocore-dev 			libosmo-abis-dev 			libosmo-gsup-client-dev 			libosmo-netif-dev 			libosmo-ranap-dev 			libosmo-sccp-dev 			libosmo-sigtran-dev 			libsmpp34-dev 			libgtp-dev 			libasn1c-dev && 		apt-get clean 		;; 	centos*) 		dnf install -y 			"pkgconfig(libasn1c)" 			"pkgconfig(libcrypto)" 			"pkgconfig(libgtp)" 			"pkgconfig(libosmo-gsup-client)" 			"pkgconfig(libosmo-netif)" 			"pkgconfig(libosmo-ranap)" 			"pkgconfig(libosmo-sigtran)" 			"pkgconfig(libosmoabis)" 			"pkgconfig(libosmocore)" 			"pkgconfig(libosmoctrl)" 			"pkgconfig(libosmogb)" 			"pkgconfig(libosmogsm)" 			"pkgconfig(libosmovty)" 			;; 	esac
#6 0.426 Hit:1 http://deb.debian.org/debian bookworm InRelease
#6 0.426 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#6 0.427 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#6 0.541 Hit:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ InRelease
#6 0.646 Fetched 55.4 kB in 0s (216 kB/s)
#6 0.646 Reading package lists...
#6 1.027 Reading package lists...
#6 1.397 Building dependency tree...
#6 1.490 Reading state information...
#6 1.575 The following additional packages will be installed:
#6 1.575   libasn1c1 libgtp6 libosmo-gsup-client0 libosmo-ranap7 libosmo-sigtran9
#6 1.575   libosmoabis13 libosmocodec4 libosmocoding0 libosmocore libosmocore21
#6 1.575   libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11
#6 1.575   libosmosim2 libosmotrau2 libosmousb0 libosmovty13 libsmpp1 osmocom-nightly
#6 1.604 The following NEW packages will be installed:
#6 1.604   libasn1c-dev libasn1c1 libgtp-dev libgtp6 libosmo-abis-dev
#6 1.604   libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-netif-dev
#6 1.604   libosmo-ranap-dev libosmo-ranap7 libosmo-sccp-dev libosmo-sigtran-dev
#6 1.604   libosmo-sigtran9 libosmoabis13 libosmocodec4 libosmocoding0 libosmocore
#6 1.604   libosmocore-dev libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20
#6 1.604   libosmoisdn0 libosmonetif11 libosmosim2 libosmotrau2 libosmousb0
#6 1.604   libosmovty13 libsmpp1 libsmpp34-dev osmocom-nightly
#6 1.767 0 upgraded, 31 newly installed, 0 to remove and 0 not upgraded.
#6 1.767 Need to get 3921 kB of archives.
#6 1.767 After this operation, 17.8 MB of additional disk space will be used.
#6 1.767 Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ osmocom-nightly 202404242026 [1164 B]
#6 1.778 Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore21 1.9.0.196.9975.202404242026 [164 kB]
#6 1.781 Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp6 1.11.0.18.1f9c.202404242026 [39.0 kB]
#6 1.782 Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libgtp-dev 1.11.0.18.1f9c.202404242026 [140 kB]
#6 1.785 Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocodec4 1.9.0.196.9975.202404242026 [46.0 kB]
#6 1.787 Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmotrau2 1.5.1.11.5277.202404242026 [29.0 kB]
#6 1.788 Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoisdn0 1.9.0.196.9975.202404242026 [65.4 kB]
#6 1.790 Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogsm20 1.9.0.196.9975.202404242026 [222 kB]
#6 1.793 Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmovty13 1.9.0.196.9975.202404242026 [98.1 kB]
#6 1.795 Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoabis13 1.5.1.11.5277.202404242026 [72.6 kB]
#6 1.797 Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-abis-dev 1.5.1.11.5277.202404242026 [111 kB]
#6 1.799 Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client0 1.7.0.11.da4f.202404242026 [19.0 kB]
#6 1.800 Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocoding0 1.9.0.196.9975.202404242026 [66.0 kB]
#6 1.802 Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmogb14 1.9.0.196.9975.202404242026 [173 kB]
#6 1.805 Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmoctrl0 1.9.0.196.9975.202404242026 [54.5 kB]
#6 1.807 Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmosim2 1.9.0.196.9975.202404242026 [58.5 kB]
#6 1.809 Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmousb0 1.9.0.196.9975.202404242026 [45.3 kB]
#6 1.810 Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore 1.9.0.196.9975.202404242026 [38.6 kB]
#6 1.811 Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmocore-dev 1.9.0.196.9975.202404242026 [838 kB]
#6 1.819 Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-gsup-client-dev 1.7.0.11.da4f.202404242026 [22.4 kB]
#6 1.820 Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmonetif11 1.4.0.54.05ff.202404242026 [52.5 kB]
#6 1.820 Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-netif-dev 1.4.0.54.05ff.202404242026 [64.6 kB]
#6 1.821 Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sccp-dev 1.8.0.62.da7b.202404242026 [87.8 kB]
#6 1.822 Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran9 1.8.0.62.da7b.202404242026 [122 kB]
#6 1.823 Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-sigtran-dev 1.8.0.62.da7b.202404242026 [581 kB]
#6 1.828 Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp1 1.14.3.2.4b6d.202404242026 [101 kB]
#6 1.829 Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libsmpp34-dev 1.14.3.2.4b6d.202404242026 [111 kB]
#6 1.830 Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c1 0.9.36.1.3dfa.202404242026 [75.2 kB]
#6 1.831 Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libasn1c-dev 0.9.36.1.3dfa.202404242026 [105 kB]
#6 1.832 Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap7 1.5.1.6.fc08.202404242026 [224 kB]
#6 1.834 Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_12 ./ libosmo-ranap-dev 1.5.1.6.fc08.202404242026 [91.9 kB]
#6 1.985 debconf: delaying package configuration, since apt-utils is not installed
#6 2.026 Fetched 3921 kB in 0s (17.3 MB/s)
#6 2.075 Selecting previously unselected package osmocom-nightly.
#6 2.075 (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 ... 116671 files and directories currently installed.)
#6 2.111 Preparing to unpack .../00-osmocom-nightly_202404242026_amd64.deb ...
#6 2.126 Unpacking osmocom-nightly (202404242026) ...
#6 2.229 Selecting previously unselected package libosmocore21:amd64.
#6 2.236 Preparing to unpack .../01-libosmocore21_1.9.0.196.9975.202404242026_amd64.deb ...
#6 2.267 Unpacking libosmocore21:amd64 (1.9.0.196.9975.202404242026) ...
#6 2.385 Selecting previously unselected package libgtp6:amd64.
#6 2.393 Preparing to unpack .../02-libgtp6_1.11.0.18.1f9c.202404242026_amd64.deb ...
#6 2.408 Unpacking libgtp6:amd64 (1.11.0.18.1f9c.202404242026) ...
#6 2.505 Selecting previously unselected package libgtp-dev:amd64.
#6 2.512 Preparing to unpack .../03-libgtp-dev_1.11.0.18.1f9c.202404242026_amd64.deb ...
#6 2.527 Unpacking libgtp-dev:amd64 (1.11.0.18.1f9c.202404242026) ...
#6 2.649 Selecting previously unselected package libosmocodec4:amd64.
#6 2.654 Preparing to unpack .../04-libosmocodec4_1.9.0.196.9975.202404242026_amd64.deb ...
#6 2.686 Unpacking libosmocodec4:amd64 (1.9.0.196.9975.202404242026) ...
#6 2.843 Selecting previously unselected package libosmotrau2:amd64.
#6 2.850 Preparing to unpack .../05-libosmotrau2_1.5.1.11.5277.202404242026_amd64.deb ...
#6 2.872 Unpacking libosmotrau2:amd64 (1.5.1.11.5277.202404242026) ...
#6 2.990 Selecting previously unselected package libosmoisdn0:amd64.
#6 2.998 Preparing to unpack .../06-libosmoisdn0_1.9.0.196.9975.202404242026_amd64.deb ...
#6 3.014 Unpacking libosmoisdn0:amd64 (1.9.0.196.9975.202404242026) ...
#6 3.135 Selecting previously unselected package libosmogsm20:amd64.
#6 3.142 Preparing to unpack .../07-libosmogsm20_1.9.0.196.9975.202404242026_amd64.deb ...
#6 3.156 Unpacking libosmogsm20:amd64 (1.9.0.196.9975.202404242026) ...
#6 3.278 Selecting previously unselected package libosmovty13:amd64.
#6 3.286 Preparing to unpack .../08-libosmovty13_1.9.0.196.9975.202404242026_amd64.deb ...
#6 3.301 Unpacking libosmovty13:amd64 (1.9.0.196.9975.202404242026) ...
#6 3.420 Selecting previously unselected package libosmoabis13:amd64.
#6 3.427 Preparing to unpack .../09-libosmoabis13_1.5.1.11.5277.202404242026_amd64.deb ...
#6 3.443 Unpacking libosmoabis13:amd64 (1.5.1.11.5277.202404242026) ...
#6 3.546 Selecting previously unselected package libosmo-abis-dev:amd64.
#6 3.554 Preparing to unpack .../10-libosmo-abis-dev_1.5.1.11.5277.202404242026_amd64.deb ...
#6 3.568 Unpacking libosmo-abis-dev:amd64 (1.5.1.11.5277.202404242026) ...
#6 3.685 Selecting previously unselected package libosmo-gsup-client0:amd64.
#6 3.693 Preparing to unpack .../11-libosmo-gsup-client0_1.7.0.11.da4f.202404242026_amd64.deb ...
#6 3.711 Unpacking libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404242026) ...
#6 3.819 Selecting previously unselected package libosmocoding0:amd64.
#6 3.827 Preparing to unpack .../12-libosmocoding0_1.9.0.196.9975.202404242026_amd64.deb ...
#6 3.841 Unpacking libosmocoding0:amd64 (1.9.0.196.9975.202404242026) ...
#6 3.970 Selecting previously unselected package libosmogb14:amd64.
#6 3.978 Preparing to unpack .../13-libosmogb14_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.002 Unpacking libosmogb14:amd64 (1.9.0.196.9975.202404242026) ...
#6 4.133 Selecting previously unselected package libosmoctrl0:amd64.
#6 4.140 Preparing to unpack .../14-libosmoctrl0_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.157 Unpacking libosmoctrl0:amd64 (1.9.0.196.9975.202404242026) ...
#6 4.266 Selecting previously unselected package libosmosim2:amd64.
#6 4.273 Preparing to unpack .../15-libosmosim2_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.287 Unpacking libosmosim2:amd64 (1.9.0.196.9975.202404242026) ...
#6 4.402 Selecting previously unselected package libosmousb0:amd64.
#6 4.409 Preparing to unpack .../16-libosmousb0_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.424 Unpacking libosmousb0:amd64 (1.9.0.196.9975.202404242026) ...
#6 4.512 Selecting previously unselected package libosmocore.
#6 4.520 Preparing to unpack .../17-libosmocore_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.538 Unpacking libosmocore (1.9.0.196.9975.202404242026) ...
#6 4.634 Selecting previously unselected package libosmocore-dev:amd64.
#6 4.642 Preparing to unpack .../18-libosmocore-dev_1.9.0.196.9975.202404242026_amd64.deb ...
#6 4.660 Unpacking libosmocore-dev:amd64 (1.9.0.196.9975.202404242026) ...
#6 4.814 Selecting previously unselected package libosmo-gsup-client-dev:amd64.
#6 4.822 Preparing to unpack .../19-libosmo-gsup-client-dev_1.7.0.11.da4f.202404242026_amd64.deb ...
#6 4.837 Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404242026) ...
#6 4.944 Selecting previously unselected package libosmonetif11:amd64.
#6 4.951 Preparing to unpack .../20-libosmonetif11_1.4.0.54.05ff.202404242026_amd64.deb ...
#6 4.967 Unpacking libosmonetif11:amd64 (1.4.0.54.05ff.202404242026) ...
#6 5.064 Selecting previously unselected package libosmo-netif-dev:amd64.
#6 5.071 Preparing to unpack .../21-libosmo-netif-dev_1.4.0.54.05ff.202404242026_amd64.deb ...
#6 5.087 Unpacking libosmo-netif-dev:amd64 (1.4.0.54.05ff.202404242026) ...
#6 5.182 Selecting previously unselected package libosmo-sccp-dev:amd64.
#6 5.189 Preparing to unpack .../22-libosmo-sccp-dev_1.8.0.62.da7b.202404242026_amd64.deb ...
#6 5.204 Unpacking libosmo-sccp-dev:amd64 (1.8.0.62.da7b.202404242026) ...
#6 5.319 Selecting previously unselected package libosmo-sigtran9:amd64.
#6 5.326 Preparing to unpack .../23-libosmo-sigtran9_1.8.0.62.da7b.202404242026_amd64.deb ...
#6 5.343 Unpacking libosmo-sigtran9:amd64 (1.8.0.62.da7b.202404242026) ...
#6 5.443 Selecting previously unselected package libosmo-sigtran-dev:amd64.
#6 5.450 Preparing to unpack .../24-libosmo-sigtran-dev_1.8.0.62.da7b.202404242026_amd64.deb ...
#6 5.466 Unpacking libosmo-sigtran-dev:amd64 (1.8.0.62.da7b.202404242026) ...
#6 5.618 Selecting previously unselected package libsmpp1:amd64.
#6 5.623 Preparing to unpack .../25-libsmpp1_1.14.3.2.4b6d.202404242026_amd64.deb ...
#6 5.637 Unpacking libsmpp1:amd64 (1.14.3.2.4b6d.202404242026) ...
#6 5.729 Selecting previously unselected package libsmpp34-dev:amd64.
#6 5.737 Preparing to unpack .../26-libsmpp34-dev_1.14.3.2.4b6d.202404242026_amd64.deb ...
#6 5.756 Unpacking libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404242026) ...
#6 5.879 Selecting previously unselected package libasn1c1:amd64.
#6 5.887 Preparing to unpack .../27-libasn1c1_0.9.36.1.3dfa.202404242026_amd64.deb ...
#6 5.905 Unpacking libasn1c1:amd64 (0.9.36.1.3dfa.202404242026) ...
#6 6.004 Selecting previously unselected package libasn1c-dev:amd64.
#6 6.011 Preparing to unpack .../28-libasn1c-dev_0.9.36.1.3dfa.202404242026_amd64.deb ...
#6 6.025 Unpacking libasn1c-dev:amd64 (0.9.36.1.3dfa.202404242026) ...
#6 6.147 Selecting previously unselected package libosmo-ranap7:amd64.
#6 6.155 Preparing to unpack .../29-libosmo-ranap7_1.5.1.6.fc08.202404242026_amd64.deb ...
#6 6.169 Unpacking libosmo-ranap7:amd64 (1.5.1.6.fc08.202404242026) ...
#6 6.287 Selecting previously unselected package libosmo-ranap-dev:amd64.
#6 6.295 Preparing to unpack .../30-libosmo-ranap-dev_1.5.1.6.fc08.202404242026_amd64.deb ...
#6 6.311 Unpacking libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404242026) ...
#6 6.500 Setting up osmocom-nightly (202404242026) ...
#6 6.547 Setting up libsmpp1:amd64 (1.14.3.2.4b6d.202404242026) ...
#6 6.592 Setting up libosmocore21:amd64 (1.9.0.196.9975.202404242026) ...
#6 6.640 Setting up libosmousb0:amd64 (1.9.0.196.9975.202404242026) ...
#6 6.687 Setting up libosmocodec4:amd64 (1.9.0.196.9975.202404242026) ...
#6 6.733 Setting up libosmotrau2:amd64 (1.5.1.11.5277.202404242026) ...
#6 6.776 Setting up libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404242026) ...
#6 6.822 Setting up libosmo-sccp-dev:amd64 (1.8.0.62.da7b.202404242026) ...
#6 6.861 Setting up libasn1c1:amd64 (0.9.36.1.3dfa.202404242026) ...
#6 6.910 Setting up libosmovty13:amd64 (1.9.0.196.9975.202404242026) ...
#6 6.963 Setting up libosmoisdn0:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.022 Setting up libgtp6:amd64 (1.11.0.18.1f9c.202404242026) ...
#6 7.070 Setting up libgtp-dev:amd64 (1.11.0.18.1f9c.202404242026) ...
#6 7.129 Setting up libasn1c-dev:amd64 (0.9.36.1.3dfa.202404242026) ...
#6 7.186 Setting up libosmogsm20:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.232 Setting up libosmoabis13:amd64 (1.5.1.11.5277.202404242026) ...
#6 7.279 Setting up libosmoctrl0:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.328 Setting up libosmogb14:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.377 Setting up libosmonetif11:amd64 (1.4.0.54.05ff.202404242026) ...
#6 7.422 Setting up libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404242026) ...
#6 7.467 Setting up libosmo-abis-dev:amd64 (1.5.1.11.5277.202404242026) ...
#6 7.517 Setting up libosmocoding0:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.567 Setting up libosmosim2:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.613 Setting up libosmocore (1.9.0.196.9975.202404242026) ...
#6 7.663 Setting up libosmo-sigtran9:amd64 (1.8.0.62.da7b.202404242026) ...
#6 7.707 Setting up libosmo-ranap7:amd64 (1.5.1.6.fc08.202404242026) ...
#6 7.755 Setting up libosmocore-dev:amd64 (1.9.0.196.9975.202404242026) ...
#6 7.803 Setting up libosmo-netif-dev:amd64 (1.4.0.54.05ff.202404242026) ...
#6 7.850 Setting up libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404242026) ...
#6 7.894 Setting up libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404242026) ...
#6 7.944 Setting up libosmo-sigtran-dev:amd64 (1.8.0.62.da7b.202404242026) ...
#6 7.990 Processing triggers for libc-bin (2.36-9+deb12u6) ...
#6 DONE 8.3s

#8 [3/8] WORKDIR	/TMP
#8 DONE 0.2s

#9 [4/8] RUN	GIT clone https://gerrit.osmocom.org/osmo-sgsn.git
#9 0.328 Cloning into 'osmo-sgsn'...
#9 DONE 1.2s

#10 [5/8] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-SGSN/+/MASTER?FORMAT=TEXT /tmp/commit-osmo-sgsn
#10 DONE 0.2s

#11 [6/8] RUN	CD osmo-sgsn && 	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 --enable-iu && 	make "-j$(nproc)" install && 	ldconfig
#11 0.424 Already on 'master'
#11 0.424 Your branch is up to date with 'origin/master'.
#11 0.425 refs/heads/master
#11 0.429 HEAD is now at a07e6d9c .deb/.rpm: add osmocom user during package install
#11 0.430 master
#11 0.432 a07e6d9c58d26f51d245d4034f8add4757ea38c7
#11 2.913 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
#11 2.913 libtoolize: copying file './ltmain.sh'
#11 2.957 libtoolize: putting macros in 'm4'.
#11 2.957 libtoolize: copying file 'm4/libtool.m4'
#11 2.975 libtoolize: copying file 'm4/ltoptions.m4'
#11 2.992 libtoolize: copying file 'm4/ltsugar.m4'
#11 3.009 libtoolize: copying file 'm4/ltversion.m4'
#11 3.028 libtoolize: copying file 'm4/lt~obsolete.m4'
#11 3.060 libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
#11 3.060 libtoolize: and rerunning libtoolize and aclocal.
#11 4.332 configure.ac:66: warning: The macro `AC_HEADER_STDC' is obsolete.
#11 4.332 configure.ac:66: You should run autoupdate.
#11 4.332 ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
#11 4.332 configure.ac:66: the top level
#11 4.332 configure.ac:117: warning: The macro `AC_HELP_STRING' is obsolete.
#11 4.332 configure.ac:117: You should run autoupdate.
#11 4.332 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 4.332 configure.ac:117: the top level
#11 4.332 configure.ac:154: warning: The macro `AC_HELP_STRING' is obsolete.
#11 4.332 configure.ac:154: You should run autoupdate.
#11 4.332 ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
#11 4.332 configure.ac:154: the top level
#11 4.332 configure.ac:233: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
#11 4.332 configure.ac:233: You should use the 'AC_CONFIG_HEADERS' macro instead.
#11 4.332 ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
#11 4.332 aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
#11 4.332 configure.ac:233: the top level
#11 4.332 configure.ac:235: warning: AC_OUTPUT should be used without arguments.
#11 4.332 configure.ac:235: You should run autoupdate.
#11 4.947 configure.ac:21: installing './compile'
#11 4.949 configure.ac:23: installing './config.guess'
#11 4.951 configure.ac:23: installing './config.sub'
#11 4.952 configure.ac:9: installing './install-sh'
#11 4.953 configure.ac:9: installing './missing'
#11 5.101 src/gprs/Makefile.am: installing './depcomp'
#11 5.168 tests/gprs/Makefile.am:9: warning: source file '$(top_srcdir)/src/gprs/gprs_utils.c' is in a subdirectory,
#11 5.168 tests/gprs/Makefile.am:9: but option 'subdir-objects' is disabled
#11 5.168 automake: warning: possible forward-incompatibility.
#11 5.168 automake: At least one source file is in a subdirectory, but the 'subdir-objects'
#11 5.168 automake: automake option hasn't been enabled.  For now, the corresponding output
#11 5.168 automake: object file(s) will be placed in the top-level directory.  However, this
#11 5.168 automake: behavior may change in a future Automake major version, with object
#11 5.168 automake: files being placed in the same subdirectory as the corresponding sources.
#11 5.168 automake: You are advised to start using 'subdir-objects' option throughout your
#11 5.168 automake: project, to avoid future incompatibilities.
#11 5.372 checking for a BSD-compatible install... /usr/bin/install -c
#11 5.379 checking whether build environment is sane... yes
#11 5.387 checking for a race-free mkdir -p... /usr/bin/mkdir -p
#11 5.388 checking for gawk... gawk
#11 5.389 checking whether make sets $(MAKE)... yes
#11 5.397 checking whether make supports nested variables... yes
#11 5.403 checking whether make supports nested variables... (cached) yes
#11 5.403 checking whether make sets $(MAKE)... (cached) yes
#11 5.405 checking for gcc... gcc
#11 5.425 checking whether the C compiler works... yes
#11 5.457 checking for C compiler default output file name... a.out
#11 5.458 checking for suffix of executables... 
#11 5.495 checking whether we are cross compiling... no
#11 5.525 checking for suffix of object files... o
#11 5.543 checking whether the compiler supports GNU C... yes
#11 5.560 checking whether gcc accepts -g... yes
#11 5.578 checking for gcc option to enable C11 features... none needed
#11 5.616 checking whether gcc understands -c and -o together... yes
#11 5.642 checking whether make supports the include directive... yes (GNU style)
#11 5.648 checking dependency style of gcc... gcc3
#11 5.681 checking build system type... x86_64-pc-linux-gnu
#11 5.721 checking host system type... x86_64-pc-linux-gnu
#11 5.721 checking how to print strings... printf
#11 5.745 checking for a sed that does not truncate output... /usr/bin/sed
#11 5.749 checking for grep that handles long lines and -e... /usr/bin/grep
#11 5.751 checking for egrep... /usr/bin/grep -E
#11 5.753 checking for fgrep... /usr/bin/grep -F
#11 5.754 checking for ld used by gcc... /usr/bin/ld
#11 5.757 checking if the linker (/usr/bin/ld) is GNU ld... yes
#11 5.759 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
#11 5.761 checking the name lister (/usr/bin/nm -B) interface... BSD nm
#11 5.776 checking whether ln -s works... yes
#11 5.776 checking the maximum length of command line arguments... 1572864
#11 5.782 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
#11 5.782 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
#11 5.783 checking for /usr/bin/ld option to reload object files... -r
#11 5.783 checking for file... file
#11 5.783 checking for objdump... objdump
#11 5.783 checking how to recognize dependent libraries... pass_all
#11 5.784 checking for dlltool... no
#11 5.784 checking how to associate runtime and link libraries... printf %s\n
#11 5.785 checking for ar... ar
#11 5.785 checking for archiver @FILE support... @
#11 5.808 checking for strip... strip
#11 5.809 checking for ranlib... ranlib
#11 5.809 checking command to parse /usr/bin/nm -B output from gcc object... ok
#11 5.867 checking for sysroot... no
#11 5.868 checking for a working dd... /usr/bin/dd
#11 5.872 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
#11 5.888 checking for mt... no
#11 5.888 checking if : is a manifest tool... no
#11 5.892 checking for stdio.h... yes
#11 5.906 checking for stdlib.h... yes
#11 5.928 checking for string.h... yes
#11 5.944 checking for inttypes.h... yes
#11 5.968 checking for stdint.h... yes
#11 5.987 checking for strings.h... yes
#11 6.010 checking for sys/stat.h... yes
#11 6.029 checking for sys/types.h... yes
#11 6.050 checking for unistd.h... yes
#11 6.077 checking for dlfcn.h... yes
#11 6.097 checking for objdir... .libs
#11 6.155 checking if gcc supports -fno-rtti -fno-exceptions... no
#11 6.169 checking for gcc option to produce PIC... -fPIC -DPIC
#11 6.169 checking if gcc PIC flag -fPIC -DPIC works... yes
#11 6.183 checking if gcc static flag -static works... yes
#11 6.234 checking if gcc supports -c -o file.o... yes
#11 6.254 checking if gcc supports -c -o file.o... (cached) yes
#11 6.254 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
#11 6.262 checking whether -lc should be explicitly linked in... no
#11 6.281 checking dynamic linker characteristics... GNU/Linux ld.so
#11 6.330 checking how to hardcode library paths into programs... immediate
#11 6.330 checking whether stripping libraries is possible... yes
#11 6.332 checking if libtool supports shared libraries... yes
#11 6.332 checking whether to build shared libraries... yes
#11 6.332 checking whether to build static libraries... yes
#11 6.333 checking for pkg-config... /usr/bin/pkg-config
#11 6.334 checking for pkg-config... /usr/bin/pkg-config
#11 6.334 checking pkg-config is at least version 0.20... yes
#11 6.335 checking for libosmocore >= 1.9.0... yes
#11 6.342 checking for libosmovty >= 1.9.0... yes
#11 6.348 checking for libosmoctrl >= 1.9.0... yes
#11 6.356 checking for libosmogsm >= 1.9.0... yes
#11 6.362 checking for libosmogb >= 1.9.0... yes
#11 6.370 checking for libosmoabis >= 1.5.0... yes
#11 6.377 checking for libosmo-netif >= 1.4.0... yes
#11 6.385 checking for libosmo-gsup-client >= 1.7.0... yes
#11 6.392 checking for libgtp >= 1.11.0... yes
#11 6.399 checking for libosmo-sigtran >= 1.8.0... yes
#11 6.404 checking for libasn1c >= 0.9.30... yes
#11 6.411 checking for libosmo-ranap >= 1.5.0... yes
#11 6.419 checking for libcares... yes
#11 6.426 checking for egrep... (cached) /usr/bin/grep -E
#11 6.427 checking if gcc supports -fvisibility=hidden... yes
#11 6.438 checking whether to enable code coverage support... no
#11 6.438 checking whether struct tm has tm_gmtoff member... yes
#11 6.476 checking whether to enable VTY/CTRL tests... no
#11 6.478 CFLAGS="-g -O2 -std=gnu11 -Wall -Wno-trigraphs"
#11 6.478 CPPFLAGS=" -Wall -Wno-trigraphs"
#11 6.500 checking that generated files are newer than configure... done
#11 6.501 configure: creating ./config.status
#11 6.850 config.status: creating include/Makefile
#11 6.863 config.status: creating include/osmocom/Makefile
#11 6.876 config.status: creating include/osmocom/gtphub/Makefile
#11 6.889 config.status: creating include/osmocom/sgsn/Makefile
#11 6.902 config.status: creating src/Makefile
#11 6.915 config.status: creating src/gprs/Makefile
#11 6.929 config.status: creating src/sgsn/Makefile
#11 6.942 config.status: creating src/gtphub/Makefile
#11 6.954 config.status: creating tests/Makefile
#11 6.968 config.status: creating tests/atlocal
#11 6.980 config.status: creating tests/gprs/Makefile
#11 6.993 config.status: creating tests/sgsn/Makefile
#11 7.006 config.status: creating tests/gtphub/Makefile
#11 7.019 config.status: creating tests/xid/Makefile
#11 7.031 config.status: creating tests/sndcp_xid/Makefile
#11 7.043 config.status: creating tests/slhc/Makefile
#11 7.056 config.status: creating tests/v42bis/Makefile
#11 7.068 config.status: creating doc/Makefile
#11 7.080 config.status: creating doc/examples/Makefile
#11 7.093 config.status: creating doc/manuals/Makefile
#11 7.105 config.status: creating contrib/Makefile
#11 7.117 config.status: creating contrib/systemd/Makefile
#11 7.130 config.status: creating contrib/osmo-sgsn.spec
#11 7.142 config.status: creating Makefile
#11 7.153 config.status: creating config.h
#11 7.163 config.status: executing tests/atconfig commands
#11 7.165 config.status: executing depfiles commands
#11 7.418 config.status: executing libtool commands
#11 7.463 echo 1.11.1.7-a07e6 > .version-t && mv .version-t .version
#11 7.464 make  install-recursive
#11 7.468 make[1]: Entering directory '/tmp/osmo-sgsn'
#11 7.471 Making install in include
#11 7.473 make[2]: Entering directory '/tmp/osmo-sgsn/include'
#11 7.475 Making install in osmocom
#11 7.477 make[3]: Entering directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.480 Making install in gtphub
#11 7.482 make[4]: Entering directory '/tmp/osmo-sgsn/include/osmocom/gtphub'
#11 7.484 make[5]: Entering directory '/tmp/osmo-sgsn/include/osmocom/gtphub'
#11 7.484 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.484 make[5]: Nothing to be done for 'install-data-am'.
#11 7.484 make[5]: Leaving directory '/tmp/osmo-sgsn/include/osmocom/gtphub'
#11 7.484 make[4]: Leaving directory '/tmp/osmo-sgsn/include/osmocom/gtphub'
#11 7.484 Making install in sgsn
#11 7.487 make[4]: Entering directory '/tmp/osmo-sgsn/include/osmocom/sgsn'
#11 7.489 make[5]: Entering directory '/tmp/osmo-sgsn/include/osmocom/sgsn'
#11 7.489 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.489 make[5]: Nothing to be done for 'install-data-am'.
#11 7.489 make[5]: Leaving directory '/tmp/osmo-sgsn/include/osmocom/sgsn'
#11 7.489 make[4]: Leaving directory '/tmp/osmo-sgsn/include/osmocom/sgsn'
#11 7.491 make[4]: Entering directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.493 make[5]: Entering directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.493 make[5]: Nothing to be done for 'install-exec-am'.
#11 7.493 make[5]: Nothing to be done for 'install-data-am'.
#11 7.493 make[5]: Leaving directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.493 make[4]: Leaving directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.494 make[3]: Leaving directory '/tmp/osmo-sgsn/include/osmocom'
#11 7.496 make[3]: Entering directory '/tmp/osmo-sgsn/include'
#11 7.498 make[4]: Entering directory '/tmp/osmo-sgsn/include'
#11 7.498 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.498 make[4]: Nothing to be done for 'install-data-am'.
#11 7.498 make[4]: Leaving directory '/tmp/osmo-sgsn/include'
#11 7.498 make[3]: Leaving directory '/tmp/osmo-sgsn/include'
#11 7.498 make[2]: Leaving directory '/tmp/osmo-sgsn/include'
#11 7.498 Making install in src
#11 7.500 make[2]: Entering directory '/tmp/osmo-sgsn/src'
#11 7.503 Making install in gprs
#11 7.505 make[3]: Entering directory '/tmp/osmo-sgsn/src/gprs'
#11 7.506   CC       gprs_llc_parse.lo
#11 7.506   CC       crc24.lo
#11 7.506   CC       sgsn_ares.lo
#11 7.506   CC       gprs_utils.lo
#11 7.744   CCLD     libcommon.la
#11 7.885 make[4]: Entering directory '/tmp/osmo-sgsn/src/gprs'
#11 7.885 make[4]: Nothing to be done for 'install-exec-am'.
#11 7.885 make[4]: Nothing to be done for 'install-data-am'.
#11 7.885 make[4]: Leaving directory '/tmp/osmo-sgsn/src/gprs'
#11 7.885 make[3]: Leaving directory '/tmp/osmo-sgsn/src/gprs'
#11 7.886 Making install in sgsn
#11 7.889 make[3]: Entering directory '/tmp/osmo-sgsn/src/sgsn'
#11 7.890   CC       apn.o
#11 7.890   CC       gprs_bssgp.o
#11 7.890   CC       gprs_gmm_attach.o
#11 7.891   CC       gprs_gmm.o
#11 7.891   CC       gprs_mm_state_gb_fsm.o
#11 7.891   CC       gprs_gmm_fsm.o
#11 7.891   CC       gprs_sm.o
#11 7.891   CC       gprs_ns.o
#11 7.892   CC       gprs_sndcp.o
#11 7.892   CC       gprs_sndcp_comp.o
#11 7.893   CC       gprs_sndcp_dcomp.o
#11 7.893   CC       gprs_sndcp_pcomp.o
#11 7.893   CC       gprs_sndcp_xid.o
#11 7.894   CC       gprs_sndcp_vty.o
#11 7.894   CC       gtp_ggsn.o
#11 7.897   CC       gtp_mme.o
#11 7.980   CC       sgsn.o
#11 7.982   CC       sgsn_main.o
#11 7.990   CC       sgsn_vty.o
#11 8.007   CC       sgsn_libgtp.o
#11 8.011   CC       gprs_llc.o
#11 8.016   CC       gprs_llc_vty.o
#11 8.044   CC       mmctx.o
#11 8.045   CC       pdpctx.o
#11 8.052   CC       sgsn_ctrl.o
#11 8.058   CC       sgsn_auth.o
#11 8.105   CC       gprs_subscriber.o
#11 8.105   CC       sgsn_cdr.o
#11 8.113   CC       sgsn_rim.o
#11 8.121   CC       slhc.o
#11 8.176   CC       gprs_llc_xid.o
#11 8.183   CC       v42bis.o
#11 8.250   CC       gprs_mm_state_iu_fsm.o
#11 8.276   CC       gprs_ranap.o
#11 8.410 gprs_ranap.c: In function 'gsm0408_gprs_rcvmsg_iu':
#11 8.410 gprs_ranap.c:254:9: note: '#pragma message: set drop_cipherable arg for gsm0408_rcv_gmm() from IuPS?'
#11 8.410   254 | #pragma message "set drop_cipherable arg for gsm0408_rcv_gmm() from IuPS?"
#11 8.410       |         ^~~~~~~
#11 8.882   CCLD     osmo-sgsn
#11 9.252 make[4]: Entering directory '/tmp/osmo-sgsn/src/sgsn'
#11 9.252 make[4]: Nothing to be done for 'install-data-am'.
#11 9.253  /usr/bin/mkdir -p '/usr/local/bin'
#11 9.256   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-sgsn '/usr/local/bin'
#11 9.283 libtool: install: /usr/bin/install -c osmo-sgsn /usr/local/bin/osmo-sgsn
#11 9.286 make[4]: Leaving directory '/tmp/osmo-sgsn/src/sgsn'
#11 9.286 make[3]: Leaving directory '/tmp/osmo-sgsn/src/sgsn'
#11 9.287 Making install in gtphub
#11 9.289 make[3]: Entering directory '/tmp/osmo-sgsn/src/gtphub'
#11 9.290   CC       gtphub_main.o
#11 9.290   CC       gtphub.o
#11 9.290   CC       gtphub_sock.o
#11 9.291   CC       gtphub_vty.o
#11 9.291   CC       gtphub_ares.o
#11 10.19   CCLD     osmo-gtphub
#11 10.38 make[4]: Entering directory '/tmp/osmo-sgsn/src/gtphub'
#11 10.38 make[4]: Nothing to be done for 'install-data-am'.
#11 10.38  /usr/bin/mkdir -p '/usr/local/bin'
#11 10.39   /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-gtphub '/usr/local/bin'
#11 10.41 libtool: install: /usr/bin/install -c osmo-gtphub /usr/local/bin/osmo-gtphub
#11 10.41 make[4]: Leaving directory '/tmp/osmo-sgsn/src/gtphub'
#11 10.41 make[3]: Leaving directory '/tmp/osmo-sgsn/src/gtphub'
#11 10.41 make[3]: Entering directory '/tmp/osmo-sgsn/src'
#11 10.42 make[4]: Entering directory '/tmp/osmo-sgsn/src'
#11 10.42 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.42 make[4]: Nothing to be done for 'install-data-am'.
#11 10.42 make[4]: Leaving directory '/tmp/osmo-sgsn/src'
#11 10.42 make[3]: Leaving directory '/tmp/osmo-sgsn/src'
#11 10.42 make[2]: Leaving directory '/tmp/osmo-sgsn/src'
#11 10.42 Making install in contrib
#11 10.42 make[2]: Entering directory '/tmp/osmo-sgsn/contrib'
#11 10.42 Making install in systemd
#11 10.42 make[3]: Entering directory '/tmp/osmo-sgsn/contrib/systemd'
#11 10.43 make[4]: Entering directory '/tmp/osmo-sgsn/contrib/systemd'
#11 10.43 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.43  /usr/bin/mkdir -p '/lib/systemd/system'
#11 10.43  /usr/bin/install -c -m 644 osmo-gtphub.service osmo-sgsn.service '/lib/systemd/system'
#11 10.43 make[4]: Leaving directory '/tmp/osmo-sgsn/contrib/systemd'
#11 10.43 make[3]: Leaving directory '/tmp/osmo-sgsn/contrib/systemd'
#11 10.43 make[3]: Entering directory '/tmp/osmo-sgsn/contrib'
#11 10.43 make[4]: Entering directory '/tmp/osmo-sgsn/contrib'
#11 10.43 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.43 make[4]: Nothing to be done for 'install-data-am'.
#11 10.43 make[4]: Leaving directory '/tmp/osmo-sgsn/contrib'
#11 10.44 make[3]: Leaving directory '/tmp/osmo-sgsn/contrib'
#11 10.44 make[2]: Leaving directory '/tmp/osmo-sgsn/contrib'
#11 10.44 Making install in tests
#11 10.44 make[2]: Entering directory '/tmp/osmo-sgsn/tests'
#11 10.44 Making install in gprs
#11 10.44 make[3]: Entering directory '/tmp/osmo-sgsn/tests/gprs'
#11 10.44 make[4]: Entering directory '/tmp/osmo-sgsn/tests/gprs'
#11 10.44 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.44 make[4]: Nothing to be done for 'install-data-am'.
#11 10.44 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/gprs'
#11 10.44 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/gprs'
#11 10.44 Making install in gtphub
#11 10.45 make[3]: Entering directory '/tmp/osmo-sgsn/tests/gtphub'
#11 10.45 make[4]: Entering directory '/tmp/osmo-sgsn/tests/gtphub'
#11 10.45 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.45 make[4]: Nothing to be done for 'install-data-am'.
#11 10.45 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/gtphub'
#11 10.45 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/gtphub'
#11 10.45 Making install in sgsn
#11 10.45 make[3]: Entering directory '/tmp/osmo-sgsn/tests/sgsn'
#11 10.45 make[4]: Entering directory '/tmp/osmo-sgsn/tests/sgsn'
#11 10.45 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.45 make[4]: Nothing to be done for 'install-data-am'.
#11 10.45 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/sgsn'
#11 10.45 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/sgsn'
#11 10.45 Making install in xid
#11 10.46 make[3]: Entering directory '/tmp/osmo-sgsn/tests/xid'
#11 10.46 make[4]: Entering directory '/tmp/osmo-sgsn/tests/xid'
#11 10.46 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.46 make[4]: Nothing to be done for 'install-data-am'.
#11 10.46 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/xid'
#11 10.46 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/xid'
#11 10.46 Making install in sndcp_xid
#11 10.46 make[3]: Entering directory '/tmp/osmo-sgsn/tests/sndcp_xid'
#11 10.46 make[4]: Entering directory '/tmp/osmo-sgsn/tests/sndcp_xid'
#11 10.46 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.46 make[4]: Nothing to be done for 'install-data-am'.
#11 10.46 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/sndcp_xid'
#11 10.46 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/sndcp_xid'
#11 10.46 Making install in slhc
#11 10.47 make[3]: Entering directory '/tmp/osmo-sgsn/tests/slhc'
#11 10.47 make[4]: Entering directory '/tmp/osmo-sgsn/tests/slhc'
#11 10.47 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.47 make[4]: Nothing to be done for 'install-data-am'.
#11 10.47 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/slhc'
#11 10.47 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/slhc'
#11 10.47 Making install in v42bis
#11 10.47 make[3]: Entering directory '/tmp/osmo-sgsn/tests/v42bis'
#11 10.47 make[4]: Entering directory '/tmp/osmo-sgsn/tests/v42bis'
#11 10.47 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.47 make[4]: Nothing to be done for 'install-data-am'.
#11 10.47 make[4]: Leaving directory '/tmp/osmo-sgsn/tests/v42bis'
#11 10.47 make[3]: Leaving directory '/tmp/osmo-sgsn/tests/v42bis'
#11 10.47 make[3]: Entering directory '/tmp/osmo-sgsn/tests'
#11 10.48 make[4]: Entering directory '/tmp/osmo-sgsn/tests'
#11 10.48 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.48 make[4]: Nothing to be done for 'install-data-am'.
#11 10.48 make[4]: Leaving directory '/tmp/osmo-sgsn/tests'
#11 10.48 make[3]: Leaving directory '/tmp/osmo-sgsn/tests'
#11 10.48 make[2]: Leaving directory '/tmp/osmo-sgsn/tests'
#11 10.48 Making install in doc
#11 10.48 make[2]: Entering directory '/tmp/osmo-sgsn/doc'
#11 10.48 Making install in examples
#11 10.48 make[3]: Entering directory '/tmp/osmo-sgsn/doc/examples'
#11 10.49 make[4]: Entering directory '/tmp/osmo-sgsn/doc/examples'
#11 10.49 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.49  /usr/bin/mkdir -p '/usr/local/etc/osmocom'
#11 10.49  /usr/bin/install -c -m 644 osmo-gtphub/osmo-gtphub.cfg osmo-sgsn/osmo-sgsn.cfg '/usr/local/etc/osmocom'
#11 10.49 make  install-data-hook
#11 10.49 make[5]: Entering directory '/tmp/osmo-sgsn/doc/examples'
#11 10.49 for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
#11 10.49 	j="/usr/local/share/doc/osmo-sgsn/examples/$f" && \
#11 10.49 	mkdir -p "$(dirname $j)" && \
#11 10.49 	/usr/bin/install -c -m 644 ./$f $j; \
#11 10.49 done
#11 10.51 make[5]: Leaving directory '/tmp/osmo-sgsn/doc/examples'
#11 10.51 make[4]: Leaving directory '/tmp/osmo-sgsn/doc/examples'
#11 10.51 make[3]: Leaving directory '/tmp/osmo-sgsn/doc/examples'
#11 10.51 Making install in manuals
#11 10.51 make[3]: Entering directory '/tmp/osmo-sgsn/doc/manuals'
#11 10.51 make[4]: Entering directory '/tmp/osmo-sgsn/doc/manuals'
#11 10.51 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.51 make[4]: Nothing to be done for 'install-data-am'.
#11 10.51 make[4]: Leaving directory '/tmp/osmo-sgsn/doc/manuals'
#11 10.51 make[3]: Leaving directory '/tmp/osmo-sgsn/doc/manuals'
#11 10.51 make[3]: Entering directory '/tmp/osmo-sgsn/doc'
#11 10.51 make[4]: Entering directory '/tmp/osmo-sgsn/doc'
#11 10.51 make[4]: Nothing to be done for 'install-exec-am'.
#11 10.51 make[4]: Nothing to be done for 'install-data-am'.
#11 10.51 make[4]: Leaving directory '/tmp/osmo-sgsn/doc'
#11 10.51 make[3]: Leaving directory '/tmp/osmo-sgsn/doc'
#11 10.51 make[2]: Leaving directory '/tmp/osmo-sgsn/doc'
#11 10.52 make[2]: Entering directory '/tmp/osmo-sgsn'
#11 10.52 make[3]: Entering directory '/tmp/osmo-sgsn'
#11 10.52 make[3]: Nothing to be done for 'install-exec-am'.
#11 10.52 make[3]: Nothing to be done for 'install-data-am'.
#11 10.52 make[3]: Leaving directory '/tmp/osmo-sgsn'
#11 10.52 make[2]: Leaving directory '/tmp/osmo-sgsn'
#11 10.52 make[1]: Leaving directory '/tmp/osmo-sgsn'
#11 DONE 10.8s

#12 [7/8] COPY	OSMO-SGSN.CFG /data/osmo-sgsn.cfg
#12 DONE 0.2s

#13 [8/8] WORKDIR	/DATA
#13 DONE 0.2s

#14 exporting to image
#14 exporting layers
#14 exporting layers 0.5s done
#14 writing image sha256:fafa216a0196f8c047999a64edacd3ddb211b9449aa8c0a7c29e67fdc7b3b9c1 done
#14 naming to docker.io/osmocom-build/osmo-sgsn-master:latest 0.0s done
#14 DONE 0.5s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/osmo-sgsn-master'
+ docker_image_exists osmo-sgsn-master
+ docker images -q osmocom-build/osmo-sgsn-master
+ test -n fafa216a0196
+ list_osmo_packages debian-bookworm osmo-sgsn-master
+ local distro=debian-bookworm
+ local image=osmo-sgsn-master
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/osmo-sgsn-master -c
+ [ -n  ]
+ set +x

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

ii  libosmo-abis-dev:amd64                 1.5.1.11.5277.202404242026        amd64        Development headers for A-bis interface
ii  libosmo-gsup-client-dev:amd64          1.7.0.11.da4f.202404242026        amd64        Development headers of Osmocom GSUP client library
ii  libosmo-gsup-client0:amd64             1.7.0.11.da4f.202404242026        amd64        Osmocom GSUP (General Subscriber Update Protocol) client library
ii  libosmo-netif-dev:amd64                1.4.0.54.05ff.202404242026        amd64        Development headers for Osmocom network interface
ii  libosmo-ranap-dev:amd64                1.5.1.6.fc08.202404242026         amd64        Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
ii  libosmo-ranap7:amd64                   1.5.1.6.fc08.202404242026         amd64        Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
ii  libosmo-sccp-dev:amd64                 1.8.0.62.da7b.202404242026        amd64        Development files for libsccp, libmtp and libxua
ii  libosmo-sigtran-dev:amd64              1.8.0.62.da7b.202404242026        amd64        Development headers for the Osmocom SIGTRAN library
ii  libosmo-sigtran9:amd64                 1.8.0.62.da7b.202404242026        amd64        Osmocom SIGTRAN library (SCCP, SUA, M3UA and more)
ii  libosmoabis13:amd64                    1.5.1.11.5277.202404242026        amd64        GSM A-bis handling
ii  libosmocodec4:amd64                    1.9.0.196.9975.202404242026       amd64        Osmo codec library
ii  libosmocoding0:amd64                   1.9.0.196.9975.202404242026       amd64        Osmo coding library
ii  libosmocore                            1.9.0.196.9975.202404242026       amd64        Open Source MObile COMmunications CORE library (metapackage)
ii  libosmocore-dev:amd64                  1.9.0.196.9975.202404242026       amd64        Development headers for Open Source MObile COMmunications CORE library
ii  libosmocore21:amd64                    1.9.0.196.9975.202404242026       amd64        Osmo Core library
ii  libosmoctrl0:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo control library
ii  libosmogb14:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo GPRS GB library
ii  libosmogsm20:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo GSM utility library
ii  libosmoisdn0:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo ISDN utility library
ii  libosmonetif11:amd64                   1.4.0.54.05ff.202404242026        amd64        Common/shared code regarding network interface for OpenBSC
ii  libosmosim2:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo SIM library
ii  libosmotrau2:amd64                     1.5.1.11.5277.202404242026        amd64        GSM trau handling
ii  libosmousb0:amd64                      1.9.0.196.9975.202404242026       amd64        Osmo USB library
ii  libosmovty13:amd64                     1.9.0.196.9975.202404242026       amd64        Osmo VTY library
ii  osmocom-nightly                        202404242026                      amd64        Dummy package, conflicts with ['osmocom-2022q1', 'osmocom-2022q2', 'osmocom-2023q1', 'osmocom-latest', 'osmocom-master']

+ [ registry.osmocom.org = registry.osmocom.org ]
+ docker_depends ttcn3-sgsn-test
+ local feed
+ echo debian-bookworm-titan
+ depends=debian-bookworm-titan
+ [ -n debian-bookworm-titan ]
+ docker_images_require debian-bookworm-titan
+ local i
+ local from_line
+ local pull_arg
+ local upstream_distro_arg
+ local distro_arg
+ local depends
+ local dir
+ [ 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:2ebe68208d112bb645bc24d4828b507f43ba00d0fe6c74be259e2a524d77a384
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
+ docker_distro_from_image_name ttcn3-sgsn-test
+ echo debian-bookworm
+ distro_arg=debian-bookworm
+ [ -z  ]
+ docker_upstream_distro_from_image_name ttcn3-sgsn-test
+ echo debian:bookworm
+ upstream_distro_arg=debian:bookworm
+ docker_dir_from_image_name ttcn3-sgsn-test
+ echo ttcn3-sgsn-test
+ dir=ttcn3-sgsn-test
+ pull_arg=--pull
+ grep ^FROM ../ttcn3-sgsn-test/Dockerfile
+ from_line=FROM	$REGISTRY/$USER/debian-bookworm-titan
+ echo FROM	$REGISTRY/$USER/debian-bookworm-titan
+ grep -q $USER
+ pull_arg=
+ set +x
Building image: ttcn3-sgsn-test (export NO_DOCKER_IMAGE_BUILD=1 to prevent this)
+ docker_osmo_ttcn3_branch
+ [ -n  ]
+ echo master
+ make -C ../ttcn3-sgsn-test BUILD_ARGS= UPSTREAM_DISTRO=debian:bookworm DISTRO=debian-bookworm IMAGE=osmocom-build/ttcn3-sgsn-test OSMO_TTCN3_BRANCH=master
make: Entering directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/ttcn3-sgsn-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/ttcn3-sgsn-test-sns/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:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/master \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_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 \
	 -t osmocom-build/ttcn3-sgsn-test:latest .
#0 building with "default" instance using docker driver

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

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

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

#4 [1/4] FROM registry.osmocom.org/osmocom-build/debian-bookworm-titan:latest
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 1.41kB done
#5 DONE 0.1s

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/master?format=TEXT
#6 DONE 0.1s

#7 [2/4] ADD	HTTPS://GERRIT.OSMOCOM.ORG/PLUGINS/GITILES/OSMO-TTCN3-HACKS/+/MASTER?FORMAT=TEXT /tmp/commit
#7 CACHED

#8 [3/4] RUN	TTCN3-DOCKER-PREPARE "master" sgsn
#8 CACHED

#9 [4/4] COPY	SGSN_TESTS.CFG /data/SGSN_Tests.cfg
#9 CACHED

#10 exporting to image
#10 exporting layers done
#10 writing image sha256:4f135f3c83f30fee754af7f9372e0f331fd9e011238a8ed9f2ea41f46dc97c51 0.0s done
#10 naming to docker.io/osmocom-build/ttcn3-sgsn-test:latest 0.0s done
#10 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/ttcn3-sgsn-test'
+ docker_image_exists ttcn3-sgsn-test
+ docker images -q osmocom-build/ttcn3-sgsn-test
+ test -n 4f135f3c83f3
+ list_osmo_packages debian-bookworm ttcn3-sgsn-test
+ local distro=debian-bookworm
+ local image=ttcn3-sgsn-test
+ local docker_run_sh=docker run --rm --entrypoint=/bin/sh osmocom-build/ttcn3-sgsn-test -c
+ [ -n  ]
+ return
+ set_clean_up_trap
+ trap clean_up_common EXIT INT TERM 0
+ set -e
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester
+ cp sns/SGSN_Tests.cfg /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/
+ write_mp_osmo_repo /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/SGSN_Tests.cfg
+ local repo=nightly
+ local config=/home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/SGSN_Tests.cfg
+ local line
+ [ -e /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/SGSN_Tests.cfg ]
+ line=Misc_Helpers.mp_osmo_repo := "nightly"
+ sed -i s/\[MODULE_PARAMETERS\]/\[MODULE_PARAMETERS\]\nMisc_Helpers.mp_osmo_repo := "nightly"/g /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/SGSN_Tests.cfg
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn
+ cp sns/osmo-sgsn.cfg /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/stp
+ cp osmo-stp.cfg /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/stp/
+ mkdir /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/unix
+ network_create
+ SUBNET=1519571
+ seq 1 30
+ echo (1519571 + 1) % 256
+ bc
+ SUBNET=212
+ NET_NAME=ttcn3-sgsn-test-sns-212
+ SUB4=172.18.212.0/24
+ SUB6=fd02:db8:212::/64
+ set +x
Creating network ttcn3-sgsn-test-sns-212, trying SUBNET=212...
+ docker network create --internal --subnet 172.18.212.0/24 --ipv6 --subnet fd02:db8:212::/64 ttcn3-sgsn-test-sns-212
96125c4b801638ac564b902e0d4fff85d520597552c0adca9072a3bc2069af9f
+ set +x

### Network ttcn3-sgsn-test-sns-212 created (SUBNET=212) ###

+ return
+ network_replace_subnet_in_configs
+ set +x
Applying SUBNET=212 to: /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/stp/osmo-stp.cfg
Applying SUBNET=212 to: /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester/SGSN_Tests.cfg
Applying SUBNET=212 to: /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn/osmo-sgsn.cfg
+ echo Starting container with STP
Starting container with STP
+ docker_network_params 212 200
+ NET=212
+ ADDR_SUFIX=200
+ echo --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.200 --ip6 fd02:db8:212::200
+ docker run --rm --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.200 --ip6 fd02:db8:212::200 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/stp:/data --name jenkins-ttcn3-sgsn-test-sns-2-stp -d osmocom-build/osmo-stp-master
8de684215c2b2b4b02dee2fde0e3586e870a8325db7a49a67e42ba3a06ecd5b8
+ echo Starting container with SGSN
Starting container with SGSN
+ docker_network_params 212 10
+ NET=212
+ ADDR_SUFIX=10
+ echo --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.10 --ip6 fd02:db8:212::10
+ docker run --rm --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.10 --ip6 fd02:db8:212::10 --ulimit core=-1 -v /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn:/data --name jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns -d osmocom-build/osmo-sgsn-master /bin/sh -c osmo-sgsn -c /data/osmo-sgsn.cfg >/data/osmo-sgsn.log 2>&1
062014faf26a338504dc04dbfadbe96ca2fed184ea6c4f8a25368686e67f92de
+ echo Starting container with SGSN testsuite
Starting container with SGSN testsuite
+ docker_network_params 212 103
+ NET=212
+ ADDR_SUFIX=103
+ echo --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.103 --ip6 fd02:db8:212::103
+ docker run --rm --network ttcn3-sgsn-test-sns-212 --ip 172.18.212.103 --ip6 fd02:db8:212::103 --ulimit core=-1 -e TTCN3_PCAP_PATH=/data -e OSMO_SUT_HOST=172.18.212.10 -e OSMO_SUT_PORT=4245 -v /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/sgsn-tester:/data --name jenkins-ttcn3-sgsn-test-sns-2-ttcn3-sgsn-test-sns osmocom-build/ttcn3-sgsn-test
+ SUBDIR=sgsn
+ SUITE=SGSN_Tests
+ '[' -n '' ']'
+ cd /data
+ EXTRA_ARGS=
+ '[' -n '' ']'
+ /osmo-ttcn3-hacks/start-testsuite.sh /osmo-ttcn3-hacks/sgsn/SGSN_Tests SGSN_Tests.cfg
ttcn3_start: Starting the test suite
ttcn3_start: warning: TTCN3_DIR environment variable is not set
spawn mctr_cli SGSN_Tests.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: 9.0.0                                                        *
* Copyright (c) 2000-2023 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v2.0 *
* which accompanies this distribution, and is available at              *
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html            *
*************************************************************************

Using configuration file: SGSN_Tests.cfg
MC@8b71c593a287: Unix server socket created successfully.
MC@8b71c593a287: Listening on TCP port 36339.
MC2> 8b71c593a287 is the default
spawn /osmo-ttcn3-hacks/sgsn/SGSN_Tests 8b71c593a287 36339
TTCN-3 Host Controller (parallel mode), version 9.0.0
MC@8b71c593a287: New HC connected from 172.18.212.103 [172.18.212.103]. 8b71c593a287: Linux 5.10.0-19-amd64 on x86_64.
cmtc
MC@8b71c593a287: Downloading configuration file to all HCs.
construct junitlogger
Initializing `JUnitLogger' (v2.0): JUnitLogger writes JUnit-compatible XML
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
HC@8b71c593a287: Warning: Option `FileMask' was given more than once in section [LOGGING] of the configuration file.
MC@8b71c593a287: Configuration file was processed on all HCs.
MC@8b71c593a287: Creating MTC on host 172.18.212.103.
MC@8b71c593a287: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_size'.
------ SGSN_Tests_NS.TC_SNS_size ------
Thu Apr 25 09:09:01 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@8b71c593a287: External command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_size' was executed successfully (exit status: 0).
MTC@8b71c593a287: Test case TC_SNS_size started.
MTC@8b71c593a287: f_outgoing_sns_size(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: setverdict(pass): none -> pass
-provIP0(3)@8b71c593a287: Final verdict of PTC: none
MTC@8b71c593a287: Setting final verdict of the test case.
MTC@8b71c593a287: Local verdict of MTC: pass
MTC@8b71c593a287: Local verdict of PTC -provIP0(3): none (pass -> pass)
MTC@8b71c593a287: Test case TC_SNS_size finished. Verdict: pass
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_size pass'.
Thu Apr 25 09:09:02 UTC 2024
====== SGSN_Tests_NS.TC_SNS_size pass ======

Saving talloc report from 172.18.212.10:4245 to SGSN_Tests_NS.TC_SNS_size.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=20568)
Waiting for packet dumper to finish... 1 (prev_count=20568, count=41559)
MTC@8b71c593a287: External command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_size pass' was executed successfully (exit status: 0).
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_size_too_big'.
------ SGSN_Tests_NS.TC_SNS_size_too_big ------
Thu Apr 25 09:09:04 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@8b71c593a287: External command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_size_too_big' was executed successfully (exit status: 0).
MTC@8b71c593a287: Test case TC_SNS_size_too_big started.
MTC@8b71c593a287: f_outgoing_sns_size(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := { iEI := '00'O, ext := '1'B, lengthIndicator := { length1 := 1 }, cause := '10'O } } }
MTC@8b71c593a287: setverdict(pass): none -> pass
-provIP0(4)@8b71c593a287: Final verdict of PTC: none
MTC@8b71c593a287: Setting final verdict of the test case.
MTC@8b71c593a287: Local verdict of MTC: pass
MTC@8b71c593a287: Local verdict of PTC -provIP0(4): none (pass -> pass)
MTC@8b71c593a287: Test case TC_SNS_size_too_big finished. Verdict: pass
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_size_too_big pass'.
Thu Apr 25 09:09:05 UTC 2024
====== SGSN_Tests_NS.TC_SNS_size_too_big pass ======

Saving talloc report from 172.18.212.10:4245 to SGSN_Tests_NS.TC_SNS_size_too_big.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=5538)
Waiting for packet dumper to finish... 1 (prev_count=5538, count=12698)
MTC@8b71c593a287: External command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_size_too_big pass' was executed successfully (exit status: 0).
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_config_bss'.
------ SGSN_Tests_NS.TC_SNS_config_bss ------
Thu Apr 25 09:09:08 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@8b71c593a287: External command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_config_bss' was executed successfully (exit status: 0).
MTC@8b71c593a287: Test case TC_SNS_config_bss started.
MTC@8b71c593a287: f_outgoing_sns_size(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: f_outgoing_sns_config(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: setverdict(pass): none -> pass
-provIP0(5)@8b71c593a287: Warning: The last outgoing messages on port NSVC[0] may be lost.
-provIP0(5)@8b71c593a287: Final verdict of PTC: none
MTC@8b71c593a287: Setting final verdict of the test case.
MTC@8b71c593a287: Local verdict of MTC: pass
MTC@8b71c593a287: Local verdict of PTC -provIP0(5): none (pass -> pass)
MTC@8b71c593a287: Test case TC_SNS_config_bss finished. Verdict: pass
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_config_bss pass'.
Thu Apr 25 09:09:09 UTC 2024
====== SGSN_Tests_NS.TC_SNS_config_bss pass ======

Saving talloc report from 172.18.212.10:4245 to SGSN_Tests_NS.TC_SNS_config_bss.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=7914)
Waiting for packet dumper to finish... 1 (prev_count=7914, count=14771)
MTC@8b71c593a287: External command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_config_bss pass' was executed successfully (exit status: 0).
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_config_sgsn'.
------ SGSN_Tests_NS.TC_SNS_config_sgsn ------
Thu Apr 25 09:09:11 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@8b71c593a287: External command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_config_sgsn' was executed successfully (exit status: 0).
MTC@8b71c593a287: Test case TC_SNS_config_sgsn started.
MTC@8b71c593a287: f_outgoing_sns_size(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: f_outgoing_sns_config(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: f_incoming_sns_config(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := ? }, iP4_Elements := { { ipAddress := 'AC12D40A'O, uDP_Port := '59D8'O, signallingWeight := ?, dataWeight := ? } } }, listofIP6Elements := omit } }
MTC@8b71c593a287: setverdict(pass): none -> pass
-provIP0(6)@8b71c593a287: Dynamic test case error: Port NSVC[0] has neither connections nor mappings. Message cannot be sent on it.
-provIP0(6)@8b71c593a287: setverdict(error): none -> error
-provIP0(6)@8b71c593a287: Final verdict of PTC: error
MTC@8b71c593a287: Setting final verdict of the test case.
MTC@8b71c593a287: Local verdict of MTC: pass
MTC@8b71c593a287: Local verdict of PTC -provIP0(6): error (pass -> error)
MTC@8b71c593a287: Test case TC_SNS_config_sgsn finished. Verdict: error
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_config_sgsn error'.
Thu Apr 25 09:09:12 UTC 2024
------ SGSN_Tests_NS.TC_SNS_config_sgsn error ------

Saving talloc report from 172.18.212.10:4245 to SGSN_Tests_NS.TC_SNS_config_sgsn.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=3834)
Waiting for packet dumper to finish... 1 (prev_count=3834, count=19298)
MTC@8b71c593a287: External command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_config_sgsn error' was executed successfully (exit status: 0).
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_and_alive'.
------ SGSN_Tests_NS.TC_SNS_and_alive ------
Thu Apr 25 09:09:15 UTC 2024
NOTE: unable to use dumpcap due to missing capabilities or suid bit
Waiting for packet dumper to start... 0
MTC@8b71c593a287: External command `../ttcn3-tcpdump-start.sh SGSN_Tests_NS.TC_SNS_and_alive' was executed successfully (exit status: 0).
MTC@8b71c593a287: Test case TC_SNS_and_alive started.
MTC@8b71c593a287: f_outgoing_sns_size(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Size_Ack := { nsPduType := '13'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: f_outgoing_sns_config(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Config_Ack := { nsPduType := '10'O, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, causeNS := omit } }
MTC@8b71c593a287: f_incoming_sns_config(idx=0)
MTC@8b71c593a287: f_ns_exp() expecting { pDU_SNS_Config := { nsPduType := '0F'O, endFlag := { eBIT := '1'B, spare := '0000000'B }, nSEI_NS := { iEI := '04'O, ext := '1'B, lengthIndicator := { length1 := 2 }, nSEI := '0060'O }, listofIP4Elements := { iEI := '05'O, ext := '1'B, lengthIndicator := { length1 := ? }, iP4_Elements := { { ipAddress := 'AC12D40A'O, uDP_Port := '59D8'O, signallingWeight := ?, dataWeight := ? } } }, listofIP6Elements := omit } }
MTC@8b71c593a287: setverdict(pass): none -> pass
-provIP0(7)@8b71c593a287: Final verdict of PTC: none
MTC@8b71c593a287: Setting final verdict of the test case.
MTC@8b71c593a287: Local verdict of MTC: pass
MTC@8b71c593a287: Local verdict of PTC -provIP0(7): none (pass -> pass)
MTC@8b71c593a287: Test case TC_SNS_and_alive finished. Verdict: pass
MTC@8b71c593a287: Starting external command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_and_alive pass'.
Thu Apr 25 09:09:16 UTC 2024
====== SGSN_Tests_NS.TC_SNS_and_alive pass ======

Saving talloc report from 172.18.212.10:4245 to SGSN_Tests_NS.TC_SNS_and_alive.talloc
Waiting for packet dumper to finish... 0 (prev_count=-1, count=13931)
Waiting for packet dumper to finish... 1 (prev_count=13931, count=20788)
MTC@8b71c593a287: External command `../ttcn3-tcpdump-stop.sh SGSN_Tests_NS.TC_SNS_and_alive pass' was executed successfully (exit status: 0).
MC@8b71c593a287: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@8b71c593a287: Terminating MTC.
MC@8b71c593a287: MTC terminated.
MC2> exit
MC@8b71c593a287: Shutting down session.
MC@8b71c593a287: Shutdown complete.

Comparing expected results '/osmo-ttcn3-hacks/sgsn/expected-results.xml' against results in 'junit-xml-21.log'
--------------------
pass SGSN_Tests_NS.TC_SNS_size
pass SGSN_Tests_NS.TC_SNS_size_too_big
pass SGSN_Tests_NS.TC_SNS_config_bss
pass->FAIL SGSN_Tests_NS.TC_SNS_config_sgsn
pass SGSN_Tests_NS.TC_SNS_and_alive

Summary:
  pass->FAIL: 1
  pass: 4
  skip: 76


+ exit_code=0
+ /osmo-ttcn3-hacks/log_merge.sh SGSN_Tests --rm
Generated SGSN_Tests.TC_SNS_and_alive.merged
Generated SGSN_Tests.TC_SNS_config_bss.merged
Generated SGSN_Tests.TC_SNS_config_sgsn.merged
Generated SGSN_Tests.TC_SNS_size.merged
Generated SGSN_Tests.TC_SNS_size_too_big.merged
Removing Input log files !!!
+ exit 0
+ clean_up_common
+ set +e
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ type clean_up
+ network_clean
+ docker network inspect ttcn3-sgsn-test-sns-212
+ grep Name
+ cut -d : -f2
+ awk -F" NR>1{print $2}
+ local containers=jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns
jenkins-ttcn3-sgsn-test-sns-2-stp
+ [ -n jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns
jenkins-ttcn3-sgsn-test-sns-2-stp ]
+ docker_kill_wait jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns jenkins-ttcn3-sgsn-test-sns-2-stp
+ docker kill jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns jenkins-ttcn3-sgsn-test-sns-2-stp
jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns
jenkins-ttcn3-sgsn-test-sns-2-stp
+ docker wait jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns jenkins-ttcn3-sgsn-test-sns-2-stp
137
Error response from daemon: No such container: jenkins-ttcn3-sgsn-test-sns-2-sgsn-sns
+ true
+ network_remove
+ set +x
Removing network ttcn3-sgsn-test-sns-212
+ docker network remove ttcn3-sgsn-test-sns-212
ttcn3-sgsn-test-sns-212
+ rm -rf /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs/unix
+ fix_perms
+ set +x
Fixing permissions
+ id -u
+ id -g
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/logs:/data -v /home/osmocom-build/jenkins/workspace/ttcn3-sgsn-test-sns/_cache:/cache --name jenkins-ttcn3-sgsn-test-sns-2-cleaner debian:bookworm 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/ttcn3-sgsn-test-sns/logs/sgsn-tester/junit-xml-21.log
<?xml version="1.0"?>
<testsuite name='Titan' tests='5' failures='0' errors='1' skipped='0' inconc='0' time='17.00'>
  <testcase classname='SGSN_Tests_NS' name='TC_SNS_size' time='0.019190'/>
  <testcase classname='SGSN_Tests_NS' name='TC_SNS_size_too_big' time='0.017058'/>
  <testcase classname='SGSN_Tests_NS' name='TC_SNS_config_bss' time='0.017180'/>
  <testcase classname='SGSN_Tests_NS' name='TC_SNS_config_sgsn' time='0.016313'>
    <error type='DTE'></error>
  </testcase>
  <testcase classname='SGSN_Tests_NS' name='TC_SNS_and_alive' time='0.021201'/>
</testsuite>
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Archiving artifacts
Finished: UNSTABLE