Your message dated Thu, 21 Apr 2022 07:49:55 +0000
with message-id <e1nhrzb-0002td...@fasolo.debian.org>
and subject line Bug#1009558: fixed in node-convert-source-map 1.8.0+~1.5.2-2
has caused the Debian Bug report #1009558,
regarding node-convert-source-map: FTBFS: ERROR: Coverage for statements
(98.55%) 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.)
--
1009558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-convert-source-map
Version: 1.8.0+~1.5.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/convert-source-map -> ../../types-convert-source-map
> 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/convert-source-map
> /bin/sh -ex debian/tests/pkg-js/test
> + tap -R spec test/comment-regex.js test/convert-source-map.js
> test/map-file-comment.js
>
> (node:3380862) DeprecationWarning: deepEqual() is deprecated, use same()
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> test/comment-regex.js
> comment regex old spec - @
>
> ✓ matches //@
>
> ✓ matches //@ with charset
>
> ✓ matches //@ with charset
>
> ✓ matches //@
>
> ✓ matches //@ with charset
>
> ✓ matches //@ with charset
>
> ✓ matches //@
>
> ✓ matches //@ with charset
>
> ✓ matches //@ with charset
>
> ✓ matches //@
>
> ✓ matches //@ with charset
>
> ✓ matches //@ with charset
>
> ✓ matches /*@
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@
>
> ✓ matches /*@ with charset
>
> ✓ matches /*@ with charset
>
> ✓ should not match @// @
>
> ✓ should not match @/* @
>
> comment regex new spec - #
>
> ✓ matches //\#
>
> ✓ matches //\# with charset
>
> ✓ matches //\# with charset
>
> ✓ matches //\#
>
> ✓ matches //\# with charset
>
> ✓ matches //\# with charset
>
> ✓ matches //\#
>
> ✓ matches //\# with charset
>
> ✓ matches //\# with charset
>
> ✓ matches /*\#
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\#
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\#
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\#
>
> ✓ matches /*\# with charset
>
> ✓ matches /*\# with charset
>
> ✓ should not match \#// \#
>
> ✓ should not match \#/* \#
>
> mapFileComment regex old spec - @
>
> (node:3380861) DeprecationWarning: deepEqual() is deprecated, use same()
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> ✓ matches //@ ::
>
> ✓ matches //@ ::
> (node:3380861) DeprecationWarning: similar() is deprecated, use match()
> instead
>
> ✓ matches //@ ::
>
> ✓ matches ///@ ::
>
> ✓ matches ;//@ ::
>
> ✓ matches return//@ ::
>
> ✓ does not match @// @ ::
>
> ✓ does not match var sm = `//@ :: `
>
> ✓ does not match var sm = "//@ :: "
>
> ✓ does not match var sm = '//@ :: '
>
> ✓ does not match var sm = ' //@ :: '
>
> mapFileComment regex new spec - #
>
> ✓ matches //\# ::
>
> ✓ matches //\# ::
>
> ✓ matches //\# ::
>
> ✓ matches ///\# ::
>
> ✓ matches ;//\# ::
>
> ✓ matches return//\# ::
>
> ✓ does not match \#// \# ::
>
> ✓ does not match var sm = `//\# :: `
>
> ✓ does not match var sm = "//\# :: "
>
> ✓ does not match var sm = '//\# :: '
>
> ✓ does not match var sm = ' //\# :: '
>
> mapFileComment regex /* */ old spec - @
>
> ✓ matches /*@ :: */
>
> ✓ matches /*@ :: */
>
> ✓ matches /*@ :: */
>
> ✓ matches leading string/*@ :: */
>
> ✓ matches /*@ :: */
>
> ✓ does not match /*@ :: */ */
>
> ✓ does not match /*@ :: */ more text
>
> mapFileComment regex /* */ new spec - #
>
> ✓ matches /*\# :: */
>
> ✓ matches /*\# :: */
>
> ✓ matches /*\# :: */
>
> ✓ matches leading string/*\# :: */
>
> ✓ matches /*\# :: */
>
> ✓ does not match /*\# :: */ */
>
> ✓ does not match /*\# :: */ more text
>
> test/convert-source-map.js
> different formats
>
> ✓ comment -> comment
>
> ✓ comment -> base64
>
> ✓ comment -> json
>
> ✓ comment -> object
>
> ✓ base64 -> base64
>
> ✓ base64 -> comment
>
> ✓ base64 -> json
>
> ✓ base64 -> object
>
> ✓ json -> json
>
> ✓ json -> base64
>
> ✓ json -> comment
>
> ✓ json -> object
>
> to object returns a copy
>
> ✓ setting property on returned object does not affect original
>
> to multi-line map
>
> ✓ should match pattern provided
>
> to map file comment
>
> ✓ should be equal
>
> ✓ should be equal
>
> from source
>
> ✓ no comment returns null
>
> ✓ beginning of last line
>
> ✓ indented of last line
>
> ✓ indented on last non empty line
>
> ✓ in the middle of code
>
> ✓ finds last map in source
>
> from source with a large source
>
> ✓ no comment returns null
>
> ✓ beginning of last line
>
> ✓ indented of last line
>
> ✓ indented on last non empty line
>
> ✓ in the middle of code
>
> ✓ finds last map in source
>
> remove comments
>
> ✓ from last line
>
> ✓ from the middle of code
>
> ✓ multiple comments from the middle of code
>
> remove map file comments
>
> ✓ // style filemap comment
>
> ✓ /* */ style filemap comment
>
> pretty json
>
> ✓ pretty prints json when space is given
>
> adding properties
>
> ✓ includes added property
>
> adding properties, existing property
>
> ✓ the error message includes the property name
>
> setting properties
>
> ✓ includes new property and changes existing properties
>
> getting properties
>
> ✓ gets version
>
> ✓ gets sources
>
> return null fromSource when largeSource is true
>
> ✓ return value should be null
>
> commentRegex returns new RegExp on each get
>
> ✓ has an updated lastIndex
>
> ✓ a fresh RegExp has lastIndex of 0
>
> mapFileCommentRegex returns new RegExp on each get
>
> ✓ has an updated lastIndex
>
> ✓ a fresh RegExp has lastIndex of 0
>
> test/map-file-comment.js
> resolving a "/*# sourceMappingURL=map-file-comment.css.map*/" style comment
> inside a given css content
>
> ✓ resolves paths of original sources
>
> ✓ includes filename of generated file
>
> ✓ includes mappings
>
> resolving a "//# sourceMappingURL=map-file-comment.css.map" style comment
> inside a given css content
>
> ✓ resolves paths of original sources
>
> ✓ includes filename of generated file
>
> ✓ includes mappings
>
> resolving a /*# sourceMappingURL=data:application/json;base64,... */ style
> comment inside a given css content
>
> ✓ resolves paths of original sources
>
> ✓ includes filename of generated file
>
> ✓ includes mappings
>
>
> 138 passing (853.707ms)
> ERROR: Coverage for lines (98.43%) does not meet global threshold (100%)
> ERROR: Coverage for branches (90.62%) does not meet global threshold (100%)
> ERROR: Coverage for statements (98.55%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|-------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
> ----------|---------|----------|---------|---------|-------------------
> All files | 98.55 | 90.62 | 100 | 98.43 |
> index.js | 98.55 | 90.62 | 100 | 98.43 | 40
> ----------|---------|----------|---------|---------|-------------------
> 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-convert-source-map_1.8.0+~1.5.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-convert-source-map
Source-Version: 1.8.0+~1.5.2-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-convert-source-map, 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-convert-source-map 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, 21 Apr 2022 09:30:52 +0200
Source: node-convert-source-map
Architecture: source
Version: 1.8.0+~1.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009558
Changes:
node-convert-source-map (1.8.0+~1.5.2-2) unstable; urgency=medium
.
* Team upload
* Fix test for tap >= 15 (--no-cov) (Closes: #1009558)
Checksums-Sha1:
8d0b474be21006521aee0f5fee6098f158398d70 2694
node-convert-source-map_1.8.0+~1.5.2-2.dsc
e6cafe0335f6e709c8bb01cf3f207323017f2a77 4196
node-convert-source-map_1.8.0+~1.5.2-2.debian.tar.xz
Checksums-Sha256:
50e51cc966d5e735db30291b502106f2ee13a95dbc1123dfee58a7d6e8d90fed 2694
node-convert-source-map_1.8.0+~1.5.2-2.dsc
95a25da1a6c666b5002e625079fd635212620d1c4a8535db832fa6eff2bb92d1 4196
node-convert-source-map_1.8.0+~1.5.2-2.debian.tar.xz
Files:
d008a7d852ecad595864a2cc17f8163a 2694 javascript optional
node-convert-source-map_1.8.0+~1.5.2-2.dsc
e0e8e0a72f377e790978654944d28859 4196 javascript optional
node-convert-source-map_1.8.0+~1.5.2-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJhCHIACgkQ9tdMp8mZ
7umX6g/9G12NzL1VT0GHVcBeAIlUjBDNFmA37Oh6mrEdiVdGRaHwCFId5UdOKJ9k
+qG5fQevEc9grquzdPqG1tU7+9dA2/gYcgsUQE8SK+tTTfT/RONERpXrrLxkSkbP
nBNtC9ji8m6hHZMUnI+DWcBmvj8gEMTqq2iRMbQW9mO8/8XTkDxd3pxKAa409jfb
Xo7JzPf+3mU/sCn52dl+JFJkdbUwY6unICr9bGEnj3WbKbjQC2WCLnfaJR/GAm0r
s4p3HtvQpscjPG+i3EcTRUTmwG2S1pdvrW6B6doeyKkW4AKTg1CwpoDxNzBlZ5Pk
pEDOZ5nQ6end4+lahRNpYSNYoQGoM90z+fp9MAOjLpyX2z9p7+3xnclEu/Y3FGnp
RrpNBCF0/KlshMpsUkvLoHo9ExHWrHc4iCwZ9iu12AC1+mfQ861brZqFdK3Eql0W
1/XnQHDWZkPNTjq07ZXrOkmNmx0GbmFe+2wjUlJbdE24g00Ckl2+3Z9Rk9RJOIRX
bXSz8X3AKU50HVPPnK56CfmWT3UyhXYhb9JmM5ORAx1IzRh55t+IFo6MHRuwDwJY
ih1mtImZzP2lOiqOcXKBhPKvZ870gKVmbf1iK7CCZpY/DPOo7L4okVttvqZTJrc3
nThZkzW9uZzRscDX1xNq1Bf8YkF7p4eC+R4FJK4LCJ1M66lFOtQ=
=VgkD
-----END PGP SIGNATURE-----
--- End Message ---