You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/15 03:14:57 UTC

[GitHub] [arrow] kou opened a new issue, #33667: [C++][CI] "C++ / AMD64 Ubuntu 20.04 C++ ASAN UBSAN" is failed

kou opened a new issue, #33667:
URL: https://github.com/apache/arrow/issues/33667

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   **C++ / AMD64 Ubuntu 20.04 C++ ASAN UBSAN** [(link)](https://github.com/apache/arrow/actions/runs/3918495063/jobs/6698929302
   ) is failing with following error:
   
   ```
   [90/890] Building CXX object CMakeFiles/substrait.dir/substrait_ep-generated/substrait/extensions/extensions.pb.cc.o
   FAILED: CMakeFiles/substrait.dir/substrait_ep-generated/substrait/extensions/extensions.pb.cc.o 
   /usr/bin/ccache /usr/lib/ccache/clang++-14  -DADDRESS_SANITIZER -DARROW_HAVE_RUNTIME_AVX2 -DARROW_HAVE_RUNTIME_AVX512 -DARROW_HAVE_RUNTIME_BMI2 -DARROW_HAVE_RUNTIME_SSE4_2 -DARROW_HAVE_SSE4_2 -DARROW_NO_DEPRECATED_API -DARROW_UBSAN -DARROW_WITH_RE2 -DARROW_WITH_UTF8PROC -Isubstrait_ep-generated -Iprotobuf_ep-install/include -Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -Qunused-arguments -fcolor-diagnostics  -Wall -Wextra -Wdocumentation -Wshorten-64-to-32 -Wno-missing-braces -Wno-unused-parameter -Wno-constant-logical-operand -Wno-return-stack-address -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -fsanitize=address -DADDRESS_SANITIZER -fsanitize=undefined -fno-sanitize=alignment,vptr,function,float-divide-by-zero -fno-sanitize-recover=all -fsanitize-coverage=pc-table,inline-8bit-counters,edge,no-prune,trace-cmp,trace-div,trace-gep -fsanitize-blacklist=/arrow/cpp/build-support/sanitizer-disallowed-entries.txt -g -Werror -O0 -ggdb -fPIC   -fsanitize-coverage=pc-table,i
 nline-8bit-counters,edge,no-prune,trace-cmp,trace-div,trace-gep -std=c++17 -Wno-error=shorten-64-to-32 -MD -MT CMakeFiles/substrait.dir/substrait_ep-generated/substrait/extensions/extensions.pb.cc.o -MF CMakeFiles/substrait.dir/substrait_ep-generated/substrait/extensions/extensions.pb.cc.o.d -o CMakeFiles/substrait.dir/substrait_ep-generated/substrait/extensions/extensions.pb.cc.o -c substrait_ep-generated/substrait/extensions/extensions.pb.cc
   In file included from substrait_ep-generated/substrait/extensions/extensions.pb.cc:4:
   In file included from substrait_ep-generated/substrait/extensions/extensions.pb.h:24:
   In file included from protobuf_ep-install/include/google/protobuf/arena.h:52:
   protobuf_ep-install/include/google/protobuf/arena_impl.h:45:10: fatal error: 'sanitizer/asan_interface.h' file not found
   #include <sanitizer/asan_interface.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.
   ```
   
   @kou Do you have any idea?
   
   _Originally posted by @wgtmac in https://github.com/apache/arrow/issues/33656#issuecomment-1382730294_
               
   
   ### Component(s)
   
   C++, Continuous Integration


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #33667: [C++][CI] "C++ / AMD64 Ubuntu 20.04 C++ ASAN UBSAN" is failed

Posted by GitBox <gi...@apache.org>.
kou commented on issue #33667:
URL: https://github.com/apache/arrow/issues/33667#issuecomment-1383044247

   It seems that it's a problem of deb package provided by LLVM.
   
   In new packages, `sanitizer/asan_interface.h` is included in `libclang-rt-14-dev` but it's conflicted with `libclang-common-14-dev`. And `clang-14` requires `libclang-rt-14-dev`. It means that we can't install both of `clang-14` and `libclang-rt-14-dev` at once...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #33667: [C++][CI] "C++ / AMD64 Ubuntu 20.04 C++ ASAN UBSAN" is failed

Posted by GitBox <gi...@apache.org>.
kou closed issue #33667: [C++][CI] "C++ / AMD64 Ubuntu 20.04 C++ ASAN UBSAN" is failed
URL: https://github.com/apache/arrow/issues/33667


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org