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

[BUG]CircleCI fails while creating RAiDER Environmnent #696

Closed
jacquelynsmale opened this issue Jan 8, 2025 · 3 comments
Closed

[BUG]CircleCI fails while creating RAiDER Environmnent #696

jacquelynsmale opened this issue Jan 8, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@jacquelynsmale
Copy link

Describe the bug
The CircleCI workflow fails during the Create RAiDER environment step for all Python versions (3.9-3.12). The error message is:

Too long with no output (exceeded 10m0s): context deadline exceeded

To Reproduce
Steps to reproduce the behavior:

  1. Push commits to a branch with open PR.
  2. Check the CircleCI workflows that run automatically.

Expected behavior
I expect that the environment will be successfully created.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2025-01-08 at 11 15 46 AM

Desktop (please complete the following information):

Additional context
It could be from an unanswered prompt: in config.yaml on line 33, you might need to add -y.
It could also increase the time limit.

@jacquelynsmale jacquelynsmale added the bug Something isn't working label Jan 8, 2025
@jlmaurer
Copy link
Collaborator

@jacquelynsmale were you able to figure out how to get circleci to run? I see it looks like yours is running now. I've addressed some of your failing tests in #685 but mine won't run to see if we're passing.

@jhkennedy
Copy link
Collaborator

@jlmaurer here's the full set of changes I pushed to get CicleCI working again:
https://github.com/dbekaert/RAiDER/compare/664df8713d809da66f27bc7b5cadd9a6c5c077e8..71a7d5ee44f82a6abc671d09660628d9d2a3301d

You've already applied most of these, but I caught a typo on your PR and left a suggestion that should get you going.

@jlmaurer
Copy link
Collaborator

@jhkennedy @jacquelynsmale thank you I think we've got this issue fixed!

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