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

Added support for wasm64-wasi #2800

Closed
wants to merge 48 commits into from

Merge pull request #1 from Arshia001/master

682f9e9
Select commit
Failed to load commit list.
Closed

Added support for wasm64-wasi #2800

Merge pull request #1 from Arshia001/master
682f9e9
Select commit
Failed to load commit list.
Cirrus CI / nightly x86_64-unknown-freebsd-12 failed Apr 5, 2023 in 1m 21s

Task Summary

Instruction test failed in 01:00

Details

✅ 00:04 clone
✅ 00:14 setup
❌ 01:00 test

  Downloaded serde_json v1.0.95
  Downloaded syn v2.0.13
  Downloaded garando_syntax v0.1.0
  Downloaded libc v0.2.141
   Compiling proc-macro2 v1.0.56
   Compiling unicode-ident v1.0.8
   Compiling quote v1.0.26
   Compiling serde_derive v1.0.159
   Compiling libc v0.2.141
   Compiling syn v2.0.13
   Compiling serde v1.0.159
   Compiling dirs-sys v0.3.7
   Compiling cfg-if v0.1.10
   Compiling dirs v2.0.2
   Compiling log v0.4.17
   Compiling serde_json v1.0.95
   Compiling semver v1.0.17
   Compiling term v0.6.1
   Compiling unicode-xid v0.2.4
   Compiling cfg-if v1.0.0
   Compiling itoa v1.0.6
   Compiling ryu v1.0.13
   Compiling bitflags v1.3.2
   Compiling rustc_version v0.4.0
   Compiling cc v1.0.79
   Compiling libc v0.2.139 (/tmp/cirrus-ci-build)
   Compiling garando_pos v0.1.0
   Compiling garando_errors v0.1.0
   Compiling garando_syntax v0.1.0
   Compiling ctest2 v0.4.5
   Compiling libc-test v0.2.139 (/tmp/cirrus-ci-build/libc-test)
    Finished test [unoptimized + debuginfo] target(s) in 1m 00s
     Running test/cmsg.rs (target/x86_64-unknown-freebsd/debug/deps/cmsg-6181bd66c7f7d095)

running 5 tests
test t::test_cmsg_data ... ok
test t::test_cmsg_firsthdr ... ok
test t::test_cmsg_len ... ok
test t::test_cmsg_space ... ok
test t::test_cmsg_nxthdr ... FAILED

failures:

---- t::test_cmsg_nxthdr stdout ----
thread 't::test_cmsg_nxthdr' panicked at 'misaligned pointer dereference: address must be a multiple of 0x4 but is 0x7fffdf9fa4d1', libc-test/test/cmsg.rs:74:25
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    t::test_cmsg_nxthdr

test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s

error: test failed, to rerun pass `--test cmsg`

Exit status: 101