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