Your message dated Sat, 16 Jul 2022 18:06:46 +0000
with message-id <e1ocmbi-000dy1...@fasolo.debian.org>
and subject line Bug#1015118: fixed in node-configurable-http-proxy
4.5.0+~cs15.1.4-5
has caused the Debian Bug report #1015118,
regarding node-configurable-http-proxy: 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.)
--
1015118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015118
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-configurable-http-proxy
Version: 4.5.0+~cs15.1.4-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/prom-client/build
> cd ./prom-client && sh -ex ../debian/nodejs/prom-client/build
> + tsc -p .
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> help2man -n 'configurable-on-the-fly HTTP Proxy in Node.js' -N
> ./bin/configurable-http-proxy > configurable-http-proxy.1
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test --buildsystem=nodejs
> ln -s ../debian/tests/test_modules/better-assert
> node_modules/better-assert
> ln -s ../debian/tests/test_modules/callsite node_modules/callsite
> ln -s ../debian/tests/test_modules/request node_modules/request
> ln -s ../debian/tests/test_modules/request-promise-core
> node_modules/request-promise-core
> ln -s ../debian/tests/test_modules/request-promise-native
> node_modules/request-promise-native
> ln -s ../. node_modules/configurable-http-proxy
> cd ./bintrees && sh -ex ../debian/nodejs/bintrees/test
> + nodeunit ./test/test_api.js ./test/test_correctness.js
>
> [1mtest_api.js[22m
> ✔ api - rbtree_clear
> ✔ api - rbtree_dup
> ✔ api - rbtree_nonexist
> ✔ api - rbtree_minmax
> ✔ api - rbtree_forward_it
> ✔ api - rbtree_forward_it_break
> ✔ api - rbtree_reverse_it
> ✔ api - rbtree_reverse_it_break
> ✔ api - rbtree_switch_it
> ✔ api - rbtree_empty_it
> ✔ api - rbtree_lower_bound
> ✔ api - rbtree_upper_bound
> ✔ api - rbtree_find
> ✔ api - rbtree_find_iter
> ✔ api - bintree_clear
> ✔ api - bintree_dup
> ✔ api - bintree_nonexist
> ✔ api - bintree_minmax
> ✔ api - bintree_forward_it
> ✔ api - bintree_forward_it_break
> ✔ api - bintree_reverse_it
> ✔ api - bintree_reverse_it_break
> ✔ api - bintree_switch_it
> ✔ api - bintree_empty_it
> ✔ api - bintree_lower_bound
> ✔ api - bintree_upper_bound
> ✔ api - bintree_find
> ✔ api - bintree_find_iter
>
> [1mtest_correctness.js[22m
> ✔ correctness - rbtree_10k
> ✔ correctness - bintree_10k
>
> [1m[32mOK: [39m[22m500006 assertions (5248ms)
> cd ./prom-client && sh -ex ../debian/nodejs/prom-client/test
> + jest --ci
> PASS test/clusterTest.js
> PASS test/pushgatewayWithPathTest.js
> PASS test/counterTest.js
> PASS test/gaugeTest.js
> PASS test/histogramTest.js
> PASS test/summaryTest.js
> PASS test/registerTest.js
> PASS test/metrics/eventLoopLagTest.js
> PASS test/metrics/heapSpacesSizeAndUsedTest.js
> PASS test/aggregatorsTest.js
> PASS test/timeWindowQuantilesTest.js
> PASS test/defaultMetricsTest.js
> PASS test/bucketGeneratorsTest.js
> PASS test/metrics/maxFileDescriptorsTest.js
> /<<PKGBUILDDIR>>/prom-client/test/metrics/eventLoopLagTest.js:19
> expect(metrics).toHaveLength(8);
> ^
>
> JestAssertionError: expect(received).toHaveLength(expected)
>
> Expected length: 8
> Received length: 0
> Received array: []
> at Timeout._onTimeout
> (/<<PKGBUILDDIR>>/prom-client/test/metrics/eventLoopLagTest.js:19:23) {
> matcherResult: {
> message: 'expect(received).toHaveLength(expected)\n' +
> '\n' +
> 'Expected length: 8\n' +
> 'Received length: 0\n' +
> 'Received array: []',
> pass: false
> }
> }
> PASS test/metrics/heapSizeAndUsedTest.js
> PASS test/metrics/versionTest.js
> PASS test/metrics/processRequestsTest.js
> PASS test/metrics/gcTest.js
> PASS test/metrics/processHandlesTest.js
> PASS test/validationTest.js
> PASS test/metrics/processOpenFileDescriptorsTest.js
> PASS test/pushgatewayTest.js
> PASS test/metrics/processStartTimeTest.js
>
> Test Suites: 23 passed, 23 total
> Tests: 229 passed, 229 total
> Snapshots: 14 passed, 14 total
> Time: 4.659 s
> Ran all test suites.
> cd ./tdigest && sh -ex ../debian/nodejs/tdigest/test
> + jest --ci
> PASS specs/discrete.spec.js
> PASS specs/digest.spec.js
> PASS specs/tdigest.spec.js
>
> Test Suites: 3 passed, 3 total
> Tests: 48 passed, 48 total
> Snapshots: 0 total
> Time: 2.947 s
> Ran all test suites.
> /bin/sh -ex debian/tests/pkg-js/test
> + jasmine JASMINE_CONFIG_PATH=test/jasmine.json
> Error: Cannot find module 'stealthy-require'
> Require stack:
> - /<<PKGBUILDDIR>>/debian/tests/test_modules/request-promise-native/lib/rp.js
> - /<<PKGBUILDDIR>>/test/api_spec.js
> at Function.Module._resolveFilename
> (node:internal/modules/cjs/loader:933:15)
> at Function.Module._load (node:internal/modules/cjs/loader:778:27)
> at Module.require (node:internal/modules/cjs/loader:1005:19)
> at require (node:internal/modules/cjs/helpers:102:18)
> at Object.<anonymous>
> (/<<PKGBUILDDIR>>/debian/tests/test_modules/request-promise-native/lib/rp.js:4:23)
> at Module._compile (node:internal/modules/cjs/loader:1105:14)
> at Object.Module._extensions..js
> (node:internal/modules/cjs/loader:1159:10)
> at Module.load (node:internal/modules/cjs/loader:981:32)
> at Function.Module._load (node:internal/modules/cjs/loader:822:12)
> at Module.require (node:internal/modules/cjs/loader:1005:19) {
> code: 'MODULE_NOT_FOUND',
> requireStack: [
>
> '/<<PKGBUILDDIR>>/debian/tests/test_modules/request-promise-native/lib/rp.js',
> '/<<PKGBUILDDIR>>/test/api_spec.js'
> ]
> }
> 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/2022/07/16/node-configurable-http-proxy_4.5.0+~cs15.1.4-4_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: node-configurable-http-proxy
Source-Version: 4.5.0+~cs15.1.4-5
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-configurable-http-proxy, 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 1015...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-configurable-http-proxy
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: Sat, 16 Jul 2022 19:44:05 +0200
Source: node-configurable-http-proxy
Architecture: source
Version: 4.5.0+~cs15.1.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1015118
Changes:
node-configurable-http-proxy (4.5.0+~cs15.1.4-5) unstable; urgency=medium
.
* Team upload
* Report all patches
* Declare compliance with policy 4.6.1
* Add test dependency to node-stealthy-require (Closes: #1015118)
Checksums-Sha1:
0c73655a698d05bfac6c568dba1a6f1ca2506510 4289
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.dsc
a9a8e5bc809885feac2f865b82e3612fe45a7919 29888
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.debian.tar.xz
Checksums-Sha256:
202584076d2c2b3f1638a225816367420bfa8e7bd37c913264a4af8d905ad84f 4289
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.dsc
e97124eb57efa0de3799a83c518116847255c111b8759d89b34e8ad622028282 29888
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.debian.tar.xz
Files:
d611e6cd012968749c24f3f351606efe 4289 javascript optional
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.dsc
20deaf5ce2674975628cedc4d9a13d45 29888 javascript optional
node-configurable-http-proxy_4.5.0+~cs15.1.4-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmLS+aMACgkQ9tdMp8mZ
7ulmmg//ZNENXv8kgucVkw/M52Bc60fipk92IMl+3hXjTJKNgXPdFvDlzwWhaoie
d3kog/3/nqiqvDt2HhOE5Euow2aAccfiuxUjj4mhoxUrUj2s/FFs4SBqjJQJShHI
ZPwGuev0X9smdKfn2rGWVm6bDhuQ/PnT9dRWrxTmWwsL7YWwIlEcuGKDTbzfMih3
LjHlaO1wH9RbkVKcB5htbQcLBckNBnLYbLnD19isSCs/VCLpvW+wnY40/EuwykZZ
7P3MoBo6rTXirzu1dH7/kttXQxoBsVb5Ie26mbg4Z4x3x1P4G/I4EisViyftwJv7
t84vHRQ9KaTycg4d1fZzB1SrJBhjYvOqdpJLVmem3fgU4Khmz8zKHBpalF2rkV20
ajVlf9EQFty6iy+cgdWb3zzlwe/el6Aw1tInfA1CLTJAAvNEB94k7fyW8BDXOmL/
97kq37ihgQE+Mo/UoqdpCHZMU9/Pi4IL3u49s2u+erhn50vnjpSPIHeZd+siaHXb
oNma/qL8KflHJabuIkoo+qTuHLU5hSSGRddvs/CK7Pam4/r9Vwh7M+cW6QnXshzB
Ml2oWo/W/2UXyNMRDDcvu6F42loxmPPx4yvIOcYGUeREDny6sDfHbXa5htX84gPS
D7+tgtj4fTTZb45tApPfEsi9G5q44fqWjRrAweo8soTDvNni1Ds=
=9jI8
-----END PGP SIGNATURE-----
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel