Your message dated Fri, 27 May 2022 21:36:57 +0000
with message-id <e1nuhdh-0002n8...@fasolo.debian.org>
and subject line Bug#1011818: fixed in node-glob-stream 7.0.0+~6.1.1-2
has caused the Debian Bug report #1011818,
regarding node-glob-stream: FTBFS: dh_auto_test: error: /bin/sh -ex
debian/tests/pkg-js/test returned exit code 47
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.)
--
1011818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011818
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-glob-stream
Version: 7.0.0+~6.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules binary
> dh binary
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure --buildsystem=nodejs
> Link node_modules/@types/glob-stream -> ../../types-glob-stream
> dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
> dh_auto_test --buildsystem=nodejs
> ln -s ../. node_modules/glob-stream
> /bin/sh -ex debian/tests/pkg-js/test
> + mocha -R spec
>
>
> glob-stream
> 1) streams a single object when given a directory path
> 2) streams a single object when given a file path
> 3) streams only objects with directory paths when given a directory glob
> 4) streams only objects with file paths from a non-directory glob
> 5) properly handles ( ) in cwd path
> 6) sets the correct base when ( ) in glob
> 7) finds files in paths that contain ( ) when they match the glob
> 8) respects backpressure and stream state
> 9) properly orders objects when given multiple paths and specified base
> 10) properly orders objects when given multiple paths and cwdbase
> 11) properly orders objects when given multiple globs with globstars
> 12) properly orders objects when given multiple absolute paths and no cwd
> 13) removes duplicate objects from the stream using default (path) filter
> 14) removes duplicate objects from the stream using custom string filter
> 15) removes duplicate objects from the stream using custom function filter
> 16) ignores dotfiles without dot option
> 17) finds dotfiles with dot option
> 18) removes dotfiles that match negative globs with dot option
> 19) respects pause/resume
> 20) works with direct paths and no cwd
> 21) supports negative globs
> 22) supports negative file paths
> 23) does not error when a negative glob removes all matches from a
> positive glob
> 24) respects order of negative globs
> 25) ignores leading negative globs
> 26) throws on invalid glob argument
> 27) throws on missing positive glob
> 28) emits an error when file not found on singular path
> 29) does not emit an error when file not found on glob containing {}
> 30) does not emit an error on singular path when allowEmpty is true
> 31) emits an error when a singular path in multiple paths not found
> 32) emits an error when a singular path in multiple paths/globs not found
> 33) resolves absolute paths when root option is given
>
> options
> 34) avoids mutation of options
> silent
> undefined accepts a boolean
> nonull
> undefined accepts a boolean
> 35) does not have any effect on our results
> ignore
> 36) accepts a string (in addition to array)
> 37) supports the ignore option instead of negation
> 38) supports the ignore option with dot option
> 39) merges ignore option and negative globs
>
> readable stream
> 40) emits an error if there are no matches
> 41) throws an error if you try to write to it
> 42) does not throw an error if you push to it
> 43) accepts a file path
> 44) accepts a glob
> 45) pauses the globber upon backpressure
> 46) destroys the stream with an error if no match is found
> 47) destroys the stream if node-glob errors
>
>
> 2 passing (3s)
> 47 failing
>
> 1) glob-stream
> streams a single object when given a directory path:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:27:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 2) glob-stream
> streams a single object when given a file path:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:45:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 3) glob-stream
> streams only objects with directory paths when given a directory glob:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:63:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 4) glob-stream
> streams only objects with file paths from a non-directory glob:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:81:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 5) glob-stream
> properly handles ( ) in cwd path:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:101:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 6) glob-stream
> sets the correct base when ( ) in glob:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:116:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 7) glob-stream
> finds files in paths that contain ( ) when they match the glob:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:149:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 8) glob-stream
> respects backpressure and stream state:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:174:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Transform.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Transform.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 9) glob-stream
> properly orders objects when given multiple paths and specified base:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:215:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 10) glob-stream
> properly orders objects when given multiple paths and cwdbase:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:250:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 11) glob-stream
> properly orders objects when given multiple globs with globstars:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:297:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 12) glob-stream
> properly orders objects when given multiple absolute paths and no cwd:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:330:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 13) glob-stream
> removes duplicate objects from the stream using default (path) filter:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:345:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 14) glob-stream
> removes duplicate objects from the stream using custom string filter:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:368:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 15) glob-stream
> removes duplicate objects from the stream using custom function filter:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:403:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 16) glob-stream
> ignores dotfiles without dot option:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:419:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 17) glob-stream
> finds dotfiles with dot option:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:433:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 18) glob-stream
> removes dotfiles that match negative globs with dot option:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:445:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 19) glob-stream
> respects pause/resume:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:468:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 20) glob-stream
> works with direct paths and no cwd:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:490:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 21) glob-stream
> supports negative globs:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:510:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 22) glob-stream
> supports negative file paths:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:530:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 23) glob-stream
> does not error when a negative glob removes all matches from a
> positive glob:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:539:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 24) glob-stream
> respects order of negative globs:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:565:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 25) glob-stream
> ignores leading negative globs:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:582:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 26) glob-stream
> throws on invalid glob argument:
> TypeError: expect is not a function
> at Context.<anonymous> (test/index.js:590:5)
> at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
> at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
> at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
> at /usr/share/nodejs/mocha/lib/runner.js:801:12
> at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
> at /usr/share/nodejs/mocha/lib/runner.js:603:7
> at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
> at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
> at processImmediate (node:internal/timers:466:21)
>
> 27) glob-stream
> throws on missing positive glob:
> TypeError: expect is not a function
> at Context.<anonymous> (test/index.js:600:5)
> at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
> at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
> at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
> at /usr/share/nodejs/mocha/lib/runner.js:801:12
> at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
> at /usr/share/nodejs/mocha/lib/runner.js:603:7
> at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
> at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
> at processImmediate (node:internal/timers:466:21)
>
> 28) glob-stream
> emits an error when file not found on singular path:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:611:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
> 29) glob-stream
> does not emit an error when file not found on glob containing {}:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:620:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:33:5)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.onfinish
> (/usr/share/nodejs/end-of-stream/index.js:31:27)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 30) glob-stream
> does not emit an error on singular path when allowEmpty is true:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:629:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:33:5)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.onfinish
> (/usr/share/nodejs/end-of-stream/index.js:31:27)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 31) glob-stream
> emits an error when a singular path in multiple paths not found:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:638:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
> 32) glob-stream
> emits an error when a singular path in multiple paths/globs not found:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:653:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
> 33) glob-stream
> resolves absolute paths when root option is given:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:671:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 34) options
> avoids mutation of options:
> TypeError: expect is not a function
> at Context.<anonymous> (test/index.js:695:5)
> at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
> at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
> at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
> at /usr/share/nodejs/mocha/lib/runner.js:801:12
> at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
> at /usr/share/nodejs/mocha/lib/runner.js:603:7
> at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
> at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
> at processImmediate (node:internal/timers:466:21)
>
> 35) options
> nonull
> does not have any effect on our results:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:720:9)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 36) options
> ignore
> accepts a string (in addition to array):
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:739:9)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 37) options
> ignore
> supports the ignore option instead of negation:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:763:9)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 38) options
> ignore
> supports the ignore option with dot option:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:781:9)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 39) options
> ignore
> merges ignore option and negative globs:
> Uncaught TypeError: expect is not a function
> at assert (test/index.js:801:9)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Pumpify.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Pumpify.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 40) readable stream
> emits an error if there are no matches:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:25:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
> 41) readable stream
> throws an error if you try to write to it:
> TypeError: expect is not a function
> at Context.<anonymous> (test/readable.js:39:7)
> at callFnAsync (/usr/share/nodejs/mocha/lib/runnable.js:394:21)
> at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:338:7)
> at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
> at /usr/share/nodejs/mocha/lib/runner.js:801:12
> at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
> at /usr/share/nodejs/mocha/lib/runner.js:603:7
> at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
> at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
> at processImmediate (node:internal/timers:466:21)
>
> 42) readable stream
> does not throw an error if you push to it:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:56:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at GlobStream.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at GlobStream.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 43) readable stream
> accepts a file path:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:71:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at GlobStream.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at GlobStream.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 44) readable stream
> accepts a glob:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:101:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at GlobStream.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at GlobStream.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 45) readable stream
> pauses the globber upon backpressure:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:125:7)
> at ConcatStream.<anonymous>
> (/usr/share/nodejs/concat-stream/index.js:37:43)
> at ConcatStream.emit (node:events:538:35)
> at finishMaybe
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:624:14)
> at endWritable
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:643:3)
> at ConcatStream.Writable.end
> (/usr/share/nodejs/readable-stream/lib/_stream_writable.js:571:22)
> at Transform.onend
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:646:10)
> at Object.onceWrapper (node:events:645:28)
> at Transform.emit (node:events:538:35)
> at endReadableNT
> (/usr/share/nodejs/readable-stream/lib/_stream_readable.js:1094:12)
> at processTicksAndRejections (node:internal/process/task_queues:83:21)
>
> 46) readable stream
> destroys the stream with an error if no match is found:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:140:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
> 47) readable stream
> destroys the stream if node-glob errors:
> Uncaught TypeError: expect is not a function
> at assert (test/readable.js:162:7)
> at /usr/share/nodejs/pump/index.js:75:7
> at f (/usr/share/nodejs/once/once.js:25:25)
> at ConcatStream.<anonymous> (/usr/share/nodejs/pump/index.js:31:21)
> at ConcatStream.f (/usr/share/nodejs/once/once.js:25:25)
> at onclosenexttick (/usr/share/nodejs/end-of-stream/index.js:54:73)
> at processTicksAndRejections (node:internal/process/task_queues:78:11)
>
>
>
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code
> 47
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/node-glob-stream_7.0.0+~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-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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-glob-stream
Source-Version: 7.0.0+~6.1.1-2
Done: Yadd <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 1011...@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-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: Fri, 27 May 2022 23:15:05 +0200
Source: node-glob-stream
Built-For-Profiles: nocheck
Architecture: source
Version: 7.0.0+~6.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1011818
Changes:
node-glob-stream (7.0.0+~6.1.1-2) unstable; urgency=medium
.
* Team upload
* Declare compliance with policy 4.6.1
* Add fix for expect (jest) >= 29 (Closes: #1011818)
Checksums-Sha1:
0d6281ce4d966eeb2fc320f5612b37fb94f5d470 2839
node-glob-stream_7.0.0+~6.1.1-2.dsc
4c64d0458110dca5fa254dfd4e244c2116d96924 3780
node-glob-stream_7.0.0+~6.1.1-2.debian.tar.xz
Checksums-Sha256:
acec5c0b39d7d1030dbd5c905aa1b994f9bd7885583bacf15f90c98d2c50c928 2839
node-glob-stream_7.0.0+~6.1.1-2.dsc
6b2fb16b44fea3d097deb75507bf3de52cc758e0137ec5066c3500f2881d2cf8 3780
node-glob-stream_7.0.0+~6.1.1-2.debian.tar.xz
Files:
0843748e98c08a3c7ca2ffa690452f99 2839 javascript optional
node-glob-stream_7.0.0+~6.1.1-2.dsc
c9a9adfccd1f2835eff7f57b75667890 3780 javascript optional
node-glob-stream_7.0.0+~6.1.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmKRQHEACgkQ9tdMp8mZ
7ukK7Q/6AxC18DGhQVwP5tShRv9qG8zCoVv+fVjhNmLmnO4JVqAZPKP9+yTvNVM8
o2c6pbvpmbapgPvRtS+D91IyETKCL0j1ZYYPDrDh9inLnvONj0MSBr6O1cKVMkOh
XvHAJRpJWMEBfCVjximpZ9N4pTJC9e5PpunKJnbQYZT+K6pTJzpMZHwm4s0P6eba
wbXhPXEndUE1RF6cMrhtRoaV4eavaOzzGCt6zxLuJSBNxvtwRQhHljUeW7c5+DlI
RVggMmPZzpzickzDbpkk1km2VjO28KeBV/Z+Ys0Gl2jsuSZn9vv10sc3xC0ODiiF
WqblePgqLg00OrLBse+4ezj0I12ElQfSJ+U2JbFKjEm9JnO3jNBMl/lplyRetiJH
D/v2E3YKKpE8yObW8R1DJaqCw6Bo5QjCSzFsP7L9T5o3ri87MkA8pyd3W4c7tJ9V
pHji1uYkRhYsoHTlK0SvjYs+ox3VQbIJxf6hXjeSjD8W4jsx6Z0FxfyTsuLEWHGI
4tKOeOv9l/XHc+ctY9xeNoHfKYxNGo8UjG0ZM4/nCIw7NOfj1kYebQHbeubg1nBX
a5ViFEMTwaKX2kR0dk5v8NDX74bP89un0Ec0L18BRf1hfmXbPBTfcTOn2SAC1UH9
cigynFK6TxrBIlEiNdlHRRrE0BQzE7MN5tEyNtFXpLf7kJq1cog=
=OjUn
-----END PGP SIGNATURE-----
--- End Message ---