Skip to content

Instantly share code, notes, and snippets.

@LnL7
Created August 10, 2016 10:16
Show Gist options
  • Save LnL7/0777081c6373fd7e2cd27b77f291023f to your computer and use it in GitHub Desktop.
Save LnL7/0777081c6373fd7e2cd27b77f291023f to your computer and use it in GitHub Desktop.
test [run-make] run-make/version ... ok
test [run-make] run-make/volatile-intrinsics ... ok
test [run-make] run-make/weird-output-filenames ... ok
test [run-make] run-make/unicode-input ... ok
failures:
---- [run-make] run-make/linker-output-non-utf8 stdout ----
error: make failed
status: exit code: 2
command: "make"
stdout:
------------------------------------------
make[1]: Entering directory '/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/src/test/run-make/linker-output-non-utf8'
LD_LIBRARY_PATH="/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/test/run-make/linker-output-non-utf8.stage2-x86_64-unknown-linux-gnu:/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/stage2/lib:/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/stage2/lib:/nix/store/95crr01gmzryj1q2kkbsvla3mn7awxpz-llvm-3.7.1/lib:" '/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/stage2/bin/rustc' --out-dir /tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/test/run-make/linker-output-non-utf8.stage2-x86_64-unknown-linux-gnu -L /tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/test/run-make/linker-output-non-utf8.stage2-x86_64-unknown-linux-gnu library.rs
mkdir /tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/test/run-make/linker-output-non-utf8.stage2-x86_64-unknown-linux-gnu/zzz$'\xff'
make[1]: Leaving directory '/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/src/test/run-make/linker-output-non-utf8'
------------------------------------------
stderr:
------------------------------------------
note: link against the following native artifacts when linking against this static library
note: the order and any duplication can be significant on some platforms, and so may need to be preserved
note: library: dl
note: library: pthread
note: library: gcc_s
note: library: c
note: library: m
note: library: rt
note: library: util
mkdir: cannot create directory '/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/x86_64-unknown-linux-gnu/test/run-make/linker-output-non-utf8.stage2-x86_64-unknown-linux-gnu/zzz\377': Invalid or incomplete multibyte or wide character
make[1]: *** [Makefile:20: all] Error 1
------------------------------------------
thread '[run-make] run-make/linker-output-non-utf8' panicked at 'explicit panic', /tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/src/tools/compiletest/src/runtest.rs:2232
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failures:
[run-make] run-make/linker-output-non-utf8
test result: FAILED. 128 passed; 1 failed; 0 ignored; 0 measured
thread '<main>' panicked at 'Some tests failed', /tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/src/tools/compiletest/src/main.rs:282
make: *** [/tmp/nix-build-rustc-1.10.0.drv-1/rust-cfcb716/mk/tests.mk:761: tmp/check-stage2-T-x86_64-unknown-linux-gnu-H-x86_64-unknown-linux-gnu-rmake.ok] Error 101
builder for ‘/nix/store/lh823vg5d0nk8mn79zk7l8iz2fbgmpbr-rustc-1.10.0.drv’ failed with exit code 2
error: build of ‘/nix/store/lh823vg5d0nk8mn79zk7l8iz2fbgmpbr-rustc-1.10.0.drv’ failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment