-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
[ERROR] Tests run: 316, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 1.352 s <<< FAILURE! - in ai.rapids.cudf.ColumnVectorTest
[ERROR] testTransformVector Time elapsed: 0.874 s <<< ERROR!
ai.rapids.cudf.CudfException: Jitify fatal error: Configure failed: CUDA error 400: invalid resource handle
at ai.rapids.cudf.ColumnView.transform(Native Method)
at ai.rapids.cudf.ColumnView.transform(ColumnView.java:1167)
at ai.rapids.cudf.ColumnVectorTest.testTransformVector(ColumnVectorTest.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84)
at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
Steps/Code to reproduce bug
Just build and run the latest spark-rapids-jni tests.
Expected behavior
All tests should pass.
Environment details (please complete the following information)
Standard Docker environment for building spark-rapids-jni
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working