Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing choco dependencies can fail #157

Open
rotu opened this issue May 7, 2020 · 2 comments
Open

Installing choco dependencies can fail #157

rotu opened this issue May 7, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@rotu
Copy link
Contributor

rotu commented May 7, 2020

Description

setup-ros sometimes fails to fetch its Windows dependencies

Expected Behavior

I expect setup-ros to install its Windows dependencies reliably.

Actual Behavior

  ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://github.com/danmar/cppcheck/releases/download/1.90/cppcheck-1.90-x64-Setup.msi'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (403) Forbidden." 

https://github.com/ros2/rmw_cyclonedds/runs/654673318?check_suite_focus=true#step:3:53

  ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://sourceforge.net/projects/gnuwin32/files/patch/2.5.9-7/patch-2.5.9-7-bin.zip'. Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server" 

https://github.com/ros2/rmw_cyclonedds/runs/653633315?check_suite_focus=true#step:3:20

To Reproduce

Run as a Github Action.

System (please complete the following information)

  • OS: Windows
@rotu rotu added the bug Something isn't working label May 7, 2020
@emersonknapp emersonknapp added bug Something isn't working and removed bug Something isn't working labels Jul 31, 2020
@emersonknapp
Copy link
Contributor

emersonknapp commented Jul 31, 2020

Note: this may be solvable via retry logic on the networking commands.

Note: take a look at that particular windows build and see if it still sees periodic failures

@dabonnie
Copy link
Contributor

Note: this may be solvable via retry logic on the networking commands.

Note: take a look at that particular windows build and see if it still sees periodic failures

This could be useful: https://github.com/marketplace/actions/retry-step

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants