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/202608/
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-mem, 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 map-age-cleaner/node_modules/.cache map-age-cleaner/.nyc_output
rm -rf p-defer/node_modules/.cache p-defer/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/mimic-fn
unlink ./node_modules/serialize-javascript
unlink ./node_modules/tape
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/tape
Trying to remove ./node_modules/@types
rm map-age-cleaner/node_modules/.cache
rm p-defer/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/mimic-fn
unlink ./node_modules/serialize-javascript
unlink ./node_modules/tape
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/tape
Trying to remove ./node_modules/@types
unlink node_modules/map-age-cleaner
unlink node_modules/p-defer
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
dh_auto_configure --buildsystem=nodejs
Link ./node_modules/mimic-fn -> /usr/share/nodejs/mimic-fn
Link ./node_modules/serialize-javascript -> /usr/share/nodejs/serialize-javascript
Link ./node_modules/tape -> /usr/share/nodejs/tape
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/tape -> /usr/share/nodejs/@types/tape
Link node_modules/map-age-cleaner -> ../map-age-cleaner
Link node_modules/p-defer -> ../p-defer
Link node_modules/@sindresorhus/tsconfig -> ../../debian/build_modules/@sindresorhus/tsconfig
Link node_modules/@types/serialize-javascript -> ../../debian/build_modules/@types/serialize-javascript
Link node_modules/delay -> ../debian/build_modules/delay
dh_auto_build --buildsystem=nodejs
Found debian/nodejs/p-defer/build
cd ./p-defer && sh -ex ../debian/nodejs/p-defer/build
+ mjs2cjs -a index.js
Not found
xo not found in nodejs directories
Not found
ava not found in nodejs directories
Not found
tsd not found in nodejs directories
[36m
[1mindex.js[22m → [1m./dhnodejsBundle.cjs[22m...[39m
[32mcreated [1m./dhnodejsBundle.cjs[22m in [1m27ms[22m[39m
Found debian/nodejs/map-age-cleaner/build
cd ./map-age-cleaner && sh -ex ../debian/nodejs/map-age-cleaner/build
+ tsc
[96mtsconfig.json[0m:[93m3[0m:[93m3[0m - [91merror[0m[90m TS5011: [0mThe common source directory of 'tsconfig.json' is './source'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout.
Visit https://aka.ms/ts6 for migration information.
[7m3[0m "outDir": "dist",
[7m [0m [91m ~~~~~~~~[0m
[96mtsconfig.json[0m:[93m9[0m:[93m23[0m - [91merror[0m[90m TS5107: [0mOption 'moduleResolution=node10' is deprecated and will stop functioning in TypeScript 7.0. Specify compilerOption '"ignoreDeprecations": "6.0"' to silence this error.
Visit https://aka.ms/ts6 for migration information.
[7m9[0m "moduleResolution": "node",
[7m [0m [91m ~~~~~~[0m
Found 2 errors in the same file, starting at: tsconfig.json[90m:3[0m
dh_auto_build: error: cd ./map-age-cleaner && sh -ex ../debian/nodejs/map-age-cleaner/build returned exit code 1
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------