Source: etlcpp
Version: 20.37.2+dfsg-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20241222 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on arm64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG
> -I/<<PKGBUILDDIR>>/test/../include -isystem
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall
> -Wextra -Werror -MD -MT test/CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o
> -MF CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o.d -o
> CMakeFiles/etl_tests.dir/test_bloom_filter.cpp.o -c
> /<<PKGBUILDDIR>>/test/test_bloom_filter.cpp
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member
> function ‘virtual void
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_int8_t::RunImpl()
> const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:212:69: error:
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 212 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:212:83: error:
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 212 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member
> function ‘virtual void
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_checked_int8_t_using_non_member_function::RunImpl()
> const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:248:69: error:
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 248 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:248:83: error:
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 248 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member
> function ‘virtual void
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_unchecked_int8_t_using_non_member_function::RunImpl()
> const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:284:69: error:
> narrowing conversion of ‘-91’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 284 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:284:83: error:
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 284 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0x5A),
> int8_t(0xA5), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp: In member
> function ‘virtual void
> {anonymous}::Suitetest_bit_stream_reader::Testtest_read_int8_t_5bits::RunImpl()
> const’:
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:309:55: error:
> narrowing conversion of ‘-6’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 309 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0xFA),
> int8_t(0x05), int8_t(0xFF) };
> | ^~~~~~~~~~~~
> /<<PKGBUILDDIR>>/test/test_bit_stream_reader_big_endian.cpp:309:83: error:
> narrowing conversion of ‘-1’ from ‘int8_t’ {aka ‘signed char’} to ‘char’
> [-Wnarrowing]
> 309 | std::array<char, 4U> expected = { int8_t(0x01), int8_t(0xFA),
> int8_t(0x05), int8_t(0xFF) };
> |
> ^~~~~~~~~~~~
> [ 16%] Building CXX object
> test/CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG
> -I/<<PKGBUILDDIR>>/test/../include -isystem
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall
> -Wextra -Werror -MD -MT
> test/CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o -MF
> CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o.d -o
> CMakeFiles/etl_tests.dir/test_bresenham_line.cpp.o -c
> /<<PKGBUILDDIR>>/test/test_bresenham_line.cpp
> [ 16%] Building CXX object
> test/CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG
> -I/<<PKGBUILDDIR>>/test/../include -isystem
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall
> -Wextra -Werror -MD -MT test/CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o
> -MF CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o.d -o
> CMakeFiles/etl_tests.dir/test_bsd_checksum.cpp.o -c
> /<<PKGBUILDDIR>>/test/test_bsd_checksum.cpp
> [ 17%] Building CXX object
> test/CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o
> cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/test && /usr/bin/c++ -DETL_DEBUG
> -I/<<PKGBUILDDIR>>/test/../include -isystem
> /<<PKGBUILDDIR>>/test/UnitTest++/.. -Wno-aggressive-loop-optimizations
> -Wno-pessimizing-move -std=gnu++20 -fno-omit-frame-pointer -fno-common -Wall
> -Wextra -Werror -MD -MT
> test/CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o -MF
> CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o.d -o
> CMakeFiles/etl_tests.dir/test_buffer_descriptors.cpp.o -c
> /<<PKGBUILDDIR>>/test/test_buffer_descriptors.cpp
> make[4]: *** [test/CMakeFiles/etl_tests.dir/build.make:320:
> test/CMakeFiles/etl_tests.dir/test_bit_stream_reader_big_endian.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2024/12/22/etlcpp_20.37.2+dfsg-1.1_unstable-arm64.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241222;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241222&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.