Your message dated Thu, 14 Apr 2022 04:03:50 +0000
with message-id <e1neqhy-0008wh...@fasolo.debian.org>
and subject line Bug#1009512: fixed in node-tacks 1.3.0-3
has caused the Debian Bug report #1009512,
regarding node-tacks: FTBFS: ERROR: Coverage for statements (94.04%) does not 
meet global threshold (100%)
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.)


-- 
1009512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009512
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-tacks
Version: 1.3.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220412 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/tacks
>       /bin/sh -ex debian/tests/pkg-js/test
> + tap test/functional.js
> TAP version 13
> (node:163488) [DEP0005] DeprecationWarning: Buffer() is deprecated due to 
> security and usability issues. Please use the Buffer.alloc(), 
> Buffer.allocUnsafe(), or Buffer.from() methods instead.
> (Use `node --trace-deprecation ...` to show where the warning was created)
> (node:163488) DeprecationWarning: is() is deprecated, use equal() instead
> not ok 1 - test/functional.js # time=145.636ms
>   ---
>   env: {}
>   file: test/functional.js
>   timeout: 30000
>   command: /usr/bin/node
>   args:
>     - test/functional.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     # Subtest: setup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/functional.js:72:5)
>             Test.cb (/usr/share/nodejs/libtap/lib/test.js:127:40)
>             /usr/share/nodejs/libtap/lib/test.js:369:21
>             Test.main (/usr/share/nodejs/libtap/lib/test.js:376:7)
>             Test.runMain (/usr/share/nodejs/libtap/lib/base.js:178:15)
>             /usr/share/nodejs/libtap/lib/test.js:485:13
>             TAP.writeSubComment (/usr/share/nodejs/libtap/lib/test.js:556:5)
>             Test.<anonymous> (/usr/share/nodejs/libtap/lib/test.js:484:14)
>           at:
>             line: 72
>             column: 5
>             file: test/functional.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: setup
>           source: |2
>               setup()
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 1 - setup # time=54.43ms
>     
>     # Subtest: loadFromDir
>         # Subtest: loadFromDir
>             ok 1 - /: type
>             ok 2 - /a: type
>             ok 3 - /a/b: type
>             ok 4 - /a/b/c: type
>             ok 5 - /a/b/c/foo.txt: type
>             ok 6 - /a/b/c/foo.txt: file string content
>             ok 7 - /a/b/c/bar.txt: type
>             ok 8 - /a/b/c/bar.txt: symlink destination
>             ok 9 - /a/b/c/ascii.txt: type
>             ok 10 - /a/b/c/ascii.txt: symlink destination
>             ok 11 - /ascii.txt: type
>             ok 12 - /ascii.txt: file string content
>             ok 13 - /foo: type
>             ok 14 - /foo/foo.txt: type
>             ok 15 - /foo/foo.txt: symlink destination
>             ok 16 - /binary.gz: type
>             ok 17 - /binary.gz: file buffer content
>             ok 18 - /empty.txt: type
>             ok 19 - /empty.txt: file string content
>             ok 20 - /example.json: type
>             ok 21 - /example.json: file string content
>             ok 22 - /x: type
>             ok 23 - /x/y: type
>             ok 24 - /x/y/z: type
>             not ok 25 - t.done is not a function
>               ---
>               stack: |
>                 Test.<anonymous> (tap.js:5:7)
>                 Test.cb (/usr/share/nodejs/libtap/lib/test.js:127:40)
>                 /usr/share/nodejs/libtap/lib/test.js:369:21
>                 Test.main (/usr/share/nodejs/libtap/lib/test.js:376:7)
>                 Test.runMain (/usr/share/nodejs/libtap/lib/base.js:178:15)
>                 /usr/share/nodejs/libtap/lib/test.js:485:13
>                 Test.writeSubComment 
> (/usr/share/nodejs/libtap/lib/test.js:556:5)
>                 Test.<anonymous> (/usr/share/nodejs/libtap/lib/test.js:484:14)
>               at:
>                 line: 5
>                 column: 7
>                 file: tap.js
>                 function: Test.<anonymous>
>               type: TypeError
>               tapCaught: testFunctionThrow
>               test: loadFromDir
>               source: |2
>                     compare(t, '/', actual.fixture, expected.fixture)
>                     t.done()
>                 ------^
>                   })
>                 }
>               ...
>             
>             1..25
>             # failed 1 of 25 tests
>         not ok 1 - loadFromDir # time=22.55ms
>         
>         1..1
>         # failed 1 test
>     not ok 2 - loadFromDir # time=39.291ms
>     
>     # Subtest: generateFromDir
>         # Subtest: generateFromDir
>             ok 1 - /: type
>             ok 2 - /a: type
>             ok 3 - /a/b: type
>             ok 4 - /a/b/c: type
>             ok 5 - /a/b/c/foo.txt: type
>             ok 6 - /a/b/c/foo.txt: file string content
>             ok 7 - /a/b/c/bar.txt: type
>             ok 8 - /a/b/c/bar.txt: symlink destination
>             ok 9 - /a/b/c/ascii.txt: type
>             ok 10 - /a/b/c/ascii.txt: symlink destination
>             ok 11 - /ascii.txt: type
>             ok 12 - /ascii.txt: file string content
>             ok 13 - /foo: type
>             ok 14 - /foo/foo.txt: type
>             ok 15 - /foo/foo.txt: symlink destination
>             ok 16 - /binary.gz: type
>             ok 17 - /binary.gz: file buffer content
>             ok 18 - /empty.txt: type
>             ok 19 - /empty.txt: file string content
>             ok 20 - /example.json: type
>             ok 21 - /example.json: file string content
>             ok 22 - /x: type
>             ok 23 - /x/y: type
>             ok 24 - /x/y/z: type
>             not ok 25 - t.done is not a function
>               ---
>               stack: |
>                 Test.<anonymous> (tap.js:5:7)
>                 Test.cb (/usr/share/nodejs/libtap/lib/test.js:127:40)
>                 /usr/share/nodejs/libtap/lib/test.js:369:21
>                 Test.main (/usr/share/nodejs/libtap/lib/test.js:376:7)
>                 Test.runMain (/usr/share/nodejs/libtap/lib/base.js:178:15)
>                 /usr/share/nodejs/libtap/lib/test.js:485:13
>                 Test.writeSubComment 
> (/usr/share/nodejs/libtap/lib/test.js:556:5)
>                 Test.<anonymous> (/usr/share/nodejs/libtap/lib/test.js:484:14)
>               at:
>                 line: 5
>                 column: 7
>                 file: tap.js
>                 function: Test.<anonymous>
>               type: TypeError
>               tapCaught: testFunctionThrow
>               test: generateFromDir
>               source: |2
>                     compare(t, '/', actual.fixture, expected.fixture)
>                     t.done()
>                 ------^
>                   })
>                 }
>               ...
>             
>             1..25
>             # failed 1 of 25 tests
>         not ok 1 - generateFromDir # time=12.585ms
>         
>         1..1
>         # failed 1 test
>     not ok 3 - generateFromDir # time=24.249ms
>     
>     # Subtest: cleanup
>         ok 1 - /<<PKGBUILDDIR>>/test/functional/example should not exist
>         not ok 2 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/functional.js:96:5)
>             Test.cb (/usr/share/nodejs/libtap/lib/test.js:127:40)
>             /usr/share/nodejs/libtap/lib/test.js:369:21
>             Test.main (/usr/share/nodejs/libtap/lib/test.js:376:7)
>             Test.runMain (/usr/share/nodejs/libtap/lib/base.js:178:15)
>             /usr/share/nodejs/libtap/lib/test.js:485:13
>             TAP.writeSubComment (/usr/share/nodejs/libtap/lib/test.js:556:5)
>             Test.<anonymous> (/usr/share/nodejs/libtap/lib/test.js:484:14)
>           at:
>             line: 96
>             column: 5
>             file: test/functional.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: cleanup
>           source: |2
>               rimraf.sync(testroot)
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..2
>         # failed 1 of 2 tests
>     not ok 4 - cleanup # time=15.24ms
>     
>     1..4
>     # failed 4 of 4 tests
>     # time=145.636ms
> }
> 
> 1..1
> # failed 1 test
> # time=1291.907ms
> ERROR: Coverage for lines (95.33%) does not meet global threshold (100%)
> ERROR: Coverage for functions (92.59%) does not meet global threshold (100%)
> ERROR: Coverage for branches (84.52%) does not meet global threshold (100%)
> ERROR: Coverage for statements (94.04%) does not meet global threshold (100%)
> ----------------------|---------|----------|---------|---------|-------------------
> File                  | % Stmts | % Branch | % Funcs | % Lines | Uncovered 
> Line #s 
> ----------------------|---------|----------|---------|---------|-------------------
> All files             |   94.04 |    84.52 |   92.59 |   95.33 |              
>      
>  as-literal.js        |   94.44 |       85 |     100 |   96.87 | 31           
>      
>  as-object-key.js     |     100 |      100 |     100 |     100 |              
>      
>  dir.js               |     100 |    83.33 |     100 |     100 | 12           
>      
>  entry.js             |   86.66 |      100 |      60 |   86.66 | 14,22        
>      
>  file.js              |   93.87 |     87.5 |   77.77 |   93.33 | 42,61,71     
>      
>  generate-from-dir.js |     100 |      100 |     100 |     100 |              
>      
>  index.js             |     100 |      100 |     100 |     100 |              
>      
>  load-from-dir.js     |   97.36 |    92.85 |     100 |     100 | 25           
>      
>  symlink.js           |   91.66 |       80 |     100 |   95.45 | 23           
>      
>  tacks.js             |     100 |      100 |     100 |     100 |              
>      
>  tap.js               |   82.75 |       75 |     100 |   85.18 | 24,31-32,38  
>      
> ----------------------|---------|----------|---------|---------|-------------------
> 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/2022/04/12/node-tacks_1.3.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220412;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220412&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-tacks
Source-Version: 1.3.0-3
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-tacks, 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 1009...@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-tacks 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: Thu, 14 Apr 2022 05:42:43 +0200
Source: node-tacks
Architecture: source
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009512
Changes:
 node-tacks (1.3.0-3) unstable; urgency=medium
 .
   * Team upload
   * Add fix for tap >= 15 (Closes: #1009512)
Checksums-Sha1: 
 3c660f9d9806379cc4fef24fc4c252de0f7212b6 2109 node-tacks_1.3.0-3.dsc
 bf88a10cd413a4c9d2394eb1d23794d00b15dfb0 3280 node-tacks_1.3.0-3.debian.tar.xz
Checksums-Sha256: 
 0377a789f975ae0f8aeaa3eabb726f65a297ee1e3042ee647a5956c734977870 2109 
node-tacks_1.3.0-3.dsc
 e817d95ec23705d570860f88df5c5845e99de3ba6b6010e9d4e6cf2d3cc43431 3280 
node-tacks_1.3.0-3.debian.tar.xz
Files: 
 7b32825c77fb752fbe31b5c7c28933a1 2109 javascript optional 
node-tacks_1.3.0-3.dsc
 5a61c2a01b2656595a189cd84d93e85c 3280 javascript optional 
node-tacks_1.3.0-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJXmH4ACgkQ9tdMp8mZ
7unQpQ//WKeoIr93nEKGHkXjJCzqm/++Ioor3GQxpr8T5YNi1j7sunjKNo/aOBES
2gAnGR6nylKPOGCHtSFs1NbuHmjdfHI1buPWJrxGRJZbTVNlobiCYMsxbGZzAwvE
5l5LDZNOwufMx5p7PKxORBBbgxshFqFxsSt8z8zvZycPHigfAG9qMkJrOtR+cJvO
Z3FQmahOFOY+u2SlIDUu9lAfAjbJV1NGlpu89IXhqWa2Zz36kozlGWD2ArpvRkPR
aWr8ULT1eTnhZVYoBgXpSsFgRT83Wp/KQz5IV7Vj9nSvELMk0tiBYM1X51R8Kq9k
+VX/kUzZy6viF8avnl3Qvp/1JhAb+Q6WpBPgd40rUybrDuJIKM9bImv2GnMwQbOp
5Q842y8nCAKa5pkXOyVZBWgSw2w8dJ7V9GDnJsyxjPqQGSFiaFj4B52+SepJAw1b
1/e1HrFex/yczQtlBQlXDt1dHhTd++EY99/LwZIyjK3RNXG09BE68XDU2jxCuifa
ournJC4X2H3pzauonpu+16VqxqOlPOOUVFfOK6cc9ncix2ghj8TDIlEBakZptZUC
UNfgKY/JHN2YJOYSCvs3O2uXx1XuLToyZP/usNeOfV15Mws2zMdwDLmlw+iF9Ou9
sA0icmwoe1WHhUr0g0SxDVSJ0F1ciCZxeu+leEzgu3GN3pCGxMo=
=ojGD
-----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

Reply via email to