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

Many tests fail on FreeBSD: Subprocess aborted #275

Open
yurivict opened this issue Sep 26, 2022 · 5 comments
Open

Many tests fail on FreeBSD: Subprocess aborted #275

yurivict opened this issue Sep 26, 2022 · 5 comments

Comments

@yurivict
Copy link

The following tests FAILED:
        818 - */QuicClientTransportIntegrationTest.NetworkTest/* (Subprocess aborted)
        819 - */QuicClientTransportIntegrationTest.FlowControlLimitedTest/* (Subprocess aborted)
        821 - */QuicClientTransportIntegrationTest.TLSAlert/* (Subprocess aborted)
        823 - */QuicClientTransportIntegrationTest.NetworkTestConnected/* (Subprocess aborted)
        824 - */QuicClientTransportIntegrationTest.SetTransportSettingsAfterStart/* (Subprocess aborted)
        825 - */QuicClientTransportIntegrationTest.TestZeroRttSuccess/* (Subprocess aborted)
        826 - */QuicClientTransportIntegrationTest.ZeroRttRetryPacketTest/* (Subprocess aborted)
        827 - */QuicClientTransportIntegrationTest.NewTokenReceived/* (Subprocess aborted)
        828 - */QuicClientTransportIntegrationTest.UseNewTokenThenReceiveRetryToken/* (Subprocess aborted)
        829 - */QuicClientTransportIntegrationTest.TestZeroRttRejection/* (Subprocess aborted)
        830 - */QuicClientTransportIntegrationTest.TestZeroRttNotAttempted/* (Subprocess aborted)
        831 - */QuicClientTransportIntegrationTest.TestZeroRttInvalidAppParams/* (Subprocess aborted)
        832 - */QuicClientTransportIntegrationTest.ChangeEventBase/* (Subprocess aborted)
        833 - */QuicClientTransportIntegrationTest.ResetClient/* (Subprocess aborted)
        834 - */QuicClientTransportIntegrationTest.TestStatelessResetToken/* (Subprocess aborted)
        1294 - ServerHandshakeTest.TestMalformedHandshakeMessage (Subprocess aborted)
        1300 - ServerHandshakeAsyncErrorTest.TestAsyncError (Subprocess aborted)
        1301 - ServerHandshakeAsyncErrorTest.TestCancelOnAsyncError (Subprocess aborted)
        1302 - ServerHandshakeAsyncErrorTest.TestCancelWhileWaitingAsyncError (Subprocess aborted)
        1303 - ServerHandshakeSyncErrorTest.TestError (Subprocess aborted)
Errors while running CTest

mvfst-tests.log

clang-14
OS: FreeBSD 13.1

@kvtsoy
Copy link
Contributor

kvtsoy commented Sep 26, 2022

Does https://github.com/facebook/folly build&test on FreeBSD ok? mvfst depends on it and it seems this is where the failure might be coming from.

@mjoras
Copy link
Contributor

mjoras commented Sep 26, 2022

@yurivict yeah, note the logs show that the place failing is this in folly: https://github.com/facebook/folly/blob/main/folly/FBString.h#L310

But we don't use FBString directly and the assert unfortunately isn't giving us a stack trace to see where it's failing.

But my guess is something about FBString isn't quite working as expected on FreeBSD

@yurivict
Copy link
Author

Folly is broken: facebook/folly#1867

It uses a class in the std namespace that isn't in any documentation.

@kvtsoy
Copy link
Contributor

kvtsoy commented Sep 26, 2022

Yea unfortunately it looks like there are some folly internals that bsd doesn't like, and mvfst depends on folly.

@yurivict
Copy link
Author

folly is generally broken.
No sane compiler would accept std::__vector_base because it isn't defined anywhere, regardless of the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants