Sep 02 07:01:16.134 INFO checking multiboot2-0.7.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 07:01:16.134 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 07:01:16.134 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:01:16.321 INFO blam! 054da5ea296f15fa09ffcf9470b95648b7d3d04823dc33c0b004de9f83044e90 Sep 02 07:01:16.323 INFO running `"docker" "start" "-a" "054da5ea296f15fa09ffcf9470b95648b7d3d04823dc33c0b004de9f83044e90"` Sep 02 07:01:16.888 INFO kablam! Checking multiboot2 v0.7.1 (file:///source) Sep 02 07:01:17.383 INFO kablam! warning: unused imports: `FramebufferField`, `FramebufferTag` Sep 02 07:01:17.383 INFO kablam! --> src/lib.rs:364:27 Sep 02 07:01:17.383 INFO kablam! | Sep 02 07:01:17.383 INFO kablam! 364 | use framebuffer::{FramebufferTag, FramebufferField, FramebufferType}; Sep 02 07:01:17.383 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ Sep 02 07:01:17.383 INFO kablam! | Sep 02 07:01:17.384 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:01:17.384 INFO kablam! Sep 02 07:01:17.520 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.520 INFO kablam! --> src/header.rs:1:10 Sep 02 07:01:17.520 INFO kablam! | Sep 02 07:01:17.520 INFO kablam! 1 | #[derive(Debug)] Sep 02 07:01:17.520 INFO kablam! | ^^^^^ Sep 02 07:01:17.520 INFO kablam! | Sep 02 07:01:17.520 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 07:01:17.520 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 02 07:01:17.521 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.521 INFO kablam! Sep 02 07:01:17.522 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.522 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 02 07:01:17.522 INFO kablam! | Sep 02 07:01:17.523 INFO kablam! 2 | #[derive(Debug)] Sep 02 07:01:17.523 INFO kablam! | ^^^^^ Sep 02 07:01:17.523 INFO kablam! | Sep 02 07:01:17.523 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 02 07:01:17.523 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.523 INFO kablam! Sep 02 07:01:17.523 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 07:01:17.523 INFO kablam! --> src/elf_sections.rs:9:5 Sep 02 07:01:17.523 INFO kablam! | Sep 02 07:01:17.523 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 02 07:01:17.523 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:01:17.523 INFO kablam! | Sep 02 07:01:17.523 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 02 07:01:17.523 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.523 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 02 07:01:17.523 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 02 07:01:17.523 INFO kablam! Sep 02 07:01:17.523 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.524 INFO kablam! --> src/elf_sections.rs:17:10 Sep 02 07:01:17.524 INFO kablam! | Sep 02 07:01:17.524 INFO kablam! 17 | #[derive(Debug)] Sep 02 07:01:17.524 INFO kablam! | ^^^^^ Sep 02 07:01:17.524 INFO kablam! | Sep 02 07:01:17.524 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 02 07:01:17.524 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.524 INFO kablam! Sep 02 07:01:17.524 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.524 INFO kablam! --> src/elf_sections.rs:88:10 Sep 02 07:01:17.524 INFO kablam! | Sep 02 07:01:17.524 INFO kablam! 88 | #[derive(Debug)] Sep 02 07:01:17.524 INFO kablam! | ^^^^^ Sep 02 07:01:17.524 INFO kablam! | Sep 02 07:01:17.524 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 02 07:01:17.524 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.524 INFO kablam! Sep 02 07:01:17.524 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.525 INFO kablam! --> src/elf_sections.rs:103:10 Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 INFO kablam! 103 | #[derive(Debug)] Sep 02 07:01:17.525 INFO kablam! | ^^^^^ Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 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 02 07:01:17.525 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.525 INFO kablam! Sep 02 07:01:17.525 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.525 INFO kablam! --> src/module.rs:3:10 Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 INFO kablam! 3 | #[derive(Debug)] Sep 02 07:01:17.525 INFO kablam! | ^^^^^ Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 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 02 07:01:17.525 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.525 INFO kablam! Sep 02 07:01:17.525 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.525 INFO kablam! --> src/command_line.rs:2:10 Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 INFO kablam! 2 | #[derive(Debug)] Sep 02 07:01:17.525 INFO kablam! | ^^^^^ Sep 02 07:01:17.525 INFO kablam! | Sep 02 07:01:17.525 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 02 07:01:17.526 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.526 INFO kablam! Sep 02 07:01:17.526 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.526 INFO kablam! --> src/rsdp.rs:11:10 Sep 02 07:01:17.526 INFO kablam! | Sep 02 07:01:17.526 INFO kablam! 11 | #[derive(Debug)] Sep 02 07:01:17.526 INFO kablam! | ^^^^^ Sep 02 07:01:17.526 INFO kablam! | Sep 02 07:01:17.526 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 02 07:01:17.526 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.526 INFO kablam! Sep 02 07:01:17.526 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:17.526 INFO kablam! --> src/rsdp.rs:46:10 Sep 02 07:01:17.526 INFO kablam! | Sep 02 07:01:17.526 INFO kablam! 46 | #[derive(Debug)] Sep 02 07:01:17.526 INFO kablam! | ^^^^^ Sep 02 07:01:17.526 INFO kablam! | Sep 02 07:01:17.526 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 02 07:01:17.526 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:17.526 INFO kablam! Sep 02 07:01:18.558 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.558 INFO kablam! --> src/header.rs:1:10 Sep 02 07:01:18.558 INFO kablam! | Sep 02 07:01:18.558 INFO kablam! 1 | #[derive(Debug)] Sep 02 07:01:18.558 INFO kablam! | ^^^^^ Sep 02 07:01:18.558 INFO kablam! | Sep 02 07:01:18.559 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 07:01:18.559 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 02 07:01:18.559 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.559 INFO kablam! Sep 02 07:01:18.559 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.559 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 02 07:01:18.559 INFO kablam! | Sep 02 07:01:18.559 INFO kablam! 2 | #[derive(Debug)] Sep 02 07:01:18.559 INFO kablam! | ^^^^^ Sep 02 07:01:18.559 INFO kablam! | Sep 02 07:01:18.559 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 02 07:01:18.559 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.559 INFO kablam! Sep 02 07:01:18.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 07:01:18.559 INFO kablam! --> src/elf_sections.rs:9:5 Sep 02 07:01:18.559 INFO kablam! | Sep 02 07:01:18.559 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 02 07:01:18.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:01:18.559 INFO kablam! | Sep 02 07:01:18.559 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 02 07:01:18.559 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.559 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 02 07:01:18.559 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 02 07:01:18.560 INFO kablam! Sep 02 07:01:18.560 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.560 INFO kablam! --> src/elf_sections.rs:17:10 Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 INFO kablam! 17 | #[derive(Debug)] Sep 02 07:01:18.560 INFO kablam! | ^^^^^ Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 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 02 07:01:18.560 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.560 INFO kablam! Sep 02 07:01:18.560 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.560 INFO kablam! --> src/elf_sections.rs:88:10 Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 INFO kablam! 88 | #[derive(Debug)] Sep 02 07:01:18.560 INFO kablam! | ^^^^^ Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 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 02 07:01:18.560 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.560 INFO kablam! Sep 02 07:01:18.560 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.560 INFO kablam! --> src/elf_sections.rs:103:10 Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 INFO kablam! 103 | #[derive(Debug)] Sep 02 07:01:18.560 INFO kablam! | ^^^^^ Sep 02 07:01:18.560 INFO kablam! | Sep 02 07:01:18.560 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 02 07:01:18.560 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.560 INFO kablam! Sep 02 07:01:18.561 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.561 INFO kablam! --> src/module.rs:3:10 Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 INFO kablam! 3 | #[derive(Debug)] Sep 02 07:01:18.561 INFO kablam! | ^^^^^ Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 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 02 07:01:18.561 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.561 INFO kablam! Sep 02 07:01:18.561 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.561 INFO kablam! --> src/command_line.rs:2:10 Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 INFO kablam! 2 | #[derive(Debug)] Sep 02 07:01:18.561 INFO kablam! | ^^^^^ Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 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 02 07:01:18.561 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.561 INFO kablam! Sep 02 07:01:18.561 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.561 INFO kablam! --> src/rsdp.rs:11:10 Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 INFO kablam! 11 | #[derive(Debug)] Sep 02 07:01:18.561 INFO kablam! | ^^^^^ Sep 02 07:01:18.561 INFO kablam! | Sep 02 07:01:18.561 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 02 07:01:18.561 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.562 INFO kablam! Sep 02 07:01:18.562 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 07:01:18.562 INFO kablam! --> src/rsdp.rs:46:10 Sep 02 07:01:18.562 INFO kablam! | Sep 02 07:01:18.562 INFO kablam! 46 | #[derive(Debug)] Sep 02 07:01:18.562 INFO kablam! | ^^^^^ Sep 02 07:01:18.562 INFO kablam! | Sep 02 07:01:18.562 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 02 07:01:18.562 INFO kablam! = note: for more information, see issue #46043 Sep 02 07:01:18.562 INFO kablam! Sep 02 07:01:18.601 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Sep 02 07:01:18.603 INFO kablam! su: No module specific data is present Sep 02 07:01:19.069 INFO running `"docker" "rm" "-f" "054da5ea296f15fa09ffcf9470b95648b7d3d04823dc33c0b004de9f83044e90"` Sep 02 07:01:19.180 INFO blam! 054da5ea296f15fa09ffcf9470b95648b7d3d04823dc33c0b004de9f83044e90