machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

PR validation failures on Mac M1

Open ericstj opened this issue 3 years ago • 1 comments

Tests on M1 that require loading native binaries built in the repo are failing with System.DllNotFoundException : Unable to load shared library 'LdaNative' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(libLdaNative, 1): image not found System.DllNotFoundException : Unable to load shared library 'MatrixFactorizationNative' or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(libMatrixFactorizationNative, 1): image not found

These are not being reported as failures because we're ignoring failures on M1 right now: https://github.com/dotnet/machinelearning/blob/17c061acd1cc87a84b9a821ff95f235d836a3737/build/ci/job-template.yml#L169-L171

We should fix this issue and remove this continueOnError setting.

ericstj avatar Nov 08 '22 01:11 ericstj

@michaelgsharp will this be addressed with https://github.com/dotnet/machinelearning/pull/7282?

ericstj avatar Nov 04 '24 17:11 ericstj