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

WASM CI is failing #981

Closed
Amanieu opened this issue Jan 11, 2021 · 4 comments
Closed

WASM CI is failing #981

Amanieu opened this issue Jan 11, 2021 · 4 comments

Comments

@Amanieu
Copy link
Member

Amanieu commented Jan 11, 2021

   = note: rust-lld: error: function signature mismatch: _ZN9core_arch9core_arch4simd5i8x165splat17hc00e6630f4072d1aE
          >>> defined as (i32) -> v128 in /checkout/target/wasm32-wasi/debug/deps/hex-e59d6e4df0538113.3jydnkgvarr0fct0.rcgu.o
          >>> defined as (i32, i32) -> void in /checkout/target/wasm32-wasi/debug/deps/hex-e59d6e4df0538113.35lqlehuzcwaz1he.rcgu.o
          
          rust-lld: error: function signature mismatch: _ZN9core_arch9core_arch4simd5u8x165splat17h8b289c437925d1a1E
          >>> defined as (i32) -> v128 in /checkout/target/wasm32-wasi/debug/deps/hex-e59d6e4df0538113.3jydnkgvarr0fct0.rcgu.o
          >>> defined as (i32, i32) -> void in /checkout/target/wasm32-wasi/debug/deps/hex-e59d6e4df0538113.35lqlehuzcwaz1he.rcgu.o

cc @alexcrichton

@alexcrichton
Copy link
Member

Thanks for the heads up! Feel free to disable and I can take a look.

@Amanieu Amanieu mentioned this issue Jan 11, 2021
@alexcrichton
Copy link
Member

Bisection points to rust-lang/rust#76896 as the cause for this, next is to figure out why that would cause a regression here.

@alexcrichton
Copy link
Member

I've opened rust-lang/rust#80916 to track this in rust-lang/rust and will continue discussion there.

@alexcrichton
Copy link
Member

I think this has since been fixed, so this should be close-able now

@Amanieu Amanieu closed this as completed May 19, 2021
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

No branches or pull requests

2 participants