Your message dated Wed, 01 Jun 2022 10:21:08 +0000
with message-id <e1nwltq-0009vd...@fasolo.debian.org>
and subject line Bug#1011861: fixed in node-des.js 1.0.1-3
has caused the Debian Bug report #1011861,
regarding node-des.js: FTBFS: dh_auto_test: error: /bin/sh -ex 
debian/tests/pkg-js/test returned exit code 10
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.)


-- 
1011861: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011861
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-des.js
Version: 1.0.1-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220525 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
>  debian/rules binary
> dh binary
>    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 ../. node_modules/des.js
>       /bin/sh -ex debian/tests/pkg-js/test
> + mocha -R spec test/
> 
> 
>   DES-CBC
>     encryption/decryption
>       1) should encrypt vector 0
>       2) should encrypt vector 1
>       3) should encrypt vector 2
>       4) should encrypt vector 3
>       5) should encrypt vector 4
> 
>   DES
>     Key Derivation
>       undefined should derive proper keys
>     encryption/decryption
>       6) should encrypt vector 0
>       7) should encrypt vector 1
>       8) should encrypt vector 2
>       9) should encrypt vector 3
>       10) should encrypt vector 4
>       undefined should buffer during encryption/decryption
> 
>   DES-EDE-CBC
>     encryption/decryption
>       undefined should encrypt vector 0
>       undefined should encrypt vector 1
>       undefined should encrypt vector 2
>       undefined should encrypt vector 3
>       undefined should encrypt vector 4
> 
>   utils
>     IP
>       undefined should permute properly
>       undefined should rev-permute properly
>     PC1
>       undefined should permute properly
>     r28shl
>       undefined should shl properly
>     PC2
>       undefined should permute properly
>     readUInt32BE
>       undefined should read number properly
>     writeUInt32BE
>       undefined should read number properly
>     expand
>       undefined should expand
>       undefined should expand with low 1
>       undefined should expand with low 1
>     substitute
>       undefined should substitute
>     permute
>       undefined should permute
> 
> 
>   19 passing (49ms)
>   10 failing
> 
>   1) DES-CBC
>        encryption/decryption
>          should encrypt vector 0:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/cbc-test.js:58:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   2) DES-CBC
>        encryption/decryption
>          should encrypt vector 1:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/cbc-test.js:58:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   3) DES-CBC
>        encryption/decryption
>          should encrypt vector 2:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/cbc-test.js:58:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   4) DES-CBC
>        encryption/decryption
>          should encrypt vector 3:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/cbc-test.js:58:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   5) DES-CBC
>        encryption/decryption
>          should encrypt vector 4:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/cbc-test.js:58:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   6) DES
>        encryption/decryption
>          should encrypt vector 0:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/des-test.js:100:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   7) DES
>        encryption/decryption
>          should encrypt vector 1:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/des-test.js:100:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   8) DES
>        encryption/decryption
>          should encrypt vector 2:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/des-test.js:100:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   9) DES
>        encryption/decryption
>          should encrypt vector 3:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/des-test.js:100:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
>   10) DES
>        encryption/decryption
>          should encrypt vector 4:
>      Error: error:0308010C:digital envelope routines::unsupported
>       at Cipheriv.createCipherBase (node:internal/crypto/cipher:116:19)
>       at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:135:3)
>       at new Cipheriv (node:internal/crypto/cipher:243:3)
>       at Object.createCipheriv (node:crypto:138:10)
>       at Context.<anonymous> (test/des-test.js:100:29)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:678:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:801:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:593:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:603:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:486:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:571:5)
>       at processImmediate (node:internal/timers:466:21)
> 
> 
> 
> dh_auto_test: error: /bin/sh -ex debian/tests/pkg-js/test returned exit code 
> 10


The full build log is available from:
http://qa-logs.debian.net/2022/05/25/node-des.js_1.0.1-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220525;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220525&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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 mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: node-des.js
Source-Version: 1.0.1-3
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-des.js, 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 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yadd <y...@debian.org> (supplier of updated node-des.js 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: Wed, 01 Jun 2022 12:03:24 +0200
Source: node-des.js
Architecture: source
Version: 1.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1011861
Changes:
 node-des.js (1.0.1-3) unstable; urgency=medium
 .
   * Team upload
   * Declare compliance with policy 4.6.1
   * Fix filenamemangle
   * Launch only test for protocols supported by OpenSSL 3 (Closes: #1011861)
Checksums-Sha1: 
 865dc69d5ddecadbfbe5d23c2cbf8f7283151b85 2072 node-des.js_1.0.1-3.dsc
 e3d50662b8ba2b9a28ce17d5153f73bf43dec19c 4332 node-des.js_1.0.1-3.debian.tar.xz
Checksums-Sha256: 
 82beafe16df5c8c97db054124ee511ebe4d4f7def864540cf4791517a181ccb6 2072 
node-des.js_1.0.1-3.dsc
 c157f13ef623b8ba71f3b835ed7b594a2586c6a1e6c1d4d991e835471570cc8d 4332 
node-des.js_1.0.1-3.debian.tar.xz
Files: 
 9be5d9fe7b648a2d9e7f0b9c1d76d0e2 2072 javascript optional 
node-des.js_1.0.1-3.dsc
 2f0b94ffa6ce29d69f941d91339f0b49 4332 javascript optional 
node-des.js_1.0.1-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmKXObUACgkQ9tdMp8mZ
7umv8g/7BZRwmtvmYMbHf1xczT9X3JvZsEge4dpNEFiNS3vld8sekxWxhbEeyY4P
75QV4uPXD5FwaAb2dgOe8BR8SGtHmdNxjZJe8bLlIy6hAxN0Lb5L3Gl3CU82EdkF
wawgurpCtp3vbygqjBL2E+mWkhA+ZjLYR+ieRq8Li6kmk8ovIzQqMZzMr0xdiJbJ
vbARtqPJwk5EgFgvwsTROgroj9OkBH5FnqJtMpO70wDFuVRcdawBdOkDYIbQgisP
OMhBnV/D3TwadWGDAmHXYEipJM4xCUWMzUAlxz1C3e7MxlkR2dx4cfL6dqmRqhEA
XTd8PprUFkIU2OsZFxRFNQ3EzSxyhcdP/EwVyWknKZ/yYIqcXwiR/BH79wHqQYey
EbNQnWN3Bt1NNH+9MjBbHIeqdu23gSiGi5F0ccIQO4vB0G9JAsdLfxyFzdJuEN88
+R3s66Bo87vm3qPpShEfRg3/F/eaHYanTS/K5eAWOJS+S6ICyh/RjMAlaf8Q6x1j
MqSKhWKcVOJufhMKJoDWbdTvEXfkYhhfqyhHUXuE9I96grabrEmZe4I/WfER4/ir
nlAzmcOACKK8ALMlGgsRdrw3dI8NpbKVkG5MJgMkOfDMAukCG0r1CfKd75M71SSW
mQ3PFj8hLDasmUqJbMMiAu6+n6gQXRpKGlQLK4Ut3VQfb46ea1Y=
=P6N8
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to