Your message dated Sat, 05 Dec 2020 17:40:41 +0000
with message-id <e1klby1-0002rx...@fasolo.debian.org>
and subject line Bug#976504: fixed in node-yargs 15.3.1+repack-2
has caused the Debian Bug report #976504,
regarding node-yargs: 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.)


-- 
976504: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976504
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-yargs
Version: 15.3.1+repack-1
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails on amd64).

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-yargs
> dpkg-buildpackage: info: source version 15.3.1+repack-1
> 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 arm64
>  debian/rules clean
> dh clean
>    dh_auto_clean --buildsystem=nodejs
>       rm -rf ./node_modules/.cache
>       rm -rf types-yargs/node_modules/.cache
>    dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-yargs using existing 
> ./node-yargs_15.3.1+repack.orig-types-yargs.tar.gz
> dpkg-source: info: building node-yargs using existing 
> ./node-yargs_15.3.1+repack.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: building node-yargs in 
> node-yargs_15.3.1+repack-1.debian.tar.xz
> dpkg-source: info: building node-yargs in node-yargs_15.3.1+repack-1.dsc
>  debian/rules binary
> dh binary
>    dh_update_autotools_config
>    dh_autoreconf
>    dh_auto_configure --buildsystem=nodejs
>       mkdir node_modules
>       mkdir -p node_modules/\@types
>       ln -s ../../types-yargs node_modules/\@types/yargs
>    dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
>    dh_auto_test --buildsystem=nodejs
>       ln -s ../. node_modules/yargs
>       /bin/sh -ex debian/tests/pkg-js/test
> + mocha --require ./test/before.js --timeout=30000 --check-leaks
> /usr/share/nodejs/yargs/yargs.js:1242
>       else throw err
>            ^
> 
> Error: Cannot find module 'cross-spawn'
> Require stack:
> - /<<PKGBUILDDIR>>/test/integration.js
> - /usr/share/nodejs/mocha/lib/mocha.js
> - /usr/share/nodejs/mocha/lib/cli/one-and-dones.js
> - /usr/share/nodejs/mocha/lib/cli/options.js
> - /usr/share/nodejs/mocha/bin/mocha
>     at Function.Module._resolveFilename 
> (internal/modules/cjs/loader.js:831:15)
>     at Function.Module._load (internal/modules/cjs/loader.js:687:27)
>     at Module.require (internal/modules/cjs/loader.js:903:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at Object.<anonymous> (/<<PKGBUILDDIR>>/test/integration.js:4:15)
>     at Module._compile (internal/modules/cjs/loader.js:1015:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
>     at Module.load (internal/modules/cjs/loader.js:879:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:724:14)
>     at Module.require (internal/modules/cjs/loader.js:903:19)
>     at require (internal/modules/cjs/helpers.js:74:18)
>     at /usr/share/nodejs/mocha/lib/mocha.js:311:36
>     at Array.forEach (<anonymous>)
>     at Mocha.loadFiles (/usr/share/nodejs/mocha/lib/mocha.js:308:14)
>     at Mocha.run (/usr/share/nodejs/mocha/lib/mocha.js:849:10)
>     at Object.exports.singleRun 
> (/usr/share/nodejs/mocha/lib/cli/run-helpers.js:108:16)
>     at exports.runMocha 
> (/usr/share/nodejs/mocha/lib/cli/run-helpers.js:143:13)
>     at Object.exports.handler (/usr/share/nodejs/mocha/lib/cli/run.js:305:3)
>     at Object.runCommand (/usr/share/nodejs/yargs/lib/command.js:240:40)
>     at Object.parseArgs [as _parseArgs] 
> (/usr/share/nodejs/yargs/yargs.js:1182:35)
>     at Object.parse (/usr/share/nodejs/yargs/yargs.js:627:25)
>     at Object.exports.main (/usr/share/nodejs/mocha/lib/cli/cli.js:68:6)
>     at Object.<anonymous> (/usr/share/nodejs/mocha/bin/mocha:133:29)
>     at Module._compile (internal/modules/cjs/loader.js:1015:30)
>     at Object.Module._extensions..js (internal/modules/cjs/loader.js:1035:10)
>     at Module.load (internal/modules/cjs/loader.js:879:32)
>     at Function.Module._load (internal/modules/cjs/loader.js:724:14)
>     at Function.executeUserEntryPoint [as runMain] 
> (internal/modules/run_main.js:60:12)
>     at internal/main/run_main_module.js:17:47 {
>   code: 'MODULE_NOT_FOUND',
>   requireStack: [
>     '/<<PKGBUILDDIR>>/test/integration.js',
>     '/usr/share/nodejs/mocha/lib/mocha.js',
>     '/usr/share/nodejs/mocha/lib/cli/one-and-dones.js',
>     '/usr/share/nodejs/mocha/lib/cli/options.js',
>     '/usr/share/nodejs/mocha/bin/mocha'
>   ]
> }
> 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/12/05/node-yargs_15.3.1+repack-1_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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

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-yargs
Source-Version: 15.3.1+repack-2
Done: Xavier Guimard <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-yargs, 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 976...@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-yargs 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: Sat, 05 Dec 2020 18:07:21 +0100
Source: node-yargs
Architecture: source
Version: 15.3.1+repack-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 976504
Changes:
 node-yargs (15.3.1+repack-2) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.5.1
   * Add ctype=nodejs to component(s)
   * Drop cross-spawn in test (Closes: #976504)
Checksums-Sha1: 
 bea7b7434a1fd77e9504fa957c614405f12c73cf 2882 node-yargs_15.3.1+repack-2.dsc
 0c589931028bdda65d96a47c18a9318f0c70e1b0 4828 
node-yargs_15.3.1+repack-2.debian.tar.xz
Checksums-Sha256: 
 15970c0525a9d0bff7b01e9e83e22c96aa66d22c7c7a611f2d5b33badee60201 2882 
node-yargs_15.3.1+repack-2.dsc
 f140cd6b6573578de3540421e0baa4e1e7b1be1dc00293f288845a7f4a2d78cf 4828 
node-yargs_15.3.1+repack-2.debian.tar.xz
Files: 
 b77ce0125fee78aa33468472aea3773f 2882 javascript optional 
node-yargs_15.3.1+repack-2.dsc
 6824eaef75d54a9f729ce90e940fa4d0 4828 javascript optional 
node-yargs_15.3.1+repack-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl/Lvn8ACgkQ9tdMp8mZ
7uny9w/9G3Cb3fIL/kIuLjC4eJPD1R9CMRYuU6r0cr9pjrEoIM+yoNb54ECghfTA
SuvUuaEityrcqbe9hYV1pnVdOaDskNW6cbM1oPRYXDiezH4Eivf2ZMWkm4PC9Huq
cGr+RWKDbAF6EipY/FzqNnT5kC2ggxU+i7w89fL3WHty8foALuByKTOo40Jj8QK+
P7BTiG8urqXiqOJnZgup+FmLmATabTcFCwrDNsWsXwlvwdoF4X/m6TwM6+kpl712
3zNv6MWQFoCK1kTJSqiA05dyk2xvdY2C3FOOOGNcQouAivnTpdLCo9PYwYVTxONb
fdNIRBlqvjclnZpBJE+H1BemovESLccnPcKndueo1Vtl+Fu3yxMSdJU2NoQdu2y1
l0HhTQnT4juOzLL1jkia7G7m1iMFDk5sldR7FztNJ2Cpl0wxAOWirayhSoXjvM7K
rTDa5YZuVbbf+dc2/MavyZcLAS4B7z4Pnl8L51B5i5PPz7m7SUR7dX8TW7s3jrRu
29hk5s6CW67Uz+tzDU1Bm9SWyqnga2jlHtZ5TlOEZC19SCdW98iwYGokY4teKW/d
oak2zEuY26OGb2xeQ78/Olo1MZqSNsGJIu4xZbgV1btQZarBUiGr6QznuH1MvDJL
kJkGdwTlk6KJ5i3IUTrUpYP0bMFBoyDCU5H31Gqnft/yKoyZ51E=
=Zo27
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to