Your message dated Sun, 03 May 2020 15:03:35 +0000
with message-id <e1jvg9x-000g7a...@fasolo.debian.org>
and subject line Bug#959560: fixed in node-immutable-tuple 0.4.10-7
has caused the Debian Bug report #959560,
regarding node-immutable-tuple: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
959560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-immutable-tuple
Version: 0.4.10-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./scripts/build.sh
> (!) You have passed an unrecognized option
> Unknown input option: sourcemap. Allowed options: acorn, acornInjectPlugins, 
> cache, chunkGroupingSize, context, experimentalCacheExpiry, 
> experimentalOptimizeChunks, experimentalTopLevelAwait, external, 
> inlineDynamicImports, input, manualChunks, moduleContext, onwarn, perf, 
> plugins, preserveModules, preserveSymlinks, shimMissingExports, treeshake, 
> watch
> 
> /<<PKGBUILDDIR>>/src/tuple.js → ../dist/tuple.js...
> created ../dist/tuple.js in 84ms
> (!) You have passed an unrecognized option
> Unknown input option: sourcemap. Allowed options: acorn, acornInjectPlugins, 
> cache, chunkGroupingSize, context, experimentalCacheExpiry, 
> experimentalOptimizeChunks, experimentalTopLevelAwait, external, 
> inlineDynamicImports, input, manualChunks, moduleContext, onwarn, perf, 
> plugins, preserveModules, preserveSymlinks, shimMissingExports, treeshake, 
> watch
> 
> /<<PKGBUILDDIR>>/src/tuple.js → ../dist/tuple.mjs...
> created ../dist/tuple.mjs in 82ms
> uglifyjs dist/tuple.js -o dist/tuple.min.js
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules
>       ln -s ../debian/tests/test_modules/reify node_modules/reify
>       ln -s ../debian/tests/test_modules/minizlib node_modules/minizlib
>       ln -s ../debian/tests/test_modules/minipass node_modules/minipass
>       /bin/sh -ex debian/tests/pkg-js/test
> + set -e
> + cp -a debian/tests/test_modules node_modules
> + mocha --require ./node_modules/reify --full-trace --reporter spec 
> test/tests.js
> [Object: null prototype] { parse: undefined, sourceType: undefined }
> mocha inspect [spec..]
> 
> Run tests with Mocha
> 
> Rules & Behavior
>   --allow-uncaught           Allow uncaught errors to propagate        
> [boolean]
>   --async-only, -A           Require all tests to use a callback (async) or
>                              return a Promise                          
> [boolean]
>   --bail, -b                 Abort ("bail") after first test failure   
> [boolean]
>   --check-leaks              Check for global variable leaks           
> [boolean]
>   --delay                    Delay initial execution of root suite     
> [boolean]
>   --exit                     Force Mocha to quit after tests complete  
> [boolean]
>   --forbid-only              Fail if exclusive test(s) encountered     
> [boolean]
>   --forbid-pending           Fail if pending test(s) encountered       
> [boolean]
>   --global, --globals        List of allowed global variables            
> [array]
>   --retries                  Retry failed tests this many times         
> [number]
>   --slow, -s                 Specify "slow" test threshold (in milliseconds)
>                                                           [string] [default: 
> 75]
>   --timeout, -t, --timeouts  Specify test timeout threshold (in milliseconds)
>                                                         [string] [default: 
> 2000]
>   --ui, -u                   Specify user interface    [string] [default: 
> "bdd"]
> 
> Reporting & Output
>   --color, -c, --colors                     Force-enable color output  
> [boolean]
>   --diff                                    Show diff on failure
>                                                        [boolean] [default: 
> true]
>   --full-trace                              Display full stack traces  
> [boolean]
>   --growl, -G                               Enable Growl notifications 
> [boolean]
>   --inline-diffs                            Display actual/expected 
> differences
>                                             inline within each string  
> [boolean]
>   --reporter, -R                            Specify reporter to use
>                                                       [string] [default: 
> "spec"]
>   --reporter-option, --reporter-options,    Reporter-specific options
>   -O                                        (<k=v,[k1=v1,..]>)           
> [array]
> 
> Configuration
>   --config   Path to config file           [string] [default: (nearest rc 
> file)]
>   --opts     Path to `mocha.opts` (DEPRECATED)
>                                          [string] [default: 
> "./test/mocha.opts"]
>   --package  Path to package.json for config                            
> [string]
> 
> File Handling
>   --extension          File extension(s) to load           [array] [default: 
> js]
>   --file               Specify file(s) to be loaded prior to root suite
>                        execution                       [array] [default: 
> (none)]
>   --ignore, --exclude  Ignore file(s) or glob pattern(s)
>                                                        [array] [default: 
> (none)]
>   --recursive          Look for tests in subdirectories                
> [boolean]
>   --require, -r        Require module                  [array] [default: 
> (none)]
>   --sort, -S           Sort test files                                 
> [boolean]
>   --watch, -w          Watch files in the current working directory for 
> changes
>                                                                        
> [boolean]
>   --watch-files        List of paths or globs to watch                   
> [array]
>   --watch-ignore       List of paths or globs to exclude from watching
>                                       [array] [default: 
> ["node_modules",".git"]]
> 
> Test Filters
>   --fgrep, -f   Only run tests containing this string                   
> [string]
>   --grep, -g    Only run tests matching this string or regexp           
> [string]
>   --invert, -i  Inverts --grep and --fgrep matches                     
> [boolean]
> 
> Positional Arguments
>   spec  One or more files, directories, or globs to test
>                                                      [array] [default: 
> ["test"]]
> 
> Options:
>   --help, -h         Show usage information & exit                     
> [boolean]
>   --version, -V      Show version number & exit                        
> [boolean]
>   --list-interfaces  List built-in user interfaces & exit              
> [boolean]
>   --list-reporters   List built-in reporters & exit                    
> [boolean]
> 
> ✖ ERROR: parse is not a function while processing file: 
> /<<PKGBUILDDIR>>/debian/tests/test_modules/reify/lib/parsers/default.js while 
> processing file: 
> /<<PKGBUILDDIR>>/debian/tests/test_modules/reify/node/repl-hook.js
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/05/01/node-immutable-tuple_0.4.10-6_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-immutable-tuple
Source-Version: 0.4.10-7
Done: Xavier Guimard <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-immutable-tuple, 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 959...@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-immutable-tuple 
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: Sun, 03 May 2020 16:40:29 +0200
Source: node-immutable-tuple
Architecture: source
Version: 0.4.10-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 959560
Changes:
 node-immutable-tuple (0.4.10-7) unstable; urgency=medium
 .
   * Team upload
   * Fix test with pkg-js-tools ≥ 0.9.33 (Closes: #959560)
Checksums-Sha1: 
 b6cc09a455444e1d8556a1278f8cdfe01422a3a6 2327 node-immutable-tuple_0.4.10-7.dsc
 aaaad777c33f6590e2956251ab9576e53d39b7b3 41256 
node-immutable-tuple_0.4.10-7.debian.tar.xz
Checksums-Sha256: 
 5a3786a5502c486d0fdbbf77b40661fb6f0b7978665fc70359155037f3d58f8c 2327 
node-immutable-tuple_0.4.10-7.dsc
 68e77825e2ed225300e37ac9fbbf53af3d7e42d5de4681500170c8ccd8a4d5d9 41256 
node-immutable-tuple_0.4.10-7.debian.tar.xz
Files: 
 e271733d74969bbd1805bf93120d440c 2327 javascript optional 
node-immutable-tuple_0.4.10-7.dsc
 397198a6630d3cf1fd617a4e69a7832a 41256 javascript optional 
node-immutable-tuple_0.4.10-7.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl6u2BkACgkQ9tdMp8mZ
7uljLw/8DMJHZWaBr0D0UFDPkpncLIbYdRBDys5ZEb5OKxQ3XoiUgTfNJU6rVS8i
yw6sm2vcAOfvxNU/lDSj4B3k/leE3j4gnii7GiWkiwcVa0VHIRtBnWhhvkLaN3h+
gGHHUrmZA/iv1eNvbVgK2t10tJbSx6Gvs/CLrecd4DFBA1Fg49YV/CXjh2swUV7F
rxw5pAqA+7OjduQQ2zJT0rOSKp4c2SBaUZHrJdwdUb3QAQwZw0LI5be6tHNttGAn
noXoTYj1rFhJr46hHrhOiTB3fhqyJ5yCu09ra2JB8CgHlyh/JR6cGhI7PgySyCQR
skAQNUPxFHFF/6xMteoimu9m+li6UD8MBVbs3xT7zFzL56c6nV7Dp9ic4loSkh8Z
HdaLXPq+dQcWL6GoAm3pRfdRWL7aW0wGLRyVeu4It7U21DWa1hvDHlny7VTXpxpu
EIeLxpAI+SJ/r4oJzM3QLGXRZ8G+1dU5SnJs6scCpUjVlDePBRm897XKMUma4YC9
nl+gz1ogdjWZffvINQoNQqszuLnGeXs8j1/XETZ3Jpc+qr9jnxe6uiZdnPc2XWGE
G1Il6i0HdJdOyJAkDPKUuGwS2UZ8FtfIIhaYUwghvfd5J8d/9+x8qI6bxMFPwuMX
iQyFmSbPib3SU+RRCIo8eP7mM50jmybyQ4BVlZvPdf5RMBxYUmA=
=jzEG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to