question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Random failures on Travis and AppVeyor - Failed to request component-reports

See original GitHub issue

Describe 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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
adamrettercommented, Jun 13, 2019

@jeremylong So is this considered fixed in 5.0.0? Our Travis and AppVeyor CI does seem to be passing now 😃 Thanks

0reactions
adamrettercommented, Jun 25, 2019

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found