Skip to content

Console Output

Skipping 6 KB.. Full Log
#5 CACHED

#6 [3/3] RUN	USERADD --uid=1000 -m user
#6 CACHED

#7 exporting to image
#7 exporting layers done
#7 writing image sha256:0177b1cfb270bb21d49189a1df431b0c0a9c663fbe237aef9fecfb65dd602e4a 0.0s done
#7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg
#7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg 0.0s done
#7 DONE 0.1s
osmo-mgw: using cached https://gerrit.osmocom.org/osmo-mgw (not cloning, not fetching)
osmo-mgw: 'git clean -ffxd'
osmo-mgw: 'git checkout -f origin/gerrit'
osmo-mgw: 'git reset --hard origin/gerrit'
osmo-mgw: 'git submodule update --init'
osmo-mgw: building source package 1.12.1.46-0997
osmo-mgw: adding debian/changelog entry (1.12.1 => 1.12.1.46-0997)
osmo-mgw: building debian source package
osmo-mgw: generating rpm spec file
osmo-mgw: adding commit_09979e3562e33029b08ac48873fe7a35dc92544f.txt
docker: running: build_srcpkg.py inside docker
+ ./build_binpkg.py --docker debian:12 osmo-mgw
docker: building image debian-12-osmocom-obs-build-binpkg
+ run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:12', '--build-arg', 'DISTRO_FROM=debian:12', '--build-arg', 'UID=1000', '--build-arg', 'FEED=master', '-t', 'debian-12-osmocom-obs-build-binpkg', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@2/osmo-ci/scripts/obs/data/build_binpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@2/osmo-ci/scripts/obs/data']
#0 building with "default" instance using docker driver

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

#2 [internal] load metadata for docker.io/library/debian:12
#2 DONE 0.3s

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

#4 [1/6] FROM docker.io/library/debian:12@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9
#4 DONE 0.0s

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

#6 [4/6] RUN	CASE "debian:12" in 	debian*|ubuntu*) 		echo "path-exclude=/usr/share/man/*" 			> /etc/dpkg/dpkg.cfg.d/exclude-man-pages && 		rm -rf /usr/share/man/ && 		apt-get update && 		apt-get install -y --no-install-recommends 			build-essential 			ca-certificates 			fakeroot 			git 			gnupg2 			iproute2 			&& 		apt-get clean 		;; 	almalinux*) 		dnf -y install 			autoconf 			automake 			binutils 			dnf-utils 			gcc 			gcc-c++ 			glibc-devel 			iproute 			libtool 			make 			redhat-rpm-config 			rpm-build 			rpmdevtools 			wget && 		yum config-manager --set-enabled powertools && 		su user -c rpmdev-setuptree 		;; 	esac
#6 CACHED

#7 [5/6] RUN	SET -x; 	VERSION="$(echo "debian:12" | cut -d : -f 2 | sed 's/./\u&/')"; 	case "debian:12" in 	debian:*) 		apt-key add /tmp/Release.key && 		rm /tmp/Release.key && 		echo "deb https://downloads.osmocom.org/packages/osmocom:/master/Debian_$VERSION/ ./" 			> /etc/apt/sources.list.d/osmocom-master.list 		;; 	ubuntu:*) 		apt-key add /tmp/Release.key && 		rm /tmp/Release.key && 		echo "deb https://downloads.osmocom.org/packages/osmocom:/master/xUbuntu_$VERSION/ ./" 			> /etc/apt/sources.list.d/osmocom-master.list 		;; 	almalinux:*) 		{ echo "[network_osmocom_master]"; 		  echo "name=osmocom:master"; 		  echo "type=rpm-md"; 		  echo "baseurl=https://downloads.osmocom.org/packages/osmocom:/master/CentOS_$VERSION/"; 		  echo "gpgcheck=1"; 		  echo "gpgkey=https://downloads.osmocom.org/packages/osmocom:/master/CentOS_$VERSION/repodata/repomd.xml.key"; 		  echo "enabled=1"; 		} > /etc/yum.repos.d/network:osmocom:master.repo 		;; 	*) 		echo "can't install repo for debian:12" && 		exit 1 		;; 	esac
#7 CACHED

#8 [2/6] COPY	RELEASE.KEY /tmp/Release.key
#8 CACHED

#9 [3/6] RUN	USERADD --uid=1000 -m user
#9 CACHED

#10 [6/6] WORKDIR	/OBS/
#10 CACHED

#11 exporting to image
#11 exporting layers done
#11 writing image sha256:37392e34daf3ba39d6faee5aeba430382d5f4d15d55cbe4f8074017175881240 0.0s done
#11 naming to docker.io/library/debian-12-osmocom-obs-build-binpkg
#11 naming to docker.io/library/debian-12-osmocom-obs-build-binpkg done
#11 DONE 0.1s
docker: building image debian-12-osmocom-obs-build-binpkg-manuals
+ run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:12', '--build-arg', 'DISTRO_FROM=debian-12-osmocom-obs-build-binpkg', '--build-arg', 'UID=1000', '--build-arg', 'FEED=master', '-t', 'debian-12-osmocom-obs-build-binpkg-manuals', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@2/osmo-ci/scripts/obs/data/build_binpkg_manuals.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@2/osmo-ci/scripts/obs/data']
#0 building with "default" instance using docker driver

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

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

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

#4 [1/2] FROM docker.io/library/debian-12-osmocom-obs-build-binpkg:latest
#4 DONE 0.0s

#5 [2/2] RUN	CASE "debian:12" in 	debian*|ubuntu*) 		apt-get update && 		apt-get install -y --no-install-recommends 			osmo-gsm-manuals-dev 			&& 		apt-get clean 		;; 	esac
#5 CACHED

#6 exporting to image
#6 exporting layers done
#6 writing image sha256:e29048c688e062546a396b1fd33142e99d9468de2e57a27a03a1dabd9dcd2f6c 0.0s done
#6 naming to docker.io/library/debian-12-osmocom-obs-build-binpkg-manuals done
#6 DONE 0.0s
+ apt_get=apt-get
+ [ -n 1 ]
+ export DEBIAN_FRONTEND=noninteractive
+ apt_get=apt-get -y
+ su user -c tar -C _temp/binpkgs -xvf _temp/srcpkgs/osmo-mgw/*.tar.*
osmo-mgw/
osmo-mgw/.clang-format
osmo-mgw/.tarball-version
osmo-mgw/AUTHORS
osmo-mgw/COPYING
osmo-mgw/Makefile.am
osmo-mgw/README.md
osmo-mgw/README.vty-tests
osmo-mgw/TODO-RELEASE
osmo-mgw/configure.ac
osmo-mgw/contrib/
osmo-mgw/contrib/Makefile.am
osmo-mgw/contrib/ipa.py
osmo-mgw/contrib/jenkins.sh
osmo-mgw/contrib/mgcp_server.py
osmo-mgw/contrib/osmo-mgw.spec.in
osmo-mgw/contrib/systemd/
osmo-mgw/contrib/systemd/Makefile.am
osmo-mgw/contrib/systemd/osmo-mgw.service
osmo-mgw/debian/
osmo-mgw/debian/changelog
osmo-mgw/debian/compat
osmo-mgw/debian/control
osmo-mgw/debian/copyright
osmo-mgw/debian/libosmo-mgcp-client-dev.install
osmo-mgw/debian/libosmo-mgcp-client12.install
osmo-mgw/debian/osmo-mgw-doc.install
osmo-mgw/debian/osmo-mgw.install
osmo-mgw/debian/rules
osmo-mgw/debian/source/
osmo-mgw/debian/source/format
osmo-mgw/doc/
osmo-mgw/doc/Makefile.am
osmo-mgw/doc/examples/
osmo-mgw/doc/examples/Makefile.am
osmo-mgw/doc/examples/osmo-mgw/
osmo-mgw/doc/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
osmo-mgw/doc/examples/osmo-mgw/osmo-mgw.cfg
osmo-mgw/doc/manuals/
osmo-mgw/doc/manuals/Makefile.am
osmo-mgw/doc/manuals/chapters/
osmo-mgw/doc/manuals/chapters/configuration.adoc
osmo-mgw/doc/manuals/chapters/counters.adoc
osmo-mgw/doc/manuals/chapters/counters_generated.adoc
osmo-mgw/doc/manuals/chapters/mgcp_endpoints.adoc
osmo-mgw/doc/manuals/chapters/mgcp_extensions.adoc
osmo-mgw/doc/manuals/chapters/overview.adoc
osmo-mgw/doc/manuals/chapters/qos-example.adoc
osmo-mgw/doc/manuals/chapters/running.adoc
osmo-mgw/doc/manuals/osmomgw-usermanual-docinfo.xml
osmo-mgw/doc/manuals/osmomgw-usermanual.adoc
osmo-mgw/doc/manuals/osmomgw-vty-reference.xml
osmo-mgw/doc/manuals/regen_doc.sh
osmo-mgw/doc/manuals/vty/
osmo-mgw/doc/manuals/vty/mgw_vty_additions.xml
osmo-mgw/git-version-gen
osmo-mgw/include/
osmo-mgw/include/Makefile.am
osmo-mgw/include/osmocom/
osmo-mgw/include/osmocom/Makefile.am
osmo-mgw/include/osmocom/mgcp/
osmo-mgw/include/osmocom/mgcp/Makefile.am
osmo-mgw/include/osmocom/mgcp/debug.h
osmo-mgw/include/osmocom/mgcp/mgcp.h
osmo-mgw/include/osmocom/mgcp/mgcp_codec.h
osmo-mgw/include/osmocom/mgcp/mgcp_common.h
osmo-mgw/include/osmocom/mgcp/mgcp_conn.h
osmo-mgw/include/osmocom/mgcp/mgcp_e1.h
osmo-mgw/include/osmocom/mgcp/mgcp_endp.h
osmo-mgw/include/osmocom/mgcp/mgcp_iuup.h
osmo-mgw/include/osmocom/mgcp/mgcp_msg.h
osmo-mgw/include/osmocom/mgcp/mgcp_network.h
osmo-mgw/include/osmocom/mgcp/mgcp_protocol.h
osmo-mgw/include/osmocom/mgcp/mgcp_ratectr.h
osmo-mgw/include/osmocom/mgcp/mgcp_sdp.h
osmo-mgw/include/osmocom/mgcp/mgcp_stat.h
osmo-mgw/include/osmocom/mgcp/mgcp_threads_queue.h
osmo-mgw/include/osmocom/mgcp/mgcp_trunk.h
osmo-mgw/include/osmocom/mgcp/osmux.h
osmo-mgw/include/osmocom/mgcp/vty.h
osmo-mgw/include/osmocom/mgcp_client/
osmo-mgw/include/osmocom/mgcp_client/Makefile.am
osmo-mgw/include/osmocom/mgcp_client/defs.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client_fsm.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client_internal.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client_pool.h
osmo-mgw/include/osmocom/mgcp_client/mgcp_client_pool_internal.h
osmo-mgw/libosmo-mgcp-client.pc.in
osmo-mgw/m4/
osmo-mgw/m4/README
osmo-mgw/osmoappdesc.py
osmo-mgw/src/
osmo-mgw/src/Makefile.am
osmo-mgw/src/libosmo-mgcp/
osmo-mgw/src/libosmo-mgcp/Makefile.am
osmo-mgw/src/libosmo-mgcp/g711common.h
osmo-mgw/src/libosmo-mgcp/mgcp_codec.c
osmo-mgw/src/libosmo-mgcp/mgcp_conn.c
osmo-mgw/src/libosmo-mgcp/mgcp_e1.c
osmo-mgw/src/libosmo-mgcp/mgcp_endp.c
osmo-mgw/src/libosmo-mgcp/mgcp_iuup.c
osmo-mgw/src/libosmo-mgcp/mgcp_msg.c
osmo-mgw/src/libosmo-mgcp/mgcp_network.c
osmo-mgw/src/libosmo-mgcp/mgcp_osmux.c
osmo-mgw/src/libosmo-mgcp/mgcp_protocol.c
osmo-mgw/src/libosmo-mgcp/mgcp_ratectr.c
osmo-mgw/src/libosmo-mgcp/mgcp_sdp.c
osmo-mgw/src/libosmo-mgcp/mgcp_stat.c
osmo-mgw/src/libosmo-mgcp/mgcp_threads_queue.c
osmo-mgw/src/libosmo-mgcp/mgcp_trunk.c
osmo-mgw/src/libosmo-mgcp/mgcp_vty.c
osmo-mgw/src/libosmo-mgcp-client/
osmo-mgw/src/libosmo-mgcp-client/Makefile.am
osmo-mgw/src/libosmo-mgcp-client/mgcp_client.c
osmo-mgw/src/libosmo-mgcp-client/mgcp_client_endpoint_fsm.c
osmo-mgw/src/libosmo-mgcp-client/mgcp_client_fsm.c
osmo-mgw/src/libosmo-mgcp-client/mgcp_client_pool.c
osmo-mgw/src/libosmo-mgcp-client/mgcp_client_vty.c
osmo-mgw/src/osmo-mgw/
osmo-mgw/src/osmo-mgw/Makefile.am
osmo-mgw/src/osmo-mgw/mgw_main.c
osmo-mgw/tests/
osmo-mgw/tests/Makefile.am
osmo-mgw/tests/atlocal.in
osmo-mgw/tests/mgcp/
osmo-mgw/tests/mgcp/Makefile.am
osmo-mgw/tests/mgcp/mgcp_test.c
osmo-mgw/tests/mgcp/mgcp_test.ok
osmo-mgw/tests/mgcp_client/
osmo-mgw/tests/mgcp_client/Makefile.am
osmo-mgw/tests/mgcp_client/mgcp_client_test.c
osmo-mgw/tests/mgcp_client/mgcp_client_test.err
osmo-mgw/tests/mgcp_client/mgcp_client_test.ok
osmo-mgw/tests/testsuite.at
+ cd _temp/binpkgs/osmo-mgw
+ apt-get -y update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:4 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ InRelease
Fetched 55.4 kB in 0s (177 kB/s)
Reading package lists...
W: https://downloads.osmocom.org/packages/osmocom:/master/Debian_12/./InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
+ apt-get -y build-dep .
Note, using directory '.' to get the build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils debhelper
  dh-autoreconf dh-strip-nondeterminism dwz file gettext gettext-base
  groff-base intltool-debian libarchive-zip-perl libbctoolbox1
  libdebhelper-perl libdecaf0 libfile-stripnondeterminism-perl libmagic-mgc
  libmagic1 libmbedcrypto7 libmbedtls14 libmbedx509-1 libmnl-dev libortp16
  libosmo-abis-dev libosmo-netif-dev libosmoabis13 libosmocodec4
  libosmocoding0 libosmocore libosmocore-dev libosmocore21 libosmoctrl0
  libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2
  libosmotrau2 libosmousb0 libosmovty13 libpcsclite1 libpipeline1 libpkgconf3
  libsctp-dev libsctp1 libsub-override-perl libtalloc-dev libtalloc2 libtool
  libuchardet0 liburing2 libusb-1.0-0 libusb-1.0-0-dev m4 man-db pkg-config
  pkgconf pkgconf-bin po-debconf
0 upgraded, 62 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.0 MB of archives.
After this operation, 44.0 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
Get:2 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmocore21 1.9.0.195.dafd [164 kB]
Get:3 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmocodec4 1.9.0.195.dafd [45.8 kB]
Get:4 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmotrau2 1.5.1.11.5277 [29.0 kB]
Get:5 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmoisdn0 1.9.0.195.dafd [65.4 kB]
Get:6 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmogsm20 1.9.0.195.dafd [222 kB]
Get:7 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
Get:8 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
Get:9 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-12 [160 kB]
Get:10 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmovty13 1.9.0.195.dafd [98.2 kB]
Get:11 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
Get:12 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmoabis13 1.5.1.11.5277 [72.6 kB]
Get:13 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-10 [916 kB]
Get:14 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmo-abis-dev 1.5.1.11.5277 [111 kB]
Get:15 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmocoding0 1.9.0.195.dafd [65.9 kB]
Get:16 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmogb14 1.9.0.195.dafd [173 kB]
Get:17 http://deb.debian.org/debian-security bookworm-security/main amd64 bsdextrautils amd64 2.38.1-5+deb12u1 [86.8 kB]
Get:18 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
Get:19 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-2 [1386 kB]
Get:20 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmoctrl0 1.9.0.195.dafd [54.4 kB]
Get:21 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmosim2 1.9.0.195.dafd [58.5 kB]
Get:22 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmousb0 1.9.0.195.dafd [45.2 kB]
Get:23 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmocore 1.9.0.195.dafd [38.5 kB]
Get:24 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmocore-dev 1.9.0.195.dafd [838 kB]
Get:25 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:26 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
Get:27 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
Get:28 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
Get:29 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-12 [495 kB]
Get:30 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
Get:31 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-5 [517 kB]
Get:32 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:33 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:34 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
Get:35 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
Get:36 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
Get:37 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
Get:38 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-12 [1300 kB]
Get:39 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:40 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:41 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmonetif11 1.4.0.54.05ff [52.5 kB]
Get:42 https://downloads.osmocom.org/packages/osmocom:/master/Debian_12 ./ libosmo-netif-dev 1.4.0.54.05ff [64.6 kB]
Get:43 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
Get:44 http://deb.debian.org/debian bookworm/main amd64 libdecaf0 amd64 1.0.2-2 [87.2 kB]
Get:45 http://deb.debian.org/debian bookworm/main amd64 libmbedcrypto7 amd64 2.28.3-1 [277 kB]
Get:46 http://deb.debian.org/debian bookworm/main amd64 libmbedx509-1 amd64 2.28.3-1 [128 kB]
Get:47 http://deb.debian.org/debian bookworm/main amd64 libmbedtls14 amd64 2.28.3-1 [163 kB]
Get:48 http://deb.debian.org/debian bookworm/main amd64 libbctoolbox1 amd64 5.1.64-2 [129 kB]
Get:49 http://deb.debian.org/debian bookworm/main amd64 libmnl-dev amd64 1.0.4-3 [7752 B]
Get:50 http://deb.debian.org/debian bookworm/main amd64 libortp16 amd64 1:5.1.64-2 [84.1 kB]
Get:51 http://deb.debian.org/debian bookworm/main amd64 libsctp1 amd64 1.0.19+dfsg-2 [29.7 kB]
Get:52 http://deb.debian.org/debian bookworm/main amd64 libtalloc2 amd64 2.4.0-f2 [25.6 kB]
Get:53 http://deb.debian.org/debian bookworm/main amd64 liburing2 amd64 2.3-3 [12.6 kB]
Get:54 http://deb.debian.org/debian bookworm/main amd64 libpcsclite1 amd64 1.9.9-2 [49.7 kB]
Get:55 http://deb.debian.org/debian bookworm/main amd64 libusb-1.0-0 amd64 2:1.0.26-1 [62.6 kB]
Get:56 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:57 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:58 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:59 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
Get:60 http://deb.debian.org/debian bookworm/main amd64 libtalloc-dev amd64 2.4.0-f2 [59.5 kB]
Get:61 http://deb.debian.org/debian bookworm/main amd64 libsctp-dev amd64 1.0.19+dfsg-2 [72.2 kB]
Get:62 http://deb.debian.org/debian bookworm/main amd64 libusb-1.0-0-dev amd64 2:1.0.26-1 [83.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 12.0 MB in 0s (74.6 MB/s)
Selecting previously unselected package libmagic-mgc.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 66015 files and directories currently installed.)
Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_amd64.deb ...
Unpacking libmagic-mgc (1:5.44-3) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../01-libmagic1_1%3a5.44-3_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.44-3) ...
Selecting previously unselected package file.
Preparing to unpack .../02-file_1%3a5.44-3_amd64.deb ...
Unpacking file (1:5.44-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../03-gettext-base_0.21-12_amd64.deb ...
Unpacking gettext-base (0.21-12) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../04-libuchardet0_0.0.7-1_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.7-1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../05-groff-base_1.22.4-10_amd64.deb ...
Unpacking groff-base (1.22.4-10) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../06-bsdextrautils_2.38.1-5+deb12u1_amd64.deb ...
Unpacking bsdextrautils (2.38.1-5+deb12u1) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../07-libpipeline1_1.5.7-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.7-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../08-man-db_2.11.2-2_amd64.deb ...
Unpacking man-db (2.11.2-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../09-m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../10-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../11-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../12-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../13-autopoint_0.21-12_all.deb ...
Unpacking autopoint (0.21-12) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../14-libdebhelper-perl_13.11.4_all.deb ...
Unpacking libdebhelper-perl (13.11.4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../15-libtool_2.4.7-5_all.deb ...
Unpacking libtool (2.4.7-5) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../16-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../17-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libsub-override-perl.
Preparing to unpack .../18-libsub-override-perl_0.09-4_all.deb ...
Unpacking libsub-override-perl (0.09-4) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../19-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../20-dh-strip-nondeterminism_1.13.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.13.1-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../21-dwz_0.15-1_amd64.deb ...
Unpacking dwz (0.15-1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../22-gettext_0.21-12_amd64.deb ...
Unpacking gettext (0.21-12) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../23-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../24-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../25-debhelper_13.11.4_all.deb ...
Unpacking debhelper (13.11.4) ...
Selecting previously unselected package libdecaf0:amd64.
Preparing to unpack .../26-libdecaf0_1.0.2-2_amd64.deb ...
Unpacking libdecaf0:amd64 (1.0.2-2) ...
Selecting previously unselected package libmbedcrypto7:amd64.
Preparing to unpack .../27-libmbedcrypto7_2.28.3-1_amd64.deb ...
Unpacking libmbedcrypto7:amd64 (2.28.3-1) ...
Selecting previously unselected package libmbedx509-1:amd64.
Preparing to unpack .../28-libmbedx509-1_2.28.3-1_amd64.deb ...
Unpacking libmbedx509-1:amd64 (2.28.3-1) ...
Selecting previously unselected package libmbedtls14:amd64.
Preparing to unpack .../29-libmbedtls14_2.28.3-1_amd64.deb ...
Unpacking libmbedtls14:amd64 (2.28.3-1) ...
Selecting previously unselected package libbctoolbox1:amd64.
Preparing to unpack .../30-libbctoolbox1_5.1.64-2_amd64.deb ...
Unpacking libbctoolbox1:amd64 (5.1.64-2) ...
Selecting previously unselected package libmnl-dev:amd64.
Preparing to unpack .../31-libmnl-dev_1.0.4-3_amd64.deb ...
Unpacking libmnl-dev:amd64 (1.0.4-3) ...
Selecting previously unselected package libortp16:amd64.
Preparing to unpack .../32-libortp16_1%3a5.1.64-2_amd64.deb ...
Unpacking libortp16:amd64 (1:5.1.64-2) ...
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../33-libsctp1_1.0.19+dfsg-2_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.19+dfsg-2) ...
Selecting previously unselected package libtalloc2:amd64.
Preparing to unpack .../34-libtalloc2_2.4.0-f2_amd64.deb ...
Unpacking libtalloc2:amd64 (2.4.0-f2) ...
Selecting previously unselected package liburing2:amd64.
Preparing to unpack .../35-liburing2_2.3-3_amd64.deb ...
Unpacking liburing2:amd64 (2.3-3) ...
Selecting previously unselected package libosmocore21:amd64.
Preparing to unpack .../36-libosmocore21_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmocore21:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmocodec4:amd64.
Preparing to unpack .../37-libosmocodec4_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmocodec4:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmotrau2:amd64.
Preparing to unpack .../38-libosmotrau2_1.5.1.11.5277_amd64.deb ...
Unpacking libosmotrau2:amd64 (1.5.1.11.5277) ...
Selecting previously unselected package libosmoisdn0:amd64.
Preparing to unpack .../39-libosmoisdn0_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmoisdn0:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmogsm20:amd64.
Preparing to unpack .../40-libosmogsm20_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmogsm20:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmovty13:amd64.
Preparing to unpack .../41-libosmovty13_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmovty13:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmoabis13:amd64.
Preparing to unpack .../42-libosmoabis13_1.5.1.11.5277_amd64.deb ...
Unpacking libosmoabis13:amd64 (1.5.1.11.5277) ...
Selecting previously unselected package libosmo-abis-dev:amd64.
Preparing to unpack .../43-libosmo-abis-dev_1.5.1.11.5277_amd64.deb ...
Unpacking libosmo-abis-dev:amd64 (1.5.1.11.5277) ...
Selecting previously unselected package libosmocoding0:amd64.
Preparing to unpack .../44-libosmocoding0_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmocoding0:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmogb14:amd64.
Preparing to unpack .../45-libosmogb14_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmogb14:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmoctrl0:amd64.
Preparing to unpack .../46-libosmoctrl0_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmoctrl0:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../47-libpcsclite1_1.9.9-2_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.9.9-2) ...
Selecting previously unselected package libosmosim2:amd64.
Preparing to unpack .../48-libosmosim2_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmosim2:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../49-libusb-1.0-0_2%3a1.0.26-1_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.26-1) ...
Selecting previously unselected package libosmousb0:amd64.
Preparing to unpack .../50-libosmousb0_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmousb0:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmocore.
Preparing to unpack .../51-libosmocore_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmocore (1.9.0.195.dafd) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../52-libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../53-pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../54-pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../55-pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Selecting previously unselected package libtalloc-dev:amd64.
Preparing to unpack .../56-libtalloc-dev_2.4.0-f2_amd64.deb ...
Unpacking libtalloc-dev:amd64 (2.4.0-f2) ...
Selecting previously unselected package libsctp-dev:amd64.
Preparing to unpack .../57-libsctp-dev_1.0.19+dfsg-2_amd64.deb ...
Unpacking libsctp-dev:amd64 (1.0.19+dfsg-2) ...
Selecting previously unselected package libusb-1.0-0-dev:amd64.
Preparing to unpack .../58-libusb-1.0-0-dev_2%3a1.0.26-1_amd64.deb ...
Unpacking libusb-1.0-0-dev:amd64 (2:1.0.26-1) ...
Selecting previously unselected package libosmocore-dev:amd64.
Preparing to unpack .../59-libosmocore-dev_1.9.0.195.dafd_amd64.deb ...
Unpacking libosmocore-dev:amd64 (1.9.0.195.dafd) ...
Selecting previously unselected package libosmonetif11:amd64.
Preparing to unpack .../60-libosmonetif11_1.4.0.54.05ff_amd64.deb ...
Unpacking libosmonetif11:amd64 (1.4.0.54.05ff) ...
Selecting previously unselected package libosmo-netif-dev:amd64.
Preparing to unpack .../61-libosmo-netif-dev_1.4.0.54.05ff_amd64.deb ...
Unpacking libosmo-netif-dev:amd64 (1.4.0.54.05ff) ...
Setting up libpipeline1:amd64 (1.5.7-1) ...
Setting up bsdextrautils (2.38.1-5+deb12u1) ...
Setting up libmagic-mgc (1:5.44-3) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.11.4) ...
Setting up libmagic1:amd64 (1:5.44-3) ...
Setting up gettext-base (0.21-12) ...
Setting up m4 (1.4.19-3) ...
Setting up file (1:5.44-3) ...
Setting up libdecaf0:amd64 (1.0.2-2) ...
Setting up libtalloc2:amd64 (2.4.0-f2) ...
Setting up autotools-dev (20220109.1) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up libmbedcrypto7:amd64 (2.28.3-1) ...
Setting up libmnl-dev:amd64 (1.0.4-3) ...
Setting up autopoint (0.21-12) ...
Setting up libpcsclite1:amd64 (1.9.9-2) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up autoconf (2.71-3) ...
Setting up dwz (0.15-1) ...
Setting up libsctp1:amd64 (1.0.19+dfsg-2) ...
Setting up libuchardet0:amd64 (0.0.7-1) ...
Setting up libsub-override-perl (0.09-4) ...
Setting up libusb-1.0-0:amd64 (2:1.0.26-1) ...
Setting up liburing2:amd64 (2.3-3) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
Setting up gettext (0.21-12) ...
Setting up libmbedx509-1:amd64 (2.28.3-1) ...
Setting up libmbedtls14:amd64 (2.28.3-1) ...
Setting up libtool (2.4.7-5) ...
Setting up libbctoolbox1:amd64 (5.1.64-2) ...
Setting up libusb-1.0-0-dev:amd64 (2:1.0.26-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up libtalloc-dev:amd64 (2.4.0-f2) ...
Setting up libosmocore21:amd64 (1.9.0.195.dafd) ...
Setting up libortp16:amd64 (1:5.1.64-2) ...
Setting up libsctp-dev:amd64 (1.0.19+dfsg-2) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Setting up libosmousb0:amd64 (1.9.0.195.dafd) ...
Setting up dh-strip-nondeterminism (1.13.1-1) ...
Setting up libosmocodec4:amd64 (1.9.0.195.dafd) ...
Setting up groff-base (1.22.4-10) ...
Setting up libosmotrau2:amd64 (1.5.1.11.5277) ...
Setting up libosmovty13:amd64 (1.9.0.195.dafd) ...
Setting up libosmoisdn0:amd64 (1.9.0.195.dafd) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up man-db (2.11.2-2) ...
Building database of manual pages ...
Setting up libosmogsm20:amd64 (1.9.0.195.dafd) ...
Setting up libosmoabis13:amd64 (1.5.1.11.5277) ...
Setting up libosmoctrl0:amd64 (1.9.0.195.dafd) ...
Setting up libosmogb14:amd64 (1.9.0.195.dafd) ...
Setting up debhelper (13.11.4) ...
Setting up libosmonetif11:amd64 (1.4.0.54.05ff) ...
Setting up libosmo-abis-dev:amd64 (1.5.1.11.5277) ...
Setting up libosmocoding0:amd64 (1.9.0.195.dafd) ...
Setting up libosmosim2:amd64 (1.9.0.195.dafd) ...
Setting up libosmocore (1.9.0.195.dafd) ...
Setting up libosmocore-dev:amd64 (1.9.0.195.dafd) ...
Setting up libosmo-netif-dev:amd64 (1.4.0.54.05ff) ...
Processing triggers for libc-bin (2.36-9+deb12u6) ...
Processing triggers for mailcap (3.70+nmu1) ...
+ [ -n 1 ]
+ ip link set eth0 down
+ su user -c dpkg-buildpackage -us -uc -j17
dpkg-buildpackage: info: source package osmo-mgw
dpkg-buildpackage: info: source version 1.12.1.46.0997
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Osmocom OBS scripts <info@osmocom.org>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
 fakeroot debian/rules clean
dh clean --with autoreconf
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (native)'
dpkg-source: info: building osmo-mgw in osmo-mgw_1.12.1.46.0997.tar.xz
dpkg-source: info: building osmo-mgw in osmo-mgw_1.12.1.46.0997.dsc
 debian/rules build
dh build --with autoreconf
   dh_update_autotools_config
   dh_autoreconf
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'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
dh_auto_configure -- --with-systemdsystemunitdir=/lib/systemd/system --enable-manuals
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --with-systemdsystemunitdir=/lib/systemd/system --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... no
checking for mawk... mawk
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... none
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.9.0... yes
checking for libosmogsm >= 1.9.0... yes
checking for libosmoctrl >= 1.9.0... yes
checking for libosmovty >= 1.9.0... yes
checking for libosmo-netif >= 1.4.0... yes
checking for libosmoabis >= 1.5.0... yes
checking for libosmotrau >= 1.5.0... yes
checking whether to enable code coverage support... no
checking whether to enable VTY/CTRL tests... no
checking for OSMO_GSM_MANUALS_DIR... /usr/share/osmo-gsm-manuals (from pkg-conf)
All dependencies installed!
CFLAGS="-g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
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 contrib/osmo-mgw.spec
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[1]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
   dh_auto_build
	make -j17
make[1]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
echo 1.12.1.46-0997 > .version-t && mv .version-t .version
make  all-recursive
make[2]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
Making all in include
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making all in osmocom
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
Making all in mgcp_client
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
echo -e "/*\n\n   DO NOT EDIT THIS FILE!\n   THIS IS OVERWRITTEN DURING BUILD\n   This is an automatic copy of <osmocom/mgcp/mgcp_common.h>\n\n */" > mgcp_common.h
cat ../../../include/osmocom/mgcp/mgcp_common.h >> mgcp_common.h
make  all-am
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Nothing to be done for 'all-am'.
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
Making all in mgcp
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making all in src
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making all in libosmo-mgcp-client
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client.lo mgcp_client.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client_vty.lo mgcp_client_vty.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client_fsm.lo mgcp_client_fsm.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client_endpoint_fsm.lo mgcp_client_endpoint_fsm.c
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client_pool.lo mgcp_client_pool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_fsm.c  -fPIC -DPIC -o .libs/mgcp_client_fsm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client.c  -fPIC -DPIC -o .libs/mgcp_client.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_vty.c  -fPIC -DPIC -o .libs/mgcp_client_vty.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_pool.c  -fPIC -DPIC -o .libs/mgcp_client_pool.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_endpoint_fsm.c  -fPIC -DPIC -o .libs/mgcp_client_endpoint_fsm.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_pool.c -o mgcp_client_pool.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_vty.c -o mgcp_client_vty.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_fsm.c -o mgcp_client_fsm.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client.c -o mgcp_client.o >/dev/null 2>&1
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../.. -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c mgcp_client_endpoint_fsm.c -o mgcp_client_endpoint_fsm.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread   -version-info 13:0:1 -no-undefined  -Wl,-z,relro -pthread -o libosmo-mgcp-client.la -rpath /usr/lib/x86_64-linux-gnu mgcp_client.lo mgcp_client_vty.lo mgcp_client_fsm.lo mgcp_client_endpoint_fsm.lo mgcp_client_pool.lo -losmocore -ltalloc -lmnl  -losmovty -losmocore -ltalloc -lmnl   
libtool: link: gcc -shared  -fPIC -DPIC  .libs/mgcp_client.o .libs/mgcp_client_vty.o .libs/mgcp_client_fsm.o .libs/mgcp_client_endpoint_fsm.o .libs/mgcp_client_pool.o   /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl  -g -O2 -fstack-protector-strong -g -Wl,-z -Wl,relro   -pthread -Wl,-soname -Wl,libosmo-mgcp-client.so.12 -o .libs/libosmo-mgcp-client.so.12.1.0
libtool: link: (cd ".libs" && rm -f "libosmo-mgcp-client.so.12" && ln -s "libosmo-mgcp-client.so.12.1.0" "libosmo-mgcp-client.so.12")
libtool: link: (cd ".libs" && rm -f "libosmo-mgcp-client.so" && ln -s "libosmo-mgcp-client.so.12.1.0" "libosmo-mgcp-client.so")
libtool: link: ar cr .libs/libosmo-mgcp-client.a  mgcp_client.o mgcp_client_vty.o mgcp_client_fsm.o mgcp_client_endpoint_fsm.o mgcp_client_pool.o
libtool: link: ranlib .libs/libosmo-mgcp-client.a
libtool: link: ( cd ".libs" && rm -f "libosmo-mgcp-client.la" && ln -s "../libosmo-mgcp-client.la" "libosmo-mgcp-client.la" )
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
Making all in libosmo-mgcp
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_protocol.o mgcp_protocol.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_network.o mgcp_network.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_vty.o mgcp_vty.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_osmux.o mgcp_osmux.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_sdp.o mgcp_sdp.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_codec.o mgcp_codec.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_msg.o mgcp_msg.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_conn.o mgcp_conn.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_stat.o mgcp_stat.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_endp.o mgcp_endp.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_trunk.o mgcp_trunk.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_ratectr.o mgcp_ratectr.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_e1.o mgcp_e1.c
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_iuup.o mgcp_iuup.c
rm -f libosmo-mgcp.a
ar cru libosmo-mgcp.a mgcp_protocol.o mgcp_network.o mgcp_vty.o mgcp_osmux.o mgcp_sdp.o mgcp_codec.o mgcp_msg.o mgcp_conn.o mgcp_stat.o mgcp_endp.o mgcp_trunk.o mgcp_ratectr.o mgcp_e1.o mgcp_iuup.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libosmo-mgcp.a
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
Making all in osmo-mgw
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgw_main.o mgw_main.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread  -Wl,-z,relro -pthread -o osmo-mgw mgw_main.o ../../src/libosmo-mgcp/libosmo-mgcp.a -losmocore -ltalloc -lmnl  -losmovty -losmocore -ltalloc -lmnl  -losmogsm -losmoisdn -losmocore -ltalloc -lmnl  -losmoctrl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl  -losmonetif  -losmoabis -losmocore -ltalloc -lmnl  -losmotrau -losmocore -ltalloc -lmnl   
libtool: link: gcc -Wall -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -Wl,-z -Wl,relro -o osmo-mgw mgw_main.o  ../../src/libosmo-mgcp/libosmo-mgcp.a /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmoctrl.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making all in tests
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making all in mgcp_client
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
Making all in mgcp
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making all in doc
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making all in examples
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
Making all in manuals
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
ln -s /usr/share/osmo-gsm-manuals/build build
ln -s /usr/share/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="/usr/share/osmo-gsm-manuals" \
	a2x -vv -L --asciidoc-opts="-f /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f /usr/share/osmo-gsm-manuals/build/diag-filter.conf -f /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/obs/_temp/binpkgs/osmo-mgw/doc/manuals' -a commondir='/usr/share/osmo-gsm-manuals/common' " --dblatex-opts="--config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 " -a docinfo -a revnumber="DRAFT " -a revdate="unknown" osmomgw-usermanual.adoc
Generating the VTY reference in mode 'default' (all commands except deprecated and hidden)
mkdir -p generated
/usr/share/osmo-gsm-manuals/build/vty_reference_combine.sh "/usr/share/osmo-gsm-manuals/merge_doc.xsl" \
	$(/usr/share/osmo-gsm-manuals/build/find_existing_path.sh "vty/*reference.xml" . .) \
	/usr/share/osmo-gsm-manuals/common/vty_additions.xml \
	./vty/*additions*.xml > generated/combined.xml
+ mktemp
+ combined=/tmp/tmp.B4yssUMtpz
+ mktemp
+ combine_src=/tmp/tmp.GzB9mxeAjU
+ cp ./vty/mgw_vty_reference.xml /tmp/tmp.B4yssUMtpz
+ [ -n /usr/share/osmo-gsm-manuals/common/vty_additions.xml ]
+ realpath /usr/share/osmo-gsm-manuals/common/vty_additions.xml
+ addition=/usr/share/osmo-gsm-manuals/common/vty_additions.xml
+ shift
+ cp /tmp/tmp.B4yssUMtpz /tmp/tmp.GzB9mxeAjU
+ xsltproc -o /tmp/tmp.B4yssUMtpz --stringparam with /usr/share/osmo-gsm-manuals/common/vty_additions.xml /usr/share/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.GzB9mxeAjU
a2x: args: ['-vv', '-L', "--asciidoc-opts=-f /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf -f /usr/share/osmo-gsm-manuals/build/diag-filter.conf -f /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf -f /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf -a srcdir='/obs/_temp/binpkgs/osmo-mgw/doc/manuals' -a commondir='/usr/share/osmo-gsm-manuals/common' ", '--dblatex-opts=--config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0 ', '-a', 'docinfo', '-a', 'revnumber=DRAFT ', '-a', 'revdate=unknown', 'osmomgw-usermanual.adoc']
a2x: resource files: []
a2x: resource directories: ['/etc/asciidoc/stylesheets']
a2x: executing: asciidoc ['-f', '/usr/share/osmo-gsm-manuals/build/mscgen-filter.conf', '-f', '/usr/share/osmo-gsm-manuals/build/diag-filter.conf', '-f', '/usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf', '-f', '/usr/share/osmo-gsm-manuals/build/graphviz-filter.conf', '-a', 'srcdir=/obs/_temp/binpkgs/osmo-mgw/doc/manuals', '-a', 'commondir=/usr/share/osmo-gsm-manuals/common', ('--attribute', 'docinfo'), ('--attribute', 'revnumber=DRAFT '), ('--attribute', 'revdate=unknown'), ('--verbose',), ('--backend', 'docbook'), ('-a', 'a2x-format=pdf'), ('--out-file', '/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml')]
+ [ -n ./vty/mgw_vty_additions.xml ]
asciidoc: reading: /etc/asciidoc/asciidoc.conf
+ realpath ./vty/mgw_vty_additions.xml
+ addition=/obs/_temp/binpkgs/osmo-mgw/doc/manuals/vty/mgw_vty_additions.xml
+ shift
+ cp /tmp/tmp.B4yssUMtpz /tmp/tmp.GzB9mxeAjU
+ xsltproc -o /tmp/tmp.B4yssUMtpz --stringparam with /obs/_temp/binpkgs/osmo-mgw/doc/manuals/vty/mgw_vty_additions.xml /usr/share/osmo-gsm-manuals/merge_doc.xsl /tmp/tmp.GzB9mxeAjU
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/diag-filter.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf
asciidoc: reading: /etc/asciidoc/asciidoc.conf
+ [ -n  ]
+ cat /tmp/tmp.B4yssUMtpz
+ rm -f /tmp/tmp.GzB9mxeAjU
+ rm -f /tmp/tmp.B4yssUMtpz
xsltproc /usr/share/osmo-gsm-manuals/vty_reference.xsl generated/combined.xml \
	> generated/docbook_vty.xml
asciidoc: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.adoc
asciidoc: reading: /etc/asciidoc/docbook45.conf
set -x && \
export GIT_DATE="unknown" && \
export REVNUMBER="DRAFT " && \
export TEMPFILE="/obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated/_temp_osmomgw-vty-reference.xml" && \
/usr/share/osmo-gsm-manuals/build/docbook-set-revhistory.py "osmomgw-vty-reference.xml" && \
dblatex \
	--config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml \
	--xslt-opts="--path /usr/share/osmo-gsm-manuals/common/chapters:/obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated" \
	 \
	-P draft.mode=no \
	-o osmomgw-vty-reference.pdf \
	"$TEMPFILE" && \
rm $TEMPFILE
+ export GIT_DATE=unknown
+ GIT_DATE=unknown
+ export 'REVNUMBER=DRAFT '
+ REVNUMBER='DRAFT '
+ export TEMPFILE=/obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
+ TEMPFILE=/obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
+ /usr/share/osmo-gsm-manuals/build/docbook-set-revhistory.py osmomgw-vty-reference.xml
asciidoc: reading: /etc/asciidoc/filters/code/code-filter.conf
asciidoc: reading: /etc/asciidoc/filters/graphviz/graphviz-filter.conf
asciidoc: reading: /etc/asciidoc/filters/source/source-highlight-filter.conf
asciidoc: reading: /etc/asciidoc/filters/music/music-filter.conf
asciidoc: reading: /etc/asciidoc/filters/latex/latex-filter.conf
asciidoc: reading: /etc/asciidoc/lang-en.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/mscgen-filter.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/diag-filter.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/docinfo-releaseinfo.conf
asciidoc: reading: /usr/share/osmo-gsm-manuals/build/graphviz-filter.conf
asciidoc: writing: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml
asciidoc: osmomgw-usermanual.adoc: line 6: evaluating: {include:/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual-docinfo.xml}
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/preface.adoc
asciidoc: osmomgw-usermanual.adoc: line 9: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/preface.adoc
Changing revhistory to DRAFT , unknown...
+ dblatex --config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml '--xslt-opts=--path /usr/share/osmo-gsm-manuals/common/chapters:/obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated' -P draft.mode=no -o osmomgw-vty-reference.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated/_temp_osmomgw-vty-reference.xml
Build the book set list...
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/overview.adoc
asciidoc: osmomgw-usermanual.adoc: line 11: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__1.svg" -T svg && echo " "
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 "/obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__3.svg" -T svg && echo " "
Build the listings...
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/running.adoc
asciidoc: osmomgw-usermanual.adoc: line 13: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/running.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/vty.adoc
asciidoc: osmomgw-usermanual.adoc: line 15: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/vty.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/logging.adoc
asciidoc: osmomgw-usermanual.adoc: line 17: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/logging.adoc
XSLT stylesheets DocBook - LaTeX 2e (0.3.12)
===================================================
Stripping NS from DocBook 5/NG document.
Processing stripped document.
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/configuration.adoc
asciidoc: osmomgw-usermanual.adoc: line 19: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/configuration.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/mgcp_endpoints.adoc
asciidoc: osmomgw-usermanual.adoc: line 21: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/mgcp_endpoints.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/mgcp_extensions.adoc
asciidoc: osmomgw-usermanual.adoc: line 23: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/mgcp_extensions.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/osmux.adoc
asciidoc: osmomgw-usermanual.adoc: line 25: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/osmux.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/network_osmux_aoip.dot
asciidoc: osmux.adoc: line 125: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__4.svg" -T svg && echo " "
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mo_call_osmux_aoip.msc
asciidoc: osmux.adoc: line 131: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__5.svg" -Tsvg -
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/network_osmux_sccplite.dot
asciidoc: osmux.adoc: line 140: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__6.svg" -T svg && echo " "
Build _temp_osmomgw-vty-reference.pdf
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite.msc
asciidoc: osmux.adoc: line 146: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__7.svg" -Tsvg -
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/network_osmux_sccplite_nat.dot
asciidoc: osmux.adoc: line 155: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__8.svg" -T svg && echo " "
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mo_call_osmux_sccplite_nat.msc
asciidoc: osmux.adoc: line 161: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__9.svg" -Tsvg -
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mgcp_extension_osmux.adoc
asciidoc: osmux.adoc: line 164: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mgcp_extension_osmux.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/network_osmux_abis.dot
asciidoc: osmux.adoc: line 172: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__10.svg" -T svg && echo " "
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/osmux/mo_call_osmux_abis.msc
asciidoc: osmux.adoc: line 178: reading: /obs/_temp/binpkgs/osmo-mgw/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 "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__11.svg" -Tsvg -
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/qos-dscp-pcp.adoc
asciidoc: osmomgw-usermanual.adoc: line 27: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/qos-dscp-pcp.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/qos-example.adoc
asciidoc: qos-dscp-pcp.adoc: line 161: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/chapters/qos-example.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: osmomgw-usermanual.adoc: line 31: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/vty_cpu_sched.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: osmomgw-usermanual.adoc: line 33: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/port_numbers.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/bibliography.adoc
asciidoc: osmomgw-usermanual.adoc: line 35: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/bibliography.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/glossary.adoc
asciidoc: osmomgw-usermanual.adoc: line 37: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/glossary.adoc
asciidoc: include: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/gfdl.adoc
asciidoc: osmomgw-usermanual.adoc: line 39: reading: /obs/_temp/binpkgs/osmo-mgw/doc/manuals/common/chapters/gfdl.adoc
a2x: executing: "dblatex" -t pdf -p "/etc/asciidoc/dblatex/asciidoc-dblatex.xsl" -s "/etc/asciidoc/dblatex/asciidoc-dblatex.sty" --config /usr/share/osmo-gsm-manuals/build/dblatex_config.xml -s /usr/share/osmo-gsm-manuals/build/custom-dblatex.sty -P draft.mode=yes -P draft.watermark=0  -V  "/obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml"
'osmomgw-vty-reference.pdf' successfully built
+ rm /obs/_temp/binpkgs/osmo-mgw/doc/manuals/generated/_temp_osmomgw-vty-reference.xml

Build the book set list...
xsltproc -o doclist.txt --xinclude --xincludestyle doclist.xsl /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml
/obs/_temp/binpkgs/osmo-mgw/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 '/obs/_temp/binpkgs/osmo-mgw/doc/manuals' /usr/share/dblatex/xsl/common/mklistings.xsl /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml
/obs/_temp/binpkgs/osmo-mgw/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/tmp6aqppj2j/listings.xml' --param current.dir '/obs/_temp/binpkgs/osmo-mgw/doc/manuals' /tmp/tmp6aqppj2j/custom.xsl /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml
/obs/_temp/binpkgs/osmo-mgw/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 /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__1.svg
rsvg-convert -a -f pdf -o fig1.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__2.svg
rsvg-convert -a -f pdf -o fig2.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__3.svg
Cannot convert './common/images/wireshark-gsmtap-log.png' to pdf
rsvg-convert -a -f pdf -o fig3.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__4.svg
rsvg-convert -a -f pdf -o fig4.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__5.svg
rsvg-convert -a -f pdf -o fig5.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__6.svg
rsvg-convert -a -f pdf -o fig6.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__7.svg
rsvg-convert -a -f pdf -o fig7.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__8.svg
rsvg-convert -a -f pdf -o fig8.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__9.svg
rsvg-convert -a -f pdf -o fig9.pdf /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual__10.svg
rsvg-convert -a -f pdf -o fig10.pdf /obs/_temp/binpkgs/osmo-mgw/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: /home/user/.texlive2022/texmf-var/fonts/pk/ljfour/jknappen/ec/tctt0900.600pk: successfully generated.
running post-compilation scripts...
[index] the index file /tmp/tmp6aqppj2j/osmomgw-usermanual.idx is empty
osmomgw-usermanual.aux MD5 checksum changed
osmomgw-usermanual.toc MD5 checksum changed
the /tmp/tmp6aqppj2j/osmomgw-usermanual.aux file has changed
pdflatex -interaction=batchmode osmomgw-usermanual.tex
running post-compilation scripts...
[index] the index file /tmp/tmp6aqppj2j/osmomgw-usermanual.idx is empty
osmomgw-usermanual.aux MD5 checksum changed
the /tmp/tmp6aqppj2j/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 /obs/_temp/binpkgs/osmo-mgw/doc/manuals/osmomgw-usermanual.xml
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making all in contrib
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
Making all in systemd
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[2]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[1]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
	make -j17 check "TESTSUITEFLAGS=-j17 --verbose" VERBOSE=1
make[2]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make  check-recursive
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
Making check in include
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making check in osmocom
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
Making check in mgcp_client
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make  check-am
make[7]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[7]: Nothing to be done for 'check-am'.
make[7]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
Making check in mgcp
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[6]: Nothing to be done for 'check'.
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[6]: Nothing to be done for 'check-am'.
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making check in src
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making check in libosmo-mgcp-client
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
Making check in libosmo-mgcp
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
Making check in osmo-mgw
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making check in tests
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making check in mgcp_client
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make  mgcp_client_test
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -ggdb3 -I/usr/include/ -pthread  -I/usr/include/    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_client_test.o mgcp_client_test.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -ggdb3 -I/usr/include/ -pthread  -I/usr/include/    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread  -no-install  -Wl,-z,relro -pthread -o mgcp_client_test mgcp_client_test.o ../../src/libosmo-mgcp-client/libosmo-mgcp-client.la -losmocore -ltalloc -lmnl  -losmovty -losmocore -ltalloc -lmnl    -losmonetif   
libtool: link: gcc -Wall -ggdb3 -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -Wl,-z -Wl,relro -o mgcp_client_test mgcp_client_test.o  ../../src/libosmo-mgcp-client/.libs/libosmo-mgcp-client.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client/.libs
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
Making check in mgcp
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make  mgcp_test
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
gcc -DHAVE_CONFIG_H -I. -I../..   -I../../include -I../..  -Wdate-time -D_FORTIFY_SOURCE=2 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -Wall -ggdb3 -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread -c -o mgcp_test.o mgcp_test.c
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -Wall -ggdb3 -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/ -pthread  -I/usr/include/  -I/usr/include/ -pthread  -I/usr/include/ -pthread    -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -pthread  -no-install  -Wl,-z,relro -pthread -o mgcp_test mgcp_test.o ../../src/libosmo-mgcp/libosmo-mgcp.a -losmocore -ltalloc -lmnl  -losmovty -losmocore -ltalloc -lmnl  -losmogsm -losmoisdn -losmocore -ltalloc -lmnl  -losmoabis -losmocore -ltalloc -lmnl  -losmotrau -losmocore -ltalloc -lmnl    -losmonetif  -lm  
libtool: link: gcc -Wall -ggdb3 -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -ffile-prefix-map=/obs/_temp/binpkgs/osmo-mgw=. -fstack-protector-strong -Wformat -Werror=format-security -g -std=gnu11 -DBUILDING_LIBOSMOMGCPCLIENT -Wl,-z -Wl,relro -o mgcp_test mgcp_test.o  ../../src/libosmo-mgcp/libosmo-mgcp.a /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl /usr/lib/x86_64-linux-gnu/libosmonetif.so -lm -pthread
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make  check-local
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/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.12.1.46-0997])' && \
               echo 'm4_define([AT_PACKAGE_STRING],' && \
               echo '  [osmo-mgw 1.12.1.46-0997])' && \
               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' -j17 --verbose
## ----------------------------------- ##
## osmo-mgw 1.12.1.46-0997 test suite. ##
## ----------------------------------- ##


1. testsuite.at:4: testing mgcp_client ...
2. testsuite.at:11: testing mgcp ...
./testsuite.at:14: $abs_top_builddir/tests/mgcp/mgcp_test
./testsuite.at:8: $abs_top_builddir/tests/mgcp_client/mgcp_client_test
1. testsuite.at:4:  ok
stderr:
<0010> mgcp_protocol.c:419 AUEP: cannot find endpoint "ds/e1-1/2@mgw", cause=500 -- abort
<0010> mgcp_protocol.c:419 AUEP: cannot find endpoint "ds/e1-2/1@mgw", cause=500 -- abort
<0010> mgcp_protocol.c:419 MDCX: cannot find endpoint "ds/e1-3/1@mgw", cause=500 -- abort
<0010> mgcp_protocol.c:419 MDCX: cannot find endpoint "ds/e1-1/2@mgw", cause=500 -- abort
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:C80FEEDA CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:0.0.0.0, duration:40, payload-types:99=AMR 
<0010> mgcp_protocol.c:1302 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: selected connection mode type requires an opposite end!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_protocol.c:690 LCO: unhandled option: 'N'/78 in "A:amr, NT:IN"
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C80FEEDA Got media info via SDP: port:4441, addr:5.6.7.8, duration:40, payload-types:99=AMR 
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
Dummy packet to 0x05060708:4441, msg length 1
23 

Dummy packet to 0x05060708:4442, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C80FEEDA Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:C80FEEDA MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1404 endpoint:rtpbridge/1@mgw DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1527 endpoint:rtpbridge/1@mgw DLCX: connection successfully deleted
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:6593A275 Got media info via SDP: port:5904, addr:123.12.12.123, duration:20, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:6593A275 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:6593A275 CRCX: connection successfully created
<0010> mgcp_protocol.c:359 msg too short: 2
<0010> mgcp_msg.c:176 MGCP status line too short.
<0010> mgcp_protocol.c:388 CRCX: failed to parse MCGP message
<0010> mgcp_msg.c:176 MGCP status line too short.
<0010> mgcp_protocol.c:388 CRCX: failed to parse MCGP message
<0010> mgcp_msg.c:176 MGCP status line too short.
<0010> mgcp_protocol.c:388 CRCX: failed to parse MCGP message
<0010> mgcp_msg.c:176 MGCP status line too short.
<0010> mgcp_protocol.c:388 CRCX: failed to parse MCGP message
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1404 endpoint:rtpbridge/1@mgw DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1527 endpoint:rtpbridge/1@mgw DLCX: connection successfully deleted
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:A6EE4FDB Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:A6EE4FDB Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:A6EE4FDB CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:A6EE4FDB Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:A6EE4FDB MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1404 endpoint:rtpbridge/1@mgw DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1527 endpoint:rtpbridge/1@mgw DLCX: connection successfully deleted
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "6@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/6@mgw CRCX: creating new connection ...
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/6@mgw CI:A47424E2 CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_protocol.c:857 endpoint:rtpbridge/1@mgw received unknown X-Osmo-IGN item 'foo'
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:C1A66611 Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:C1A66611 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:C1A66611 CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
<0010> mgcp_msg.c:290 endpoint:rtpbridge/1@mgw invalid ConnectionIdentifier (too long: 33 > 32) 0x123456789012345678901234567890123
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "7@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/7@mgw CRCX: creating new connection ...
<0010> mgcp_msg.c:222 endpoint:rtpbridge/7@mgw wrong MGCP option format: 'X'
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/7@mgw CI:8D697390 Got media info via SDP: port:5904, addr:123.12.12.123, duration:20, payload-types:111=AMR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/7@mgw CI:8D697390 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/7@mgw CI:8D697390 CRCX: connection successfully created
<0010> mgcp_protocol.c:468 endpoint:none AUEP: auditing endpoint ...
<0010> mgcp_protocol.c:881 endpoint:none CRCX: creating new connection ...
<0010> mgcp_protocol.c:885 CRCX: Not allowed in 'null' endpoint!
<0010> mgcp_protocol.c:1166 endpoint:none MDCX: modifying existing connection ...
<0010> mgcp_protocol.c:1170 MDCX: Not allowed in 'null' endpoint!
<0010> mgcp_protocol.c:1404 trunk:0 DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1408 DLCX: Not allowed in 'null' endpoint!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_protocol.c:1596 RQNT: Not allowed in 'null' endpoint!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:6FCB1E81 Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:6FCB1E81 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:6FCB1E81 CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/1@mgw MDCX: modifying existing connection ...
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:6FCB1E81 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/1@mgw CI:6FCB1E81 MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1404 endpoint:rtpbridge/1@mgw DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1527 endpoint:rtpbridge/1@mgw DLCX: connection successfully deleted
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:76597F6C Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:76597F6C Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:76597F6C CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1592 RQNT: processing request for notification ...
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1404 endpoint:rtpbridge/1@mgw DLCX: deleting connection(s) ...
<0010> mgcp_protocol.c:1527 endpoint:rtpbridge/1@mgw DLCX: connection successfully deleted
<0000> mgcp_network.c:263 endpoint:(null) The input timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The output timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:294 endpoint:(null) The output timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 287454020 -> 1076895760  from (null):0
<0000> mgcp_network.c:357 endpoint:(null) Timestamp offset change on SSRC: 270544960 SeqNo delta: 1, TS offset: -32808, from (null):0
<0000> mgcp_network.c:607 endpoint:(null) SSRC patching enabled, SSRC: 270544960 SeqNo offset: 0, TS offset: -32808 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 270544960 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:294 endpoint:(null) The output timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:242 endpoint:(null) The input timestamp delta is != 0 but the sequence number 23 is the same, TS offset: -32808, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36568 from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The output timestamp delta is != 0 but the sequence number 23 is the same, TS offset: -32808, SeqNo offset: 0 on SSRC: 287454020 timestamp: 3760 from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 270544960 -> 2154848336  from (null):0
<0000> mgcp_network.c:357 endpoint:(null) Timestamp offset change on SSRC: 1348497536 SeqNo delta: 75, TS offset: -143920, from (null):0
<0000> mgcp_network.c:607 endpoint:(null) SSRC patching enabled, SSRC: 1348497536 SeqNo offset: -974, TS offset: -143920 from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The input timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The output timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:294 endpoint:(null) The output timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 287454020 -> 1076895760  from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 270544960 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:294 endpoint:(null) The output timestamp has an alignment error of 120 on SSRC: 270544960 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:242 endpoint:(null) The input timestamp delta is != 0 but the sequence number 23 is the same, TS offset: 0, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36568 from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The output timestamp delta is != 0 but the sequence number 23 is the same, TS offset: 0, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36568 from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 270544960 -> 2154848336  from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The input timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The output timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:395 endpoint:(null) Corrected timestamp alignment error of 120 on SSRC: 287454020 new TS offset: 40, from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 287454020 -> 1076895760  from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 270544960 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:395 endpoint:(null) Corrected timestamp alignment error of 120 on SSRC: 270544960 new TS offset: 80, from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The input timestamp delta is != 0 but the sequence number 23 is the same, TS offset: 80, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36568 from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The output timestamp delta is != 0 but the sequence number 23 is the same, TS offset: 80, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36648 from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 270544960 -> 2154848336  from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The input timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:263 endpoint:(null) The output timestamp delta is 0 on SSRC: 287454020 timestamp: 320 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 287454020 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:395 endpoint:(null) Corrected timestamp alignment error of 120 on SSRC: 287454020 new TS offset: 40, from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 287454020 -> 1076895760  from (null):0
<0000> mgcp_network.c:357 endpoint:(null) Timestamp offset change on SSRC: 270544960 SeqNo delta: 1, TS offset: -32768, from (null):0
<0000> mgcp_network.c:607 endpoint:(null) SSRC patching enabled, SSRC: 270544960 SeqNo offset: 0, TS offset: -32768 from (null):0
<0000> mgcp_network.c:294 endpoint:(null) The input timestamp has an alignment error of 120 on SSRC: 270544960 SeqNo delta: 1, TS delta: 120, dTS/dSeq: 120 from (null):0. ptime: 160
<0000> mgcp_network.c:395 endpoint:(null) Corrected timestamp alignment error of 120 on SSRC: 270544960 new TS offset: -32728, from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The input timestamp delta is != 0 but the sequence number 23 is the same, TS offset: -32728, SeqNo offset: 0 on SSRC: 270544960 timestamp: 36568 from (null):0
<0000> mgcp_network.c:242 endpoint:(null) The output timestamp delta is != 0 but the sequence number 23 is the same, TS offset: -32728, SeqNo offset: 0 on SSRC: 287454020 timestamp: 3840 from (null):0
<0000> mgcp_network.c:578 endpoint:(null) SSRC changed: 270544960 -> 2154848336  from (null):0
<0000> mgcp_network.c:357 endpoint:(null) Timestamp offset change on SSRC: 1348497536 SeqNo delta: 75, TS offset: -143840, from (null):0
<0000> mgcp_network.c:607 endpoint:(null) SSRC patching enabled, SSRC: 1348497536 SeqNo offset: -974, TS offset: -143840 from (null):0
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_msg.c:222 endpoint:rtpbridge/1@mgw wrong MGCP option format: 'X'
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:39D0819C Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:18=G729 97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:39D0819C Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:39D0819C CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "2@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/2@mgw CRCX: creating new connection ...
<0010> mgcp_msg.c:222 endpoint:rtpbridge/2@mgw wrong MGCP option format: 'X'
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/2@mgw CI:E306E086 Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:18=G729 97=GSM-EFR 101=FOO 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/2@mgw CI:E306E086 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/2@mgw CI:E306E086 CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "3@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/3@mgw CRCX: creating new connection ...
<0010> mgcp_msg.c:222 endpoint:rtpbridge/3@mgw wrong MGCP option format: 'X'
<0010> mgcp_sdp.c:130 Unconfigured PT(18) with G729/8000
<0010> mgcp_sdp.c:130 Unconfigured PT(97) with GSM-EFR/8000
<0010> mgcp_sdp.c:130 Unconfigured PT(101) with FOO/8000
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/3@mgw CI:E99C921F Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:none
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/3@mgw CI:E99C921F Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/3@mgw CI:E99C921F CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "4@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/4@mgw CRCX: creating new connection ...
<0010> mgcp_msg.c:222 endpoint:rtpbridge/4@mgw wrong MGCP option format: 'X'
<0010> mgcp_sdp.c:130 Unconfigured PT(97) with GSM-EFR/8000
<0010> mgcp_sdp.c:130 Unconfigured PT(101) with FOO/8000
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/4@mgw CI:8DBD703A Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:18=G729 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/4@mgw CI:8DBD703A Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/4@mgw CI:8DBD703A CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "5@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/5@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/5@mgw CI:B4D0780F Got media info via SDP: port:29084, addr:192.168.181.247, duration:20, payload-types:0=PCMU 8=PCMA 3=gsm 18=G729 4=G723 96=iLBC 97=iLBC 101=telephone-event 
Dummy packet to 0xc0a8b5f7:29084, msg length 1
23 

Dummy packet to 0xc0a8b5f7:29085, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/5@mgw CI:B4D0780F Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/5@mgw CI:B4D0780F CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "5@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:1166 endpoint:rtpbridge/5@mgw MDCX: modifying existing connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/5@mgw CI:B4D0780F Got media info via SDP: port:16434, addr:8.8.8.8, duration:20, payload-types:3=GSM 
Dummy packet to 0x08080808:16434, msg length 1
23 

Dummy packet to 0x08080808:16435, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/5@mgw CI:B4D0780F Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1373 endpoint:rtpbridge/5@mgw CI:B4D0780F MDCX: connection successfully modified
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "5@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/5@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/5@mgw CI:D26666D4 Got media info via SDP: port:29084, addr:192.168.181.247, duration:20, payload-types:0=PCMU 8=PCMA 3=gsm 18=G729 4=G723 96=iLBC 97=iLBC 101=telephone-event 
Dummy packet to 0xc0a8b5f7:29084, msg length 1
23 

Dummy packet to 0xc0a8b5f7:29085, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/5@mgw CI:D26666D4 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/5@mgw CI:D26666D4 CRCX: connection successfully created
<0010> mgcp_trunk.c:285 missing trunk prefix in endpoint name "1@mgw", assuming trunk "rtpbridge/"!
<0010> mgcp_protocol.c:881 endpoint:rtpbridge/1@mgw CRCX: creating new connection ...
<0010> mgcp_sdp.c:432 endpoint:rtpbridge/1@mgw CI:86340A73 Got media info via SDP: port:5904, addr:123.12.12.123, duration:40, payload-types:97=GSM-EFR 
Dummy packet to 0x7b0c0c7b:5904, msg length 1
23 

Dummy packet to 0x7b0c0c7b:5905, msg length 1
23 

<0000> mgcp_network.c:1120 endpoint:rtpbridge/1@mgw CI:86340A73 Failed to send dummy RTCP packet.
<0010> mgcp_protocol.c:1132 endpoint:rtpbridge/1@mgw CI:86340A73 CRCX: connection successfully created
<0000> mgcp_osmux.c:778 All Osmux circuits are in use!
<0010> mgcp_codec.c:198 Cannot handle audio codec with more than one channel: "GSM-HR-08/8000/2"
<0010> mgcp_codec.c:198 Cannot handle audio codec with more than one channel: "GSM-HR-08/8000/3"
<0010> mgcp_codec.c:198 Cannot handle audio codec with more than one channel: "GSM-HR-08/8000/2"
2. testsuite.at:11:  ok

## ------------- ##
## Test results. ##
## ------------- ##

All 2 tests were successful.
make  python-tests
make[7]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
echo "Not running python-based tests (determined at configure-time)"
Not running python-based tests (determined at configure-time)
make[7]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making check in doc
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making check in examples
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
Making check in manuals
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
if [ -n "$ASCIIDOC_WARNINGS_CHECK" ]; then \
	make osmomgw-usermanual.check; \
fi
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making check in contrib
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
Making check in systemd
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[2]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[1]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
dh binary --with autoreconf
   dh_testroot
   dh_prep
   dh_auto_install
	make -j1 install DESTDIR=/obs/_temp/binpkgs/osmo-mgw/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make  install-recursive
make[2]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
Making install in include
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making install in osmocom
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
Making install in mgcp_client
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make  install-am
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[7]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[7]: Nothing to be done for 'install-exec-am'.
make[7]: Nothing to be done for 'install-data-am'.
make[7]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp_client'
Making install in mgcp
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom/mgcp'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[6]: Nothing to be done for 'install-exec-am'.
make[6]: Nothing to be done for 'install-data-am'.
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include/osmocom'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include'
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/defs.h osmocom/mgcp_client/mgcp_client.h osmocom/mgcp_client/mgcp_client_endpoint_fsm.h osmocom/mgcp_client/mgcp_client_fsm.h osmocom/mgcp_client/mgcp_client_pool.h '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include/osmocom/mgcp_client'
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include'
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include/osmocom/mgcp_client'
 /usr/bin/install -c -m 644  osmocom/mgcp_client/mgcp_common.h '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/include/osmocom/mgcp_client'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/include'
Making install in src
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making install in libosmo-mgcp-client
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu'
 /bin/bash ../../libtool   --mode=install /usr/bin/install -c   libosmo-mgcp-client.la '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.so.12.1.0 /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.so.12.1.0
libtool: install: (cd /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so.12 || { rm -f libosmo-mgcp-client.so.12 && ln -s libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so.12; }; })
libtool: install: (cd /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so || { rm -f libosmo-mgcp-client.so && ln -s libosmo-mgcp-client.so.12.1.0 libosmo-mgcp-client.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.lai /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.la
libtool: install: /usr/bin/install -c .libs/libosmo-mgcp-client.a /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.a
libtool: install: chmod 644 /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.a
libtool: install: ranlib /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp-client'
Making install in libosmo-mgcp
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/libosmo-mgcp'
Making install in osmo-mgw
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c osmo-mgw '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/bin'
libtool: install: /usr/bin/install -c osmo-mgw /obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/bin/osmo-mgw
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src/osmo-mgw'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/src'
Making install in tests
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making install in mgcp_client
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp_client'
Making install in mgcp
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests/mgcp'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/tests'
Making install in doc
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making install in examples
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/etc/osmocom'
 /usr/bin/install -c -m 644 osmo-mgw/osmo-mgw.cfg '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/etc/osmocom'
make  install-data-hook
make[6]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
for f in $(find . -name '*.cfg*' | sed -e 's,^.,,'); do \
	j="/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/share/doc/osmo-mgw/examples/$f" && \
	mkdir -p "$(dirname $j)" && \
	/usr/bin/install -c -m 644 ./$f $j; \
done
make[6]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/examples'
Making install in manuals
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
[ -n "osmo-mgw" ] || exit 1
if [ "" != "1" ]; then \
	for i in osmomgw-usermanual.pdf osmomgw-vty-reference.pdf; do \
		install -vDm644 "$i" "/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/share/doc/osmo-mgw-doc/$i" || exit 1; \
	done; \
fi
install: creating directory '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/share/doc/osmo-mgw-doc'
'osmomgw-usermanual.pdf' -> '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/share/doc/osmo-mgw-doc/osmomgw-usermanual.pdf'
'osmomgw-vty-reference.pdf' -> '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/share/doc/osmo-mgw-doc/osmomgw-vty-reference.pdf'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc/manuals'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/doc'
Making install in contrib
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
Making install in systemd
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[5]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/lib/systemd/system'
 /usr/bin/install -c -m 644 osmo-mgw.service '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/lib/systemd/system'
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib/systemd'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[5]: Entering directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw/contrib'
make[3]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make[4]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
make[4]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
 /usr/bin/install -c -m 644 libosmo-mgcp-client.pc '/obs/_temp/binpkgs/osmo-mgw/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
make[4]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[3]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[2]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
make[1]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_systemd_enable
   dh_systemd_start
   dh_perl
   dh_link
   dh_strip_nondeterminism
   debian/rules override_dh_compress
make[1]: Entering directory '/obs/_temp/binpkgs/osmo-mgw'
dh_compress -X.pdf
make[1]: Leaving directory '/obs/_temp/binpkgs/osmo-mgw'
   dh_fixperms
   dh_missing
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: package osmo-mgw-doc: substitution variable ${misc:Package} used, but is not defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'osmo-mgw' in '../osmo-mgw_1.12.1.46.0997_amd64.deb'.
dpkg-deb: building package 'osmo-mgw-doc' in '../osmo-mgw-doc_1.12.1.46.0997_all.deb'.
dpkg-deb: building package 'osmo-mgw-dbgsym' in '../osmo-mgw-dbgsym_1.12.1.46.0997_amd64.deb'.
dpkg-deb: building package 'libosmo-mgcp-client12-dbgsym' in '../libosmo-mgcp-client12-dbgsym_1.12.1.46.0997_amd64.deb'.
dpkg-deb: building package 'libosmo-mgcp-client12' in '../libosmo-mgcp-client12_1.12.1.46.0997_amd64.deb'.
dpkg-deb: building package 'libosmo-mgcp-client-dev' in '../libosmo-mgcp-client-dev_1.12.1.46.0997_amd64.deb'.
 dpkg-genbuildinfo -O../osmo-mgw_1.12.1.46.0997_amd64.buildinfo
 dpkg-genchanges -O../osmo-mgw_1.12.1.46.0997_amd64.changes
dpkg-genchanges: warning: substitution variable ${misc:Package} used, but is not defined
dpkg-genchanges: info: including full source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
+ cd ..
+ dpkg -c libosmo-mgcp-client-dev_1.12.1.46.0997_amd64.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/include/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/include/osmocom/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/
-rw-r--r-- root/root       212 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/defs.h
-rw-r--r-- root/root      4793 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/mgcp_client.h
-rw-r--r-- root/root      2367 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/mgcp_client_endpoint_fsm.h
-rw-r--r-- root/root      3367 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/mgcp_client_fsm.h
-rw-r--r-- root/root      1074 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/mgcp_client_pool.h
-rw-r--r-- root/root      3851 2024-04-24 16:54 ./usr/include/osmocom/mgcp_client/mgcp_common.h
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root    234426 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.a
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/pkgconfig/
-rw-r--r-- root/root       279 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/pkgconfig/libosmo-mgcp-client.pc
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client-dev/
-rw-r--r-- root/root     10754 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client-dev/changelog.gz
-rw-r--r-- root/root      3055 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client-dev/copyright
lrwxrwxrwx root/root         0 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.so -> libosmo-mgcp-client.so.12.1.0
+ dpkg -c libosmo-mgcp-client12-dbgsym_1.12.1.46.0997_amd64.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/.build-id/95/
-rw-r--r-- root/root    111728 2024-04-24 16:54 ./usr/lib/debug/.build-id/95/9a471731b8b93df6c0edfb771e1a9672a91e4b.debug
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client12-dbgsym -> libosmo-mgcp-client12
+ dpkg -c libosmo-mgcp-client12_1.12.1.46.0997_amd64.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root    129232 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.so.12.1.0
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client12/
-rw-r--r-- root/root     10753 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client12/changelog.gz
-rw-r--r-- root/root      3055 2024-04-24 16:54 ./usr/share/doc/libosmo-mgcp-client12/copyright
lrwxrwxrwx root/root         0 2024-04-24 16:54 ./usr/lib/x86_64-linux-gnu/libosmo-mgcp-client.so.12 -> libosmo-mgcp-client.so.12.1.0
+ dpkg -c osmo-mgw-dbgsym_1.12.1.46.0997_amd64.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/lib/debug/.build-id/2b/
-rw-r--r-- root/root    303784 2024-04-24 16:54 ./usr/lib/debug/.build-id/2b/75555fa529efe1f555b7ce8a6efedcb2169dcb.debug
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
lrwxrwxrwx root/root         0 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-dbgsym -> osmo-mgw
+ dpkg -c osmo-mgw-doc_1.12.1.46.0997_all.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-doc/
-rw-r--r-- root/root     10753 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-doc/changelog.gz
-rw-r--r-- root/root      3055 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-doc/copyright
-rw-r--r-- root/root    661232 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-doc/osmomgw-usermanual.pdf
-rw-r--r-- root/root    270897 2024-04-24 16:54 ./usr/share/doc/osmo-mgw-doc/osmomgw-vty-reference.pdf
+ dpkg -c osmo-mgw_1.12.1.46.0997_amd64.deb
drwxr-xr-x root/root         0 2024-04-24 16:54 ./
drwxr-xr-x root/root         0 2024-04-24 16:54 ./etc/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./etc/osmocom/
-rw-r--r-- root/root       484 2024-04-24 16:54 ./etc/osmocom/osmo-mgw.cfg
drwxr-xr-x root/root         0 2024-04-24 16:54 ./lib/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./lib/systemd/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./lib/systemd/system/
-rw-r--r-- root/root       567 2024-04-24 16:54 ./lib/systemd/system/osmo-mgw.service
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/bin/
-rwxr-xr-x root/root    239224 2024-04-24 16:54 ./usr/bin/osmo-mgw
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/
-rw-r--r-- root/root     10751 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/changelog.gz
-rw-r--r-- root/root      3055 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/copyright
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/examples/
drwxr-xr-x root/root         0 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/examples/osmo-mgw/
-rw-r--r-- root/root       599 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/examples/osmo-mgw/osmo-mgw-abis_e1.cfg
-rw-r--r-- root/root       484 2024-04-24 16:54 ./usr/share/doc/osmo-mgw/examples/osmo-mgw/osmo-mgw.cfg

Build successful!

docker: running: data/build.sh inside docker
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2443116 killed;
[ssh-agent] Stopped.
Finished: SUCCESS