Your message dated Thu, 21 Apr 2022 08:34:22 +0000
with message-id <e1nhsgc-0002ci...@fasolo.debian.org>
and subject line Bug#1009539: fixed in node-har-validator 5.1.5-3
has caused the Debian Bug report #1009539,
regarding node-har-validator: FTBFS: ERROR: Coverage for statements (83.33%) 
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.)


-- 
1009539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1009539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: node-har-validator
Version: 5.1.5-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/har-validator
>       /bin/sh -ex debian/tests/pkg-js/test
> + tap test --reporter spec
> 
> test/async.js
>   async
> 
>     ✓ afterRequest is a function
> 
>     ✓ beforeRequest is a function
> 
>     ✓ browser is a function
> 
>     ✓ cache is a function
> 
>     ✓ content is a function
> 
>     ✓ cookie is a function
> 
>     ✓ creator is a function
> 
>     ✓ entry is a function
> 
>     ✓ har is a function
> 
>     ✓ header is a function
> 
>     ✓ log is a function
> 
>     ✓ page is a function
> 
>     ✓ pageTimings is a function
> 
>     ✓ postData is a function
> 
>     ✓ query is a function
> 
>     ✓ request is a function
> 
>     ✓ response is a function
> 
>     ✓ timings is a function
> 
>   failure
> 
>     ✓ should fail
> 
>     ✓ should return false in a callback
> 
>     ✓ should return HARError object in a callback
> 
>     ✓ should fail on bad "log.version"
> 
>   success
> 
>     ✓ should be successful
> 
>     ✓ should return true in a callback
> 
>     ✓ should not have any errors
> 
> test/cache-entry.js
>   cache entry
> 
>     ✓ should allow null beforeRequest
> 
>     ✓ should allow null afterRequest
> 
> test/log.js
>   log
> 
>     ✓ should fail with empty object
> 
>     ✓ should fail with empty array
> 
>     ✓ should fail with undefined
> 
>     ✓ should fail on bad "log.version"
> 
>     ✓ should fail on bad "log.creator"
> 
>     ✓ should fail on bad "log.pages.*.startedDateTime"
> 
>     ✓ should not fail with full example
> 
> test/promise.js
>   promises
> 
>     ✓ afterRequest is a function
> 
>     ✓ afterRequest() is a promise
> 
>     ✓ beforeRequest is a function
> 
>     ✓ beforeRequest() is a promise
> 
>     ✓ browser is a function
> 
>     ✓ browser() is a promise
> 
>     ✓ cache is a function
> 
>     ✓ cache() is a promise
> 
>     ✓ content is a function
> 
>     ✓ content() is a promise
> 
>     ✓ cookie is a function
> 
>     ✓ cookie() is a promise
> 
>     ✓ creator is a function
> 
>     ✓ creator() is a promise
> 
>     ✓ entry is a function
> 
>     ✓ entry() is a promise
> 
>     ✓ har is a function
> 
>     ✓ har() is a promise
> 
>     ✓ header is a function
> 
>     ✓ header() is a promise
> 
>     ✓ log is a function
> 
>     ✓ log() is a promise
> 
>     ✓ page is a function
> 
>     ✓ page() is a promise
> 
>     ✓ pageTimings is a function
> 
>     ✓ pageTimings() is a promise
> 
>     ✓ postData is a function
> 
>     ✓ postData() is a promise
> 
>     ✓ query is a function
> 
>     ✓ query() is a promise
> 
>     ✓ request is a function
> 
>     ✓ request() is a promise
> 
>     ✓ response is a function
> 
>     ✓ response() is a promise
> 
>     ✓ timings is a function
> 
>     ✓ timings() is a promise
> 
>     ✓ thrown error is an object
> 
>     ✓ resolves with the original data
> 
> test/request.js
>   request
> 
>     ✓ should fail with empty object
> 
>     ✓ should fail with empty array
> 
>     ✓ should fail with undefined
> 
>     ✓ should fail on bad "url"
> 
>     ✓ should fail on bad "headers"
> 
>     ✓ should fail on malformed "headers"
> 
>     ✓ should not fail with full example
> 
> test/response.js
>   response
> 
>     ✓ should fail with empty object
> 
>     ✓ should fail with empty array
> 
>     ✓ should fail with undefined
> 
>     ✓ should fail on bad "bodySize"
> 
>     ✓ should fail on bad "headers"
> 
>     ✓ should fail on malformed "headers"
> 
>     ✓ should not fail with full example
> 
> 
>   86 passing (1s)
> ERROR: Coverage for lines (83.33%) does not meet global threshold (100%)
> ERROR: Coverage for functions (59.52%) does not meet global threshold (100%)
> ERROR: Coverage for branches (87.5%) does not meet global threshold (100%)
> ERROR: Coverage for statements (83.33%) does not meet global threshold (100%)
> ------------|---------|----------|---------|---------|----------------------------------------------
> File        | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s      
>                       
> ------------|---------|----------|---------|---------|----------------------------------------------
> All files   |   83.33 |     87.5 |   59.52 |   83.33 |                        
>                       
>  async.js   |      66 |     87.5 |      15 |      66 | 
> ...,52,56,60,64,72,76,80,84,88,92,96,100,104 
>  error.js   |   88.88 |       50 |     100 |   88.88 | 11                     
>                       
>  promise.js |     100 |      100 |     100 |     100 |                        
>                       
> ------------|---------|----------|---------|---------|----------------------------------------------
> 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-har-validator_5.1.5-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-har-validator
Source-Version: 5.1.5-3
Done: Yadd <y...@debian.org>

We believe that the bug you reported is fixed in the latest version of
node-har-validator, 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-har-validator 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, 21 Apr 2022 10:14:35 +0200
Source: node-har-validator
Architecture: source
Version: 5.1.5-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 
<pkg-javascript-de...@lists.alioth.debian.org>
Changed-By: Yadd <y...@debian.org>
Closes: 1009539
Changes:
 node-har-validator (5.1.5-3) unstable; urgency=medium
 .
   * Team upload
   * Fix filenamemangle
   * Fix test for tap >= 15 (--no-cov) (Closes: #1009539)
Checksums-Sha1: 
 d700e38ba2006bebbdee7e867cbb57131ae598bd 2172 node-har-validator_5.1.5-3.dsc
 42eaa9a7805c6152d1f1bcf20f17c42badf93c1c 3104 
node-har-validator_5.1.5-3.debian.tar.xz
Checksums-Sha256: 
 a039f03466df80153ebbfa52fedd73830dda4c856759065c091b98a70aa089c3 2172 
node-har-validator_5.1.5-3.dsc
 a323ff7d7daf2bd8b26adf7a5ae02a22ad5d6a8ebda2ca3358c56859091f713d 3104 
node-har-validator_5.1.5-3.debian.tar.xz
Files: 
 2a213c1fdd0ce2781433c28c5f7d1401 2172 javascript optional 
node-har-validator_5.1.5-3.dsc
 fed7ab855655e7da270b21497dfc1f00 3104 javascript optional 
node-har-validator_5.1.5-3.debian.tar.xz

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

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAmJhErIACgkQ9tdMp8mZ
7ulxIg//eJX/9mPn2PBXVZdolILe5al1l1+yqFiQExMKZ9uOkjaNB6sT6f/VLtNW
Trs38LRigRyXxvznK8X7H41wV77cpSFGqcTwpvyGOVZZFEgWJzYVLh/87gKu2L3U
iAJThvoAHDGqjTyL0gMuHCTtTt12Ey7oqfSZGjQLRZOK73E04l808M9QDdVPtLT0
qZj9lwLayrlAXpPI0VTUWedY0PqptRv8Xg8rUCUYpxB9Xf/8/VHX+BdQf+G/IOyt
kPdxDWMxObRYRH5boRxKZxMWhORJR7KxlIkfVXslpOBmSGlmnZPVfw3oPAQEaJzX
w+0C8rZoJiaUNKEn7TNROlUwMhX3BJiVF7oOyR66cU2xSM7eo+6vHpM41EWC3FYw
nt/5zZB3ci/omuvkcI+WszC9vpFrlItVXJDMfUPApbuOgaSklx4jnxVrKOh+lqyf
GuGKmCIBxkZW9bo/HYE7ig3Af6PdbEd4PCGn+9aOtyQVkx5b+Dnwc+kUUqLS27N/
BZQ2XuGT59p14SVzbaWAgz3aGkWj0cPwuir4lvABc7POG44gTTUvo2saTcPyTTCh
4qJno+vu1aN3Ivqx2zLHTKDtAyJyGq2MZS9aDvZZ7NB7YpMC2Sa9LK2bBWxC3DwJ
CVysA6/Hm9m1wR+qCjo3Ul6tpnriIaCN0xgMp22a1zgLO4b9Hak=
=9wO2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to