Your message dated Mon, 24 Feb 2020 05:34:53 +0000
with message-id <e1j66ol-0008os...@fasolo.debian.org>
and subject line Bug#952186: fixed in node-glob-stream 6.1.0-3
has caused the Debian Bug report #952186,
regarding node-glob-stream: FTBFS: dh_auto_test: error: /bin/sh -e 
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.)


-- 
952186: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-glob-stream
Version: 6.1.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 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-glob-stream
> dpkg-buildpackage: info: source version 6.1.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-glob-stream using existing 
> ./node-glob-stream_6.1.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building node-glob-stream in 
> node-glob-stream_6.1.0-2.debian.tar.xz
> dpkg-source: info: building node-glob-stream in node-glob-stream_6.1.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 -e debian/tests/pkg-js/test
> 
> 
>   glob-stream
>     ✓ streams a single object when given a directory path
>     ✓ streams a single object when given a file path
>     ✓ streams only objects with directory paths when given a directory glob
>     ✓ streams only objects with file paths from a non-directory glob
>     ✓ properly handles ( ) in cwd path
>     ✓ sets the correct base when ( ) in glob
>     ✓ finds files in paths that contain ( ) when they match the glob
>     ✓ respects backpressure and stream state (1003ms)
>     ✓ properly orders objects when given multiple paths and specified base
>     ✓ properly orders objects when given multiple paths and cwdbase
>     ✓ properly orders objects when given multiple globs with globstars
>     ✓ properly orders objects when given multiple absolute paths and no cwd
>     ✓ removes duplicate objects from the stream using default (path) filter
>     ✓ removes duplicate objects from the stream using custom string filter
>     ✓ removes duplicate objects from the stream using custom function filter
>     ✓ ignores dotfiles without dot option
>     ✓ finds dotfiles with dot option
>     ✓ removes dotfiles that match negative globs with dot option
>     ✓ respects pause/resume
>     ✓ works with direct paths and no cwd
>     ✓ supports negative globs
>     ✓ supports negative file paths
>     ✓ does not error when a negative glob removes all matches from a positive 
> glob
>     ✓ respects order of negative globs
>     ✓ ignores leading negative globs
>     ✓ throws on invalid glob argument
>     ✓ throws on missing positive glob
>     ✓ emits an error when file not found on singular path
>     ✓ does not emit an error when file not found on glob containing {}
>     ✓ does not emit an error on singular path when allowEmpty is true
>     ✓ emits an error when a singular path in multiple paths not found
>     ✓ emits an error when a singular path in multiple paths/globs not found
>     ✓ resolves absolute paths when root option is given
> 
>   options
>     ✓ avoids mutation of options
>     silent
>       ✓ accepts a boolean
>     nonull
>       ✓ accepts a boolean
>       ✓ does not have any effect on our results
>     ignore
>       ✓ accepts a string (in addition to array)
>       ✓ supports the ignore option instead of negation
>       ✓ supports the ignore option with dot option
>       ✓ merges ignore option and negative globs
> 
>   readable stream
>     ✓ emits an error if there are no matches
>     ✓ throws an error if you try to write to it
>     1) throws an error if you try to write to it
> 
> 
>   43 passing (1s)
>   1 failing
> 
>   1) readable stream
>        throws an error if you try to write to it:
>      Uncaught Error: File not found with singular glob: 
> /<<PKGBUILDDIR>>/test/notfound (if this was purposeful, use `allowEmpty` 
> option)
>       at Glob.<anonymous> (readable.js:84:17)
>       at Glob._finish (/usr/share/nodejs/glob/glob.js:197:8)
>       at done (/usr/share/nodejs/glob/glob.js:182:14)
>       at Glob._processSimple2 (/usr/share/nodejs/glob/glob.js:688:12)
>       at /usr/share/nodejs/glob/glob.js:676:10
>       at Glob._stat2 (/usr/share/nodejs/glob/glob.js:772:12)
>       at lstatcb_ (/usr/share/nodejs/glob/glob.js:764:12)
>       at RES (/usr/lib/nodejs/inflight/inflight.js:31:16)
>       at f (/usr/lib/nodejs/once/once.js:25:25)
>       at FSReqWrap.oncomplete (fs.js:153:21)
> 
> 
> 
> dh_auto_test: error: /bin/sh -e debian/tests/pkg-js/test returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/node-glob-stream_6.1.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-glob-stream
Source-Version: 6.1.0-3
Done: Xavier Guimard <y...@debian.org>

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

Debian distribution maintenance software
pp.
Xavier Guimard <y...@debian.org> (supplier of updated node-glob-stream 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: Mon, 24 Feb 2020 06:14:43 +0100
Source: node-glob-stream
Architecture: source
Version: 6.1.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 952186
Changes:
 node-glob-stream (6.1.0-3) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.5.0
   * Remove remove-readable-stream.patch and add node-readable-stream
     dependency
   * Ignore one error test that fails with recent mocha (Closes: #952186)
Checksums-Sha1: 
 c86f8f374a873c4380e5d56d64dff9ac3369b86c 2487 node-glob-stream_6.1.0-3.dsc
 0a9a69f82e9ae702e7773626670aa51870fe35f5 5144 
node-glob-stream_6.1.0-3.debian.tar.xz
Checksums-Sha256: 
 cedd80917abba5eaf7cf2949dedf56e6de4ef5332de4be0b7133fc273924fb38 2487 
node-glob-stream_6.1.0-3.dsc
 59ec603dd7be7c3748eb1c76a482590d8009921dc20eb44f359029e680981e90 5144 
node-glob-stream_6.1.0-3.debian.tar.xz
Files: 
 4ad1afccdbf6f55c3bc4bc1b85f15155 2487 javascript optional 
node-glob-stream_6.1.0-3.dsc
 85d082d142c0a64d4fff8e3109d2ced0 5144 javascript optional 
node-glob-stream_6.1.0-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl5TXCUACgkQ9tdMp8mZ
7unOVQ/9FoG2Z4fUlS0QJmMW7N05Y9igoBzfzhQJscDwuSovkOICWw70g/+brQiZ
TNSIOmWo04Y1pTa/nfr4J3bsGGUn7ZIg3duo+q0ZCZ7K+p1ZxMWIHiqZS1PD1sDi
8HBVHCzw1aKIYnFLbXZu9vsMPEOwbNhJugFBZEZxre/LqOI2Zx+82MDKjduJ8/Ke
Gz+xGBhYUUZkVDSgcq0/wP+n8NWfEDP9vt9fvMzhhAfyT8KK/K9V36IVyBjb1buj
P84FFarspsBnc/WIwBfwdpNOzrUyGAzuSUdkZEVUU7YRTPckVjm+/Q+Nm/Vl+K8c
EcrvvuWtyAw9fu4dhalplqE/CmaxQqL3ix/TxtrV63+UI9Y+erHYmliEwWOmxzWg
4LRnofR/pl3Wswjj4TiCA+gNVU3JfK1OAxBB4who6rFazIALE0Xa4Ka9Ph/7Yfed
XlPQoRHJGylrtu73VpmkXaN2kiCQCMKaSusqg8JxdagQoLs+X6DWShzEVVhR6kRf
dIFK8rqZxjaR4AIdqwuvjzDFiBgt18Dku0aD+S96Tr79zzhqO7eiFbqIOfjJpbCN
WRmjgiH9J30XKuFb1XUeDSNRh1txjSt1Z66afayH0mke8uPV/O18LHbKw+85u/GP
bl3kMj+t/pvxX5huwnRqMGVkCPNXTLMBDZXPppudsvBh2+ttUTc=
=6dyd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to