Your message dated Tue, 25 Feb 2020 16:50:40 +0000
with message-id <e1j6dps-0008mc...@fasolo.debian.org>
and subject line Bug#952216: fixed in node-prelude-ls 1.1.2+dfsg-5
has caused the Debian Bug report #952216,
regarding node-prelude-ls: FTBFS: dh_auto_test: error: /bin/sh -e 
debian/tests/pkg-js/test returned exit code 1
to be marked as done.

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

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


-- 
952216: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952216
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-prelude-ls
Version: 1.1.2+dfsg-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[2]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p lib/
> /usr/bin/lsc --compile package.json.ls
> /usr/bin/lsc --output lib --bare --compile "src/Func.ls"
> /usr/bin/lsc --output lib --bare --compile "src/List.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Num.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Obj.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Str.ls"
> /usr/bin/lsc --output lib --bare --compile "src/index.ls"
> make[2]: Leaving directory '/<<PKGBUILDDIR>>'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       /bin/sh -e debian/tests/pkg-js/test
> 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"]]
> 
> Other 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: suite is not defined
> dh_auto_test: error: /bin/sh -e debian/tests/pkg-js/test returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/node-prelude-ls_1.1.2+dfsg-4_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-prelude-ls
Source-Version: 1.1.2+dfsg-5
Done: Nilesh Patra <npatra...@gmail.com>

We believe that the bug you reported is fixed in the latest version of
node-prelude-ls, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 952...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nilesh Patra <npatra...@gmail.com> (supplier of updated node-prelude-ls 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: Tue, 25 Feb 2020 07:51:59 +0000
Source: node-prelude-ls
Architecture: source
Version: 1.1.2+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Nilesh Patra <npatra...@gmail.com>
Closes: 952216
Changes:
 node-prelude-ls (1.1.2+dfsg-5) unstable; urgency=medium
 .
   * Team Upload.
   * Add-in tests after transpiling via lsc (Closes: #952216)
   * Disable and fix failing tests
   * Fix URL in metadata
Checksums-Sha1: 
 2abc4ace3c08d135638cc8f297864e375f1c9b1a 2118 node-prelude-ls_1.1.2+dfsg-5.dsc
 f6fb77350651066f4e7f894f53416a8477ee237d 12164 
node-prelude-ls_1.1.2+dfsg-5.debian.tar.xz
Checksums-Sha256: 
 0362e2d8a986bb7dace0d6068ce09456e06f2e47744e78d0bc442a1816594637 2118 
node-prelude-ls_1.1.2+dfsg-5.dsc
 3e264a52b220b681cb76f3d9133fa7ea788ed294bfc97b7b528fd5f2595fff7e 12164 
node-prelude-ls_1.1.2+dfsg-5.debian.tar.xz
Files: 
 33da4a11e7f04d336f53758e567a4ab8 2118 javascript optional 
node-prelude-ls_1.1.2+dfsg-5.dsc
 5e6a7f4ddde7e32e716298e46454b55b 12164 javascript optional 
node-prelude-ls_1.1.2+dfsg-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl5VTE8ACgkQ9tdMp8mZ
7unrcw//eJdAeorxrcIhqJzLogGEG9kPKxmvuWikYH+e5GHJeeuvYhqe2mwgSbDY
Dcm9SKBi8ZFCcVN76o7XQ8w0UFnMZ6Hvx3DYg1V9l62Dv7ZKmImT8VYcKnNEA0n7
hlI6i5AYAJBKir9eEpAh7eiMXFITZ+2I5ApBIn0gfs+ftCnM6rQX6iK/81DkkYFp
YBUXT9oSArUz9Oh0n5GLHd49aq5DssZEqzdpE86jS/viY/kqGeR9QkXkEfMAO4RQ
y4v94V98Uavv+GwR8H98f7xOa1nCTSOBvcESrKuZFecARbob59j7KdgjUZPy3i5E
sThankMSK/cjLU0J9edvuetAu8hkG0aoWpJLdKKkc/KbkAPrT1xDlgtXAIg+oBfZ
drQwUU71gjOmyRHE+DICaeHI5AKMR9nEMmdtFcC43vzAyt1kt0+PLgWKC7jQxeX3
ZHrC6bJlWNLXDKJaoDtWfwcZcpKqCaaOn5Tv4oFeaAekZaCKXqSksmVCqm+O4AYc
WOz05jlhVmnDnOQFx0muPV/fspGHOUdIVrtVLlQKax3S7tkXOczGj5+m3jOjfZTw
BXO4FZFLxyXhhbBpL4Oly4YPr4KeA/46Zn+iucTCZTaZZL59R2RkU/yN5J+cOR2I
TOctHR09+NlJlWESGMrWkJ80HKGBCjn9zRd2T4glYy+bZ42ChGs=
=aKt3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to