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/10 21:54:13 UTC

[GitHub] [arrow] assignUser opened a new issue, #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   https://github.com/ursacomputing/crossbow/actions/runs/3881589871/jobs/6620764549#step:6:2862
   ```
   The following tests FAILED:
   	 30 - arrow-compute-scalar-test (Failed)
   	 64 - gandiva-internals-test (Failed)
   	 66 - gandiva-filter-test (Failed)
   	 67 - gandiva-projector-test (Failed)
   	 68 - gandiva-projector-build-validation-test (Failed)
   	 69 - gandiva-if-expr-test (Failed)
   	 70 - gandiva-literal-test (Failed)
   	 71 - gandiva-boolean-expr-test (Failed)
   	 72 - gandiva-binary-test (Failed)
   	 73 - gandiva-date-time-test (Failed)
   	 74 - gandiva-to-string-test (Failed)
   	 75 - gandiva-utf8-test (Failed)
   	 76 - gandiva-hash-test (Failed)
   	 77 - gandiva-in-expr-test (Failed)
   	 78 - gandiva-null-validity-test (Failed)
   	 79 - gandiva-decimal-test (Failed)
   	 80 - gandiva-decimal-single-test (Failed)
   	 81 - gandiva-filter-project-test (Failed)
   	 82 - gandiva-projector-test-static (Failed)
   ```
   
   ### Component(s)
   
   C++ - Gandiva, Continuous Integration, Java


-- 
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] js8544 commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   The problem seems to be with the RE2 library. All tests cases that segfaulted uses the RE2 library to do regex matching, namely:
   arrow-compute-scalar-test: TestBaseBinaryKernels/0.FindSubstringIgnoreCase
   gandiva-internals-test: TestLikeHolder.TestMatchAny
   gandiva-filter-test: TestFilter.TestLike
   gandiva-utf8-test: TestUtf8.TestLike
   gandiva-projector-test: TestProjector.TestRegexpExtract
   gandiva-projector-test-static: TestProjector.TestRegexpExtract


-- 
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] assignUser closed issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

Posted by GitBox <gi...@apache.org>.
assignUser closed issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail
URL: https://github.com/apache/arrow/issues/25633


-- 
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


[GitHub] [arrow] felipecrv commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   Unfortunately I'm unable to reproduce the issue on my M1 Mac. The gandiva tests run successfully on my machine. 


-- 
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] assignUser commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   I added the blocker label as this prevents production of the java jars


-- 
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 commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   @assignUser Can we ssh to the self-hosted runner for https://github.com/ursacomputing/crossbow/actions/runs/3786202064/jobs/6436882897 to debug this?


-- 
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] felipecrv commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   The log shows lots of linker errors that only happen in the macOS ARM build. I have an M1 Mac and could look at this tomorrow. It's late here and I haven't set up the Arrow build in the Mac yet.


-- 
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] js8544 commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   This failure seemed to have begun from 2022-12-27: https://github.com/ursacomputing/crossbow/actions/runs/3786202064/jobs/6437491716


-- 
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] raulcd commented on issue #25633: [CI][C++][Java] Gandiva tests cause java-jars nightly to fail

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

   this is the last success build (26th of December) prior to the initial failure: https://github.com/ursacomputing/crossbow/actions/runs/3780146447/jobs/6425989756
   In case any difference on the logs can help


-- 
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