Sep 03 16:52:03.588 INFO checking phil-opp/blog_os against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 16:52:03.588 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 16:52:03.588 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 16:52:03.797 INFO blam! 3ed341d4abb164fac19f224d869b6ca3e4c3616844d395cb6c92c5773db28992 Sep 03 16:52:03.800 INFO running `"docker" "start" "-a" "3ed341d4abb164fac19f224d869b6ca3e4c3616844d395cb6c92c5773db28992"` Sep 03 16:52:04.429 INFO kablam! Compiling version_check v0.1.4 Sep 03 16:52:04.429 INFO kablam! Checking bit_field v0.9.0 Sep 03 16:52:04.429 INFO kablam! Checking ux v0.1.2 Sep 03 16:52:04.430 INFO kablam! Checking os_bootinfo v0.2.1 Sep 03 16:52:04.431 INFO kablam! Checking bitflags v1.0.3 Sep 03 16:52:04.651 INFO kablam! Checking usize_conversions v0.2.0 Sep 03 16:52:05.422 INFO kablam! Checking spin v0.4.9 Sep 03 16:52:05.563 INFO kablam! Checking volatile v0.2.4 Sep 03 16:52:06.168 INFO kablam! Checking bootloader_precompiled v0.2.0 Sep 03 16:52:06.421 INFO kablam! Checking array-init v0.0.3 Sep 03 16:52:07.587 INFO kablam! Compiling lazy_static v1.1.0 Sep 03 16:52:28.757 INFO kablam! Checking x86_64 v0.2.11 Sep 03 16:52:31.841 INFO kablam! Checking uart_16550 v0.1.0 Sep 03 16:52:32.526 INFO kablam! Checking blog_os v0.2.0 (file:///source) Sep 03 16:52:33.071 INFO kablam! warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 03 16:52:33.071 INFO kablam! --> src/main.rs:38:1 Sep 03 16:52:33.071 INFO kablam! | Sep 03 16:52:33.071 INFO kablam! 38 | #[panic_implementation] Sep 03 16:52:33.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 03 16:52:33.071 INFO kablam! | Sep 03 16:52:33.071 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 16:52:33.071 INFO kablam! Sep 03 16:52:33.130 INFO kablam! warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 03 16:52:33.130 INFO kablam! --> src/bin/test-basic-boot.rs:28:1 Sep 03 16:52:33.131 INFO kablam! | Sep 03 16:52:33.131 INFO kablam! 28 | #[panic_implementation] Sep 03 16:52:33.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 03 16:52:33.131 INFO kablam! | Sep 03 16:52:33.131 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 16:52:33.131 INFO kablam! Sep 03 16:52:33.173 INFO kablam! warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 03 16:52:33.173 INFO kablam! --> src/bin/test-panic.rs:19:1 Sep 03 16:52:33.174 INFO kablam! | Sep 03 16:52:33.174 INFO kablam! 19 | #[panic_implementation] Sep 03 16:52:33.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 03 16:52:33.183 INFO kablam! | Sep 03 16:52:33.183 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 16:52:33.184 INFO kablam! Sep 03 16:52:33.188 INFO kablam! warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 03 16:52:33.188 INFO kablam! --> src/bin/test-exception-breakpoint.rs:48:1 Sep 03 16:52:33.188 INFO kablam! | Sep 03 16:52:33.188 INFO kablam! 48 | #[panic_implementation] Sep 03 16:52:33.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 03 16:52:33.188 INFO kablam! | Sep 03 16:52:33.188 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 16:52:33.189 INFO kablam! Sep 03 16:52:33.246 INFO kablam! warning: function cannot return without recurring Sep 03 16:52:33.246 INFO kablam! --> src/main.rs:25:5 Sep 03 16:52:33.246 INFO kablam! | Sep 03 16:52:33.246 INFO kablam! 25 | fn stack_overflow() { Sep 03 16:52:33.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ cannot return without recurring Sep 03 16:52:33.246 INFO kablam! 26 | stack_overflow(); // for each recursion, the return address is pushed Sep 03 16:52:33.246 INFO kablam! | ---------------- recursive call site Sep 03 16:52:33.246 INFO kablam! | Sep 03 16:52:33.246 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Sep 03 16:52:33.246 INFO kablam! = help: a `loop` may express intention better if this is on purpose Sep 03 16:52:33.246 INFO kablam! Sep 03 16:52:33.296 INFO kablam! warning: use of deprecated attribute `panic_implementation`: This attribute was renamed to `panic_handler`. See https://github.com/rust-lang/rust/issues/44489#issuecomment-415140224 Sep 03 16:52:33.296 INFO kablam! --> src/bin/test-exception-double-fault-stack-overflow.rs:42:1 Sep 03 16:52:33.296 INFO kablam! | Sep 03 16:52:33.296 INFO kablam! 42 | #[panic_implementation] Sep 03 16:52:33.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 03 16:52:33.296 INFO kablam! | Sep 03 16:52:33.296 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 16:52:33.296 INFO kablam! Sep 03 16:52:35.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 30.75s Sep 03 16:52:35.152 INFO kablam! su: No module specific data is present Sep 03 16:52:35.600 INFO running `"docker" "rm" "-f" "3ed341d4abb164fac19f224d869b6ca3e4c3616844d395cb6c92c5773db28992"` Sep 03 16:52:35.773 INFO blam! 3ed341d4abb164fac19f224d869b6ca3e4c3616844d395cb6c92c5773db28992