Sep 04 13:20:04.941 INFO checking multiboot2-0.7.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 13:20:04.941 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 13:20:04.941 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 13:20:05.098 INFO blam! 61eba721313674941e56d464b9b9822346bdba0fd6e87ea97de36ba8b8b954e0 Sep 04 13:20:05.100 INFO running `"docker" "start" "-a" "61eba721313674941e56d464b9b9822346bdba0fd6e87ea97de36ba8b8b954e0"` Sep 04 13:20:05.825 INFO kablam! Checking multiboot2 v0.7.1 (file:///source) Sep 04 13:20:06.434 INFO kablam! warning: unused imports: `FramebufferField`, `FramebufferTag` Sep 04 13:20:06.435 INFO kablam! --> src/lib.rs:364:27 Sep 04 13:20:06.435 INFO kablam! | Sep 04 13:20:06.435 INFO kablam! 364 | use framebuffer::{FramebufferTag, FramebufferField, FramebufferType}; Sep 04 13:20:06.435 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ Sep 04 13:20:06.435 INFO kablam! | Sep 04 13:20:06.435 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 13:20:06.435 INFO kablam! Sep 04 13:20:06.554 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.554 INFO kablam! --> src/header.rs:1:10 Sep 04 13:20:06.554 INFO kablam! | Sep 04 13:20:06.554 INFO kablam! 1 | #[derive(Debug)] Sep 04 13:20:06.554 INFO kablam! | ^^^^^ Sep 04 13:20:06.554 INFO kablam! | Sep 04 13:20:06.554 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 13:20:06.554 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.554 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.554 INFO kablam! Sep 04 13:20:06.554 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.554 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! 2 | #[derive(Debug)] Sep 04 13:20:06.555 INFO kablam! | ^^^^^ Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.555 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.555 INFO kablam! Sep 04 13:20:06.555 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 13:20:06.555 INFO kablam! --> src/elf_sections.rs:9:5 Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 04 13:20:06.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.555 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.555 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 13:20:06.555 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 13:20:06.555 INFO kablam! Sep 04 13:20:06.555 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.555 INFO kablam! --> src/elf_sections.rs:17:10 Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! 17 | #[derive(Debug)] Sep 04 13:20:06.555 INFO kablam! | ^^^^^ Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.555 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.555 INFO kablam! Sep 04 13:20:06.555 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.555 INFO kablam! --> src/elf_sections.rs:88:10 Sep 04 13:20:06.555 INFO kablam! | Sep 04 13:20:06.555 INFO kablam! 88 | #[derive(Debug)] Sep 04 13:20:06.556 INFO kablam! | ^^^^^ Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.556 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.556 INFO kablam! Sep 04 13:20:06.556 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.556 INFO kablam! --> src/elf_sections.rs:103:10 Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! 103 | #[derive(Debug)] Sep 04 13:20:06.556 INFO kablam! | ^^^^^ Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.556 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.556 INFO kablam! Sep 04 13:20:06.556 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.556 INFO kablam! --> src/module.rs:3:10 Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! 3 | #[derive(Debug)] Sep 04 13:20:06.556 INFO kablam! | ^^^^^ Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.556 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.556 INFO kablam! Sep 04 13:20:06.556 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.556 INFO kablam! --> src/command_line.rs:2:10 Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.556 INFO kablam! 2 | #[derive(Debug)] Sep 04 13:20:06.556 INFO kablam! | ^^^^^ Sep 04 13:20:06.556 INFO kablam! | Sep 04 13:20:06.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.557 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.557 INFO kablam! Sep 04 13:20:06.557 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.557 INFO kablam! --> src/rsdp.rs:11:10 Sep 04 13:20:06.557 INFO kablam! | Sep 04 13:20:06.557 INFO kablam! 11 | #[derive(Debug)] Sep 04 13:20:06.557 INFO kablam! | ^^^^^ Sep 04 13:20:06.557 INFO kablam! | Sep 04 13:20:06.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.557 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.557 INFO kablam! Sep 04 13:20:06.557 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:06.557 INFO kablam! --> src/rsdp.rs:46:10 Sep 04 13:20:06.557 INFO kablam! | Sep 04 13:20:06.557 INFO kablam! 46 | #[derive(Debug)] Sep 04 13:20:06.557 INFO kablam! | ^^^^^ Sep 04 13:20:06.557 INFO kablam! | Sep 04 13:20:06.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:06.557 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:06.557 INFO kablam! Sep 04 13:20:07.501 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.501 INFO kablam! --> src/header.rs:1:10 Sep 04 13:20:07.501 INFO kablam! | Sep 04 13:20:07.501 INFO kablam! 1 | #[derive(Debug)] Sep 04 13:20:07.501 INFO kablam! | ^^^^^ Sep 04 13:20:07.501 INFO kablam! | Sep 04 13:20:07.501 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 13:20:07.501 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.501 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.501 INFO kablam! Sep 04 13:20:07.502 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.502 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! 2 | #[derive(Debug)] Sep 04 13:20:07.502 INFO kablam! | ^^^^^ Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.502 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.502 INFO kablam! Sep 04 13:20:07.502 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 13:20:07.502 INFO kablam! --> src/elf_sections.rs:9:5 Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 04 13:20:07.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.502 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.502 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 13:20:07.502 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 13:20:07.502 INFO kablam! Sep 04 13:20:07.502 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.502 INFO kablam! --> src/elf_sections.rs:17:10 Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! 17 | #[derive(Debug)] Sep 04 13:20:07.502 INFO kablam! | ^^^^^ Sep 04 13:20:07.502 INFO kablam! | Sep 04 13:20:07.502 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.502 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.503 INFO kablam! Sep 04 13:20:07.503 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.503 INFO kablam! --> src/elf_sections.rs:88:10 Sep 04 13:20:07.503 INFO kablam! | Sep 04 13:20:07.503 INFO kablam! 88 | #[derive(Debug)] Sep 04 13:20:07.503 INFO kablam! | ^^^^^ Sep 04 13:20:07.503 INFO kablam! | Sep 04 13:20:07.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.503 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.503 INFO kablam! Sep 04 13:20:07.503 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.503 INFO kablam! --> src/elf_sections.rs:103:10 Sep 04 13:20:07.503 INFO kablam! | Sep 04 13:20:07.503 INFO kablam! 103 | #[derive(Debug)] Sep 04 13:20:07.503 INFO kablam! | ^^^^^ Sep 04 13:20:07.503 INFO kablam! | Sep 04 13:20:07.503 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.503 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.503 INFO kablam! Sep 04 13:20:07.503 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.504 INFO kablam! --> src/module.rs:3:10 Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! 3 | #[derive(Debug)] Sep 04 13:20:07.504 INFO kablam! | ^^^^^ Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.504 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.504 INFO kablam! Sep 04 13:20:07.504 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.504 INFO kablam! --> src/command_line.rs:2:10 Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! 2 | #[derive(Debug)] Sep 04 13:20:07.504 INFO kablam! | ^^^^^ Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.504 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.504 INFO kablam! Sep 04 13:20:07.504 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.504 INFO kablam! --> src/rsdp.rs:11:10 Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! 11 | #[derive(Debug)] Sep 04 13:20:07.504 INFO kablam! | ^^^^^ Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.504 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.504 INFO kablam! Sep 04 13:20:07.504 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 13:20:07.504 INFO kablam! --> src/rsdp.rs:46:10 Sep 04 13:20:07.504 INFO kablam! | Sep 04 13:20:07.504 INFO kablam! 46 | #[derive(Debug)] Sep 04 13:20:07.505 INFO kablam! | ^^^^^ Sep 04 13:20:07.505 INFO kablam! | Sep 04 13:20:07.505 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 13:20:07.505 INFO kablam! = note: for more information, see issue #46043 Sep 04 13:20:07.505 INFO kablam! Sep 04 13:20:07.546 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Sep 04 13:20:07.552 INFO kablam! su: No module specific data is present Sep 04 13:20:08.265 INFO running `"docker" "rm" "-f" "61eba721313674941e56d464b9b9822346bdba0fd6e87ea97de36ba8b8b954e0"` Sep 04 13:20:08.352 INFO blam! 61eba721313674941e56d464b9b9822346bdba0fd6e87ea97de36ba8b8b954e0