Skip to content

Instantly share code, notes, and snippets.

@fortanix-bot
Created May 9, 2019 19:07
Show Gist options
  • Save fortanix-bot/a355e5bad7852c6b19e58ddff11418f8 to your computer and use it in GitHub Desktop.
Save fortanix-bot/a355e5bad7852c6b19e58ddff11418f8 to your computer and use it in GitHub Desktop.
Log of failed test for fortanix sgx test 512
Updating only changed submodules
Submodules updated in 0.09 seconds
Finished dev [unoptimized] target(s) in 0.35s
Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.28s
Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.32s
Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
Finished release [optimized] target(s) in 0.38s
Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
Finished release [optimized] target(s) in 0.29s
Assembling stage1 compiler (x86_64-unknown-linux-gnu)
Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Finished release [optimized] target(s) in 0.27s
Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Compiling unicode-width v0.1.5
Compiling term v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libterm)
Compiling proc_macro v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libproc_macro)
warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
Compiling getopts v0.2.19
Compiling test v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libtest)
warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
Finished release [optimized] target(s) in 24.68s
Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
Testing std stage1 (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
Compiling rand_core v0.3.0
Compiling rand_pcg v0.1.1
Compiling rand_chacha v0.1.0
Compiling rand v0.6.1
Compiling rand_xorshift v0.1.0
Compiling rand_hc v0.1.0
Compiling rand_isaac v0.1.1
Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd)
error[E0658]: use of unstable library feature 'fixed_size_array'
--> src/libstd/sys/sgx/rwlock.rs:199:9
|
199 | use core::array::FixedSizeArray;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/27778
= help: add #![feature(fixed_size_array)] to the crate attributes to enable
error[E0658]: use of unstable library feature 'fixed_size_array'
--> src/libstd/sys/sgx/rwlock.rs:245:68
|
245 | mem::transmute::<_, [u8; 128]>(init.assume_init()).as_slice(),
| ^^^^^^^^
|
= note: for more information, see https://github.com/rust-lang/rust/issues/27778
= help: add #![feature(fixed_size_array)] to the crate attributes to enable
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
error: Could not compile `std`.
To learn more, run the command again with --verbose.
command did not execute successfully: "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "test" "--target" "x86_64-fortanix-unknown-sgx" "-j" "4" "--release" "--features" "panic-unwind backtrace" "--manifest-path" "/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd/Cargo.toml" "--lib" "--bins" "--examples" "--tests" "--benches" "-p" "std" "--" "--quiet"
expected success, got: exit code: 101
failed to run: /home/jenkins/workspace/rust-sgx-ci/rust/build/bootstrap/debug/bootstrap test --stage=1 --target=x86_64-fortanix-unknown-sgx src/libstd --no-doc
Build completed unsuccessfully in 0:00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment