Your message dated Mon, 24 Feb 2020 09:22:51 +0000
with message-id <[email protected]>
and subject line Bug#952183: fixed in node-serve-static 1.14.1-3
has caused the Debian Bug report #952183,
regarding node-serve-static: 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 [email protected]
immediately.)


-- 
952183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: node-serve-static
Version: 1.14.1-2
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):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-serve-static
> dpkg-buildpackage: info: source version 1.14.1-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <[email protected]>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with nodejs
>    dh_auto_clean --buildsystem=nodejs
>       rm -rf ./node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-serve-static using existing 
> ./node-serve-static_1.14.1.orig.tar.gz
> dpkg-source: info: building node-serve-static in 
> node-serve-static_1.14.1-2.debian.tar.xz
> dpkg-source: info: building node-serve-static in 
> node-serve-static_1.14.1-2.dsc
>  debian/rules binary
> dh binary --with nodejs
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>    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: Cannot find module '/<<PKGBUILDDIR>>/test'
> 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-serve-static_1.14.1-2_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-serve-static
Source-Version: 1.14.1-3
Done: Xavier Guimard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-serve-static, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <[email protected]> (supplier of updated node-serve-static 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 24 Feb 2020 09:58:42 +0100
Source: node-serve-static
Architecture: source
Version: 1.14.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 952183
Changes:
 node-serve-static (1.14.1-3) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.5.0
   * Disable one test that fails only under autopkgtest (Closes: #952183)
Checksums-Sha1: 
 75efa3171326c8dac6a70689a119365d94c57eb7 2318 node-serve-static_1.14.1-3.dsc
 c590dffab583cad7146e5a0fa058f95611a14a07 3540 
node-serve-static_1.14.1-3.debian.tar.xz
Checksums-Sha256: 
 3e836c7b328763cc673288c779069b2afdae4d492ae417b1aef3f1d289af359b 2318 
node-serve-static_1.14.1-3.dsc
 7260c5a1196ba0a6a224bf7e95d4ce36d86d37fedc84819f415dc2184c4b5d49 3540 
node-serve-static_1.14.1-3.debian.tar.xz
Files: 
 27cdad9b8966772794c54179ecde7a97 2318 javascript optional 
node-serve-static_1.14.1-3.dsc
 1fb038152ad8f6b8bc02a455d0cad164 3540 javascript optional 
node-serve-static_1.14.1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl5TkU4ACgkQ9tdMp8mZ
7unKCA//bLILDIqVNk3nA6TAtjxsZT1ApTDhlXDZHUFTHi8/svuYAue7GxExOM+w
h6ZuFJrqAwsbOegJLKuYElOr9nkG1djlMzSbEqRhKK/XpQpQLvmdPzPp6u8QyR0U
+/fx27LwNfnG9ziWaqYUSHuUhNSdAgVCHCRwuwKvUlEGbFa4LzHXIBFM/iXeY04m
aLK+fr4m51ItCsQJONsbb5AtiBZocKGOaWSkXkPSTnpCDCJEnO8fipqHKmIsB+or
hHQfY3Qc9SwWfV1V+yU0/B6mZTDS6O/KU2HW0JaKgsptsukllEikSlfFpIm8WanS
c3NCOnzgS6yh71qTdWwzGmH1DhxfuIoMSTaXT0jRUZs5pixa9KVCjxvGVl7x+1K8
+jJRSjyvrtRgXfZozBWJDHF1qLJbRpTpAjf9h+At+Rwfk6uGCu0qBhIs3uWUAWRU
Sc4MziGtvLQtTOU5FcmH3dk9UyOVk/80yGGP+fm3xej83cYpyEF6SNYt8Wloa7rk
uWsPTqAWvk8XI+RBBnhq4tZBKy5gB/8Lkzkt5lROCW4eGC5RDyRiCU4JXpzLtWhc
J4flQ1AY8P2sj/1wa8Id5cMtD91i6B7qxd2cPXNvrjDNrTpQPur8CMEptmgGlNaO
YNtDMVE90oITYM+3Y1eBWEFEBmHa36hyD9vEJWa6ucCBm6qozIo=
=FnTG
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to