Your message dated Thu, 14 Sep 2017 12:37:26 +0000
with message-id <e1dstoy-0004wp...@fasolo.debian.org>
and subject line Bug#868945: fixed in libtest-redisserver-perl 0.21-1
has caused the Debian Bug report #868945,
regarding libtest-redisserver-perl: FTBFS: /bin/sh: 1: /usr/bin/licensecheck:
not found
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.)
--
868945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868945
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libtest-redisserver-perl
Version: 0.20-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170719 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part (hopefully):
> debian/rules build
> CDBS WARNING: copyright-check disabled - licensecheck is missing.
> test -x debian/rules
> mkdir -p "."
>
> Scanning upstream source for new/changed copyright notices...
>
> set -e; LC_ALL=C.UTF-8 /usr/bin/licensecheck --check '.*' --recursive
> --copyright --deb-fmt --ignore
> '^(debian/(changelog|copyright(|_hints|_newhints)))$' --lines 0 * |
> /usr/lib/cdbs/licensecheck2dep5 > debian/copyright_newhints
> /bin/sh: 1: /usr/bin/licensecheck: not found
> 0 combinations of copyright and licensing found.
> No new copyright notices found - assuming no news is good news...
> touch debian/stamp-copyright-check
> touch debian/stamp-upstream-cruft
> 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.20'
> cd . && ./Build build
> cp lib/Test/RedisServer.pm blib/lib/Test/RedisServer.pm
> touch debian/stamp-perl-build
> cd . && ./Build test --verbose 1
> *** failed to launch redis-server ***
> 40903:C 19 Jul 12:00:56.265 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
> 40903:C 19 Jul 12:00:56.265 # Redis version=4.0.0, bits=64, commit=00000000,
> modified=0, pid=40903, just started
> 40903:C 19 Jul 12:00:56.265 # Configuration loaded
> 40903:M 19 Jul 12:00:56.266 * Increased maximum number of open files to 10032
> (it was originally set to 1024).
> 40903:M 19 Jul 12:00:56.266 * Running mode=standalone, port=38665.
> 40903:M 19 Jul 12:00:56.266 # WARNING: The TCP backlog setting of 511 cannot
> be enforced because /proc/sys/net/core/somaxconn is set to the lower value of
> 128.
> 40903:M 19 Jul 12:00:56.266 # Server initialized
> 40903:M 19 Jul 12:00:56.266 # 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.
> 40903:M 19 Jul 12:00:56.266 # 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.
> 40903:M 19 Jul 12:00:56.266 * Ready to accept connections
> 40903:signal-handler (1500465702) Received SIGTERM scheduling shutdown...
> 40903:M 19 Jul 12:01:42.859 # User requested shutdown...
> 40903:M 19 Jul 12:01:42.859 # Redis is now ready to exit, bye bye...
> at t/basic.t line 28.
> # Tests were run but no plan was declared and done_testing() was not seen.
> # Looks like your test exited with -1 just after 6.
> 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
> Dubious, test returned 255 (wstat 65280, 0xff00)
> All 6 subtests passed
> 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 .......
> 40923:C 19 Jul 12:01:43.488 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
> 40923:C 19 Jul 12:01:43.488 # Redis version=4.0.0, bits=64, commit=00000000,
> modified=0, pid=40923, just started
> 40923:C 19 Jul 12:01:43.488 # Configuration loaded
> 40923:M 19 Jul 12:01:43.488 * Increased maximum number of open files to 10032
> (it was originally set to 1024).
> 40923:M 19 Jul 12:01:43.489 * Running mode=standalone, port=41769.
> 40923:M 19 Jul 12:01:43.489 # WARNING: The TCP backlog setting of 511 cannot
> be enforced because /proc/sys/net/core/somaxconn is set to the lower value of
> 128.
> 40923:M 19 Jul 12:01:43.489 # Server initialized
> 40923:M 19 Jul 12:01:43.489 # 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.
> 40923:M 19 Jul 12:01:43.489 # 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.
> 40923:M 19 Jul 12:01:43.489 * Ready to accept connections
> 40923:signal-handler (1500465703) Received SIGTERM scheduling shutdown...
> 40923:M 19 Jul 12:01:43.490 # User requested shutdown...
> 40923:M 19 Jul 12:01:43.490 # Redis is now ready to exit, bye bye...
> ok 1 - no files remained after server shutdown
> 1..1
> ok
> t/unknown_conf.t ..
> ok 1 - server did not initialize ok
> ok 2 - error msg ok
> 1..2
> ok
> t/wait.t ..........
> ok 1 - process exited
> ok 2 - no pid ok
> ok 3 - redis exit ok
> 1..3
> ok
>
> Test Summary Report
> -------------------
> t/basic.t (Wstat: 65280 Tests: 6 Failed: 0)
> Non-zero exit status: 255
> Parse errors: No plan found in TAP output
> Files=6, Tests=17, 51 wallclock secs ( 0.01 usr 0.02 sys + 0.40 cusr 0.14
> csys = 0.57 CPU)
> Result: FAIL
> /usr/share/cdbs/1/class/perl-build.mk:84: recipe for target
> 'debian/stamp-perl-check' failed
> make: *** [debian/stamp-perl-check] Error 1
The full build log is available from:
http://aws-logs.debian.net/2017/07/19/libtest-redisserver-perl_0.20-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-1
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 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (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: Thu, 14 Sep 2017 14:16:27 +0200
Source: libtest-redisserver-perl
Binary: libtest-redisserver-perl
Architecture: source all
Version: 0.21-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description:
libtest-redisserver-perl - redis-server runner for tests
Closes: 868945
Changes:
libtest-redisserver-perl (0.21-1) unstable; urgency=medium
.
[ upstream ]
* New release.
.
[ Jonas Smedegaard ]
* Modernize cdbs:
+ Do copyright-check in maintainer script (not during build).
+ Relax to build-depend unversioned on cdbs.
+ Stop build-depend on devscripts.
Closes: Bug#868945. Thanks to Lucas Nussbaum.
* Update watch file:
+ Watch only MetaCPAN URL.
+ Mention gbp --uscan in usage comment.
+ Tighten version regex.
+ Use substitution strings.
* Update git-buildpackage config: Filter any .gitignore file.
* Update copyright info:
+ Use https protocol in initial format line.
+ Drop superfluous copyright signs.
+ Extend coverage for myself.
* Modernize Vcs-* fields:
+ Use https protocol.
+ Use git (not cgit) in path.
+ Consistently include .git suffix in path.
* Declare compliance with Debian Policy 4.1.0.
* Stop override lintian for
package-needs-versioned-debhelper-build-depends: Fixed in lintian.
* Tighten lintian overrides regarding License-Reference.
Checksums-Sha1:
27fa851e4be161e2318955e4126fbe992089256c 2209
libtest-redisserver-perl_0.21-1.dsc
05eac635019ed2889b8cf89baabfcd3f1f4837fc 14059
libtest-redisserver-perl_0.21.orig.tar.gz
6cf827cc2b946f2fa36dbc229f7ee2766992479c 3476
libtest-redisserver-perl_0.21-1.debian.tar.xz
0006606e454b637e4536178c863ea5b5bdc53a41 12090
libtest-redisserver-perl_0.21-1_all.deb
3774dff77b07f28438d2292522d188cbbc6d550f 6041
libtest-redisserver-perl_0.21-1_amd64.buildinfo
Checksums-Sha256:
4f8eb9e93269e1a1eedc398e7dee9800c00be2e7aef0b73af67bb4bb9f8ccc2b 2209
libtest-redisserver-perl_0.21-1.dsc
d03e695f672d58b345e66d97f9c7a692c59d4e38d5e04e678db098f204da95f5 14059
libtest-redisserver-perl_0.21.orig.tar.gz
36caa8aa383fda67c30a62ec1f495ea7b8cf19c2a84a13a1074694ecd4b34d15 3476
libtest-redisserver-perl_0.21-1.debian.tar.xz
41178904b6bb30ea50d5105690629cd5df05a53e87b804b1a36da2d62eb31de2 12090
libtest-redisserver-perl_0.21-1_all.deb
fc67ad85b59d70652830a0cb7c4e93da5ffaad0e97b421016463e6f4f3d427c6 6041
libtest-redisserver-perl_0.21-1_amd64.buildinfo
Files:
67d980b2770bf602c257f56840bb13e4 2209 perl optional
libtest-redisserver-perl_0.21-1.dsc
74ee6402cb5dff0de628077619237839 14059 perl optional
libtest-redisserver-perl_0.21.orig.tar.gz
2d14a8bb84e9635f64e9cf08cc76f336 3476 perl optional
libtest-redisserver-perl_0.21-1.debian.tar.xz
775bd432664cd9f72069a0cfdd5f9178 12090 perl optional
libtest-redisserver-perl_0.21-1_all.deb
0d9c983e2257eff23d1f6fe1da38617b 6041 perl optional
libtest-redisserver-perl_0.21-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlm6dFAACgkQLHwxRsGg
ASF9aA//cEdG5rVDr2ruuLyQedv9ViyE8V1K0som3KEogvJlF2CBjlVK0Se9joxr
RuVj2y8j/MmCmdcpYpOOtOg9mI6zsgX0SuvENGDwknztBFV+HWAXxuM4Gq/05yR8
USxx0gMR+77eLZAsBahXeP+sCZ7ktA6w84qxLrgaWxXY8ekV74FP7kCX94S8dhRN
fty2d1KF9F6Fm/Uh9mYzsgdPiVsmngfBXuBcuTK+4kC/oyRYfndT1B7oH++9QkKt
RLSH+H07y38dH0oo0OtYkPUwdzrTcUG4pJ4p47cEjf1CLNN7+tsk+aV8df/CavIj
hfO3Izxg4Oto8BU+voSyDN4JYiiwwuXBeUg8qqLbZ5csbrdO7cXVArEQBe9ZZ52t
jlAay+5IbgxuRzy3pbh8oUpf+yZE6SirACmuraLuloxN1xxBX+AgAWYOhgri8Gge
TDKK3pX5E7PFIQ0HBogf4RTpZ8Riyys+Q4TTMUmM/Stg9FL/jzenYOeqgmheahFM
hQqjaavbed+MKyi/K0Wj5qGW3dV20oAgMT7dt+Zq5iim7LcGpKw/Gq2ffC3O5EuJ
xjF0irS+IPpmDuQw8NUN9ftWERsARnPeAF0Rroy4l0BIGxPUu/kSlAWubyGYjF3/
Egmm3ZDgPrZNffiFJ051v/ueTMZquP8ulrJTDDIiSSoigEBVo/0=
=IJLA
-----END PGP SIGNATURE-----
--- End Message ---