Your message dated Tue, 11 Aug 2020 10:06:03 +0000
with message-id <e1k5rar-000enl...@fasolo.debian.org>
and subject line Bug#964880: fixed in node-tap 12.0.1+ds-3
has caused the Debian Bug report #964880,
regarding npm: test failures in ppc64el and s390x
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.)
--
964880: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: npm
Version: 6.14.6+ds-1
Severity: serious
Hello, looks like one test is failing on ppc64el and s390x.
Could you please have a look?
this on s390x
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/s390x/n/npm/20200711_092356_eb5fd@/log.gz
# Subtest: test/tap/legacy-platform-all.js
# Subtest: setup
1..0
ok 1 - setup # time=2.926ms
# Subtest: platform-all
not ok 1 - no error messages
---
found: >
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for
npm-test-platform-all@9.9.9-9: wanted
{"os":"darwin,linux,win32,solaris,haiku,sunos,freebsd,openbsd,netbsd","arch":"arm,arm64,mips,ia32,x64,sparc"}
(current: {"os":"linux","arch":"s390x"})
npm ERR! notsup Valid OS:
darwin,linux,win32,solaris,haiku,sunos,freebsd,openbsd,netbsd
npm ERR! notsup Valid Arch: arm,arm64,mips,ia32,x64,sparc
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: s390x
npm ERR! A complete log of this run can be found in:
npm ERR!
/tmp/autopkgtest.TwzxSV/autopkgtest_tmp/smokeh0DzIy/test/npm_cache_legacy-platform-all/_logs/2020-07-11T09_18_58_795Z-debug.log
wanted: ''
compare: ===
at:
line: 55
column: 7
file: test/tap/legacy-platform-all.js
type: global
function: installCheckAndTest
stack: |
installCheckAndTest (test/tap/legacy-platform-all.js:55:7)
f (/usr/lib/nodejs/once/once.js:25:25)
ChildProcess.<anonymous> (test/common-tap.js:175:5)
source: |
t.is(stderr, '', 'no error messages')
...
not ok 2 - install went ok
---
found: 1
wanted: 0
compare: ===
at:
line: 56
column: 7
file: test/tap/legacy-platform-all.js
type: global
function: installCheckAndTest
stack: |
installCheckAndTest (test/tap/legacy-platform-all.js:56:7)
f (/usr/lib/nodejs/once/once.js:25:25)
ChildProcess.<anonymous> (test/common-tap.js:175:5)
source: |
t.is(code, 0, 'install went ok')
...
1..2
# failed 2 of 2 tests
not ok 2 - platform-all # time=767.548ms
# Subtest: cleanup
1..0
ok 3 - cleanup # time=1.651ms
1..3
# failed 1 of 3 tests
# time=782.166ms
not ok 103 - test/tap/legacy-platform-all.js # time=1350.563ms
and this on ppc64el
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/ppc64el/n/npm/20200711_093200_7007f@/log.gz
# Subtest: test/tap/legacy-platform-all.js
# Subtest: setup
1..0
ok 1 - setup # time=4.916ms
# Subtest: platform-all
not ok 1 - no error messages
---
found: >
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for
npm-test-platform-all@9.9.9-9: wanted
{"os":"darwin,linux,win32,solaris,haiku,sunos,freebsd,openbsd,netbsd","arch":"arm,arm64,mips,ia32,x64,sparc"}
(current: {"os":"linux","arch":"ppc64"})
npm ERR! notsup Valid OS:
darwin,linux,win32,solaris,haiku,sunos,freebsd,openbsd,netbsd
npm ERR! notsup Valid Arch: arm,arm64,mips,ia32,x64,sparc
npm ERR! notsup Actual OS: linux
npm ERR! notsup Actual Arch: ppc64
npm ERR! A complete log of this run can be found in:
npm ERR!
/tmp/autopkgtest.RvsIrP/autopkgtest_tmp/smokevhVLkX/test/npm_cache_legacy-platform-all/_logs/2020-07-11T09_24_22_560Z-debug.log
wanted: ''
compare: ===
at:
line: 55
column: 7
file: test/tap/legacy-platform-all.js
type: global
function: installCheckAndTest
stack: |
installCheckAndTest (test/tap/legacy-platform-all.js:55:7)
f (/usr/lib/nodejs/once/once.js:25:25)
ChildProcess.<anonymous> (test/common-tap.js:175:5)
source: |
t.is(stderr, '', 'no error messages')
...
not ok 2 - install went ok
---
found: 1
wanted: 0
compare: ===
at:
line: 56
column: 7
file: test/tap/legacy-platform-all.js
type: global
function: installCheckAndTest
stack: |
installCheckAndTest (test/tap/legacy-platform-all.js:56:7)
f (/usr/lib/nodejs/once/once.js:25:25)
ChildProcess.<anonymous> (test/common-tap.js:175:5)
source: |
t.is(code, 0, 'install went ok')
...
1..2
# failed 2 of 2 tests
not ok 2 - platform-all # time=1259.494ms
# Subtest: cleanup
1..0
ok 3 - cleanup # time=3.623ms
1..3
# failed 1 of 3 tests
# time=1284.26ms
not ok 103 - test/tap/legacy-platform-all.js # time=2193.623ms
Looks like you already did a patch for this, not sure why it is commented out...
This is the last test that is failing on ppc64el and s390x
--- End Message ---
--- Begin Message ---
Source: node-tap
Source-Version: 12.0.1+ds-3
Done: Xavier Guimard <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-tap, 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 964...@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-tap 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: Tue, 11 Aug 2020 11:43:47 +0200
Source: node-tap
Architecture: source
Version: 12.0.1+ds-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 964880
Changes:
node-tap (12.0.1+ds-3) unstable; urgency=medium
.
* Team upload
* Declare compliance with policy 4.5.0
* Fix test for js-yaml 3.14.0 (Closes: #964880)
Checksums-Sha1:
6b89323e76a7d29637a3a619b121e6864c623051 5411 node-tap_12.0.1+ds-3.dsc
34cc8acd38bd244c7924f3acf8528a55e550e42a 14900
node-tap_12.0.1+ds-3.debian.tar.xz
Checksums-Sha256:
84e81fe645d4abc3a2da5a68cddeb32bf0a18adf3c9ee2836e20f8114a568b82 5411
node-tap_12.0.1+ds-3.dsc
7bbaf7b88222727e2c91fdcd009962689214e74fea235a987a2fc086d1628c0e 14900
node-tap_12.0.1+ds-3.debian.tar.xz
Files:
c0e83d2369854ab2d3b94744fcb36915 5411 javascript optional
node-tap_12.0.1+ds-3.dsc
dcdcb75711a4ba611745a929d88e720b 14900 javascript optional
node-tap_12.0.1+ds-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl8yaN8ACgkQ9tdMp8mZ
7unp4g//QuvHeN0DtnS/YT1ZgSmf53dzZGAKmhLyPOr2vU3nBdL0hWX7053j8oUg
JH2cEs190HkkWr/P97OCN8aXLilSxowKpICjMvyA07KwPJ6mvcqTJg0LmDzeldRg
DRBfNDV71jAVGcanM5j2dfqyVRdKAOCGFehEX/WGku4PZVex8S3aY8IOOMWGe6Vt
o7cCZ3qV9Uv/Vqj0NzTpYdpFNukDG79eRjscwaaz3I0J2jpY1N68xgIbcqe48A9O
PJXpq5RJYf1126IvHoOjrisV+y69abVNpSXvBx55WQPZ4fJn8usRRiZMY582a3pV
5fGfYo0VV5CHXWpJtg/0yoOOVOPPVJx+OrcT2bAVExfUNqvz06RQus66S65/Xf5S
KDYKzaRt5ggZaTtbPHEfgfZEcpfyJyVjjUb/Cm1/sFSOnX+zuMhKFSHEFnquxAId
/1V3B7pW8ExYo6n8puSebkOpw5UZ2Y8xdpEEAW0HMlez2+lZd89MczgWsarRRIVF
O3jziC9FcX2GTw81G1VJFLf51d9n63UqBMaGPHUI498By0ubbI2cRAj9JjR5npHM
+vShK2LjEwA0d6+GHukrpAjvDZiZAVzfRolNOIWiZ3ti3a09LsxIvOjY8bxrtofx
f0+bX01iwcBmLHilvABA4NOdt989NqkjgOFU4HvOAUyKdyPwxpc=
=1rM4
-----END PGP SIGNATURE-----
--- End Message ---