Your message dated Sun, 27 Dec 2020 08:49:17 +0000
with message-id <e1ktrjp-000aq0...@fasolo.debian.org>
and subject line Bug#978318: fixed in node-estree-walker 2.0.2-1
has caused the Debian Bug report #978318,
regarding node-estree-walker: 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.)


-- 
978318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-estree-walker
Version: 2.0.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 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>>'
> tsc
> Files:              30
> Lines:           29042
> Nodes:          126127
> Identifiers:     46102
> Symbols:         31455
> Types:            9971
> Instantiations:   2920
> Memory used:    77174K
> I/O read:        0.01s
> I/O write:       0.00s
> Parse time:      0.59s
> Bind time:       0.26s
> Check time:      1.08s
> Emit time:       0.03s
> Total time:      1.96s
> rollup -c
> 
> src/index.ts → dist/estree-walker.umd.js, src/estree-walker.js...
> created dist/estree-walker.umd.js, src/estree-walker.js in 96ms
> cp dist/estree-walker.umd.js index.js
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../. node_modules/estree-walker
>       /bin/sh -ex debian/tests/pkg-js/test
> + NODE_PATH=debian/build_modules mocha --opts mocha.opts
> 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]
>   --jobs, -j                 Number of concurrent jobs for --parallel; use 1 
> to
>                              run in serial
>                                    [number] [default: (number of CPU cores - 
> 1)]
>   --parallel, -p             Run tests in parallel                     
> [boolean]
>   --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)]
>   --package  Path to package.json for config                            
> [string]
> 
> File Handling
>   --extension          File extension(s) to load
>                                            [array] [default: 
> ["js","cjs","mjs"]]
>   --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: --opts: configuring Mocha via 'mocha.opts' is DEPRECATED 
> and no longer supported.
>           Please use a configuration file instead.
> 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/12/26/node-estree-walker_2.0.1-1_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!

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 me
so that we can identify if something relevant changed in the meantime.

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-estree-walker
Source-Version: 2.0.2-1
Done: Xavier Guimard <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-estree-walker, 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 978...@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-estree-walker 
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, 27 Dec 2020 09:30:05 +0100
Source: node-estree-walker
Architecture: source
Version: 2.0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 978318
Changes:
 node-estree-walker (2.0.2-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Julien Puydt ]
   * Bump std-vers to 4.5.1.
   * New upstream release.
 .
   [ Xavier Guimard ]
   * Fix test and autopkgtest (Closes: #978318)
Checksums-Sha1: 
 bafa02f0284f64a398ad01036356bc8de3bc4c45 2249 node-estree-walker_2.0.2-1.dsc
 9fb9fc8df283856a8a278def0fe290242d5c9856 1962847 
node-estree-walker_2.0.2.orig.tar.gz
 cda7dad13f2810826c9d0594f97b2fdb6d67c185 114492 
node-estree-walker_2.0.2-1.debian.tar.xz
Checksums-Sha256: 
 d9cf78b14ec3971985dcf372e252c0a8f0348b392e5792f6be1b724e975ca3f4 2249 
node-estree-walker_2.0.2-1.dsc
 6f7d950099457d9550cd4eefb5d38cf7d1a26ed870bce76d1907e9c68b5ee33d 1962847 
node-estree-walker_2.0.2.orig.tar.gz
 038cbab6c07e55cd915ce4ca7cf267c1f5d976e975a8e263f6c379283c7f8f26 114492 
node-estree-walker_2.0.2-1.debian.tar.xz
Files: 
 23f8a56b45646b6a2091012603ac73b5 2249 javascript optional 
node-estree-walker_2.0.2-1.dsc
 a61486d01daae653ea9090bbd2a501d4 1962847 javascript optional 
node-estree-walker_2.0.2.orig.tar.gz
 c53c4f16ce5180cfd57e389c8090c795 114492 javascript optional 
node-estree-walker_2.0.2-1.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl/oRlEACgkQ9tdMp8mZ
7unB4A//d+22h3BnJqyqMJpxt+caqOZrLGN+97dHYb2hGbusWKO2O+9BbVqKdGlW
qu1HdKJ28t0M9cw542a++mxRz6EC8eNem8F28tj3N1sL1CLw1NStYqdi+g84Mg76
JzSLfhl+nuB/LNSi8ubEWcfvwPL3O44VqAQI2f1DmAXA9Bk0rm3y1iuRGxmwcyEm
jlqOe1BZp6gzMjf9gd5vcxWsUiXbT/7o0t2yOMw0oimknBFN/ZnKeKcREaW4Ai/5
YRCcH/+ZmIYlWF0Kps6BPjurKnrFVSbJlMqegOyYGVxc4mntEcTDW7J653d5EEfX
zuWU8+pm40paG8UD50QvAEAeqSJgyYMypilZDsLnVcvfQuD9MfPLrf0LtYYvF+1B
FU2Wo8lkypsrdyeJSMedvXiehl8lKe2dgxv5KRsdbhnbV10OsnJrMfU53oOBFGOV
IZjD0nNfft/qqabsYYNJUJt8MY/30yKB7wnulOEfuYpNBquCZKljNgrhysj4dJ67
H4xydfXcB6UK1cFG/2gNdM7YwbYqhfX1sIpB9EhGEJB/eiO4Vr0c5rhsMM/tfMdE
Hm6K2i3btNIQfiQAo+Rw17uFUt/xDUS6K/4LQv+NAoFlS3H+wR3mBC/SuPidstwm
kN2DtPAoV3PsQzPy07dm8HkhYvz/XI4DKv1LnJG/KmWu59QfjOY=
=a9Xv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to