See <https://jenkins.osmocom.org/jenkins/job/master-libosmo-sigtran/a1=default,a…>
Changes:
------------------------------------------
[...truncated 345.17 KiB...]
dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd libosmo-sigtran-2.1.0.164-775d/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
&& am__cwd=`pwd` \
&& CDPATH="${ZSH_VERSION+.}:" && cd libosmo-sigtran-2.1.0.164-775d/_build/sub \
&& ../../configure \
--with-systemdsystemunitdir=$dc_install_base//lib/systemd/system \
--enable-external-tests --enable-manuals \
--srcdir=../.. --prefix="$dc_install_base" \
&& make \
&& make dvi \
&& make check \
&& make install \
&& make installcheck \
&& make uninstall \
&& make distuninstallcheck_dir="$dc_install_base" \
distuninstallcheck \
&& chmod -R a-w "$dc_install_base" \
&& ({ \
(cd ../.. && umask 077 && mkdir "$dc_destdir") \
&& make DESTDIR="$dc_destdir" install \
&& make DESTDIR="$dc_destdir" uninstall \
&& make DESTDIR="$dc_destdir" \
distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
} || { rm -rf "$dc_destdir"; exit 1; }) \
&& rm -rf "$dc_destdir" \
&& make dist \
&& rm -rf libosmo-sigtran-2.1.0.164-775d.tar.gz libosmo-sigtran-2.1.0.164-775d.tar.bz2 \
&& make distcleancheck \
&& cd "$am__cwd" \
|| exit 1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... unsupported
checking for gcc option to enable C99 features... unsupported
checking for gcc option to enable C89 features... unsupported
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... failed
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... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for libosmocore >= 1.11.0... yes
checking for libosmovty >= 1.11.0... yes
checking for libosmogsm >= 1.11.0... yes
checking for libosmo-netif >= 1.6.0... yes
checking for library containing sctp_recvmsg... -lsctp
checking if gcc supports -fvisibility=hidden... yes
checking for doxygen... /usr/bin/doxygen
checking for OSMO_GSM_MANUALS_DIR... /opt/osmo-gsm-manuals (from env)
All dependencies installed!
checking for python... no
checking for python2... no
checking for python3... /usr/bin/python3
checking for python version... 3.11
checking for python platform... linux
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages
checking for osmo_verify_transcript_vty.py... yes
checking whether to enable VTY/CTRL tests... yes
CFLAGS="-g -std=gnu11 -fsanitize=address -fsanitize=undefined -Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition -Wno-error=cpp -Wall -std=gnu11 -Wall"
CPPFLAGS=" -Wall"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libosmo-sigtran.pc
config.status: creating include/osmocom/Makefile
config.status: creating include/osmocom/sccp/Makefile
config.status: creating include/osmocom/sigtran/Makefile
config.status: creating include/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/m2ua/Makefile
config.status: creating tests/xua/Makefile
config.status: creating tests/ss7/Makefile
config.status: creating tests/vty/Makefile
config.status: creating examples/Makefile
config.status: creating stp/Makefile
config.status: creating doc/Makefile
config.status: creating doc/examples/Makefile
config.status: creating doc/manuals/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/systemd/Makefile
config.status: creating Doxyfile
config.status: creating Makefile
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub'
make all-recursive
make[2]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub'
Making all in include
make[3]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include'
Making all in osmocom
make[4]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom'
Making all in sccp
make[5]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom/sccp'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom/sccp'
Making all in sigtran
make[5]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom/sigtran'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom/sigtran'
make[5]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom'
make[4]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include/osmocom'
make[4]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include'
make[3]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/include'
Making all in src
make[3]: Entering directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/src'
CC libxua_a-xua_msg.o
CC ipa.lo
CC m3ua.lo
CC sccp2sua.lo
CC sccp_connection.lo
CC sccp_helpers.lo
CC sccp_instance.lo
CC sccp_lbcs.lo
CC sccp_sap.lo
CC sccp_sclc.lo
CC sccp_scmg.lo
CC sccp_scrc.lo
CC sccp_scoc.lo
CC sccp_scoc_fsm.lo
CC sccp_types.lo
CC sccp_user.lo
CC sccp_vty.lo
CC ss7.lo
CC ss7_as.lo
CC ss7_as_vty.lo
../../../src/sccp_scoc_fsm.c: In function 'scoc_fsm_active':
../../../src/sccp_scoc_fsm.c:360:9: note: '#pragma message: TODO: internal disco: send N-DISCONNECT.ind to user'
360 | #pragma message("TODO: internal disco: send N-DISCONNECT.ind to user")
| ^~~~~~~
CC ss7_asp.lo
CC ss7_asp_vty.lo
CC ss7_asp_peer.lo
CC ss7_combined_linkset.lo
CC ss7_hmrt.lo
CC ss7_instance.lo
CC ss7_link.lo
CC ss7_linkset.lo
CC ss7_vty.lo
CC ss7_xua_srv.lo
CC ss7_xua_srv_vty.lo
CC ss7_route.lo
CC ss7_route_table.lo
CC ss7_user.lo
CC sua.lo
CC xua_asp_fsm.lo
CC xua_as_fsm.lo
CC xua_default_lm_fsm.lo
CC xua_msg.lo
CC xua_rkm.lo
CC xua_shared.lo
CC xua_snm.lo
AR libxua.a
ar: `u' modifier ignored since `D' is the default (see `U')
CCLD libosmo-sigtran.la
../libtool: eval: line 1874: syntax error near unexpected token `|'
../libtool: eval: line 1874: `/usr/bin/nm -B .libs/ipa.o .libs/m3ua.o .libs/sccp2sua.o .libs/sccp_connection.o .libs/sccp_helpers.o .libs/sccp_instance.o .libs/sccp_lbcs.o .libs/sccp_sap.o .libs/sccp_sclc.o .libs/sccp_scmg.o .libs/sccp_scrc.o .libs/sccp_scoc.o .libs/sccp_scoc_fsm.o .libs/sccp_types.o .libs/sccp_user.o .libs/sccp_vty.o .libs/ss7.o .libs/ss7_as.o .libs/ss7_as_vty.o .libs/ss7_asp.o .libs/ss7_asp_vty.o .libs/ss7_asp_peer.o .libs/ss7_combined_linkset.o .libs/ss7_hmrt.o .libs/ss7_instance.o .libs/ss7_link.o .libs/ss7_linkset.o .libs/ss7_vty.o .libs/ss7_xua_srv.o .libs/ss7_xua_srv_vty.o .libs/ss7_route.o .libs/ss7_route_table.o .libs/ss7_user.o .libs/sua.o .libs/xua_asp_fsm.o .libs/xua_as_fsm.o .libs/xua_default_lm_fsm.o .libs/xua_msg.o .libs/xua_rkm.o .libs/xua_shared.o .libs/xua_snm.o | | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libosmo-sigtran.exp'
make[3]: *** [Makefile:570: libosmo-sigtran.la] Error 2
make[3]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub/src'
make[2]: *** [Makefile:500: all-recursive] Error 1
make[2]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub'
make[1]: *** [Makefile:401: all] Error 2
make[1]: Leaving directory '/build/libosmo-sigtran-2.1.0.164-775d/_build/sub'
make: *** [Makefile:719: distcheck] Error 1
+ 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 1658759 killed;
[ssh-agent] Stopped.
Archiving artifacts
See <https://jenkins.osmocom.org/jenkins/job/master-osmocom-bb/a1=default,a2=def…>
Changes:
------------------------------------------
[...truncated 502.66 KiB...]
SIZE board/compal_e86/compal_dsp_dump.compalram.size
text data bss dec hex filename
23767 376 23732 47875 bb03 board/compal_e86/compal_dsp_dump.compalram.elf
SIZE board/compal_e99/compal_dsp_dump.compalram.size
text data bss dec hex filename
23168 376 24128 47672 ba38 board/compal_e99/compal_dsp_dump.compalram.elf
SIZE board/compal_e99/compal_dsp_dump.highram.size
text data bss dec hex filename
23172 376 24096 47644 ba1c board/compal_e99/compal_dsp_dump.highram.elf
SIZE board/se_j100/compal_dsp_dump.highram.size
text data bss dec hex filename
23116 376 23676 47168 b840 board/se_j100/compal_dsp_dump.highram.elf
SIZE board/se_j100/compal_dsp_dump.compalram.size
text data bss dec hex filename
23112 376 23708 47196 b85c board/se_j100/compal_dsp_dump.compalram.elf
SIZE board/se_k2xx/compal_dsp_dump.highram.size
text data bss dec hex filename
23251 376 33940 57567 e0df board/se_k2xx/compal_dsp_dump.highram.elf
SIZE board/gta0x/compal_dsp_dump.highram.size
text data bss dec hex filename
16343 344 17556 34243 85c3 board/gta0x/compal_dsp_dump.highram.elf
SIZE board/gtm900b/compal_dsp_dump.highram.size
text data bss dec hex filename
17411 344 17560 35315 89f3 board/gtm900b/compal_dsp_dump.highram.elf
SIZE board/fcdev3b/compal_dsp_dump.highram.size
text data bss dec hex filename
15999 344 17556 33899 846b board/fcdev3b/compal_dsp_dump.highram.elf
SIZE board/pirelli_dpl10/compal_dsp_dump.highram.size
text data bss dec hex filename
23515 376 33940 57831 e1e7 board/pirelli_dpl10/compal_dsp_dump.highram.elf
SIZE board/tr800/compal_dsp_dump.highram.size
text data bss dec hex filename
18244 344 17556 36144 8d30 board/tr800/compal_dsp_dump.highram.elf
SIZE board/compal_e88/layer1.highram.size
text data bss dec hex filename
59462 3946 27048 90456 16158 board/compal_e88/layer1.highram.elf
SIZE board/compal_e88/layer1.e88flash.size
text data bss dec hex filename
59566 3948 27247 90761 16289 board/compal_e88/layer1.e88flash.elf
SIZE board/compal_e88/layer1.e88loader.size
text data bss dec hex filename
59242 3948 35495 98685 1817d board/compal_e88/layer1.e88loader.elf
SIZE board/compal_e88/layer1.compalram.size
text data bss dec hex filename
59458 3946 27080 90484 16174 board/compal_e88/layer1.compalram.elf
SIZE board/compal_e86/layer1.compalram.size
text data bss dec hex filename
57494 3922 32316 93732 16e24 board/compal_e86/layer1.compalram.elf
SIZE board/compal_e86/layer1.highram.size
text data bss dec hex filename
57466 3922 32284 93672 16de8 board/compal_e86/layer1.highram.elf
SIZE board/compal_e99/layer1.compalram.size
text data bss dec hex filename
56859 3922 32712 93493 16d35 board/compal_e99/layer1.compalram.elf
SIZE board/compal_e99/layer1.highram.size
text data bss dec hex filename
56863 3922 32680 93465 16d19 board/compal_e99/layer1.highram.elf
SIZE board/se_j100/layer1.compalram.size
text data bss dec hex filename
56835 3922 32292 93049 16b79 board/se_j100/layer1.compalram.elf
SIZE board/se_j100/layer1.highram.size
text data bss dec hex filename
56807 3922 32260 92989 16b3d board/se_j100/layer1.highram.elf
SIZE board/se_k2xx/layer1.highram.size
text data bss dec hex filename
58195 3922 42524 104641 198c1 board/se_k2xx/layer1.highram.elf
SIZE board/gta0x/layer1.highram.size
text data bss dec hex filename
51327 3890 26140 81357 13dcd board/gta0x/layer1.highram.elf
SIZE board/gtm900b/layer1.highram.size
text data bss dec hex filename
52491 3890 26148 82529 14261 board/gtm900b/layer1.highram.elf
SIZE board/fcdev3b/layer1.highram.size
text data bss dec hex filename
51047 3890 26140 81077 13cb5 board/fcdev3b/layer1.highram.elf
SIZE board/pirelli_dpl10/layer1.highram.size
text data bss dec hex filename
56914 3922 42528 103364 193c4 board/pirelli_dpl10/layer1.highram.elf
SIZE board/tr800/layer1.highram.size
text data bss dec hex filename
51739 3890 26140 81769 13f69 board/tr800/layer1.highram.elf
SIZE board/compal_e88/loader.highram.size
text data bss dec hex filename
27627 420 18532 46579 b5f3 board/compal_e88/loader.highram.elf
SIZE board/compal_e88/loader.compalram.size
text data bss dec hex filename
27625 420 18564 46609 b611 board/compal_e88/loader.compalram.elf
SIZE board/compal_e86/loader.compalram.size
text data bss dec hex filename
25531 388 23800 49719 c237 board/compal_e86/loader.compalram.elf
SIZE board/compal_e86/loader.highram.size
text data bss dec hex filename
25533 388 23768 49689 c219 board/compal_e86/loader.highram.elf
SIZE board/compal_e99/loader.compalram.size
text data bss dec hex filename
24931 388 24196 49515 c16b board/compal_e99/loader.compalram.elf
SIZE board/compal_e99/loader.highram.size
text data bss dec hex filename
24933 388 24164 49485 c14d board/compal_e99/loader.highram.elf
SIZE board/se_j100/loader.compalram.size
text data bss dec hex filename
24871 388 23776 49035 bf8b board/se_j100/loader.compalram.elf
SIZE board/se_j100/loader.highram.size
text data bss dec hex filename
24873 388 23744 49005 bf6d board/se_j100/loader.highram.elf
SIZE board/se_k2xx/loader.highram.size
text data bss dec hex filename
24975 388 34008 59371 e7eb board/se_k2xx/loader.highram.elf
SIZE board/gta0x/loader.highram.size
text data bss dec hex filename
18037 356 17624 36017 8cb1 board/gta0x/loader.highram.elf
SIZE board/gtm900b/loader.highram.size
text data bss dec hex filename
18325 356 17628 36309 8dd5 board/gtm900b/loader.highram.elf
SIZE board/fcdev3b/loader.highram.size
text data bss dec hex filename
17695 356 17624 35675 8b5b board/fcdev3b/loader.highram.elf
SIZE board/pirelli_dpl10/loader.highram.size
text data bss dec hex filename
25215 388 34008 59611 e8db board/pirelli_dpl10/loader.highram.elf
SIZE board/tr800/loader.highram.size
text data bss dec hex filename
19937 356 17624 37917 941d board/tr800/loader.highram.elf
SIZE board/compal_e88/rssi.e88loader.size
text data bss dec hex filename
77464 4060 33499 115023 1c14f board/compal_e88/rssi.e88loader.elf
SIZE board/compal_e88/rssi.e88flash.size
text data bss dec hex filename
77820 4060 25251 107131 1a27b board/compal_e88/rssi.e88flash.elf
SIZE board/compal_e88/rssi.highram.size
text data bss dec hex filename
77716 4058 25052 106826 1a14a board/compal_e88/rssi.highram.elf
SIZE board/compal_e86/rssi.highram.size
text data bss dec hex filename
75716 4034 30308 110058 1adea board/compal_e86/rssi.highram.elf
SIZE board/compal_e99/rssi.highram.size
text data bss dec hex filename
75117 4034 30708 109859 1ad23 board/compal_e99/rssi.highram.elf
SIZE board/se_j100/rssi.highram.size
text data bss dec hex filename
75061 4034 30284 109379 1ab43 board/se_j100/rssi.highram.elf
SIZE board/se_k2xx/rssi.highram.size
text data bss dec hex filename
76449 4034 40548 121031 1d8c7 board/se_k2xx/rssi.highram.elf
SIZE board/gta0x/rssi.highram.size
text data bss dec hex filename
69577 4002 24164 97743 17dcf board/gta0x/rssi.highram.elf
SIZE board/gtm900b/rssi.highram.size
text data bss dec hex filename
70741 4002 24172 98915 18263 board/gtm900b/rssi.highram.elf
SIZE board/fcdev3b/rssi.highram.size
text data bss dec hex filename
69297 4002 24164 97463 17cb7 board/fcdev3b/rssi.highram.elf
SIZE board/pirelli_dpl10/rssi.highram.size
text data bss dec hex filename
75164 4034 40552 119750 1d3c6 board/pirelli_dpl10/rssi.highram.elf
SIZE board/tr800/rssi.highram.size
text data bss dec hex filename
69989 4002 24164 98155 17f6b board/tr800/rssi.highram.elf
SIZE board/compal_e88/menu.e88flash.size
text data bss dec hex filename
26095 404 19447 45946 b37a board/compal_e88/menu.e88flash.elf
SIZE board/compal_e88/menu.e88loader.size
text data bss dec hex filename
25995 404 27695 54094 d34e board/compal_e88/menu.e88loader.elf
SIZE board/compal_e88/menu.compalram.size
text data bss dec hex filename
25987 404 19280 45671 b267 board/compal_e88/menu.compalram.elf
SIZE board/compal_e86/menu.compalram.size
text data bss dec hex filename
23861 380 24516 48757 be75 board/compal_e86/menu.compalram.elf
SIZE board/compal_e99/menu.compalram.size
text data bss dec hex filename
23308 380 24912 48600 bdd8 board/compal_e99/menu.compalram.elf
SIZE board/se_j100/menu.compalram.size
text data bss dec hex filename
23252 380 24492 48124 bbfc board/se_j100/menu.compalram.elf
make[1]: Leaving directory '/build/src/target/firmware'
+ cd /build/src/target/trx_toolkit
+ python3 -m unittest discover -v
test_no_timing_error_accumulated (test_clck_gen.CLCKGen_Test.test_no_timing_error_accumulated) ... WARNING:root:CLCKGen: time overrun by -4806us; resetting the clock
FAIL
test_period_is_gsm_frame (test_clck_gen.CLCKGen_Test.test_period_is_gsm_frame) ... ok
test_from_bytes (test_codec.BitFieldSet.test_from_bytes) ... ok
test_from_bytes_spare (test_codec.BitFieldSet.test_from_bytes_spare) ... ok
test_from_bytes_val (test_codec.BitFieldSet.test_from_bytes_val) ... ok
test_len_auto (test_codec.BitFieldSet.test_len_auto) ... ok
test_offset_mask (test_codec.BitFieldSet.test_offset_mask) ... ok
test_overflow (test_codec.BitFieldSet.test_overflow) ... ok
test_to_bytes (test_codec.BitFieldSet.test_to_bytes) ... ok
test_to_bytes_spare (test_codec.BitFieldSet.test_to_bytes_spare) ... ok
test_to_bytes_val (test_codec.BitFieldSet.test_to_bytes_val) ... ok
test_from_bytes (test_codec.Buf.test_from_bytes) ... ok
test_to_bytes (test_codec.Buf.test_to_bytes) ... ok
test_field_raises (test_codec.Envelope.test_field_raises) ... ok
test_from_bytes (test_codec.Envelope.test_from_bytes) ... ok
test_from_bytes_check (test_codec.Envelope.test_from_bytes_check) ... ok
test_rest_octets (test_codec.Envelope.test_rest_octets) ... ok
test_to_bytes (test_codec.Envelope.test_to_bytes) ... ok
test_to_bytes_check (test_codec.Envelope.test_to_bytes_check) ... ok
test_from_bytes (test_codec.Field.test_from_bytes) ... ok
test_get_len (test_codec.Field.test_get_len) ... ok
test_get_pres (test_codec.Field.test_get_pres) ... ok
test_get_val (test_codec.Field.test_get_val) ... ok
test_to_bytes (test_codec.Field.test_to_bytes) ... ok
test_from_bytes (test_codec.Sequence.test_from_bytes) ... ok
test_to_bytes (test_codec.Sequence.test_to_bytes) ... ok
test_from_bytes (test_codec.Spare.test_from_bytes) ... ok
test_to_bytes (test_codec.Spare.test_to_bytes) ... ok
test_int16 (test_codec.Uint.test_int16) ... ok
test_int32 (test_codec.Uint.test_int32) ... ok
test_int8 (test_codec.Uint.test_int8) ... ok
test_offset_mult (test_codec.Uint.test_offset_mult) ... ok
test_uint16 (test_codec.Uint.test_uint16) ... ok
test_uint32 (test_codec.Uint.test_uint32) ... ok
test_uint8 (test_codec.Uint.test_uint8) ... ok
test_parse_all_empty (test_data_dump.DATADump_Test.test_parse_all_empty) ... ok
test_parse_empty (test_data_dump.DATADump_Test.test_parse_empty) ... ok
test_parse_len_overflow (test_data_dump.DATADump_Test.test_parse_len_overflow) ... ok
test_parse_msg_idx (test_data_dump.DATADump_Test.test_parse_msg_idx) ... ok
test_parse_unknown_tag (test_data_dump.DATADump_Test.test_parse_unknown_tag) ... ok
test_store_and_parse_all (test_data_dump.DATADump_Test.test_store_and_parse_all) ... ok
test_store_and_parse_rx_msg (test_data_dump.DATADump_Test.test_store_and_parse_rx_msg) ... ok
test_store_and_parse_tx_msg (test_data_dump.DATADump_Test.test_store_and_parse_tx_msg) ... ok
test_bit_conv (test_data_msg.Msg_Test.test_bit_conv) ... ok
test_enc_dec (test_data_msg.Msg_Test.test_enc_dec) ... ok
test_rand_hdr_burst (test_data_msg.Msg_Test.test_rand_hdr_burst) ... ok
test_transform (test_data_msg.Msg_Test.test_transform) ... ok
test_validate (test_data_msg.Msg_Test.test_validate) ... ok
======================================================================
FAIL: test_no_timing_error_accumulated (test_clck_gen.CLCKGen_Test.test_no_timing_error_accumulated)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/src/target/trx_toolkit/test_clck_gen.py", line 60, in test_no_timing_error_accumulated
self.assertTrue((ntick+1)*clck.ctr_interval > dT, "tick #%d: time overrun by %dus total" %
AssertionError: False is not true : tick #200: time overrun by 5042us total
----------------------------------------------------------------------
Ran 48 tests in 0.959s
FAILED (failures=1)
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 1402277 killed;
[ssh-agent] Stopped.
Archiving artifacts