Your message dated Sun, 03 May 2020 14:48:59 +0000
with message-id <e1jvfvp-000dyt...@fasolo.debian.org>
and subject line Bug#959614: fixed in node-findup-sync 4.0.0-3
has caused the Debian Bug report #959614,
regarding node-findup-sync: FTBFS: dh_auto_test: error: /bin/sh -ex
debian/tests/pkg-js/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.)
--
959614: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959614
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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 <y...@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.
--- End Message ---
--- Begin Message ---
Source: node-findup-sync
Source-Version: 4.0.0-3
Done: Xavier Guimard <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-findup-sync, 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 959...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Xavier Guimard <y...@debian.org> (supplier of updated node-findup-sync 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: Sun, 03 May 2020 16:20:39 +0200
Source: node-findup-sync
Architecture: source
Version: 4.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 959614
Changes:
node-findup-sync (4.0.0-3) unstable; urgency=medium
.
* Team upload
* Fix test when using pkg-js-tools ≥ 0.9.33 (Closes: #959614)
* Declare compliance with policy 4.5.0
* Update lintian overrides
Checksums-Sha1:
a0ecb24309d59ef51c421c1d7df0e6d77329a1af 2567 node-findup-sync_4.0.0-3.dsc
b157a442c9030c2dbaf9b9e187b04ad83113f64e 28688
node-findup-sync_4.0.0-3.debian.tar.xz
Checksums-Sha256:
a3bebf0a6d13f240537954ae9a40d1e223593abe0e3346423e5d9c3e673bbae0 2567
node-findup-sync_4.0.0-3.dsc
6deecbb759f5e547458438afcd109e93ad1c9b9ddca4c8386a6ee4dc453a9197 28688
node-findup-sync_4.0.0-3.debian.tar.xz
Files:
34a7eaa06a76c379aa34d9972fe3c565 2567 javascript optional
node-findup-sync_4.0.0-3.dsc
f11e531dc3989b8546f8cd4d94117855 28688 javascript optional
node-findup-sync_4.0.0-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl6u05kACgkQ9tdMp8mZ
7uncxQ//T8qF+V3ybWh8WWxZStYOU+yr/5rXYevD4VxnvcLbQRCtOwafKpaJ5Yp4
ignw8ekSj5ZxJ+5JoWpdHP78ynQvQf92AEFJfxzvxIvOjiG0a61LjWURdtI5fVi5
+4SNga0d/Nlg8Wmw37AglVKyY00kexWLG3wbzKP+8aqprkL9RKJM3achMYFUtgjp
iZhTPAYjCVrJcVquwDxQvIowVPrYmt27Vil6ruPQzI85nczoUZcgHZzk1T1wIkRj
lUGgbRQuHRudG4Y329Gpw83WW72PdO7pcjUODAZv4ibKDeuvX4gI/mZ1U0xSbJ1s
6p3XEqxBODv413d9Fqfh2xDc/E/oiyyAmPk35Zu21JrWxnXylGXGXkHNP0wo/Lkm
amB5WVuWb4AlnmCp98PoXCnZkMNKFBa/9Y4kaPT80Y1vM7s49+y2718LExsKP+qR
56dPo96iSLKNast5YCKLoJ/rbTNlALJ9reIU3J7h+Fch7UVKDRIWXjJK4jFGhrCc
cMY2GLJ14sqO1AIPOyxV3CG3FhK7YFk4WVsdyG2J/Rui8hU1/KxkZ+Z7faZKBxyW
C6U1KIpLFAoRXa0HG+l+CEaQglirqrlstCnh91mH+tlg5vCWhaaaVCl0AG6UG6eS
vTf0sSAojiq53bdkIB1UrkIkN5JN0ttqxemhXTFcAJouP76wURo=
=FIHy
-----END PGP SIGNATURE-----
--- End Message ---
--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel