-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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][Flight][C++] Flight build fails on verification job for windows with missing symbol on GRPC/SSL #35206
Comments
@lidavidm any idea on this one? |
Hmm, no clue. OpenSSL and gRPC versions look the same between the last success/first failure. |
The only dependency changes between the first failure/last success were hypothesis, cython, and cmake (minor version bump) which seem like they should be ok. |
Nothing in the diff seems relevant either. |
Failure:
Success:
It looks like we're somehow linking against system OpenSSL by accident |
trying something in #35225 |
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: #35206 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: #35206 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…pache#35225) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#35206 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…pache#35225) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#35206 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…pache#35225) ### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * Closes: apache#35206 Lead-authored-by: David Li <li.davidm96@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
The windows verification job has been failing for the last 15 days:
It seems that the issue is with GRPC / SSL:
This should be fixed for 12.0.0.
Component(s)
C++, Continuous Integration, FlightRPC
The text was updated successfully, but these errors were encountered: