Open
Bug 1826038
Opened 2 years ago
Updated 2 years ago
Test timeout with "/builds/worker/fetches/grcov/grcov -t coveralls -p /builds/worker/checkouts/gecko --ignore **/fetches/* /builds/worker/fetches/grcov/target.code-coverage-gcno.zip /tmp/tmpnj3htr2 --token UNUSED --commit-sha UNUSED jsvm_lcov_output.info"
Categories
(Testing :: Code Coverage, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
Details
Running the /builds/worker/fetches/grcov/grcov
command after the tests have been finished can cause a hang. The underlying problem is probably FN 'top-level' duplicated for 'toolkit/content/process-content.js' in a lcov file
. Seen in this test job log file:
https://treeherder.mozilla.org/logviewer?job_id=411019836&repo=mozilla-central&lineNumber=3155-3158
[task 2023-03-31T23:07:45.437Z] 23:07:45 INFO - Copy/paste: /builds/worker/fetches/grcov/grcov -t coveralls -p /builds/worker/checkouts/gecko --ignore **/fetches/* /builds/worker/fetches/grcov/target.code-coverage-gcno.zip /tmp/tmpnjd3htr2 --token UNUSED --commit-sha UNUSED jsvm_lcov_output.info --filter covered
[task 2023-03-31T23:07:52.266Z] 23:07:52 ERROR - Errors received:
[task 2023-03-31T23:07:52.266Z] 23:07:52 INFO - Reading from file tmpfile_stderr
[task 2023-03-31T23:07:52.266Z] 23:07:52 ERROR - 23:07:45 [ERROR] FN 'top-level' duplicated for 'toolkit/content/process-content.js' in a lcov file
Comment 1•2 years ago
|
||
The "FN ... duplicated" is actually just a warning, but it shouldn't cause a hang. There must be something else going on.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:marco, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mcastelluccio)
Updated•2 years ago
|
Severity: -- → S4
Flags: needinfo?(mcastelluccio)
You need to log in
before you can comment on or make changes to this bug.
Description
•