Random failures on Travis and AppVeyor - Failed to request component-reports
See original GitHub issueDescribe the bug
On Travis and AppVeyor - I am seeing my build fail on the Maven goal org.owasp:dependency-check-maven:5.0.0-M3:check
with the error Failed to request component-reports
. My build consists of 51 modules, and the module it fails on varies from build to build.
** Version of dependency-check used ** Maven plugin version 5.0.0-M3
** Log file **
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:5.0.0-M3:check (default) on project exist-cache: One or more exceptions occurred during dependency-check analysis: One or more exceptions occurred during analysis:
[ERROR] Failed to request component-reports
[ERROR] -> [Help 1]
To Reproduce Run the build here: https://travis-ci.com/eXist-db/exist/builds/111687162 or here https://ci.appveyor.com/project/AdamRetter/exist/builds/24526217/
Expected behavior The plugin should work.
Additional context Tried OpenJDK 8, 9, 10 and Oracle JDK 11. Maven version 3.6.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Allow failures behavior is problematic - AppVeyor Support
I use appveyor to build binary packages with node-pre-gyp. It is common for a build for one node.js version to fail while others...
Read more >Build configuration - AppVeyor
Run on_failure scripts. Finalize both successful and failed builds: Call on_finish scripts. Note that you can forcibly terminate build with success from script ......
Read more >Publishing to GitHub Releases fails sending the request.
I'm having a hell of a time figuring out why I cannot publish my .zip file to GitHub releases, I have created the...
Read more >Failure in ps1 script results in successful build
OK, I now realise that this is a PowerShell default when running with -file , and not an Appveyor default. This seems like...
Read more >Problems / Discussion Area - AppVeyor Support
Post your problems here and we'll try and get to them as soon as possible. peter.morlion's Avatar. Build fails due to update of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jeremylong So is this considered fixed in
5.0.0
? Our Travis and AppVeyor CI does seem to be passing now 😃 Thanks@jeremylong Would it be possible to make the error message clearer, perhaps if we can detect an HTTP error code when requesting the OSS Index, we could also show that to the user and indicate that the problem is not with your plugin, but rather a network issue?