We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello I'm looking forward to use openssl library in envoy. However, the build had done but test was not passed by using beneath code in Ubuntu 22.04.
./openssl/run_envoy_docker.sh './ci/do_ci.sh debug //test/extensions/transport_sockets/tls/...'
Build Result:
INFO: Analyzed 29 targets (599 packages loaded, 39460 targets configured). INFO: Found 13 targets and 16 test targets... FAIL: //test/extensions/transport_sockets/tls/cert_validator/spiffe:spiffe_validator_integration_test (see /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/cert_validator/spiffe/spiffe_validator_integration_test/test.log) FAIL: //test/extensions/transport_sockets/tls/integration:ssl_integration_test (see /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/integration/ssl_integration_test/test.log) FAIL: //test/extensions/transport_sockets/tls/cert_validator:cert_validator_integration_test (see /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/cert_validator/cert_validator_integration_test/test.log) INFO: Elapsed time: 2590.326s, Critical Path: 335.53s INFO: 5743 processes: 2432 internal, 3311 processwrapper-sandbox. INFO: Build completed, 3 tests FAILED, 5743 total actions //test/extensions/transport_sockets/tls/cert_validator:cert_validator_integration_test FAILED in 0.7s /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/cert_validator/cert_validator_integration_test/test.log //test/extensions/transport_sockets/tls/cert_validator/spiffe:spiffe_validator_integration_test FAILED in 1.3s /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/cert_validator/spiffe/spiffe_validator_integration_test/test.log //test/extensions/transport_sockets/tls/integration:ssl_integration_test FAILED in 0.7s /build/bazel_root/base/execroot/envoy/bazel-out/k8-dbg/testlogs/test/extensions/transport_sockets/tls/integration/ssl_integration_test/test.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello I'm looking forward to use openssl library in envoy.
However, the build had done but test was not passed by using beneath code in Ubuntu 22.04.
Build Result:
The text was updated successfully, but these errors were encountered: