Created
November 19, 2014 22:44
-
-
Save alexcrichton/b240e4abcacc924b744a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- [run-pass] run-pass/extern-yield.rs stdout ---- | |
error: compilation failed! | |
status: exit code: 101 | |
command: PATH="i686-pc-windows-gnu/stage2/bin;.;C:\program files (x86)\mingw-w64\i686-4.8.1-win32-dwarf-rt_v3-rev2\mingw32\bin;C:\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\msys64\usr\bin;C:\python27;C:\python27\scripts;C:\program files (x86)\inno setup 5;C:\program files (x86)\CMake\bin;i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib" i686-pc-windows-gnu\stage2\bin\rustc.exe C:\bot\slave\auto-win-32-opt\build\src\test\run-pass\extern-yield.rs -L i686-pc-windows-gnu\test\run-pass --target=i686-pc-windows-gnu -L i686-pc-windows-gnu\test\run-pass\extern-yield.stage2-i686-pc-windows-gnulibaux -C prefer-dynamic -o i686-pc-windows-gnu\test\run-pass\extern-yield.stage2-i686-pc-windows-gnu.exe --cfg rtopt --cfg debug -O -L i686-pc-windows-gnu/rt | |
stdout: | |
------------------------------------------ | |
------------------------------------------ | |
stderr: | |
------------------------------------------ | |
error: linking with `gcc` failed: exit code: 1 | |
note: gcc '-Wl,--enable-long-section-names' '-fno-use-linker-plugin' '-Wl,--nxcompat' '-Wl,--large-address-aware' '-shared-libgcc' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib' '-o' 'i686-pc-windows-gnu\test\run-pass\extern-yield.stage2-i686-pc-windows-gnu.exe' 'i686-pc-windows-gnu\test\run-pass\extern-yield.o' '-Wl,--gc-sections' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib' '-lnative-4e7c5e5c' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib' '-lstd-4e7c5e5c' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib' '-lsync-4e7c5e5c' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\i686-pc-windows-gnu\stage2\bin\rustlib\i686-pc-windows-gnu\lib' '-lrustrt-4e7c5e5c' '-L' 'i686-pc-windows-gnu\test\run-pass' '-L' 'i686-pc-windows-gnu\test\run-pass\extern-yield.stage2-i686-pc-windows-gnulibaux' '-L' 'i686-pc-windows-gnu\rt' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj\.rust' '-L' 'C:\bot\slave\auto-win-32-opt\build\obj' '-Wl,--whole-archive' '-Wl,-Bstatic' '-Wl,--no-whole-archive' '-Wl,-Bdynamic' '-lrust_test_helpers' '-lws2_32' '-lcompiler-rt' | |
note: c:/program files (x86)/mingw-w64/i686-4.8.1-win32-dwarf-rt_v3-rev2/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.8.1/../../../../i686-w64-mingw32/bin/ld.exe: cannot open output file i686-pc-windows-gnu\test\run-pass\extern-yield.stage2-i686-pc-windows-gnu.exe: Permission denied | |
collect2.exe: error: ld returned 1 exit status | |
error: aborting due to previous error | |
------------------------------------------ | |
task '[run-pass] run-pass/extern-yield.rs' panicked at 'explicit panic', C:\bot\slave\auto-win-32-opt\build\src\compiletest\runtest.rs:1487 | |
failures: | |
[run-pass] run-pass/extern-yield.rs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment