Source: libbloom
Version: 1.6-6
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-binary-20230816 ftbfs-binary-after-build
User: [email protected]
Usertags: qa-doublebuild

Hi,

This package fails to do build a binary-only build (not source) after a
successful build (dpkg-buildpackage ; dpkg-buildpackage -b).

This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.

More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/DoubleBuild

Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env 
> -us -uc -rfakeroot -b
> ---------------------------------------------------------------------------------------------------------------------
> 
> dpkg-buildpackage: info: source package libbloom
> dpkg-buildpackage: info: source version 1.6-6
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Roger Shimizu <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    dh_auto_clean
>       make -j8 clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> rm -rf /<<PKGBUILDDIR>>/build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_clean
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure
>    debian/rules override_dh_auto_build
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build -- BITS=default
>       make -j8 "INSTALL=install --strip-program=true" BITS=default
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p /<<PKGBUILDDIR>>/build
> mkdir -p /<<PKGBUILDDIR>>/build
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/murmur2 -c murmur2/MurmurHash2.c -o 
> /<<PKGBUILDDIR>>/build/murmurhash2.o
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/murmur2 -c bloom.c -o 
> /<<PKGBUILDDIR>>/build/bloom.o
> (cd /<<PKGBUILDDIR>>/build && \
>     cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -Wl,-z,relro -Wl,-z,now bloom.o murmurhash2.o -shared -lm  \
>       -Wl,-soname,libbloom.so.1 -o libbloom.so.1.6 && \
>       rm -f libbloom.so.1 && ln -s libbloom.so.1.6 libbloom.so.1 && \
>       rm -f libbloom.so && ln -s libbloom.so.1 libbloom.so)
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    debian/rules override_dh_auto_test
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make BITS=default release_test
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -I/<<PKGBUILDDIR>> -c /<<PKGBUILDDIR>>/misc/test/test.c -o 
> /<<PKGBUILDDIR>>/build/test.o
> (cd /<<PKGBUILDDIR>>/build && \
>     cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -Wl,-z,relro -Wl,-z,now -lm test.o -L/<<PKGBUILDDIR>>/build 
> -Wl,-rpath,/<<PKGBUILDDIR>>/build -lbloom -o test-libbloom)
> cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -I/<<PKGBUILDDIR>> -c /<<PKGBUILDDIR>>/misc/test/basic.c -o 
> /<<PKGBUILDDIR>>/build/basic.o
> (cd /<<PKGBUILDDIR>>/build && \
>     cc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -I/usr/include/x86_64-linux-gnu -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -O3  -std=c99 -fPIC -DBLOOM_VERSION=1.6 
> -Wl,-z,relro -Wl,-z,now -lm basic.o -L/<<PKGBUILDDIR>>/build 
> -Wl,-rpath,/<<PKGBUILDDIR>>/build -lbloom -o test-basic)
> /<<PKGBUILDDIR>>/build/test-basic
> ----- Basic tests with shared library -----
> bloom at 0x7ffcbc288080 not initialized!
> bloom at 0x7ffcbc288080 not initialized!
> bloom at 0x7ffcbc288080
>  ->entries = 1002
>  ->error = 0.100000
>  ->bits = 4802
>  ->bits per elem = 4.792529
>  ->bytes = 601
>  ->hash functions = 4
> ----- DONE Basic tests with shared library -----
> /<<PKGBUILDDIR>>/build/test-libbloom
> ----- Running basic tests -----
> ----- basic -----
> bloom at 0x7ffdb4cfd2f0 not initialized!
> bloom at 0x7ffdb4cfd2f0 not initialized!
> bloom at 0x7ffdb4cfd2f0
>  ->entries = 1002
>  ->error = 0.100000
>  ->bits = 4802
>  ->bits per elem = 4.792529
>  ->bytes = 601
>  ->hash functions = 4
> ----- add_random(5002, 0.010000, 5000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd1b0
>  ->entries = 5002
>  ->error = 0.010000
>  ->bits = 47944
>  ->bits per elem = 9.585058
>  ->bytes = 5993
>  ->hash functions = 7
> entries: 5002, error: 0.010000, count: 5000, coll: 7, error: 0.001400, bytes: 
> 5993
> ----- add_random(10000, 0.100000, 10000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd1b0
>  ->entries = 10000
>  ->error = 0.100000
>  ->bits = 47925
>  ->bits per elem = 4.792529
>  ->bytes = 5991
>  ->hash functions = 4
> entries: 10000, error: 0.100000, count: 10000, coll: 240, error: 0.024000, 
> bytes: 5991
> ----- add_random(10000, 0.010000, 10000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd1b0
>  ->entries = 10000
>  ->error = 0.010000
>  ->bits = 95850
>  ->bits per elem = 9.585058
>  ->bytes = 11982
>  ->hash functions = 7
> entries: 10000, error: 0.010000, count: 10000, coll: 20, error: 0.002000, 
> bytes: 11982
> ----- add_random(10000, 0.001000, 10000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd2b0
>  ->entries = 10000
>  ->error = 0.001000
>  ->bits = 143775
>  ->bits per elem = 14.377588
>  ->bytes = 17972
>  ->hash functions = 10
> entries: 10000, error: 0.001000, count: 10000, coll: 0, error: 0.000000, 
> bytes: 17972
> ----- add_random(10000, 0.000100, 10000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd1b0
>  ->entries = 10000
>  ->error = 0.000100
>  ->bits = 191701
>  ->bits per elem = 19.170117
>  ->bytes = 23963
>  ->hash functions = 14
> entries: 10000, error: 0.000100, count: 10000, coll: 0, error: 0.000000, 
> bytes: 23963
> ----- add_random(1000000, 0.000100, 1000000, 0, 1, 32, 1) -----
> bloom at 0x7ffdb4cfd1b0
>  ->entries = 1000000
>  ->error = 0.000100
>  ->bits = 19170116
>  ->bits per elem = 19.170117
>  ->bytes = 2396265
>  ->hash functions = 14
> entries: 1000000, error: 0.000100, count: 1000000, coll: 13, error: 0.000013, 
> bytes: 2396265
> 
> Brought to you by libbloom-1.6
> ----- DONE Running basic tests -----
> if command -v valgrind; then \
>       valgrind --tool=memcheck --leak-check=full --show-reachable=yes \
>       --verbose \
>       /<<PKGBUILDDIR>>/build/test-libbloom; \
> else \
>       echo valgrind is not installed, so test is skipped.; \
> fi
> /usr/bin/valgrind
> ==3921687== Memcheck, a memory error detector
> ==3921687== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
> ==3921687== Using Valgrind-3.19.0-8d3c8034b8-20220411 and LibVEX; rerun with 
> -h for copyright info
> ==3921687== Command: /<<PKGBUILDDIR>>/build/test-libbloom
> ==3921687== 
> --3921687-- Valgrind options:
> --3921687--    --tool=memcheck
> --3921687--    --leak-check=full
> --3921687--    --show-reachable=yes
> --3921687--    --verbose
> --3921687-- Contents of /proc/version:
> --3921687--   Linux version 6.1.0-10-cloud-amd64 
> ([email protected]) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld 
> (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-1 
> (2023-07-14)
> --3921687-- 
> --3921687-- Arch and hwcaps: AMD64, LittleEndian, 
> amd64-cx16-lzcnt-rdtscp-sse3-ssse3-avx-avx2-bmi-f16c-rdrand-rdseed
> --3921687-- Page sizes: currently 4096, max supported 4096
> --3921687-- Valgrind library directory: /usr/libexec/valgrind
> --3921687-- Reading syms from /<<PKGBUILDDIR>>/build/test-libbloom
> --3921687-- Reading syms from /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
> --3921687--   Considering 
> /usr/lib/debug/.build-id/e6/64396d7c25533074698a0695127259dbbf56f3.debug ..
> --3921687--   .. build-id is valid
> --3921687-- Reading syms from /usr/libexec/valgrind/memcheck-amd64-linux
> --3921687--    object doesn't have a symbol table
> --3921687--    object doesn't have a dynamic symbol table
> --3921687-- Scheduler: using generic scheduler lock implementation.
> --3921687-- Reading suppressions file: /usr/libexec/valgrind/default.supp
> ==3921687== embedded gdbserver: reading from 
> /tmp/vgdb-pipe-from-vgdb-to-3921687-by-user42-on-???
> ==3921687== embedded gdbserver: writing to   
> /tmp/vgdb-pipe-to-vgdb-from-3921687-by-user42-on-???
> ==3921687== embedded gdbserver: shared mem   
> /tmp/vgdb-pipe-shared-mem-vgdb-3921687-by-user42-on-???
> ==3921687== 
> ==3921687== TO CONTROL THIS PROCESS USING vgdb (which you probably
> ==3921687== don't want to do, unless you know exactly what you're doing,
> ==3921687== or are doing some strange experiment):
> ==3921687==   /usr/bin/vgdb --pid=3921687 ...command...
> ==3921687== 
> ==3921687== TO DEBUG THIS PROCESS USING GDB: start GDB like this
> ==3921687==   /path/to/gdb /<<PKGBUILDDIR>>/build/test-libbloom
> ==3921687== and then give GDB the following command
> ==3921687==   target remote | /usr/bin/vgdb --pid=3921687
> ==3921687== --pid is optional if only one valgrind process is running
> ==3921687== 
> --3921687-- REDIR: 0x4022fa0 (ld-linux-x86-64.so.2:strlen) redirected to 
> 0x580bb0e2 (???)
> --3921687-- REDIR: 0x4021780 (ld-linux-x86-64.so.2:index) redirected to 
> 0x580bb0fc (???)
> --3921687-- Reading syms from 
> /usr/libexec/valgrind/vgpreload_core-amd64-linux.so
> --3921687--    object doesn't have a symbol table
> --3921687-- Reading syms from 
> /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so
> --3921687--    object doesn't have a symbol table
> ==3921687== WARNING: new redirection conflicts with existing -- ignoring it
> --3921687--     old: 0x04022fa0 (strlen              ) R-> (0000.0) 
> 0x580bb0e2 ???
> --3921687--     new: 0x04022fa0 (strlen              ) R-> (2007.0) 
> 0x048468a0 strlen
> --3921687-- REDIR: 0x40219a0 (ld-linux-x86-64.so.2:strcmp) redirected to 
> 0x4847780 (strcmp)
> --3921687-- REDIR: 0x4020c10 (ld-linux-x86-64.so.2:mempcpy) redirected to 
> 0x484b1a0 (mempcpy)
> --3921687-- Reading syms from /<<PKGBUILDDIR>>/build/libbloom.so.1.6
> --3921687-- Reading syms from /lib/x86_64-linux-gnu/libc.so.6
> --3921687--   Considering 
> /usr/lib/debug/.build-id/07/2feb34c63e054d60d94cbc68d92e4caad25d72.debug ..
> --3921687--   .. build-id is valid
> ==3921687== WARNING: new redirection conflicts with existing -- ignoring it
> --3921687--     old: 0x048f2910 (memalign            ) R-> (1011.0) 
> 0x04845bc0 memalign
> --3921687--     new: 0x048f2910 (memalign            ) R-> (1017.0) 
> 0x04845b90 aligned_alloc
> ==3921687== WARNING: new redirection conflicts with existing -- ignoring it
> --3921687--     old: 0x048f2910 (memalign            ) R-> (1011.0) 
> 0x04845bc0 memalign
> --3921687--     new: 0x048f2910 (memalign            ) R-> (1017.0) 
> 0x04845b60 aligned_alloc
> ==3921687== WARNING: new redirection conflicts with existing -- ignoring it
> --3921687--     old: 0x048f2910 (memalign            ) R-> (1011.0) 
> 0x04845bc0 memalign
> --3921687--     new: 0x048f2910 (memalign            ) R-> (1017.0) 
> 0x04845b90 aligned_alloc
> ==3921687== WARNING: new redirection conflicts with existing -- ignoring it
> --3921687--     old: 0x048f2910 (memalign            ) R-> (1011.0) 
> 0x04845bc0 memalign
> --3921687--     new: 0x048f2910 (memalign            ) R-> (1017.0) 
> 0x04845b60 aligned_alloc
> --3921687-- Reading syms from /lib/x86_64-linux-gnu/libm.so.6
> --3921687--   Considering 
> /usr/lib/debug/.build-id/b1/3697d61a14215e59dfccf1b0a0f10d8755088c.debug ..
> --3921687--   .. build-id is valid
> --3921687-- REDIR: 0x48f8850 (libc.so.6:strnlen) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f88e0 (libc.so.6:strpbrk) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f6a00 (libc.so.6:strcmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x490b8a0 (libc.so.6:wcsnlen) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5b40 (libc.so.6:memset) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x490a190 (libc.so.6:wcslen) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5170 (libc.so.6:memcpy@@GLIBC_2.14) redirected to 
> 0x48371b0 (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x4909f80 (libc.so.6:wcschr) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f68f0 (libc.so.6:index) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f8910 (libc.so.6:rindex) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x490a010 (libc.so.6:wcscmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5d80 (libc.so.6:stpncpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x490a5c0 (libc.so.6:wmemchr) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f8700 (libc.so.6:strncmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5df0 (libc.so.6:strcasecmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f7c60 (libc.so.6:strcspn) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x490a0a0 (libc.so.6:wcscpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f6870 (libc.so.6:strcat) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f85f0 (libc.so.6:strncasecmp_l) redirected to 
> 0x48371b0 (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5080 (libc.so.6:bcmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5ab0 (libc.so.6:memrchr) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f6970 (libc.so.6:strchrnul) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f7be0 (libc.so.6:strcpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5e90 (libc.so.6:strcasecmp_l) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f84c0 (libc.so.6:strlen) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f87a0 (libc.so.6:strncpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5d00 (libc.so.6:stpcpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5890 (libc.so.6:memmove) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> ==3921687== Preferring higher priority redirection:
> --3921687--     old: 0x049ac440 (__memcpy_avx_unalign) R-> (2018.0) 
> 0x04848a60 __memcpy_avx_unaligned_erms
> --3921687--     new: 0x049ac440 (__memcpy_avx_unalign) R-> (2018.1) 
> 0x0484a2b0 memmove
> --3921687-- REDIR: 0x48f5000 (libc.so.6:memchr) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f8ad0 (libc.so.6:strspn) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f59a0 (libc.so.6:mempcpy) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f8550 (libc.so.6:strncasecmp) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x48f5c40 (libc.so.6:rawmemchr) redirected to 0x48371b0 
> (_vgnU_ifunc_wrapper)
> --3921687-- REDIR: 0x49b0fb0 (libc.so.6:__strrchr_avx2) redirected to 
> 0x48462e0 (rindex)
> --3921687-- REDIR: 0x49ae780 (libc.so.6:__strchrnul_avx2) redirected to 
> 0x484aca0 (strchrnul)
> --3921687-- REDIR: 0x49ac440 (libc.so.6:__memcpy_avx_unaligned_erms) 
> redirected to 0x484a2b0 (memmove)
> --3921687-- REDIR: 0x48f1b70 (libc.so.6:malloc) redirected to 0x4840740 
> (malloc)
> --3921687-- REDIR: 0x49ac3f0 (libc.so.6:__mempcpy_avx_unaligned_erms) 
> redirected to 0x484adb0 (mempcpy)
> --3921687-- REDIR: 0x48f29e0 (libc.so.6:calloc) redirected to 0x4845540 
> (calloc)
> --3921687-- REDIR: 0x49af100 (libc.so.6:__strlen_avx2) redirected to 
> 0x4846780 (strlen)
> --3921687-- REDIR: 0x48f2100 (libc.so.6:free) redirected to 0x4843110 (free)
> --3921687-- REDIR: 0x49ace40 (libc.so.6:__memset_avx2_unaligned_erms) 
> redirected to 0x484a1c0 (memset)
> ----- Running basic tests -----
> ----- basic -----
> bloom at 0x1ffefffe50 not initialized!
> bloom at 0x1ffefffe50 not initialized!
> bloom at 0x1ffefffe50
>  ->entries = 1002
>  ->error = 0.100000
>  ->bits = 4802
>  ->bits per elem = 4.792529
>  ->bytes = 601
>  ->hash functions = 4
> ----- add_random(5002, 0.010000, 5000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffd10
>  ->entries = 5002
>  ->error = 0.010000
>  ->bits = 47944
>  ->bits per elem = 9.585058
>  ->bytes = 5993
>  ->hash functions = 7
> entries: 5002, error: 0.010000, count: 5000, coll: 6, error: 0.001200, bytes: 
> 5993
> ----- add_random(10000, 0.100000, 10000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffd10
>  ->entries = 10000
>  ->error = 0.100000
>  ->bits = 47925
>  ->bits per elem = 4.792529
>  ->bytes = 5991
>  ->hash functions = 4
> entries: 10000, error: 0.100000, count: 10000, coll: 286, error: 0.028600, 
> bytes: 5991
> ----- add_random(10000, 0.010000, 10000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffd10
>  ->entries = 10000
>  ->error = 0.010000
>  ->bits = 95850
>  ->bits per elem = 9.585058
>  ->bytes = 11982
>  ->hash functions = 7
> entries: 10000, error: 0.010000, count: 10000, coll: 24, error: 0.002400, 
> bytes: 11982
> ----- add_random(10000, 0.001000, 10000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffe10
>  ->entries = 10000
>  ->error = 0.001000
>  ->bits = 143775
>  ->bits per elem = 14.377588
>  ->bytes = 17972
>  ->hash functions = 10
> entries: 10000, error: 0.001000, count: 10000, coll: 1, error: 0.000100, 
> bytes: 17972
> ----- add_random(10000, 0.000100, 10000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffd10
>  ->entries = 10000
>  ->error = 0.000100
>  ->bits = 191701
>  ->bits per elem = 19.170117
>  ->bytes = 23963
>  ->hash functions = 14
> entries: 10000, error: 0.000100, count: 10000, coll: 0, error: 0.000000, 
> bytes: 23963
> ----- add_random(1000000, 0.000100, 1000000, 0, 1, 32, 1) -----
> bloom at 0x1ffefffd10
>  ->entries = 1000000
>  ->error = 0.000100
>  ->bits = 19170116
>  ->bits per elem = 19.170117
>  ->bytes = 2396265
>  ->hash functions = 14
> entries: 1000000, error: 0.000100, count: 1000000, coll: 15, error: 0.000015, 
> bytes: 2396265
> 
> Brought to you by libbloom-1.6
> ----- DONE Running basic tests -----
> ==3921687== 
> ==3921687== HEAP SUMMARY:
> ==3921687==     in use at exit: 0 bytes in 0 blocks
> ==3921687==   total heap usage: 14 allocs, 14 frees, 35,906,863 bytes 
> allocated
> ==3921687== 
> ==3921687== All heap blocks were freed -- no leaks are possible
> ==3921687== 
> ==3921687== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
> /<<PKGBUILDDIR>>/build/test-libbloom -G 100000 1000000 50000 0.001 \
>     | tee short_coll_data
> 100000 0.001000 100000 14 0.000140 179720
> 150000 0.001000 150000 20 0.000133 269580
> 200000 0.001000 200000 19 0.000095 359440
> 250000 0.001000 250000 32 0.000128 449300
> 300000 0.001000 300000 28 0.000093 539160
> 350000 0.001000 350000 42 0.000120 629020
> 400000 0.001000 400000 51 0.000128 718880
> 450000 0.001000 450000 60 0.000133 808740
> 500000 0.001000 500000 74 0.000148 898600
> 550000 0.001000 550000 80 0.000145 988460
> 600000 0.001000 600000 74 0.000123 1078319
> 650000 0.001000 650000 83 0.000128 1168179
> 700000 0.001000 700000 75 0.000107 1258039
> 750000 0.001000 750000 102 0.000136 1347899
> 800000 0.001000 800000 92 0.000115 1437759
> 850000 0.001000 850000 97 0.000114 1527619
> 900000 0.001000 900000 117 0.000130 1617479
> 950000 0.001000 950000 125 0.000132 1707339
> 1000000 0.001000 1000000 128 0.000128 1797199
> gzip short_coll_data
> gzip: short_coll_data.gz already exists;      not overwritten
> make[2]: *** [Makefile:183: release_test] Error 2
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: *** [debian/rules:16: override_dh_auto_test] Error 2
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> make: *** [debian/rules:25: binary] Error 2
> dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 
> 2
> 
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage 
> --sanitize-env -us -uc -rfakeroot -b' failed to run.


The full build log is available from:
http://qa-logs.debian.net/2023/08/16/libbloom_1.6-6_unstable.log

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.

Reply via email to