Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202606/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:node-vega-lite, so that this is still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_auto_clean --buildsystem=nodejs
rm -rf ./node_modules/.cache ./.nyc_output
rm -rf json-stringify-pretty-compact/node_modules/.cache json-stringify-pretty-compact/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/fast-deep-equal
unlink ./node_modules/fast-json-stable-stringify
unlink ./node_modules/@rollup/plugin-alias
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-babel
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-json
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-node-resolve
Trying to remove ./node_modules/@rollup
unlink ./node_modules/rollup-plugin-terser
unlink ./node_modules/@types/clone
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/vega-event-selector
unlink ./node_modules/vega-expression
unlink ./node_modules/vega-typings
unlink ./node_modules/vega-util
rm ./node_modules/vega
rm json-stringify-pretty-compact/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/fast-deep-equal
unlink ./node_modules/fast-json-stable-stringify
unlink ./node_modules/@rollup/plugin-alias
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-babel
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-json
Trying to remove ./node_modules/@rollup
unlink ./node_modules/@rollup/plugin-node-resolve
Trying to remove ./node_modules/@rollup
unlink ./node_modules/rollup-plugin-terser
unlink ./node_modules/@types/clone
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/vega-event-selector
unlink ./node_modules/vega-expression
unlink ./node_modules/vega-typings
unlink ./node_modules/vega-util
rm ./node_modules/vega
unlink node_modules/json-stringify-pretty-compact
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/fast-deep-equal -> /usr/share/nodejs/fast-deep-equal
Link ./node_modules/fast-json-stable-stringify -> /usr/share/nodejs/fast-json-stable-stringify
Link ./node_modules/@rollup/plugin-alias -> /usr/share/nodejs/@rollup/plugin-alias
Link ./node_modules/@rollup/plugin-babel -> /usr/share/nodejs/@rollup/plugin-babel
Link ./node_modules/@rollup/plugin-json -> /usr/share/nodejs/@rollup/plugin-json
Link ./node_modules/@rollup/plugin-node-resolve -> /usr/share/nodejs/@rollup/plugin-node-resolve
Link ./node_modules/rollup-plugin-terser -> /usr/share/nodejs/rollup-plugin-terser
Link ./node_modules/@types/clone -> /usr/share/nodejs/@types/clone
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/vega-event-selector -> /usr/share/nodejs/vega-event-selector
Link ./node_modules/vega-expression -> /usr/share/nodejs/vega-expression
Link ./node_modules/vega-typings -> /usr/share/nodejs/vega-typings
Link ./node_modules/vega-util -> /usr/share/nodejs/vega-util
Copy /usr/share/nodejs/vega -> ./node_modules/
Link node_modules/json-stringify-pretty-compact -> ../json-stringify-pretty-compact
dh_auto_build --buildsystem=nodejs
No build command found, searching known files
Found debian/nodejs/./build
cd ./. && sh -ex debian/nodejs/./build
+ tsc -p tsconfig.build.json
+ rollup -c
[36m
[1msrc/index.ts[22m → [1mbuild/vega-lite.js, build/vega-lite.min.js[22m...[39m
[1m[33m(!) Circular dependencies[39m[22m
src/channeldef.ts -> src/bin.ts -> src/channeldef.ts
src/channeldef.ts -> src/compile/common.ts -> src/channeldef.ts
src/compile/common.ts -> src/expr.ts -> src/compile/common.ts
...and 41 more
[32mcreated [1mbuild/vega-lite.js, build/vega-lite.min.js[22m in [1m4.1s[22m[39m
dh_auto_test --buildsystem=nodejs
ln -s ../. node_modules/vega-lite
cd ./json-stringify-pretty-compact && sh -ex ../debian/nodejs/json-stringify-pretty-compact/test
+ tap -R spec --no-cov index.test.js
node:internal/modules/run_main:107
triggerUncaughtException(
^
[Error: Cannot find package 'tap' imported from /<<PKGBUILDDIR>>/json-stringify-pretty-compact/x] {
code: 'ERR_MODULE_NOT_FOUND'
}
Node.js v24.18.0
dh_auto_test: error: cd ./json-stringify-pretty-compact && sh -ex ../debian/nodejs/json-stringify-pretty-compact/test returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------