Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests fail on M1 #758

Open
kkharji opened this issue Oct 14, 2021 · 0 comments
Open

tests fail on M1 #758

kkharji opened this issue Oct 14, 2021 · 0 comments

Comments

@kkharji
Copy link

kkharji commented Oct 14, 2021

Hey there, I've been trying for the past few hours to figure out this one but couldn't solve it on my own. Basically running

cargo test

result in

running 156 tests
test attr::tests::attr_value_always_bytes ... ok
test attr::tests::attr_value_from_string ... ok
test attr::tests::attr_value_from_bytes ... ok
test attr::tests::attr_value_partial_eq ... ok
dyld: lazy symbol binding failed: Symbol not found: ___aarch64_ldadd4_acq_rel
  Referenced from: /private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535
  Expected in: flat namespace

dyld: Symbol not found: ___aarch64_ldadd4_acq_rel
  Referenced from: /private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535
  Expected in: flat namespace

error: test failed, to rerun pass '--lib'

Caused by:
  process didn't exit successfully: `/private/tmp/git2-rs/target/debug/deps/git2-72ec4e13db094535` (signal: 6, SIGABRT: process abort signal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant