Oct 15 09:50:02.214 INFO testing JosephFerano/rust_os against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:50:02.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:50:02.708 INFO blam! f5af45c9195be26bec2c789dfa6396d91f8cd2b5fe00aaed98915a630df5396f Oct 15 09:50:02.711 INFO running `"docker" "start" "-a" "f5af45c9195be26bec2c789dfa6396d91f8cd2b5fe00aaed98915a630df5396f"` Oct 15 09:50:04.120 INFO kablam! usermod: no changes Oct 15 09:50:04.176 INFO kablam! Compiling bitflags v1.0.4 Oct 15 09:50:04.177 INFO kablam! Compiling volatile v0.2.4 Oct 15 09:50:04.363 INFO kablam! Compiling multiboot2 v0.7.1 Oct 15 09:50:05.223 INFO kablam! Compiling first_os v0.1.0 (/source) Oct 15 09:50:05.543 INFO kablam! warning: method is never used: `clear_screen` Oct 15 09:50:05.543 INFO kablam! --> src/vga_buffer.rs:121:5 Oct 15 09:50:05.543 INFO kablam! | Oct 15 09:50:05.543 INFO kablam! 121 | pub fn clear_screen(&mut self) { Oct 15 09:50:05.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:50:05.543 INFO kablam! | Oct 15 09:50:05.543 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:50:05.543 INFO kablam! Oct 15 09:50:05.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.83s Oct 15 09:50:05.982 INFO kablam! su: No module specific data is present Oct 15 09:50:07.028 INFO running `"docker" "rm" "-f" "f5af45c9195be26bec2c789dfa6396d91f8cd2b5fe00aaed98915a630df5396f"` Oct 15 09:50:07.315 INFO blam! f5af45c9195be26bec2c789dfa6396d91f8cd2b5fe00aaed98915a630df5396f Oct 15 09:50:07.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 09:50:07.843 INFO blam! 18fdc07680e0ee57d71e11806791ab5b4f14ff13b11a65e3d01aa94dd10bbe9c Oct 15 09:50:07.847 INFO running `"docker" "start" "-a" "18fdc07680e0ee57d71e11806791ab5b4f14ff13b11a65e3d01aa94dd10bbe9c"` Oct 15 09:50:08.839 INFO kablam! usermod: no changes Oct 15 09:50:08.899 INFO kablam! Compiling volatile v0.2.4 Oct 15 09:50:08.899 INFO kablam! Compiling multiboot2 v0.7.1 Oct 15 09:50:09.895 INFO kablam! Compiling first_os v0.1.0 (/source) Oct 15 09:50:10.343 INFO kablam! error[E0152]: duplicate lang item found: `eh_personality`. Oct 15 09:50:10.343 INFO kablam! --> src/lib.rs:63:1 Oct 15 09:50:10.343 INFO kablam! | Oct 15 09:50:10.343 INFO kablam! 63 | pub extern fn eh_personality() {} Oct 15 09:50:10.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:50:10.343 INFO kablam! | Oct 15 09:50:10.343 INFO kablam! = note: first defined in crate `panic_unwind`. Oct 15 09:50:10.343 INFO kablam! Oct 15 09:50:10.343 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Oct 15 09:50:10.343 INFO kablam! --> src/lib.rs:66:1 Oct 15 09:50:10.343 INFO kablam! | Oct 15 09:50:10.343 INFO kablam! 66 | / pub extern fn panic(info : &PanicInfo) -> ! { Oct 15 09:50:10.343 INFO kablam! 67 | | let mut writer = Writer::new(); Oct 15 09:50:10.343 INFO kablam! 68 | | writeln!(writer, "{}", info); Oct 15 09:50:10.343 INFO kablam! 69 | | loop{} Oct 15 09:50:10.343 INFO kablam! 70 | | } Oct 15 09:50:10.343 INFO kablam! | |_^ Oct 15 09:50:10.343 INFO kablam! | Oct 15 09:50:10.343 INFO kablam! = note: first defined in crate `std`. Oct 15 09:50:10.343 INFO kablam! Oct 15 09:50:10.455 INFO kablam! error: aborting due to 2 previous errors Oct 15 09:50:10.455 INFO kablam! Oct 15 09:50:10.455 INFO kablam! For more information about this error, try `rustc --explain E0152`. Oct 15 09:50:10.458 INFO kablam! error: Could not compile `first_os`. Oct 15 09:50:10.459 INFO kablam! Oct 15 09:50:10.459 INFO kablam! To learn more, run the command again with --verbose. Oct 15 09:50:10.459 INFO kablam! su: No module specific data is present Oct 15 09:50:11.297 INFO running `"docker" "rm" "-f" "18fdc07680e0ee57d71e11806791ab5b4f14ff13b11a65e3d01aa94dd10bbe9c"` Oct 15 09:50:11.521 INFO blam! 18fdc07680e0ee57d71e11806791ab5b4f14ff13b11a65e3d01aa94dd10bbe9c