Guest User

Untitled

a guest
Apr 13th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. commit 9edd97a374b98d227eced002964fd86490acd577 (HEAD -> test)
  2. Author: Alyssa Wilk <[email protected]>
  3. Date: Mon Apr 13 11:08:33 2020 -0400
  4.  
  5. sample
  6.  
  7. Signed-off-by: Alyssa Wilk <[email protected]>
  8.  
  9. commit 44eedc792ab64bba2358e0294b53294c6bc30526 (upstream/master, master)
  10.  
  11.  
  12.  
  13.  
  14.  
  15. ___________________________
  16.  
  17. alyssar@alyssar:~/git/envoy$ git diff master
  18. diff --git a/api/envoy/config/route/v3/route_components.proto b/api/envoy/config/route/v3/route_components.proto
  19. index f63f096124..f7f290ef35 100644
  20. --- a/api/envoy/config/route/v3/route_components.proto
  21. +++ b/api/envoy/config/route/v3/route_components.proto
  22. @@ -33,7 +33,7 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
  23. // host header. This allows a single listener to service multiple top level domain path trees. Once
  24. // a virtual host is selected based on the domain, the routes are processed in order to see which
  25. // upstream cluster to route to or whether to perform a redirect.
  26. -// [#next-free-field: 21]
  27. +// [#next-free-field: 23]
  28. message VirtualHost {
  29. option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.route.VirtualHost";
  30.  
  31. @@ -50,6 +50,16 @@ message VirtualHost {
  32. ALL = 2;
  33. }
  34.  
  35. + // [#not-implemented-hide:]
  36. + // Configuration for sending data upstream as a raw data payload. This is used for
  37. + // CONNECT requests, when forwarding CONNECT payload as raw TCP.
  38. + message ProxyConfig {
  39. + // TODO(alyssawilk) add proxy proto configuration here.
  40. +
  41. + option (udpa.annotations.versioning).previous_message_type =
  42. + "envoy.api.v2.route.VirtualHost.ProxyConfig";
  43. + }
  44. +
  45. reserved 9, 12;
  46.  
  47. reserved "per_filter_config";
  48. @@ -176,6 +186,13 @@ message VirtualHost {
  49. // If set and a route-specific limit is not set, the bytes actually buffered will be the minimum
  50. // value of this and the listener per_connection_buffer_limit_bytes.
  51. google.protobuf.UInt32Value per_request_buffer_limit_bytes = 18;
  52. +
  53. + // [#not-implemented-hide:]
  54. + // Configuration for sending data upstream as a raw data payload. This is used for terminating
  55. + // CONNECT requests. If this message is present, the HTTP body of incoming CONNECT request
  56. + // will be proxied upstream as raw TCP. Upstream TCP payload will result in Envoy synthesizing
  57. + // response headers and forwarding the TCP response payload in the HTTP response body.
  58. + ProxyConfig proxying_config = 22;
  59. }
  60.  
  61. // A filter-defined action type.
  62.  
  63.  
  64.  
  65. ____________________________________________________________________________________________________________
  66.  
  67. ./tools/proto_format/proto_format.sh fix
  68.  
  69.  
  70. .....
  71.  
  72. alyssar@alyssar:~/git/envoy$ git diff master --name-only
  73. api/envoy/config/route/v3/route_components.proto
  74. api/envoy/config/route/v4alpha/route_components.proto
  75. generated_api_shadow/envoy/config/route/v3/route_components.proto
  76. generated_api_shadow/envoy/config/route/v4alpha/route_components.proto
  77.  
  78.  
  79. alyssar@alyssar:~/git/envoy$ bazel test //test/common/router:all
  80.  
  81.  
  82. INFO: From CcConfigureMakeRule external/envoy/bazel/foreign_cc/gperftools_build/include:
  83.  
  84. ERROR: /usr/local/google/home/alyssar/git/envoy/test/common/router/BUILD:191:1: error executing shell command: '/bin/bash -c mkdir -p bazel-out/k8-
  85. fastbuild/bin/test/common/router/corpus_from_config_impl.outputs && bazel-out/k8-fastbuild/bin/test/common/router/corpus_from_config_impl_sh bazel-
  86. out/k8-fastbuil...' failed (Segmentation fault): bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped)
  87.  
  88. Use --sandbox_debug to see verbose messages from the sandbox bash failed: error executing command /bin/bash -c ... (remaining 1 argument(s) skipped
  89. )
  90.  
  91. Use --sandbox_debug to see verbose messages from the sandbox
  92. [2020-04-13 11:12:31.233][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:104]
  93. Caught Segmentation fault, suspect faulting address 0x30
  94. [2020-04-13 11:12:31.233][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:91]
  95. Backtrace (use tools/stack_decode.py to get line numbers):
  96. [2020-04-13 11:12:31.233][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:92]
  97. Envoy version: 9edd97a374b98d227eced002964fd86490acd577/1.15.0-dev/Modified/DEBUG/BoringSSL
  98. [2020-04-13 11:12:31.257][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  99. #0: Envoy::SignalAction::sigHandler() [0x2d9210c]
  100. [2020-04-13 11:12:31.257][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  101. #1: __restore_rt [0x7f92e1e33520]
  102. [2020-04-13 11:12:31.282][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  103. #2: Envoy::Config::(anonymous namespace)::annotateWithOriginalType()::TypeAnnotatingProtoVisitor::onField() [0x35b1b38]
  104. [2020-04-13 11:12:31.306][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  105. #3: Envoy::ProtobufMessage::traverseMutableMessage() [0x380b08d]
  106. [2020-04-13 11:12:31.329][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  107. #4: Envoy::ProtobufMessage::traverseMutableMessage() [0x380b10f]
  108. [2020-04-13 11:12:31.353][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96]
  109. #5: Envoy::Config::(anonymous namespace)::annotateWithOriginalType() [0x35b0ea1]
  110.  
  111.  
  112. [2020-04-13 11:12:31.376][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #6: Envoy::Config::VersionConverter::upgrade() [0x35b0d32]
  113. [2020-04-13 11:12:31.399][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #7: Envoy::(anonymous namespace)::tryWithApiBoosting() [0x2d9b72c]
  114. [2020-04-13 11:12:31.422][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #8: Envoy::MessageUtil::loadFromJson() [0x2d9b479]
  115. [2020-04-13 11:12:31.446][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #9: Envoy::(anonymous namespace)::jsonConvertInternal() [0x2d9bf69]
  116. [2020-04-13 11:12:31.469][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #10: Envoy::MessageUtil::loadFromYaml() [0x2d9b916]
  117. [2020-04-13 11:12:31.492][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #11: Envoy::TestUtility::loadFromYaml() [0x18510dc]
  118. [2020-04-13 11:12:31.515][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #12: Envoy::Router::(anonymous namespace)::parseRouteConfigurationFromV2Yaml() [0x17890bf]
  119. [2020-04-13 11:12:31.538][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #13: Envoy::Router::(anonymous namespace)::RouteMatcherTest_TestLegacyRoutes_Test::TestBody() [0x178399e]
  120. [2020-04-13 11:12:31.562][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #14: testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x3c3aede]
  121. [2020-04-13 11:12:31.585][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #15: testing::internal::HandleExceptionsInMethodIfSupported<>() [0x3c2b2bb]
  122. [2020-04-13 11:12:31.608][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #16: testing::Test::Run() [0x3c180a3]
  123. [2020-04-13 11:12:31.631][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #17: testing::TestInfo::Run() [0x3c18a82]
  124. [2020-04-13 11:12:31.655][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #18: testing::TestSuite::Run() [0x3c190d7]
  125. [2020-04-13 11:12:31.678][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #19: testing::internal::UnitTestImpl::RunAllTests() [0x3c24ae8]
  126. [2020-04-13 11:12:31.701][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #20: testing::internal::HandleSehExceptionsInMethodIfSupported<>() [0x3c3e83e]
  127. [2020-04-13 11:12:31.725][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #21: testing::internal::HandleExceptionsInMethodIfSupported<>() [0x3c2d6ab]
  128. [2020-04-13 11:12:31.748][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #22: testing::UnitTest::Run() [0x3c24673]
  129. [2020-04-13 11:12:31.771][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #23: RUN_ALL_TESTS() [0x27f8541]
  130. [2020-04-13 11:12:31.794][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #24: Envoy::TestRunner::RunTests() [0x27f7bda]
  131. [2020-04-13 11:12:31.817][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #25: main [0x27f5c22]
  132. [2020-04-13 11:12:31.818][4][critical][backtrace] [bazel-out/k8-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:96] #26: __libc_start_main [0x7f92e1c86bbb]
  133. bazel-out/k8-fastbuild/bin/test/common/router/corpus_from_config_impl_sh: line 8: 4 Segmentation fault NORUNFILES=1 $*
  134. [==========] Running 148 tests from 13 test suites.
  135. [----------] Global test environment set-up.
  136. [----------] 77 tests from RouteMatcherTest
  137. [ RUN ] RouteMatcherTest.TestLegacyRoutes
  138. INFO: Elapsed time: 91.400s, Critical Path: 85.96s
  139. INFO: 760 processes: 760 linux-sandbox.
  140. FAILED: Build did NOT complete successfully
Advertisement
Add Comment
Please, Sign In to add comment