Advertisement
Guest User

Untitled

a guest
Nov 25th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. $ ./x.py test src/test/ui/consts
  2. Updating only changed submodules
  3. Submodules updated in 0.03 seconds
  4. Finished dev [unoptimized] target(s) in 0.14s
  5. Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  6. Finished release [optimized + debuginfo] target(s) in 0.21s
  7. Copying stage0 std from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  8. Building stage0 compiler artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
  9. Finished release [optimized + debuginfo] target(s) in 0.23s
  10. Copying stage0 rustc from stage0 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / x86_64-unknown-linux-gnu)
  11. Building stage0 codegen artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu, llvm)
  12. Compiling rustc_llvm v0.0.0 (/home/joshua/Documents/Programming/rust/rustc/src/librustc_llvm)
  13. error: failed to run custom build command for `rustc_llvm v0.0.0 (/home/joshua/Documents/Programming/rust/rustc/src/librustc_llvm)`
  14.  
  15. Caused by:
  16. process didn't exit successfully: `/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/stage0-codegen/release/build/rustc_llvm-517641fda395431e/build-script-build` (exit code: 1)
  17. --- stdout
  18. cargo:rerun-if-env-changed=REAL_LIBRARY_PATH_VAR
  19. cargo:rerun-if-env-changed=REAL_LIBRARY_PATH
  20. cargo:rerun-if-changed=/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/llvm/build/bin/llvm-config
  21. cargo:rerun-if-env-changed=LLVM_CONFIG
  22. cargo:rustc-cfg=llvm_component="aarch64"
  23. cargo:rustc-cfg=llvm_component="arm"
  24. cargo:rustc-cfg=llvm_component="asmparser"
  25. cargo:rustc-cfg=llvm_component="bitreader"
  26. cargo:rustc-cfg=llvm_component="bitwriter"
  27. cargo:rustc-cfg=llvm_component="hexagon"
  28. cargo:rustc-cfg=llvm_component="instrumentation"
  29. cargo:rustc-cfg=llvm_component="ipo"
  30. cargo:rustc-cfg=llvm_component="linker"
  31. cargo:rustc-cfg=llvm_component="lto"
  32. cargo:rustc-cfg=llvm_component="mips"
  33. cargo:rustc-cfg=llvm_component="msp430"
  34. cargo:rustc-cfg=llvm_component="nvptx"
  35. cargo:rustc-cfg=llvm_component="powerpc"
  36. cargo:rustc-cfg=llvm_component="riscv"
  37. cargo:rustc-cfg=llvm_component="sparc"
  38. cargo:rustc-cfg=llvm_component="systemz"
  39. cargo:rustc-cfg=llvm_component="webassembly"
  40. cargo:rustc-cfg=llvm_component="x86"
  41. cargo:rustc-cfg=llvm_has_msp430_asm_parser
  42. cargo:rerun-if-changed-env=LLVM_RUSTLLVM
  43. cargo:rerun-if-changed=../rustllvm/RustWrapper.cpp
  44. cargo:rerun-if-changed=../rustllvm/rustllvm.h
  45. cargo:rerun-if-changed=../rustllvm/README
  46. cargo:rerun-if-changed=../rustllvm/PassWrapper.cpp
  47. cargo:rerun-if-changed=../rustllvm/Linker.cpp
  48. cargo:rerun-if-changed=../rustllvm/ArchiveWrapper.cpp
  49. cargo:rerun-if-changed=../rustllvm/.editorconfig
  50. TARGET = Some("x86_64-unknown-linux-gnu")
  51. OPT_LEVEL = Some("2")
  52. HOST = Some("x86_64-unknown-linux-gnu")
  53. CXX_x86_64-unknown-linux-gnu = Some("c++")
  54. CXXFLAGS_x86_64-unknown-linux-gnu = Some("-ffunction-sections -fdata-sections -fPIC -m64")
  55. CRATE_CC_NO_DEFAULTS = None
  56. DEBUG = Some("true")
  57. CARGO_CFG_TARGET_FEATURE = Some("fxsr,mmx,sse,sse2")
  58. running: "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/llvm/build/include" "-std=c++11" "-fno-exceptions" "-fno-rtti" "-D_GNU_SOURCE" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D__STDC_LIMIT_MACROS" "-DLLVM_COMPONENT_AARCH64" "-DLLVM_COMPONENT_ARM" "-DLLVM_COMPONENT_ASMPARSER" "-DLLVM_COMPONENT_BITREADER" "-DLLVM_COMPONENT_BITWRITER" "-DLLVM_COMPONENT_HEXAGON" "-DLLVM_COMPONENT_INSTRUMENTATION" "-DLLVM_COMPONENT_IPO" "-DLLVM_COMPONENT_LINKER" "-DLLVM_COMPONENT_LTO" "-DLLVM_COMPONENT_MIPS" "-DLLVM_COMPONENT_MSP430" "-DLLVM_COMPONENT_NVPTX" "-DLLVM_COMPONENT_POWERPC" "-DLLVM_COMPONENT_RISCV" "-DLLVM_COMPONENT_SPARC" "-DLLVM_COMPONENT_SYSTEMZ" "-DLLVM_COMPONENT_WEBASSEMBLY" "-DLLVM_COMPONENT_X86" "-DLLVM_RUSTLLVM" "-DNDEBUG" "-o" "/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/build/rustc_llvm-e7e40a0ee3549639/out/../rustllvm/PassWrapper.o" "-c" "../rustllvm/PassWrapper.cpp"
  59. cargo:warning=In file included from ../rustllvm/PassWrapper.cpp:6:0:
  60. cargo:warning=../rustllvm/rustllvm.h:1:10: fatal error: llvm-c/BitReader.h: No such file or directory
  61. cargo:warning= #include "llvm-c/BitReader.h"
  62. cargo:warning= ^~~~~~~~~~~~~~~~~~~~
  63. cargo:warning=compilation terminated.
  64. exit code: 1
  65.  
  66. --- stderr
  67.  
  68.  
  69. error occurred: Command "c++" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/llvm/build/include" "-std=c++11" "-fno-exceptions" "-fno-rtti" "-D_GNU_SOURCE" "-D__STDC_CONSTANT_MACROS" "-D__STDC_FORMAT_MACROS" "-D__STDC_LIMIT_MACROS" "-DLLVM_COMPONENT_AARCH64" "-DLLVM_COMPONENT_ARM" "-DLLVM_COMPONENT_ASMPARSER" "-DLLVM_COMPONENT_BITREADER" "-DLLVM_COMPONENT_BITWRITER" "-DLLVM_COMPONENT_HEXAGON" "-DLLVM_COMPONENT_INSTRUMENTATION" "-DLLVM_COMPONENT_IPO" "-DLLVM_COMPONENT_LINKER" "-DLLVM_COMPONENT_LTO" "-DLLVM_COMPONENT_MIPS" "-DLLVM_COMPONENT_MSP430" "-DLLVM_COMPONENT_NVPTX" "-DLLVM_COMPONENT_POWERPC" "-DLLVM_COMPONENT_RISCV" "-DLLVM_COMPONENT_SPARC" "-DLLVM_COMPONENT_SYSTEMZ" "-DLLVM_COMPONENT_WEBASSEMBLY" "-DLLVM_COMPONENT_X86" "-DLLVM_RUSTLLVM" "-DNDEBUG" "-o" "/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/stage0-codegen/x86_64-unknown-linux-gnu/release/build/rustc_llvm-e7e40a0ee3549639/out/../rustllvm/PassWrapper.o" "-c" "../rustllvm/PassWrapper.cpp" with args "c++" did not execute successfully (status code exit code: 1).
  70.  
  71.  
  72.  
  73. command did not execute successfully: "/home/joshua/Documents/Programming/rust/rustc/build/x86_64-unknown-linux-gnu/stage0/bin/cargo" "build" "-Zconfig-profile" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "4" "--release" "--manifest-path" "/home/joshua/Documents/Programming/rust/rustc/src/librustc_codegen_llvm/Cargo.toml" "--features" "" "--message-format" "json-render-diagnostics"
  74. expected success, got: exit code: 101
  75. failed to run: /home/joshua/Documents/Programming/rust/rustc/build/bootstrap/debug/bootstrap test src/test/ui/consts
  76. Build completed unsuccessfully in 0:00:01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement