Guest User

Untitled

a guest
Dec 14th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.42 KB | None | 0 0
  1. [havvy@rustc:~/workspace/rust/project]$ ./x.py test src/libstd --stage=1
  2. Updating submodules
  3. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  4. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  5. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  6. Finished dev [unoptimized] target(s) in 0.0 secs
  7. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  8. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  9. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  10. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  11. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  12. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  13. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  14. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  15. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  16. Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  17. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  18. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  19. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  20. Finished release [optimized] target(s) in 0.0 secs
  21. Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  22. Building stage0 test artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  23. warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
  24. package: /home/havvy/workspace/rust/project/src/tools/cargo/Cargo.toml
  25. workspace: /home/havvy/workspace/rust/project/src/Cargo.toml
  26. Finished release [optimized] target(s) in 0.0 secs
  27. Copying stage0 test from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  28. Building LLVM for x86_64-unknown-linux-gnu
  29. running: "cmake" "/home/havvy/workspace/rust/project/src/llvm" "-DLLVM_ENABLE_ASSERTIONS=OFF" "-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon" "-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=WebAssembly" "-DLLVM_INCLUDE_EXAMPLES=OFF" "-DLLVM_INCLUDE_TESTS=OFF" "-DLLVM_INCLUDE_DOCS=OFF" "-DLLVM_ENABLE_ZLIB=OFF" "-DWITH_POLLY=OFF" "-DLLVM_ENABLE_TERMINFO=OFF" "-DLLVM_ENABLE_LIBEDIT=OFF" "-DLLVM_PARALLEL_COMPILE_JOBS=1" "-DLLVM_TARGET_ARCH=x86_64" "-DLLVM_DEFAULT_TARGET_TRIPLE=x86_64-unknown-linux-gnu" "-DLLVM_LINK_LLVM_DYLIB=ON" "-DCMAKE_C_COMPILER=gcc" "-DCMAKE_CXX_COMPILER=g++" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_INSTALL_PREFIX=/home/havvy/workspace/rust/project/build/x86_64-unknown-linux-gnu/llvm" "-DCMAKE_BUILD_TYPE=Release"
  30. -- The C compiler identification is GNU 6.4.0
  31. -- The CXX compiler identification is GNU 6.4.0
  32. -- The ASM compiler identification is unknown
  33. -- Found assembler: /nix/store/5sx2pmb2w3dyzpay0ib837hjiv0w7kqs-gcc-wrapper-6.4.0/bin/gcc
  34. -- Check for working C compiler: /nix/store/wriy1xis74fybcg3m1jnq5bd5myxvhm6-gcc-wrapper-6.4.0/bin/gcc
  35. CMake Error: Generator: execution of make failed. Make command was: "/nix/store/9vd9zwmwqc3qfddnkw18lhq7dg79dkz6-gnumake-4.2.1/bin/make" "cmTC_64446/fast"
  36. -- Check for working C compiler: /nix/store/wriy1xis74fybcg3m1jnq5bd5myxvhm6-gcc-wrapper-6.4.0/bin/gcc -- broken
  37. CMake Error at /nix/store/k1f35v8nq3gqbxappmshm4h8lvbynqdn-cmake-3.9.6/share/cmake-3.9/Modules/CMakeTestCCompiler.cmake:51 (message):
  38. The C compiler
  39. "/nix/store/wriy1xis74fybcg3m1jnq5bd5myxvhm6-gcc-wrapper-6.4.0/bin/gcc" is
  40. not able to compile a simple test program.
  41.  
  42. It fails with the following output:
  43.  
  44. Change Dir: /home/havvy/workspace/rust/project/build/x86_64-unknown-linux-gnu/llvm/build/CMakeFiles/CMakeTmp
  45.  
  46.  
  47.  
  48. Run Build
  49. Command:"/nix/store/9vd9zwmwqc3qfddnkw18lhq7dg79dkz6-gnumake-4.2.1/bin/make"
  50. "cmTC_64446/fast"
  51.  
  52.  
  53.  
  54. Generator: execution of make failed. Make command was:
  55. "/nix/store/9vd9zwmwqc3qfddnkw18lhq7dg79dkz6-gnumake-4.2.1/bin/make"
  56. "cmTC_64446/fast"
  57.  
  58.  
  59.  
  60.  
  61.  
  62. CMake will not be able to correctly generate this project.
  63. Call Stack (most recent call first):
  64. CMakeLists.txt:47 (project)
  65.  
  66.  
  67. CMake Error at CMakeLists.txt:47 (project):
  68. The CMAKE_ASM_COMPILER:
  69.  
  70. /nix/store/5sx2pmb2w3dyzpay0ib837hjiv0w7kqs-gcc-wrapper-6.4.0/bin/gcc
  71.  
  72. is not a full path to an existing compiler tool.
  73.  
  74. Tell CMake where to find the compiler by setting either the environment
  75. variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
  76. to the compiler, or to the compiler name if it is in the PATH.
  77.  
  78.  
  79. -- Configuring incomplete, errors occurred!
  80. See also "/home/havvy/workspace/rust/project/build/x86_64-unknown-linux-gnu/llvm/build/CMakeFiles/CMakeOutput.log".
  81. See also "/home/havvy/workspace/rust/project/build/x86_64-unknown-linux-gnu/llvm/build/CMakeFiles/CMakeError.log".
  82. thread 'main' panicked at '
  83. command did not execute successfully, got: exit code: 1
  84.  
  85. build script failed, must exit now', /home/havvy/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.28/src/lib.rs:631:4
  86. note: Run with `RUST_BACKTRACE=1` for a backtrace.
  87. finished in 0.668
  88. failed to run: /home/havvy/workspace/rust/project/build/bootstrap/debug/bootstrap test src/libstd --stage=1
  89. Build completed unsuccessfully in 0:00:07
Add Comment
Please, Sign In to add comment