[Pkg-javascript-devel] Bug#959614: node-findup-sync: FTBFS: dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

Lucas Nussbaum lucas at debian.org
Sun May 3 13:57:34 BST 2020


Source: node-findup-sync
Version: 4.0.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200501 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-findup-sync
> dpkg-buildpackage: info: source version 4.0.0-2
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard <yadd at debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with nodejs
>    dh_auto_clean --buildsystem=nodejs
> 	rm -rf ./node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-findup-sync using existing ./node-findup-sync_4.0.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building node-findup-sync in node-findup-sync_4.0.0-2.debian.tar.xz
> dpkg-source: info: building node-findup-sync in node-findup-sync_4.0.0-2.dsc
>  debian/rules binary
> dh binary --with nodejs
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
> 	mkdir -p node_modules
> 	ln -s ../debian/tests/test_modules/is-arrow-function node_modules/is-arrow-function
> 	ln -s ../debian/tests/test_modules/is-set node_modules/is-set
> 	ln -s ../debian/tests/test_modules/which-boxed-primitive node_modules/which-boxed-primitive
> 	ln -s ../debian/tests/test_modules/is-arguments node_modules/is-arguments
> 	ln -s ../debian/tests/test_modules/is-regex node_modules/is-regex
> 	ln -s ../debian/tests/test_modules/is-string node_modules/is-string
> 	ln -s ../debian/tests/test_modules/has-symbols node_modules/has-symbols
> 	ln -s ../debian/tests/test_modules/is-symbol node_modules/is-symbol
> 	ln -s ../debian/tests/test_modules/is-weakset node_modules/is-weakset
> 	ln -s ../debian/tests/test_modules/is-weakmap node_modules/is-weakmap
> 	ln -s ../debian/tests/test_modules/functions-have-names node_modules/functions-have-names
> 	ln -s ../debian/tests/test_modules/is-number-object node_modules/is-number-object
> 	ln -s ../debian/tests/test_modules/which-collection node_modules/which-collection
> 	ln -s ../debian/tests/test_modules/expect node_modules/expect
> 	ln -s ../debian/tests/test_modules/is-equal node_modules/is-equal
> 	ln -s ../debian/tests/test_modules/is-map node_modules/is-map
> 	ln -s ../debian/tests/test_modules/object-keys node_modules/object-keys
> 	ln -s ../debian/tests/test_modules/is-generator-function node_modules/is-generator-function
> 	ln -s ../debian/tests/test_modules/es-get-iterator node_modules/es-get-iterator
> 	ln -s ../debian/tests/test_modules/is-bigint node_modules/is-bigint
> 	ln -s ../debian/tests/test_modules/is-date-object node_modules/is-date-object
> 	ln -s ../debian/tests/test_modules/is-callable node_modules/is-callable
> 	ln -s ../debian/tests/test_modules/is-boolean-object node_modules/is-boolean-object
> 	/bin/sh -ex debian/tests/pkg-js/test
> + set -e
> + export HOME=/tmp
> + ln -s debian/tests/test_modules node_modules
> + mocha
> 
> 
>   findup-sync
>     ✓ should throw when the first arg is not a string or array:
>     ✓ should work when no cwd is given
>     ✓ should find files in a child directory
>     ✓ should find case sensitive files in a child directory
>     ✓ should find files in a child directory relative to a cwd
>     ✓ should find case sensitive files in a child directory relative to a cwd
>     ✓ should support normal (non-glob) file paths:
>     ✓ should support normal (non-glob) case sensitive file paths:
>     ✓ should support glob patterns
>     ✓ should support case sensitive glob patterns
>     ✓ should support arrays of glob patterns
>     ✓ should support is-string `matchBase` option:
>     ✓ should return `null` when no files are found:
>     ✓ should support finding file in immediate parent dir
>     ✓ should support is-string `nocase` option:
>     ✓ should find files from absolute paths:
>     ✓ should find files in user home:
>     ✓ should find files in user home using tilde expansion:
>     ✓ should match files in cwd before searching up
> 
> 
>   19 passing (42ms)
> 
> + rm -f node_modules
> rm: cannot remove 'node_modules': Is a directory
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/05/01/node-findup-sync_4.0.0-2_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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Pkg-javascript-devel mailing list