Your message dated Sat, 25 Jun 2022 07:19:08 +0000
with message-id <e1o504s-000eko...@fasolo.debian.org>
and subject line Bug#1013640: fixed in node-browserify-zlib
0.2.0+20170820git8b3f0a862f6b+dfsg-8
has caused the Debian Bug report #1013640,
regarding node-browserify-zlib: FTBFS: dh_auto_test: error: /bin/sh -ex
debian/tests/pkg-js/test returned exit code 1
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.)
--
1013640: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013640
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-browserify-zlib
Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-7
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 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 (500ms).
> 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
> + + grep -v test/test-zlib-invalid-input.jsls
> 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
> +
> grep -v test/test-zlib-write-after-close.js
> + grep -v test/test-zlib-write-after-flush.js
> + tap -R spec --no-cov 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-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-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
> node:assert:123
> throw new AssertionError(obj);
> ^
>
> AssertionError [ERR_ASSERTION]: after calling flush, writable stream should
> not need to drain
> at process.<anonymous>
> (/<<PKGBUILDDIR>>/test/test-zlib-flush-drain.js:42:10)
> at Object.onceWrapper (node:events:642:26)
> at process.emit (node:events:527:28) {
> generatedMessage: false,
> code: 'ERR_ASSERTION',
> actual: true,
> expected: false,
> operator: '=='
> }
> block=259
> remain=765
>
> inp data 259
> test/test-zlib-dictionary.js
> - test/test-zlib-dictionary.js
> gzip data 10
> block=254
> remain=511
>
> inp data 254
> block=259
> remain=252
>
> inp data 259
> block=252
> remain=0
>
> inp data 252
> gzip data 1037
> gunz data 1024
> out data 40
> hash=2706e01f753b60a4914a0f7424118c66f70626ef
> test/test-zlib-flush-drain.js
>
> 1) test/test-zlib-flush-drain.js
> test/test-zlib-flush-flags.js
> - test/test-zlib-flush-flags.js
> (node:4098774) [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)
> 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-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
> 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 (907.71ms)
> 15 pending
> 1 failing
>
> 1) test/test-zlib-flush-drain.js test/test-zlib-flush-drain.js:
> test/test-zlib-flush-drain.js
>
>
> 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/06/24/node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-7_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&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-8
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 1013...@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: Sat, 25 Jun 2022 08:42:58 +0200
Source: node-browserify-zlib
Architecture: source
Version: 0.2.0+20170820git8b3f0a862f6b+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1013640
Changes:
node-browserify-zlib (0.2.0+20170820git8b3f0a862f6b+dfsg-8) unstable;
urgency=medium
.
* Team upload
* Update test patch (Closes: #1013640)
Checksums-Sha1:
731da342cf06856213b7702c8f1654d22b84dfd1 2474
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.dsc
542c0a0ecd8da858a170b8b8e08c5138edbc4b0e 4316
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.debian.tar.xz
Checksums-Sha256:
600140b3ead812b9dc9c1b26b71398b0d3b559caf4865f48c2ffc066a3776ae3 2474
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.dsc
111485c72bd475966da03691c06fc1b8c3ed2e13f2625d41bc97d9e1c6896420 4316
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.debian.tar.xz
Files:
3abd486ae8b4b619d52c957eb8a96feb 2474 javascript optional
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.dsc
5e2de45259dc51ec206a24cf06b9caed 4316 javascript optional
node-browserify-zlib_0.2.0+20170820git8b3f0a862f6b+dfsg-8.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmK2sHMACgkQ9tdMp8mZ
7unqsA/+K7zQCpL61zIbFZ850Zq+3md5RDEKGtlnIexxdzZGir5C/oZeDcSK6esL
NbyQFCP9c3dY9+EIOXZujj5Tg/Y3ZsAXY8I7Sa1LwevPflqfm42QN2DWtvSVJV9k
jtxqGYThJIggHowhmarrLwCA+WU3Q94dDrvGERtAMqDTT/6ttJEwY4e1lfWLG3/m
v55L330vh++Fi0XkVr1rVuxKbR/YPWx5pMW9bUiP+fqSaUQN8IAl8GHq0iNjBuVO
Xlmj9jmOmubrs5w4doIha06P57exLddiyKa3jesDS7quTPQyM9WjjHSqRIR7qJVS
DmP3JvUiq2nfiymDdh2FZB2gBz7CryyK8lkYU154mKPNgjtyfAIeGYBHGi5/Kycl
gsQYFtQ5d9Xh2FQN0vswO1K+K8IokdT5ZELaor9ewjDnbFwFFmqJt6Inav4DoVCJ
OR6uaLs/BgebWGO6cgHR8cdqJQ3SSe076dFjN/u2JTq1yf3ygD2sfkCZkvmEjTLv
GnDN18MPdyNU7EB4ffLfSWj4XAysQCZesjdqDUiyoTczOR6+zfMUqiFTinJAv+Ui
Fq1CKKJajv0m99eZklumDNGaRuCnzgAW8ntCf+TQSFhEjvTYaaIAT9SraL2omRmA
g+uZ3f2a0mJjk4bOb+pjv3jCBzmaf7MAZn9KWhjmgT9us8J15LE=
=G1Fu
-----END PGP SIGNATURE-----
--- End Message ---