Your message dated Sat, 16 Jul 2022 19:49:30 +0000
with message-id <e1ocnn8-000ajc...@fasolo.debian.org>
and subject line Bug#1015118: fixed in node-configurable-http-proxy 
4.5.0+~cs15.1.4-6
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
> 
> test_api.js
> ✔ 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
> 
> test_correctness.js
> ✔ correctness - rbtree_10k
> ✔ correctness - bintree_10k
> 
> OK: 500006 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-6
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 21:24:05 +0200
Source: node-configurable-http-proxy
Architecture: source
Version: 4.5.0+~cs15.1.4-6
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-6) unstable; urgency=medium
 .
   * Team upload
   * Fix prom test for jest 28 (Closes: #1015118)
Checksums-Sha1: 
 3df1133ca431a73b8cbb5c6343c4f75347d762fe 4289 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.dsc
 ceadc8bbfece909788b6778da3a1909dd294e684 29956 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.debian.tar.xz
Checksums-Sha256: 
 44a6f9629d6bf0c7faecc1a0496bb1b48a9c85c82312f41110e5f7f9a0b3865b 4289 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.dsc
 701849ff454ce9e1a75df182b5c6cdbd11bb63f78bb49dbc8726fbb43d3be38b 29956 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.debian.tar.xz
Files: 
 1d5130b43617396864514951de1714c9 4289 javascript optional 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.dsc
 9ec6d90d503490ca7d787e4cb8d4a09d 29956 javascript optional 
node-configurable-http-proxy_4.5.0+~cs15.1.4-6.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmLTENsACgkQ9tdMp8mZ
7uk+AxAAiJKXJGdvp0KFm3sExMrHOWGKzgjQz0hGjB/6H5Q0jLMTG5SBpTb286ml
bvnrqeyM7bhBdRVYT7EMfKylYeXRcnSxf/GdHT3Rmf7XqbDOwEMvSiA7mQK0UiPG
ikAnbijPTjsuEO8bX+UGZv5MJ/r+GZ69VtzPobgGiKFVWEsq4Qx9aAfUZxWamxac
fo+41raN76SJXlM7Z+Og3fS+gdMa+sc9n1nzfivFsJDWdqjkOqGFb0gzRWkYyvFJ
hOyJobsPfdZsDITWExMK4yd3Fwbhxc9PHFGFJPjrO3hsZ5zM0zL8qXhSbKlo4cfP
QOTHRoY5BX7OsiLaaO1RyOSgEhShSpBWFgdg8XGBbAEStruDArU4Dox5zA762IZ3
+NiA0nKfjjd1zUK6+YrzsLKWCtlPfGNCeYso/unUBdCB4Q7MuxxSaX8qCytW3zD1
ggH6LqxunflCmORFy/nKaDjgB5uTjzGN0tZ39E27FsWfyqL60Zi+d9GFfuNAhgv+
IqpkdkGAqzxtoK+0Hoduue4MHso9LMrTZ0ipqgF5mbtfDElVvL86trNmpeDpPSGn
UEkuTp1kG7lz7Y4XU9Z6y1d/eMA5ZFIy8e1EUrOUEy5m1glPiJC57rZ8S81YnfQQ
btLw12wnGEay/xXn/PyowOlq97xY2k8t0xGmLU0m6MEQZkSrLp4=
=KhNE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to