Bump edu.hm.hafner:coverage-model from 0.62.0 to 0.64.1 #586
ci.jenkins.io / Tests / linux-21 / Build (linux-21)
failed
Dec 17, 2025
failed: 6, skipped: 7, passed: 329
failed: 6, skipped: 7, passed: 329
Details
io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldRecordOneLCOVResultInPipeline
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for LCOV Test Results
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3' that match the pattern 'lcov.info'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/lcov.info'
[Coverage] MODULE: 100.00% (2/2)
[Coverage] PACKAGE: 100.00% (1/1)
[Coverage] FILE: 66.67% (2/3)
[Coverage] LINE: 66.67% (4/6)
[Coverage] INSTRUCTION: 50.00% (3/6)
[Coverage] 6
[Coverage] Successfully processed file 'lcov.info'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'lib/module.c' not found
[Coverage] [-ERROR-] - Source file 'src/utils/helper.ts' not found
[Coverage] [-ERROR-] - Source file 'src/main.ts' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 3)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 3 source files on agent
[Coverage] -> finished painting (0 files have been painted, 3 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["that match the pattern 'lcov.info'",
"-> found 1 file",
"PACKAGE: 100.00% (1/1)",
"FILE: 66.67% (2/3)",
"LINE: 66.67% (4/6)",
"INSTRUCTION: 50.00% (3/6)",
"LOC: 6"]
but could not find:
["LOC: 6"]
Stack trace
java.lang.AssertionError:
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for LCOV Test Results
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3' that match the pattern 'lcov.info'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/lcov.info'
[Coverage] MODULE: 100.00% (2/2)
[Coverage] PACKAGE: 100.00% (1/1)
[Coverage] FILE: 66.67% (2/3)
[Coverage] LINE: 66.67% (4/6)
[Coverage] INSTRUCTION: 50.00% (3/6)
[Coverage] 6
[Coverage] Successfully processed file 'lcov.info'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'lib/module.c' not found
[Coverage] [-ERROR-] - Source file 'src/utils/helper.ts' not found
[Coverage] [-ERROR-] - Source file 'src/main.ts' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 3)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 3 source files on agent
[Coverage] -> finished painting (0 files have been painted, 3 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test3/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["that match the pattern 'lcov.info'",
"-> found 1 file",
"PACKAGE: 100.00% (1/1)",
"FILE: 66.67% (2/3)",
"LINE: 66.67% (4/6)",
"INSTRUCTION: 50.00% (3/6)",
"LOC: 6"]
but could not find:
["LOC: 6"]
at io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldRecordOneLCOVResultInPipeline(CoveragePluginITest.java:420)
Standard out
Copying file 'lcov.info' as workspace file 'lcov.info'
io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithGoCov
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for Go Coverage Reports
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5' that match the pattern 'go-coverage.out'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/go-coverage.out'
[Coverage] MODULE: 100.00% (2/2)
[Coverage] PACKAGE: 75.00% (3/4)
[Coverage] FILE: 75.00% (3/4)
[Coverage] LINE: 69.70% (23/33)
[Coverage] INSTRUCTION: 63.64% (14/22)
[Coverage] 33
[Coverage] Successfully processed file 'go-coverage.out'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'pkg/test/file4.go' not found
[Coverage] [-ERROR-] - Source file 'pkg/utils/file1.go' not found
[Coverage] [-ERROR-] - Source file 'cmd/file3.go' not found
[Coverage] [-ERROR-] - Source file 'pkg/db/file2.go' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 4)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 4 source files on agent
[Coverage] -> finished painting (0 files have been painted, 4 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["that match the pattern 'go-coverage.out'",
"-> found 1 file",
"MODULE: 100.00% (2/2)",
"PACKAGE: 75.00% (3/4)",
"FILE: 75.00% (3/4)",
"LINE: 69.70% (23/33)",
"INSTRUCTION: 63.64% (14/22)",
"LOC: 33"]
but could not find:
["LOC: 33"]
Stack trace
java.lang.AssertionError:
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for Go Coverage Reports
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5' that match the pattern 'go-coverage.out'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/go-coverage.out'
[Coverage] MODULE: 100.00% (2/2)
[Coverage] PACKAGE: 75.00% (3/4)
[Coverage] FILE: 75.00% (3/4)
[Coverage] LINE: 69.70% (23/33)
[Coverage] INSTRUCTION: 63.64% (14/22)
[Coverage] 33
[Coverage] Successfully processed file 'go-coverage.out'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'pkg/test/file4.go' not found
[Coverage] [-ERROR-] - Source file 'pkg/utils/file1.go' not found
[Coverage] [-ERROR-] - Source file 'cmd/file3.go' not found
[Coverage] [-ERROR-] - Source file 'pkg/db/file2.go' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 4)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 4 source files on agent
[Coverage] -> finished painting (0 files have been painted, 4 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test5/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["that match the pattern 'go-coverage.out'",
"-> found 1 file",
"MODULE: 100.00% (2/2)",
"PACKAGE: 75.00% (3/4)",
"FILE: 75.00% (3/4)",
"LINE: 69.70% (23/33)",
"INSTRUCTION: 63.64% (14/22)",
"LOC: 33"]
but could not find:
["LOC: 33"]
at io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithGoCov(CoveragePluginITest.java:713)
Standard out
Copying file 'go-coverage.out' as workspace file 'go-coverage.out'
io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithVectorCast
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for VectorCAST Coverage Results
[Coverage] Using default pattern 'xml_data/cobertura/coverage_results*.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30' that match the pattern 'xml_data/cobertura/coverage_results*.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/xml_data/cobertura/coverage_results_test.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (5/5)
[Coverage] FILE: 75.00% (6/8)
[Coverage] CLASS: 75.00% (6/8)
[Coverage] METHOD: 70.00% (21/30)
[Coverage] LINE: 79.93% (235/294)
[Coverage] BRANCH: 66.18% (180/272)
[Coverage] MCDC_PAIR: 40.68% (24/59)
[Coverage] FUNCTION_CALL: 78.48% (62/79)
[Coverage] 294
[Coverage] 100
[Coverage] Successfully processed file 'xml_data/cobertura/coverage_results_test.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'CurrentRelease/main/pos_driver.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/utils/src/whitebox.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/order_entry/src/waiting_list.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/utils/src/linked_list.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/database/src/database.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/encrypt/src/encrypt.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/encrypt/src/matrix_multiply.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/order_entry/src/manager.c' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 8)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 8 source files on agent
[Coverage] -> finished painting (0 files have been painted, 8 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["Using default pattern 'xml_data/cobertura/coverage_results*.xml' since user defined pattern is not set",
"-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (5/5)",
"FILE: 75.00% (6/8)",
"CLASS: 75.00% (6/8)",
"METHOD: 70.00% (21/30)",
"LINE: 79.93% (235/294)",
"BRANCH: 66.18% (180/272)",
"MCDC_PAIR: 40.68% (24/59)",
"FUNCTION_CALL: 78.48% (62/79)",
"CYCLOMATIC_COMPLEXITY: 100",
"LOC: 294"]
but could not find:
["CYCLOMATIC_COMPLEXITY: 100", "LOC: 294"]
Stack trace
java.lang.AssertionError:
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for VectorCAST Coverage Results
[Coverage] Using default pattern 'xml_data/cobertura/coverage_results*.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30' that match the pattern 'xml_data/cobertura/coverage_results*.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/xml_data/cobertura/coverage_results_test.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (5/5)
[Coverage] FILE: 75.00% (6/8)
[Coverage] CLASS: 75.00% (6/8)
[Coverage] METHOD: 70.00% (21/30)
[Coverage] LINE: 79.93% (235/294)
[Coverage] BRANCH: 66.18% (180/272)
[Coverage] MCDC_PAIR: 40.68% (24/59)
[Coverage] FUNCTION_CALL: 78.48% (62/79)
[Coverage] 294
[Coverage] 100
[Coverage] Successfully processed file 'xml_data/cobertura/coverage_results_test.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'CurrentRelease/main/pos_driver.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/utils/src/whitebox.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/order_entry/src/waiting_list.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/utils/src/linked_list.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/database/src/database.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/encrypt/src/encrypt.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/encrypt/src/matrix_multiply.c' not found
[Coverage] [-ERROR-] - Source file 'CurrentRelease/order_entry/src/manager.c' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 8)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 8 source files on agent
[Coverage] -> finished painting (0 files have been painted, 8 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test30/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["Using default pattern 'xml_data/cobertura/coverage_results*.xml' since user defined pattern is not set",
"-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (5/5)",
"FILE: 75.00% (6/8)",
"CLASS: 75.00% (6/8)",
"METHOD: 70.00% (21/30)",
"LINE: 79.93% (235/294)",
"BRANCH: 66.18% (180/272)",
"MCDC_PAIR: 40.68% (24/59)",
"FUNCTION_CALL: 78.48% (62/79)",
"CYCLOMATIC_COMPLEXITY: 100",
"LOC: 294"]
but could not find:
["CYCLOMATIC_COMPLEXITY: 100", "LOC: 294"]
at io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithVectorCast(CoveragePluginITest.java:1012)
Standard out
Copying file 'vectorcast-statement-mcdc-fcc.xml' as workspace file 'xml_data/cobertura/coverage_results_test.xml'
io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithClover
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for Clover Coverage Reports
[Coverage] Using default pattern '**/*clover*.xml,**/*Clover*.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42' that match the pattern '**/*clover*.xml,**/*Clover*.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/clover.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (3/3)
[Coverage] FILE: 100.00% (6/6)
[Coverage] METHOD: 73.38% (736/1003)
[Coverage] LINE: 86.67% (143/165)
[Coverage] BRANCH: 73.96% (1068/1444)
[Coverage] INSTRUCTION: 87.56% (169/193)
[Coverage] 165
[Coverage] Successfully processed file 'clover.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File3.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File4.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/AddEditCategories/File6.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/actions/File1.js' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/actions/File2.js' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File5.jsx' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 6)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 6 source files on agent
[Coverage] -> finished painting (0 files have been painted, 6 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["Using default pattern '**/*clover*.xml,**/*Clover*.xml' since user defined pattern is not set",
"-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (3/3)",
"FILE: 100.00% (6/6)",
"METHOD: 73.38% (736/1003)",
"INSTRUCTION: 87.56% (169/193)",
"LINE: 86.67% (143/165)",
"BRANCH: 73.96% (1068/1444)",
"LOC: 165"]
but could not find:
["LOC: 165"]
Stack trace
java.lang.AssertionError:
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for Clover Coverage Reports
[Coverage] Using default pattern '**/*clover*.xml,**/*Clover*.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42' that match the pattern '**/*clover*.xml,**/*Clover*.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/clover.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (3/3)
[Coverage] FILE: 100.00% (6/6)
[Coverage] METHOD: 73.38% (736/1003)
[Coverage] LINE: 86.67% (143/165)
[Coverage] BRANCH: 73.96% (1068/1444)
[Coverage] INSTRUCTION: 87.56% (169/193)
[Coverage] 165
[Coverage] Successfully processed file 'clover.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File3.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File4.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/AddEditCategories/File6.jsx' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/actions/File1.js' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/actions/File2.js' not found
[Coverage] [-ERROR-] - Source file '/home/jenkins/agent/workspace/dir/src/js/components/File5.jsx' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 6)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 6 source files on agent
[Coverage] -> finished painting (0 files have been painted, 6 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test42/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["Using default pattern '**/*clover*.xml,**/*Clover*.xml' since user defined pattern is not set",
"-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (3/3)",
"FILE: 100.00% (6/6)",
"METHOD: 73.38% (736/1003)",
"INSTRUCTION: 87.56% (169/193)",
"LINE: 86.67% (143/165)",
"BRANCH: 73.96% (1068/1444)",
"LOC: 165"]
but could not find:
["LOC: 165"]
at io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithClover(CoveragePluginITest.java:684)
Standard out
Copying file 'clover.xml' as workspace file 'clover.xml'
io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithJaCoCo
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for JaCoCo Coverage Reports
[Coverage] Using default pattern '**/jacoco.xml,**/jacocoTestReport.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56' that match the pattern '**/jacoco.xml,**/jacocoTestReport.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/jacoco.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (1/1)
[Coverage] FILE: 87.50% (7/8)
[Coverage] CLASS: 93.75% (15/16)
[Coverage] METHOD: 95.10% (97/102)
[Coverage] LINE: 91.02% (294/323)
[Coverage] BRANCH: 93.97% (109/116)
[Coverage] INSTRUCTION: 93.33% (1260/1350)
[Coverage] 323
[Coverage] 160
[Coverage] Successfully processed file 'jacoco.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/NoSuchElementException.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/TreeStringBuilder.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/Ensure.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/TreeString.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/Generated.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/VisibleForTesting.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/PrefixLogger.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/FilteredLog.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/StringContainsUtils.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/PathUtil.java' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 10)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 10 source files on agent
[Coverage] -> finished painting (0 files have been painted, 10 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (1/1)",
"FILE: 87.50% (7/8)",
"CLASS: 93.75% (15/16)",
"METHOD: 95.10% (97/102)",
"INSTRUCTION: 93.33% (1260/1350)",
"LINE: 91.02% (294/323)",
"BRANCH: 93.97% (109/116)",
"COMPLEXITY: 160"]
but could not find:
["COMPLEXITY: 160"]
Stack trace
java.lang.AssertionError:
Expecting actual:
"Started
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56
[Pipeline] {
[Pipeline] recordCoverage
[Coverage] Recording coverage results
[Coverage] Creating parser for JaCoCo Coverage Reports
[Coverage] Using default pattern '**/jacoco.xml,**/jacocoTestReport.xml' since user defined pattern is not set
[Coverage] Searching for all files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56' that match the pattern '**/jacoco.xml,**/jacocoTestReport.xml'
[Coverage] Traversing of symbolic links: enabled
[Coverage] -> found 1 file
[Coverage] Successfully parsed file '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/jacoco.xml'
[Coverage] MODULE: 100.00% (1/1)
[Coverage] PACKAGE: 100.00% (1/1)
[Coverage] FILE: 87.50% (7/8)
[Coverage] CLASS: 93.75% (15/16)
[Coverage] METHOD: 95.10% (97/102)
[Coverage] LINE: 91.02% (294/323)
[Coverage] BRANCH: 93.97% (109/116)
[Coverage] INSTRUCTION: 93.33% (1260/1350)
[Coverage] 323
[Coverage] 160
[Coverage] Successfully processed file 'jacoco.xml'
[Coverage] [-ERROR-] Errors while resolving source files on agent:
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/NoSuchElementException.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/TreeStringBuilder.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/Ensure.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/TreeString.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/Generated.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/VisibleForTesting.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/PrefixLogger.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/FilteredLog.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/StringContainsUtils.java' not found
[Coverage] [-ERROR-] - Source file 'edu/hm/hafner/util/PathUtil.java' not found
[Coverage] Resolving source code files...
[Coverage] Searching for source code files in '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/src/main/java'
[Coverage] -> finished resolving of absolute paths (found: 0, not found: 10)
[Checks API] No suitable checks publisher found.
[Coverage] Obtaining result action of reference build
[Coverage] Reference build recorder is not configured
[Coverage] -> Found no reference build
[Coverage] No quality gates have been set - skipping
[Coverage] Executing source code painting...
[Coverage] Painting 10 source files on agent
[Coverage] -> finished painting (0 files have been painted, 10 files failed)
[Coverage] -> zipping sources from folder '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/coverage' as '/home/jenkins/agent/workspace/Plugins_coverage-plugin_PR-586/plugin/target/tmp/j h1402398179549560309/workspace/test56/coverage-sources.zip'
[Coverage] Copying painted sources from agent to build folder
[Coverage] -> extracting...
[Coverage] -> done
[Coverage] Finished coverage processing - adding the action to the build...
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
"
to contain:
["-> found 1 file",
"MODULE: 100.00% (1/1)",
"PACKAGE: 100.00% (1/1)",
"FILE: 87.50% (7/8)",
"CLASS: 93.75% (15/16)",
"METHOD: 95.10% (97/102)",
"INSTRUCTION: 93.33% (1260/1350)",
"LINE: 91.02% (294/323)",
"BRANCH: 93.97% (109/116)",
"COMPLEXITY: 160"]
but could not find:
["COMPLEXITY: 160"]
at io.jenkins.plugins.coverage.metrics.steps.CoveragePluginITest.shouldParseFileWithJaCoCo(CoveragePluginITest.java:653)
Standard out
Copying file 'jacoco.xml' as workspace file 'jacoco.xml'
io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.shouldRestoreAction
Expecting actual:
["MODULE: 100.00% (1/1)",
"PACKAGE: 75.00% (3/4)",
"FILE: 100.00% (32/32)",
"CLASS: 94.23% (49/52)",
"METHOD: 95.79% (569/594)",
"LINE: 96.35% (2164/2246)",
"BRANCH: 92.92% (932/1003)",
"INSTRUCTION: 96.44% (10534/10923)",
"305",
"2246",
"1105"]
to contain exactly in any order:
["MODULE: 100.00% (1/1)",
"PACKAGE: 75.00% (3/4)",
"FILE: 100.00% (32/32)",
"CLASS: 94.23% (49/52)",
"METHOD: 95.79% (569/594)",
"LINE: 96.35% (2164/2246)",
"BRANCH: 92.92% (932/1003)",
"INSTRUCTION: 96.44% (10534/10923)",
"TESTS: 305",
"CYCLOMATIC_COMPLEXITY: 1105",
"LOC: 2246"]
elements not found:
["TESTS: 305", "CYCLOMATIC_COMPLEXITY: 1105", "LOC: 2246"]
and elements not expected:
["305", "2246", "1105"]
Stack trace
java.lang.AssertionError:
Expecting actual:
["MODULE: 100.00% (1/1)",
"PACKAGE: 75.00% (3/4)",
"FILE: 100.00% (32/32)",
"CLASS: 94.23% (49/52)",
"METHOD: 95.79% (569/594)",
"LINE: 96.35% (2164/2246)",
"BRANCH: 92.92% (932/1003)",
"INSTRUCTION: 96.44% (10534/10923)",
"305",
"2246",
"1105"]
to contain exactly in any order:
["MODULE: 100.00% (1/1)",
"PACKAGE: 75.00% (3/4)",
"FILE: 100.00% (32/32)",
"CLASS: 94.23% (49/52)",
"METHOD: 95.79% (569/594)",
"LINE: 96.35% (2164/2246)",
"BRANCH: 92.92% (932/1003)",
"INSTRUCTION: 96.44% (10534/10923)",
"TESTS: 305",
"CYCLOMATIC_COMPLEXITY: 1105",
"LOC: 2246"]
elements not found:
["TESTS: 305", "CYCLOMATIC_COMPLEXITY: 1105", "LOC: 2246"]
and elements not expected:
["305", "2246", "1105"]
at io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.lambda$shouldRestoreAction$0(CoverageXmlStreamITest.java:70)
at io.jenkins.plugins.coverage.metrics.steps.CoverageXmlStreamITest.shouldRestoreAction(CoverageXmlStreamITest.java:68)
Loading