Skipping 3 KB..
Full LogCommit message: "osmo_trau_frame_encode(): fix encoding of 16k O&M frames"
> git rev-parse FETCH_HEAD^{commit} # timeout=10
> git rev-list --no-walk 49c90ec3fa1993d49699a2cd0d9f14f5faf03ef0 # timeout=10
[gerrit-binpkgs@3] $ /bin/sh -xe /tmp/jenkins11450303484798202632.sh
+ set +x
Building binary packages for distro: 'debian:13'
+ rm -rf osmo-ci
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/osmo-ci osmo-ci
Cloning into 'osmo-ci'...
+ git -C osmo-ci log --oneline
a318929 jobs/gerrit,master: use debian-trixie-build
+ cd libosmo-abis
+ ../osmo-ci/scripts/obs/gerrit_binpkgs.sh debian:13
:: Copying the source to the cache dir
:: Building the source package
docker: building image debian-12-osmocom-obs-build-srcpkg
+ run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:12', '--build-arg', 'DISTRO_FROM=debian:12', '--build-arg', 'UID=1000', '-t', 'debian-12-osmocom-obs-build-srcpkg', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@3/osmo-ci/scripts/obs/data/build_srcpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@3/osmo-ci/scripts/obs/data']
#0 building with "default" instance using docker driver
#1 [internal] load build definition from build_srcpkg.Dockerfile
#1 transferring dockerfile: 579B done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3)
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/debian:12
#2 DONE 0.3s
#3 [internal] load .dockerignore
#3 transferring context:
#3 transferring context: 2B done
#3 DONE 0.2s
#4 [1/3] FROM docker.io/library/debian:12@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc9520908b7fe6873f5f
#4 resolve docker.io/library/debian:12@sha256:93492d1405a072c9d3b89110490e330e0b7eb37754cafc9520908b7fe6873f5f 0.1s done
#4 DONE 0.1s
#5 [2/3] RUN APT-GET update && apt-get upgrade -y && apt-get install -y --no-install-recommends ca-certificates colordiff debhelper dh-python dpkg-dev fakeroot git git-review gnupg2 libxml2-utils lsb-release meson osc python3-packaging python3-setuptools quilt rebar3 sed sphinx-common && apt-get clean
#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:b78303d19b3c9d6ebfe907552be7f04d956f03b356f9eb9f5024f57457f2a688 done
#7 naming to docker.io/library/debian-12-osmocom-obs-build-srcpkg done
#7 DONE 0.0s
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 3)
libosmo-abis: using cached https://gerrit.osmocom.org/libosmo-abis (not cloning, not fetching)
libosmo-abis: 'git clean -ffxd'
libosmo-abis: skipping git checkout, current commit: 3244f92 osmo_trau_frame_encode(): fix encoding of 16k O&M frames
libosmo-abis: building source package 2.0.0.30-3244
libosmo-abis: adding debian/changelog entry (2.0.0 => 2.0.0.30.3244)
libosmo-abis: building debian source package
libosmo-abis: adding commit_3244f9233aee833c1f757ee60da31c4e6e851942.txt
docker: running: build_srcpkg.py inside docker
:: Building the binary packages
docker: building image debian-13-osmocom-obs-build-binpkg
+ run_in_docker_and_exit(): ['docker', 'build', '--build-arg', 'DISTRO=debian:13', '--build-arg', 'DISTRO_FROM=debian:trixie', '--build-arg', 'UID=1000', '--build-arg', 'FEED=master', '-t', 'debian-13-osmocom-obs-build-binpkg', '-f', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@3/osmo-ci/scripts/obs/data/build_binpkg.Dockerfile', '/home/osmocom-build/jenkins/workspace/gerrit-binpkgs@3/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: 3.31kB done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/debian:trixie
#2 DONE 0.5s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [1/6] FROM docker.io/library/debian:trixie@sha256:fd8f5a1df07b5195613e4b9a0b6a947d3772a151b81975db27d47f093f60c6e6
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 1.46kB done
#5 DONE 0.3s
#6 [2/6] COPY RELEASE.KEY /usr/share/keyrings/osmocom.asc
#6 CACHED
#7 [3/6] RUN SET -x && if id "1000" >/dev/null 2>&1; then userdel "$(getent passwd "1000" | cut -d: -f1)"; fi && useradd --uid=1000 -m user
#7 CACHED
#8 [4/6] RUN CASE "debian:13" in debian*|ubuntu*) echo "path-exclude=/usr/share/man/*" > /etc/dpkg/dpkg.cfg.d/exclude-man-pages && rm -rf /usr/share/man/ && mkdir -p /usr/share/man/man1/ && 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 ;; centos:7) set -x && sed -i 's/mirror.centos.org/vault.centos.org/g' /etc/yum.repos.d/*.repo && sed -i 's/^#.*baseurl=http/baseurl=http/g' /etc/yum.repos.d/*.repo && sed -i 's/^mirrorlist=http/#mirrorlist=http/g' /etc/yum.repos.d/*.repo && yum -y install autoconf automake binutils dnf-utils gcc gcc-c++ glibc-devel iproute libtool make redhat-rpm-config rpm-build rpmdevtools wget && su user -c rpmdev-setuptree ;; esac
#8 CACHED
#9 [5/6] RUN SET -x; VERSION="$(echo "debian:13" | cut -d : -f 2 | sed 's/./\u&/')"; case "debian:13" in debian:*) echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] https://downloads.osmocom.org/packages/osmocom:/master/Debian_$VERSION/ ./" > /etc/apt/sources.list.d/osmocom-master.list ;; ubuntu:*) echo "deb [signed-by=/usr/share/keyrings/osmocom.asc] https://downloads.osmocom.org/packages/osmocom:/master/xUbuntu_$VERSION/ ./" > /etc/apt/sources.list.d/osmocom-master.list ;; almalinux:*|centos:*) { 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:13" && exit 1 ;; esac
#9 CACHED
#10 [6/6] WORKDIR /OBS/
#10 CACHED
#11 exporting to image
#11 exporting layers done
#11 writing image sha256:dc1a969c4f6a2775550538d31e4bec377771536acebd52047a3cef71f9637c80 0.0s done
#11 naming to docker.io/library/debian-13-osmocom-obs-build-binpkg 0.0s done
#11 DONE 0.1s
1 warning found (use docker --debug to expand):
- InvalidDefaultArgInFrom: Default value for ARG ${DISTRO_FROM} results in empty or invalid base image name (line 2)
+ 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/libosmo-abis/*.tar.*
libosmo-abis/
libosmo-abis/.tarball-version
libosmo-abis/AUTHORS
libosmo-abis/COPYING
libosmo-abis/Makefile.am
libosmo-abis/README.md
libosmo-abis/TODO-RELEASE
libosmo-abis/configure.ac
libosmo-abis/contrib/
libosmo-abis/contrib/jenkins.sh
libosmo-abis/contrib/trau2rtp/
libosmo-abis/contrib/trau2rtp/Makefile
libosmo-abis/contrib/trau2rtp/README
libosmo-abis/contrib/trau2rtp/e1_ts2_efr.bin
libosmo-abis/contrib/trau2rtp/e1_ts2_efr.log.bz2
libosmo-abis/contrib/trau2rtp/e1_ts2_fr.bin
libosmo-abis/contrib/trau2rtp/e1_ts2_fr.log.bz2
libosmo-abis/contrib/trau2rtp/strace-write-parse.py
libosmo-abis/contrib/trau2rtp/trau2rtp.c
libosmo-abis/debian/
libosmo-abis/debian/changelog
libosmo-abis/debian/compat
libosmo-abis/debian/control
libosmo-abis/debian/copyright
libosmo-abis/debian/libosmo-abis-dev.install
libosmo-abis/debian/libosmoabis15.install
libosmo-abis/debian/libosmotrau11.install
libosmo-abis/debian/rules
libosmo-abis/debian/source/
libosmo-abis/debian/source/format
libosmo-abis/doc/
libosmo-abis/doc/Makefile.am
libosmo-abis/doc/examples/
libosmo-abis/doc/examples/Makefile.am
libosmo-abis/doc/examples/lapd-over-datagram/
libosmo-abis/doc/examples/lapd-over-datagram/lapd-over-datagram-network.c
libosmo-abis/doc/examples/lapd-over-datagram/lapd-over-datagram-user.c
libosmo-abis/git-version-gen
libosmo-abis/include/
libosmo-abis/include/Makefile.am
libosmo-abis/include/internal.h
libosmo-abis/include/mISDNif.h
libosmo-abis/include/osmocom/
libosmo-abis/include/osmocom/abis/
libosmo-abis/include/osmocom/abis/abis.h
libosmo-abis/include/osmocom/abis/e1_input.h
libosmo-abis/include/osmocom/abis/ipa.h
libosmo-abis/include/osmocom/abis/ipaccess.h
libosmo-abis/include/osmocom/abis/lapd.h
libosmo-abis/include/osmocom/abis/lapd_pcap.h
libosmo-abis/include/osmocom/abis/subchan_demux.h
libosmo-abis/include/osmocom/abis/trau_frame.h
libosmo-abis/include/osmocom/abis/unixsocket_proto.h
libosmo-abis/include/osmocom/abis/version.h.tpl
libosmo-abis/include/osmocom/trau/
libosmo-abis/include/osmocom/trau/clearmode.h
libosmo-abis/include/osmocom/trau/csd_ra2.h
libosmo-abis/include/osmocom/trau/csd_raa_prime.h
libosmo-abis/include/osmocom/trau/csd_v110.h
libosmo-abis/include/osmocom/trau/osmo_ortp.h
libosmo-abis/include/osmocom/trau/tfo_frame.h
libosmo-abis/include/osmocom/trau/trau_frame.h
libosmo-abis/include/osmocom/trau/trau_pcu_ericsson.h
libosmo-abis/include/osmocom/trau/trau_rtp.h
libosmo-abis/include/osmocom/trau/trau_sync.h
libosmo-abis/include/osmocom/trau/twts007.h
libosmo-abis/libosmoabis.pc.in
libosmo-abis/libosmotrau.pc.in
libosmo-abis/m4/
libosmo-abis/src/
libosmo-abis/src/Makefile.am
libosmo-abis/src/e1_input.c
libosmo-abis/src/e1_input_vty.c
libosmo-abis/src/init.c
libosmo-abis/src/input/
libosmo-abis/src/input/dahdi.c
libosmo-abis/src/input/e1d.c
libosmo-abis/src/input/ipa.c
libosmo-abis/src/input/ipa_keepalive.c
libosmo-abis/src/input/ipaccess.c
libosmo-abis/src/input/lapd.c
libosmo-abis/src/input/lapd_pcap.c
libosmo-abis/src/input/misdn.c
libosmo-abis/src/input/rs232.c
libosmo-abis/src/input/unixsocket.c
libosmo-abis/src/subchan_demux.c
libosmo-abis/src/trau/
libosmo-abis/src/trau/csd_ra2.c
libosmo-abis/src/trau/csd_v110.c
libosmo-abis/src/trau/osmo_ortp.c
libosmo-abis/src/trau/raa_prime_decode.c
libosmo-abis/src/trau/raa_prime_encode.c
libosmo-abis/src/trau/tfo_frame.c
libosmo-abis/src/trau/trau_frame.c
libosmo-abis/src/trau/trau_pcu_ericsson.c
libosmo-abis/src/trau/trau_rtp_conv.c
libosmo-abis/src/trau/trau_sync.c
libosmo-abis/src/trau/twts007.c
libosmo-abis/src/trau/ubit_buf.h
libosmo-abis/src/trau_frame.c
libosmo-abis/tests/
libosmo-abis/tests/Makefile.am
libosmo-abis/tests/e1inp_ipa_bsc_test.c
libosmo-abis/tests/e1inp_ipa_bts_test.c
libosmo-abis/tests/ipa_recv/
libosmo-abis/tests/ipa_recv/ipa_recv_test.c
libosmo-abis/tests/ipa_recv/ipa_recv_test.ok
libosmo-abis/tests/raa_prime/
libosmo-abis/tests/raa_prime/README.test-data
libosmo-abis/tests/raa_prime/d144-ul-input.asc
libosmo-abis/tests/raa_prime/nokia-tcsm2-atrau.hex
libosmo-abis/tests/raa_prime/test_dec.c
libosmo-abis/tests/raa_prime/test_enc.c
libosmo-abis/tests/rtp_test/
libosmo-abis/tests/rtp_test/rtp_test.c
libosmo-abis/tests/rtp_test/rtp_test.ok
libosmo-abis/tests/subchan_demux/
libosmo-abis/tests/subchan_demux/subchan_demux_test.c
libosmo-abis/tests/subchan_demux/subchan_demux_test.ok
libosmo-abis/tests/testsuite.at
libosmo-abis/tests/tfo/
libosmo-abis/tests/tfo/enc_test_efr.in
libosmo-abis/tests/tfo/enc_test_fr.in
libosmo-abis/tests/tfo/enc_test_hr.in
libosmo-abis/tests/tfo/extract_test_efr.ok
libosmo-abis/tests/tfo/extract_test_fr.ok
libosmo-abis/tests/tfo/extract_test_hr.ok
libosmo-abis/tests/tfo/nokia_tcsm2/
libosmo-abis/tests/tfo/nokia_tcsm2/README
libosmo-abis/tests/tfo/nokia_tcsm2/tfo-efr.hex
libosmo-abis/tests/tfo/nokia_tcsm2/tfo-fr.hex
libosmo-abis/tests/tfo/nokia_tcsm2/tfo-hr.hex
libosmo-abis/tests/tfo/rtp2tfo.c
libosmo-abis/tests/tfo/tfo_extr_test.c
libosmo-abis/tests/trau_conv/
libosmo-abis/tests/trau_conv/efr_speech_basic.hex
libosmo-abis/tests/trau_conv/efr_speech_twts001_good.hex
libosmo-abis/tests/trau_conv/efr_speech_twts001_mix.hex
libosmo-abis/tests/trau_conv/fr_speech_basic.hex
libosmo-abis/tests/trau_conv/fr_speech_twts001_good.hex
libosmo-abis/tests/trau_conv/fr_speech_twts001_mix.hex
libosmo-abis/tests/trau_conv/hr_speech_invsid_bits.hex
libosmo-abis/tests/trau_conv/hr_speech_rfc5993.hex
libosmo-abis/tests/trau_conv/hr_speech_ts101318.hex
libosmo-abis/tests/trau_conv/hr_speech_twts002.hex
libosmo-abis/tests/trau_conv/rtp2trau_efr_dl1.ok
libosmo-abis/tests/trau_conv/rtp2trau_efr_dl2.ok
libosmo-abis/tests/trau_conv/rtp2trau_efr_ul1.ok
libosmo-abis/tests/trau_conv/rtp2trau_efr_ul2.ok
libosmo-abis/tests/trau_conv/rtp2trau_efr_ul3.ok
libosmo-abis/tests/trau_conv/rtp2trau_fr_dl1.ok
libosmo-abis/tests/trau_conv/rtp2trau_fr_dl2.ok
libosmo-abis/tests/trau_conv/rtp2trau_fr_ul1.ok
libosmo-abis/tests/trau_conv/rtp2trau_fr_ul2.ok
libosmo-abis/tests/trau_conv/rtp2trau_fr_ul3.ok
libosmo-abis/tests/trau_conv/rtp2trau_gen.c
libosmo-abis/tests/trau_conv/rtp2trau_hr_dl.ok
libosmo-abis/tests/trau_conv/rtp2trau_hr_ul1.ok
libosmo-abis/tests/trau_conv/rtp2trau_hr_ul2.ok
libosmo-abis/tests/trau_conv/rtp2trau_hr_ul3.ok
libosmo-abis/tests/trau_conv/trau16_efr.in
libosmo-abis/tests/trau_conv/trau16_efr_std.ok
libosmo-abis/tests/trau_conv/trau16_efr_twts001.ok
libosmo-abis/tests/trau_conv/trau16_fr.in
libosmo-abis/tests/trau_conv/trau16_fr_std.ok
libosmo-abis/tests/trau_conv/trau16_fr_twts001.ok
libosmo-abis/tests/trau_conv/trau16_to_rtp.c
libosmo-abis/tests/trau_conv/trau2rtp_gen.c
libosmo-abis/tests/trau_conv/trau2rtp_gen.notes
libosmo-abis/tests/trau_conv/trau2rtp_hr.in
libosmo-abis/tests/trau_conv/trau2rtp_hr_std.ok
libosmo-abis/tests/trau_conv/trau2rtp_hr_twts002.ok
libosmo-abis/tests/trau_conv/tw5reader.c
libosmo-abis/tests/trau_conv/tw5reader.h
libosmo-abis/tests/trau_pcu_ericsson/
libosmo-abis/tests/trau_pcu_ericsson/trau_pcu_ericsson_test.c
libosmo-abis/tests/trau_pcu_ericsson/trau_pcu_ericsson_test.ok
libosmo-abis/tests/trau_sync/
libosmo-abis/tests/trau_sync/trau_sync_test.c
libosmo-abis/tests/trau_sync/trau_sync_test.err
libosmo-abis/tests/trau_sync/trau_sync_test.ok
+ cd _temp/binpkgs/libosmo-abis
+ apt-get -y update
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Hit:3 http://deb.debian.org/debian-security trixie-security InRelease
Get:4 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ InRelease [1553 B]
Get:5 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ Packages [68.9 kB]
Fetched 118 kB in 0s (1107 kB/s)
Reading package lists...
W: https://downloads.osmocom.org/packages/osmocom:/master/Debian_13/./InRelease: Policy will reject signature within a year, see --audit 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 dahdi-source
debhelper dh-autoreconf dh-strip-nondeterminism dwz file gettext
gettext-base groff-base intltool-debian libarchive-zip-perl libbctoolbox-dev
libbctoolbox2 libdebhelper-perl libfile-stripnondeterminism-perl
libmagic-mgc libmagic1t64 libmbedcrypto16 libmbedtls21 libmbedx509-7
libmnl-dev libortp-dev libortp16 libosmo-netif-dev libosmocodec4
libosmocoding0 libosmocore libosmocore-dev libosmocore22 libosmoctrl0
libosmogb14 libosmogsm20 libosmoisdn0 libosmonetif11 libosmosim2 libosmousb0
libosmovty13 libpcsclite1 libpipeline1 libpkgconf3 libsctp-dev libsctp1
libtalloc-dev libtalloc2 libtext-charwidth-perl libtext-wrapi18n-perl
libtool libuchardet0 liburing2 libusb-1.0-0 libusb-1.0-0-dev libxml2 m4
man-db module-assistant osmocom-keyring osmocom-master pkg-config pkgconf
pkgconf-bin po-debconf sensible-utils
0 upgraded, 67 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.4 MB of archives.
After this operation, 53.0 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian trixie/main amd64 sensible-utils all 0.0.25 [25.0 kB]
Get:2 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ osmocom-keyring 1.0.2.5.fc66 [3000 B]
Get:3 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ osmocom-master 1.1.0 [1180 B]
Get:4 http://deb.debian.org/debian trixie/main amd64 libmagic-mgc amd64 1:5.46-5 [338 kB]
Get:5 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmocore22 1.11.0.46.c65cb [176 kB]
Get:6 http://deb.debian.org/debian trixie/main amd64 libmagic1t64 amd64 1:5.46-5 [109 kB]
Get:7 http://deb.debian.org/debian trixie/main amd64 file amd64 1:5.46-5 [43.6 kB]
Get:8 http://deb.debian.org/debian trixie/main amd64 gettext-base amd64 0.23.1-2 [243 kB]
Get:9 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmocodec4 1.11.0.46.c65cb [52.1 kB]
Get:10 http://deb.debian.org/debian trixie/main amd64 libuchardet0 amd64 0.0.8-1+b2 [68.9 kB]
Get:11 http://deb.debian.org/debian trixie/main amd64 groff-base amd64 1.23.0-9 [1187 kB]
Get:12 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmoisdn0 1.11.0.46.c65cb [71.3 kB]
Get:13 http://deb.debian.org/debian trixie/main amd64 bsdextrautils amd64 2.41-5 [94.6 kB]
Get:14 http://deb.debian.org/debian trixie/main amd64 libpipeline1 amd64 1.5.8-1 [42.0 kB]
Get:15 http://deb.debian.org/debian trixie/main amd64 man-db amd64 2.13.1-1 [1469 kB]
Get:16 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmogsm20 1.11.0.46.c65cb [227 kB]
Get:17 http://deb.debian.org/debian trixie/main amd64 m4 amd64 1.4.19-8 [294 kB]
Get:18 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmocoding0 1.11.0.46.c65cb [71.1 kB]
Get:19 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmovty13 1.11.0.46.c65cb [105 kB]
Get:20 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmogb14 1.11.0.46.c65cb [178 kB]
Get:21 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmoctrl0 1.11.0.46.c65cb [60.5 kB]
Get:22 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmosim2 1.11.0.46.c65cb [64.2 kB]
Get:23 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmousb0 1.11.0.46.c65cb [51.1 kB]
Get:24 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmocore 1.11.0.46.c65cb [44.3 kB]
Get:25 http://deb.debian.org/debian trixie/main amd64 autoconf all 2.72-3.1 [494 kB]
Get:26 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmocore-dev 1.11.0.46.c65cb [852 kB]
Get:27 http://deb.debian.org/debian trixie/main amd64 autotools-dev all 20240727.1 [60.2 kB]
Get:28 http://deb.debian.org/debian trixie/main amd64 automake all 1:1.17-4 [862 kB]
Get:29 http://deb.debian.org/debian trixie/main amd64 autopoint all 0.23.1-2 [770 kB]
Get:30 http://deb.debian.org/debian trixie/main amd64 libdebhelper-perl all 13.24.2 [90.9 kB]
Get:31 http://deb.debian.org/debian trixie/main amd64 libtool all 2.5.4-4 [539 kB]
Get:32 http://deb.debian.org/debian trixie/main amd64 dh-autoreconf all 20 [17.1 kB]
Get:33 http://deb.debian.org/debian trixie/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:34 http://deb.debian.org/debian trixie/main amd64 libfile-stripnondeterminism-perl all 1.14.1-2 [19.7 kB]
Get:35 http://deb.debian.org/debian trixie/main amd64 dh-strip-nondeterminism all 1.14.1-2 [8620 B]
Get:36 http://deb.debian.org/debian trixie/main amd64 dwz amd64 0.15-1+b1 [110 kB]
Get:37 http://deb.debian.org/debian trixie/main amd64 libxml2 amd64 2.12.7+dfsg+really2.9.14-2.1+deb13u1 [698 kB]
Get:38 http://deb.debian.org/debian trixie/main amd64 gettext amd64 0.23.1-2 [1680 kB]
Get:39 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmonetif11 1.6.0.16.c51c [69.6 kB]
Get:40 https://downloads.osmocom.org/packages/osmocom:/master/Debian_13 ./ libosmo-netif-dev 1.6.0.16.c51c [87.8 kB]
Get:41 http://deb.debian.org/debian trixie/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:42 http://deb.debian.org/debian trixie/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:43 http://deb.debian.org/debian trixie/main amd64 debhelper all 13.24.2 [919 kB]
Get:44 http://deb.debian.org/debian trixie/main amd64 libtext-charwidth-perl amd64 0.04-11+b4 [9476 B]
Get:45 http://deb.debian.org/debian trixie/main amd64 libtext-wrapi18n-perl all 0.06-10 [8808 B]
Get:46 http://deb.debian.org/debian trixie/main amd64 module-assistant all 0.11.14 [87.0 kB]
Get:47 http://deb.debian.org/debian trixie/main amd64 dahdi-source all 1:3.1.0+git20230717~dfsg-10.1 [835 kB]
Get:48 http://deb.debian.org/debian trixie/main amd64 libmbedcrypto16 amd64 3.6.4-2 [360 kB]
Get:49 http://deb.debian.org/debian trixie/main amd64 libmbedx509-7 amd64 3.6.4-2 [151 kB]
Get:50 http://deb.debian.org/debian trixie/main amd64 libmbedtls21 amd64 3.6.4-2 [242 kB]
Get:51 http://deb.debian.org/debian trixie/main amd64 libbctoolbox2 amd64 5.3.105-1 [219 kB]
Get:52 http://deb.debian.org/debian trixie/main amd64 libbctoolbox-dev amd64 5.3.105-1 [56.3 kB]
Get:53 http://deb.debian.org/debian trixie/main amd64 libmnl-dev amd64 1.0.5-3 [23.2 kB]
Get:54 http://deb.debian.org/debian trixie/main amd64 libortp16 amd64 1:5.3.105-1 [107 kB]
Get:55 http://deb.debian.org/debian trixie/main amd64 libortp-dev amd64 1:5.3.105-1 [47.3 kB]
Get:56 http://deb.debian.org/debian trixie/main amd64 libsctp1 amd64 1.0.21+dfsg-1 [25.8 kB]
Get:57 http://deb.debian.org/debian trixie/main amd64 libtalloc2 amd64 2:2.4.3+samba4.22.4+dfsg-1~deb13u1 [61.1 kB]
Get:58 http://deb.debian.org/debian trixie/main amd64 liburing2 amd64 2.9-1 [26.4 kB]
Get:59 http://deb.debian.org/debian trixie/main amd64 libpcsclite1 amd64 2.3.3-1 [55.2 kB]
Get:60 http://deb.debian.org/debian trixie/main amd64 libusb-1.0-0 amd64 2:1.0.28-1 [59.6 kB]
Get:61 http://deb.debian.org/debian trixie/main amd64 libtalloc-dev amd64 2:2.4.3+samba4.22.4+dfsg-1~deb13u1 [72.5 kB]
Get:62 http://deb.debian.org/debian trixie/main amd64 libsctp-dev amd64 1.0.21+dfsg-1 [74.2 kB]
Get:63 http://deb.debian.org/debian trixie/main amd64 libusb-1.0-0-dev amd64 2:1.0.28-1 [82.9 kB]
Get:64 http://deb.debian.org/debian trixie/main amd64 libpkgconf3 amd64 1.8.1-4 [36.4 kB]
Get:65 http://deb.debian.org/debian trixie/main amd64 pkgconf-bin amd64 1.8.1-4 [30.2 kB]
Get:66 http://deb.debian.org/debian trixie/main amd64 pkgconf amd64 1.8.1-4 [26.2 kB]
Get:67 http://deb.debian.org/debian trixie/main amd64 pkg-config amd64 1.8.1-4 [14.0 kB]
Preconfiguring packages ...
Fetched 15.4 MB in 0s (31.9 MB/s)
Selecting previously unselected package sensible-utils.
(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 ... 15437 files and directories currently installed.)
Preparing to unpack .../00-sensible-utils_0.0.25_all.deb ...
Unpacking sensible-utils (0.0.25) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../01-libmagic-mgc_1%3a5.46-5_amd64.deb ...
Unpacking libmagic-mgc (1:5.46-5) ...
Selecting previously unselected package libmagic1t64:amd64.
Preparing to unpack .../02-libmagic1t64_1%3a5.46-5_amd64.deb ...
Unpacking libmagic1t64:amd64 (1:5.46-5) ...
Selecting previously unselected package file.
Preparing to unpack .../03-file_1%3a5.46-5_amd64.deb ...
Unpacking file (1:5.46-5) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../04-gettext-base_0.23.1-2_amd64.deb ...
Unpacking gettext-base (0.23.1-2) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../05-libuchardet0_0.0.8-1+b2_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.8-1+b2) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../06-groff-base_1.23.0-9_amd64.deb ...
Unpacking groff-base (1.23.0-9) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../07-bsdextrautils_2.41-5_amd64.deb ...
Unpacking bsdextrautils (2.41-5) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../08-libpipeline1_1.5.8-1_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.8-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../09-man-db_2.13.1-1_amd64.deb ...
Unpacking man-db (2.13.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../10-m4_1.4.19-8_amd64.deb ...
Unpacking m4 (1.4.19-8) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../11-autoconf_2.72-3.1_all.deb ...
Unpacking autoconf (2.72-3.1) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../12-autotools-dev_20240727.1_all.deb ...
Unpacking autotools-dev (20240727.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../13-automake_1%3a1.17-4_all.deb ...
Unpacking automake (1:1.17-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../14-autopoint_0.23.1-2_all.deb ...
Unpacking autopoint (0.23.1-2) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../15-libdebhelper-perl_13.24.2_all.deb ...
Unpacking libdebhelper-perl (13.24.2) ...
Selecting previously unselected package libtool.
Preparing to unpack .../16-libtool_2.5.4-4_all.deb ...
Unpacking libtool (2.5.4-4) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../17-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../18-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../19-libfile-stripnondeterminism-perl_1.14.1-2_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.1-2) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../20-dh-strip-nondeterminism_1.14.1-2_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.1-2) ...
Selecting previously unselected package dwz.
Preparing to unpack .../21-dwz_0.15-1+b1_amd64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../22-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...
Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../23-gettext_0.23.1-2_amd64.deb ...
Unpacking gettext (0.23.1-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../24-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 .../25-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../26-debhelper_13.24.2_all.deb ...
Unpacking debhelper (13.24.2) ...
Selecting previously unselected package libtext-charwidth-perl:amd64.
Preparing to unpack .../27-libtext-charwidth-perl_0.04-11+b4_amd64.deb ...
Unpacking libtext-charwidth-perl:amd64 (0.04-11+b4) ...
Selecting previously unselected package libtext-wrapi18n-perl.
Preparing to unpack .../28-libtext-wrapi18n-perl_0.06-10_all.deb ...
Unpacking libtext-wrapi18n-perl (0.06-10) ...
Selecting previously unselected package module-assistant.
Preparing to unpack .../29-module-assistant_0.11.14_all.deb ...
Unpacking module-assistant (0.11.14) ...
Selecting previously unselected package dahdi-source.
Preparing to unpack .../30-dahdi-source_1%3a3.1.0+git20230717~dfsg-10.1_all.deb ...
Unpacking dahdi-source (1:3.1.0+git20230717~dfsg-10.1) ...
Selecting previously unselected package libmbedcrypto16:amd64.
Preparing to unpack .../31-libmbedcrypto16_3.6.4-2_amd64.deb ...
Unpacking libmbedcrypto16:amd64 (3.6.4-2) ...
Selecting previously unselected package libmbedx509-7:amd64.
Preparing to unpack .../32-libmbedx509-7_3.6.4-2_amd64.deb ...
Unpacking libmbedx509-7:amd64 (3.6.4-2) ...
Selecting previously unselected package libmbedtls21:amd64.
Preparing to unpack .../33-libmbedtls21_3.6.4-2_amd64.deb ...
Unpacking libmbedtls21:amd64 (3.6.4-2) ...
Selecting previously unselected package libbctoolbox2:amd64.
Preparing to unpack .../34-libbctoolbox2_5.3.105-1_amd64.deb ...
Unpacking libbctoolbox2:amd64 (5.3.105-1) ...
Selecting previously unselected package libbctoolbox-dev:amd64.
Preparing to unpack .../35-libbctoolbox-dev_5.3.105-1_amd64.deb ...
Unpacking libbctoolbox-dev:amd64 (5.3.105-1) ...
Selecting previously unselected package libmnl-dev:amd64.
Preparing to unpack .../36-libmnl-dev_1.0.5-3_amd64.deb ...
Unpacking libmnl-dev:amd64 (1.0.5-3) ...
Selecting previously unselected package libortp16:amd64.
Preparing to unpack .../37-libortp16_1%3a5.3.105-1_amd64.deb ...
Unpacking libortp16:amd64 (1:5.3.105-1) ...
Selecting previously unselected package libortp-dev:amd64.
Preparing to unpack .../38-libortp-dev_1%3a5.3.105-1_amd64.deb ...
Unpacking libortp-dev:amd64 (1:5.3.105-1) ...
Selecting previously unselected package osmocom-keyring.
Preparing to unpack .../39-osmocom-keyring_1.0.2.5.fc66_amd64.deb ...
Unpacking osmocom-keyring (1.0.2.5.fc66) ...
Selecting previously unselected package osmocom-master.
Preparing to unpack .../40-osmocom-master_1.1.0_amd64.deb ...
Unpacking osmocom-master (1.1.0) ...
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../41-libsctp1_1.0.21+dfsg-1_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.21+dfsg-1) ...
Selecting previously unselected package libtalloc2:amd64.
Preparing to unpack .../42-libtalloc2_2%3a2.4.3+samba4.22.4+dfsg-1~deb13u1_amd64.deb ...
Unpacking libtalloc2:amd64 (2:2.4.3+samba4.22.4+dfsg-1~deb13u1) ...
Selecting previously unselected package liburing2:amd64.
Preparing to unpack .../43-liburing2_2.9-1_amd64.deb ...
Unpacking liburing2:amd64 (2.9-1) ...
Selecting previously unselected package libosmocore22:amd64.
Preparing to unpack .../44-libosmocore22_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmocore22:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmocodec4:amd64.
Preparing to unpack .../45-libosmocodec4_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmocodec4:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmoisdn0:amd64.
Preparing to unpack .../46-libosmoisdn0_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmoisdn0:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmogsm20:amd64.
Preparing to unpack .../47-libosmogsm20_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmogsm20:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmocoding0:amd64.
Preparing to unpack .../48-libosmocoding0_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmocoding0:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmovty13:amd64.
Preparing to unpack .../49-libosmovty13_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmovty13:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmogb14:amd64.
Preparing to unpack .../50-libosmogb14_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmogb14:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmoctrl0:amd64.
Preparing to unpack .../51-libosmoctrl0_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmoctrl0:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../52-libpcsclite1_2.3.3-1_amd64.deb ...
Unpacking libpcsclite1:amd64 (2.3.3-1) ...
Selecting previously unselected package libosmosim2:amd64.
Preparing to unpack .../53-libosmosim2_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmosim2:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Preparing to unpack .../54-libusb-1.0-0_2%3a1.0.28-1_amd64.deb ...
Unpacking libusb-1.0-0:amd64 (2:1.0.28-1) ...
Selecting previously unselected package libosmousb0:amd64.
Preparing to unpack .../55-libosmousb0_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmousb0:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmocore.
Preparing to unpack .../56-libosmocore_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmocore (1.11.0.46.c65cb) ...
Selecting previously unselected package libtalloc-dev:amd64.
Preparing to unpack .../57-libtalloc-dev_2%3a2.4.3+samba4.22.4+dfsg-1~deb13u1_amd64.deb ...
Unpacking libtalloc-dev:amd64 (2:2.4.3+samba4.22.4+dfsg-1~deb13u1) ...
Selecting previously unselected package libsctp-dev:amd64.
Preparing to unpack .../58-libsctp-dev_1.0.21+dfsg-1_amd64.deb ...
Unpacking libsctp-dev:amd64 (1.0.21+dfsg-1) ...
Selecting previously unselected package libusb-1.0-0-dev:amd64.
Preparing to unpack .../59-libusb-1.0-0-dev_2%3a1.0.28-1_amd64.deb ...
Unpacking libusb-1.0-0-dev:amd64 (2:1.0.28-1) ...
Selecting previously unselected package libosmocore-dev:amd64.
Preparing to unpack .../60-libosmocore-dev_1.11.0.46.c65cb_amd64.deb ...
Unpacking libosmocore-dev:amd64 (1.11.0.46.c65cb) ...
Selecting previously unselected package libosmonetif11:amd64.
Preparing to unpack .../61-libosmonetif11_1.6.0.16.c51c_amd64.deb ...
Unpacking libosmonetif11:amd64 (1.6.0.16.c51c) ...
Selecting previously unselected package libosmo-netif-dev:amd64.
Preparing to unpack .../62-libosmo-netif-dev_1.6.0.16.c51c_amd64.deb ...
Unpacking libosmo-netif-dev:amd64 (1.6.0.16.c51c) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../63-libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../64-pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../65-pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../66-pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Setting up libpipeline1:amd64 (1.5.8-1) ...
Setting up libtext-charwidth-perl:amd64 (0.04-11+b4) ...
Setting up bsdextrautils (2.41-5) ...
Setting up libmagic-mgc (1:5.46-5) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libdebhelper-perl (13.24.2) ...
Setting up libmagic1t64:amd64 (1:5.46-5) ...
Setting up gettext-base (0.23.1-2) ...
Setting up m4 (1.4.19-8) ...
Setting up file (1:5.46-5) ...
Setting up libtext-wrapi18n-perl (0.06-10) ...
Setting up libtalloc2:amd64 (2:2.4.3+samba4.22.4+dfsg-1~deb13u1) ...
Setting up libtalloc-dev:amd64 (2:2.4.3+samba4.22.4+dfsg-1~deb13u1) ...
Setting up autotools-dev (20240727.1) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up libmnl-dev:amd64 (1.0.5-3) ...
Setting up autopoint (0.23.1-2) ...
Setting up libpcsclite1:amd64 (2.3.3-1) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up autoconf (2.72-3.1) ...
Setting up module-assistant (0.11.14) ...
Setting up dwz (0.15-1+b1) ...
Setting up libsctp1:amd64 (1.0.21+dfsg-1) ...
Setting up sensible-utils (0.0.25) ...
Setting up libuchardet0:amd64 (0.0.8-1+b2) ...
Setting up libusb-1.0-0:amd64 (2:1.0.28-1) ...
Setting up libmbedcrypto16:amd64 (3.6.4-2) ...
Setting up liburing2:amd64 (2.9-1) ...
Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
Setting up automake (1:1.17-4) ...
update-alternatives: using /usr/bin/automake-1.17 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.17.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.17.1.gz (of link group automake) doesn't exist
Setting up libfile-stripnondeterminism-perl (1.14.1-2) ...
Setting up gettext (0.23.1-2) ...
Setting up libtool (2.5.4-4) ...
Setting up libusb-1.0-0-dev:amd64 (2:1.0.28-1) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up dh-autoreconf (20) ...
Setting up libmbedx509-7:amd64 (3.6.4-2) ...
Setting up libsctp-dev:amd64 (1.0.21+dfsg-1) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Setting up libmbedtls21:amd64 (3.6.4-2) ...
Setting up dh-strip-nondeterminism (1.14.1-2) ...
Setting up groff-base (1.23.0-9) ...
Setting up libbctoolbox2:amd64 (5.3.105-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up man-db (2.13.1-1) ...
Building database of manual pages ...
Setting up libortp16:amd64 (1:5.3.105-1) ...
Setting up libbctoolbox-dev:amd64 (5.3.105-1) ...
Setting up libortp-dev:amd64 (1:5.3.105-1) ...
Setting up debhelper (13.24.2) ...
Setting up dahdi-source (1:3.1.0+git20230717~dfsg-10.1) ...
Setting up osmocom-keyring (1.0.2.5.fc66) ...
Setting up osmocom-master (1.1.0) ...
Setting up libosmocore22:amd64 (1.11.0.46.c65cb) ...
Setting up libosmocodec4:amd64 (1.11.0.46.c65cb) ...
Setting up libosmovty13:amd64 (1.11.0.46.c65cb) ...
Setting up libosmoisdn0:amd64 (1.11.0.46.c65cb) ...
Setting up libosmousb0:amd64 (1.11.0.46.c65cb) ...
Setting up libosmogsm20:amd64 (1.11.0.46.c65cb) ...
Setting up libosmoctrl0:amd64 (1.11.0.46.c65cb) ...
Setting up libosmogb14:amd64 (1.11.0.46.c65cb) ...
Setting up libosmonetif11:amd64 (1.6.0.16.c51c) ...
Setting up libosmocoding0:amd64 (1.11.0.46.c65cb) ...
Setting up libosmosim2:amd64 (1.11.0.46.c65cb) ...
Setting up libosmocore (1.11.0.46.c65cb) ...
Setting up libosmocore-dev:amd64 (1.11.0.46.c65cb) ...
Setting up libosmo-netif-dev:amd64 (1.6.0.16.c51c) ...
Processing triggers for libc-bin (2.41-12) ...
+ [ -n 1 ]
+ ip link set eth0 down
+ su user -c dpkg-buildpackage -us -uc -j21
dpkg-buildpackage: info: source package libosmo-abis
dpkg-buildpackage: info: source version 2.0.0.30.3244
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 .
debian/rules clean
dh clean --with autoreconf --fail-missing
dh_auto_clean -O--fail-missing
dh_autoreconf_clean -O--fail-missing
debian/rules override_dh_clean
make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
dh_clean
rm -f tests/package.m4 tests/testsuite .version
make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
dpkg-source -b .
dpkg-source: info: using source format '3.0 (native)'
dpkg-source: info: building libosmo-abis in libosmo-abis_2.0.0.30.3244.tar.xz
dpkg-source: info: building libosmo-abis in libosmo-abis_2.0.0.30.3244.dsc
debian/rules binary
dh binary --with autoreconf --fail-missing
dh_update_autotools_config -O--fail-missing
dh_autoreconf -O--fail-missing
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:67: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:67: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:1051: AM_CONFIG_HEADER is expanded from...
configure.ac:67: the top level
configure.ac:91: warning: The macro 'AC_HELP_STRING' is obsolete.
configure.ac:91: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:91: the top level
configure.ac:200: warning: AC_OUTPUT should be used without arguments.
configure.ac:200: You should run autoupdate.
configure.ac:22: installing './compile'
configure.ac:24: installing './config.guess'
configure.ac:24: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
doc/examples/Makefile.am: installing './depcomp'
dh_auto_configure -O--fail-missing
./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
checking for a BSD-compatible install... /usr/bin/install -c
checking whether sleep supports fractional seconds... yes
checking filesystem timestamp resolution... 0.01
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 xargs -n works... 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 ranlib... ranlib
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking if gcc supports -fvisibility=hidden... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmocodec >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for ortp >= 0.22.0... yes
checking for dahdi/user.h... yes
CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall"
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmoabis.pc
config.status: creating libosmotrau.pc
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
dh_auto_build -O--fail-missing
make -j21
make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
echo 2.0.0.30-3244 > .version-t && mv .version-t .version
make all-recursive
make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
Making all in include
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/include'
/usr/bin/mkdir -p osmocom/abis/
sed \
-e "s/{{VERSION}}/$(echo '2.0.0.30-3244' | cut -d. -f1-3)/g" \
-e "s/{{VERSION_MAJOR}}/$(echo '2.0.0.30-3244' | cut -d. -f1)/g" \
-e "s/{{VERSION_MINOR}}/$(echo '2.0.0.30-3244' | cut -d. -f2)/g" \
-e "s/{{VERSION_PATCH}}/$(echo '2.0.0.30-3244' | cut -d. -f3)/g" \
osmocom/abis/version.h.tpl > osmocom/abis/version.h
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/include'
Making all in src
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o init.lo init.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o e1_input.lo e1_input.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o e1_input_vty.lo e1_input_vty.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o subchan_demux.lo subchan_demux.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_frame.lo trau_frame.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/e1d.lo input/e1d.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/ipa.lo input/ipa.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/ipa_keepalive.lo input/ipa_keepalive.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/ipaccess.lo input/ipaccess.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/lapd.lo input/lapd.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/lapd_pcap.lo input/lapd_pcap.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/misdn.lo input/misdn.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/rs232.lo input/rs232.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/unixsocket.lo input/unixsocket.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o input/dahdi.lo input/dahdi.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-csd_ra2.lo `test -f 'trau/csd_ra2.c' || echo './'`trau/csd_ra2.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-csd_v110.lo `test -f 'trau/csd_v110.c' || echo './'`trau/csd_v110.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-raa_prime_decode.lo `test -f 'trau/raa_prime_decode.c' || echo './'`trau/raa_prime_decode.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-raa_prime_encode.lo `test -f 'trau/raa_prime_encode.c' || echo './'`trau/raa_prime_encode.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-tfo_frame.lo `test -f 'trau/tfo_frame.c' || echo './'`trau/tfo_frame.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-trau_frame.lo `test -f 'trau/trau_frame.c' || echo './'`trau/trau_frame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c e1_input.c -fPIC -DPIC -o .libs/e1_input.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c subchan_demux.c -fPIC -DPIC -o .libs/subchan_demux.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c e1_input_vty.c -fPIC -DPIC -o .libs/e1_input_vty.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau_frame.c -fPIC -DPIC -o .libs/trau_frame.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/raa_prime_encode.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-raa_prime_encode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipa.c -fPIC -DPIC -o input/.libs/ipa.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/unixsocket.c -fPIC -DPIC -o input/.libs/unixsocket.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/dahdi.c -fPIC -DPIC -o input/.libs/dahdi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_frame.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-trau_frame.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/misdn.c -fPIC -DPIC -o input/.libs/misdn.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/csd_ra2.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-csd_ra2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/csd_v110.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-csd_v110.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/raa_prime_decode.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-raa_prime_decode.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/lapd_pcap.c -fPIC -DPIC -o input/.libs/lapd_pcap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/e1d.c -fPIC -DPIC -o input/.libs/e1d.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/lapd.c -fPIC -DPIC -o input/.libs/lapd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipaccess.c -fPIC -DPIC -o input/.libs/ipaccess.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipa_keepalive.c -fPIC -DPIC -o input/.libs/ipa_keepalive.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/e1d.c -fPIC -DPIC -o input/e1d.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/tfo_frame.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-tfo_frame.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c init.c -fPIC -DPIC -o init.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/rs232.c -fPIC -DPIC -o input/.libs/rs232.o
e1_input.c: In function 'write_pcap_packet':
e1_input.c:260:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
260 | write(pcap_fd, &payload_header, sizeof(payload_header));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e1_input.c:261:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
261 | write(pcap_fd, &header, sizeof(header));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e1_input.c:262:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
262 | write(pcap_fd, &lapd_header, sizeof(lapd_header));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
e1_input.c:263:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
263 | write(pcap_fd, msg->l2h, msgb_l2len(msg));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/csd_ra2.c -fPIC -DPIC -o trau/libosmotrau_la-csd_ra2.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-trau_pcu_ericsson.lo `test -f 'trau/trau_pcu_ericsson.c' || echo './'`trau/trau_pcu_ericsson.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/raa_prime_encode.c -fPIC -DPIC -o trau/libosmotrau_la-raa_prime_encode.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/csd_v110.c -fPIC -DPIC -o trau/libosmotrau_la-csd_v110.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/lapd_pcap.c -fPIC -DPIC -o input/lapd_pcap.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-trau_sync.lo `test -f 'trau/trau_sync.c' || echo './'`trau/trau_sync.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/raa_prime_decode.c -fPIC -DPIC -o trau/libosmotrau_la-raa_prime_decode.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/tfo_frame.c -fPIC -DPIC -o trau/libosmotrau_la-tfo_frame.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau_frame.c -fPIC -DPIC -o trau_frame.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c subchan_demux.c -fPIC -DPIC -o subchan_demux.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-trau_rtp_conv.lo `test -f 'trau/trau_rtp_conv.c' || echo './'`trau/trau_rtp_conv.c
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-twts007.lo `test -f 'trau/twts007.c' || echo './'`trau/twts007.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipa_keepalive.c -fPIC -DPIC -o input/ipa_keepalive.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau/libosmotrau_la-osmo_ortp.lo `test -f 'trau/osmo_ortp.c' || echo './'`trau/osmo_ortp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/unixsocket.c -fPIC -DPIC -o input/unixsocket.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_pcu_ericsson.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-trau_pcu_ericsson.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/twts007.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-twts007.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_sync.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-trau_sync.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/rs232.c -fPIC -DPIC -o input/rs232.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_rtp_conv.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-trau_rtp_conv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/osmo_ortp.c -fPIC -DPIC -o trau/.libs/libosmotrau_la-osmo_ortp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipa.c -fPIC -DPIC -o input/ipa.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c e1_input_vty.c -fPIC -DPIC -o e1_input_vty.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/lapd.c -fPIC -DPIC -o input/lapd.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/twts007.c -fPIC -DPIC -o trau/libosmotrau_la-twts007.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/dahdi.c -fPIC -DPIC -o input/dahdi.o >/dev/null 2>&1
trau/osmo_ortp.c:235:9: note: '#pragma message: Using internal ortp API: rtp_session_rtcp_rec'
235 | #pragma message ("Using internal ortp API: rtp_session_rtcp_rec")
| ^~~~~~~
trau/osmo_ortp.c: In function 'osmo_rtp_send_frame_ext':
trau/osmo_ortp.c:564:9: warning: 'rtp_session_create_packet' is deprecated [-Wdeprecated-declarations]
564 | mblk = rtp_session_create_packet(rs->sess, RTP_FIXED_HEADER_SIZE,
| ^~~~
In file included from /usr/include/ortp/ortp.h:68,
from trau/osmo_ortp.c:35:
/usr/include/ortp/rtpsession.h:637:1: note: declared here
637 | rtp_session_create_packet(RtpSession *session, size_t header_size, const uint8_t *payload, size_t payload_size);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c e1_input.c -fPIC -DPIC -o e1_input.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_sync.c -fPIC -DPIC -o trau/libosmotrau_la-trau_sync.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_frame.c -fPIC -DPIC -o trau/libosmotrau_la-trau_frame.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/ipaccess.c -fPIC -DPIC -o input/ipaccess.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/osmo_ortp.c -fPIC -DPIC -o trau/libosmotrau_la-osmo_ortp.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_rtp_conv.c -fPIC -DPIC -o trau/libosmotrau_la-trau_rtp_conv.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c input/misdn.c -fPIC -DPIC -o input/misdn.o >/dev/null 2>&1
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c trau/trau_pcu_ericsson.c -fPIC -DPIC -o trau/libosmotrau_la-trau_pcu_ericsson.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -version-info 11:0:0 -no-undefined -Wl,-z,relro -Wl,-z,now -o libosmotrau.la -rpath /usr/lib/x86_64-linux-gnu trau/libosmotrau_la-csd_ra2.lo trau/libosmotrau_la-csd_v110.lo trau/libosmotrau_la-raa_prime_decode.lo trau/libosmotrau_la-raa_prime_encode.lo trau/libosmotrau_la-tfo_frame.lo trau/libosmotrau_la-trau_frame.lo trau/libosmotrau_la-trau_pcu_ericsson.lo trau/libosmotrau_la-trau_sync.lo trau/libosmotrau_la-trau_rtp_conv.lo trau/libosmotrau_la-twts007.lo trau/libosmotrau_la-osmo_ortp.lo -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocodec -losmocore -ltalloc -lmnl -lortp -lbctoolbox
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -version-info 15:0:0 -no-undefined -Wl,-z,relro -Wl,-z,now -o libosmoabis.la -rpath /usr/lib/x86_64-linux-gnu init.lo e1_input.lo e1_input_vty.lo subchan_demux.lo trau_frame.lo input/e1d.lo input/ipa.lo input/ipa_keepalive.lo input/ipaccess.lo input/lapd.lo input/lapd_pcap.lo input/misdn.lo input/rs232.lo input/unixsocket.lo input/dahdi.lo -losmonetif -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl
libtool: link: gcc -shared -fPIC -DPIC trau/.libs/libosmotrau_la-csd_ra2.o trau/.libs/libosmotrau_la-csd_v110.o trau/.libs/libosmotrau_la-raa_prime_decode.o trau/.libs/libosmotrau_la-raa_prime_encode.o trau/.libs/libosmotrau_la-tfo_frame.o trau/.libs/libosmotrau_la-trau_frame.o trau/.libs/libosmotrau_la-trau_pcu_ericsson.o trau/.libs/libosmotrau_la-trau_sync.o trau/.libs/libosmotrau_la-trau_rtp_conv.o trau/.libs/libosmotrau_la-twts007.o trau/.libs/libosmotrau_la-osmo_ortp.o /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -lortp -lbctoolbox -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -Wl,-soname -Wl,libosmotrau.so.11 -o .libs/libosmotrau.so.11.0.0
libtool: link: gcc -shared -fPIC -DPIC .libs/init.o .libs/e1_input.o .libs/e1_input_vty.o .libs/subchan_demux.o .libs/trau_frame.o input/.libs/e1d.o input/.libs/ipa.o input/.libs/ipa_keepalive.o input/.libs/ipaccess.o input/.libs/lapd.o input/.libs/lapd_pcap.o input/.libs/misdn.o input/.libs/rs232.o input/.libs/unixsocket.o input/.libs/dahdi.o /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -Werror=format-security -Wl,-z -Wl,relro -Wl,-z -Wl,now -pthread -Wl,-soname -Wl,libosmoabis.so.15 -o .libs/libosmoabis.so.15.0.0
libtool: link: (cd ".libs" && rm -f "libosmotrau.so.11" && ln -s "libosmotrau.so.11.0.0" "libosmotrau.so.11")
libtool: link: (cd ".libs" && rm -f "libosmotrau.so" && ln -s "libosmotrau.so.11.0.0" "libosmotrau.so")
libtool: link: ar cr .libs/libosmotrau.a trau/libosmotrau_la-csd_ra2.o trau/libosmotrau_la-csd_v110.o trau/libosmotrau_la-raa_prime_decode.o trau/libosmotrau_la-raa_prime_encode.o trau/libosmotrau_la-tfo_frame.o trau/libosmotrau_la-trau_frame.o trau/libosmotrau_la-trau_pcu_ericsson.o trau/libosmotrau_la-trau_sync.o trau/libosmotrau_la-trau_rtp_conv.o trau/libosmotrau_la-twts007.o trau/libosmotrau_la-osmo_ortp.o
libtool: link: ranlib .libs/libosmotrau.a
libtool: link: (cd ".libs" && rm -f "libosmoabis.so.15" && ln -s "libosmoabis.so.15.0.0" "libosmoabis.so.15")
libtool: link: (cd ".libs" && rm -f "libosmoabis.so" && ln -s "libosmoabis.so.15.0.0" "libosmoabis.so")
libtool: link: ( cd ".libs" && rm -f "libosmotrau.la" && ln -s "../libosmotrau.la" "libosmotrau.la" )
libtool: link: ar cr .libs/libosmoabis.a init.o e1_input.o e1_input_vty.o subchan_demux.o trau_frame.o input/e1d.o input/ipa.o input/ipa_keepalive.o input/ipaccess.o input/lapd.o input/lapd_pcap.o input/misdn.o input/rs232.o input/unixsocket.o input/dahdi.o
libtool: link: ranlib .libs/libosmoabis.a
libtool: link: ( cd ".libs" && rm -f "libosmoabis.la" && ln -s "../libosmoabis.la" "libosmoabis.la" )
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/src'
Making all in tests
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
Making all in doc
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
Making all in examples
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o lapd-over-datagram/lapd-over-datagram-user.o lapd-over-datagram/lapd-over-datagram-user.c
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o lapd-over-datagram/lapd-over-datagram-network.o lapd-over-datagram/lapd-over-datagram-network.c
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z,relro -Wl,-z,now -o lapd-over-datagram-network lapd-over-datagram/lapd-over-datagram-network.o ../../src/libosmoabis.la -losmonetif -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl
/bin/bash ../../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z,relro -Wl,-z,now -o lapd-over-datagram-user lapd-over-datagram/lapd-over-datagram-user.o ../../src/libosmoabis.la -losmonetif -losmocore -ltalloc -lmnl -losmogsm -losmoisdn -losmocore -ltalloc -lmnl
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/lapd-over-datagram-network lapd-over-datagram/lapd-over-datagram-network.o ../../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o .libs/lapd-over-datagram-user lapd-over-datagram/lapd-over-datagram-user.o ../../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
debian/rules override_dh_auto_test
make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
dh_auto_test || (find . -name testsuite.log -exec cat {} \; ; false)
make -j21 check "TESTSUITEFLAGS=-j21 --verbose" VERBOSE=1
make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make check-recursive
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
Making check in include
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/include'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/include'
Making check in src
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/src'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/src'
Making check in tests
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make e1inp_ipa_bsc_test e1inp_ipa_bts_test subchan_demux/subchan_demux_test ipa_recv/ipa_recv_test raa_prime/test_dec raa_prime/test_enc tfo/rtp2tfo tfo/tfo_extr_test trau_conv/rtp2trau_gen trau_conv/trau16_to_rtp trau_conv/trau2rtp_gen trau_sync/trau_sync_test trau_pcu_ericsson/trau_pcu_ericsson_test rtp_test/rtp_test
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o e1inp_ipa_bsc_test.o e1inp_ipa_bsc_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o e1inp_ipa_bts_test.o e1inp_ipa_bts_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o subchan_demux/subchan_demux_test.o subchan_demux/subchan_demux_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o ipa_recv/ipa_recv_test.o ipa_recv/ipa_recv_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o raa_prime/test_dec.o raa_prime/test_dec.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o raa_prime/test_enc.o raa_prime/test_enc.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o tfo/rtp2tfo.o tfo/rtp2tfo.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_conv/tw5reader.o trau_conv/tw5reader.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o tfo/tfo_extr_test.o tfo/tfo_extr_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_conv/rtp2trau_gen.o trau_conv/rtp2trau_gen.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_conv/trau16_to_rtp.o trau_conv/trau16_to_rtp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_conv/trau2rtp_gen.o trau_conv/trau2rtp_gen.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_sync/trau_sync_test.o trau_sync/trau_sync_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o trau_pcu_ericsson/trau_pcu_ericsson_test.o trau_pcu_ericsson/trau_pcu_ericsson_test.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -c -o rtp_test/rtp_test.o rtp_test/rtp_test.c
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o subchan_demux/subchan_demux_test subchan_demux/subchan_demux_test.o ../src/libosmoabis.la -losmonetif -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o rtp_test/rtp_test rtp_test/rtp_test.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o tfo/rtp2tfo tfo/rtp2tfo.o trau_conv/tw5reader.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o raa_prime/test_enc raa_prime/test_enc.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o trau_sync/trau_sync_test trau_sync/trau_sync_test.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o trau_conv/rtp2trau_gen trau_conv/rtp2trau_gen.o trau_conv/tw5reader.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o raa_prime/test_dec raa_prime/test_dec.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o trau_conv/trau2rtp_gen trau_conv/trau2rtp_gen.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o tfo/tfo_extr_test tfo/tfo_extr_test.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o e1inp_ipa_bts_test e1inp_ipa_bts_test.o ../src/libosmoabis.la -losmonetif -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o e1inp_ipa_bsc_test e1inp_ipa_bsc_test.o ../src/libosmoabis.la -losmonetif -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o ipa_recv/ipa_recv_test ipa_recv/ipa_recv_test.o ../src/libosmoabis.la -losmonetif -losmogsm -losmoisdn -losmocore -ltalloc -lmnl -losmovty -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o trau_conv/trau16_to_rtp trau_conv/trau16_to_rtp.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o rtp_test/rtp_test rtp_test/rtp_test.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o trau_conv/rtp2trau_gen trau_conv/rtp2trau_gen.o trau_conv/tw5reader.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o raa_prime/test_enc raa_prime/test_enc.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tfo/rtp2tfo tfo/rtp2tfo.o trau_conv/tw5reader.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o raa_prime/test_dec raa_prime/test_dec.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o trau_conv/trau2rtp_gen trau_conv/trau2rtp_gen.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o trau_sync/trau_sync_test trau_sync/trau_sync_test.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o tfo/tfo_extr_test tfo/tfo_extr_test.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -I/usr/include/ -I/usr/include/ -pthread -I/usr/include/ -pthread -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -no-install -Wl,-z,relro -Wl,-z,now -o trau_pcu_ericsson/trau_pcu_ericsson_test trau_pcu_ericsson/trau_pcu_ericsson_test.o ../src/libosmotrau.la -losmocodec -losmocore -ltalloc -lmnl -losmocore -ltalloc -lmnl
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o subchan_demux/subchan_demux_test subchan_demux/subchan_demux_test.o ../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o trau_conv/trau16_to_rtp trau_conv/trau16_to_rtp.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o e1inp_ipa_bts_test e1inp_ipa_bts_test.o ../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o e1inp_ipa_bsc_test e1inp_ipa_bsc_test.o ../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o ipa_recv/ipa_recv_test ipa_recv/ipa_recv_test.o ../src/.libs/libosmoabis.so /usr/lib/x86_64-linux-gnu/libosmonetif.so /usr/lib/x86_64-linux-gnu/libosmogsm.so /usr/lib/x86_64-linux-gnu/libosmoisdn.so /usr/lib/x86_64-linux-gnu/libosmovty.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
libtool: link: gcc -Wall -g -I/usr/include/ -I/usr/include/ -I/usr/include/ -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/obs/_temp/binpkgs/libosmo-abis=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -std=gnu11 -Wall -Wl,-z -Wl,relro -Wl,-z -Wl,now -o trau_pcu_ericsson/trau_pcu_ericsson_test trau_pcu_ericsson/trau_pcu_ericsson_test.o ../src/.libs/libosmotrau.so /usr/lib/x86_64-linux-gnu/libosmocodec.so /usr/lib/x86_64-linux-gnu/libosmocore.so -ltalloc -lmnl -pthread -Wl,-rpath -Wl,/obs/_temp/binpkgs/libosmo-abis/src/.libs
make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make check-local
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
:;{ \
echo '# Signature of the current package.' && \
echo 'm4_define([AT_PACKAGE_NAME],' && \
echo ' [libosmo-abis])' && \
echo 'm4_define([AT_PACKAGE_TARNAME],' && \
echo ' [libosmo-abis])' && \
echo 'm4_define([AT_PACKAGE_VERSION],' && \
echo ' [2.0.0.30-3244])' && \
echo 'm4_define([AT_PACKAGE_STRING],' && \
echo ' [libosmo-abis 2.0.0.30-3244])' && \
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' -j21 --verbose
## -------------------------------------- ##
## libosmo-abis 2.0.0.30-3244 test suite. ##
## -------------------------------------- ##
2. testsuite.at:20: testing subchan_demux ...
5. testsuite.at:39: testing raa_prime_decode ...
./testsuite.at:42: $abs_top_builddir/tests/raa_prime/test_dec $abs_srcdir/raa_prime/nokia-tcsm2-atrau.hex
13. testsuite.at:88: testing trau2rtp_hr_twts002 ...
./testsuite.at:91: $abs_top_builddir/tests/trau_conv/trau2rtp_gen -8 -x $abs_srcdir/trau_conv/trau2rtp_hr.in
1. testsuite.at:14: testing ipa_recv ...
./testsuite.at:17: $abs_top_builddir/tests/ipa_recv/ipa_recv_test
4. testsuite.at:33: testing raa_prime_encode ...
./testsuite.at:36: $abs_top_builddir/tests/raa_prime/test_enc $abs_srcdir/raa_prime/d144-ul-input.asc
14. testsuite.at:94: testing rtp2trau_fr_dl1 ...
./testsuite.at:97: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/fr_speech_basic.hex fr dl
./testsuite.at:23: $abs_top_builddir/tests/subchan_demux/subchan_demux_test
12. testsuite.at:82: testing trau2rtp_hr_std ...
7. testsuite.at:52: testing trau_pcu_ericsson ...
10. testsuite.at:70: testing trau2rtp_efr_std ...
9. testsuite.at:64: testing trau2rtp_fr_twts001 ...
./testsuite.at:67: $abs_top_builddir/tests/trau_conv/trau16_to_rtp $abs_srcdir/trau_conv/trau16_fr.in ul tw-ts-001
./testsuite.at:55: $abs_top_builddir/tests/trau_pcu_ericsson/trau_pcu_ericsson_test
./testsuite.at:85: $abs_top_builddir/tests/trau_conv/trau2rtp_gen -8 $abs_srcdir/trau_conv/trau2rtp_hr.in
15. testsuite.at:100: testing rtp2trau_fr_dl2 ...
./testsuite.at:103: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/fr_speech_twts001_good.hex fr dl
./testsuite.at:73: $abs_top_builddir/tests/trau_conv/trau16_to_rtp $abs_srcdir/trau_conv/trau16_efr.in ul std
19. testsuite.at:124: testing rtp2trau_efr_dl1 ...
./testsuite.at:127: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/efr_speech_basic.hex efr dl
16. testsuite.at:106: testing rtp2trau_fr_ul1 ...
./testsuite.at:109: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/fr_speech_basic.hex fr ul
stderr:
stderr:
stderr:
stderr:
stderr:
stderr:
20. testsuite.at:130: testing rtp2trau_efr_dl2 ...
./testsuite.at:133: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/efr_speech_twts001_good.hex efr dl
stderr:
ipa_msg_recv_buffered: 10, msg != NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 86, msg != NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 16, msg != NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 1, msg != NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 14, msg != NULL, pending_msg ?? NULL
<0002> ipa.c:698 Discarding IPA message without payload
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg ?? NULL
<0002> ipa.c:683 Received part of IPA message L2 data (2/10)
ipa_msg_recv_buffered: -5, msg == NULL, pending_msg ?? NULL
ipa_msg_recv_buffered: 10, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 86, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 16, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 1, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 14, msg != NULL, pending_msg == NULL
<0002> ipa.c:698 Discarding IPA message without payload
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg == NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg == NULL
<0002> ipa.c:683 Received part of IPA message L2 data (2/10)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (7/10)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 10, msg != NULL, pending_msg == NULL
<0002> ipa.c:637 Received part of IPA message header (2/3)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (4/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (9/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (14/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (19/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (24/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (29/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (34/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (39/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (44/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (49/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (54/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (59/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (64/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (69/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (74/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (79/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (84/86)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 86, msg != NULL, pending_msg == NULL
<0002> ipa.c:683 Received part of IPA message L2 data (0/16)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (5/16)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (10/16)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (15/16)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 16, msg != NULL, pending_msg == NULL
ipa_msg_recv_buffered: 1, msg != NULL, pending_msg == NULL
<0002> ipa.c:683 Received part of IPA message L2 data (2/14)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (7/14)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
<0002> ipa.c:683 Received part of IPA message L2 data (12/14)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 14, msg != NULL, pending_msg == NULL
<0002> ipa.c:698 Discarding IPA message without payload
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg == NULL
<0002> ipa.c:683 Received part of IPA message L2 data (2/4)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg == NULL
<0002> ipa.c:683 Received part of IPA message L2 data (0/4)
ipa_msg_recv_buffered: -11, msg == NULL, pending_msg != NULL
ipa_msg_recv_buffered: 4, msg != NULL, pending_msg == NULL
8. testsuite.at:58: testing trau2rtp_fr_std ...
./testsuite.at:61: $abs_top_builddir/tests/trau_conv/trau16_to_rtp $abs_srcdir/trau_conv/trau16_fr.in ul std
6. testsuite.at:45: testing trau_sync ...
./testsuite.at:49: $abs_top_builddir/tests/trau_sync/trau_sync_test
stderr:
17. testsuite.at:112: testing rtp2trau_fr_ul2 ...
./testsuite.at:115: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/fr_speech_twts001_good.hex fr ul
stderr:
stderr:
3. testsuite.at:26: testing rtp_test ...
stderr:
3. testsuite.at:26: stderr:
11. testsuite.at:76: testing trau2rtp_efr_twts001 ...
./testsuite.at:79: $abs_top_builddir/tests/trau_conv/trau16_to_rtp $abs_srcdir/trau_conv/trau16_efr.in ul tw-ts-001
14. testsuite.at:94: ok
20. testsuite.at:130: 5. testsuite.at:39: ok
ok
21. testsuite.at:136: testing rtp2trau_efr_ul1 ...
9. testsuite.at:64: ok
15. testsuite.at:100: ok
6. testsuite.at:45: stderr:
ok
./testsuite.at:139: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/efr_speech_basic.hex efr ul
stderr:
stderr:
18. testsuite.at:118: testing rtp2trau_fr_ul3 ...
./testsuite.at:121: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/fr_speech_twts001_mix.hex fr ul
2. testsuite.at:20: skipped (testsuite.at:28)
ok
4. testsuite.at:33: 1. testsuite.at:14: ok
ok
stderr:
stderr:
10. testsuite.at:70: ok
16. testsuite.at:106: ok
18. testsuite.at:118: 13. testsuite.at:88: ok
ok
8. testsuite.at:58: ok
17. testsuite.at:112: ok
12. testsuite.at:82: ok
stderr:
19. testsuite.at:124: ok
7. testsuite.at:52: ok
11. testsuite.at:76: ok
21. testsuite.at:136:
ok
23. testsuite.at:148: testing rtp2trau_efr_ul3 ...
./testsuite.at:151: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/efr_speech_twts001_mix.hex efr ul
22. testsuite.at:142: testing rtp2trau_efr_ul2 ...
./testsuite.at:145: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/efr_speech_twts001_good.hex efr ul
26. testsuite.at:166: testing rtp2trau_hr_ul1 ...
25. testsuite.at:160: testing rtp2trau_hr_dl2 ...
./testsuite.at:163: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/hr_speech_rfc5993.hex hr dl
28. testsuite.at:178: testing rtp2trau_hr_ul3 ...
./testsuite.at:169: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/hr_speech_rfc5993.hex hr ul
./testsuite.at:181: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/hr_speech_invsid_bits.hex hr ul
27. testsuite.at:172: testing rtp2trau_hr_ul2 ...
stderr:
24. testsuite.at:154: testing rtp2trau_hr_dl1 ...
30. testsuite.at:190: testing tfo_decode_efr ...
./testsuite.at:193: $abs_top_builddir/tests/tfo/tfo_extr_test $abs_srcdir/tfo/nokia_tcsm2/tfo-efr.hex fr
29. testsuite.at:184: testing tfo_decode_fr ...
stderr:
./testsuite.at:175: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/hr_speech_twts002.hex hr ul
./testsuite.at:157: $abs_top_builddir/tests/trau_conv/rtp2trau_gen $abs_srcdir/trau_conv/hr_speech_ts101318.hex hr dl
31. testsuite.at:196: testing tfo_decode_hr ...
./testsuite.at:199: $abs_top_builddir/tests/tfo/tfo_extr_test $abs_srcdir/tfo/nokia_tcsm2/tfo-hr.hex hr
stderr:
23. testsuite.at:148: stderr:
./testsuite.at:187: $abs_top_builddir/tests/tfo/tfo_extr_test $abs_srcdir/tfo/nokia_tcsm2/tfo-fr.hex fr
ok
stderr:
26. testsuite.at:166: ok
stderr:
stderr:
34. testsuite.at:216: testing tfo_round_trip_hr ...
28. testsuite.at:178: 33. testsuite.at:209: testing tfo_round_trip_efr ...
./testsuite.at:212: $abs_top_builddir/tests/tfo/rtp2tfo $abs_srcdir/tfo/enc_test_efr.in efr enc_test_efr.tfo
stderr:
ok
32. testsuite.at:202: testing tfo_round_trip_fr ...
stderr:
25. testsuite.at:160: ok
31. testsuite.at:196: stderr:
ok
./testsuite.at:205: $abs_top_builddir/tests/tfo/rtp2tfo $abs_srcdir/tfo/enc_test_fr.in fr enc_test_fr.tfo
./testsuite.at:220: $abs_top_builddir/tests/tfo/rtp2tfo $abs_srcdir/tfo/enc_test_hr.in hr enc_test_hr.tfo
30. testsuite.at:190: stdout:
ok
29. testsuite.at:184: ok
./testsuite.at:213: $abs_top_builddir/tests/tfo/tfo_extr_test enc_test_efr.tfo fr
stderr:
24. testsuite.at:154: 27. testsuite.at:172: ok
ok
stderr:
stderr:
22. testsuite.at:142: ok
stdout:
stdout:
./testsuite.at:206: $abs_top_builddir/tests/tfo/tfo_extr_test enc_test_fr.tfo fr
stderr:
./testsuite.at:221: $abs_top_builddir/tests/tfo/tfo_extr_test enc_test_hr.tfo hr
stderr:
33. testsuite.at:209: ok
stderr:
32. testsuite.at:202: ok
34. testsuite.at:216: ok
## ------------- ##
## Test results. ##
## ------------- ##
33 tests were successful.
1 test was skipped.
make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
Making check in doc
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
Making check in examples
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
make[5]: Nothing to be done for 'check'.
make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[5]: Nothing to be done for 'check-am'.
make[5]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
create-stamp debian/debhelper-build-stamp
dh_testroot -O--fail-missing
dh_prep -O--fail-missing
dh_auto_install -O--fail-missing
make -j1 install DESTDIR=/obs/_temp/binpkgs/libosmo-abis/debian/tmp AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make install-recursive
make[2]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
Making install in include
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/include'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/include'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/include'
/usr/bin/mkdir -p '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/include/osmocom/trau'
/usr/bin/install -c -m 644 osmocom/trau/clearmode.h osmocom/trau/csd_ra2.h osmocom/trau/csd_raa_prime.h osmocom/trau/csd_v110.h osmocom/trau/tfo_frame.h osmocom/trau/trau_frame.h osmocom/trau/trau_pcu_ericsson.h osmocom/trau/trau_rtp.h osmocom/trau/trau_sync.h osmocom/trau/twts007.h osmocom/trau/osmo_ortp.h '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/include/osmocom/trau'
/usr/bin/mkdir -p '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/include/osmocom/abis'
/usr/bin/install -c -m 644 osmocom/abis/abis.h osmocom/abis/e1_input.h osmocom/abis/ipa.h osmocom/abis/ipaccess.h osmocom/abis/lapd.h osmocom/abis/lapd_pcap.h osmocom/abis/subchan_demux.h osmocom/abis/trau_frame.h osmocom/abis/unixsocket_proto.h osmocom/abis/version.h '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/include/osmocom/abis'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/include'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/include'
Making install in src
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/src'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/src'
/usr/bin/mkdir -p '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu'
/bin/bash ../libtool --mode=install /usr/bin/install -c libosmoabis.la libosmotrau.la '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu'
libtool: install: /usr/bin/install -c .libs/libosmoabis.so.15.0.0 /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmoabis.so.15.0.0
libtool: install: (cd /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so.15 || { rm -f libosmoabis.so.15 && ln -s libosmoabis.so.15.0.0 libosmoabis.so.15; }; })
libtool: install: (cd /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmoabis.so.15.0.0 libosmoabis.so || { rm -f libosmoabis.so && ln -s libosmoabis.so.15.0.0 libosmoabis.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmoabis.lai /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmoabis.la
libtool: install: /usr/bin/install -c .libs/libosmotrau.so.11.0.0 /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmotrau.so.11.0.0
libtool: install: (cd /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so.11 || { rm -f libosmotrau.so.11 && ln -s libosmotrau.so.11.0.0 libosmotrau.so.11; }; })
libtool: install: (cd /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu && { ln -s -f libosmotrau.so.11.0.0 libosmotrau.so || { rm -f libosmotrau.so && ln -s libosmotrau.so.11.0.0 libosmotrau.so; }; })
libtool: install: /usr/bin/install -c .libs/libosmotrau.lai /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmotrau.la
libtool: install: /usr/bin/install -c .libs/libosmoabis.a /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmoabis.a
libtool: install: chmod 644 /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmoabis.a
libtool: install: ranlib /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmoabis.a
libtool: install: /usr/bin/install -c .libs/libosmotrau.a /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmotrau.a
libtool: install: chmod 644 /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmotrau.a
libtool: install: ranlib /obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/libosmotrau.a
libtool: warning: remember to run 'libtool --finish /usr/lib/x86_64-linux-gnu'
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/src'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/src'
Making install in tests
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/tests'
Making install in doc
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
Making install in examples
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
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/libosmo-abis/doc/examples'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc/examples'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[5]: Entering directory '/obs/_temp/binpkgs/libosmo-abis/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/libosmo-abis/doc'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis/doc'
make[3]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make[4]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
make[4]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
/usr/bin/install -c -m 644 libosmoabis.pc libosmotrau.pc '/obs/_temp/binpkgs/libosmo-abis/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig'
make[4]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[3]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[2]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
dh_install -O--fail-missing
dh_install: warning: Please use dh_missing --list-missing/--fail-missing instead
dh_install: warning: This feature will be removed in compat 12.
dh_installdocs -O--fail-missing
dh_installchangelogs -O--fail-missing
dh_systemd_enable -O--fail-missing
dh_installinit -O--fail-missing
dh_systemd_start -O--fail-missing
dh_perl -O--fail-missing
dh_link -O--fail-missing
dh_strip_nondeterminism -O--fail-missing
dh_compress -O--fail-missing
dh_fixperms -O--fail-missing
dh_missing -O--fail-missing
debian/rules override_dh_strip
make[1]: Entering directory '/obs/_temp/binpkgs/libosmo-abis'
dh_strip --dbg-package=libosmo-abis-dbg
make[1]: Leaving directory '/obs/_temp/binpkgs/libosmo-abis'
dh_makeshlibs -O--fail-missing
dh_shlibdeps -O--fail-missing
dh_installdeb -O--fail-missing
dh_gencontrol -O--fail-missing
dh_md5sums -O--fail-missing
dh_builddeb -O--fail-missing
dpkg-deb: building package 'libosmo-abis' in '../libosmo-abis_2.0.0.30.3244_amd64.deb'.
dpkg-deb: building package 'libosmo-abis-dbg' in '../libosmo-abis-dbg_2.0.0.30.3244_amd64.deb'.
dpkg-deb: building package 'libosmoabis15' in '../libosmoabis15_2.0.0.30.3244_amd64.deb'.
dpkg-deb: building package 'libosmotrau11' in '../libosmotrau11_2.0.0.30.3244_amd64.deb'.
dpkg-deb: building package 'libosmo-abis-dev' in '../libosmo-abis-dev_2.0.0.30.3244_amd64.deb'.
dpkg-genbuildinfo -O../libosmo-abis_2.0.0.30.3244_amd64.buildinfo
dpkg-genchanges -O../libosmo-abis_2.0.0.30.3244_amd64.changes
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-abis-dbg_2.0.0.30.3244_amd64.deb
drwxr-xr-x root/root 0 2025-10-08 16:13 ./
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/debug/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/debug/.build-id/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/debug/.build-id/96/
-rw-r--r-- root/root 209904 2025-10-08 16:13 ./usr/lib/debug/.build-id/96/fbd98b33f1e8552ab486bc867cf6954308383b.debug
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/debug/.build-id/d7/
-rw-r--r-- root/root 113792 2025-10-08 16:13 ./usr/lib/debug/.build-id/d7/ed95edfd77519587b7f8a3539a997af3b4f73a.debug
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dbg/
-rw-r--r-- root/root 7413 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dbg/changelog.gz
-rw-r--r-- root/root 3449 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dbg/copyright
+ dpkg -c libosmo-abis-dev_2.0.0.30.3244_amd64.deb
drwxr-xr-x root/root 0 2025-10-08 16:13 ./
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/include/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/include/osmocom/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/include/osmocom/abis/
-rw-r--r-- root/root 88 2025-10-08 16:13 ./usr/include/osmocom/abis/abis.h
-rw-r--r-- root/root 12387 2025-10-08 16:13 ./usr/include/osmocom/abis/e1_input.h
-rw-r--r-- root/root 5758 2025-10-08 16:13 ./usr/include/osmocom/abis/ipa.h
-rw-r--r-- root/root 329 2025-10-08 16:13 ./usr/include/osmocom/abis/ipaccess.h
-rw-r--r-- root/root 2939 2025-10-08 16:13 ./usr/include/osmocom/abis/lapd.h
-rw-r--r-- root/root 362 2025-10-08 16:13 ./usr/include/osmocom/abis/lapd_pcap.h
-rw-r--r-- root/root 3750 2025-10-08 16:13 ./usr/include/osmocom/abis/subchan_demux.h
-rw-r--r-- root/root 2716 2025-10-08 16:13 ./usr/include/osmocom/abis/trau_frame.h
-rw-r--r-- root/root 685 2025-10-08 16:13 ./usr/include/osmocom/abis/unixsocket_proto.h
-rw-r--r-- root/root 540 2025-10-08 16:13 ./usr/include/osmocom/abis/version.h
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/include/osmocom/trau/
-rw-r--r-- root/root 917 2025-10-08 16:13 ./usr/include/osmocom/trau/clearmode.h
-rw-r--r-- root/root 3008 2025-10-08 16:13 ./usr/include/osmocom/trau/csd_ra2.h
-rw-r--r-- root/root 3859 2025-10-08 16:13 ./usr/include/osmocom/trau/csd_raa_prime.h
-rw-r--r-- root/root 1736 2025-10-08 16:13 ./usr/include/osmocom/trau/csd_v110.h
-rw-r--r-- root/root 4243 2025-10-08 16:13 ./usr/include/osmocom/trau/osmo_ortp.h
-rw-r--r-- root/root 1382 2025-10-08 16:13 ./usr/include/osmocom/trau/tfo_frame.h
-rw-r--r-- root/root 6000 2025-10-08 16:13 ./usr/include/osmocom/trau/trau_frame.h
-rw-r--r-- root/root 10173 2025-10-08 16:13 ./usr/include/osmocom/trau/trau_pcu_ericsson.h
-rw-r--r-- root/root 1343 2025-10-08 16:13 ./usr/include/osmocom/trau/trau_rtp.h
-rw-r--r-- root/root 1062 2025-10-08 16:13 ./usr/include/osmocom/trau/trau_sync.h
-rw-r--r-- root/root 1995 2025-10-08 16:13 ./usr/include/osmocom/trau/twts007.h
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 308368 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmoabis.a
-rw-r--r-- root/root 1202 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmoabis.la
-rw-r--r-- root/root 139170 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmotrau.a
-rw-r--r-- root/root 1221 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmotrau.la
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/pkgconfig/
-rw-r--r-- root/root 289 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/pkgconfig/libosmoabis.pc
-rw-r--r-- root/root 268 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/pkgconfig/libosmotrau.pc
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dev/
-rw-r--r-- root/root 7411 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dev/changelog.gz
-rw-r--r-- root/root 3449 2025-10-08 16:13 ./usr/share/doc/libosmo-abis-dev/copyright
lrwxrwxrwx root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmoabis.so -> libosmoabis.so.15.0.0
lrwxrwxrwx root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmotrau.so -> libosmotrau.so.11.0.0
+ dpkg -c libosmo-abis_2.0.0.30.3244_amd64.deb
drwxr-xr-x root/root 0 2025-10-08 16:13 ./
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/libosmo-abis/
-rw-r--r-- root/root 7410 2025-10-08 16:13 ./usr/share/doc/libosmo-abis/changelog.gz
-rw-r--r-- root/root 3449 2025-10-08 16:13 ./usr/share/doc/libosmo-abis/copyright
+ dpkg -c libosmoabis15_2.0.0.30.3244_amd64.deb
drwxr-xr-x root/root 0 2025-10-08 16:13 ./
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 173176 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmoabis.so.15.0.0
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/libosmoabis15/
-rw-r--r-- root/root 7414 2025-10-08 16:13 ./usr/share/doc/libosmoabis15/changelog.gz
-rw-r--r-- root/root 3449 2025-10-08 16:13 ./usr/share/doc/libosmoabis15/copyright
lrwxrwxrwx root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmoabis.so.15 -> libosmoabis.so.15.0.0
+ dpkg -c libosmotrau11_2.0.0.30.3244_amd64.deb
drwxr-xr-x root/root 0 2025-10-08 16:13 ./
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 108896 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmotrau.so.11.0.0
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/
drwxr-xr-x root/root 0 2025-10-08 16:13 ./usr/share/doc/libosmotrau11/
-rw-r--r-- root/root 7413 2025-10-08 16:13 ./usr/share/doc/libosmotrau11/changelog.gz
-rw-r--r-- root/root 3449 2025-10-08 16:13 ./usr/share/doc/libosmotrau11/copyright
lrwxrwxrwx root/root 0 2025-10-08 16:13 ./usr/lib/x86_64-linux-gnu/libosmotrau.so.11 -> libosmotrau.so.11.0.0
Build successful!
docker: running: data/build.sh inside docker
:: Find binary packages in: /home/osmocom-build/jenkins/workspace/gerrit-binpkgs@3/osmo-ci/scripts/obs/_temp/binpkgs
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 3716380 killed;
[ssh-agent] Stopped.
Finished: SUCCESS