[Pkg-javascript-devel] Bug#1011818: node-glob-stream: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 47
Lucas Nussbaum
lucas at debian.org
Thu May 26 20:11:05 BST 2022
Source: node-glob-stream
Version: 7.0.0+~6.1.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at 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=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lucas@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.
More information about the Pkg-javascript-devel
mailing list