fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
433 stars 98 forks source link

Rust CI fails with fortanix-sgx-tools built from source #504

Closed maxknv closed 1 year ago

maxknv commented 1 year ago

There are multiple errors in Rust CI when fortanix-sgx-tools built from source.

11:29:23 ---- net::tcp::tests::bind_error stdout ----
11:29:23 thread 'net::tcp::tests::bind_error' panicked at 'assertion failed: `(left == right)`
11:29:23   left: `InvalidInput`,
11:29:23  right: `AddrNotAvailable`', library/std/src/net/tcp/tests.rs:29:19

If the package is taken from crates.io CI passes OK.