Package: src:node-globby
Version: 13.1.3+~cs16.25.40-3
Severity: serious
Tags: ftbfs forky sid

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/202512/

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-globby, 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 dir-glob/node_modules/.cache dir-glob/.nyc_output
        rm -rf fast-glob/node_modules/.cache fast-glob/.nyc_output
        rm -rf fastq/node_modules/.cache fastq/.nyc_output
        rm -rf merge2/node_modules/.cache merge2/.nyc_output
        rm -rf nodelib-fs-macchiato/node_modules/.cache 
nodelib-fs-macchiato/.nyc_output
        rm -rf nodelib-fsscandir/node_modules/.cache 
nodelib-fsscandir/.nyc_output
        rm -rf nodelib-fsstat/node_modules/.cache nodelib-fsstat/.nyc_output
        rm -rf nodelib-fswalk/node_modules/.cache nodelib-fswalk/.nyc_output
        rm -rf reusify/node_modules/.cache reusify/.nyc_output
        rm -rf run-parallel/node_modules/.cache run-parallel/.nyc_output
rm ./node_modules/.cache
unlink ./node_modules/@sinonjs/fake-timers
Trying to remove ./node_modules/@sinonjs
unlink ./node_modules/@types/glob
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/glob-parent
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/micromatch
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/mocha
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/sinon
Trying to remove ./node_modules/@types
unlink ./node_modules/ignore
rm dir-glob/node_modules/.cache
rm fast-glob/node_modules/.cache
rm fastq/node_modules/.cache
rm merge2/node_modules/.cache
rm nodelib-fs-macchiato/node_modules/.cache
rm nodelib-fsscandir/node_modules/.cache
rm nodelib-fsstat/node_modules/.cache
rm nodelib-fswalk/node_modules/.cache
rm reusify/node_modules/.cache
rm run-parallel/node_modules/.cache
rm ./node_modules/.cache
unlink ./node_modules/@sinonjs/fake-timers
Trying to remove ./node_modules/@sinonjs
unlink ./node_modules/@types/glob
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/glob-parent
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/micromatch
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/mocha
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/node
Trying to remove ./node_modules/@types
unlink ./node_modules/@types/sinon
Trying to remove ./node_modules/@types
unlink ./node_modules/ignore
unlink fast-glob/node_modules/fastq
unlink fast-glob/node_modules/@nodelib/fs.scandir
unlink fast-glob/node_modules/@nodelib/fs.stat
unlink fast-glob/node_modules/@nodelib/fs.walk
unlink fast-glob/node_modules/run-parallel
unlink node_modules/dir-glob
unlink node_modules/fast-glob
unlink node_modules/fastq
unlink node_modules/merge2
unlink node_modules/@nodelib/fs.macchiato
unlink node_modules/@nodelib/fs.scandir
unlink node_modules/@nodelib/fs.stat
unlink node_modules/@nodelib/fs.walk
unlink node_modules/reusify
unlink node_modules/run-parallel
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure --buildsystem=nodejs
Link ./node_modules/@sinonjs/fake-timers -> 
/usr/share/nodejs/@sinonjs/fake-timers
Not found
### @types/glob is required by debian/nodejs/./extlinks but not available
# Typescript definition detected, Fallback to main module
### You SHOULD update your debian/nodejs/./extlinks file!
Link ./node_modules/@types/glob-parent -> /usr/share/nodejs/@types/glob-parent
Link ./node_modules/@types/micromatch -> /usr/share/nodejs/@types/micromatch
Link ./node_modules/@types/mocha -> /usr/share/nodejs/@types/mocha
Link ./node_modules/@types/node -> /usr/share/nodejs/@types/node
Link ./node_modules/@types/sinon -> /usr/share/nodejs/@types/sinon
Link ./node_modules/ignore -> /usr/share/nodejs/ignore
Link node_modules/dir-glob -> ../dir-glob
Link node_modules/fast-glob -> ../fast-glob
Link node_modules/fastq -> ../fastq
Link node_modules/merge2 -> ../merge2
Link node_modules/@nodelib/fs.macchiato -> ../../nodelib-fs-macchiato
Link node_modules/@nodelib/fs.scandir -> ../../nodelib-fsscandir
Link node_modules/@nodelib/fs.stat -> ../../nodelib-fsstat
Link node_modules/@nodelib/fs.walk -> ../../nodelib-fswalk
Link node_modules/reusify -> ../reusify
Link node_modules/run-parallel -> ../run-parallel
Link fast-glob/node_modules/fastq -> ../../fastq
Link fast-glob/node_modules/@nodelib/fs.scandir -> ../../../nodelib-fsscandir
Link fast-glob/node_modules/@nodelib/fs.stat -> ../../../nodelib-fsstat
Link fast-glob/node_modules/@nodelib/fs.walk -> ../../../nodelib-fswalk
Link fast-glob/node_modules/run-parallel -> ../../run-parallel
Link node_modules/@types/easy-table -> 
../../debian/build_modules/@types/easy-table
Link node_modules/@types/merge2 -> ../../debian/build_modules/@types/merge2
   dh_auto_build --buildsystem=nodejs
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
No build command found, searching known files
Found debian/nodejs/fast-glob/build
        cd ./fast-glob && sh -ex ../debian/nodejs/fast-glob/build
+ mv src/benchmark .
+ tsc
src/tests/smoke/smoke.ts:4:23 - error 
TS2307: Cannot find module 'glob' or its corresponding type declarations.

4 import * as glob from 'glob';
                        ~~~~~~

src/tests/smoke/smoke.ts:149:29 - 
error TS7006: Parameter 'entry' implicitly has an 'any' type.

149   entries = entries.filter((entry) => {
                                ~~~~~

src/tests/smoke/smoke.ts:157:26 - 
error TS7006: Parameter 'entry' implicitly has an 'any' type.

157   entries = entries.map((entry) => globTransform(entry));
                             ~~~~~

src/tests/smoke/smoke.ts:160:16 - 
error TS7006: Parameter 'a' implicitly has an 'any' type.

160  entries.sort((a, b) => a.localeCompare(b));
                   ~

src/tests/smoke/smoke.ts:160:19 - 
error TS7006: Parameter 'b' implicitly has an 'any' type.

160  entries.sort((a, b) => a.localeCompare(b));
                      ~


Found 5 errors in the same file, starting at: 
src/tests/smoke/smoke.ts:4

dh_auto_build: error: cd ./fast-glob && sh -ex ../debian/nodejs/fast-glob/build 
returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

-- 
Pkg-javascript-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to