Your message dated Fri, 10 Jul 2020 12:48:47 +0000
with message-id <e1jtssn-000ass...@fasolo.debian.org>
and subject line Bug#963457: fixed in node-buffer-shims 1.0.0-3
has caused the Debian Bug report #963457,
regarding node-buffer-shims: 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.)


-- 
963457: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963457
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-buffer-shims
Version: 1.0.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-buffer-shims
> dpkg-buildpackage: info: source version 1.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <y...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with nodejs
>    dh_auto_clean --buildsystem=nodejs
>       rm -rf ./node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-buffer-shims using existing 
> ./node-buffer-shims_1.0.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building node-buffer-shims in 
> node-buffer-shims_1.0.0-2.debian.tar.xz
> dpkg-source: info: building node-buffer-shims in node-buffer-shims_1.0.0-2.dsc
>  debian/rules binary
> dh binary --with nodejs
>    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
>       /bin/sh -ex debian/tests/pkg-js/test
> + tape test/alloc.js test/save-unsafe.js
> b.length == 1024
> c.length == 512
> copied 512 bytes from b into c
> copied 512 bytes from c into b w/o sourceEnd
> copied 512 bytes from c into b w/o sourceStart
> copied 512 bytes from b into c w/o targetStart
> copied 256 bytes from end of b into beginning of c
> copied 512 bytes from b trying to overrun c
> copied 768 bytes from b into b
> bytes written to buffer: 11
> uber: 'über'
> f.length: 4     (should be 4)
> f.length: 8     (should be 8)
> f.length: 12     (should be 12)
> bytes written to buffer: 4     (should be 4)
> f.length: 8     (should be 8)
> f.length: 12     (should be 12)
> bytes written to buffer: 4     (should be 4)
> f.length: 8     (should be 8)
> f.length: 12     (should be 12)
> bytes written to buffer: 4     (should be 4)
> f.length: 8     (should be 8)
> f.length: 12     (should be 12)
> bytes written to buffer: 4     (should be 4)
> Create hex string from buffer
> Create buffer from hex string
> Try to slice off the end of the buffer
> <Buffer 81 a3 66 6f 6f a3 62 61 72>
> <Buffer 6f a3 62 61 72>
> 5
> <Buffer 81 a3 66 6f 6f a3 62 61 72>
> 9
> <Buffer 81 a3 66 6f>
> 4
> <Buffer 81 a3 66 6f 6f a3 62 61 72>
> 9
> <Buffer a3 66 6f>
> 3
> <Buffer 66 6f>
> 2
> <Buffer ff 61 62 ff>
> <Buffer ff 61 62 63>
> <Buffer ff 61 62 ff>
> <Buffer ff ab cd ff>
> <Buffer 61 00 ff ff>
> <Buffer 61 00 ff ff>
> <Buffer 61 00 ff ff>
> <Buffer 61 00 ff ff>
> buffer.js:362
>     throw new ERR_INVALID_OPT_VALUE.RangeError('size', size);
>     ^
> 
> RangeError [ERR_INVALID_OPT_VALUE]: The value "NaN" is invalid for option 
> "size"
>     at Function.allocUnsafe (buffer.js:384:3)
>     at Object.allocUnsafe (/<<PKGBUILDDIR>>/index.js:41:19)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/alloc.js:840:25)
>     at Module._compile (internal/modules/cjs/loader.js:1138:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10)
>     at Module.load (internal/modules/cjs/loader.js:986:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:879:14)
>     at Module.require (internal/modules/cjs/loader.js:1026:19)
>     at require (internal/modules/cjs/helpers.js:72:18)
>     at /usr/lib/nodejs/tape/bin/tape:39:9 {
>   code: 'ERR_INVALID_OPT_VALUE'
> }
> 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/2020/06/20/node-buffer-shims_1.0.0-2_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: node-buffer-shims
Source-Version: 1.0.0-3
Done: Olivier Tilloy <olivier.til...@canonical.com>

We believe that the bug you reported is fixed in the latest version of
node-buffer-shims, 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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Olivier Tilloy <olivier.til...@canonical.com> (supplier of updated 
node-buffer-shims 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: SHA256

Format: 1.8
Date: Thu, 09 Jul 2020 17:29:20 +0200
Source: node-buffer-shims
Binary: node-buffer-shims
Architecture: source
Version: 1.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Olivier Tilloy <olivier.til...@canonical.com>
Description:
 node-buffer-shims - some shims for node buffers
Closes: 963457
Changes:
 node-buffer-shims (1.0.0-3) unstable; urgency=medium
 .
   [ Olivier Tilloy ]
   * Disable failing test after Node.js hardened the validation of buffer
     allocation size (https://github.com/nodejs/node/commit/6fb7baf)
     (Closes: #963457)
     - debian/patches/fix-test.diff
 .
   [ Gianfranco Costamagna ]
   * Team upload.
Checksums-Sha1:
 fb6a0e50503ab9a9d7db1793f39af85fe846e839 2108 node-buffer-shims_1.0.0-3.dsc
 c03b68c7ad4804146baaeadd7cc26bc0ba179852 3148 
node-buffer-shims_1.0.0-3.debian.tar.xz
 ca0d3a0dc8cb6877c89a7be36daa3f1b067be37f 7256 
node-buffer-shims_1.0.0-3_source.buildinfo
Checksums-Sha256:
 64fe8bba1215b8ec04cfe6f7f99e488908c0f964ffc981cf93cf797515b6b186 2108 
node-buffer-shims_1.0.0-3.dsc
 3cc1452db352ef856a27f677c8794928a907228827096f53e001fe441b0d4e9b 3148 
node-buffer-shims_1.0.0-3.debian.tar.xz
 78e2a576cbb331d11a84caa8697457224d6370ef7543419867d62b6a7b6f4a6e 7256 
node-buffer-shims_1.0.0-3_source.buildinfo
Files:
 8bf1e42dbd5db8c4eaf5bfdd675db098 2108 javascript optional 
node-buffer-shims_1.0.0-3.dsc
 b408287fd7b1b1263a96676b60730534 3148 javascript optional 
node-buffer-shims_1.0.0-3.debian.tar.xz
 0f3707476fdc8f1dd84002850b7d03b9 7256 javascript optional 
node-buffer-shims_1.0.0-3_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl8IYVMACgkQ808JdE6f
XdlDoRAAr9NBqz6C4Wkm+3tw5B99Xfdea0285819A5ivRhrlAvv07D9j/gUaWtnr
yR6iI111g/FD0I3tvudrb0e11Xol/8MF8qfksEH0RuDEgRDZFON0PLKVeTC7h2a+
ilE2F5RzyUIk42CxG4XIrM1cA3Tiedndq1A+rjJrnilMpwrcvR4rZ79FKEM0ffUl
VIyfTYQ3ISL/lmkzYENeaWZOVISr8czXlTaRO8QHEx4gN33U3nUGJCpD9nUrDb3F
+DM7G6iJ8Gb02/K/RJIVtZ77pmtZ7Zo4AOpqW5dUn1NevOubRIC1UHDEUSnmf1Za
aVpoA1gMXS7+6nBcbChO81kQlrs0aVWwOO2Q8+jTQZstxflKLzu0uTSa+zHsIMgo
/DD2Qp+pW+fWIguPuJweT1Ph6sU6R+yoB6FKlR9O83CkQhuyrKZUWtMnTvGVNVQo
XFNCcK7zb1FIs3Rs0s6gBaF8AdCSD9my39FJS8MVX+KF7Nk5dEG/FGtVsWjsw5v5
VythYFctIpzAFeh+vGsi7i0cCGRyR5ekP+ezGYskw9kArDWbVqRoN+g++5MWPpmo
E9cdUakNlq0iJ8kjxGfFH0FfY1qUwWQC7uaQdzkjmRKTCVUZqnkCykwXFaiGFpiZ
m608tOhavecYwE+jZsJRYgnk0Rq3wOmDPJuwErjJcCM+AtNrAhs=
=hPVs
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to