Your message dated Fri, 27 May 2022 06:18:48 +0000
with message-id <e1nutja-0008rq...@fasolo.debian.org>
and subject line Bug#1011871: fixed in node-rollup-pluginutils 4.2.1~ds+~2.8.2-3
has caused the Debian Bug report #1011871,
regarding node-rollup-pluginutils: FTBFS: dh_auto_test: error: /bin/sh -ex
debian/nodejs/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.)
--
1011871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-rollup-pluginutils
Version: 4.2.1~ds+~2.8.2-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 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 legacy module
> dh_auto_build --buildsystem=nodejs
> Found debian/nodejs/legacy/build
> cd ./legacy && sh -ex ../debian/nodejs/legacy/build
> + rollup -c
> [36m
> [1msrc/index.ts[22m → [1mdist/pluginutils.cjs.js,
> dist/pluginutils.es.js[22m...[39m
> [1m[33m(!) Unresolved dependencies[39m[22m
> [90mhttps://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency[39m
> [1mmicromatch[22m (imported by src/createFilter.ts)
> [32mcreated [1mdist/pluginutils.cjs.js, dist/pluginutils.es.js[22m in
> [1m398ms[22m[39m
> + cp src/pluginutils.d.ts dist/pluginutils.d.ts
> # Build @rollup/pluginutils
> cd packages/pluginutils; if rollup -c; then \
> echo "build succeeds"; \
> else \
> echo "build failed, trying with legacy rollup plugins"; \
> rollup -c ../../debian/rollup-legacy.config.js; \
> fi
> [36m
> [1msrc/index.ts[22m → [1m./dist/cjs/index.js,
> ./dist/es/index.js[22m...[39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS2307: Cannot find
> module 'estree-walker' or its corresponding type declarations.[39m[22m
> [1msrc/attachScopes.ts: (4:22)[22m
> [90m
> [7m4[0m import { walk } from 'estree-walker';
> [7m [0m [91m ~~~~~~~~~~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter
> 'n' implicitly has an 'any' type.[39m[22m
> [1msrc/attachScopes.ts: (66:11)[22m
> [90m
> [7m66[0m enter(n, parent) {
> [7m [0m [91m ~[0m
> [39m
> [1msrc/attachScopes.ts: (135:11)[22m
> [90m
> [7m135[0m leave(n) {
> [7m [0m [91m ~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript TS7006: Parameter
> 'parent' implicitly has an 'any' type.[39m[22m
> [1msrc/attachScopes.ts: (66:14)[22m
> [90m
> [7m66[0m enter(n, parent) {
> [7m [0m [91m ~~~~~~[0m
> [39m
> [1m[33m(!) Plugin typescript: @rollup/plugin-typescript: Rollup 'sourcemap'
> option must be set to generate source maps.[39m[22m
> [1m[33m(!) Unresolved dependencies[39m[22m
> [90mhttps://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency[39m
> [1mestree-walker[22m (imported by src/attachScopes.ts)
> [32mcreated [1m./dist/cjs/index.js, ./dist/es/index.js[22m in
> [1m1.2s[22m[39m
> build succeeds
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_auto_test --buildsystem=nodejs
> mkdir -p node_modules/\@rollup
> ln -s ../../packages/pluginutils node_modules/\@rollup/pluginutils
> cd ./legacy && sh -ex ../debian/nodejs/legacy/test
> + ls test/addExtension.test.ts test/attachScopes.test.ts
> test/createFilter.test.ts test/dataToEsm.test.ts
> test/extractAssignedNames.test.ts test/makeLegalIdentifier.test.ts
> + grep -v attachScopes
> + grep -v createFilter
> + mocha test/addExtension.test.ts test/dataToEsm.test.ts
> test/extractAssignedNames.test.ts test/makeLegalIdentifier.test.ts
>
>
> addExtension
> undefined adds .js to an ID without an extension
> undefined ignores file with existing extension
> undefined ignores file with trailing dot
> undefined ignores leading .
> undefined adds a custom extension
>
> dataToEsm
> undefined outputs treeshakeable data
> undefined handles illegal identifiers, object shorthand, preferConst
> undefined supports non-JSON data
> undefined supports a compact argument
> undefined supports nested objects
> undefined supports nested arrays
> undefined serializes null
> undefined supports default only
> undefined exports default only for arrays
> undefined exports default only for null
> undefined exports default only for primitive values
> undefined supports empty keys
> undefined avoid U+2029 U+2029 -0 be ignored by JSON.stringify, and avoid
> it return non-string (undefined) before replacing
>
> extractAssignedNames
> undefined extracts an Identifier
> undefined extracts from array patterns
> undefined extracts from object patterns
> undefined ignores updated member expressions
>
> makeLegalIdentifier
> undefined camel-cases names
> undefined replaces keywords
> undefined blacklists arguments
> (https://github.com/rollup/rollup/issues/871)
> undefined empty
>
>
> 26 passing (24ms)
>
> /bin/sh -ex debian/nodejs/test
> + tape -J packages/pluginutils/test/addExtension.ts
> packages/pluginutils/test/attachScopes.ts
> packages/pluginutils/test/createFilter.ts
> packages/pluginutils/test/dataToEsm.ts
> packages/pluginutils/test/extractAssignedNames.ts
> packages/pluginutils/test/makeLegalIdentifier.ts
> packages/pluginutils/test/normalizePath.ts
> node:internal/modules/cjs/loader:936
> throw err;
> ^
>
> Error: Cannot find module 'acorn'
> Require stack:
> - /<<PKGBUILDDIR>>/packages/pluginutils/test/attachScopes.ts
> - /usr/share/nodejs/tape/bin/import-or-require.js
> - /usr/share/nodejs/tape/bin/tape
> 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>>/packages/pluginutils/test/attachScopes.ts:5:19)
> at Module._compile (node:internal/modules/cjs/loader:1103:14)
> at Object.Module._extensions..js
> (node:internal/modules/cjs/loader:1157: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>>/packages/pluginutils/test/attachScopes.ts',
> '/usr/share/nodejs/tape/bin/import-or-require.js',
> '/usr/share/nodejs/tape/bin/tape'
> ]
> }
> dh_auto_test: error: /bin/sh -ex debian/nodejs/test returned exit code 1
The full build log is available from:
http://qa-logs.debian.net/2022/05/25/node-rollup-pluginutils_4.2.1~ds+~2.8.2-2_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&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-pluginutils
Source-Version: 4.2.1~ds+~2.8.2-3
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-rollup-pluginutils, 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 1011...@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-pluginutils 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, 27 May 2022 07:58:18 +0200
Source: node-rollup-pluginutils
Architecture: source
Version: 4.2.1~ds+~2.8.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1011871
Changes:
node-rollup-pluginutils (4.2.1~ds+~2.8.2-3) unstable; urgency=medium
.
* Team upload
* Declare compliance with policy 4.6.1
* Link estree-walker for build (Closes: #1011871)
* Add missing test dependency to node-acorn
Checksums-Sha1:
1687a0afeaaa594bbdf95bf7274a293aadb7c54a 2928
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.dsc
de5f3d70781d8057de8ec995f6a3e55945c54aba 10628
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.debian.tar.xz
Checksums-Sha256:
6f29bf17a812eb8936b8e9e93a9a267e0a02d5b8812a072934509706be8e0281 2928
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.dsc
31a73272fa0d90fda442d8eab47ad7ec84aa5b4c3b3a21dc2c4811c9e8ce809d 10628
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.debian.tar.xz
Files:
d56f2658c661e55125c3c65677139333 2928 javascript optional
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.dsc
7bdd0c2eee556ae79b7152df27be3bcd 10628 javascript optional
node-rollup-pluginutils_4.2.1~ds+~2.8.2-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmKQaNQACgkQ9tdMp8mZ
7unElQ/+KrAWa0/d4MrWIzo/NyEzbuYNKHFRLIIJyFQAVP5Ga7qKeSjS209khk9m
dJE02eB1nPPgR88+CFMSLJJgwXPNZVpej8SVcPSHDejrVz0c38JJGsmjFLC89Goh
pDx9KBghiVluHdv46olpiP9c6V0sdJe6yfvEKVx4HjFA10XTzgpy1P30/qF6IiU3
yZGl4ixs6TVtjCL5HK9lBArtkcFmTlutOg+kVhE++xKBH4NnPo7+KHK15q9k4/rq
2qECbv7101XR9sZcikzJNXoRJ7IrbsUXaP2MmG3CkD7gkP8MLxBMxGS/V9M4cuXO
nOzrgVmKUMZfDWL927ylbHUYCSVzWHZ40bdsVb54tEU8M7AjMjsufIa5YHk+CjdI
KWJ0u+WDQXI4MsL+RG1eJRxVfOD89L7Pfdq+uLlcd8OLNLw8j95+JIWAHHRqwaY/
/YlvlnPoN0PuWjP9WCb8PHQx8ybWTZZPwMvqa0wTJFwkjHHIMlByg/CcvgAj7BVY
Op9CX+0UeqE4rahySYdf05C7fqadXTQVuAWzq5944kTkd2jjg2QD0b2R1nmqBfxD
N9F6mLwuXWRKBqDreAW7w1L+ugkTkLlGZKWvGqQ7n+4KQTnExgsRMpDwJRK9ZYei
+d+75qQ5RIPps1/CB/rFosTXC9RPT4EHQEqeabc4LgCp+j6UWac=
=A97e
-----END PGP SIGNATURE-----
--- End Message ---