Changes:
------------------------------------------ [...truncated 113.93 KiB...] checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_rtp.lo CC pq_ecu.lo CC pq_alsa.lo CC ecu_fr.lo CC formats.lo CC fmt_amr.lo CC fmt_ti.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_hr_ref.lo CC fmt_gsm.lo CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_ietf.lo CC codecs.lo CC fmt_amr_opencore.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[3]: Leaving directory '/build/libgsmhr' make[2]: *** [Makefile:600: distdir-am] Error 1 make[2]: Leaving directory '/build' make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2360095 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.34 KiB...] checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_alsa.lo CC pq_rtp.lo CC pq_ecu.lo CC ecu_fr.lo CC formats.lo CC fmt_ti.lo CC fmt_amr.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_gsm.lo CC fmt_hr_ref.lo CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC fmt_amr_opencore.lo CC codecs.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[3]: Leaving directory '/build/libgsmhr' make[2]: Leaving directory '/build' make[2]: *** [Makefile:600: distdir-am] Error 1 make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3640530 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.25 KiB...] checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_alsa.lo CC pq_rtp.lo CC ecu_fr.lo CC formats.lo CC pq_ecu.lo CC fmt_ti.lo CC fmt_amr.lo CC fmt_gsm.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_hr_ref.lo CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC fmt_amr_opencore.lo CC codecs.lo CC codec_pcm.lo CC codec_fr.lo CC codec_hr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[2]: *** [Makefile:600: distdir-am] Error 1 make[2]: Leaving directory '/build' make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1305973 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.47 KiB...] checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_alsa.lo CC pq_rtp.lo CC pq_ecu.lo CC ecu_fr.lo CC formats.lo CC fmt_ti.lo CC fmt_amr.lo CC fmt_gsm.lo CC fmt_hr_ref.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC fmt_amr_opencore.lo CC codecs.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[3]: Leaving directory '/build/libgsmhr' make[2]: *** [Makefile:600: distdir-am] Error 1 make[2]: Leaving directory '/build' make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 1858026 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.38 KiB...] checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_alsa.lo CC pq_rtp.lo CC pq_ecu.lo CC ecu_fr.lo CC formats.lo CC fmt_amr.lo CC fmt_ti.lo CC fmt_gsm.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_hr_ref.lo CC fmt_rawpcm.lo CC fmt_racal.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC fmt_amr_opencore.lo CC codecs.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[2]: Leaving directory '/build' make[2]: *** [Makefile:600: distdir-am] Error 1 make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 2374041 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.39 KiB...] checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_file.lo CC pq_alsa.lo CC pq_rtp.lo CC pq_ecu.lo CC ecu_fr.lo CC fmt_ti.lo CC formats.lo CC fmt_amr.lo CC fmt_gsm.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_hr_ref.lo CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC fmt_amr_opencore.lo CC codecs.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC common.lo CC benchmark.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[3]: Leaving directory '/build/libgsmhr' make[2]: *** [Makefile:600: distdir-am] Error 1 make[2]: Leaving directory '/build' make[1]: *** [Makefile:594: distdir] Error 2 make[1]: Leaving directory '/build' make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3104977 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ Started by upstream project "master-gapk" build number 2810 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (registry-build-amd64 ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace https://jenkins.osmocom.org/jenkins/job/master-gapk/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/ [ssh-agent] Looking for ssh-agent implementation... $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-8ZV8WfZB4uKO/agent.3545698 SSH_AGENT_PID=3545701 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: https://jenkins.osmocom.org/jenkins/job/master-gapk/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/@tmp/private_key_5836088697035175520.key (osmocom-jenkins) [ssh-agent] Using credentials docs (OS#5798) The recommended git tool is: NONE No credentials specified
git rev-parse --resolve-git-dir https://jenkins.osmocom.org/jenkins/job/master-gapk/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/.git # timeout=10
Fetching changes from the remote Git repository
git config remote.origin.url https://gerrit.osmocom.org/gapk # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/gapk
git --version # timeout=10 git --version # 'git version 2.39.5' git fetch --tags --force --progress -- https://gerrit.osmocom.org/gapk +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 0fe672e68d5c45ce866743348e37b55622b4f286 (origin/master)
git config core.sparsecheckout # timeout=10 git checkout -f 0fe672e68d5c45ce866743348e37b55622b4f286 # timeout=10
Commit message: "debian/control: libosmogapk-dev: add missing dep"
git rev-list --no-walk 0fe672e68d5c45ce866743348e37b55622b4f286 # timeout=10
[osmocom-master] $ /bin/sh -xe /tmp/jenkins14157739936877010796.sh + CCACHE_DIR=/home/osmocom-build/ccache/master-builds + mkdir -p /home/osmocom-build/ccache/master-builds + chown osmocom-build:osmocom-build /home/osmocom-build/ccache/master-builds + readlink -f /tmp/ssh-8ZV8WfZB4uKO/agent.3545698 + docker run --rm=true --cap-add SYS_PTRACE --security-opt seccomp=/home/osmocom-build/osmo-ci/_docker_playground/seccomp_profile.json --ulimit fsize=1000000000 -e ASCIIDOC_WARNINGS_CHECK=1 -e CFLAGS=-g -e HOME=/build -e IS_MASTER_BUILD=1 -e JOB_NAME=master-gapk/a1=default,a2=default,a3=default,a4=default,label=osmocom-master -e MAKE=make -e OSMOPY_DEBUG_TCP_SOCKETS=1 -e OSMO_GSM_MANUALS_DIR=/opt/osmo-gsm-manuals -e PARALLEL_MAKE=-j 12 -e PUBLISH=1 -e SSH_AUTH_SOCK=/ssh-agent -e WITH_MANUALS=1 -w /build -i -u build -v /tmp/ssh-8ZV8WfZB4uKO/agent.3545698:/ssh-agent -v /home/osmocom-build/osmo-ci:/osmo-ci:ro -v https://jenkins.osmocom.org/jenkins/job/master-gapk/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/ws/:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro -e CCACHE_DIR=/ccache -e PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin -v /home/osmocom-build/ccache/master-builds:/ccache osmocom-build/debian-trixie-build /usr/bin/timeout 30m /osmo-ci/scripts/wrapper_core_bt_on_error.sh /build/contrib/jenkins.sh + base=/build + deps=/build/deps + inst=/build/deps/install + export deps inst + osmo-clean-workspace.sh + chmod -R +w . + git checkout -f HEAD error: unable to write file .checkpatch.conf error: unable to write file .gitignore error: unable to write file .gitreview error: unable to write file COPYING error: unable to write file Makefile.am error: unable to write file README.md error: unable to write file configure.ac error: unable to write file contrib/benchmark.sh error: unable to write file contrib/gen_testdata.sh error: unable to write file contrib/jenkins.sh error: unable to write file debian/changelog error: unable to write file debian/compat error: unable to write file debian/control error: unable to write file debian/copyright error: unable to write file debian/gapk.install error: unable to write file debian/libosmogapk-dev.install error: unable to write file debian/libosmogapk0.install error: unable to write file debian/rules fatal: sha1 file '/build/.git/index.lock' write error. Out of diskspace Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 3545701 killed; [ssh-agent] Stopped. Archiving artifacts
Changes:
------------------------------------------ [...truncated 129.38 KiB...] checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for GNU libc compatible malloc... yes checking for memset... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating libgsmhr/Makefile config.status: creating include/Makefile config.status: creating include/gsmhr/Makefile config.status: creating libosmogapk.pc config.status: creating tests/atlocal config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing tests/atconfig commands + make -j 12 echo 1.1.2.1-0fe6 > .version-t && mv .version-t .version make all-recursive make[1]: Entering directory '/build' Making all in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making all in src make[2]: Entering directory '/build/src' CC app_osmo_gapk.o CC procqueue.lo CC pq_format.lo CC pq_codec.lo CC pq_alsa.lo CC pq_file.lo CC pq_rtp.lo CC pq_ecu.lo CC ecu_fr.lo CC formats.lo CC fmt_ti.lo CC fmt_amr.lo CC fmt_gsm.lo ecu_fr.c: In function 'ecu_proc_fr': ecu_fr.c:52:17: warning: 'osmo_ecu_fr_reset' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 52 | osmo_ecu_fr_reset(state, (uint8_t *) in); | ^~~~~~~~~~~~~~~~~ In file included from ecu_fr.c:30: /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:15:6: note: declared here 15 | void osmo_ecu_fr_reset(struct osmo_ecu_fr_state *state, const uint8_t *frame) | ^~~~~~~~~~~~~~~~~ ecu_fr.c:73:9: warning: 'osmo_ecu_fr_conceal' is deprecated: Use generic ECU abstraction layer instead [-Wdeprecated-declarations] 73 | rc = osmo_ecu_fr_conceal(state, out); | ^~ /build/deps/install/stow/libosmocore/include/osmocom/codec/ecu.h:17:5: note: declared here 17 | int osmo_ecu_fr_conceal(struct osmo_ecu_fr_state *state, uint8_t *frame) | ^~~~~~~~~~~~~~~~~~~ CC fmt_hr_ref.lo CC fmt_racal.lo CC fmt_rawpcm.lo CC fmt_rtp_amr.lo CC fmt_rtp_efr.lo CC fmt_rtp_hr_etsi.lo CC fmt_rtp_hr_ietf.lo CC codecs.lo CC fmt_amr_opencore.lo CC codec_pcm.lo CC codec_hr.lo CC codec_fr.lo CC codec_efr.lo CC codec_amr.lo CC benchmark.lo CC common.lo CCLD libosmogapk.la CCLD osmo-gapk make[2]: Leaving directory '/build/src' Making all in tests make[2]: Entering directory '/build/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib make check make check-recursive make[1]: Entering directory '/build' Making check in include make[2]: Entering directory '/build/include' make[3]: Entering directory '/build/include' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/build/include' make[2]: Leaving directory '/build/include' Making check in src make[2]: Entering directory '/build/src' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/build/src' Making check in tests make[2]: Entering directory '/build/tests' make procqueue/pq_test io/pq_file_test io/pq_rtp_test ecu/ecu_fr_test make[3]: Entering directory '/build/tests' CC procqueue/pq_test.o CCLD procqueue/pq_test CC io/pq_file_test.o CCLD io/pq_file_test CC io/pq_rtp_test.o CCLD io/pq_rtp_test CC ecu/ecu_fr_test.o CCLD ecu/ecu_fr_test make[3]: Leaving directory '/build/tests' make check-local make[3]: Entering directory '/build/tests' :;{ \ echo '# Signature of the current package.' && \ echo 'm4_define([AT_PACKAGE_NAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_TARNAME],' && \ echo ' [gapk])' && \ echo 'm4_define([AT_PACKAGE_VERSION],' && \ echo ' [1.1.2.1-0fe6])' && \ echo 'm4_define([AT_PACKAGE_STRING],' && \ echo ' [gapk 1.1.2.1-0fe6])' && \ 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' ## ----------------------------- ## ## gapk 1.1.2.1-0fe6 test suite. ## ## ----------------------------- ##
Regression tests.
1: procqueue ok 2: io/pq_file ok 3: io/pq_rtp ok 4: ecu/ecu_fr_test ok 5: conv/enc/amr_efr skipped (testsuite.at:36) 6: conv/enc/gsm ok 7: conv/enc/racal_hr skipped (testsuite.at:58) 8: conv/enc/racal_fr ok 9: conv/enc/racal_efr skipped (testsuite.at:80) 10: conv/enc/ti_hr skipped (testsuite.at:91) 11: conv/enc/ti_fr ok 12: conv/enc/ti_efr skipped (testsuite.at:113) 13: conv/enc/rtp_efr skipped (testsuite.at:124) 14: conv/enc/rtp_hr_etsi skipped (testsuite.at:135) 15: conv/enc/rtp_hr_ietf skipped (testsuite.at:146) 16: conv/dec/amr_efr skipped (testsuite.at:157) 17: conv/dec/gsm ok 18: conv/dec/racal_hr skipped (testsuite.at:179) 19: conv/dec/racal_fr ok 20: conv/dec/racal_efr skipped (testsuite.at:201) 21: conv/dec/ti_hr skipped (testsuite.at:212) 22: conv/dec/ti_fr ok 23: conv/dec/ti_efr skipped (testsuite.at:234) 24: conv/dec/rtp_efr skipped (testsuite.at:245) 25: conv/dec/rtp_hr_etsi skipped (testsuite.at:256) 26: conv/dec/rtp_hr_ietf skipped (testsuite.at:267)
## ------------- ## ## Test results. ## ## ------------- ##
10 tests were successful. 16 tests were skipped. make[3]: Leaving directory '/build/tests' make[2]: Leaving directory '/build/tests' make[2]: Entering directory '/build' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/build' make[1]: Leaving directory '/build' + LD_LIBRARY_PATH=/build/deps/install/lib DISTCHECK_CONFIGURE_FLAGS= make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/build' make distdir-am make[2]: Entering directory '/build' if test -d "gapk-1.1.2.1-0fe6"; then find "gapk-1.1.2.1-0fe6" -type d ! -perm -700 -exec chmod u+rwx {} ';' ; rm -rf "gapk-1.1.2.1-0fe6" || { sleep 5 && rm -rf "gapk-1.1.2.1-0fe6"; }; else :; fi (cd include && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/include' make distdir-am make[4]: Entering directory '/build/include' (cd gsmhr && make top_distdir=../../gapk-1.1.2.1-0fe6 distdir=../../gapk-1.1.2.1-0fe6/include/gsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/build/include/gsmhr' make distdir-am make[6]: Entering directory '/build/include/gsmhr' make[6]: Leaving directory '/build/include/gsmhr' make[5]: Leaving directory '/build/include/gsmhr' make[4]: Leaving directory '/build/include' make[3]: Leaving directory '/build/include' (cd libgsmhr && make top_distdir=../gapk-1.1.2.1-0fe6 distdir=../gapk-1.1.2.1-0fe6/libgsmhr \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/build/libgsmhr' make distdir-am make[4]: Entering directory '/build/libgsmhr' ./fetch_sources.py "refsrc" [INFO] fetch_sources.py:47 Requesting file: http://www.3gpp.org/ftp/Specs/archive/06_series/06.06/0606-421.zip Traceback (most recent call last): File "/build/libgsmhr/./fetch_sources.py", line 75, in <module> main(*sys.argv) ~~~~^^^^^^^^^^^ File "/build/libgsmhr/./fetch_sources.py", line 48, in main with urllib.request.urlopen(URL) as response: ~~~~~~~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 189, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 495, in open response = meth(req, response) File "/usr/lib/python3.13/urllib/request.py", line 604, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib/python3.13/urllib/request.py", line 533, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(*args) File "/usr/lib/python3.13/urllib/request.py", line 613, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden make[4]: *** [Makefile:781: refsrc/.downloaded] Error 1 make[4]: Leaving directory '/build/libgsmhr' make[3]: *** [Makefile:591: distdir] Error 2 make[3]: Leaving directory '/build/libgsmhr' make[2]: Leaving directory '/build' make[2]: *** [Makefile:600: distdir-am] Error 1 make[1]: Leaving directory '/build' make[1]: *** [Makefile:594: distdir] Error 2 make: *** [Makefile:702: dist] Error 2 + cat-testlogs.sh Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 625399 killed; [ssh-agent] Stopped. Archiving artifacts
jenkins-notifications@lists.osmocom.org