-
Notifications
You must be signed in to change notification settings - Fork 71
Asio+Beast-based endpoint server #683
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
Conversation
Are the |
I have to check, it seems the error is with dns resolution, which could be because asio does it differently (or if dist-test-server crashes and doesn't print its logs out in the actions worker):
|
I can't replicate the crash locally, it seems to come from this call: |
It also looks like the conan cache is not actually working in the dist-tests runner |
Found it, it's a asio segmentation fault because I didn't copy over the compiler definition to stop it from using RTTI. I'll push a fix in a minute |
I have pushed the fix that should work, but locally it doesn't for me - I'm really confused as to why, the crash is in a line that should be defined by a |
I have to work on some other things right now, so I'll take a break from debugging this, if you want to try to reproduce this locally, try running |
9edbfa5
to
4a7ce7c
Compare
Also remove fail-fast from sgx-tests, it only applies to matrix builds.
This reverts commit 17ca8e2.
57c5129
to
e7229fa
Compare
…rks in GITHUB_WORKSPACE whic 8000 h is a /__w/... path.
e7229fa
to
9fb0e04
Compare
0eae06f
to
56f9a5b
Compare
Update faabric to make use of the asio/beast-based endpoint server. Also fix a missing include in CGroup.cpp.