Skipping 83 KB..
Full Log+ export PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig:
+ PKG_CONFIG_PATH=/build/deps/install/lib/pkgconfig:
+ export LD_LIBRARY_PATH=/build/deps/install/lib
+ LD_LIBRARY_PATH=/build/deps/install/lib
+ export PATH=/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ PATH=/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ osmo-build-dep.sh libosmo-netif '' --disable-doxygen
+ mkdir -p /build/deps
=============================== libosmo-netif ===============================
+ cd /build/deps
+ osmo-deps.sh libosmo-netif
+ project=libosmo-netif
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmo-netif
+ osmo_git_clone_url libosmo-netif
+ echo https://gerrit.osmocom.org/libosmo-netif
+ git clone https://gerrit.osmocom.org/libosmo-netif libosmo-netif
Cloning into 'libosmo-netif'...
+ cd libosmo-netif
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at ae0e809 .gitignore: add utils/osmo-amr-inspect
+ git rev-parse HEAD
ae0e8095832d8d2601c6577e0b6c0687394acdfe
+ cd libosmo-netif
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libosmo-netif
+ subdir=
+ [ -n ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:25: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:25: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:25: the top level
configure.ac:75: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:75: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:75: the top level
configure.ac:90: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:90: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:90: the top level
configure.ac:128: warning: AC_OUTPUT should be used without arguments.
configure.ac:128: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
examples/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libosmo-netif --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-netif/lib/systemd/system --disable-doxygen
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for egrep... (cached) /usr/bin/grep -E
checking for execinfo.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for syslog.h... yes
checking for ctype.h... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for netinet/sctp.h... yes
checking for osmo_sock_init2_multiaddr in -losmocore... yes
checking for library containing sctp_send... -lsctp
checking for pcap.h... yes
checking for doxygen... /usr/bin/doxygen
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-netif.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/netif/Makefile
config.status: creating src/Makefile
config.status: creating examples/Makefile
config.status: creating utils/Makefile
config.status: creating tests/Makefile
config.status: creating Doxyfile
config.status: creating Makefile
config.status: creating contrib/libosmo-netif.spec
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n ]
+ make -j 12 install
echo 1.6.0.1-ae0e > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/libosmo-netif'
Making install in include
make[2]: Entering directory '/build/deps/libosmo-netif/include'
Making install in osmocom
make[3]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
Making install in netif
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Entering directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[5]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
/usr/bin/install -c -m 644 amr.h datagram.h ipa.h ipa_unit.h jibuf.h osmux.h prim.h rs232.h rtp.h stream.h sctp.h '/build/deps/install/stow/libosmo-netif/include/osmocom/netif'
make[5]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom/netif'
make[4]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
make[5]: Entering directory '/build/deps/libosmo-netif/include/osmocom'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[4]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Leaving directory '/build/deps/libosmo-netif/include/osmocom'
make[3]: Entering directory '/build/deps/libosmo-netif/include'
make[4]: Entering directory '/build/deps/libosmo-netif/include'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmo-netif/include'
make[3]: Leaving directory '/build/deps/libosmo-netif/include'
make[2]: Leaving directory '/build/deps/libosmo-netif/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmo-netif/src'
CC amr.lo
CC datagram.lo
CC ipa.lo
CC ipa_keepalive.lo
CC ipa_unit.lo
CC jibuf.lo
CC osmux.lo
CC osmux_input.lo
CC osmux_output.lo
CC prim.lo
CC rs232.lo
CC rtp.lo
CC stream.lo
CC stream_cli.lo
CC stream_srv.lo
CC sctp.lo
CCLD libosmonetif.la
make[3]: Entering directory '/build/deps/libosmo-netif/src'
make[3]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libosmonetif.la '/build/deps/install/stow/libosmo-netif/lib'
libtool: install: /usr/bin/install -c .libs/libosmonetif.so.11.3.0 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.so.11.3.0
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.3.0 libosmonetif.so.11 || { rm -f libosmonetif.so.11 && ln -s libosmonetif.so.11.3.0 libosmonetif.so.11; }; })
libtool: install: (cd /build/deps/install/stow/libosmo-netif/lib && { ln -s -f libosmonetif.so.11.3.0 libosmonetif.so || { rm -f libosmonetif.so && ln -s libosmonetif.so.11.3.0 libosmonetif.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmonetif.lai /build/deps/install/stow/libosmo-netif/lib/libosmonetif.la
libtool: install: /usr/bin/install -c .libs/libosmonetif.a /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: chmod 644 /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: install: ranlib /build/deps/install/stow/libosmo-netif/lib/libosmonetif.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-netif/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmo-netif/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmo-netif/src'
make[2]: Leaving directory '/build/deps/libosmo-netif/src'
Making install in examples
make[2]: Entering directory '/build/deps/libosmo-netif/examples'
CC ipa-stream-client.o
CC ipa-stream-server.o
CC stream-client.o
CC stream-server.o
CC rs232-read.o
CC rs232-write.o
CC rtp-udp-test-client.o
CC rtp-udp-test-server.o
CC udp-test-client.o
CC osmux-test-input.o
CC udp-test-server.o
CC osmux-test-output.o
CCLD stream-client
CCLD ipa-stream-server
CCLD rtp-udp-test-server
CCLD ipa-stream-client
CCLD rtp-udp-test-client
CCLD rs232-read
CCLD udp-test-server
CCLD rs232-write
CCLD osmux-test-output
CCLD stream-server
CCLD osmux-test-input
CCLD udp-test-client
make[3]: Entering directory '/build/deps/libosmo-netif/examples'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/examples'
make[2]: Leaving directory '/build/deps/libosmo-netif/examples'
Making install in utils
make[2]: Entering directory '/build/deps/libosmo-netif/utils'
CC osmo-amr-inspect.o
CCLD osmo-amr-inspect
make[3]: Entering directory '/build/deps/libosmo-netif/utils'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/utils'
make[2]: Leaving directory '/build/deps/libosmo-netif/utils'
Making install in tests
make[2]: Entering directory '/build/deps/libosmo-netif/tests'
make[3]: Entering directory '/build/deps/libosmo-netif/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-netif/tests'
make[2]: Leaving directory '/build/deps/libosmo-netif/tests'
make[2]: Entering directory '/build/deps/libosmo-netif'
make[3]: Entering directory '/build/deps/libosmo-netif'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
/usr/bin/install -c -m 644 libosmo-netif.pc '/build/deps/install/stow/libosmo-netif/lib/pkgconfig'
make install-data-hook
make[4]: Entering directory '/build/deps/libosmo-netif'
make[4]: Nothing to be done for 'install-data-hook'.
make[4]: Leaving directory '/build/deps/libosmo-netif'
make[3]: Leaving directory '/build/deps/libosmo-netif'
make[2]: Leaving directory '/build/deps/libosmo-netif'
make[1]: Leaving directory '/build/deps/libosmo-netif'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmo-netif
+ osmo-build-dep.sh libosmo-abis
+ mkdir -p /build/deps
=============================== libosmo-abis ===============================
+ cd /build/deps
+ osmo-deps.sh libosmo-abis
+ project=libosmo-abis
+ branch=master
+ git branch -a
+ grep -c remotes/origin/master$
+ [ x1 != x0 ]
+ branch=origin/master
+ test -d libosmo-abis
+ osmo_git_clone_url libosmo-abis
+ echo https://gerrit.osmocom.org/libosmo-abis
+ git clone https://gerrit.osmocom.org/libosmo-abis libosmo-abis
Cloning into 'libosmo-abis'...
+ cd libosmo-abis
+ git fetch --tags origin
+ git fetch origin
+ deps= osmo-clean-workspace.sh
+ chmod -R +w .
+ git checkout -f HEAD
Your branch is up to date with 'origin/master'.
+ git clean -dxf
+ [ -d ]
+ [ -d layer1-headers ]
+ git checkout -f origin/master
Note: switching to 'origin/master'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3c6e0c1 trau_frame cosmetic: document exact behavior for C1..C5
+ git rev-parse HEAD
3c6e0c18c866dcd2b2e73b3a8f8c5f7540e45bcb
+ cd libosmo-abis
+ mkdir -p /build/deps/install/stow
+ osmo_source_subdir libosmo-abis
+ subdir=
+ [ -n ]
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:67: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:67: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:67: the top level
configure.ac:91: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:91: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:91: the top level
configure.ac:200: warning: AC_OUTPUT should be used without arguments.
configure.ac:200: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
doc/examples/Makefile.am: installing './depcomp'
+ ./configure --prefix=/build/deps/install/stow/libosmo-abis --with-systemdsystemunitdir=/build/deps/install/stow/libosmo-abis/lib/systemd/system
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for ortp >= 0.22.0... yes
checking for dahdi/user.h... yes
CFLAGS=" -std=gnu11 -Wall"
CPPFLAGS=" -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmoabis.pc
config.status: creating libosmotrau.pc
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --with-systemdsystemunitdir
+ [ -n ]
+ make -j 12 install
echo 2.0.0.14-3c6e > .version-t && mv .version-t .version
make install-recursive
make[1]: Entering directory '/build/deps/libosmo-abis'
Making install in include
make[2]: Entering directory '/build/deps/libosmo-abis/include'
make[3]: Entering directory '/build/deps/libosmo-abis/include'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/abis'
/usr/bin/install -c -m 644 osmocom/abis/ipa.h osmocom/abis/trau_frame.h osmocom/abis/ipaccess.h osmocom/abis/abis.h osmocom/abis/subchan_demux.h osmocom/abis/e1_input.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/unixsocket_proto.h '/build/deps/install/stow/libosmo-abis/include/osmocom/abis'
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-abis/include/osmocom/trau'
/usr/bin/install -c -m 644 osmocom/trau/csd_ra2.h osmocom/trau/csd_raa_prime.h osmocom/trau/trau_frame.h osmocom/trau/trau_sync.h osmocom/trau/trau_pcu_ericsson.h osmocom/trau/trau_rtp.h osmocom/trau/osmo_ortp.h '/build/deps/install/stow/libosmo-abis/include/osmocom/trau'
make[3]: Leaving directory '/build/deps/libosmo-abis/include'
make[2]: Leaving directory '/build/deps/libosmo-abis/include'
Making install in src
make[2]: Entering directory '/build/deps/libosmo-abis/src'
CC init.lo
CC e1_input.lo
CC e1_input_vty.lo
CC subchan_demux.lo
CC trau_frame.lo
CC input/e1d.lo
CC input/ipa.lo
CC input/ipa_keepalive.lo
CC input/ipaccess.lo
CC input/lapd.lo
CC input/lapd_pcap.lo
CC input/misdn.lo
CC input/unixsocket.lo
CC input/rs232.lo
CC input/dahdi.lo
CC trau/libosmotrau_la-csd_ra2.lo
CC trau/libosmotrau_la-raa_prime_decode.lo
CC trau/libosmotrau_la-raa_prime_encode.lo
CC trau/libosmotrau_la-trau_frame.lo
CC trau/libosmotrau_la-trau_pcu_ericsson.lo
CC trau/libosmotrau_la-trau_rtp_conv.lo
CC trau/libosmotrau_la-trau_sync.lo
CC trau/libosmotrau_la-osmo_ortp.lo
trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec'
235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec")
| ^~~~~~~
CCLD libosmoabis.la
CCLD libosmotrau.la
make[3]: Entering directory '/build/deps/libosmo-abis/src'
make[3]: Nothing to be done for 'install-data-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib'
/bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/build/deps/install/stow/libosmo-abis/lib'
libtool: install: /usr/bin/install -c .libs/libosmoabis.so.15.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.so.15.0.0
libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so.15 || { rm -f libosmoabis.so.15 && ln -s libosmoabis.so.15.0.0 libosmoabis.so.15; }; })
libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.15.0.0 libosmoabis.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /build/deps/install/stow/libosmo-abis/lib/libosmoabis.la
libtool: install: /usr/bin/install -c .libs/libosmotrau.so.11.0.0 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.so.11.0.0
libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so.11 || { rm -f libosmotrau.so.11 && ln -s libosmotrau.so.11.0.0 libosmotrau.so.11; }; })
libtool: install: (cd /build/deps/install/stow/libosmo-abis/lib && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.11.0.0 libosmotrau.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /build/deps/install/stow/libosmo-abis/lib/libosmotrau.la
libtool: install: /usr/bin/install -c .libs/libosmoabis.a /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a
libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a
libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmoabis.a
libtool: install: /usr/bin/install -c .libs/libosmotrau.a /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a
libtool: install: chmod 644 /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a
libtool: install: ranlib /build/deps/install/stow/libosmo-abis/lib/libosmotrau.a
libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libosmo-abis/lib
----------------------------------------------------------------------
Libraries have been installed in:
/build/deps/install/stow/libosmo-abis/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the 'LD_RUN_PATH' environment variable
during linking
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Leaving directory '/build/deps/libosmo-abis/src'
make[2]: Leaving directory '/build/deps/libosmo-abis/src'
Making install in tests
make[2]: Entering directory '/build/deps/libosmo-abis/tests'
make[3]: Entering directory '/build/deps/libosmo-abis/tests'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/deps/libosmo-abis/tests'
make[2]: Leaving directory '/build/deps/libosmo-abis/tests'
Making install in doc
make[2]: Entering directory '/build/deps/libosmo-abis/doc'
Making install in examples
make[3]: Entering directory '/build/deps/libosmo-abis/doc/examples'
CC lapd-over-datagram/lapd-over-datagram-user.o
CC lapd-over-datagram/lapd-over-datagram-network.o
lapd-over-datagram/lapd-over-datagram-network.c: In function 'main':
lapd-over-datagram/lapd-over-datagram-network.c:154:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
154 | lapd = lapd_instance_alloc(1, lapd_tx_cb, conn, lapd_rx_cb, conn,
| ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-network.c:13:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
lapd-over-datagram/lapd-over-datagram-user.c: In function 'main':
lapd-over-datagram/lapd-over-datagram-user.c:204:9: warning: 'lapd_instance_alloc' is deprecated: Use lapd_instance_alloc2() instead [-Wdeprecated-declarations]
204 | lapd = lapd_instance_alloc(0, lapd_tx_cb, NULL, lapd_rx_cb, &num_msgs,
| ^~~~
In file included from lapd-over-datagram/lapd-over-datagram-user.c:16:
../../include/osmocom/abis/lapd.h:63:23: note: declared here
63 | struct lapd_instance *lapd_instance_alloc(int network_side,
| ^~~~~~~~~~~~~~~~~~~
CCLD lapd-over-datagram-network
CCLD lapd-over-datagram-user
make[4]: Entering directory '/build/deps/libosmo-abis/doc/examples'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmo-abis/doc/examples'
make[3]: Leaving directory '/build/deps/libosmo-abis/doc/examples'
make[3]: Entering directory '/build/deps/libosmo-abis/doc'
make[4]: Entering directory '/build/deps/libosmo-abis/doc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/build/deps/libosmo-abis/doc'
make[3]: Leaving directory '/build/deps/libosmo-abis/doc'
make[2]: Leaving directory '/build/deps/libosmo-abis/doc'
make[2]: Entering directory '/build/deps/libosmo-abis'
make[3]: Entering directory '/build/deps/libosmo-abis'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/build/deps/install/stow/libosmo-abis/lib/pkgconfig'
/usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/build/deps/install/stow/libosmo-abis/lib/pkgconfig'
make[3]: Leaving directory '/build/deps/libosmo-abis'
make[2]: Leaving directory '/build/deps/libosmo-abis'
make[1]: Leaving directory '/build/deps/libosmo-abis'
+ STOW_DIR=/build/deps/install/stow stow --restow libosmo-abis
=============================== osmo-mgw ===============================
+ CONFIG=
+ '[' 1 = 1 ']'
+ CONFIG=--enable-manuals
+ set +x
+ cd /build
+ autoreconf --install --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
configure.ac:93: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:93: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:93: the top level
configure.ac:105: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:105: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:105: the top level
configure.ac:110: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:110: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:110: the top level
configure.ac:186: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:186: You should use the 'AC_CONFIG_HEADERS' macro instead.
./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from...
aclocal.m4:1089: AM_CONFIG_HEADER is expanded from...
configure.ac:186: the top level
configure.ac:188: warning: AC_OUTPUT should be used without arguments.
configure.ac:188: You should run autoupdate.
configure.ac:23: installing './compile'
configure.ac:25: installing './config.guess'
configure.ac:25: installing './config.sub'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
src/libosmo-mgcp-client/Makefile.am: installing './depcomp'
+ ./configure --enable-sanitize --enable-vty-tests --enable-external-tests --enable-werror --enable-manuals
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for library containing dlopen... none required
checking for library containing dlsym... none required
checking for libosmocore >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmoctrl >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for libosmoabis >= 2.0.0... yes
checking for libosmotrau >= 2.0.0... yes
checking whether to enable code coverage support... no
checking for python... no
checking for python2... no
checking for python3... /usr/bin/python3
checking for python version... 3.11
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for osmotestvty.py... yes
checking whether to enable VTY/CTRL tests... yes
checking for OSMO_GSM_MANUALS_DIR... /opt/osmo-gsm-manuals (from env)
All dependencies installed!
CFLAGS=" -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -fsanitize=address -fsanitize=undefined -Werror -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
CPPFLAGS=" -DBUILDING_LIBOSMOMGCPCLIENT -pthread -fsanitize=address -fsanitize=undefined -Werror -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-mgcp-client.pc
config.status: creating include/Makefile
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/mgcp_client/Makefile
config.status: creating include/osmocom/mgcp/Makefile
config.status: creating src/Makefile
config.status: creating src/libosmo-mgcp-client/Makefile
config.status: creating src/libosmo-mgcp/Makefile
config.status: creating src/osmo-mgw/Makefile
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating tests/mgcp_client/Makefile
config.status: creating tests/mgcp/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Makefile
config.status: creating bscconfig.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
+ make -j 12
echo 1.14.0.22-973c > .version-t && mv .version-t .version
make all-recursive
make[1]: Entering directory '/build'
Making all in include
make[2]: Entering directory '/build/include'
Making all in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making all in mgcp_client
make[4]: Entering directory '/build/include/osmocom/mgcp_client'
echo -e "/*\n\n DO NOT EDIT THIS FILE!\n THIS IS OVERWRITTEN DURING BUILD\n This is an automatic copy of <osmocom/mgcp/mgcp_common.h>\n\n */" > mgcp_common.h
cat ../../../include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h
make all-am
make[5]: Entering directory '/build/include/osmocom/mgcp_client'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/include/osmocom/mgcp_client'
Making all in mgcp
make[4]: Entering directory '/build/include/osmocom/mgcp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/build/include/osmocom/mgcp'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making all in src
make[2]: Entering directory '/build/src'
Making all in libosmo-mgcp-client
make[3]: Entering directory '/build/src/libosmo-mgcp-client'
CC mgcp_client.lo
CC mgcp_client_fsm.lo
CC mgcp_client_vty.lo
CC mgcp_client_endpoint_fsm.lo
CC mgcp_client_pool.lo
CCLD libosmo-mgcp-client.la
make[3]: Leaving directory '/build/src/libosmo-mgcp-client'
Making all in libosmo-mgcp
make[3]: Entering directory '/build/src/libosmo-mgcp'
CC mgcp_protocol.o
CC mgcp_network.o
CC mgcp_vty.o
CC mgcp_osmux.o
CC mgcp_sdp.o
CC mgcp_codec.o
CC mgcp_msg.o
CC mgcp_stat.o
CC mgcp_conn.o
CC mgcp_endp.o
CC mgcp_trunk.o
CC mgcp_ratectr.o
CC mgcp_rtp_end.o
CC mgcp_e1.o
CC mgcp_iuup.o
AR libosmo-mgcp.a
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/build/src/libosmo-mgcp'
Making all in osmo-mgw
make[3]: Entering directory '/build/src/osmo-mgw'
CC mgw_main.o
CCLD osmo-mgw
make[3]: Leaving directory '/build/src/osmo-mgw'
make[3]: Entering directory '/build/src'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
Making all in tests
make[2]: Entering directory '/build/tests'
Making all in mgcp_client
make[3]: Entering directory '/build/tests/mgcp_client'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/mgcp_client'
Making all in mgcp
make[3]: Entering directory '/build/tests/mgcp'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/tests/mgcp'
make[3]: Entering directory '/build/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/tests'
make[2]: Leaving directory '/build/tests'
Making all in doc
make[2]: Entering directory '/build/doc'
Making all in examples
make[3]: Entering directory '/build/doc/examples'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/doc/examples'
Making all in manuals
make[3]: Entering directory '/build/doc/manuals'
ln -s /opt/osmo-gsm-manuals/build build
ln -s /opt/osmo-gsm-manuals/common common
mkdir -p ./vty
xmllint --xinclude --postvalid --noout osmomgw-vty-reference.xml
if ! [ -f osmomgw-usermanual.adoc ]; then \
ln -s osmomgw-usermanual.adoc osmomgw-usermanual.adoc; \
fi
../../src/osmo-mgw/osmo-mgw --vty-ref-xml > vty/mgw_vty_reference.xml
TEXINPUTS="/opt/osmo-gsm-manuals" \
a2x -vv -L --asciidoc-opts="-f /opt/osmo-gsm-manuals/build/mscgen-filter.conf -f /opt/osmo-gsm-manuals/build/diag-filter.conf -f /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /opt/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/build/doc/manuals' -a commondir='/opt/osmo-gsm-manuals/common' " --dblatex-opts="--config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 " -a docinfo -a revnumber="DRAFT 1.14.0-22-g973c" -a revdate="2025-Mar-10" osmomgw-usermanual.adoc
<0003> rate_ctr.c:97 '(null)' is not a valid counter identifier
<0003> rate_ctr.c:163 counter group 'mdcx'[11] == NULL, aborting
Generating the VTY reference in mode 'default' (all commands except deprecated and hidden)
mkdir -p generated
/opt/osmo-gsm-manuals/build/vty_reference_combine.sh "/opt/osmo-gsm-manuals/merge_doc.xsl" \
$(/opt/osmo-gsm-manuals/build/find_existing_path.sh "vty/*reference.xml" . .) \
/opt/osmo-gsm-manuals/common/vty_additions.xml \
./vty/*additions*.xml > generated/combined.xml
+ mktemp
+ combined=/tmp/tmp.x0R4JTEY8x
+ mktemp
+ combine_src=/tmp/tmp.nJ6i85xDJ4
+ cp ./vty/mgw_vty_reference.xml /tmp/tmp.x0R4JTEY8x
+ [ -n /opt/osmo-gsm-manuals/common/vty_additions.xml ]
+ realpath /opt/osmo-gsm-manuals/common/vty_additions.xml
+ addition=/opt/osmo-gsm-manuals/common/vty_additions.xml
+ shift
+ cp /tmp/tmp.x0R4JTEY8x /tmp/tmp.nJ6i85xDJ4
+ xsltproc -o /tmp/tmp.x0R4JTEY8x --stringparam with /opt/osmo-gsm-manuals/common/vty_additions.xml /opt/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.nJ6i85xDJ4
+ [ -n ./vty/mgw_vty_additions.xml ]
+ realpath ./vty/mgw_vty_additions.xml
+ addition=/build/doc/manuals/vty/mgw_vty_additions.xml
+ shift
+ cp /tmp/tmp.x0R4JTEY8x /tmp/tmp.nJ6i85xDJ4
+ xsltproc -o /tmp/tmp.x0R4JTEY8x --stringparam with /build/doc/manuals/vty/mgw_vty_additions.xml /opt/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.nJ6i85xDJ4
asciidoc: reading: /etc/asciidoc/asciidoc.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/diag-filter.conf
+ [ -n ]
+ cat /tmp/tmp.x0R4JTEY8x
asciidoc: reading: /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/graphviz-filter.conf
asciidoc: reading: /etc/asciidoc/asciidoc.conf
+ rm -f /tmp/tmp.nJ6i85xDJ4
+ rm -f /tmp/tmp.x0R4JTEY8x
xsltproc /opt/osmo-gsm-manuals/vty_reference.xsl generated/combined.xml \
> generated/docbook_vty.xml
asciidoc: reading: /build/doc/manuals/osmomgw-usermanual.adoc
set -x && \
export GIT_DATE="2024-May-13" && \
export REVNUMBER="DRAFT 1.14.0-22-g973c" && \
export TEMPFILE="/build/doc/manuals/generated/_temp_osmomgw-vty-reference.xml" && \
/opt/osmo-gsm-manuals/build/docbook-set-revhistory.py "osmomgw-vty-reference.xml" && \
dblatex \
--config /opt/osmo-gsm-manuals/build/dblatex_config.xml \
--xslt-opts="--path /opt/osmo-gsm-manuals/common/chapters:/build/doc/manuals/generated" \
\
-P draft.mode=no \
-o osmomgw-vty-reference.pdf \
"$TEMPFILE" && \
rm $TEMPFILE
+ export GIT_DATE=2024-May-13
+ GIT_DATE=2024-May-13
+ export 'REVNUMBER=DRAFT 1.14.0-22-g973c'
+ REVNUMBER='DRAFT 1.14.0-22-g973c'
+ export TEMPFILE=/build/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
+ TEMPFILE=/build/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
+ /opt/osmo-gsm-manuals/build/docbook-set-revhistory.py osmomgw-vty-reference.xml
asciidoc: reading: /etc/asciidoc/docbook45.conf
asciidoc: reading: /etc/asciidoc/filters/music/music-filter.conf
asciidoc: reading: /etc/asciidoc/filters/latex/latex-filter.conf
asciidoc: reading: /etc/asciidoc/filters/code/code-filter.conf
asciidoc: reading: /etc/asciidoc/filters/source/source-highlight-filter.conf
asciidoc: reading: /etc/asciidoc/filters/graphviz/graphviz-filter.conf
asciidoc: reading: /etc/asciidoc/lang-en.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/diag-filter.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /opt/osmo-gsm-manuals/build/graphviz-filter.conf
asciidoc: writing: /build/doc/manuals/osmomgw-usermanual.xml
asciidoc: osmomgw-usermanual.adoc: line 6: evaluating: {include:/build/doc/manuals/osmomgw-usermanual-docinfo.xml}
asciidoc: include: /build/doc/manuals/common/chapters/preface.adoc
asciidoc: osmomgw-usermanual.adoc: line 9: reading: /build/doc/manuals/common/chapters/preface.adoc
Changing revhistory to DRAFT 1.14.0-22-g973c, 2024-May-13...
+ dblatex --config /opt/osmo-gsm-manuals/build/dblatex_config.xml '--xslt-opts=--path /opt/osmo-gsm-manuals/common/chapters:/build/doc/manuals/generated' -P draft.mode=no -o osmomgw-vty-reference.pdf /build/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
asciidoc: include: /build/doc/manuals/chapters/overview.adoc
asciidoc: osmomgw-usermanual.adoc: line 11: reading: /build/doc/manuals/chapters/overview.adoc
asciidoc: overview.adoc: line 20: evaluating: {counter2:target-number}
asciidoc: overview.adoc: line 20: evaluating: {set2:target:osmomgw-usermanual__1.svg}
asciidoc: overview.adoc: line 30: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__1.svg" -T svg && echo " "
Build the book set list...
asciidoc: overview.adoc: line 36: evaluating: {counter2:target-number}
asciidoc: overview.adoc: line 36: evaluating: {set2:target:osmomgw-usermanual__2.svg}
asciidoc: overview.adoc: line 52: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__2.svg" -T svg && echo " "
asciidoc: overview.adoc: line 58: evaluating: {counter2:target-number}
asciidoc: overview.adoc: line 58: evaluating: {set2:target:osmomgw-usermanual__3.svg}
asciidoc: overview.adoc: line 68: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__3.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/chapters/running.adoc
asciidoc: osmomgw-usermanual.adoc: line 13: reading: /build/doc/manuals/chapters/running.adoc
asciidoc: include: /build/doc/manuals/common/chapters/vty.adoc
asciidoc: osmomgw-usermanual.adoc: line 15: reading: /build/doc/manuals/common/chapters/vty.adoc
Build the listings...
asciidoc: include: /build/doc/manuals/common/chapters/logging.adoc
asciidoc: osmomgw-usermanual.adoc: line 17: reading: /build/doc/manuals/common/chapters/logging.adoc
asciidoc: include: /build/doc/manuals/chapters/configuration.adoc
asciidoc: osmomgw-usermanual.adoc: line 19: reading: /build/doc/manuals/chapters/configuration.adoc
asciidoc: include: /build/doc/manuals/chapters/mgcp_endpoints.adoc
asciidoc: osmomgw-usermanual.adoc: line 21: reading: /build/doc/manuals/chapters/mgcp_endpoints.adoc
asciidoc: include: /build/doc/manuals/chapters/mgcp_extensions.adoc
asciidoc: osmomgw-usermanual.adoc: line 23: reading: /build/doc/manuals/chapters/mgcp_extensions.adoc
asciidoc: include: /build/doc/manuals/common/chapters/osmux/osmux.adoc
asciidoc: osmomgw-usermanual.adoc: line 25: reading: /build/doc/manuals/common/chapters/osmux/osmux.adoc
asciidoc: include: /build/doc/manuals/common/chapters/osmux/network_osmux_aoip.dot
asciidoc: osmux.adoc: line 125: reading: /build/doc/manuals/common/chapters/osmux/network_osmux_aoip.dot
asciidoc: osmux.adoc: line 124: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 124: evaluating: {set2:target:osmomgw-usermanual__4.svg}
asciidoc: network_osmux_aoip.dot: line 32: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__4.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_aoip.msc
asciidoc: osmux.adoc: line 131: reading: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_aoip.msc
asciidoc: osmux.adoc: line 130: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 130: evaluating: {set2:target:osmomgw-usermanual__5.svg}
asciidoc: mo_call_osmux_aoip.msc: line 54: filtering: "/usr/bin/python3" "./build/filter-wrapper.py" mscgen -o "/build/doc/manuals/osmomgw-usermanual__5.svg" -Tsvg -
XSLT stylesheets DocBook - LaTeX 2e (0.3.12)
===================================================
Stripping NS from DocBook 5/NG document.
Processing stripped document.
asciidoc: include: /build/doc/manuals/common/chapters/osmux/network_osmux_sccplite.dot
asciidoc: osmux.adoc: line 140: reading: /build/doc/manuals/common/chapters/osmux/network_osmux_sccplite.dot
asciidoc: osmux.adoc: line 139: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 139: evaluating: {set2:target:osmomgw-usermanual__6.svg}
asciidoc: network_osmux_sccplite.dot: line 33: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__6.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite.msc
asciidoc: osmux.adoc: line 146: reading: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite.msc
asciidoc: osmux.adoc: line 145: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 145: evaluating: {set2:target:osmomgw-usermanual__7.svg}
asciidoc: mo_call_osmux_sccplite.msc: line 58: filtering: "/usr/bin/python3" "./build/filter-wrapper.py" mscgen -o "/build/doc/manuals/osmomgw-usermanual__7.svg" -Tsvg -
asciidoc: include: /build/doc/manuals/common/chapters/osmux/network_osmux_sccplite_nat.dot
asciidoc: osmux.adoc: line 155: reading: /build/doc/manuals/common/chapters/osmux/network_osmux_sccplite_nat.dot
asciidoc: osmux.adoc: line 154: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 154: evaluating: {set2:target:osmomgw-usermanual__8.svg}
asciidoc: network_osmux_sccplite_nat.dot: line 40: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__8.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite_nat.msc
asciidoc: osmux.adoc: line 161: reading: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite_nat.msc
asciidoc: osmux.adoc: line 160: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 160: evaluating: {set2:target:osmomgw-usermanual__9.svg}
asciidoc: mo_call_osmux_sccplite_nat.msc: line 77: filtering: "/usr/bin/python3" "./build/filter-wrapper.py" mscgen -o "/build/doc/manuals/osmomgw-usermanual__9.svg" -Tsvg -
asciidoc: include: /build/doc/manuals/common/chapters/osmux/mgcp_extension_osmux.adoc
asciidoc: osmux.adoc: line 164: reading: /build/doc/manuals/common/chapters/osmux/mgcp_extension_osmux.adoc
asciidoc: include: /build/doc/manuals/common/chapters/osmux/network_osmux_abis.dot
asciidoc: osmux.adoc: line 172: reading: /build/doc/manuals/common/chapters/osmux/network_osmux_abis.dot
asciidoc: osmux.adoc: line 171: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 171: evaluating: {set2:target:osmomgw-usermanual__10.svg}
asciidoc: network_osmux_abis.dot: line 32: filtering: dot -o "/build/doc/manuals/osmomgw-usermanual__10.svg" -T svg && echo " "
asciidoc: include: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_abis.msc
asciidoc: osmux.adoc: line 178: reading: /build/doc/manuals/common/chapters/osmux/mo_call_osmux_abis.msc
asciidoc: osmux.adoc: line 177: evaluating: {counter2:target-number}
asciidoc: osmux.adoc: line 177: evaluating: {set2:target:osmomgw-usermanual__11.svg}
asciidoc: mo_call_osmux_abis.msc: line 54: filtering: "/usr/bin/python3" "./build/filter-wrapper.py" mscgen -o "/build/doc/manuals/osmomgw-usermanual__11.svg" -Tsvg -
asciidoc: include: /build/doc/manuals/common/chapters/qos-dscp-pcp.adoc
asciidoc: osmomgw-usermanual.adoc: line 27: reading: /build/doc/manuals/common/chapters/qos-dscp-pcp.adoc
Build _temp_osmomgw-vty-reference.pdf
asciidoc: include: /build/doc/manuals/chapters/qos-example.adoc
asciidoc: qos-dscp-pcp.adoc: line 161: reading: /build/doc/manuals/chapters/qos-example.adoc
asciidoc: include: /build/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: osmomgw-usermanual.adoc: line 31: reading: /build/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: include: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: osmomgw-usermanual.adoc: line 33: reading: /build/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: include: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: osmomgw-usermanual.adoc: line 35: reading: /build/doc/manuals/common/chapters/bibliography.adoc
asciidoc: include: /build/doc/manuals/common/chapters/glossary.adoc
asciidoc: osmomgw-usermanual.adoc: line 37: reading: /build/doc/manuals/common/chapters/glossary.adoc
asciidoc: include: /build/doc/manuals/common/chapters/gfdl.adoc
asciidoc: osmomgw-usermanual.adoc: line 39: reading: /build/doc/manuals/common/chapters/gfdl.adoc
'osmomgw-vty-reference.pdf' successfully built
+ rm /build/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
a2x: args: ['-vv', '-L', "--asciidoc-opts=-f /opt/osmo-gsm-manuals/build/mscgen-filter.conf -f /opt/osmo-gsm-manuals/build/diag-filter.conf -f /opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /opt/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/build/doc/manuals' -a commondir='/opt/osmo-gsm-manuals/common' ", '--dblatex-opts=--config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 ', '-a', 'docinfo', '-a', 'revnumber=DRAFT 1.14.0-22-g973c', '-a', 'revdate=2025-Mar-10', 'osmomgw-usermanual.adoc']
a2x: resource files: []
a2x: resource directories: ['/etc/asciidoc/stylesheets']
a2x: executing: asciidoc ['-f', '/opt/osmo-gsm-manuals/build/mscgen-filter.conf', '-f', '/opt/osmo-gsm-manuals/build/diag-filter.conf', '-f', '/opt/osmo-gsm-manuals/build/docinfo-releaseinfo.conf', '-f', '/opt/osmo-gsm-manuals/build/graphviz-filter.conf', '-a', 'srcdir=/build/doc/manuals', '-a', 'commondir=/opt/osmo-gsm-manuals/common', ('--attribute', 'docinfo'), ('--attribute', 'revnumber=DRAFT 1.14.0-22-g973c'), ('--attribute', 'revdate=2025-Mar-10'), ('--verbose',), ('--backend', 'docbook'), ('-a', 'a2x-format=pdf'), ('--out-file', '/build/doc/manuals/osmomgw-usermanual.xml')]
a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" --config /opt/osmo-gsm-manuals/build/dblatex_config.xml -s /opt/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 -V "/build/doc/manuals/osmomgw-usermanual.xml"
Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /build/doc/manuals/osmomgw-usermanual.xml
/build/doc/manuals/osmomgw-usermanual.xml:2287: element figure: validity error : ID fig-network-osmux-aoip already defined
<figure id="fig-network-osmux-aoip"><title>Sample node diagram of Osmux enabled
^
Build the listings...
xsltproc -o listings.xml --xinclude --xincludestyle --param current.dir '/build/doc/manuals' /usr/share/dblatex/xsl/common/mklistings.xsl /build/doc/manuals/osmomgw-usermanual.xml
/build/doc/manuals/osmomgw-usermanual.xml:2287: element figure: validity error : ID fig-network-osmux-aoip already defined
<figure id="fig-network-osmux-aoip"><title>Sample node diagram of Osmux enabled
^
xsltproc -o osmomgw-usermanual.rtex --xinclude --xincludestyle --param listings.xml '/tmp/tmpnxzlyo0a/listings.xml' --param current.dir '/build/doc/manuals' /tmp/tmpnxzlyo0a/custom.xsl /build/doc/manuals/osmomgw-usermanual.xml
/build/doc/manuals/osmomgw-usermanual.xml:2287: element figure: validity error : ID fig-network-osmux-aoip already defined
<figure id="fig-network-osmux-aoip"><title>Sample node diagram of Osmux enabled
^
XSLT stylesheets DocBook - LaTeX 2e (0.3.12)
===================================================
Error: no ID for constraint linkend: ieee-802.11.
XRef to nonexistent id: ieee-802.11
Section level > 6 not well supported for bibliodiv
Image 'dblatex' not found
rsvg-convert -a -f pdf -o fig0.pdf /build/doc/manuals/osmomgw-usermanual__1.svg
rsvg-convert -a -f pdf -o fig1.pdf /build/doc/manuals/osmomgw-usermanual__2.svg
rsvg-convert -a -f pdf -o fig2.pdf /build/doc/manuals/osmomgw-usermanual__3.svg
Cannot convert './common/images/wireshark-gsmtap-log.png' to pdf
rsvg-convert -a -f pdf -o fig3.pdf /build/doc/manuals/osmomgw-usermanual__4.svg
rsvg-convert -a -f pdf -o fig4.pdf /build/doc/manuals/osmomgw-usermanual__5.svg
rsvg-convert -a -f pdf -o fig5.pdf /build/doc/manuals/osmomgw-usermanual__6.svg
rsvg-convert -a -f pdf -o fig6.pdf /build/doc/manuals/osmomgw-usermanual__7.svg
rsvg-convert -a -f pdf -o fig7.pdf /build/doc/manuals/osmomgw-usermanual__8.svg
rsvg-convert -a -f pdf -o fig8.pdf /build/doc/manuals/osmomgw-usermanual__9.svg
rsvg-convert -a -f pdf -o fig9.pdf /build/doc/manuals/osmomgw-usermanual__10.svg
rsvg-convert -a -f pdf -o fig10.pdf /build/doc/manuals/osmomgw-usermanual__11.svg
Build osmomgw-usermanual.pdf
built-in module pdftex registered
no support found for ifthen
no support found for ifxetex
no support found for fontspec
no support found for xltxtra
no support found for fontenc
no support found for inputenc
no support found for fancybox
built-in module makeidx registered
no support found for custom-dblatex
built-in module bibtopic registered
building additional files...
checking if compiling is necessary...
the output file doesn't exist
pdflatex -interaction=batchmode osmomgw-usermanual.tex
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+0/600 --dpi 600 tctt0900
mktexpk: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1+0/600; nonstopmode; input tctt0900
This is METAFONT, Version 2.71828182 (TeX Live 2022/Debian) (preloaded base=mf)
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt0900.mf
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exbase.mf)
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/tctt.mf
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymb.mf
Ok (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/exaccess.mf
Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txpseudo.mf
Ok) (/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txaccent.mf
Ok [0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [27] [29])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txgen.mf
Ok [100] [109] [98] [99] [108])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txsymbol.mf
Ok [13] [18] [21] [22] [23] [24] [25] [26] [28] [31] [32] [36] [39] [44]
[45] [46] [42] [47] [60] [61] [62] [77] [79] [87] [110] [91] [93] [94] [95]
[96] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137]
[138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149]
[150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161]
[162] [163] [164] [165] [166] [167] [168] [169] [171] [172] [173] [174]
[175] [177] [176] [180] [181] [182] [183] [184] [187] [191] [214] [246])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txromod.mf
Ok [48] [49] [50] [51] [52] [53] [54] [55] [56] [57])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrsuper.mf
Ok [185] [178] [179] [170] [186])
(/usr/share/texlive/texmf-dist/fonts/source/jknappen/ec/txrfract.mf
Ok [188] [189] [190]) ) ) )
Font metrics written on tctt0900.tfm.
Output written on tctt0900.600gf (128 characters, 17564 bytes).
Transcript written on tctt0900.log.
mktexpk: /build/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tctt0900.600pk: successfully generated.
running post-compilation scripts...
[index] the index file /tmp/tmpnxzlyo0a/osmomgw-usermanual.idx is empty
osmomgw-usermanual.aux MD5 checksum changed
osmomgw-usermanual.toc MD5 checksum changed
the /tmp/tmpnxzlyo0a/osmomgw-usermanual.aux file has changed
pdflatex -interaction=batchmode osmomgw-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmpnxzlyo0a/osmomgw-usermanual.idx is empty
osmomgw-usermanual.aux MD5 checksum changed
the /tmp/tmpnxzlyo0a/osmomgw-usermanual.aux file has changed but no re-run required?
no new compilation is needed
running last-compilation scripts...
'osmomgw-usermanual.pdf' successfully built
a2x: deleting /build/doc/manuals/osmomgw-usermanual.xml
make[3]: Leaving directory '/build/doc/manuals'
make[3]: Entering directory '/build/doc'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/doc'
make[2]: Leaving directory '/build/doc'
Making all in contrib
make[2]: Entering directory '/build/contrib'
Making all in systemd
make[3]: Entering directory '/build/contrib/systemd'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/contrib/systemd'
make[3]: Entering directory '/build/contrib'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/build/contrib'
make[2]: Leaving directory '/build/contrib'
make[2]: Entering directory '/build'
make[2]: Leaving directory '/build'
make[1]: Leaving directory '/build'
+ LD_LIBRARY_PATH=/build/deps/install/lib
+ make check
make check-recursive
make[1]: Entering directory '/build'
Making check in include
make[2]: Entering directory '/build/include'
Making check in osmocom
make[3]: Entering directory '/build/include/osmocom'
Making check in mgcp_client
make[4]: Entering directory '/build/include/osmocom/mgcp_client'
make check-am
make[5]: Entering directory '/build/include/osmocom/mgcp_client'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/build/include/osmocom/mgcp_client'
make[4]: Leaving directory '/build/include/osmocom/mgcp_client'
Making check in mgcp
make[4]: Entering directory '/build/include/osmocom/mgcp'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/build/include/osmocom/mgcp'
make[4]: Entering directory '/build/include/osmocom'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/build/include/osmocom'
make[3]: Leaving directory '/build/include/osmocom'
make[3]: Entering directory '/build/include'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/include'
make[2]: Leaving directory '/build/include'
Making check in src
make[2]: Entering directory '/build/src'
Making check in libosmo-mgcp-client
make[3]: Entering directory '/build/src/libosmo-mgcp-client'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/libosmo-mgcp-client'
Making check in libosmo-mgcp
make[3]: Entering directory '/build/src/libosmo-mgcp'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/libosmo-mgcp'
Making check in osmo-mgw
make[3]: Entering directory '/build/src/osmo-mgw'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/build/src/osmo-mgw'
make[3]: Entering directory '/build/src'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/build/src'
make[2]: Leaving directory '/build/src'
Making check in tests
make[2]: Entering directory '/build/tests'
Making check in mgcp_client
make[3]: Entering directory '/build/tests/mgcp_client'
make mgcp_client_test
make[4]: Entering directory '/build/tests/mgcp_client'
CC mgcp_client_test.o
CCLD mgcp_client_test
make[4]: Leaving directory '/build/tests/mgcp_client'
make[3]: Leaving directory '/build/tests/mgcp_client'
Making check in mgcp
make[3]: Entering directory '/build/tests/mgcp'
make mgcp_test
make[4]: Entering directory '/build/tests/mgcp'
CC mgcp_test.o
CCLD mgcp_test
make[4]: Leaving directory '/build/tests/mgcp'
make[3]: Leaving directory '/build/tests/mgcp'
make[3]: Entering directory '/build/tests'
make check-local
make[4]: Entering directory '/build/tests'
:;{ \
echo '# Signature of the current package.' && \
echo 'm4_define([AT_PACKAGE_NAME],' && \
echo ' [osmo-mgw])' && \
echo 'm4_define([AT_PACKAGE_TARNAME],' && \
echo ' [osmo-mgw])' && \
echo 'm4_define([AT_PACKAGE_VERSION],' && \
echo ' [1.14.0.22-973c])' && \
echo 'm4_define([AT_PACKAGE_STRING],' && \
echo ' [osmo-mgw 1.14.0.22-973c])' && \
echo 'm4_define([AT_PACKAGE_BUGREPORT],' && \
echo ' [openbsc@lists.osmocom.org])'; \
echo 'm4_define([AT_PACKAGE_URL],' && \
echo ' [])'; \
} >'./package.m4'
/bin/bash ../missing --run autom4te --language=autotest -I '.' -o testsuite.tmp testsuite.at
mv testsuite.tmp testsuite
/bin/bash './testsuite'
## ----------------------------------- ##
## osmo-mgw 1.14.0.22-973c test suite. ##
## ----------------------------------- ##
Regression tests.
1: mgcp_client ok
2: mgcp FAILED (testsuite.at:14)
## ------------- ##
## Test results. ##
## ------------- ##
ERROR: All 2 tests were run,
1 failed unexpectedly.
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##
Please send `tests/testsuite.log' and all information you think might help:
To: <openbsc@lists.osmocom.org>
Subject: [osmo-mgw 1.14.0.22-973c] testsuite: 2 failed
You may investigate any problem if you feel able to do so, in which
case the test suite provides a good starting point. Its output may
be found below `tests/testsuite.dir'.
make[4]: Leaving directory '/build/tests'
make[4]: *** [Makefile:699: check-local] Error 1
make[3]: *** [Makefile:553: check-am] Error 2
make[3]: Leaving directory '/build/tests'
make[2]: *** [Makefile:403: check-recursive] Error 1
make[2]: Leaving directory '/build/tests'
make[1]: *** [Makefile:515: check-recursive] Error 1
make[1]: Leaving directory '/build'
make: *** [Makefile:814: check] Error 2
+ cat-testlogs.sh
======================== ./tests/testsuite.dir/2/testsuite.log
# -*- compilation -*-
2. testsuite.at:11: testing mgcp ...
./testsuite.at:14: $abs_top_builddir/tests/mgcp/mgcp_test
stderr:
<0000> rate_ctr.c:97 '(null)' is not a valid counter identifier
<0000> rate_ctr.c:163 counter group 'mdcx'[11] == NULL, aborting
[38;5;51m<0010> mgcp_protocol.c:349 AUEP: cannot find endpoint "ds/e1-1/2@mgw", cause=500 -- abort[0;m
[38;5;51m<0010> mgcp_protocol.c:349 AUEP: cannot find endpoint "ds/e1-2/1@mgw", cause=500 -- abort[0;m
[38;5;51m<0010> mgcp_protocol.c:349 MDCX: cannot find endpoint "ds/e1-3/1@mgw", cause=500 -- abort[0;m
[38;5;51m<0010> mgcp_protocol.c:349 MDCX: cannot find endpoint "ds/e1-1/2@mgw", cause=500 -- abort[0;m
[38;5;51m<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/", G/ft, fxr/t38
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing DLCX
-creating message from statically defined input:
----------8<---------
-DLCX 7 1@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-Dummy packets: 2
-
-================================================
-Testing MDCX3
-creating message from statically defined input:
----------8<---------
-MDCX 18983215 1@mgw MGCP 1.0
-I: %s
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-Dummy packets: 2
-
-================================================
-Testing DLCX
-creating message from statically defined input:
----------8<---------
-DLCX 7 1@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 6@mgw MGCP 1.0
-M: recvonly
-C: 2
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-M: recvonly
-C: 2
-L: p:20
-X-Osmo-IGN: C foo
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-Dummy packets: 2
-
-================================================
-Testing MDCX_TOO_LONG_CI
-creating message from statically defined input:
----------8<---------
-MDCX 18983224 1@mgw MGCP 1.0
-I: 123456789012345678901234567890123
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 7@mgw MGCP 1.0
-M: recvonly
-C: 2
-X
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 111
-a=rtpmap:111 AMR/8000/1
-a=ptime:20
-a=fmtp:111 mode-change-capability=2; octet-align=1
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-Dummy packets: 2
-
-================================================
-Testing AUEP_NULL
-creating message from statically defined input:
----------8<---------
-AUEP 18983215 null@mgw MGCP 1.0
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing CRCX_NULL
-creating message from statically defined input:
----------8<---------
-CRCX 2 null@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing MDCX_NULL
-creating message from statically defined input:
----------8<---------
-MDCX 9 null@mgw MGCP 1.0
-I: %s
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing DLCX_NULL
-creating message from statically defined input:
----------8<---------
-DLCX 8 null@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing RQNT_NULL
-creating message from statically defined input:
----------8<---------
-RQNT 186908782 null@mgw MGCP 1.0
-X: B244F267488
-S: D/9
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-(response does not contain a connection id)
-
-================================================
-Testing CRCX_PORT_0
-creating message from statically defined input:
----------8<---------
-CRCX 3 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 0 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX_PORT_0_IUFP
-creating message from statically defined input:
----------8<---------
-CRCX 4 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 0 RTP/AVP 96
-a=rtpmap:96 VND.3GPP.IUFP/16000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX_PORT_0_IUFP_SENDRECV
-creating message from statically defined input:
----------8<---------
-CRCX 4 1@mgw MGCP 1.0
-M: sendrecv
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 0 RTP/AVP 96
-a=rtpmap:96 VND.3GPP.IUFP/16000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX_PORT_0_IUFP_SENDRECV2
-creating message from statically defined input:
----------8<---------
-CRCX 4 1@mgw MGCP 1.0
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-a=sendrecv
-m=audio 0 RTP/AVP 96
-a=rtpmap:96 VND.3GPP.IUFP/16000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX_PORT_0_IUFP_SENDRECV3
-creating message from statically defined input:
----------8<---------
-CRCX 4 1@mgw MGCP 1.0
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 0 RTP/AVP 96
-a=rtpmap:96 VND.3GPP.IUFP/16000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-(response contains a connection id)
-
-================================================
-Testing CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-Re-transmitting CRCX
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-
-================================================
-Testing RQNT1
-creating message from statically defined input:
----------8<---------
-RQNT 186908780 1@mgw MGCP 1.0
-X: B244F267488
-S: D/9
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-Re-transmitting RQNT1
-creating message from statically defined input:
----------8<---------
-RQNT 186908780 1@mgw MGCP 1.0
-X: B244F267488
-S: D/9
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-
-================================================
-Testing RQNT2
-creating message from statically defined input:
----------8<---------
-RQNT 186908781 1@mgw MGCP 1.0
-X: ADD4F26746F
-R: D/[0-9#*](N), G/ft, fxr/t38
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-Re-transmitting RQNT2
-creating message from statically defined input:
----------8<---------
-RQNT 186908781 1@mgw MGCP 1.0
-X: ADD4F26746F
-R: D/[0-9#*](N), G/ft, fxr/t38
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-
-================================================
-Testing MDCX3
-creating message from statically defined input:
----------8<---------
-MDCX 18983215 1@mgw MGCP 1.0
-I: %s
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-Re-transmitting MDCX3
-creating message from statically defined input:
----------8<---------
-MDCX 18983215 1@mgw MGCP 1.0
-I: %s
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-
-================================================
-Testing DLCX
-creating message from statically defined input:
----------8<---------
-DLCX 7 1@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-Re-transmitting DLCX
-creating message from statically defined input:
----------8<---------
-DLCX 7 1@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-checking response:
-using message as statically defined for comparison
-Response matches our expectations.
-Testing packet loss calculation.
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-RQNT 186908780 1@mgw MGCP 1.0
-X: B244F267488
-S: D/9
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-DLCX 7 1@mgw MGCP 1.0
-I: %s
-C: 2
-
----------8<---------
-Testing stat parsing
-creating message from statically defined input:
----------8<---------
-250 7 OK
-P: PS=0, OS=0, PR=0, OR=0, PL=0, JI=0
-
----------8<---------
-Parsing result: 0
-creating message from statically defined input:
----------8<---------
-250 7 OK
-P: PS=10, OS=20, PR=30, OR=40, PL=-3, JI=40
-
----------8<---------
-Parsing result: 0
-Testing packet error detection, patch SSRC.
-Output SSRC changed to 11223344
-In TS: 0, dTS: 0, Seq: 0
-Out TS change: 0, dTS: 0, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 160, dTS: 160, Seq: 1
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 2
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 3
-Out TS change: 0, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 10, Transit = 160
-In TS: 480, dTS: 160, Seq: 4
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 9, Transit = 160
-In TS: 640, dTS: 160, Seq: 5
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 8, Transit = 160
-In TS: 960, dTS: 320, Seq: 6
-Out TS change: 320, dTS: 320, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 18, Transit = 0
-In TS: 1120, dTS: 160, Seq: 7
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 17, Transit = 0
-In TS: 1280, dTS: 160, Seq: 8
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 0
-In TS: 1400, dTS: 120, Seq: 9
-Out TS change: 120, dTS: 120, Seq change: 1, TS Err change: in +1, out +1
-Stats: Jitter = 17, Transit = 40
-In TS: 1560, dTS: 160, Seq: 10
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 40
-In TS: 1720, dTS: 160, Seq: 11
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 15, Transit = 40
-In TS: 34688, dTS: 0, Seq: 12
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 34848, dTS: 160, Seq: 13
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35008, dTS: 160, Seq: 14
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35128, dTS: 120, Seq: 15
-Out TS change: 120, dTS: 120, Seq change: 1, TS Err change: in +1, out +1
-Stats: Jitter = 2, Transit = -32728
-In TS: 35288, dTS: 160, Seq: 16
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35448, dTS: 160, Seq: 17
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35768, dTS: 160, Seq: 19
-Out TS change: 320, dTS: 160, Seq change: 2, TS Err change: in +0, out +0
-Stats: Jitter = 12, Transit = -32888
-In TS: 35928, dTS: 160, Seq: 20
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 11, Transit = -32888
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 20, Transit = -33048
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 0, dTS: 160, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 29, Transit = -32888
-In TS: 36248, dTS: 160, Seq: 22
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 27, Transit = -32888
-In TS: 36408, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 25, Transit = -32888
-In TS: 36568, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 0, TS Err change: in +1, out +1
-Stats: Jitter = 24, Transit = -32888
-In TS: 36728, dTS: 160, Seq: 24
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 22, Transit = -32888
-In TS: 36888, dTS: 160, Seq: 25
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 21, Transit = -32888
-In TS: 160000, dTS: 0, Seq: 1000
-Out TS change: 12000, dTS: 12000, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160160, dTS: 160, Seq: 1001
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160320, dTS: 160, Seq: 1002
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 180320, dTS: 0, Seq: 1003
-Out TS change: 20000, dTS: 0, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180480, dTS: 160, Seq: 1004
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180640, dTS: 160, Seq: 1005
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 5, Transit = -163760
-Testing packet error detection.
-Output SSRC changed to 11223344
-In TS: 0, dTS: 0, Seq: 0
-Out TS change: 0, dTS: 0, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 160, dTS: 160, Seq: 1
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 2
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 3
-Out TS change: 0, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 10, Transit = 160
-In TS: 480, dTS: 160, Seq: 4
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 9, Transit = 160
-In TS: 640, dTS: 160, Seq: 5
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 8, Transit = 160
-In TS: 960, dTS: 320, Seq: 6
-Out TS change: 320, dTS: 320, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 18, Transit = 0
-In TS: 1120, dTS: 160, Seq: 7
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 17, Transit = 0
-In TS: 1280, dTS: 160, Seq: 8
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 0
-In TS: 1400, dTS: 120, Seq: 9
-Out TS change: 120, dTS: 120, Seq change: 1, TS Err change: in +1, out +1
-Stats: Jitter = 17, Transit = 40
-In TS: 1560, dTS: 160, Seq: 10
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 40
-In TS: 1720, dTS: 160, Seq: 11
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 15, Transit = 40
-Output SSRC changed to 10203040
-In TS: 34688, dTS: 0, Seq: 12
-Out TS change: 32968, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 34848, dTS: 160, Seq: 13
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35008, dTS: 160, Seq: 14
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35128, dTS: 120, Seq: 15
-Out TS change: 120, dTS: 120, Seq change: 1, TS Err change: in +1, out +1
-Stats: Jitter = 2, Transit = -32728
-In TS: 35288, dTS: 160, Seq: 16
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35448, dTS: 160, Seq: 17
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35768, dTS: 160, Seq: 19
-Out TS change: 320, dTS: 160, Seq change: 2, TS Err change: in +0, out +0
-Stats: Jitter = 12, Transit = -32888
-In TS: 35928, dTS: 160, Seq: 20
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 11, Transit = -32888
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 20, Transit = -33048
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 0, dTS: 160, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 29, Transit = -32888
-In TS: 36248, dTS: 160, Seq: 22
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 27, Transit = -32888
-In TS: 36408, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 25, Transit = -32888
-In TS: 36568, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 0, TS Err change: in +1, out +1
-Stats: Jitter = 24, Transit = -32888
-In TS: 36728, dTS: 160, Seq: 24
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 22, Transit = -32888
-In TS: 36888, dTS: 160, Seq: 25
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 21, Transit = -32888
-Output SSRC changed to 50607080
-In TS: 160000, dTS: 0, Seq: 1000
-Out TS change: 123112, dTS: 160, Seq change: 975, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160160, dTS: 160, Seq: 1001
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160320, dTS: 160, Seq: 1002
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 180320, dTS: 0, Seq: 1003
-Out TS change: 20000, dTS: 0, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180480, dTS: 160, Seq: 1004
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180640, dTS: 160, Seq: 1005
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 5, Transit = -163760
-Testing packet error detection, patch timestamps.
-Output SSRC changed to 11223344
-In TS: 0, dTS: 0, Seq: 0
-Out TS change: 0, dTS: 0, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 160, dTS: 160, Seq: 1
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 2
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 3
-Out TS change: 0, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 10, Transit = 160
-In TS: 480, dTS: 160, Seq: 4
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 9, Transit = 160
-In TS: 640, dTS: 160, Seq: 5
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 8, Transit = 160
-In TS: 960, dTS: 320, Seq: 6
-Out TS change: 320, dTS: 320, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 18, Transit = 0
-In TS: 1120, dTS: 160, Seq: 7
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 17, Transit = 0
-In TS: 1280, dTS: 160, Seq: 8
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 0
-In TS: 1400, dTS: 120, Seq: 9
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +1, out +0
-Stats: Jitter = 17, Transit = 40
-In TS: 1560, dTS: 160, Seq: 10
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 40
-In TS: 1720, dTS: 160, Seq: 11
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 15, Transit = 40
-Output SSRC changed to 10203040
-In TS: 34688, dTS: 0, Seq: 12
-Out TS change: 32968, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 34848, dTS: 160, Seq: 13
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35008, dTS: 160, Seq: 14
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35128, dTS: 120, Seq: 15
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +1, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35288, dTS: 160, Seq: 16
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35448, dTS: 160, Seq: 17
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35768, dTS: 160, Seq: 19
-Out TS change: 320, dTS: 160, Seq change: 2, TS Err change: in +0, out +0
-Stats: Jitter = 12, Transit = -32888
-In TS: 35928, dTS: 160, Seq: 20
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 11, Transit = -32888
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 20, Transit = -33048
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 0, dTS: 160, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 29, Transit = -32888
-In TS: 36248, dTS: 160, Seq: 22
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 27, Transit = -32888
-In TS: 36408, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 25, Transit = -32888
-In TS: 36568, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 0, TS Err change: in +1, out +1
-Stats: Jitter = 24, Transit = -32888
-In TS: 36728, dTS: 160, Seq: 24
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 22, Transit = -32888
-In TS: 36888, dTS: 160, Seq: 25
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 21, Transit = -32888
-Output SSRC changed to 50607080
-In TS: 160000, dTS: 0, Seq: 1000
-Out TS change: 123112, dTS: 160, Seq change: 975, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160160, dTS: 160, Seq: 1001
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160320, dTS: 160, Seq: 1002
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 180320, dTS: 0, Seq: 1003
-Out TS change: 20000, dTS: 0, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180480, dTS: 160, Seq: 1004
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180640, dTS: 160, Seq: 1005
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 5, Transit = -163760
-Testing packet error detection, patch SSRC, patch timestamps.
-Output SSRC changed to 11223344
-In TS: 0, dTS: 0, Seq: 0
-Out TS change: 0, dTS: 0, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 160, dTS: 160, Seq: 1
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 2
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = 0
-In TS: 320, dTS: 160, Seq: 3
-Out TS change: 0, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 10, Transit = 160
-In TS: 480, dTS: 160, Seq: 4
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 9, Transit = 160
-In TS: 640, dTS: 160, Seq: 5
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 8, Transit = 160
-In TS: 960, dTS: 320, Seq: 6
-Out TS change: 320, dTS: 320, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 18, Transit = 0
-In TS: 1120, dTS: 160, Seq: 7
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 17, Transit = 0
-In TS: 1280, dTS: 160, Seq: 8
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 0
-In TS: 1400, dTS: 120, Seq: 9
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +1, out +0
-Stats: Jitter = 17, Transit = 40
-In TS: 1560, dTS: 160, Seq: 10
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 16, Transit = 40
-In TS: 1720, dTS: 160, Seq: 11
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 15, Transit = 40
-In TS: 34688, dTS: 0, Seq: 12
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 34848, dTS: 160, Seq: 13
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35008, dTS: 160, Seq: 14
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -32768
-In TS: 35128, dTS: 120, Seq: 15
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +1, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35288, dTS: 160, Seq: 16
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35448, dTS: 160, Seq: 17
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 2, Transit = -32728
-In TS: 35768, dTS: 160, Seq: 19
-Out TS change: 320, dTS: 160, Seq change: 2, TS Err change: in +0, out +0
-Stats: Jitter = 12, Transit = -32888
-In TS: 35928, dTS: 160, Seq: 20
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 11, Transit = -32888
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 20, Transit = -33048
-In TS: 36088, dTS: 160, Seq: 21
-Out TS change: 0, dTS: 160, Seq change: 0, TS Err change: in +0, out +0
-Stats: Jitter = 29, Transit = -32888
-In TS: 36248, dTS: 160, Seq: 22
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 27, Transit = -32888
-In TS: 36408, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 25, Transit = -32888
-In TS: 36568, dTS: 160, Seq: 23
-Out TS change: 160, dTS: 160, Seq change: 0, TS Err change: in +1, out +1
-Stats: Jitter = 24, Transit = -32888
-In TS: 36728, dTS: 160, Seq: 24
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 22, Transit = -32888
-In TS: 36888, dTS: 160, Seq: 25
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 21, Transit = -32888
-In TS: 160000, dTS: 0, Seq: 1000
-Out TS change: 12000, dTS: 12000, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160160, dTS: 160, Seq: 1001
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 160320, dTS: 160, Seq: 1002
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -144000
-In TS: 180320, dTS: 0, Seq: 1003
-Out TS change: 20000, dTS: 0, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180480, dTS: 160, Seq: 1004
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 0, Transit = -163840
-In TS: 180640, dTS: 160, Seq: 1005
-Out TS change: 160, dTS: 160, Seq change: 1, TS Err change: in +0, out +0
-Stats: Jitter = 5, Transit = -163760
-Testing multiple payload types
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-M: recvonly
-C: 2
-X
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 18 97
-a=rtpmap:18 G729/8000
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-CRCX 2 2@mgw MGCP 1.0
-M: recvonly
-C: 2
-X
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 18 97 101
-a=rtpmap:18 G729/8000
-a=rtpmap:97 GSM-EFR/8000
-a=rtpmap:101 FOO/8000
-a=ptime:20
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-CRCX 2 3@mgw MGCP 1.0
-M: recvonly
-C: 2
-X
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP
-a=rtpmap:18 G729/8000
-a=rtpmap:97 GSM-EFR/8000
-a=rtpmap:101 FOO/8000
-a=ptime:20
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-CRCX 2 4@mgw MGCP 1.0
-M: recvonly
-C: 2
-X
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 18
-a=rtpmap:18 G729/8000
-a=rtpmap:97 GSM-EFR/8000
-a=rtpmap:101 FOO/8000
-a=ptime:20
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-CRCX 259260421 5@mgw MGCP 1.0
-C: 1355c6041e
-L: p:20, a:GSM, nt:IN
-M: recvonly
-
-v=0
-o=- 1439038275 1439038275 IN IP4 192.168.181.247
-s=-
-c=IN IP4 192.168.181.247
-t=0 0
-m=audio 29084 RTP/AVP 0 8 3 18 4 96 97 101
-a=rtpmap:0 PCMU/8000
-a=rtpmap:8 PCMA/8000
-a=rtpmap:3 gsm/8000
-a=rtpmap:18 G729/8000
-a=fmtp:18 annexb=no
-a=rtpmap:4 G723/8000
-a=rtpmap:96 iLBC/8000
-a=fmtp:96 mode=20
-a=rtpmap:97 iLBC/8000
-a=fmtp:97 mode=30
-a=rtpmap:101 telephone-event/8000
-a=fmtp:101 0-15
-a=recvonly
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-MDCX 23 5@mgw MGCP 1.0
-C: 1355c6041e
-I: %s
-
-c=IN IP4 8.8.8.8
-m=audio 16434 RTP/AVP 3
-
----------8<---------
-creating message from statically defined input:
----------8<---------
-CRCX 259260421 5@mgw MGCP 1.0
-C: 1355c6041e
-L: p:20, a:GSM, nt:IN
-M: recvonly
-
-v=0
-o=- 1439038275 1439038275 IN IP4 192.168.181.247
-s=-
-c=IN IP4 192.168.181.247
-t=0 0
-m=audio 29084 RTP/AVP 0 8 3 18 4 96 97 101
-a=rtpmap:0 PCMU/8000
-a=rtpmap:8 PCMA/8000
-a=rtpmap:3 gsm/8000
-a=rtpmap:18 G729/8000
-a=fmtp:18 annexb=no
-a=rtpmap:4 G723/8000
-a=rtpmap:96 iLBC/8000
-a=fmtp:96 mode=20
-a=rtpmap:97 iLBC/8000
-a=fmtp:97 mode=30
-a=rtpmap:101 telephone-event/8000
-a=fmtp:101 0-15
-a=recvonly
-
----------8<---------
-Testing no sequence flow on initial packet
-Testing no rtpmap name
-creating message from statically defined input:
----------8<---------
-CRCX 2 1@mgw MGCP 1.0
-m: recvonly
-C: 2
-L: p:20
-
-v=0
-c=IN IP4 123.12.12.123
-m=audio 5904 RTP/AVP 97
-a=rtpmap:97 GSM-EFR/8000
-a=ptime:20
-
----------8<---------
-checking response:
-using message with patched conn_id for comparison
-Response matches our expectations.
-Testing get_lco_identifier()
-p:10, a:PCMU -> p:10, a:PCMU
-p:10, a:PCMU -> p:10, a:PCMU
-'XXXX, p:10, a:PCMU' -> 'p:10, a:PCMU'
-'XXXX,p:10,a:PCMU' -> 'p:10,a:PCMU'
-'10,a:PCMU' -> 'a:PCMU'
-'10, a:PCMU' -> 'a:PCMU'
-'10,a: PCMU' -> 'a: PCMU'
-'10 ,a: PCMU' -> 'a: PCMU'
-', a:PCMU' -> 'a:PCMU'
-' a:PCMU' -> 'a:PCMU'
-'' -> '(null)'
-p10, aPCMU -> (null)
-'10,a :PCMU' -> '(null)'
-
-Testing mgcp_codec_find_convertible()
-#0: same order, but differing payload type numbers
- - add codecs on conn0:
- 0: 112 AMR/8000/1 octet-aligned=1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 111 GSM-HR-08/8000/1 -> rc=0
- - add codecs on conn1:
- 0: 96 AMR/8000/1 octet-aligned=1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 97 GSM-HR-08/8000/1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:112
- conn[1]: codec:AMR, pt:96
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:96
- conn[0]: codec:AMR, pt:112
- ===> SUCCESS: codec decision as expected!
-#1: different order and different payload type numbers
- - add codecs on conn0:
- 0: 0 PCMU/8000/1 -> rc=0
- 1: 111 GSM-HR-08/8000/1 -> rc=0
- 2: 112 AMR/8000/1 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 97 GSM-HR-08/8000/1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 96 AMR/8000/1 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:PCMU, pt:0
- conn[1]: codec:PCMU, pt:0
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:GSM-HR-08, pt:97
- conn[0]: codec:GSM-HR-08, pt:111
- ===> SUCCESS: codec decision as expected!
-#2: both sides have the same payload_type numbers assigned to differing codecs
- - add codecs on conn0:
- 0: 0 PCMU/8000/1 -> rc=0
- 1: 96 GSM-HR-08/8000/1 -> rc=0
- 2: 97 AMR/8000/1 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 97 GSM-HR-08/8000/1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 96 AMR/8000/1 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:PCMU, pt:0
- conn[1]: codec:PCMU, pt:0
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:GSM-HR-08, pt:97
- conn[0]: codec:GSM-HR-08, pt:96
- ===> SUCCESS: codec decision as expected!
-#3: conn0 has no codecs
- - add codecs on conn0:
- (none)
- - add codecs on conn1:
- 0: 96 AMR/8000/1 octet-aligned=1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 97 GSM-HR-08/8000/1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- codec decision failed (expected)!
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:96
- conn[0]: codec:none, pt:none
- ===> SUCCESS: codec decision as expected!
-#4: conn1 has no codecs
- - add codecs on conn0:
- 0: 112 AMR/8000/1 octet-aligned=1 -> rc=0
- 1: 0 PCMU/8000/1 -> rc=0
- 2: 111 GSM-HR-08/8000/1 -> rc=0
- - add codecs on conn1:
- (none)
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:112
- conn[1]: codec:none, pt:none
- - mgcp_codec_decide(&conn[1], &conn[0]):
- codec decision failed (expected)!
- ===> SUCCESS: codec decision as expected!
-#5: test AMR with differing octet-aligned settings (both <-> both)
- - add codecs on conn0:
- 0: 111 AMR/8000 octet-aligned=1 -> rc=0
- 1: 112 AMR/8000 octet-aligned=0 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 octet-aligned=0 -> rc=0
- 1: 121 AMR/8000 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:111
- conn[1]: codec:AMR, pt:121
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:112
- ===> SUCCESS: codec decision as expected!
-#6: test AMR with differing octet-aligned settings (oa <-> both)
- - add codecs on conn0:
- 0: 111 AMR/8000 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 octet-aligned=0 -> rc=0
- 1: 121 AMR/8000 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:111
- conn[1]: codec:AMR, pt:121
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:121
- conn[0]: codec:AMR, pt:111
- ===> SUCCESS: codec decision as expected!
-#7: test AMR with differing octet-aligned settings (bwe <-> both)
- - add codecs on conn0:
- 0: 112 AMR/8000 octet-aligned=0 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 octet-aligned=0 -> rc=0
- 1: 121 AMR/8000 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:112
- conn[1]: codec:AMR, pt:122
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:112
- ===> SUCCESS: codec decision as expected!
-#8: test AMR with missing octet-aligned settings (oa <-> unset)
- - add codecs on conn0:
- 0: 111 AMR/8000 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 octet-aligned=unset -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:111
- conn[1]: codec:AMR, pt:122
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:111
- ===> SUCCESS: codec decision as expected!
-#9: test AMR with missing octet-aligned settings (bwe <-> unset)
- - add codecs on conn0:
- 0: 111 AMR/8000 octet-aligned=0 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 octet-aligned=unset -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:111
- conn[1]: codec:AMR, pt:122
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:111
- ===> SUCCESS: codec decision as expected!
-#10: test AMR with NULL param (oa <-> null)
- - add codecs on conn0:
- 0: 112 AMR/8000 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:112
- conn[1]: codec:AMR, pt:122
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:112
- ===> SUCCESS: codec decision as expected!
-#11: test AMR with NULL param (bwe <-> null)
- - add codecs on conn0:
- 0: 112 AMR/8000 octet-aligned=0 -> rc=0
- - add codecs on conn1:
- 0: 122 AMR/8000 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:AMR, pt:112
- conn[1]: codec:AMR, pt:122
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:AMR, pt:122
- conn[0]: codec:AMR, pt:112
- ===> SUCCESS: codec decision as expected!
-#12: match FOO/8000/1 and FOO/8000 as identical, single channel is implicit
- - add codecs on conn0:
- 0: 0 PCMU/8000/1 -> rc=0
- 1: 111 GSM-HR-08/8000/1 -> rc=0
- 2: 112 AMR/8000/1 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 97 GSM-HR-08/8000 -> rc=0
- 1: 0 PCMU/8000 -> rc=0
- 2: 96 AMR/8000 octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:PCMU, pt:0
- conn[1]: codec:PCMU, pt:0
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:GSM-HR-08, pt:97
- conn[0]: codec:GSM-HR-08, pt:111
- ===> SUCCESS: codec decision as expected!
-#13: match FOO/8000/1 and FOO as identical, 8k and single channel are implicit
- - add codecs on conn0:
- 0: 0 PCMU/8000/1 -> rc=0
- 1: 111 GSM-HR-08/8000/1 -> rc=0
- 2: 112 AMR/8000/1 octet-aligned=1 -> rc=0
- - add codecs on conn1:
- 0: 97 GSM-HR-08 -> rc=0
- 1: 0 PCMU -> rc=0
- 2: 96 AMR octet-aligned=1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:PCMU, pt:0
- conn[1]: codec:PCMU, pt:0
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:GSM-HR-08, pt:97
- conn[0]: codec:GSM-HR-08, pt:111
- ===> SUCCESS: codec decision as expected!
-#14: test whether channel number matching is waterproof
- - add codecs on conn0:
- 0: 111 GSM-HR-08/8000 -> rc=0
- 1: 112 GSM-HR-08/8000/2 -> rc=-22
- 2: 113 GSM-HR-08/8000/3 -> rc=-22
- - add codecs on conn1:
- 0: 122 GSM-HR-08/8000/2 -> rc=-22
- 1: 121 GSM-HR-08/8000/1 -> rc=0
- - mgcp_codec_decide(&conn[0], &conn[1]):
- Codec decision result:
- conn[0]: codec:GSM-HR-08, pt:111
- conn[1]: codec:GSM-HR-08, pt:121
- - mgcp_codec_decide(&conn[1], &conn[0]):
- Codec decision result:
- conn[1]: codec:GSM-HR-08, pt:121
- conn[0]: codec:GSM-HR-08, pt:111
- ===> SUCCESS: codec decision as expected!
-
-Testing test_conn_id_matching
-needle='23AB' found '000023AB'
-needle='0023AB' found '000023AB'
-needle='000023AB' found '000023AB'
-needle='00000023AB' found '000023AB'
-needle='23ab' found '000023AB'
-needle='0023ab' found '000023AB'
-needle='000023ab' found '000023AB'
-needle='00000023ab' found '000023AB'
-Done
./testsuite.at:14: exit code was 1, expected 0
2. testsuite.at:11: 2. mgcp (testsuite.at:11): FAILED (testsuite.at:14)
Build step 'Execute shell' marked build as failure
Finished: FAILURE