Your message dated Wed, 13 Apr 2022 14:36:59 +0000
with message-id <e1nee79-000co4...@fasolo.debian.org>
and subject line Bug#1009563: fixed in node-mkdirp 1.0.4+~1.0.2-2
has caused the Debian Bug report #1009563,
regarding node-mkdirp: FTBFS: ERROR: Coverage for statements (83.92%) does not
meet global threshold (100%)
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.)
--
1009563: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009563
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-mkdirp
Version: 1.0.4+~1.0.2-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure --buildsystem=nodejs
> Link node_modules/@types/mkdirp -> ../../types-mkdirp
> dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
> dh_auto_test --buildsystem=nodejs
> ln -s ../. node_modules/mkdirp
> /bin/sh -ex debian/tests/pkg-js/test
> + ls test/cmd.js test/find-made.js test/index.js test/mkdirp-manual.js+
> test/mkdirp-native.js test/opts-arg.jsgrep -v test/cmd
> + grep -v test/find-made
> test/path-arg.js test/use-native.js
> + grep -v test/index
> + tap test/mkdirp-manual.js test/mkdirp-native.js test/opts-arg.js
> test/path-arg.js test/use-native.js
> TAP version 13
> ok 1 - test/mkdirp-manual.js # time=45.264ms {
> # Subtest: mkdirpManual / just calls implementation
> # Subtest: success is fine, of course
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> 1..4
> ok 1 - success is fine, of course # time=11.718ms
>
> # Subtest: EISDIR is expected and ignored
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> 1..4
> ok 2 - EISDIR is expected and ignored # time=2.049ms
>
> # Subtest: other failures are failures
> ok 1 - expected to throw
> ok 2 - expect rejected Promise
> 1..2
> ok 3 - other failures are failures # time=6.534ms
>
> 1..3
> ok 1 - mkdirpManual / just calls implementation # time=33.378ms
>
> # Subtest: unknown failure types are failures
> ok 1 - expected to throw
> ok 2 - expect rejected Promise
> 1..2
> ok 2 - unknown failure types are failures # time=1.812ms
>
> 1..2
> # time=45.264ms
> }
>
> ok 2 - test/mkdirp-native.js # time=25.452ms {
> # Subtest: mkdirpNative / just calls implementation
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> 1..4
> ok 1 - mkdirpNative / just calls implementation # time=7.155ms
>
> # Subtest: other errors are raised to caller
> ok 1 - expected to throw
> ok 2 - expect rejected Promise
> 1..2
> ok 2 - other errors are raised to caller # time=10.198ms
>
> 1..2
> # time=25.452ms
> }
>
> ok 3 - test/opts-arg.js # time=37.199ms {
> ok 1 - null
> ok 2 - false
> ok 3 - undefined
> ok 4 - empty object
> ok 5 - numeric mode
> ok 6 - string mode
> ok 7 - empty custom fs
> ok 8 - custom stat/statSync
> ok 9 - custom fs with stat/statSync
> ok 10 - expected to throw: TypeError invalid options argument
> 1..10
> # time=37.199ms
> }
>
> ok 4 - test/path-arg.js # time=799.022ms {
> # Subtest: node ./test/path-arg.js
> ok 1 - should be equal
> ok 2 - expected to throw: Error path must be a string without null
> bytes
> ok 3 - expected to throw: Error Illegal characters in path
> ok 4 - expected to throw: Error Illegal characters in path
> ok 5 - expected to throw: Error Illegal characters in path
> ok 6 - expected to throw: Error Illegal characters in path
> ok 7 - expected to throw: Error Illegal characters in path
> ok 8 - expected to throw: Error Illegal characters in path
> ok 9 - expected to throw: Error Illegal characters in path
> 1..9
> # time=21.664ms
> ok 1 - node ./test/path-arg.js # time=21.664ms
>
> ok 2 - should be equal
> ok 3 - expected to throw: Error path must be a string without null bytes
> 1..3
> # time=799.022ms
> }
>
> ok 5 - test/use-native.js # time=630.964ms {
> # Subtest: node ./test/use-native.js
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> 1..4
> # time=8.048ms
> ok 1 - node ./test/use-native.js # time=8.048ms
>
> # Subtest: node ./test/use-native.js
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> 1..4
> # time=5.229ms
> ok 2 - node ./test/use-native.js # time=5.229ms
>
> ok 3 - should be equal
> ok 4 - should be equal
> ok 5 - should be equal
> ok 6 - should be equal
> 1..6
> # time=630.964ms
> }
>
> 1..5
> # time=1593.861ms
> ERROR: Coverage for lines (84.9%) does not meet global threshold (100%)
> ERROR: Coverage for functions (73.68%) does not meet global threshold (100%)
> ERROR: Coverage for branches (80.82%) does not meet global threshold (100%)
> ERROR: Coverage for statements (83.92%) does not meet global threshold (100%)
> ------------------|---------|----------|---------|---------|-------------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line
> #s
> ------------------|---------|----------|---------|---------|-------------------------
> All files | 83.92 | 80.82 | 73.68 | 84.9 |
>
> mkdirp-manual.js | 65.85 | 57.14 | 50 | 67.5 |
> 17-18,21-26,49,52,55-59
> mkdirp-native.js | 85.18 | 75 | 80 | 88.46 | 15,30,33
>
> opts-arg.js | 100 | 100 | 100 | 100 |
>
> path-arg.js | 100 | 100 | 100 | 100 |
>
> use-native.js | 100 | 100 | 100 | 100 |
>
> ------------------|---------|----------|---------|---------|-------------------------
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/04/12/node-mkdirp_1.0.4+~1.0.2-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&fusertaguser=lu...@debian.org&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 marking 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.
--- End Message ---
--- Begin Message ---
Source: node-mkdirp
Source-Version: 1.0.4+~1.0.2-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-mkdirp, 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 1009...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-mkdirp 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: Wed, 13 Apr 2022 16:01:20 +0200
Source: node-mkdirp
Built-For-Profiles: nocheck
Architecture: source
Version: 1.0.4+~1.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009563
Changes:
node-mkdirp (1.0.4+~1.0.2-2) unstable; urgency=medium
.
* Team upload
* Fix test (Closes: #1009563):
+ require node-tap >= 15 and enable all tests
+ fix test snapshot
+ don't check coverage (enabled by default with tap 15)
* Update lintian overrides
* Fix copyright
Checksums-Sha1:
c2382903970b0d9f6c463a7bc3518139c6f89c7f 2454 node-mkdirp_1.0.4+~1.0.2-2.dsc
7985a752ef39d3558881658c4d725de7ee9f60e0 4924
node-mkdirp_1.0.4+~1.0.2-2.debian.tar.xz
Checksums-Sha256:
6d05911fd72b9091761de2d577864a6418a52dd07dc768712b4f04412caca8d3 2454
node-mkdirp_1.0.4+~1.0.2-2.dsc
89de32e83b3f0418d68b39e5573934e52fb3f6d27c4fef9a42b8a904a0700c4f 4924
node-mkdirp_1.0.4+~1.0.2-2.debian.tar.xz
Files:
dfa9461a0a3f58ad65a64528ef56857a 2454 javascript optional
node-mkdirp_1.0.4+~1.0.2-2.dsc
64c6fd196ed3c7d8240f77cbd3e59fbb 4924 javascript optional
node-mkdirp_1.0.4+~1.0.2-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJW2AEACgkQ9tdMp8mZ
7unuJA//RkTi/EpssqKMbHK3mtsrIaQ3k0SS8GjleGIQLgLb3KWCPE3PrpCZk95Z
UlzDxKIf/Ts1N0+ATgF5Z87oHFD0Q1DVI4Scvq3IrFXIZXivSLWimEGpVjUuXC+d
iVM0RxZGN8wvXV+o5LnMpIsC0ydPue1OusqFWCOOTD3snWezgWs73UXMs09kwAuZ
CWjrw49NZSltJPYb0npYE8hHhVNxncqtD0oGtKszjgMqJwQG0CuXbVY7D/vdrdYw
yFFMK5C+E7+Pzz+7WRieU2XrveV6pOnN4FckbrF49gTXe59NYIaf68Pn81UxJxT+
QXcE5xn8gHVg3qqI2cdQGWeaePW8vpSOWNHOqa1MzrbWbRIcfpbIso+L74v1Gr0X
G3dAmSIrK93Uemiv92etdSVhNVHwA6MaangwWtREJxL2kXEEPo3iruLve9VMmDx5
uML2iPS+erms4v1jkK7KvykfWwx/ZvRZSm4A4BALw6XN1GwMRN0A4/Sd+ikP7LBK
rrR+LFVJkLMrqxw8JEWutLjFh8qWcPZZaDpKdAd3/KscO/nHSb3fSwwj7w+LXl5d
MOekFppxY26mkIs2R5BAZhJnqdiI+StQy2UXXtvY8Ryr92dA7R1XQF3OPAZNZXw+
t6WZp0ftR2HQLsJ0yIAZQjVGcbobCWyJho2cIauv+P6HWHwg9FE=
=2NIc
-----END PGP SIGNATURE-----
--- End Message ---