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

CI timeout on MacOS #1699

Open
robdockins opened this issue Jul 7, 2022 · 5 comments
Open

CI timeout on MacOS #1699

robdockins opened this issue Jul 7, 2022 · 5 comments
Labels
tooling: CI Issues involving CI/CD scripts or processes type: bug Issues reporting bugs or unexpected/unwanted behavior
Milestone

Comments

@robdockins
Copy link
Contributor

The SAW remote API test on master (and various branches) is currently failing with a timeout.

https://github.com/GaloisInc/saw-script/runs/7220103845?check_suite_focus=true

The logs don't give much indication of what is happening, but I'm guessing this is some kind of configuration issue since it only affects this one platform.

@robdockins robdockins added the tooling: CI Issues involving CI/CD scripts or processes label Jul 7, 2022
@RyanGlScott
Copy link
Contributor

Are you able to reproduce it locally, by any chance?

@robdockins
Copy link
Contributor Author

I haven't attempted yet.

@kquick
Copy link
Member

kquick commented Jul 8, 2022

@RyanGlScott
Copy link
Contributor

Looks like SAW_SERVER is set to the wrong thing

In what sense? Note that saw-remote-api doesn't have a -V option, but it does in fact print the expected "Invalid option" output if you pass it that, as the CI job demonstrates.

@kquick
Copy link
Member

kquick commented Jul 8, 2022

Whoops, I misinterpreted the intent of the code. I had though that $SAW_SERVER was intended to be saw-script.

However, the other intent of my change was to ensure that SAW_SERVER was set to an executable that could successfully be run, which this does confirm. so it didn't find the problem, but helps eliminate one potential issue.

@sauclovian-g sauclovian-g added the type: bug Issues reporting bugs or unexpected/unwanted behavior label Nov 2, 2024
@sauclovian-g sauclovian-g added this to the 2025T1 milestone Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling: CI Issues involving CI/CD scripts or processes type: bug Issues reporting bugs or unexpected/unwanted behavior
Projects
None yet
Development

No branches or pull requests

4 participants