Bug#966941: libpsl: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2020-10-12 Thread Lukasz Zemczak
Hello!

Since we also saw the same FTBFS in Ubuntu, I have looked into it briefly today.
It seems that the test-is-public-builtin data needs to be updated for
the test to work as expected. This was fixed in libpsl 0.21.1 per this
commit:

https://github.com/rockdaboot/libpsl/commit/f364cea73e351ce62e0b337fd1fbc21e70b52d56

Cherry-picking the above commit (or simply pulling in 0.21.1) should
fix this error.

Cheers!

-- 
Ɓukasz 'sil2100' Zemczak
 Foundations Team
 lukasz.zemc...@canonical.com
 www.canonical.com



Bug#966941: libpsl: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2020-08-03 Thread Lucas Nussbaum
Source: libpsl
Version: 0.21.0-1.1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200802 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[5]: Entering directory '/<>/tests'
> FAIL: test-is-public-builtin
> PASS: test-is-cookie-domain-acceptable
> PASS: test-is-public
> PASS: test-registrable-domain
> PASS: test-is-public-all
> =
>libpsl 0.21.0: tests/test-suite.log
> =
> 
> # TOTAL: 5
> # PASS:  4
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: test-is-public-builtin
> 
> 
> have 8934 suffixes and 8 exceptions
> psl_is_public_suffix(whatever.platform.sh)=0 (expected 1)
> psl_is_public_suffix(.platform.sh)=0 (expected 1)
> psl_is_public_suffix2(whatever.platform.sh, NO_STAR_RULE)=0 (expected 1)
> psl_is_public_suffix2(.platform.sh, NO_STAR_RULE)=0 (expected 1)
> psl_builtin_file_time()=1596043500
> psl_builtin_sha1sum()=5db9beb156c226fd98a7e1d18c04eb5b2d6b4a87
> Summary: 4 out of 68 tests failed
> FAIL test-is-public-builtin (exit status: 1)
> 
> 
> Testsuite summary for libpsl 0.21.0
> 
> # TOTAL: 5
> # PASS:  4
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See tests/test-suite.log
> Please report to tim.rueh...@gmx.de
> 
> make[5]: *** [Makefile:799: test-suite.log] Error 1
> make[5]: Leaving directory '/<>/tests'
> make[4]: *** [Makefile:907: check-TESTS] Error 2
> make[4]: Leaving directory '/<>/tests'
> make[3]: *** [Makefile:1009: check-am] Error 2
> make[3]: Leaving directory '/<>/tests'
> make[2]: *** [Makefile:1011: check] Error 2
> make[2]: Leaving directory '/<>/tests'
> make[1]: *** [Makefile:535: check-recursive] Error 1
> make[1]: Leaving directory '/<>'
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/08/02/libpsl_0.21.0-1.1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.