Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. Updating only changed submodules
  2. Submodules updated in 0.01 seconds
  3. Finished dev [unoptimized] target(s) in 0.19s
  4. Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  5. Finished release [optimized] target(s) in 0.21s
  6. Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  7. Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  8. Finished release [optimized] target(s) in 0.19s
  9. Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  10. Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  11. Finished release [optimized] target(s) in 0.23s
  12. Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  13. Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
  14. Finished release [optimized] target(s) in 0.19s
  15. Assembling stage1 compiler (x86_64-unknown-linux-gnu)
  16. Building stage1 std artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  17. Finished release [optimized] target(s) in 0.21s
  18. Copying stage1 std from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
  19. Building stage1 test artifacts (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  20. Finished release [optimized] target(s) in 0.18s
  21. Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
  22. Testing std stage1 (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  23. Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd)
  24. error: unused import: `self`
  25. --> src/libstd/sys/sgx/alloc.rs:1:20
  26. |
  27. 1 | use crate::alloc::{self, GlobalAlloc, Layout, System};
  28. | ^^^^
  29. |
  30. = note: `-D unused-imports` implied by `-D warnings`
  31.  
  32. error: aborting due to previous error
  33.  
  34. error: Could not compile `std`.
  35.  
  36. To learn more, run the command again with --verbose.
  37.  
  38.  
  39. 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"
  40. expected success, got: exit code: 101
  41.  
  42.  
  43. 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
  44. Build completed unsuccessfully in 0:00:07
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement