Advertisement
Guest User

Envoy build fail with FDO

a guest
Sep 17th, 2023
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. bazel build -c opt envoy --fdo_instrument=/home/zamazan4ik/open_source/bench_envoy/profiles --config=docker-clang
  2. Starting local Bazel server and connecting to it...
  3. INFO: Invocation ID: 4cbd308c-0e98-4279-8f91-f6a4f652fa86
  4. ERROR: /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/envoy/bazel/foreign_cc/BUILD:79:15: in configure_make rule @envoy//bazel/foreign_cc:luajit:
  5. Traceback (most recent call last):
  6. File "/home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/rules_foreign_cc/foreign_cc/configure.bzl", line 55, column 33, in _configure_make
  7. return cc_external_rule_impl(ctx, attrs)
  8. File "/home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/rules_foreign_cc/foreign_cc/private/framework.bzl", line 432, column 38, in cc_external_rule_impl
  9. ] + attrs.create_configure_script(ConfigureParameters(ctx = ctx, attrs = attrs, inputs = inputs)) + postfix_script + [
  10. File "/home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/rules_foreign_cc/foreign_cc/configure.bzl", line 65, column 27, in _create_configure_script
  11. flags = get_flags_info(ctx)
  12. File "/home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/rules_foreign_cc/foreign_cc/private/cc_toolchain_util.bzl", line 332, column 56, in get_flags_info
  13. variables = cc_common.create_link_variables(
  14. Error in create_link_variables: FDO instrumentation not supported
  15. ERROR: /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/envoy/bazel/foreign_cc/BUILD:79:15: Analysis of target '@envoy//bazel/foreign_cc:luajit' failed
  16. INFO: Repository com_github_google_quiche instantiated at:
  17. /home/zamazan4ik/open_source/envoy/WORKSPACE:13:19: in <toplevel>
  18. /home/zamazan4ik/open_source/envoy/bazel/repositories.bzl:294:30: in envoy_dependencies
  19. /home/zamazan4ik/open_source/envoy/bazel/repositories.bzl:997:26: in _com_github_google_quiche
  20. /home/zamazan4ik/open_source/envoy/bazel/repositories.bzl:30:23: in external_http_archive
  21. /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/envoy_api/bazel/envoy_http_archive.bzl:16:17: in envoy_http_archive
  22. Repository rule http_archive defined at:
  23. /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in <toplevel>
  24. INFO: Repository com_github_google_flatbuffers instantiated at:
  25. /home/zamazan4ik/open_source/envoy/WORKSPACE:13:19: in <toplevel>
  26. /home/zamazan4ik/open_source/envoy/bazel/repositories.bzl:317:26: in envoy_dependencies
  27. /home/zamazan4ik/open_source/envoy/bazel/repositories.bzl:30:23: in external_http_archive
  28. /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/envoy_api/bazel/envoy_http_archive.bzl:16:17: in envoy_http_archive
  29. Repository rule http_archive defined at:
  30. /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/bazel_tools/tools/build_defs/repo/http.bzl:372:31: in <toplevel>
  31. ERROR: Analysis of target '//:envoy' failed; build aborted:
  32. INFO: Elapsed time: 9.487s
  33. INFO: 0 processes.
  34. FAILED: Build did NOT complete successfully (885 packages loaded, 12440 targets configured)
  35. Fetching repository @cmake-3.23.2-linux-x86_64; starting
  36. Fetching /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/cmake-3.23.2-linux-x86_64; Extracting cmake-3.23.2-linux-x86_64.tar.gz
  37. Fetching repository @com_github_nlohmann_json; starting
  38. Fetching /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/com_github_nlohmann_json; Extracting v3.11.2.tar.gz
  39. Fetching repository @com_github_nghttp2_nghttp2; starting
  40. Fetching /home/zamazan4ik/.cache/bazel/_bazel_zamazan4ik/ac6669dbda221705209afc944ed86eb8/external/com_github_nghttp2_nghttp2; Extracting nghttp2-1.55.1.tar.gz
  41. Fetching repository @antlr4_runtimes; starting
  42. Fetching repository @com_github_curl; Restarting. ... (11 fetches)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement