Created
April 26, 2019 15:48
-
-
Save fortanix-bot/dbf0e770c6be7035b60f18332e3f947b to your computer and use it in GitHub Desktop.
Log of failed test for fortanix sgx test 378
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Updating only changed submodules | |
| Submodules updated in 0.01 seconds | |
| Finished dev [unoptimized] target(s) in 0.20s | |
| Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu) | |
| Finished release [optimized] target(s) in 0.22s | |
| 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.19s | |
| 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.24s | |
| 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.19s | |
| 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.22s | |
| 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 getopts v0.2.17 | |
| 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 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 7.16s | |
| 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_isaac v0.1.1 | |
| Compiling rand_xorshift v0.1.0 | |
| Compiling rand_hc v0.1.0 | |
| Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd) | |
| error: unused import: `self` | |
| --> src/libstd/sys/sgx/alloc.rs:1:20 | |
| | | |
| 1 | use crate::alloc::{self, GlobalAlloc, Layout, System}; | |
| | ^^^^ | |
| | | |
| = note: `-D unused-imports` implied by `-D warnings` | |
| error: aborting due to previous error | |
| 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:16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment