Your message dated Fri, 03 Jul 2020 14:50:51 +0000
with message-id <e1jrn1f-0002s1...@fasolo.debian.org>
and subject line Bug#963401: fixed in node-proxyquire 2.1.3+~1.0.1+~1.0.2-10
has caused the Debian Bug report #963401,
regarding node-proxyquire: FTBFS: failed tests
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.)


-- 
963401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963401
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-proxyquire
Version: 2.1.3+~1.0.1+~1.0.2-9
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200620 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> eslint --format tap --no-eslintrc --env es6,node --no-inline-config '**/*.js'
> TAP version 13
> 1..59
> ok 1 - /<<PKGBUILDDIR>>/examples/api/api-test.js
> ok 2 - /<<PKGBUILDDIR>>/examples/api/samples/bar.js
> ok 3 - /<<PKGBUILDDIR>>/examples/api/samples/foo.js
> ok 4 - /<<PKGBUILDDIR>>/examples/api/samples/stats.js
> ok 5 - /<<PKGBUILDDIR>>/examples/async/foo-tests.js
> ok 6 - /<<PKGBUILDDIR>>/examples/async/foo.js
> ok 7 - /<<PKGBUILDDIR>>/examples/example-utils.js
> ok 8 - /<<PKGBUILDDIR>>/examples/simple/foo.inlineoverride.test.js
> ok 9 - /<<PKGBUILDDIR>>/examples/simple/foo.js
> ok 10 - /<<PKGBUILDDIR>>/examples/simple/foo.test.js
> ok 11 - /<<PKGBUILDDIR>>/examples/sinon/foo-tests.js
> ok 12 - /<<PKGBUILDDIR>>/examples/sinon/foo.js
> ok 13 - /<<PKGBUILDDIR>>/index.js
> ok 14 - /<<PKGBUILDDIR>>/lib/is.js
> ok 15 - /<<PKGBUILDDIR>>/lib/proxyquire-error.js
> ok 16 - /<<PKGBUILDDIR>>/lib/proxyquire.js
> ok 17 - /<<PKGBUILDDIR>>/test/proxyquire-api.js
> ok 18 - /<<PKGBUILDDIR>>/test/proxyquire-argumentvalidation.js
> ok 19 - /<<PKGBUILDDIR>>/test/proxyquire-cache.js
> ok 20 - /<<PKGBUILDDIR>>/test/proxyquire-compat.js
> ok 21 - /<<PKGBUILDDIR>>/test/proxyquire-extensions.js
> ok 22 - /<<PKGBUILDDIR>>/test/proxyquire-global.js
> ok 23 - /<<PKGBUILDDIR>>/test/proxyquire-independence.js
> ok 24 - /<<PKGBUILDDIR>>/test/proxyquire-non-object.js
> ok 25 - /<<PKGBUILDDIR>>/test/proxyquire-notexisting.js
> ok 26 - /<<PKGBUILDDIR>>/test/proxyquire-relative-paths.js
> ok 27 - /<<PKGBUILDDIR>>/test/proxyquire-remove.js
> ok 28 - /<<PKGBUILDDIR>>/test/proxyquire-sub-dependencies.js
> ok 29 - /<<PKGBUILDDIR>>/test/proxyquire.js
> ok 30 - /<<PKGBUILDDIR>>/test/samples/bar.js
> ok 31 - /<<PKGBUILDDIR>>/test/samples/boof.js
> ok 32 - /<<PKGBUILDDIR>>/test/samples/cache/bar.js
> ok 33 - /<<PKGBUILDDIR>>/test/samples/cache/foo.js
> ok 34 - /<<PKGBUILDDIR>>/test/samples/extensions.js
> ok 35 - /<<PKGBUILDDIR>>/test/samples/foo-singleton.js
> ok 36 - /<<PKGBUILDDIR>>/test/samples/foo.js
> ok 37 - /<<PKGBUILDDIR>>/test/samples/fooarray.js
> ok 38 - /<<PKGBUILDDIR>>/test/samples/foobool.js
> ok 39 - /<<PKGBUILDDIR>>/test/samples/foonum.js
> ok 40 - /<<PKGBUILDDIR>>/test/samples/global/bar.js
> ok 41 - /<<PKGBUILDDIR>>/test/samples/global/baz.js
> ok 42 - /<<PKGBUILDDIR>>/test/samples/global/foo-deferred.js
> ok 43 - /<<PKGBUILDDIR>>/test/samples/global/foo.js
> ok 44 - /<<PKGBUILDDIR>>/test/samples/no-call-thru-test/index.js
> ok 45 - /<<PKGBUILDDIR>>/test/samples/no-call-thru-test/required.js
> ok 46 - /<<PKGBUILDDIR>>/test/samples/notexisting/foo-relative.js
> ok 47 - /<<PKGBUILDDIR>>/test/samples/notexisting/foo.js
> ok 48 - /<<PKGBUILDDIR>>/test/samples/relative-paths/a/index.js
> ok 49 - /<<PKGBUILDDIR>>/test/samples/relative-paths/a/util.js
> ok 50 - /<<PKGBUILDDIR>>/test/samples/relative-paths/b/index.js
> ok 51 - /<<PKGBUILDDIR>>/test/samples/relative-paths/b/util.js
> ok 52 - /<<PKGBUILDDIR>>/test/samples/stats.js
> ok 53 - /<<PKGBUILDDIR>>/test/samples/sub-dependencies/bar.js
> ok 54 - /<<PKGBUILDDIR>>/test/samples/sub-dependencies/baz.js
> ok 55 - /<<PKGBUILDDIR>>/test/samples/sub-dependencies/foo.js
> ok 56 - /<<PKGBUILDDIR>>/Xerror/index.js
> ok 57 - /<<PKGBUILDDIR>>/Xerror/test.js
> ok 58 - /<<PKGBUILDDIR>>/Xkeys/index.js
> ok 59 - /<<PKGBUILDDIR>>/Xkeys/test.js
> 
> tape Xerror/test.js Xkeys/test.js
> TAP version 13
> # (anonymous)
> not ok 1 should be equal
>   ---
>     operator: equal
>     expected: |-
>       'Cannot find module \'foo\'\nRequire stack:\n- 
> /<<PKGBUILDDIR>>/Xerror/test.js\n- /usr/lib/nodejs/tape/bin/tape'
>     actual: |-
>       'Cannot find module \'foo\''
>     at: Test.<anonymous> (/<<PKGBUILDDIR>>/Xerror/test.js:12:7)
>     stack: |-
>       Error: should be equal
>           at Test.assert [as _assert] 
> (/usr/lib/nodejs/tape/lib/test.js:235:54)
>           at Test.bound [as _assert] (/usr/lib/nodejs/tape/lib/test.js:87:32)
>           at Test.equal (/usr/lib/nodejs/tape/lib/test.js:395:10)
>           at Test.bound [as equal] (/usr/lib/nodejs/tape/lib/test.js:87:32)
>           at Test.<anonymous> (/<<PKGBUILDDIR>>/Xerror/test.js:12:7)
>           at Test.bound [as _cb] (/usr/lib/nodejs/tape/lib/test.js:87:32)
>           at Test.run (/usr/lib/nodejs/tape/lib/test.js:106:10)
>           at Test.bound [as run] (/usr/lib/nodejs/tape/lib/test.js:87:32)
>           at Immediate.next [as _onImmediate] 
> (/usr/lib/nodejs/tape/lib/results.js:71:15)
>           at processImmediate (internal/timers.js:456:21)
>   ...
> ok 2 should be equal
> # fill-keys
> # es5
> ok 3 simple deep equality
> ok 4 mutates dest
> ok 5 fills prototype
> ok 6 both
> ok 7 source undefined
> ok 8 dest undefined
> ok 9 destination obj has no proto
> ok 10 copies descriptor
> # es3
> ok 11 simple deep equality
> ok 12 mutates dest
> ok 13 fills prototype
> ok 14 both
> ok 15 source undefined
> ok 16 dest undefined
> ok 17 destination obj has no proto
> # fn with no prototype
> ok 18 should not throw
> 
> 1..18
> # tests 18
> # pass  17
> # fail  1
> 
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/06/20/node-proxyquire_2.1.3+~1.0.1+~1.0.2-9_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-proxyquire
Source-Version: 2.1.3+~1.0.1+~1.0.2-10
Done: Jonas Smedegaard <d...@jones.dk>

We believe that the bug you reported is fixed in the latest version of
node-proxyquire, 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 963...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated node-proxyquire 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: Fri, 03 Jul 2020 16:20:19 +0200
Source: node-proxyquire
Architecture: source
Version: 2.1.3+~1.0.1+~1.0.2-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Closes: 963401
Changes:
 node-proxyquire (2.1.3+~1.0.1+~1.0.2-10) unstable; urgency=medium
 .
   * copyright: fix list additional Source URLs
   * ignore seemingly harmless helper library test failure;
     closes: bug#963401, thanks to Lucas Nussbaum
Checksums-Sha1:
 4981b9ed3e596ccae3f43ac816ebf55d997e86fb 2989 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.dsc
 0588f528defec735d9403e7f7daf273c848d2273 6544 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.debian.tar.xz
 7ad73c74d87c195e8e92a7e963ece4c48078db3b 11721 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10_amd64.buildinfo
Checksums-Sha256:
 b41c7e905f6389a0c5e3cf6a6dbfea6c7aabbeeeee2ba2402667becc22b98a03 2989 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.dsc
 31b00cd7838cc4e5283043312bfd4a309460c658c9770dbc57db37a78f26f3c0 6544 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.debian.tar.xz
 3efd62fd90c834aaae29ef04a867c13b6cb9e574b3d43daf70e7b4f26e7cd7ac 11721 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10_amd64.buildinfo
Files:
 7a470b4038503a2a12ecaa1a532a0296 2989 javascript optional 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.dsc
 456084d0b7a9d1dfca3fe643f7eea428 6544 javascript optional 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10.debian.tar.xz
 bc200fd0167006a800163561a0c04f3e 11721 javascript optional 
node-proxyquire_2.1.3+~1.0.1+~1.0.2-10_amd64.buildinfo

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

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAl7/Qa4ACgkQLHwxRsGg
ASE/EBAAooauhFX8GVDpXaRVt56lpQ1ehSEls82K7WRMPElXxWaqdjq6UsrgQIMq
45AE9dz+7nTfBYtUm6dNKRxDOGS5D/hq7f/iHUbeMgRMj/PI6jr2iyRUtsQ8XyaL
/FXstImYsu8hBeSY6iEtq/EXJkbew8mGKz5K6YNnJKhFYp0ydg8cvf3zCIMtgL/U
G39HEFJ+VVC245Ja1Xo47E0AVnQW6Qvp/IiJjie6zGLBgFmEaDNjwxPMUADW9HpV
/h514x6KKg0jJpw7ZWcMf9ZEzzyhwmFf6wWe6Q91fm1lc0WczylhZHurMaSDsV/h
PEY9vUQRi743e5LQqia4hfmsdmwohf5WAJPukZtBvKGMR556rS8MHPGHO/blBl9z
n4Q3/ZO4kZkH7TibzL1kFkuH8S7r5TyUyWmbZ9YvB7J7MckT8n8jTvnUz81hpmUB
ZXmD6LqKDH2NibwVFvKDCkL/CWPOfNR5HtII8gAH6xcmAUorO3aIZcdcrFBZ2iMN
B3zaWbYnD3md2KYO0XZ7ihrodeNeeGNtv5sFuqk2pnSuzn0GD777k8VrZ4CB16Ns
RrXKNXD5Zc4tR8vsGDx1ERZ4kY0Tegn7rngyZZt5H9nQ9ZiqFny3vkVUc84YYktZ
wNGm7BndhK+rIe1HZHXuc6xp16kzvcTHdI9YsTaaPMXwZvGjwbk=
=Iif1
-----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

Reply via email to