Your message dated Sun, 18 Sep 2022 07:29:12 +0000
with message-id <e1ozojo-00bmxg...@fasolo.debian.org>
and subject line Bug#1020089: fixed in node-rollup-plugin-alias 3.1.9~ds-2
has caused the Debian Bug report #1020089,
regarding node-rollup-plugin-alias: 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.)


-- 
1020089: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-rollup-plugin-alias
Version: 3.1.9~ds-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 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>>'
> # Build @rollup/plugin-alias
> cd packages/alias && rollup -c
> 
> src/index.ts → dist/index.js, dist/index.es.js...
> (!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find 
> module 'rollup' or its corresponding type declarations.
> src/index.ts: (1:24)
> 
> 1 import { Plugin } from 'rollup';
>                          ~~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS2550: Property 
> 'entries' does not exist on type 'ObjectConstructor'. Do you need to change 
> your target library? Try changing the 'lib' compiler option to 'es2017' or 
> later.
> src/index.ts: (36:17)
> 
> 36   return Object.entries(entries).map(([key, value]) => {
>                    ~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7031: Binding 
> element 'key' implicitly has an 'any' type.
> src/index.ts: (36:40)
> 
> 36   return Object.entries(entries).map(([key, value]) => {
>                                           ~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7031: Binding 
> element 'value' implicitly has an 'any' type.
> src/index.ts: (36:45)
> 
> 36   return Object.entries(entries).map(([key, value]) => {
>                                                ~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter 
> 'inputOptions' implicitly has an 'any' type.
> src/index.ts: (67:22)
> 
> 67     async buildStart(inputOptions) {
>                         ~~~~~~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter 
> 'importee' implicitly has an 'any' type.
> src/index.ts: (78:15)
> 
> 78     resolveId(importee, importer, resolveOptions) {
>                  ~~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter 
> 'importer' implicitly has an 'any' type.
> src/index.ts: (78:25)
> 
> 78     resolveId(importee, importer, resolveOptions) {
>                            ~~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter 
> 'resolveOptions' implicitly has an 'any' type.
> src/index.ts: (78:35)
> 
> 78     resolveId(importee, importer, resolveOptions) {
>                                      ~~~~~~~~~~~~~~
> 
> (!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter 
> 'resolved' implicitly has an 'any' type.
> src/index.ts: (98:15)
> 
> 98       ).then((resolved) => resolved || { id: updatedId });
>                  ~~~~~~~~
> 
> created dist/index.js, dist/index.es.js in 518ms
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
>    dh_auto_test --buildsystem=nodejs
>       mkdir -p node_modules/\@rollup
>       ln -s ../../packages/alias node_modules/\@rollup/plugin-alias
>       /bin/sh -ex debian/tests/pkg-js/test
> + cd packages/alias
> + mkdir -p node_modules/@rollup
> + ln -s ../.. node_modules/@rollup/plugin-alias
> + tape test/test.js
> TAP version 13
> # type
> ok 1 should be strictly equal
> # instance
> ok 2 should be strictly equal
> ok 3 should be strictly equal
> # defaults
> ok 4 should be strictly equal
> ok 5 should be strictly equal
> # Simple aliasing (array)
> ok 6 should be deeply equivalent
> # Simple aliasing (object)
> ok 7 should be deeply equivalent
> # RegExp aliasing
> ok 8 should be deeply equivalent
> # Will not confuse modules with similar names
> ok 9 should be deeply equivalent
> # Leaves entry file untouched if matches alias
> ok 10 should be deeply equivalent
> # i/am/a/file
> ok 11 should be deeply equivalent
> # Windows absolute path aliasing
> ok 12 should be deeply equivalent
> # Works in rollup with non fake input
> ok 13 should be strictly equal
> ok 14 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/aliasMe.js to 
> end with /fixtures/aliasMe.js
> ok 15 expected 
> /<<PKGBUILDDIR>>/packages/alias/test/fixtures/folder/anotherNumber.js to end 
> with /fixtures/folder/anotherNumber.js
> ok 16 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/index.js to end 
> with /fixtures/index.js
> ok 17 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/localAliasMe.js 
> to end with /fixtures/localAliasMe.js
> ok 18 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/nonAliased.js to 
> end with /fixtures/nonAliased.js
> # Global customResolver function
> ok 19 should be deeply equivalent
> # Local customResolver function
> ok 20 should be deeply equivalent
> # Global customResolver plugin-like object
> ok 21 should be deeply equivalent
> # Local customResolver plugin-like object
> ok 22 should be deeply equivalent
> # supports node-resolve as a custom resolver
> not ok 23 should be deeply equivalent
>   ---
>     operator: deepEqual
>     expected: |-
>       [ '/<<PKGBUILDDIR>>/packages/alias/test/fixtures/index.js', 
> '/<<PKGBUILDDIR>>/packages/alias/test/fixtures/folder/index.js' ]
>     actual: |-
>       [ '/<<PKGBUILDDIR>>/packages/alias/test/fixtures', 
> '/<<PKGBUILDDIR>>/packages/alias/test/fixtures/folder' ]
>     at: <anonymous> (/<<PKGBUILDDIR>>/packages/alias/test/test.js:398:7)
>     stack: |-
>       Error: should be deeply equivalent
>           at Test.assert [as _assert] 
> (/usr/share/nodejs/tape/lib/test.js:314:54)
>           at Test.bound [as _assert] 
> (/usr/share/nodejs/tape/lib/test.js:99:32)
>           at Test.tapeDeepEqual (/usr/share/nodejs/tape/lib/test.js:555:10)
>           at Test.bound [as deepEqual] 
> (/usr/share/nodejs/tape/lib/test.js:99:32)
>           at /<<PKGBUILDDIR>>/packages/alias/test/test.js:398:7
>   ...
> # Alias + rollup-plugin-node-resolve
> ok 24 should be strictly equal
> ok 25 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/aliasMe.js to 
> end with /fixtures/aliasMe.js
> ok 26 expected 
> /<<PKGBUILDDIR>>/packages/alias/test/fixtures/folder/anotherNumber.js to end 
> with /fixtures/folder/anotherNumber.js
> ok 27 expected 
> /<<PKGBUILDDIR>>/packages/alias/test/fixtures/folder/deep/deep2/index.js to 
> end with /fixtures/folder/deep/deep2/index.js
> ok 28 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/index.js to end 
> with /fixtures/index.js
> ok 29 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/localAliasMe.js 
> to end with /fixtures/localAliasMe.js
> ok 30 expected /<<PKGBUILDDIR>>/packages/alias/test/fixtures/nonAliased.js to 
> end with /fixtures/nonAliased.js
> # Forwards isEntry and custom options to a custom resolver
> ok 31 should be deeply equivalent
> ok 32 should be deeply equivalent
> # Forwards isEntry and custom options to other plugins
> ok 33 should be deeply equivalent
> ok 34 should be deeply equivalent
> # CustomResolver plugin-like object with buildStart
> ok 35 should be deeply equivalent
> 
> 1..35
> # tests 35
> # pass  34
> # fail  1
> 
> 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/09/17/node-rollup-plugin-alias_3.1.9~ds-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&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-rollup-plugin-alias
Source-Version: 3.1.9~ds-2
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-rollup-plugin-alias, 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 1020...@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-rollup-plugin-alias 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: Sun, 18 Sep 2022 09:00:19 +0200
Source: node-rollup-plugin-alias
Architecture: source
Version: 3.1.9~ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1020089
Changes:
 node-rollup-plugin-alias (3.1.9~ds-2) unstable; urgency=medium
 .
   * Team upload
   * Update standards version to 4.6.1, no changes needed
   * Fix test for recent @rollup/plugin-node-resolve (Closes: #1020089)
Checksums-Sha1: 
 6c14b71f88cfcdf83a84f8207c4c202c6a3bfb64 2324 
node-rollup-plugin-alias_3.1.9~ds-2.dsc
 acced840b2bdfbc68e06db0c0fbb7c5248371b07 5272 
node-rollup-plugin-alias_3.1.9~ds-2.debian.tar.xz
Checksums-Sha256: 
 a2b49209fc9fb25ddb9545db84190c9f22a6b0c645ba48988988dbec1dd8555b 2324 
node-rollup-plugin-alias_3.1.9~ds-2.dsc
 36df996026d4cf3a62223e3f4d4d8cf80ac1211487511ca0e6072602ea9a9f43 5272 
node-rollup-plugin-alias_3.1.9~ds-2.debian.tar.xz
Files: 
 ca9beacb500ac30473f616276dfae7c4 2324 javascript optional 
node-rollup-plugin-alias_3.1.9~ds-2.dsc
 da983ed6c5a1f792f356966d894a96f1 5272 javascript optional 
node-rollup-plugin-alias_3.1.9~ds-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmMmwo4ACgkQ9tdMp8mZ
7ukkYhAAkNiwGrgg8M4bOKCP0Hyvd/GSZqokVdw9vCG3/NqRJueUuql58lmQUZfe
gEvF5j4uWZDGKuodbNMzxC/WyV/Dq0Tc9bshDlzuUU6QBIL8mPGmyFZRIAoqYPsj
dJOr3HO8rMnT+UMnEUaLLfsbnk3gdf4i87d/ouc+s88A0WyhFb3U3nmVQchB4qAF
SUWk8xWuwQ70lz3U64sHXstkhD9SOfuzlRyK70+II7Gd5hPd5eybwdctcTZUkDjt
WofqRuoLx1LJDULqifp3+JMN0JmMLDK0DuKaqCK1VzRe2e+yjJ9uVVQPrMDL+DMJ
WTxX2OLNvyFuQCzXKPZ84IvuJQMOWXJCh55M6Qg40FGck2NAr9Dl5zEL6rdi/wE3
kwbQbLwDsBA9WqXpP0Fr8rXhYVcSNiymm2vheqGmHvYr+hyKi4nFhmw3cK2VDgIl
aXuAc6A3id+zcJOepH7Qo/cmeuMXPMyjl0cH4wEkCFKfrajDOoMnpWCBqQqktS/V
PnyEi0GkW8RwlolB67Wz24s3204DWcrJAd/Dg+3rAy7BJDWp5aVtqC+pIb2BUxYr
LNrzlwaBFon4Kbj0NDgCNAQWqO15RXS/dX54Pxwlrs3dw62JwTaI5+Lp69leUmnz
v8zNxX5lUygaguolN5Jja3+PfZKW95tgEM3Kq6ujazePgjfTycI=
=Nagy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to