Your message dated Tue, 19 Apr 2022 11:49:37 +0000
with message-id <e1ngmmt-0008ld...@fasolo.debian.org>
and subject line Bug#1009602: fixed in node-optimist 0.6.1+~0.0.30-2
has caused the Debian Bug report #1009602,
regarding node-optimist: FTBFS: ERROR: Coverage for statements (77.24%) 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.)
--
1009602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009602
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-optimist
Version: 0.6.1+~0.0.30-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/optimist -> ../../types-optimist
> 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/optimist
> /bin/sh -ex debian/tests/pkg-js/test
> + grep -v test/parse.js
> + grep -v+ test/_.js
> ls test/_.js test/dash.js test/parse.js test/parse_modified.js test/short.js
> test/usage.js test/whitespace.js
> + tap test/dash.js test/parse_modified.js test/short.js test/usage.js
> test/whitespace.js
> TAP version 13
> (node:3944650) DeprecationWarning: deepEqual() is deprecated, use same()
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> ok 1 - test/dash.js # time=34.587ms {
> # Subtest: -
> 1..5
> ok 1 - should be equivalent
> ok 2 - should be equivalent
> ok 3 - should be equivalent
> ok 4 - should be equivalent
> ok 5 - should be equivalent
> ok 1 - - # time=24.757ms
>
> 1..1
> # time=34.587ms
> }
>
> (node:3944651) DeprecationWarning: deepEqual() is deprecated, use same()
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> ok 2 - test/parse_modified.js # time=19.24ms {
> # Subtest: parse with modifier functions
> 1..1
> ok 1 - should be equivalent
> ok 1 - parse with modifier functions # time=12.826ms
>
> 1..1
> # time=19.24ms
> }
>
> ok 3 - test/short.js # time=17.082ms {
> # Subtest: -n123
> 1..1
> ok 1 - should be equal
> ok 1 - -n123 # time=7.994ms
>
> # Subtest: -123
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - -123 # time=1.646ms
>
> 1..2
> # time=17.082ms
> }
>
> ok 4 - test/usage.js # time=59.216ms {
> # Subtest: usageFail
> ok 1 - should be equivalent
> ok 2 - should be equivalent
> ok 3 - should be equivalent
> ok 4 - expect truthy value
> 1..4
> ok 1 - usageFail # time=12.824ms
>
> # Subtest: usagePass
> ok 1 - should be equivalent
> 1..1
> ok 2 - usagePass # time=2.626ms
>
> # Subtest: checkPass
> ok 1 - should be equivalent
> 1..1
> ok 3 - checkPass # time=2.399ms
>
> # Subtest: checkFail
> ok 1 - should be equivalent
> ok 2 - should be equivalent
> ok 3 - should be equivalent
> ok 4 - expect truthy value
> 1..4
> ok 4 - checkFail # time=3.13ms
>
> # Subtest: checkCondPass
> ok 1 - should be equivalent
> 1..1
> ok 5 - checkCondPass # time=1.705ms
>
> # Subtest: checkCondFail
> ok 1 - should be equivalent
> ok 2 - should be equivalent
> ok 3 - should be equivalent
> ok 4 - expect truthy value
> 1..4
> ok 6 - checkCondFail # time=2.882ms
>
> # Subtest: countPass
> ok 1 - should be equivalent
> 1..1
> ok 7 - countPass # time=1.653ms
>
> # Subtest: countFail
> ok 1 - should be equivalent
> ok 2 - should be equivalent
> ok 3 - should be equivalent
> ok 4 - expect truthy value
> 1..4
> ok 8 - countFail # time=2.386ms
>
> # Subtest: defaultSingles
> ok 1 - should be equivalent
> 1..1
> ok 9 - defaultSingles # time=1.623ms
>
> # Subtest: defaultAliases
> ok 1 - should be equivalent
> 1..1
> ok 10 - defaultAliases # time=1.382ms
>
> # Subtest: defaultHash
> ok 1 - should be equivalent
> 1..1
> ok 11 - defaultHash # time=1.28ms
>
> # Subtest: rebase
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> 1..3
> ok 12 - rebase # time=1.136ms
>
> 1..12
> # time=59.216ms
> }
>
> ok 5 - test/whitespace.js # time=10.551ms {
> # Subtest: whitespace should be whitespace
> 1..1
> ok 1 - should be equal
> ok 1 - whitespace should be whitespace # time=5.326ms
>
> 1..1
> # time=10.551ms
> }
>
> 1..5
> # time=1511.357ms
> ERROR: Coverage for lines (78.57%) does not meet global threshold (100%)
> ERROR: Coverage for functions (80.55%) does not meet global threshold (100%)
> ERROR: Coverage for branches (56.07%) does not meet global threshold (100%)
> ERROR: Coverage for statements (77.24%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|------------------------------------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
>
> ----------|---------|----------|---------|---------|------------------------------------------------
> All files | 77.24 | 56.07 | 80.55 | 78.57 |
>
> index.js | 77.24 | 56.07 | 80.55 | 78.57 |
> ...128-136,144-169,174-175,215,223,242,261-265
> ----------|---------|----------|---------|---------|------------------------------------------------
> 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-optimist_0.6.1+~0.0.30-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-optimist
Source-Version: 0.6.1+~0.0.30-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-optimist, 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-optimist 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: Tue, 19 Apr 2022 13:28:24 +0200
Source: node-optimist
Architecture: source
Version: 0.6.1+~0.0.30-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009602
Changes:
node-optimist (0.6.1+~0.0.30-2) unstable; urgency=medium
.
* Team upload
.
[ Bas Couwenberg ]
* Remove myself from Uploaders.
.
[ Yadd ]
* Update test for tap 15 (Closes: #1009602)
Checksums-Sha1:
d58860a8b698a6e441d3bb27c4797d501772af9f 2573 node-optimist_0.6.1+~0.0.30-2.dsc
7f9e9e5b143d49b0ba2ff8ef13e2e5e7ef117d75 4776
node-optimist_0.6.1+~0.0.30-2.debian.tar.xz
Checksums-Sha256:
a57db8ca420a83e7d93275f225b790279030fad78a43a648a1f1926ace54a31c 2573
node-optimist_0.6.1+~0.0.30-2.dsc
4b82cb7f63efec99f47a43c809a37c4b8c96deafbf284cd028af06b2f156d5e4 4776
node-optimist_0.6.1+~0.0.30-2.debian.tar.xz
Files:
9b10a6ffdd57d4c4c42a66f8d7808f93 2573 javascript optional
node-optimist_0.6.1+~0.0.30-2.dsc
742aae240cf1d073de3d46a44f885ad7 4776 javascript optional
node-optimist_0.6.1+~0.0.30-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJenT8ACgkQ9tdMp8mZ
7ulqfg/9GuNud1gRx0sTJFJUSo8Gi1wZ3OaCKkYKvFrnIVbu3lzzldTeDkcQoscj
5EL9n/DswScsCS42TxjGdUPy2HsqEnPLKS5UkGVjuXClOcWTE9saOuRXNV9SAdQS
6YO8FuR3wNlpOFEXs+1srC/2bVp4RwlkhePiYJ/raCtLXsvyJFZeWakXPCXCGsMk
xmrtNcraMQoRM7/EKl/0Shu0TbTfYlqEVJGfvdudD1td6k+v8Qvem4mkW08LXLTj
R1lwpKyz6lnk9s7eAPhDjGkeofFdJkT1UwFYpcLdw0B2Mx1RYf90l+fRtYQDx2Gu
o6gFpXdmI+ITqZorgTt//uNTdilWncj8F5XyKcwsebJz8n6vutkB0pP3uOVvHHAB
BgQa9WA/ZeBKWsb9iEcuXNz7xvD8PR84nIAaYPCBTd68BP1VEJo3fGJWpY22XG+w
W96gNIJr++Zx4GgCdPWW9xCEAlANQv6CdslAe0pF/aqkGGv2wZlH7eitNwkzG/sP
JiB3vKxG+LgBqgDGHLQi0qRDIjOo+6bK5objehGFyng16yUHYwK50QDy16wT5U99
F4RckFiWMvRgDBfK3B3mvZnUh5wlYYVDX7lYcSb/zYXtqJURQ8w91S7i1bplP+TF
Bl9eRdVLcHiK/AUHmsrni67pVjs8zLqfZkillX3HBElbgFxzsR4=
=39hf
-----END PGP SIGNATURE-----
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel