Your message dated Sun, 21 Jun 2020 21:48:42 +0000
with message-id <e1jn7ps-000gii...@fasolo.debian.org>
and subject line Bug#963357: fixed in libtest-redisserver-perl 0.21-2
has caused the Debian Bug report #963357,
regarding libtest-redisserver-perl: FTBFS: test failed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
963357: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtest-redisserver-perl
Version: 0.21-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> test -x debian/rules
> mkdir -p "."
> cd . && perl -I. Build.PL --installdirs vendor --config ccflags="-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv
> -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64" --config cxxflags="-g -O2
> -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security" --config cppflags="-Wdate-time -D_FORTIFY_SOURCE=2
> -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe
> -I/usr/local/include" --config lddlflags="-Wl,-z,relro -shared
> -L/usr/local/lib -fstack-protector-strong" --destdir
> /<<PKGBUILDDIR>>/debian/libtest-redisserver-perl
> Creating new 'Build' script for 'Test-RedisServer' version '0.21'
> cd . && ./Build build
> cp lib/Test/RedisServer.pm blib/lib/Test/RedisServer.pm
> touch debian/stamp-perl-build
> cd . && ./Build test --verbose 1
> t/basic.t .........
> ok 1 - pid ok
> ok 2 - unix socket ok
> ok 3 - server key does not exist ok
> ok 4 - ping pong ok
> ok 5 - pid removed ok
> ok 6 - no server available ok
> ok 7 - pid ok
> ok 8 - sock does not exist ok
> ok 9 - server addr ok
> ok 10 - ping pong ok
> ok 11 - server died ok
> 1..11
> ok
> t/manual_start.t ..
> ok 1 - redis client object was not created ok
> ok 2 - error msg ok
> ok 3 - ping pong ok
> 1..3
> ok
> t/no_server.t .....
> ok 1 - server was not created ok
> ok 2 - error msg ok
> 1..2
> ok
> t/tmp_dir.t .......
> 15455:C 21 Jun 2020 07:36:01.819 # oO0OoO0OoO0Oo Redis is starting
> oO0OoO0OoO0Oo
> 15455:C 21 Jun 2020 07:36:01.819 # Redis version=6.0.5, bits=64,
> commit=00000000, modified=0, pid=15455, just started
> 15455:C 21 Jun 2020 07:36:01.819 # Configuration loaded
> 15455:M 21 Jun 2020 07:36:01.819 * Increased maximum number of open files to
> 10032 (it was originally set to 1024).
> 15455:M 21 Jun 2020 07:36:01.820 * Running mode=standalone, port=33269.
> 15455:M 21 Jun 2020 07:36:01.820 # WARNING: The TCP backlog setting of 511
> cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower
> value of 128.
> 15455:M 21 Jun 2020 07:36:01.820 # Server initialized
> 15455:M 21 Jun 2020 07:36:01.820 # WARNING overcommit_memory is set to 0!
> Background save may fail under low memory condition. To fix this issue add
> 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the
> command 'sysctl vm.overcommit_memory=1' for this to take effect.
> 15455:M 21 Jun 2020 07:36:01.820 # WARNING you have Transparent Huge Pages
> (THP) support enabled in your kernel. This will create latency and memory
> usage issues with Redis. To fix this issue run the command 'echo never >
> /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your
> /etc/rc.local in order to retain the setting after a reboot. Redis must be
> restarted after THP is disabled.
> 15455:M 21 Jun 2020 07:36:01.820 * Ready to accept connections
> 15455:signal-handler (1592724961) Received SIGTERM scheduling shutdown...
> 15455:M 21 Jun 2020 07:36:01.821 # User requested shutdown...
> 15455:M 21 Jun 2020 07:36:01.821 # Redis is now ready to exit, bye bye...
> ok 1 - no files remained after server shutdown
> 1..1
> ok
>
> # Failed test 'error msg ok'
> # at t/unknown_conf.t line 17.
> # '*** failed to launch redis-server ***
> #
> # *** FATAL CONFIG FILE ERROR (Redis 6.0.5) ***
> # Reading the configuration file, at line 2
> # >>> 'unknown_key unknown_val'
> # Bad directive or wrong number of arguments
> # at t/unknown_conf.t line 11.
> # '
> # doesn't match '(?^:\*\*\* FATAL CONFIG FILE ERROR \*\*\*)'
> # Looks like you failed 1 test of 2.
> t/unknown_conf.t ..
> ok 1 - server did not initialize ok
> not ok 2 - error msg ok
> 1..2
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/2 subtests
> t/wait.t ..........
> ok 1 - process exited
> ok 2 - no pid ok
> ok 3 - redis exit ok
> 1..3
> ok
>
> Test Summary Report
> -------------------
> t/unknown_conf.t (Wstat: 256 Tests: 2 Failed: 1)
> Failed test: 2
> Non-zero exit status: 1
> Files=6, Tests=22, 4 wallclock secs ( 0.03 usr 0.00 sys + 0.60 cusr 0.15
> csys = 0.78 CPU)
> Result: FAIL
> make: *** [/usr/share/cdbs/1/class/perl-build.mk:84: debian/stamp-perl-check]
> Error 1
The full build log is available from:
http://qa-logs.debian.net/2020/06/20/libtest-redisserver-perl_0.21-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.
--- End Message ---
--- Begin Message ---
Source: libtest-redisserver-perl
Source-Version: 0.21-2
Done: gregor herrmann <gre...@debian.org>
We believe that the bug you reported is fixed in the latest version of
libtest-redisserver-perl, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated
libtest-redisserver-perl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 21 Jun 2020 23:19:20 +0200
Source: libtest-redisserver-perl
Architecture: source
Version: 0.21-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: gregor herrmann <gre...@debian.org>
Closes: 963357
Changes:
libtest-redisserver-perl (0.21-2) unstable; urgency=medium
.
* Team upload.
.
[ Damyan Ivanov ]
* declare conformance with Policy 4.1.3 (no changes needed)
.
[ Salvatore Bonaccorso ]
* Update Vcs-* headers for switch to salsa.debian.org
.
[ gregor herrmann ]
* debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
* debian/*: update GitHub URLs to use HTTPS.
.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
.
[ gregor herrmann ]
* Add patch to fix test failure in t/unknown_conf.t.
Apparently the error message in Redis 6.0.5 changed, so update the regexp
in the test.
Thanks to Lucas Nussbaum for the bug report. (Closes: #963357)
Checksums-Sha1:
3935a0932b4979689eec8388e385b5fe3027a54e 2470
libtest-redisserver-perl_0.21-2.dsc
6c0283dd84bacca4b682b6e24d20ce0fdd1e9472 4164
libtest-redisserver-perl_0.21-2.debian.tar.xz
Checksums-Sha256:
b03a2c031b79eefe79be38aa2793ded7b05ec7c74ec76e4ecc1d7adf8cfd2659 2470
libtest-redisserver-perl_0.21-2.dsc
a020e4c84f6b4ea4012d43757814949303d86c05ad893f531196be19fdfdc324 4164
libtest-redisserver-perl_0.21-2.debian.tar.xz
Files:
be1510fda8cb3232a97fd9691587f0fb 2470 perl optional
libtest-redisserver-perl_0.21-2.dsc
c541da967b4793b576b79228523a582e 4164 perl optional
libtest-redisserver-perl_0.21-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAl7vz2ZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYcVQ/+LhWZHDlQ1ko9Y2T15blvuENde6/PU7ch4KI4vOucYY3QgB4k41al3yZr
K6MYQlsjZWvLoXOvcoDJIiTysmjyYkEy6WdggMAUVljc1+4Ogt6017cmfUm168nB
TlsLqXUiUs1N4tEQ4uVs+gvpuotG4k4tB38IocnMovjWdIfvbd1wkKD+VMxc2fvS
nE4MIXmHhcVq8LjiiG67B/MpyDuXU5RDOyfHaEuzu53hny8HwCiqc3cKl1+sEDLO
Q0gwejSnYzabMTVDgzNMcGGG9oClSXU4+c3c+dRLu+d9Jr/mA4Gpn60luQ41IzEh
7BEAr/DDAi1+7y7PTdbk7jVHKBapVlLHK1J3mwVF4M4wllJBuSs2Cl2f+2I86uwk
4WvpkmS2Qg7nZDihVwoMoOyBZR4QFN9zmlFt584DyCN6omIUIiqYEgSfAxfb4LFW
uhVAMipPZ/aWizJTGbDbiRehM6iN7aR1hgGpj39hNjq0Uhda62Q2gsvhQJBaSbEw
77TORPqmfXPhbDpFESNSK68NxQVBf5EHvw/NsBWAZhU2FhFTPh6Zmfaw3M5zrf7z
8Joz54kk2M2GksS5G0UceZRFidnNCZ6cFTgXRsF2chMB9M7yUDXYde88uiIOdkOC
ZTGTDLVE9nx+3pBUzkFY14GJAzAg4TLjyzz2FNZMia1UGAG6Eog=
=8Rm+
-----END PGP SIGNATURE-----
--- End Message ---