Your message dated Fri, 15 Apr 2022 06:48:54 +0000
with message-id <e1nfflg-000c3o...@fasolo.debian.org>
and subject line Bug#1009506: fixed in node-require-inject 1.4.4-3
has caused the Debian Bug report #1009506,
regarding node-require-inject: FTBFS: ERROR: Coverage for statements (96.15%) 
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.)


-- 
1009506: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-require-inject
Version: 1.4.4-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/require-inject
>       /bin/sh -ex debian/tests/pkg-js/test
> + tap test/injection-leaking-1.js test/injection-leaking-2.js 
> test/injection-missing-1.js test/injection-missing-2.js 
> test/injection-module.js test/injection-paths.js
> TAP version 13
> not ok 1 - test/injection-leaking-1.js # time=51.524ms
>   ---
>   env: {}
>   file: test/injection-leaking-1.js
>   timeout: 30000
>   command: /usr/bin/node
>   args:
>     - test/injection-leaking-1.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     # Subtest: setup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-leaking-1.js:31: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: 31
>             column: 5
>             file: test/injection-leaking-1.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=25.857ms
>     
>     # Subtest: injection leaking at a distance
>         1..2
>         ok 1 - should be able to rename a file
>         ok 2 - shouldn't be able to rename now
>     ok 2 - injection leaking at a distance # time=7.57ms
>     
>     # Subtest: cleanup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-leaking-1.js:52: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: 52
>             column: 5
>             file: test/injection-leaking-1.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: cleanup
>           source: |2
>               cleanup()
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 3 - cleanup # time=11.3ms
>     
>     1..3
>     # failed 2 of 3 tests
>     # time=51.524ms
> }
> 
> not ok 2 - test/injection-leaking-2.js # time=66.499ms
>   ---
>   env: {}
>   file: test/injection-leaking-2.js
>   timeout: 30000
>   command: /usr/bin/node
>   args:
>     - test/injection-leaking-2.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     # Subtest: setup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-leaking-2.js:32: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: 32
>             column: 5
>             file: test/injection-leaking-2.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: setup
>           source: |2
>               setup()
>               t.done()
>             ----^
>             })
>             test('injection leaking at a distance', function (t) {
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 1 - setup # time=32.347ms
>     
>     # Subtest: injection leaking at a distance
>         1..2
>         ok 1 - should be able to rename a file
>         not ok 2 - Cannot find module './lib/c' Require stack: - 
> /<<PKGBUILDDIR>>/test/injection-leaking-2.js
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-leaking-2.js:46:16)
>             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)
>           at:
>             line: 902
>             column: 15
>             file: internal/modules/cjs/loader.js
>             function: Function.Module._resolveFilename
>           code: MODULE_NOT_FOUND
>           requireStack:
>             - /<<PKGBUILDDIR>>/test/injection-leaking-2.js
>           tapCaught: testFunctionThrow
>           test: injection leaking at a distance
>           ...
>         
>         # failed 1 of 2 tests
>     not ok 2 - injection leaking at a distance # time=19.425ms
>     
>     # Subtest: cleanup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-leaking-2.js:52: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: 52
>             column: 5
>             file: test/injection-leaking-2.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: cleanup
>           source: |2
>               cleanup()
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 3 - cleanup # time=4.573ms
>     
>     1..3
>     # failed 3 of 3 tests
>     # time=66.499ms
> }
> 
> not ok 3 - test/injection-missing-1.js # time=92.093ms
>   ---
>   env: {}
>   file: test/injection-missing-1.js
>   timeout: 30000
>   command: /usr/bin/node
>   args:
>     - test/injection-missing-1.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     # Subtest: setup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-missing-1.js:50: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: 50
>             column: 5
>             file: test/injection-missing-1.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=35.782ms
>     
>     # Subtest: injection leaking at a distance
>         1..2
>         ok 1 - should be able to rename a file now
>         ok 2 - shouldn't be able to rename
>     ok 2 - injection leaking at a distance # time=15.459ms
>     
>     # Subtest: cleanup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-missing-1.js:71: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: 71
>             column: 5
>             file: test/injection-missing-1.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: cleanup
>           source: |2
>               cleanup()
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 3 - cleanup # time=7.392ms
>     
>     1..3
>     # failed 2 of 3 tests
>     # time=92.093ms
> }
> 
> not ok 4 - test/injection-missing-2.js # time=59.542ms
>   ---
>   env: {}
>   file: test/injection-missing-2.js
>   timeout: 30000
>   command: /usr/bin/node
>   args:
>     - test/injection-missing-2.js
>   stdio:
>     - 0
>     - pipe
>     - 2
>   cwd: /<<PKGBUILDDIR>>
>   exitCode: 1
>   ...
> {
>     # Subtest: setup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-missing-2.js:43: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: 43
>             column: 5
>             file: test/injection-missing-2.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=33.095ms
>     
>     # Subtest: injection leaking at a distance
>         1..4
>         ok 1 - should be able to rename a file now
>         ok 2 - should be able to rename a file now
>         ok 3 - shouldn't be able to rename
>         ok 4 - shouldn't be able to rename
>     ok 2 - injection leaking at a distance # time=12.255ms
>     
>     # Subtest: cleanup
>         not ok 1 - t.done is not a function
>           ---
>           stack: |
>             Test.<anonymous> (test/injection-missing-2.js:67: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: 67
>             column: 5
>             file: test/injection-missing-2.js
>             function: Test.<anonymous>
>           type: TypeError
>           tapCaught: testFunctionThrow
>           test: cleanup
>           source: |2
>               cleanup()
>               t.done()
>             ----^
>             })
>           ...
>         
>         1..1
>         # failed 1 test
>     not ok 3 - cleanup # time=6.229ms
>     
>     1..3
>     # failed 2 of 3 tests
>     # time=59.542ms
> }
> 
> ok 5 - test/injection-module.js # time=48.616ms {
>     # Subtest: setup
>         1..0
>     ok 1 - setup # time=4.119ms
>     
>     # Subtest: mock with details of original module
>         1..4
>         ok 1 - should be equal
>         ok 2 - should be equal
>         ok 3 - should be equal
>         ok 4 - should be equal
>     ok 2 - mock with details of original module # time=8.73ms
>     
>     # Subtest: cleanup
>         1..0
>     ok 3 - cleanup # time=5.565ms
>     
>     1..3
>     # time=48.616ms
> }
> 
> ok 6 - test/injection-paths.js # time=57.093ms {
>     # Subtest: setup
>         1..0
>     ok 1 - setup # time=4.303ms
>     
>     # Subtest: mock with absolute path
>         1..1
>         ok 1 - should be able to rename a file
>     ok 2 - mock with absolute path # time=6.331ms
>     
>     # Subtest: mock with relative path
>         1..1
>         ok 1 - should be able to rename a file
>     ok 3 - mock with relative path # time=3.855ms
>     
>     # Subtest: mock without dependencies
>         1..0
>     ok 4 - mock without dependencies # time=2.54ms
>     
>     # Subtest: cleanup
>         1..0
>     ok 5 - cleanup # time=5.839ms
>     
>     1..5
>     # time=57.093ms
> }
> 
> 1..6
> # failed 4 of 6 tests
> # time=1525.944ms
> ERROR: Coverage for lines (95.74%) does not meet global threshold (100%)
> ERROR: Coverage for branches (93.75%) does not meet global threshold (100%)
> ERROR: Coverage for statements (96.15%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|-------------------
> File      | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s 
> ----------|---------|----------|---------|---------|-------------------
> All files |   96.15 |    93.75 |     100 |   95.74 |                   
>  index.js |   96.15 |    93.75 |     100 |   95.74 | 64,75             
> ----------|---------|----------|---------|---------|-------------------
> 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-require-inject_1.4.4-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-require-inject
Source-Version: 1.4.4-3
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-require-inject, 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-require-inject 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: Fri, 15 Apr 2022 08:19:00 +0200
Source: node-require-inject
Architecture: source
Version: 1.4.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009506
Changes:
 node-require-inject (1.4.4-3) unstable; urgency=medium
 .
   * Team upload
   * Fix test for tap >= 15 (Closes: #1009506)
Checksums-Sha1: 
 477bda3ea69c7f53eba9443366aa6bb3b22ad8b4 2164 node-require-inject_1.4.4-3.dsc
 d5cefac36e9564fb00b20b6bafd53df28c2642b2 2960 
node-require-inject_1.4.4-3.debian.tar.xz
Checksums-Sha256: 
 d7b187fef70d7bcb40b6a5756e4a36345c6687d0927c9a6e58a1a8f43bac1184 2164 
node-require-inject_1.4.4-3.dsc
 a824e9ff5a7881bfa1f6ea9d8fd90b04a5fbf7cb1e96050167e9e89f3ce98999 2960 
node-require-inject_1.4.4-3.debian.tar.xz
Files: 
 ad421d5cb52239f896dae601944fa651 2164 javascript optional 
node-require-inject_1.4.4-3.dsc
 d6f9b1027965405211e4ea3224dfb2d2 2960 javascript optional 
node-require-inject_1.4.4-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJZD9cACgkQ9tdMp8mZ
7ukJ1Q/+I7mpB2qeSfVRyOsLQm3IW5RhrE2tJH96fSKrdtfGmn5rF/LoAOPyMxLg
LnoVBB1YG9t4ob8CAS41fKu+gqH/FvISZ4IrZGqx1Kn7ReOGrzcc3/RQZ8xtNzos
trsTQpvCM3+Rwxr/k4XKp9mW509vXBTe/emLbnBLyqu1Ujy2lJD3HCqIy+yGPz1O
QGISZ0e550x/kfdi+ezIS/vdefG8TIIbfdcrNGEIZzLma92ngmYhHbudIVznMexS
cI48C0TLsRdTSG9oWqMXD3uQ8w4uIZSKbrf4q7S7TTQVi8LYLb7TYqqu6xIVTW1T
NqZ90JvnzA+Ld8DJv1S68o3//MHEb9LEBpsPaC/EKpYeu2y/O3+sX0z70Fo6diZI
pVPVdaCa+8LAkQSGvpv6bhligSgDwAdiE5IXeEVp+82RI0z3hWzdA52CwuHlNvwN
pPYJ+jmCHPYfAuZU6HNoHC3B32lFaesCvuOGYpXxrXVycVenXXEd5CUshpUYyVdw
17cx0FECHRTRlkQiDqv5L6xLi3YN5NSlStlW+e+IkvD52jdfYAc/9QygBFV4Aelu
Nm9zBzuSRvcndEpmxpckeWCk5UWAsWn1iQkYoE7Tz89SEuWuYevxAEaB0a8BjzVW
Obc4H0Q4GQ9fktIsjNgVUd95F1g2Jcgfu4LzQL28SS9b61EGWb4=
=wg78
-----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