Your message dated Sun, 17 Apr 2022 08:21:52 +0000
with message-id <e1ng0ak-00019v...@fasolo.debian.org>
and subject line Bug#1009488: fixed in node-foreground-child 2.0.0-4
has caused the Debian Bug report #1009488,
regarding node-foreground-child: FTBFS: ERROR: Coverage for statements (98.11%)
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.)
--
1009488: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009488
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-foreground-child
Version: 2.0.0-3
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/foreground-child
> /bin/sh -ex debian/tests/pkg-js/test
> + tap -t 300 test/basic.js
> TAP version 13
> # Subtest: test/basic.js
> # Subtest: signals
> # Subtest: SIGTERM
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 1 - SIGTERM # time=583.137ms
>
> # Subtest: SIGHUP
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - SIGHUP # time=618.522ms
>
> # Subtest: SIGKILL
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 3 - SIGKILL # time=557.89ms
>
> 1..3
> ok 1 - signals # time=1769.009ms
>
> # Subtest: exit codes
> # Subtest: 0
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 1 - 0 # time=559.448ms
>
> # Subtest: 1
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - 1 # time=563.647ms
>
> # Subtest: 2
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 3 - 2 # time=574.552ms
>
> 1..3
> ok 2 - exit codes # time=1704.162ms
>
> # Subtest: parent emits exit when SIGTERMed
> # Subtest: SIGTERM parent
> ok 1 - should be equal
> ok 2 - should be equal
> 1..2
> ok 1 - SIGTERM parent # time=293.058ms
>
> # Subtest: SIGTERM child
> ok 1 - should be equal
> ok 2 - should be equal
> 1..2
> ok 2 - SIGTERM child # time=289.032ms
>
> # Subtest: SIGTERM nobody
> ok 1 - should be equal
> ok 2 - should be equal
> 1..2
> ok 3 - SIGTERM nobody # time=324.721ms
>
> 1..3
> ok 3 - parent emits exit when SIGTERMed # time=914.565ms
>
> # Subtest: beforeExitHandler
> # Subtest: 0
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 1 - 0 # time=572.143ms
>
> # Subtest: 1
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - 1 # time=574.834ms
>
> # Subtest: 2
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 3 - 2 # time=586.912ms
>
> 1..3
> ok 4 - beforeExitHandler # time=1740.642ms
>
> # Subtest: promiseExitHandler
> # Subtest: 0
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 1 - 0 # time=595.992ms
>
> # Subtest: 1
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - 1 # time=616.807ms
>
> # Subtest: 2
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 3 - 2 # time=586.806ms
>
> 1..3
> ok 5 - promiseExitHandler # time=1804.7ms
>
> # Subtest: beforeExitHandleDoubleDone
> # Subtest: 0
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 1 - 0 # time=613.872ms
>
> # Subtest: 1
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 2 - 1 # time=575.273ms
>
> # Subtest: 2
> 1..3
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 3 - 2 # time=569.665ms
>
> 1..3
> ok 6 - beforeExitHandleDoubleDone # time=1763.999ms
>
> # Subtest: IPC forwarding
> 1..5
> ok 1 - should be equal
> ok 2 - should be equal
> ok 3 - should be equal
> ok 4 - should be equal
> ok 5 - should be equal
> ok 7 - IPC forwarding # time=587.742ms
>
> 1..7
> # time=10291.252ms
> ok 1 - test/basic.js # time=10291.252ms
>
> 1..1
> # time=11016.484ms
> ERROR: Coverage for lines (98.03%) does not meet global threshold (100%)
> ERROR: Coverage for branches (90%) does not meet global threshold (100%)
> ERROR: Coverage for statements (98.11%) does not meet global threshold (100%)
> ----------|---------|----------|---------|---------|-------------------
> File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
> ----------|---------|----------|---------|---------|-------------------
> All files | 98.11 | 90 | 100 | 98.03 |
> index.js | 98.11 | 90 | 100 | 98.03 | 26
> ----------|---------|----------|---------|---------|-------------------
> 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-foreground-child_2.0.0-3_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-foreground-child
Source-Version: 2.0.0-4
Done: Yadd <y...@debian.org>
We believe that the bug you reported is fixed in the latest version of
node-foreground-child, 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-foreground-child 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, 17 Apr 2022 10:03:34 +0200
Source: node-foreground-child
Architecture: source
Version: 2.0.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009488
Changes:
node-foreground-child (2.0.0-4) unstable; urgency=medium
.
* Team upload
* Fix test for tap >= 1 (--no-cov) (Closes: #1009488)
Checksums-Sha1:
fadeca34e3c75a841cd00e023e6e82915dc869e0 2172 node-foreground-child_2.0.0-4.dsc
80e823896ecf162509c63c747a11efc74ed1098c 3696
node-foreground-child_2.0.0-4.debian.tar.xz
Checksums-Sha256:
152698d7fc53ea9a4b2c5c0a6ba31ec95d9c41c5a2e2e6b0a36e6428eea0d692 2172
node-foreground-child_2.0.0-4.dsc
9c1329bd84fba679b4853d16297f3186a936f0dd6df649fa4fb7c208b02efcec 3696
node-foreground-child_2.0.0-4.debian.tar.xz
Files:
b7cd5e0f4bc60bc8724d7bb217cb3b38 2172 javascript optional
node-foreground-child_2.0.0-4.dsc
a698491323ce3413994067ba0c4a689e 3696 javascript optional
node-foreground-child_2.0.0-4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJbyigACgkQ9tdMp8mZ
7unhNA/+P4cTriKSxpAtGNbpoEXc6VciQJk5nU0oMKq6DsZDezOoL6y+IchezJm1
OIhq9/MhH9SDjK7nXV9y2dTU3xkP+xOfq1WNCpS3WwWWsI8th2BhBZCo5SBNVKmH
5Z/MI7u4OubW/Vw9Bb/qGwBvfZe0hixie9TfGMO7HaiFlpd5XDj5TsV7+rC80oEO
TeL1Q6r5ONFJnBcWjWhYrMGQt0RXhkN8gcja7T1OK7UobbyQLk5TuFaOdOySy+Cg
QPQBVEedRqCKfxsiOBQvIjsmA78y75zFJW8qeDbMzcYjUp0hOUbxQJdnyN8bGZPI
CWmC8H+mVDY9OfXsZh9LdsZXOGAeI3KhPhtMQEhFloefwAVCxibdnlFBvLgC5VAV
neOl2avpp4ckBBZEmNLKIB3DW//q2OvelqPbQVwLkGSkd3DQ/PaaEDT1XOFx5P83
RFccdpF1Xja5JnLByVky6fg7/7ULiuJRV8pxE89/XgPqAIusgpWhykFVYISi1USV
q0kora4hi3vQdDgsIiDbZLmlkGrYKKeIkW6R26ajQcLjLJYbq5JLqdCSmwz23PNb
rQ+r/qrx+LHLttHqfRjt2nMV6Wja2lYzwIWfXBTOssOhj+k5s6dolL2q0nsHhS2j
hoqqU4wRu+1OcCaJXp16sJNCn2VsaaAGrfO3hlEo0d7+KSFDNH4=
=sxqC
-----END PGP SIGNATURE-----
--- End Message ---