Your message dated Thu, 21 Apr 2022 08:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1009605: fixed in node-browser-pack 6.1.0+ds+~6.1.1-2
has caused the Debian Bug report #1009605,
regarding node-browser-pack: FTBFS: ERROR: Coverage for statements (94.36%) 
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 [email protected]
immediately.)


-- 
1009605: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009605
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: node-browser-pack
Version: 6.1.0+ds+~6.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220412 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> uglifyjs -m < prelude.js  | sed -e 's/;[[:space:]]*$//g' -e 
> '/^[[:space:]]*$/d' | tr -d '\n' > _prelude.mangle.js
> uglifyjs -c unused=false,expression=true,passes=5  < _prelude.mangle.js | sed 
> -e 's/;[[:space:]]*$//g' -e '/^[[:space:]]*$/d' | tr -d '\n' > _prelude.js
> dh override_dh_auto_build
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../. node_modules/browser-pack
>       /bin/sh -ex debian/tests/pkg-js/test
> + tap -R spec test/comment.js test/empty.js test/not_found.js 
> test/only_execute_entries.js test/order.js test/pack.js test/raw.js 
> test/source-maps-existing.js test/source-maps.js test/this.js test/unicode.js
> 
> (node:217151) DeprecationWarning: deepEqual() is deprecated, use same() 
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> test/comment.js
>   trailing comment
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ expected to throw
> 
> test/empty.js
>   empty
> 
>     ✓ expected to not throw
> 
>   empty with standalone
> 
>     ✓ expected to not throw
> 
> (node:217185) [DEP0005] DeprecationWarning: Buffer() is deprecated due to 
> security and usability issues. Please use the Buffer.alloc(), 
> Buffer.allocUnsafe(), or Buffer.from() methods instead.
> (Use `node --trace-deprecation ...` to show where the warning was created)
> (node:217185) DeprecationWarning: deepEqual() is deprecated, use same() 
> instead
> test/not_found.js
>   not found
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ expected to throw
> 
>     ✓ should be equal
> 
> test/only_execute_entries.js
>   raw
> 
>     ✓ expect truthy value
> 
> test/order.js
>   raw
> 
>     ✓ should be equivalent
> 
> test/pack.js
>   pack
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
> test/raw.js
>   raw
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ expected to throw
> 
> test/source-maps-existing.js
>   pack one file with source file field and existing sourcemap
> 
>     ✓ first original mappings are same
> 
>     ✓ last original mappings are same
> 
>     ✓ first generated columns are same
> 
>     ✓ last generated columns are same
> 
>     ✓ first generated line is offset by 1
> 
>     ✓ last generated line is offset by 1
> 
>     ✓ removes orinal source maps
> 
> test/source-maps.js
>   pack one file with source file field and one without
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ contains source mapping url as last line
> 
>     ✓ includes mappings for sourceFile and prelude only
> 
>     ✓ adds offset mapping for each line
> 
>   pack two files with source file field
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ contains source mapping url as last line
> 
>     ✓ includes mappings for both files and prelude
> 
>     ✓ adds offset mapping for each line
> 
>   pack two files without source file field
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ contains no source mapping url
> 
>   pack two files with source file field, one with nomap flag
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ contains source mapping url as last line
> 
>     ✓ includes mappings for only the file without the "nomap" flag and prelude
> 
>     ✓ adds offset mapping for each line of mapped file
> 
>   custom sourceMapPrefix for //@
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ contains source mapping url as last line
> 
>     ✓ includes mappings for sourceFile and prelude only
> 
>     ✓ adds offset mapping for each line
> 
>   custom sourceRoot
> 
>     ✓ sets a custom source root
> 
> (node:217192) DeprecationWarning: deepEqual() is deprecated, use same() 
> instead
> (Use `node --trace-deprecation ...` to show where the warning was created)
> test/this.js
>   this
> 
>     ✓ should be equivalent
> 
> test/unicode.js
>   unicode
> 
>     ✓ expect truthy value
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ should be equal
> 
>     ✓ expected to throw
> 
> 
>   71 passing (2s)
> ERROR: Coverage for lines (95.31%) does not meet global threshold (100%)
> ERROR: Coverage for branches (94.44%) does not meet global threshold (100%)
> ERROR: Coverage for statements (94.36%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|-------------------
> File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
> ----------|---------|----------|---------|---------|-------------------
> All files |   94.36 |    94.44 |     100 |   95.31 |                   
>  index.js |   94.36 |    94.44 |     100 |   95.31 | 47-48,105         
> ----------|---------|----------|---------|---------|-------------------
> 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-browser-pack_6.1.0+ds+~6.1.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&[email protected]&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-browser-pack
Source-Version: 6.1.0+ds+~6.1.1-2
Done: Yadd <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-browser-pack, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <[email protected]> (supplier of updated node-browser-pack 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2022 09:47:20 +0200
Source: node-browser-pack
Architecture: source
Version: 6.1.0+ds+~6.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Yadd <[email protected]>
Closes: 1009605
Changes:
 node-browser-pack (6.1.0+ds+~6.1.1-2) unstable; urgency=medium
 .
   * Team upload
   * Fix test for tap >= 15 (--no-cov) (Closes: #1009605)
Checksums-Sha1: 
 fd68263db4da0dc43bc5c09874bf18241009059f 2848 
node-browser-pack_6.1.0+ds+~6.1.1-2.dsc
 fce81b51a886cce65644b3dacf9674e3ada554ea 5380 
node-browser-pack_6.1.0+ds+~6.1.1-2.debian.tar.xz
Checksums-Sha256: 
 578c87a80b1eaa2dfe09bc33ae64814bc7817b37c109c02e555fa4cee8bcd5fa 2848 
node-browser-pack_6.1.0+ds+~6.1.1-2.dsc
 4e354df20c68d64f24917b50b2d96b4e0c9dd3a2777f3cb829317c491807244b 5380 
node-browser-pack_6.1.0+ds+~6.1.1-2.debian.tar.xz
Files: 
 1bac0bc4f276b38a71afb7156fa15ab8 2848 javascript optional 
node-browser-pack_6.1.0+ds+~6.1.1-2.dsc
 4722a70e7e60a697b308ffcdc6f69b58 5380 javascript optional 
node-browser-pack_6.1.0+ds+~6.1.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJhDO4ACgkQ9tdMp8mZ
7ulleA//RYgILS35T5VCe0DinbywF1tX17gPHRNlQJty4SXCpt6cDDr8crcJq1Rl
Xkpdjz5j4ucPJdlun+V3mUa+rjuuAOMskaAcnPJUDdr/aOOcWG7AkWWJxCgyn0VH
yj8GId6d7uAkxbkIg2spSg2cr+UrKXH6bkbbKlmN/476DLu+Vgpck5W/FqdBb5Ht
gS4qc/J37A5DCAo6wdHpRsaK5huWAqzlKUCQcQZuMD4WjZazPXrOTergSBE2EtBl
XDN5Nqcxy0XgtVul+0WkJKr9YJmCFgasc51QqJml9lLUFDymv1eUMw1vtAMyg5jU
1Enc+WmafaCgaawuYQZ3CiZpPyJYo6g1AQL9/oMg/ptaXlns9VoPtcNYwkxCjzD4
FKka/ZDVut/al+xeF+9Eqmsw84kVk3/VrU+lXHlZUx2gDWUBo6WTNcHzQGK8Y2gr
TnZ8ud5oQYj/eQfnahwhMYM8om5T3j5Kt1t9ZtO2apVSFy8fIo9+H6px/fWspB9m
crsp6d1JvWV4k6Sly/urKeujDa2XHrFpWkTVDajj+S2PJr8P16tgiq+vi/nX6oPA
cavDZodhHqgNKRAK26GwXQRUBj3yPCFU8zntl0C9IZUDrlxGVnpt1b5f6OAyh0st
031fT2ZZHcMOeyMGgKtuun2LpCI+2bCtsRZU9KnIrkAeXpUznUM=
=o1m4
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to