Your message dated Thu, 02 Sep 2021 08:49:58 +0000
with message-id <[email protected]>
and subject line Bug#935983: fixed in node-browser-resolve 2.0.0-1
has caused the Debian Bug report #935983,
regarding node-browser-resolve tests fail with node-resolve 1.12.0 in 
experimental
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.)


-- 
935983: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935983
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
package: node-browser-resolve
version: 1.11.3-1
severity: important

While trying to update node-resolve, I found the autopkgtest and build is failing with this error,

1) index.js of module dir
 ✓ alternate main
 ✓ string browser field as main
 ✓ string browser field as main - require subfile
 ✓ string alt browser field as main - require subfile
 ✓ object browser field as main
 ✓ object browser field as main
 2) deep module reference mapping
 3) deep module reference mapping without file extension - .js
 4) deep module reference mapping without file extension - .json
 ✓ object browser field replace file
 ✓ test foobar -> module-b replacement
 ✓ test core -> module-c replacement
 ✓ test core -> module-c replacement with alt browser
 ✓ test foobar -> module-b replacement with transform
 ✓ test ./x -> ./y replacement
 ✓ test foobar -> module-i replacement with transform in replacement
 ✓ object browser field replace file - no paths
 ✓ replace module in browser field object
 ✓ override engine shim
 ✓ alt-browser field
 5) alt-browser deep module reference mapping
 ✓ alt-browser fallback to "browser" on deps of deps
 6) not fail on accessing path name defined in Object.prototype

 18 passing (103ms)
 6 failing

 1) index.js of module dir:
Uncaught AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual

- {
-   main: 'fixtures'
- }
+ undefined
     at /tmp/tmp.4CFPpTZnNa/test/modules.js:11:16
     at /usr/lib/nodejs/browser-resolve/index.js:269:13
     at /usr/share/nodejs/resolve/lib/async.js:93:25
at maybeUnwrapSymlink (/usr/share/nodejs/resolve/lib/async.js:35:9)
     at /usr/share/nodejs/resolve/lib/async.js:89:24
     at ondir (/usr/share/nodejs/resolve/lib/async.js:264:27)
     at onex (/usr/share/nodejs/resolve/lib/async.js:161:32)
     at /usr/share/nodejs/resolve/lib/async.js:11:20
     at FSReqWrap.oncomplete (fs.js:155:5)

 2) deep module reference mapping:
Uncaught AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module 'module-l/direct' from '/tmp/tmp.4CFPpTZnNa/test/fixtures'
     at /tmp/tmp.4CFPpTZnNa/test/modules.js:95:16
     at /usr/lib/nodejs/browser-resolve/index.js:265:24
     at /usr/share/nodejs/resolve/lib/async.js:99:17
     at /usr/share/nodejs/resolve/lib/async.js:97:35
     at processDirs (/usr/share/nodejs/resolve/lib/async.js:244:39)
     at ondir (/usr/share/nodejs/resolve/lib/async.js:265:13)
     at load (/usr/share/nodejs/resolve/lib/async.js:137:43)
     at onex (/usr/share/nodejs/resolve/lib/async.js:162:17)
     at /usr/share/nodejs/resolve/lib/async.js:13:69
     at FSReqWrap.oncomplete (fs.js:154:21)

 3) deep module reference mapping without file extension - .js:
Uncaught AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module 'module-n/foo' from '/tmp/tmp.4CFPpTZnNa/test/fixtures'
     at /tmp/tmp.4CFPpTZnNa/test/modules.js:106:16
     at /usr/lib/nodejs/browser-resolve/index.js:265:24
     at /usr/share/nodejs/resolve/lib/async.js:99:17
     at /usr/share/nodejs/resolve/lib/async.js:97:35
     at processDirs (/usr/share/nodejs/resolve/lib/async.js:244:39)
     at ondir (/usr/share/nodejs/resolve/lib/async.js:265:13)
     at load (/usr/share/nodejs/resolve/lib/async.js:137:43)
     at onex (/usr/share/nodejs/resolve/lib/async.js:162:17)
     at /usr/share/nodejs/resolve/lib/async.js:13:69
     at FSReqWrap.oncomplete (fs.js:154:21)

 4) deep module reference mapping without file extension - .json:
Uncaught AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module 'module-n/bar' from '/tmp/tmp.4CFPpTZnNa/test/fixtures'
     at /tmp/tmp.4CFPpTZnNa/test/modules.js:113:16
     at /usr/lib/nodejs/browser-resolve/index.js:265:24
     at /usr/share/nodejs/resolve/lib/async.js:99:17
     at /usr/share/nodejs/resolve/lib/async.js:97:35
     at processDirs (/usr/share/nodejs/resolve/lib/async.js:244:39)
     at ondir (/usr/share/nodejs/resolve/lib/async.js:265:13)
     at load (/usr/share/nodejs/resolve/lib/async.js:137:43)
     at onex (/usr/share/nodejs/resolve/lib/async.js:162:17)
     at /usr/share/nodejs/resolve/lib/async.js:13:69
     at FSReqWrap.oncomplete (fs.js:154:21)

 5) alt-browser deep module reference mapping:

Uncaught AssertionError [ERR_ASSERTION]: '/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/alt-browser-field/direct.js' == '/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/alt-browser-field/chromeapp-direct.js'
     + expected - actual

-/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/alt-browser-field/direct.js +/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/alt-browser-field/chromeapp-direct.js

     at /tmp/tmp.4CFPpTZnNa/test/modules.js:292:16
     at /usr/lib/nodejs/browser-resolve/index.js:269:13
     at /usr/share/nodejs/resolve/lib/async.js:93:25
at maybeUnwrapSymlink (/usr/share/nodejs/resolve/lib/async.js:35:9)
     at /usr/share/nodejs/resolve/lib/async.js:89:24
     at onfile (/usr/share/nodejs/resolve/lib/async.js:258:27)
     at onex (/usr/share/nodejs/resolve/lib/async.js:161:32)
     at /usr/share/nodejs/resolve/lib/async.js:11:20
     at FSReqWrap.oncomplete (fs.js:155:5)

 6) not fail on accessing path name defined in Object.prototype:

Uncaught AssertionError [ERR_ASSERTION]: 'toString' == '/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/toString/index.js'
     + expected - actual

     -toString
     +/tmp/tmp.4CFPpTZnNa/test/fixtures/node_modules/toString/index.js

     at /tmp/tmp.4CFPpTZnNa/test/modules.js:317:16
     at /usr/lib/nodejs/browser-resolve/index.js:269:13
     at /usr/share/nodejs/resolve/lib/async.js:87:38
     at ondir (/usr/share/nodejs/resolve/lib/async.js:264:27)
     at onex (/usr/share/nodejs/resolve/lib/async.js:161:32)
     at /usr/share/nodejs/resolve/lib/async.js:11:20
     at FSReqWrap.oncomplete (fs.js:155:5)



--- End Message ---
--- Begin Message ---
Source: node-browser-resolve
Source-Version: 2.0.0-1
Done: Bastien Roucariès <[email protected]>

We believe that the bug you reported is fixed in the latest version of
node-browser-resolve, 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.
Bastien Roucariès <[email protected]> (supplier of updated node-browser-resolve 
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: Wed, 01 Sep 2021 12:44:12 +0000
Source: node-browser-resolve
Architecture: source
Version: 2.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<[email protected]>
Changed-By: Bastien Roucariès <[email protected]>
Closes: 935983
Changes:
 node-browser-resolve (2.0.0-1) experimental; urgency=medium
 .
   [ Debian Janitor ]
   * Remove constraints unnecessary since stretch:
     + Build-Depends: Drop versioned constraint on node-resolve.
     + node-browser-resolve: Drop versioned constraint on node-resolve and 
nodejs
       in Depends.
 .
   [ Bastien Roucariès ]
   * New upstream version
   * Bug fix: "node-browser-resolve tests fail with node-resolve 1.12.0 in
     experimental", thanks to Pirate Praveen (Closes: #935983).
   * Multi-Arch: foreign
   * Depends on newer node-resolve
Checksums-Sha1:
 d89db15d4e40f5867ac1687dba2481a147bb0b5d 2253 node-browser-resolve_2.0.0-1.dsc
 3b694b74653706c481b76077e915f3191cf44584 12639 
node-browser-resolve_2.0.0.orig.tar.gz
 f871376a3db3fdf3f3db5b5b1bfecf63ef4490c1 6384 
node-browser-resolve_2.0.0-1.debian.tar.xz
 3c860e7569d4cf3453b1cad69b862eaab78e16c9 10461 
node-browser-resolve_2.0.0-1_source.buildinfo
Checksums-Sha256:
 12fa0e37f591d1b138fc1a82dd5428a721fc45b496ec42c8eed23accd68b46dc 2253 
node-browser-resolve_2.0.0-1.dsc
 f6f7018266e3705fe4dc513283d1bf58038357b48f027839c6fcc48ddaea11e7 12639 
node-browser-resolve_2.0.0.orig.tar.gz
 725612e438dd30cf44be9a4a7f762d9bbfc2165832e86043c84e2c39123f6fb9 6384 
node-browser-resolve_2.0.0-1.debian.tar.xz
 663f2244562c2bb828aad2e8b781b0bbadea1455463539e065b2522ad892dbba 10461 
node-browser-resolve_2.0.0-1_source.buildinfo
Files:
 83691fe0cf8db3cbe505bc9c236c3e35 2253 javascript optional 
node-browser-resolve_2.0.0-1.dsc
 74f296e2d7c4c072f72789ca43d542c5 12639 javascript optional 
node-browser-resolve_2.0.0.orig.tar.gz
 caf8ac8a2de6a76ec4c48dbb27f6134c 6384 javascript optional 
node-browser-resolve_2.0.0-1.debian.tar.xz
 9df64b8997152cee78fb0998c439a28e 10461 javascript optional 
node-browser-resolve_2.0.0-1_source.buildinfo

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

iQJFBAEBCgAvFiEEXQGHuUCiRbrXsPVqADoaLapBCF8FAmEwjLIRHHJvdWNhQGRl
Ymlhbi5vcmcACgkQADoaLapBCF/QsA/6A80ODkzJ3w8jaiCg3M3sas1zTfyR4+GG
oLWg59MIMXduDyABTItzLof14nzINbg6jmCPVsYhs75lajrhAhJgz5EBuNPeYh3Z
KLeBozkL21abwzykD9edAZv8gNWjLS1u2CErjG3WA1nN4lZUAwGhVR2txsiMxeXx
UhMYJ5RF2fir2cdGf/l9vso56vIWZrewD9WNRV5acLKAwFE6cTf8mJ+Y2B4gjyXR
Buq/reIK+Lc4xf5otzaZVrdmyZA5UvXJtv5htUO+VJoQ5iV4xW7DnGqc1n1PoIL6
hvU0+Waea4PVAvTxaplr3ROclHMLRkAIodVdlLAoGzeTyNA1HrGLSXbbIavBpfia
RTkHz2/62y7UM73ff8v2PYQ3pKQtEt7viwKn5dUl327JWCsT07DOIMUI6yEfLCqp
AkLmfLgbRY7OThR7vhWvdI5bETJ2r51EcyZMpQi53SDoT/2b2EK8C4qK8moerftS
WKfvzyzpID7pBIkh4batf5vnc5Vrnsedle7SwTrPqFxP7t/Ikraoi6F5DfbEO10o
nrcxnINt7KAYAahHMCWh7DWF3UdiEexXZ8wKu/w+mtHm5OIbUjolyt6ThQYria/g
BdbdftWnnOKJZDnGu10YTJoT2Y0oaf6XTHwprIyehWY2fWXeWqhfqxXcNglyCDqC
HeHbL3zIo0Q=
=PwH3
-----END PGP SIGNATURE-----

--- End Message ---
-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to