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

systest fails to compile on latest nightly #337

Closed
sagebind opened this issue May 29, 2020 · 0 comments · Fixed by #338
Closed

systest fails to compile on latest nightly #337

sagebind opened this issue May 29, 2020 · 0 comments · Fixed by #338

Comments

@sagebind
Copy link
Collaborator

Running cargo +nightly run -p systest fails to compile:

error: legacy asm! syntax is no longer supported
   --> /Users/scoakley/.cargo/registry/src/github.jparrowsec.cn-1ecc6299db9ec823/extprim-1.7.0/src/u128.rs:884:9
    |
884 |           asm!("
    |           ^---
    |           |
    |  _________help: replace with: `llvm_asm!`
    | |
885 | |             movq $2, %rax
886 | |             mulq $3
887 | |             movq %rax, $0
...   |
891 | |         : "r"(left), "r"(right)
892 | |         : "rax", "rdx");
    | |________________________^

error: aborting due to previous error

error: could not compile `extprim`.

CI is currently broken on nightly because of this. It looks like extprim, a dependency of ctest, has merged a fix for this but it hasn't been published to crates.io yet: kennytm/extprim#19

alexcrichton added a commit that referenced this issue May 29, 2020
Waiting for upstream fixes, so let's unbreak our own CI to avoid
blocking on that.

Closes #337
alexcrichton added a commit that referenced this issue May 29, 2020
Waiting for upstream fixes, so let's unbreak our own CI to avoid
blocking on that.

Closes #337
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