Your message dated Fri, 29 Apr 2022 13:04:38 +0000
with message-id <e1nkqiy-000cit...@fasolo.debian.org>
and subject line Bug#1009546: fixed in node-browserify-zlib
0.2.0+20170820git8b3f0a862f6b+dfsg-7
has caused the Debian Bug report #1009546,
regarding node-browserify-zlib: FTBFS: ERROR: Coverage for statements (89.57%)
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.)
--
1009546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-browserify-zlib
Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-6
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):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> babeljs src/ --out-dir lib
> Successfully compiled 2 files with Babel (407ms).
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test --buildsystem=nodejs
> mkdir -p node_modules
> ln -s ../. node_modules/browserify-zlib
> /bin/sh -ex debian/tests/pkg-js/test
> + convert rose: test/fixtures/person.jpg
> + gzip -9 -n
> + tap -R spec test/test-zlib-close-after-error.js
> test/test-zlib-close-after-write.js test/test-zlib-const.js
> test/test-zlib-convenience-methods.js test/test-zlib-dictionary-fail.js
> test/test-zlib-dictionary.js test/test-zlib-flush-drain.js
> test/test-zlib-flush-flags.js test/test-zlib-from-concatenated-gzip.js
> test/test-zlib-from-gzip.js test/test-zlib-from-string.js
> test/test-zlib-invalid-input.js test/test-zlib-random-byte-pipes.js
> test/test-zlib-sync-no-event.js test/test-zlib-truncated.js
> test/test-zlib-unzip-one-byte-chunks.js test/test-zlib-write-after-close.js
> test/test-zlib-write-after-flush.js test/test-zlib-zero-byte.js
> test/test-zlib.js
>
> test/test-zlib-close-after-error.js
> - test/test-zlib-close-after-error.js
> test/test-zlib-close-after-write.js
> - test/test-zlib-close-after-write.js
> test/test-zlib-const.js
> - test/test-zlib-const.js
> test/test-zlib-convenience-methods.js
> - test/test-zlib-convenience-methods.js
> test/test-zlib-dictionary-fail.js
> - test/test-zlib-dictionary-fail.js
> test/test-zlib-dictionary.js
> - test/test-zlib-dictionary.js
> test/test-zlib-flush-drain.js
> - test/test-zlib-flush-drain.js
> test/test-zlib-flush-flags.js
> - test/test-zlib-flush-flags.js
> Doing the non-strings
> assert.js:118
> throw new AssertionError(obj);
> ^
>
> AssertionError [ERR_ASSERTION]: Got unwanted exception.
> Actual message: "The "chunk" argument must be of type string or an instance
> of Buffer or Uint8Array. Received type number (1)"
> at /<<PKGBUILDDIR>>/test/test-zlib-invalid-input.js:13:10
> at Array.forEach (<anonymous>)
> at Object.<anonymous>
> (/<<PKGBUILDDIR>>/test/test-zlib-invalid-input.js:11:17)
> at Module._compile (internal/modules/cjs/loader.js:1085:14)
> at Module.replacementCompile
> (/usr/share/nodejs/append-transform/index.js:60:13)
> at Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
> at Object.<anonymous> (/usr/share/nodejs/append-transform/index.js:64:4)
> at Module.load (internal/modules/cjs/loader.js:950:32)
> at Function.Module._load (internal/modules/cjs/loader.js:790:12)
> at Function.executeUserEntryPoint [as runMain]
> (internal/modules/run_main.js:75:12) {
> generatedMessage: false,
> code: 'ERR_ASSERTION',
> actual: TypeError [ERR_INVALID_ARG_TYPE]: The "chunk" argument must be of
> type string or an instance of Buffer or Uint8Array. Received type number (1)
> at new NodeError (internal/errors.js:322:7)
> at Gunzip.Writable.write (internal/streams/writable.js:285:13)
> at Gunzip.Writable.end (internal/streams/writable.js:567:10)
> at zlibBuffer (/<<PKGBUILDDIR>>/lib/index.js:11:4004)
> at Object.exports.gunzip (/<<PKGBUILDDIR>>/lib/index.js:11:2960)
> at /<<PKGBUILDDIR>>/test/test-zlib-invalid-input.js:14:10
> at getActual (assert.js:753:5)
> at Function.doesNotThrow (assert.js:919:32)
> at /<<PKGBUILDDIR>>/test/test-zlib-invalid-input.js:13:10
> at Array.forEach (<anonymous>) {
> code: 'ERR_INVALID_ARG_TYPE'
> },
> expected: undefined,
> operator: 'doesNotThrow'
> }
> block=249
> remain=775
>
> inp data 249
> gzip data 10
> block=260
> remain=515
>
> inp data 260
> block=252
> remain=263
>
> inp data 252
> block=251
> remain=12
>
> inp data 251
> block=12
> remain=0
>
> inp data 12
> (node:1322272) [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)
> gzip data 1037
> gunz data 1024
> out data 40
> hash=8f61a164c25fb8be3d1db8a1df66cea056027709
> test/test-zlib-from-concatenated-gzip.js
> - test/test-zlib-from-concatenated-gzip.js
> test/test-zlib-from-gzip.js
> - test/test-zlib-from-gzip.js
> test/test-zlib-from-string.js
> - test/test-zlib-from-string.js
> test/test-zlib-invalid-input.js
>
> 1) test/test-zlib-invalid-input.js
> test/test-zlib-random-byte-pipes.js
> - test/test-zlib-random-byte-pipes.js
> test/test-zlib-sync-no-event.js
> - test/test-zlib-sync-no-event.js
> test/test-zlib-truncated.js
> - test/test-zlib-truncated.js
> test/test-zlib-unzip-one-byte-chunks.js
> - test/test-zlib-unzip-one-byte-chunks.js
> assert.js:118
> throw new AssertionError(obj);
> ^
>
> AssertionError [ERR_ASSERTION]: Missing expected exception.
> at /<<PKGBUILDDIR>>/test/test-zlib-write-after-close.js:9:10
> at /<<PKGBUILDDIR>>/test/common.js:63:15
> at Gzip.onEnd (/<<PKGBUILDDIR>>/lib/index.js:11:4953)
> at Gzip.emit (events.js:412:35)
> at endReadableNT (internal/streams/readable.js:1334:12)
> at processTicksAndRejections (internal/process/task_queues.js:82:21) {
> generatedMessage: false,
> code: 'ERR_ASSERTION',
> actual: undefined,
> expected: undefined,
> operator: 'throws'
> }
> test/test-zlib-write-after-close.js
>
> 2) test/test-zlib-write-after-close.js
> test/test-zlib-write-after-flush.js
> - test/test-zlib-write-after-flush.js
> test/test-zlib-zero-byte.js
> - test/test-zlib-zero-byte.js
> test/test-zlib.js
>
> ✓ empty.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Inflate
>
> ✓ empty.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Gunzip
>
> ✓ empty.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Unzip
>
> ✓ empty.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Unzip
>
> ✓ empty.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> DeflateRaw -> InflateRaw
>
> ✓ person.jpg 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Inflate
>
> ✓ person.jpg 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Gunzip
>
> ✓ person.jpg 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Unzip
>
> ✓ person.jpg 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Unzip
>
> ✓ person.jpg 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> DeflateRaw -> InflateRaw
>
> ✓ elipses.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Inflate
>
> ✓ elipses.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Gunzip
>
> ✓ elipses.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Deflate -> Unzip
>
> ✓ elipses.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> Gzip -> Unzip
>
> ✓ elipses.txt 16384 {"level":6,"windowBits":15,"memLevel":8,"strategy":0}
> DeflateRaw -> InflateRaw
>
> 15 passing (3s)
> 17 pending
> 2 failing
>
> 1) test/test-zlib-invalid-input.js test/test-zlib-invalid-input.js:
> test/test-zlib-invalid-input.js
>
>
> 2) test/test-zlib-write-after-close.js test/test-zlib-write-after-close.js:
> test/test-zlib-write-after-close.js
>
>
> ERROR: Coverage for lines (91.42%) does not meet global threshold (100%)
> ERROR: Coverage for functions (92.53%) does not meet global threshold (100%)
> ERROR: Coverage for branches (78.01%) does not meet global threshold (100%)
> ERROR: Coverage for statements (89.57%) does not meet global threshold (100%)
> ------------|---------|----------|---------|---------|----------------------------------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
>
> ------------|---------|----------|---------|---------|----------------------------------------------
> All files | 89.57 | 78.01 | 92.53 | 91.42 |
>
> binding.js | 92.3 | 84.44 | 94.11 | 92.3 |
> ...5,175,184,190,227,310,356,360,386,407,411
> index.js | 87.84 | 73.4 | 92 | 90.81 |
> ...9,335,340-341,347,391-413,439,441,529-531
> ------------|---------|----------|---------|---------|----------------------------------------------
> 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-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-6_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-browserify-zlib
Source-Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-7
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-browserify-zlib, 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-browserify-zlib 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: Fri, 29 Apr 2022 14:36:31 +0200
Source: node-browserify-zlib
Architecture: source
Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009546
Changes:
node-browserify-zlib (0.2.0+20170820git8b3f0a862f6b+dfsg-7) unstable;
urgency=medium
.
* Team upload
* Fix test for tap >= 15 and nodejs >= 14 (Closes: #1009546)
Checksums-Sha1:
41def705f873b6f8abaadc7f46451f3e8a27f4e3 2474
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.dsc
8aff7cc8b0e16bd55177c6af368fc99da0763067 4412
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.debian.tar.xz
Checksums-Sha256:
98b56af2a97722a7c00bf21a347b8e0838af9a829cea3e8951ddee097f0b8d38 2474
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.dsc
35c2b3074c57576d18f614ba7582840209f1798380d6bd32ced733b6b71dd652 4412
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.debian.tar.xz
Files:
edc8c54f3484668a7c438db3f3468daf 2474 javascript optional
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.dsc
90954315b071b9ec5e075e729c034eb6 4412 javascript optional
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJr3CkACgkQ9tdMp8mZ
7umAbA//YvNHTsIZo0ppJFUF0BX6KgrH5kBL6dh8Jcg0kbIVQNKtLq7e3q0zJ0Cz
Eiv+l5uooy39GWDnRkFb1QbI24kOZdroEGi+rTzno9WYCy3ClntceNpQEUfUweLe
bOqrCHIziqaTskT1qDKYOnc0SzskWo+HO8c/rXjD/zebJuQE8xdE6g9kTIZvfWzP
S8bChqDKqc14yr7VFVdIG58mbiBBPhWApuO8ujOT1uayIdN4hmWRRcWCy0CuMtXl
FsNM7JCrwUNgXAIZrOPbE2aSFi5cESwVFc2FQqp8oDfo81mNT7Okdp4zUdyvK/Vk
li+k1HGWTSBItXdct/teqN8hUhI/OaeZLI4wErdZgep+tjWF1zY8YVAB/smy79C+
XVcl93sJbCMCpdaLsOolVfYAL33kOQlzSxamEkAj0y+WdbviRPm6PPVfJRkATyec
AAYyIWAvIVtBwpSNHliAV+Jwn6Mic2lkf/0hMbxvDXIgvoxVaVFOYO8mhvvfajV7
68awoSAnwWHZwXCe/qeCMe+av/iGwdlr5Sj2rfC7nOyLkWBfqELqKo65vkrct3Ol
ep+OgxG/K8EoirP1g3yHpxeqsdU2amToJosGMakzPQW21uNAvAvfQWXPfoHE+aul
NLiwRv54wRlhMa0QNLooWLdpkI/82LwUWBrS9tcxxVCRExrRiTc=
=7Q2A
-----END PGP SIGNATURE-----
--- End Message ---