Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Updating only changed submodules
  2. Submodules updated in 0.01 seconds
  3. Finished dev [unoptimized] target(s) in 0.20s
  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.18s
  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.18s
  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. Compiling proc_macro v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libproc_macro)
  21. Compiling getopts v0.2.17
  22. Compiling term v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libterm)
  23. warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
  24.  
  25. Compiling test v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libtest)
  26. warning: dropping unsupported crate type `dylib` for target `x86_64-fortanix-unknown-sgx`
  27.  
  28. Finished release [optimized] target(s) in 7.00s
  29. Copying stage1 test from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-fortanix-unknown-sgx)
  30. Testing std stage1 (x86_64-unknown-linux-gnu -> x86_64-fortanix-unknown-sgx)
  31. Compiling rand_core v0.3.0
  32. Compiling rand_pcg v0.1.1
  33. Compiling rand_chacha v0.1.0
  34. Compiling rand v0.6.1
  35. Compiling rand_xorshift v0.1.0
  36. Compiling rand_hc v0.1.0
  37. Compiling rand_isaac v0.1.1
  38. Compiling std v0.0.0 (/home/jenkins/workspace/rust-sgx-ci/rust/src/libstd)
  39. error: unused import: `self`
  40. --> src/libstd/sys/sgx/alloc.rs:1:20
  41. |
  42. 1 | use crate::alloc::{self, GlobalAlloc, Layout, System};
  43. | ^^^^
  44. |
  45. = note: `-D unused-imports` implied by `-D warnings`
  46.  
  47. error: aborting due to previous error
  48.  
  49. error: Could not compile `std`.
  50.  
  51. To learn more, run the command again with --verbose.
  52.  
  53.  
  54. 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"
  55. expected success, got: exit code: 101
  56.  
  57.  
  58. 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
  59. Build completed unsuccessfully in 0:00:16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement