Your message dated Tue, 21 Dec 2021 18:05:41 +0000
with message-id <e1mzjw9-0007xf...@fasolo.debian.org>
and subject line Bug#1002228: fixed in node-rollup-plugin-buble
0.21.3+repack+~0.19.8-2
has caused the Debian Bug report #1002228,
regarding node-rollup-plugin-buble: FTBFS: dh_auto_test: error: cd ./legacy &&
sh -ex ../debian/nodejs/legacy/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.)
--
1002228: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002228
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-rollup-plugin-buble
Version: 0.21.3+repack+~0.19.8-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20211220 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/legacy/build
> cd ./legacy && sh -ex ../debian/nodejs/legacy/build
> + rollup -c
> [36m
> [1msrc/index.js[22m → [1mdist/rollup-plugin-buble.es.js,
> dist/rollup-plugin-buble.cjs.js[22m...[39m
> [1m[33m(!) Entry module "src/index.js" is implicitly using "default" export
> mode, which means for CommonJS output that its default export is assigned to
> "module.exports". For many tools, such CommonJS output will not be
> interchangeable with the original ES module. If this is intended, explicitly
> set "output.exports" to either "auto" or "default", otherwise you might want
> to consider changing the signature of "src/index.js" to use named exports
> only.[39m[22m
> [90mhttps://rollupjs.org/guide/en/#outputexports[39m
> [1msrc/index.js[22m
> [32mcreated [1mdist/rollup-plugin-buble.es.js,
> dist/rollup-plugin-buble.cjs.js[22m in [1m16ms[22m[39m
> cd packages/buble && rollup -c
> [36m
> [1msrc/index.ts[22m → [1mdist/rollup-plugin-buble.es.js,
> dist/rollup-plugin-buble.cjs.js[22m...[39m
> [1m[33m(!) Entry module "src/index.ts" is implicitly using "default" export
> mode, which means for CommonJS output that its default export is assigned to
> "module.exports". For many tools, such CommonJS output will not be
> interchangeable with the original ES module. If this is intended, explicitly
> set "output.exports" to either "auto" or "default", otherwise you might want
> to consider changing the signature of "src/index.ts" to use named exports
> only.[39m[22m
> [90mhttps://rollupjs.org/guide/en/#outputexports[39m
> [1msrc/index.ts[22m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find
> module 'buble' or its corresponding type declarations.[39m[22m
> [1msrc/index.ts: (1:27)[22m
> [90m
> [7m1[0m import { transform } from 'buble';
> [7m [0m [91m ~~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find
> module 'rollup' or its corresponding type declarations.[39m[22m
> [1msrc/index.ts: (2:24)[22m
> [90m
> [7m2[0m import { Plugin } from 'rollup';
> [7m [0m [91m ~~~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find
> module '@rollup/pluginutils' or its corresponding type declarations.[39m[22m
> [1msrc/index.ts: (3:30)[22m
> [90m
> [7m3[0m import { createFilter } from '@rollup/pluginutils';
> [7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2339: Property
> 'transforms' does not exist on type 'RollupBubleOptions'.[39m[22m
> [1msrc/index.ts: (9:67)[22m
> [90m
> [7m9[0m const transformOptions = { ...options, transforms: {
> ...options.transforms, modules: false } };
> [7m [0m [91m
> ~~~~~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter
> 'code' implicitly has an 'any' type.[39m[22m
> [1msrc/index.ts: (14:15)[22m
> [90m
> [7m14[0m transform(code, id) {
> [7m [0m [91m ~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter
> 'id' implicitly has an 'any' type.[39m[22m
> [1msrc/index.ts: (14:21)[22m
> [90m
> [7m14[0m transform(code, id) {
> [7m [0m [91m ~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2571: Object is
> of type 'unknown'.[39m[22m
> [1msrc/index.ts: (20:9)[22m
> [90m
> [7m20[0m e.plugin = 'buble';
> [7m [0m [91m ~[0m
> [39m
> [1msrc/index.ts: (21:14)[22m
> [90m
> [7m21[0m if (!e.loc) e.loc = {};
> [7m [0m [91m ~[0m
> [39m
> [1msrc/index.ts: (21:21)[22m
> [90m
> [7m21[0m if (!e.loc) e.loc = {};
> [7m [0m [91m ~[0m
> [39m
> [1msrc/index.ts: (22:9)[22m
> [90m
> [7m22[0m e.loc.file = id;
> [7m [0m [91m ~[0m
> [39m
> [1msrc/index.ts: (23:9)[22m
> [90m
> [7m23[0m e.frame = e.snippet;
> [7m [0m [91m ~[0m
> [39m
> [1msrc/index.ts: (23:19)[22m
> [90m
> [7m23[0m e.frame = e.snippet;
> [7m [0m [91m ~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup 'sourcemap'
> option must be set to generate source maps.[39m[22m
> [32mcreated [1mdist/rollup-plugin-buble.es.js,
> dist/rollup-plugin-buble.cjs.js[22m in [1m349ms[22m[39m
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test --buildsystem=nodejs
> mkdir -p node_modules/\@rollup
> ln -s ../../packages/buble node_modules/\@rollup/plugin-buble
> cd ./legacy && sh -ex ../debian/nodejs/legacy/test
> + mocha
>
>
> rollup-plugin-buble
> 1) transforms files
>
>
> 0 passing (35ms)
> 1 failing
>
> 1) rollup-plugin-buble
> transforms files:
>
> AssertionError [ERR_ASSERTION]: 'function main () { return 42;
> }\n\nexport { main as default };\n' == 'function main () { return 42;
> }\n\nexport default main;\n'
> + expected - actual
>
> function main () { return 42; }
>
> -export { main as default };
> +export default main;
>
> at /<<PKGBUILDDIR>>/legacy/test/test.js:30:12
>
>
>
> dh_auto_test: error: cd ./legacy && sh -ex ../debian/nodejs/legacy/test
> returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2021/12/20/node-rollup-plugin-buble_0.21.3+repack+~0.19.8-1_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!
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-buble
Source-Version: 0.21.3+repack+~0.19.8-2
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-rollup-plugin-buble, 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 1002...@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-buble 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: Tue, 21 Dec 2021 18:47:34 +0100
Source: node-rollup-plugin-buble
Architecture: source
Version: 0.21.3+repack+~0.19.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1002228
Changes:
node-rollup-plugin-buble (0.21.3+repack+~0.19.8-2) unstable; urgency=medium
.
* Team upload
.
[ Debian Janitor ]
* Remove constraints unnecessary since buster
.
[ Yadd ]
* Add ctype=nodejs to component(s)
* Update standards version to 4.6.0, no changes needed.
* Fix GitHub tags regex
* Fix filenamemangle
* Drop dependency to nodejs
* Workaround tsc paths bug (Closes: #1002228)
* Fix test for rollup ≥ 2.61 (Closes: #1002228)
Checksums-Sha1:
49bcbb2ce07720dbaf697623b520a570a31bc6c5 2867
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.dsc
df15aff69b2af4584877054d802eb71513283e87 4280
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.debian.tar.xz
Checksums-Sha256:
7d85528861db92e09f0674355cc26cf5adabab52bd8e2a4bbed35a972957ac60 2867
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.dsc
859217df9af0671f7a5001a8014e33930de9d362b7a30ece2620287b90634238 4280
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.debian.tar.xz
Files:
fda0b0773be9d75464927488e4ddd05a 2867 javascript optional
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.dsc
839d2b061790512597a7dd0c85ce98bc 4280 javascript optional
node-rollup-plugin-buble_0.21.3+repack+~0.19.8-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmHCE6IACgkQ9tdMp8mZ
7umciA//QIZ7+oPLpjH/5PCrBV4YtVCjC4cmgBBe7tXn9KueEtp6lWCz6puRioMK
OR4JWMaB/x2WZ5FDDxxnRtO9xaa5qk+qmMpJ185V3MBjAW3nac2iU/HXIe8J6CJL
o8xFHRqfZntrdJDQdXOo4Lzq5BD1HQJSIZ8Pc8SwPrA7IbYCjWG+hj4Bq/62QdK9
dekX3d1ZZ59tAZHSKEdoF6VU0+yu4AZ4BfyiFo2Ff4kImiwNwT81hWT2SDzhx9wk
eYx3vrj13eTWH6G/A7kWd26/foGQveB+A/3+fDzEUeV0Y7wT+2Zf45geSslJxbed
0LyPACD/nSJIVlMy7EPzDrjFZQCwMoEm7V806NOnfGXATE3Et0WpZ9Vb4igfXKX6
CpIxTdWjF2r5Y/seS9tC5GYG78v1h8JKdGg6GOfMPos1vgQdwpppdYN6TSliVXJL
DaOJ/ZljC2fFp8ScnVlIak6Z6vjeUspNGZfNxILuBzLLq1rCLa2g+woZ55IJwmZA
7La3OEzTp8GaR6hkfQ3bWZEKL1O7qF9ijbTSzu6u54rVjaOkNtza1AivPdacn+iY
qxJcE/nweqWr9lMr4L8MFknc/FmlCgJ0HfyagnTjzrBYqWzAyU1KwixXKlDUVp9j
LSxkxb0CkIpg7lH+rGj8+p5p10AKM3UfLhufwx2P+RzqQwitk5w=
=Qgk/
-----END PGP SIGNATURE-----
--- End Message ---