dmsuehir opened a new issue, #9369: URL: https://github.com/apache/incubator-gluten/issues/9369
### Backend VL (Velox) ### Bug description I am running into a few issues when using the [How to debug C++](https://gluten.apache.org/docs/developers/how-to-use/#1-how-to-debug-c) developer documentation: * Error: `/gluten/cpp/build/velox/udf/examples/libmyudf.so does not exist` * `testRoundTrip(org.apache.gluten.fs.OnHeapFileSystemTest) ` failure which looks similar to issue #3621 * After working around other issues, the contents of the `generated-native-benchmark` is different than what is showing in the documentation where I have: ``` backends-velox/generated-native-benchmark/ |-- conf_12_0.ini |-- data_12_0_0.parquet |-- data_12_0_1.parquet -- plan_12_0.json ``` ### Gluten version Gluten-1.3, main branch ### Spark version Spark-3.3.x ### Spark configurations N/A ### System information Ubuntu 22.04, using a docker container as described [here](https://gluten.apache.org/docs/developers/docker-ubuntu/) ``` Gluten Version: 1.5.0-SNAPSHOT Commit: Not in a git repo. CMake Version: 3.28.3 System: Linux-5.15.0-118-generic Arch: x86_64 CPU Name: Model name: Intel(R) Xeon(R) Platinum 8280L CPU @ 2.70GHz C++ Compiler: /usr/bin/c++ C++ Compiler Version: 11.4.0 C Compiler: /usr/bin/cc C Compiler Version: 11.4.0 CMake Prefix Path: /usr/local;/usr;/;/usr/local/lib/python3.10/dist-packages/cmake/data;/usr/local;/usr/X11R6;/usr/pkg;/opt ``` ### Relevant logs ```bash testRoundTrip(org.apache.gluten.fs.OnHeapFileSystemTest) Time elapsed: 0.096 sec <<< FAILURE! java.lang.AssertionError at io.netty.util.internal.PlatformDependent.allocateDirectNoCleaner(PlatformDependent.java:729) at org.apache.gluten.fs.OnHeapFileSystemTest.testRoundTrip(OnHeapFileSystemTest.java:38) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
