Sep 14 03:19:51.443 INFO checking phil-opp/blog_os against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:19:51.444 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:19:51.444 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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=1000" "-e" "CMD=cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:19:51.666 INFO blam! 1363a02907107ab0b35b76f968b0f2c1270ef8e85c8466446adb9a03573cd450 Sep 14 03:19:51.668 INFO running `"docker" "start" "-a" "1363a02907107ab0b35b76f968b0f2c1270ef8e85c8466446adb9a03573cd450"` Sep 14 03:19:52.806 INFO kablam! usermod: no changes Sep 14 03:19:52.882 INFO kablam! Compiling version_check v0.1.4 Sep 14 03:19:52.883 INFO kablam! Checking bitflags v1.0.3 Sep 14 03:19:52.883 INFO kablam! Checking ux v0.1.2 Sep 14 03:19:52.883 INFO kablam! Checking bit_field v0.9.0 Sep 14 03:19:52.883 INFO kablam! Checking os_bootinfo v0.2.1 Sep 14 03:19:52.883 INFO kablam! Checking usize_conversions v0.2.0 Sep 14 03:19:53.422 INFO kablam! Checking spin v0.4.9 Sep 14 03:19:54.403 INFO kablam! Checking volatile v0.2.4 Sep 14 03:19:54.439 INFO kablam! Checking bootloader_precompiled v0.2.0 Sep 14 03:19:54.494 INFO kablam! Checking array-init v0.0.3 Sep 14 03:19:54.638 INFO kablam! Compiling lazy_static v1.1.0 Sep 14 03:20:08.787 INFO kablam! Checking x86_64 v0.2.11 Sep 14 03:20:10.466 INFO kablam! Checking uart_16550 v0.1.0 Sep 14 03:20:10.946 INFO kablam! Checking blog_os v0.2.0 (file:///source) Sep 14 03:20:14.542 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 14 03:20:14.543 INFO kablam! --> src/bin/test-basic-boot.rs:28:1 Sep 14 03:20:14.543 INFO kablam! | Sep 14 03:20:14.543 INFO kablam! 28 | #[panic_implementation] Sep 14 03:20:14.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 03:20:14.543 INFO kablam! | Sep 14 03:20:14.543 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:20:14.543 INFO kablam! Sep 14 03:20:14.611 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 14 03:20:14.611 INFO kablam! --> src/bin/test-exception-double-fault-stack-overflow.rs:42:1 Sep 14 03:20:14.611 INFO kablam! | Sep 14 03:20:14.611 INFO kablam! 42 | #[panic_implementation] Sep 14 03:20:14.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 03:20:14.615 INFO kablam! | Sep 14 03:20:14.615 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:20:14.615 INFO kablam! Sep 14 03:20:14.643 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 14 03:20:14.643 INFO kablam! --> src/main.rs:38:1 Sep 14 03:20:14.643 INFO kablam! | Sep 14 03:20:14.643 INFO kablam! 38 | #[panic_implementation] Sep 14 03:20:14.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 03:20:14.643 INFO kablam! | Sep 14 03:20:14.643 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:20:14.643 INFO kablam! Sep 14 03:20:14.663 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 14 03:20:14.663 INFO kablam! --> src/bin/test-panic.rs:19:1 Sep 14 03:20:14.663 INFO kablam! | Sep 14 03:20:14.663 INFO kablam! 19 | #[panic_implementation] Sep 14 03:20:14.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 03:20:14.663 INFO kablam! | Sep 14 03:20:14.663 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:20:14.663 INFO kablam! Sep 14 03:20:14.691 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 14 03:20:14.691 INFO kablam! --> src/bin/test-exception-breakpoint.rs:48:1 Sep 14 03:20:14.691 INFO kablam! | Sep 14 03:20:14.691 INFO kablam! 48 | #[panic_implementation] Sep 14 03:20:14.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute Sep 14 03:20:14.691 INFO kablam! | Sep 14 03:20:14.691 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 03:20:14.691 INFO kablam! Sep 14 03:20:14.739 INFO kablam! warning: function cannot return without recursing Sep 14 03:20:14.739 INFO kablam! --> src/main.rs:25:5 Sep 14 03:20:14.739 INFO kablam! | Sep 14 03:20:14.739 INFO kablam! 25 | fn stack_overflow() { Sep 14 03:20:14.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ cannot return without recursing Sep 14 03:20:14.739 INFO kablam! 26 | stack_overflow(); // for each recursion, the return address is pushed Sep 14 03:20:14.739 INFO kablam! | ---------------- recursive call site Sep 14 03:20:14.739 INFO kablam! | Sep 14 03:20:14.739 INFO kablam! = note: #[warn(unconditional_recursion)] on by default Sep 14 03:20:14.739 INFO kablam! = help: a `loop` may express intention better if this is on purpose Sep 14 03:20:14.739 INFO kablam! Sep 14 03:20:14.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.04s Sep 14 03:20:14.876 INFO kablam! su: No module specific data is present Sep 14 03:20:15.972 INFO running `"docker" "rm" "-f" "1363a02907107ab0b35b76f968b0f2c1270ef8e85c8466446adb9a03573cd450"` Sep 14 03:20:16.239 INFO blam! 1363a02907107ab0b35b76f968b0f2c1270ef8e85c8466446adb9a03573cd450