Your message dated Sun, 27 Dec 2020 08:33:34 +0000
with message-id <e1ktruc-0008me...@fasolo.debian.org>
and subject line Bug#978300: fixed in node-fastcgi 1.3.3-5
has caused the Debian Bug report #978300,
regarding node-fastcgi: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 5
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.)


-- 
978300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-fastcgi
Version: 1.3.3-4
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):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-fastcgi
> dpkg-buildpackage: info: source version 1.3.3-4
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <y...@debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean
>    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-fastcgi using existing 
> ./node-fastcgi_1.3.3.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building node-fastcgi in node-fastcgi_1.3.3-4.debian.tar.xz
> dpkg-source: info: building node-fastcgi in node-fastcgi_1.3.3-4.dsc
>  debian/rules binary
> dh binary
>    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
>       mkdir -p node_modules
>       ln -s ../debian/tests/test_modules/request node_modules/request
>       ln -s ../debian/tests/test_modules/fcgi-handler 
> node_modules/fcgi-handler
>       ln -s ../debian/tests/test_modules/fcgi-stream node_modules/fcgi-stream
>       ln -s ../debian/tests/test_modules/fastcgi-parser 
> node_modules/fastcgi-parser
>       ln -s ../debian/tests/test_modules/cgi-env node_modules/cgi-env
>       ln -s ../. node_modules/node-fastcgi
>       /bin/sh -ex debian/tests/pkg-js/test
> + mocha --exit ./test/mocha/integration
> 
> 
>   echo Server
> cgi app listen on socket:/<<PKGBUILDDIR>>/test/mocha/integration/Sock11805
> (node:23224) [DEP0005] DeprecationWarning: Buffer() is deprecated due to 
> security and usability issues. Please use the Buffer.alloc(), 
> Buffer.allocUnsafe(), or Buffer.from() methods instead.
>     1) should answer with the request
>     2) should answer with the request data
>     3) should answer with the request querystring
>     4) should answer with the request auth
>     5) should answer with correct request header names
> 
>   multiwrite Server
> cgi app listen on socket:/<<PKGBUILDDIR>>/test/mocha/integration/Sock21884
>     ✓ should answer with the expected response
> 
>   multiwrite Server (no content-length)
> cgi app listen on socket:/<<PKGBUILDDIR>>/test/mocha/integration/Sock31165
>     ✓ should answer with the expected response
> 
> 
>   2 passing (69ms)
>   5 failing
> 
>   1) echo Server
>        should answer with the request:
>      Uncaught Cannot find module 'lodash'
> Require stack:
> - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
> - /usr/share/nodejs/mocha/lib/esm-utils.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>   Error: Cannot find module 'lodash'
>   Require stack:
>   - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
>   - /usr/share/nodejs/mocha/lib/esm-utils.js
>   - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
>   - /usr/share/nodejs/mocha/lib/cli/options.js
>   - /usr/share/nodejs/mocha/bin/mocha
>       at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>       at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>       at Module.require (internal/modules/cjs/loader.js:903:19)
>       at require (internal/modules/cjs/helpers.js:74:18)
>       at IncomingMessage.writeReqAsJson (test/mocha/integration/echo.js:63:55)
>       at endReadableNT (_stream_readable.js:1223:12)
>       at processTicksAndRejections (internal/process/task_queues.js:84:21)
> 
>   2) echo Server
>        should answer with the request data:
>      Uncaught Cannot find module 'lodash'
> Require stack:
> - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
> - /usr/share/nodejs/mocha/lib/esm-utils.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>   Error: Cannot find module 'lodash'
>   Require stack:
>   - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
>   - /usr/share/nodejs/mocha/lib/esm-utils.js
>   - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
>   - /usr/share/nodejs/mocha/lib/cli/options.js
>   - /usr/share/nodejs/mocha/bin/mocha
>       at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>       at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>       at Module.require (internal/modules/cjs/loader.js:903:19)
>       at require (internal/modules/cjs/helpers.js:74:18)
>       at IncomingMessage.writeReqAsJson (test/mocha/integration/echo.js:63:55)
>       at endReadableNT (_stream_readable.js:1223:12)
>       at processTicksAndRejections (internal/process/task_queues.js:84:21)
> 
>   3) echo Server
>        should answer with the request querystring:
>      Uncaught Cannot find module 'lodash'
> Require stack:
> - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
> - /usr/share/nodejs/mocha/lib/esm-utils.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>   Error: Cannot find module 'lodash'
>   Require stack:
>   - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
>   - /usr/share/nodejs/mocha/lib/esm-utils.js
>   - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
>   - /usr/share/nodejs/mocha/lib/cli/options.js
>   - /usr/share/nodejs/mocha/bin/mocha
>       at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>       at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>       at Module.require (internal/modules/cjs/loader.js:903:19)
>       at require (internal/modules/cjs/helpers.js:74:18)
>       at IncomingMessage.writeReqAsJson (test/mocha/integration/echo.js:63:55)
>       at endReadableNT (_stream_readable.js:1223:12)
>       at processTicksAndRejections (internal/process/task_queues.js:84:21)
> 
>   4) echo Server
>        should answer with the request auth:
>      Uncaught Cannot find module 'lodash'
> Require stack:
> - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
> - /usr/share/nodejs/mocha/lib/esm-utils.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>   Error: Cannot find module 'lodash'
>   Require stack:
>   - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
>   - /usr/share/nodejs/mocha/lib/esm-utils.js
>   - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
>   - /usr/share/nodejs/mocha/lib/cli/options.js
>   - /usr/share/nodejs/mocha/bin/mocha
>       at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>       at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>       at Module.require (internal/modules/cjs/loader.js:903:19)
>       at require (internal/modules/cjs/helpers.js:74:18)
>       at IncomingMessage.writeReqAsJson (test/mocha/integration/echo.js:63:55)
>       at endReadableNT (_stream_readable.js:1223:12)
>       at processTicksAndRejections (internal/process/task_queues.js:84:21)
> 
>   5) echo Server
>        should answer with correct request header names:
>      Uncaught Cannot find module 'lodash'
> Require stack:
> - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
> - /usr/share/nodejs/mocha/lib/esm-utils.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>   Error: Cannot find module 'lodash'
>   Require stack:
>   - /<<PKGBUILDDIR>>/test/mocha/integration/echo.js
>   - /usr/share/nodejs/mocha/lib/esm-utils.js
>   - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
>   - /usr/share/nodejs/mocha/lib/cli/options.js
>   - /usr/share/nodejs/mocha/bin/mocha
>       at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>       at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>       at Module.require (internal/modules/cjs/loader.js:903:19)
>       at require (internal/modules/cjs/helpers.js:74:18)
>       at IncomingMessage.writeReqAsJson (test/mocha/integration/echo.js:63:55)
>       at endReadableNT (_stream_readable.js:1223:12)
>       at processTicksAndRejections (internal/process/task_queues.js:84:21)
> 
> 
> 
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 5

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/node-fastcgi_1.3.3-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!

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-fastcgi
Source-Version: 1.3.3-5
Done: Xavier Guimard <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-fastcgi, 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-fastcgi 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:08:40 +0100
Source: node-fastcgi
Architecture: source
Version: 1.3.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 978300
Changes:
 node-fastcgi (1.3.3-5) unstable; urgency=medium
 .
   * Team upload
   * Add build dependency to node-lodash (Closes: #978300)
Checksums-Sha1: 
 c23bc99ed859d9b73f0780cab2ceec4b7d4af6d4 2645 node-fastcgi_1.3.3-5.dsc
 4027544cb96db9f6845f413dba67fa06e8e188af 34388 
node-fastcgi_1.3.3-5.debian.tar.xz
Checksums-Sha256: 
 2490094adb1970ae5fe9933086393a4062bfc0ad925f73ecf34e4e9aa241467d 2645 
node-fastcgi_1.3.3-5.dsc
 2655da4a93a85dfe43875ef7476548ea967c7f27eed7804e312ec13ad3af73a2 34388 
node-fastcgi_1.3.3-5.debian.tar.xz
Files: 
 fdf1521529b6c2f2a8d59567de9fa5e9 2645 javascript optional 
node-fastcgi_1.3.3-5.dsc
 4da5c63308de4d25756e28ac52b3c81a 34388 javascript optional 
node-fastcgi_1.3.3-5.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl/oQUAACgkQ9tdMp8mZ
7ukT/w/9FxBj6wq2c/AhqwOKpvG/bQz4Nt06yRVOiMBB/15DHNkkBfLN67SHemVs
ktQups+QWQ6icdclIbyu8rlvH7UoUdsXxcqeaA1Z4vXoPl0MFsYWjXEIybXkdTmz
ZKhYshMVYi+8eOi0a0rIyACzAQ0eLwb5arKz5Sf4NO1gCEgjq+RehinL09FWYTMq
0nUEuC4coCZ1x5TgM5ndMIKrPSMdyDTQbCQvwTi2ZiQ2j+sveAJfYqDkASIlAgBF
xeBPGniRzcjJsIHs87k1jdk/+gDkRcgMUPXGZP0F+9uVPwD55WO6sC0B7bXmKUYT
G8RxfW9LcGRxw0JCoPlmjGWB5hhbUQqXYqk9pLUDHoxfPF+WkQTtpsKU8fCH1D3F
/eFzIljXfJPQE9K/fkx6D8tWiHuJw0AwnGifpv5GSaYNRkTUj12JNsPwBjXxjQz5
BjHIqrs4GCV37R5tLRBnU0uhjfv1VSmffg/GLj3rQgDfzdVaxuOZiH+1P9zwqRWA
/+6eKGzllognrza4hPw1Kguta/h+xTS6ajVNh41LdkrTAjPYDB/lIcYXz6DSCAbi
bbRxL9Lk8Q1d2WSZBo6SuB7sQikVFFW8c9gRdvAUiep5H1wthzw7Mykta6nvjg4x
zJ7ZiqFHGMmTLOzbovXhFoKIII+mF3C9DrVZLkCV1i0RAgfDLuc=
=nzwS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to