Your message dated Sun, 16 Aug 2020 06:03:24 +0000
with message-id <e1k7blm-0003jy...@fasolo.debian.org>
and subject line Bug#964854: fixed in npm 6.14.7+ds-2
has caused the Debian Bug report #964854,
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.)
--
964854: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964854
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: npm
Source-Version: 6.14.7+ds-2
Done: Xavier Guimard <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
npm, 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 npm 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, 16 Aug 2020 07:39:45 +0200
Source: npm
Architecture: source
Version: 6.14.7+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 964854
Changes:
npm (6.14.7+ds-2) unstable; urgency=medium
.
* Add ppc64 in supported platforms list (Closes: #964854)
Checksums-Sha1:
c77d18376ee8f03064300af20237d178f27c864c 6736 npm_6.14.7+ds-2.dsc
1f7f61b38b5dff999b9ad63787f277e4260465ed 42900 npm_6.14.7+ds-2.debian.tar.xz
Checksums-Sha256:
05ef1e6a2789382511e7600db38a5b48efddeae509d5888e609a472a855e31db 6736
npm_6.14.7+ds-2.dsc
aed159ba0baf2861ea1721dc46135f1dec6b703cc75a99675a66488dae17fea6 42900
npm_6.14.7+ds-2.debian.tar.xz
Files:
283606eef070ed4a1990ff7c603cc4f8 6736 javascript optional npm_6.14.7+ds-2.dsc
0428d743db5479c1ce2771a41d5785d4 42900 javascript optional
npm_6.14.7+ds-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl84x+kACgkQ9tdMp8mZ
7ulgTQ//Q9b6nHsSkDMlU4NkhoyjXpxuqB+waMJs5+onE+vy1WBa9SP7ZTyOs+dr
uza3s7MgQfVVf0QXUMSZvYc0inh6V23PN4AwluRrBNsUQt75vlRiAWq/whsZiLtZ
tpa5BwJMQpxKdIWBEARK+jFs2cdm0GAOurhYXmiWxrZgaUVUx+iYjJngLI0uQIQj
LznuVDXUiMyKsHgjILNkm+qtqUZ8xVzQDzn3x2dS6UQmDz5ibWLmaiguTBNVewqt
Kr8c0RUD9LXzdb7i69I/rTt6yJQh1AwGOV9nplRKVt8YFxWLOhDWyjyfxrXgpsBe
+0M1BAYixmDb0uonhaBRPLbb1oB/sGEIp/v6eAjGM/zFl2xHY6U7C23rG41JXAlq
QkQ778CwkYWzhlNOqRF+SAoDYzWTN4UwacQJZmy4TrWFDOA7LclJRxU24oitHcIW
aD9uMuu3t7WOJv3Di9/CSdJs2fkg3M354p2fV0aZC2uDJn6ynXXU6Y0dAkcj4t2B
pXO6QEC6YC4UWdJGKm6HJP4sUJyTFtEgPmvtaG0KPBU1Z/otk7iwg39kyia8ycX7
pOHPj9r/o0Rn0tT33Jk7k5FV0H8aCN6qH2TfSJ+6ZwUIB9Q9sHVVmT1FhY8O4yEH
zdQyD9ILUNMIzk67HZhnJ0fozi1XT8YhLSCsbu866aE80onDzIQ=
=BlH9
-----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