Your message dated Sat, 02 May 2026 06:21:16 +0000
with message-id <[email protected]>
and subject line Bug#1135424: fixed in node-follow-redirects 1.16.0+~1.14.4-2
has caused the Debian Bug report #1135424,
regarding node-follow-redirects: FTBFS: Error: Timeout of 2000ms exceeded.
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.)
--
1135424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135424
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:node-follow-redirects
Version: 1.16.0+~1.14.4-1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202605/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:node-follow-redirects, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache ./.nyc_output
rm -rf types-follow-redirects/node_modules/.cache
types-follow-redirects/.nyc_output
rm ./node_modules/.cache
rm types-follow-redirects/node_modules/.cache
rm ./node_modules/.cache
unlink node_modules/@types/follow-redirects
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link node_modules/@types/follow-redirects -> ../../types-follow-redirects
dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
dh_auto_test --buildsystem=nodejs
ln -s ../. node_modules/follow-redirects
/bin/sh -ex debian/tests/pkg-js/test
+ mocha --exit --invert --grep deduplicated
follow-redirects
â http.get with string and callback - redirect
â http.get with URL object and callback - redirect
â http.get with options object and callback - redirect
â http.get with string and callback - no redirect
â http.get with options object and callback - no redirect
â http.get with host option and callback - redirect
â http.get to IPv4 address
â http.get to IPv6 address
â http.get to bracketed IPv4 address
â http.get to bracketed IPv4 address specified as host
â http.get to bracketed IPv4 address specified as hostname
â http.get to bracketed hostname
â http.get redirecting to IPv4 address
â http.get redirecting to IPv6 address
â http.get redirecting to bracketed IPv4 address
â http.get redirecting to bracketed hostname
â http.get with response event
â http.get with relative URL path
â redirect to URL with fragment
â should return with the original status code if the response does not
contain a location header
â should emit connection errors on the returned stream
â should emit socket events on the returned stream
â should emit connect events on the returned stream
â emits an error on redirects with an invalid location
â emits an error when the request fails for another reason
(node:53) [DEP0169] DeprecationWarning: `url.parse()` behavior is not
standardized and prone to errors that have security implications. Use the
WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `node --trace-deprecation ...` to show where the warning was created)
â should follow redirects over https
â should destroy responses
â should honor query params in redirects
â should allow aborting
â should provide connection
â should provide flushHeaders
â should provide getHeader
â should provide removeHeader
â should provide setHeader
â should provide setNoDelay
â should provide setSocketKeepAlive
â should provide setTimeout
â should provide socket
â should wait for an explicit call to end
â errors on write after end
â should support writing into request stream without redirects
â should support writing into request stream with redirects
â should support piping into request stream without redirects
â should support piping into request stream with redirects
â should support piping into request stream with explicit Content-Length
without redirects
â should support piping into request stream with explicit Content-Length
with redirects
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
â keeps the header when redirected from HTTP to HTTPS
â drops the header when redirected from HTTPS to HTTP
setTimeout
â clears timeouts after a successful response
â clears timeouts after an error response
â handles errors occuring before a socket is established
â sets a timeout when the socket already exists
â destroys the socket after configured inactivity period (102ms)
â should timeout on the final request
â should include redirect delays in the timeout
â overrides existing timeouts
should obey a `maxRedirects` property
â which defaults to 21 (39ms)
â which can be set globally
â set as an option on an individual request
the trackRedirects option
when not set
â should not track redirects
when set to true
â should track redirects
should switch to safe methods when appropriate
when redirecting with status code 300
â should reuse GET
â should reuse HEAD
â should reuse POST
â should reuse PUT
â should reuse DELETE
when redirecting with status code 301
â should reuse GET
â should reuse HEAD
â should switch from POST to GET
â should reuse PUT
â should reuse DELETE
when redirecting with status code 302
â should reuse GET
â should reuse HEAD
â should switch from POST to GET
â should reuse PUT
â should reuse DELETE
when redirecting with status code 303
â should reuse GET
â should reuse HEAD
â should switch from POST to GET
â should switch from PUT to GET
â should switch from DELETE to GET
when redirecting with status code 307
â should reuse GET
â should reuse HEAD
â should reuse POST
â should reuse PUT
â should reuse DELETE
should handle cross protocol redirects
â (https -> http -> https)
â (http -> https -> http)
should error on an unsupported protocol redirect
â (http -> about)
should obey a `maxBodyLength` property
â which defaults to 10MB
â set globally, on write
1) "after each" hook for "set globally, on write"
105 passing (2s)
1 failing
1) follow-redirects
"after each" hook for "set globally, on write":
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure
"done()" is called; if returning a Promise, ensure it resolves.
(/<<PKGBUILDDIR>>/test/test.js)
at createTimeoutError (/usr/share/nodejs/mocha/lib/errors.js:386:15)
at Runnable._timeoutError (/usr/share/nodejs/mocha/lib/runnable.js:431:10)
at Timeout.<anonymous> (/usr/share/nodejs/mocha/lib/runnable.js:246:24)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7)
dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: node-follow-redirects
Source-Version: 1.16.0+~1.14.4-2
Done: Xavier Guimard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
node-follow-redirects, 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-follow-redirects
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: Sat, 02 May 2026 07:57:39 +0200
Source: node-follow-redirects
Architecture: source
Version: 1.16.0+~1.14.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<[email protected]>
Changed-By: Xavier Guimard <[email protected]>
Closes: 1135424
Changes:
node-follow-redirects (1.16.0+~1.14.4-2) unstable; urgency=medium
.
* Team upload
* Forcibly close active connections in test server.stop (Closes:
#1135424)
Checksums-Sha1:
b826308ff9a5378f54b44ed7679ef9c830dc353c 2656
node-follow-redirects_1.16.0+~1.14.4-2.dsc
8a6b434953f4773d56b6375fc80ec9b7243f9ea5 5228
node-follow-redirects_1.16.0+~1.14.4-2.debian.tar.xz
Checksums-Sha256:
901979e940b1780e58faf2937f478818338ecc9eeef62f6aac3b9a5b820da95d 2656
node-follow-redirects_1.16.0+~1.14.4-2.dsc
4742f5eebc1c5851957a7a74ed8b1ea84b3cb0f6b4a7a7c7b68d998b10ce1f4a 5228
node-follow-redirects_1.16.0+~1.14.4-2.debian.tar.xz
Files:
05782e4e1ec63914f4c3bc92aeae24d1 2656 javascript optional
node-follow-redirects_1.16.0+~1.14.4-2.dsc
93316de25f5e4551ea814fa655774013 5228 javascript optional
node-follow-redirects_1.16.0+~1.14.4-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmn1kqAACgkQ9tdMp8mZ
7umnahAAgewCwfPCWKnkNH64QN8jRL35+2kdR5xB7mrCyUcIYon5pMTxpCPGh7e2
c1yysMFYBMB7jZwBXcg8f/cRCwthDnb/zH7NULMCxxtnKJZVGFBGUu9CDXgrVTsS
C4IO9JieC2XgQ1o4dlOnaOoJLLqIja3YTJZaRvxyVaveOcB8zppoPFUN5dexilGm
eWG76QckWgfmwaNCMiSdyUfsl14yK6/yqUtWX0TXlfhI/mgEXmrAm/ne/6qaBozi
GNtl22cksz1Syqh+mc2T2RbvfRBoRoemUkNKbEcA+P0xiZeCVaZ1LZH/2P9akmvP
tw19ea2R/J6+Xku7qPp1wj425YiPqYJGS4rx47brTplqiSGAHEetErV/MsfRO/E3
j7t2xqa8v1kXwdV/jGj2qLGTWzaA435GGttf9bdgiiOXnStrbz2xLicZP+muKJYb
692441aOu9Ky9VIV7REXYWCPiwFOAM1tJpP/KvISg+zyEZCybvjWSkGgTYea0OxI
X8f/JlTggWURdDnXqnldLLx7gsRF0U6WMe0yLgLXkhLfrrlJ14yXTH2JBALQiezp
WL0q586W4DcK9ibVr5mVrcUVfsfH925TWi7tHdlI6WGO7uA7lpSS958XTtzrLh3I
sGlkRxhCdggar7TQplpz9bmM1ZH7vRHeZKHP3A9WEdCW3GeLXsA=
=ejkX
-----END PGP SIGNATURE-----
pgpbgQ0atCZ0v.pgp
Description: PGP signature
--- End Message ---
--
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel