Oct 11 06:07:37.967 INFO testing JosephFerano/rust_os against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:07:37.967 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:07:37.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:07:38.330 INFO blam! aabb9c8b561a52c14438dea03c83379ff8a4cfa1dc58ef8ebf1319361b79963e Oct 11 06:07:38.330 INFO running `"docker" "start" "-a" "aabb9c8b561a52c14438dea03c83379ff8a4cfa1dc58ef8ebf1319361b79963e"` Oct 11 06:07:39.332 INFO kablam! usermod: no changes Oct 11 06:07:39.389 INFO kablam! Compiling bitflags v1.0.4 Oct 11 06:07:39.520 INFO kablam! Compiling multiboot2 v0.7.1 Oct 11 06:07:40.317 INFO kablam! Compiling first_os v0.1.0 (/source) Oct 11 06:07:40.596 INFO kablam! warning: method is never used: `clear_screen` Oct 11 06:07:40.597 INFO kablam! --> src/vga_buffer.rs:121:5 Oct 11 06:07:40.597 INFO kablam! | Oct 11 06:07:40.597 INFO kablam! 121 | pub fn clear_screen(&mut self) { Oct 11 06:07:40.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:07:40.598 INFO kablam! | Oct 11 06:07:40.598 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:07:40.598 INFO kablam! Oct 11 06:07:40.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 11 06:07:40.809 INFO kablam! su: No module specific data is present Oct 11 06:07:41.614 INFO running `"docker" "rm" "-f" "aabb9c8b561a52c14438dea03c83379ff8a4cfa1dc58ef8ebf1319361b79963e"` Oct 11 06:07:41.850 INFO blam! aabb9c8b561a52c14438dea03c83379ff8a4cfa1dc58ef8ebf1319361b79963e Oct 11 06:07:41.855 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:07:41.857 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:07:42.318 INFO blam! 242b7ca8a79aa5446549c5b3dc43cdab5915c43772c3919e06ea347374183365 Oct 11 06:07:42.320 INFO running `"docker" "start" "-a" "242b7ca8a79aa5446549c5b3dc43cdab5915c43772c3919e06ea347374183365"` Oct 11 06:07:43.425 INFO kablam! usermod: no changes Oct 11 06:07:43.517 INFO kablam! Compiling multiboot2 v0.7.1 Oct 11 06:07:44.332 INFO kablam! Compiling first_os v0.1.0 (/source) Oct 11 06:07:45.175 INFO kablam! error[E0152]: duplicate lang item found: `eh_personality`. Oct 11 06:07:45.175 INFO kablam! --> src/lib.rs:44:1 Oct 11 06:07:45.175 INFO kablam! | Oct 11 06:07:45.175 INFO kablam! 44 | pub extern fn eh_personality() {} Oct 11 06:07:45.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:07:45.175 INFO kablam! | Oct 11 06:07:45.175 INFO kablam! = note: first defined in crate `panic_unwind`. Oct 11 06:07:45.175 INFO kablam! Oct 11 06:07:45.175 INFO kablam! error[E0152]: duplicate lang item found: `panic_impl`. Oct 11 06:07:45.175 INFO kablam! --> src/lib.rs:47:1 Oct 11 06:07:45.175 INFO kablam! | Oct 11 06:07:45.175 INFO kablam! 47 | / pub extern fn panic(info : &PanicInfo) -> ! { Oct 11 06:07:45.175 INFO kablam! 48 | | let mut writer = Writer::new(); Oct 11 06:07:45.175 INFO kablam! 49 | | writeln!(writer, "{}", info); Oct 11 06:07:45.175 INFO kablam! 50 | | loop{} Oct 11 06:07:45.175 INFO kablam! 51 | | } Oct 11 06:07:45.175 INFO kablam! | |_^ Oct 11 06:07:45.175 INFO kablam! | Oct 11 06:07:45.175 INFO kablam! = note: first defined in crate `std`. Oct 11 06:07:45.175 INFO kablam! Oct 11 06:07:45.240 INFO kablam! error: aborting due to 2 previous errors Oct 11 06:07:45.240 INFO kablam! Oct 11 06:07:45.240 INFO kablam! For more information about this error, try `rustc --explain E0152`. Oct 11 06:07:45.248 INFO kablam! error: Could not compile `first_os`. Oct 11 06:07:45.248 INFO kablam! Oct 11 06:07:45.248 INFO kablam! To learn more, run the command again with --verbose. Oct 11 06:07:45.253 INFO kablam! su: No module specific data is present Oct 11 06:07:45.709 INFO running `"docker" "rm" "-f" "242b7ca8a79aa5446549c5b3dc43cdab5915c43772c3919e06ea347374183365"` Oct 11 06:07:45.992 INFO blam! 242b7ca8a79aa5446549c5b3dc43cdab5915c43772c3919e06ea347374183365