Your message dated Tue, 19 Apr 2022 21:03:47 +0000
with message-id <e1ngv0l-000hdo...@fasolo.debian.org>
and subject line Bug#1009541: fixed in node-lexical-scope 1.2.0+dfsg1-6
has caused the Debian Bug report #1009541,
regarding node-lexical-scope: FTBFS: ERROR: Coverage for statements (91.11%)
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.)
--
1009541: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-lexical-scope
Version: 1.2.0+dfsg1-5
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
> dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> dh_auto_test --buildsystem=nodejs
> mkdir -p node_modules
> ln -s ../. node_modules/lexical-scope
> /bin/sh -ex debian/tests/pkg-js/test
> + tap test/argument.js test/assign_implicit.js test/detect.js test/labels.js
> test/multiple-exports.js test/named_arg.js test/obj.js test/props.js
> test/return_hash.js test/right_hand.js test/shebang.js test/try_catch.js
> TAP version 13
> ok 1 - test/argument.js # time=1508.04ms {
> # parameters from inline arguments
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 2 - test/assign_implicit.js # time=1496.997ms {
> # assign from an implicit global
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 3 - test/detect.js # time=1504.281ms {
> # check locals and globals
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 4 - test/labels.js # time=1489.325ms {
> # globals on the right-hand of a colon in an object literal
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 5 - test/multiple-exports.js # time=1478.016ms {
> # multiple-exports
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 6 - test/named_arg.js # time=1507.23ms {
> # named argument parameter
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 7 - test/obj.js # time=1495.042ms {
> # globals on the right-hand of a colon in an object literal
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 8 - test/props.js # time=1515.041ms {
> # implicit props: call
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
> # implicit props: isBuffer
> ok 4 should be deeply equivalent
> ok 5 should be deeply equivalent
> ok 6 should be deeply equivalent
> # implicit props: var
> ok 7 should be deeply equivalent
> ok 8 should be deeply equivalent
> ok 9 should be deeply equivalent
>
> 1..9
> # tests 9
> # pass 9
>
> # ok
> }
>
> ok 9 - test/return_hash.js # time=365.937ms {
> # return hash
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 10 - test/right_hand.js # time=349.46ms {
> # globals on the right-hand of assignment
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 11 - test/shebang.js # time=359.382ms {
> # shebangs
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> ok 12 - test/try_catch.js # time=360.766ms {
> # the exception in a try catch block is a local
> ok 1 should be deeply equivalent
> ok 2 should be deeply equivalent
> ok 3 should be deeply equivalent
>
> 1..3
> # tests 3
> # pass 3
>
> # ok
> }
>
> 1..12
> # time=1887.377ms
> ERROR: Coverage for lines (93.69%) does not meet global threshold (100%)
> ERROR: Coverage for functions (81.81%) does not meet global threshold (100%)
> ERROR: Coverage for branches (91.83%) does not meet global threshold (100%)
> ERROR: Coverage for statements (91.11%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|---------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
> ----------|---------|----------|---------|---------|---------------------
> All files | 91.11 | 91.83 | 81.81 | 93.69 |
> index.js | 91.11 | 91.83 | 81.81 | 93.69 | 179,183-185,190-193
> ----------|---------|----------|---------|---------|---------------------
> 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-lexical-scope_1.2.0+dfsg1-5_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-lexical-scope
Source-Version: 1.2.0+dfsg1-6
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-lexical-scope, 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-lexical-scope 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 19:38:13 +0200
Source: node-lexical-scope
Architecture: source
Version: 1.2.0+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009541
Changes:
node-lexical-scope (1.2.0+dfsg1-6) unstable; urgency=medium
.
* Team upload
* Drop dependency to nodejs
* Fix test for tap >= 15 (--no-cov) (Closes: #1009541)
Checksums-Sha1:
5aefc9c64e86e63c6606704c9d8a9b70fed5aa67 2215
node-lexical-scope_1.2.0+dfsg1-6.dsc
9f58b142fae28bd57829f988c671211cf4849971 3172
node-lexical-scope_1.2.0+dfsg1-6.debian.tar.xz
Checksums-Sha256:
8ca5a8977f9a10e19a270482b25d2a15dc0dab132ab9e30edc590f83512aa58d 2215
node-lexical-scope_1.2.0+dfsg1-6.dsc
5b85b1ab82af2f77b29c69465494db11d65993befe419191588028b0cb50b5a9 3172
node-lexical-scope_1.2.0+dfsg1-6.debian.tar.xz
Files:
bb2be75e184fd6e7dbb2e2ef7b7c1293 2215 javascript optional
node-lexical-scope_1.2.0+dfsg1-6.dsc
0d54858a13a2076d15eb3da18f1e2888 3172 javascript optional
node-lexical-scope_1.2.0+dfsg1-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJfHEcACgkQ9tdMp8mZ
7umUbA/9EdfyoFpxfuL9bjPuuKTZFKHAQB8zxWC+yxKiAXU3JAB4Hp7wiYErVMMj
UxgBfdIvlN0KMPRlUWGA3EI4se/yQi9XSX3TDWU0aiqomIWhTfhQvqy5QiUAkEtV
JE2NrERMMYq21BKCmPihA1vXcnG7S+1V3BdtummhLZsqeh8LSI91t1RK7BLXCT6L
vbNo4W/g11CShCbD57ESjWiZAksHAkLMDuGIYH9UZ+nmrjhe5TZyLuB+29ug03nK
HTJn8hoPP7wG45SzXD3flCtnziJd55nMPzwbUigsoY0vzb2C8j7bAF9y5O1/DDP/
K8+PVr7JxsvU0eAFHASpVXQ8Z1sUHHRYW1OUkePqhJnoD+c2qhUhzD1N1xLb9zcG
TGTsouIFNqlCn454XCsVoVLUXVVmdAhyqMyvT2aMIAj9j1cfF5nfJNwgfrn50vBS
Iy/cU7JpCF3jK+lHr+C/1WWcKwtxp49bR7rn2GlnQP0UUGbANFBs5QqZqWHq6C/k
aCb/OG+vLdP87zNrUSKJA9W7ftsDMTsDmysJZ4iA6mbFopGVkKF3HBq0IP4skzrO
ztLNuqiLGj6zMq2h6vUnYHGshzcBmEgDuYKuTGgOsdoO7SBQMuPWvkGSI/MYFFlr
Inobh7JRIphesdic5n4kbdbEetCopz3VJgcKYbzH16I1rGlsdfA=
=qbwa
-----END PGP SIGNATURE-----
--- End Message ---