raulcd commented on issue #35063:
URL: https://github.com/apache/arrow/issues/35063#issuecomment-1505322416
Thanks, I see the error seems to be this one, adding it for easy of
reference:
```
A total of 1 test files matched the specified pattern.
[xUnit.net 00:00:02.15]
Apache.Arrow.Tests.CDataSchemaPythonTest.ImportSchema [FAIL]
Failed Apache.Arrow.Tests.CDataSchemaPythonTest.ImportSchema [1 ms]
Error Message:
Python.Runtime.BadPythonDllException : Runtime.PythonDLL was not set or
does not point to a supported Python runtime DLL. See
https://github.com/pythonnet/pythonnet#embedding-python-in-net
---- System.MissingMethodException : Failed to load symbol Py_IncRef:
dlsym(RTLD_DEFAULT, Py_IncRef): symbol not found
Stack Trace:
at Python.Runtime.Runtime.TryUsingDll[T](Func`1 op)
at Python.Runtime.Runtime.Initialize(Boolean initSigs)
at Python.Runtime.PythonEngine.Initialize(IEnumerable`1 args, Boolean
setSysArgv, Boolean initSigs)
at Python.Runtime.PythonEngine.Initialize(Boolean setSysArgv, Boolean
initSigs)
at Python.Runtime.PythonEngine.Initialize()
at Apache.Arrow.Tests.CDataSchemaPythonTest..ctor() in
/Users/runner/work/crossbow/crossbow/arrow/csharp/test/Apache.Arrow.Tests/CDataInterfacePythonTests.cs:line
35
at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly,
Boolean wrapExceptions)
----- Inner Stack Trace -----
at Python.Runtime.Platform.PosixLoader.GetFunction(IntPtr dllHandle,
String name)
at Python.Runtime.Runtime.Delegates.GetFunctionByName(String
functionName, IntPtr libraryHandle)
The active test run was aborted. Reason: Test host process crashed :
Unhandled exception. System.InvalidOperationException: GIL must always be
released, and it must be released from the same thread that acquired it.
at Python.Runtime.Py.GILState.Finalize()
Failed! - Failed: 1, Passed: 769, Skipped: 0, Total: 770,
Duration: 638 ms - Apache.Arrow.Tests.dll (net7.0)
Test Run Aborted with error System.Exception: One or more errors occurred.
---> System.Exception: Unable to read beyond the end of the stream.
at System.IO.BinaryReader.Read7BitEncodedInt()
at System.IO.BinaryReader.ReadString()
at
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.LengthPrefixCommunicationChannel.NotifyDataAvailable()
at
Microsoft.VisualStudio.TestPlatform.CommunicationUtilities.TcpClientExtensions.MessageLoopAsync(TcpClient
client, ICommunicationChannel channel, Action`1 errorHandler,
CancellationToken cancellationToken)
--- End of inner exception stack trace ---.
```
--
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]