Sep 04 10:24:39.213 INFO checking multiboot2-0.7.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 10:24:39.213 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 10:24:39.213 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/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 04 10:24:39.369 INFO blam! 962fa7ddf00928c28dd2c68aba772d8c4b029cdb98aba95f4280655fa468bee2 Sep 04 10:24:39.371 INFO running `"docker" "start" "-a" "962fa7ddf00928c28dd2c68aba772d8c4b029cdb98aba95f4280655fa468bee2"` Sep 04 10:24:40.157 INFO kablam! Checking multiboot2 v0.7.1 (file:///source) Sep 04 10:24:40.815 INFO kablam! warning: unused imports: `FramebufferField`, `FramebufferTag` Sep 04 10:24:40.815 INFO kablam! --> src/lib.rs:364:27 Sep 04 10:24:40.815 INFO kablam! | Sep 04 10:24:40.816 INFO kablam! 364 | use framebuffer::{FramebufferTag, FramebufferField, FramebufferType}; Sep 04 10:24:40.816 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ Sep 04 10:24:40.816 INFO kablam! | Sep 04 10:24:40.816 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:24:40.816 INFO kablam! Sep 04 10:24:40.934 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.934 INFO kablam! --> src/header.rs:1:10 Sep 04 10:24:40.934 INFO kablam! | Sep 04 10:24:40.934 INFO kablam! 1 | #[derive(Debug)] Sep 04 10:24:40.934 INFO kablam! | ^^^^^ Sep 04 10:24:40.934 INFO kablam! | Sep 04 10:24:40.934 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 10:24:40.934 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 10:24:40.934 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.934 INFO kablam! Sep 04 10:24:40.934 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.934 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 04 10:24:40.934 INFO kablam! | Sep 04 10:24:40.934 INFO kablam! 2 | #[derive(Debug)] Sep 04 10:24:40.934 INFO kablam! | ^^^^^ Sep 04 10:24:40.934 INFO kablam! | Sep 04 10:24:40.934 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 10:24:40.934 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.934 INFO kablam! Sep 04 10:24:40.935 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 10:24:40.935 INFO kablam! --> src/elf_sections.rs:9:5 Sep 04 10:24:40.935 INFO kablam! | Sep 04 10:24:40.935 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 04 10:24:40.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:24:40.935 INFO kablam! | Sep 04 10:24:40.935 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 10:24:40.935 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.935 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 10:24:40.935 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 10:24:40.935 INFO kablam! Sep 04 10:24:40.935 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.935 INFO kablam! --> src/elf_sections.rs:17:10 Sep 04 10:24:40.935 INFO kablam! | Sep 04 10:24:40.935 INFO kablam! 17 | #[derive(Debug)] Sep 04 10:24:40.935 INFO kablam! | ^^^^^ Sep 04 10:24:40.935 INFO kablam! | Sep 04 10:24:40.935 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 10:24:40.935 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.935 INFO kablam! Sep 04 10:24:40.935 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.935 INFO kablam! --> src/elf_sections.rs:88:10 Sep 04 10:24:40.935 INFO kablam! | Sep 04 10:24:40.935 INFO kablam! 88 | #[derive(Debug)] Sep 04 10:24:40.936 INFO kablam! | ^^^^^ Sep 04 10:24:40.936 INFO kablam! | Sep 04 10:24:40.936 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 10:24:40.936 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.936 INFO kablam! Sep 04 10:24:40.936 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.936 INFO kablam! --> src/elf_sections.rs:103:10 Sep 04 10:24:40.936 INFO kablam! | Sep 04 10:24:40.936 INFO kablam! 103 | #[derive(Debug)] Sep 04 10:24:40.936 INFO kablam! | ^^^^^ Sep 04 10:24:40.936 INFO kablam! | Sep 04 10:24:40.936 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 10:24:40.936 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.936 INFO kablam! Sep 04 10:24:40.936 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.936 INFO kablam! --> src/module.rs:3:10 Sep 04 10:24:40.936 INFO kablam! | Sep 04 10:24:40.936 INFO kablam! 3 | #[derive(Debug)] Sep 04 10:24:40.936 INFO kablam! | ^^^^^ Sep 04 10:24:40.936 INFO kablam! | Sep 04 10:24:40.937 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 10:24:40.937 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.937 INFO kablam! Sep 04 10:24:40.937 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.937 INFO kablam! --> src/command_line.rs:2:10 Sep 04 10:24:40.937 INFO kablam! | Sep 04 10:24:40.937 INFO kablam! 2 | #[derive(Debug)] Sep 04 10:24:40.937 INFO kablam! | ^^^^^ Sep 04 10:24:40.937 INFO kablam! | Sep 04 10:24:40.937 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 10:24:40.937 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.937 INFO kablam! Sep 04 10:24:40.937 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.937 INFO kablam! --> src/rsdp.rs:11:10 Sep 04 10:24:40.937 INFO kablam! | Sep 04 10:24:40.937 INFO kablam! 11 | #[derive(Debug)] Sep 04 10:24:40.937 INFO kablam! | ^^^^^ Sep 04 10:24:40.937 INFO kablam! | Sep 04 10:24:40.937 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 10:24:40.937 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.938 INFO kablam! Sep 04 10:24:40.938 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:40.938 INFO kablam! --> src/rsdp.rs:46:10 Sep 04 10:24:40.938 INFO kablam! | Sep 04 10:24:40.938 INFO kablam! 46 | #[derive(Debug)] Sep 04 10:24:40.938 INFO kablam! | ^^^^^ Sep 04 10:24:40.938 INFO kablam! | Sep 04 10:24:40.938 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 10:24:40.938 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:40.938 INFO kablam! Sep 04 10:24:42.005 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.005 INFO kablam! --> src/header.rs:1:10 Sep 04 10:24:42.005 INFO kablam! | Sep 04 10:24:42.005 INFO kablam! 1 | #[derive(Debug)] Sep 04 10:24:42.005 INFO kablam! | ^^^^^ Sep 04 10:24:42.005 INFO kablam! | Sep 04 10:24:42.005 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 10:24:42.005 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 10:24:42.006 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.006 INFO kablam! Sep 04 10:24:42.006 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.006 INFO kablam! --> src/boot_loader_name.rs:2:10 Sep 04 10:24:42.006 INFO kablam! | Sep 04 10:24:42.006 INFO kablam! 2 | #[derive(Debug)] Sep 04 10:24:42.006 INFO kablam! | ^^^^^ Sep 04 10:24:42.006 INFO kablam! | Sep 04 10:24:42.006 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 10:24:42.006 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.006 INFO kablam! Sep 04 10:24:42.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 10:24:42.006 INFO kablam! --> src/elf_sections.rs:9:5 Sep 04 10:24:42.006 INFO kablam! | Sep 04 10:24:42.006 INFO kablam! 9 | assert_eq!(9, tag.typ); Sep 04 10:24:42.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:24:42.006 INFO kablam! | Sep 04 10:24:42.006 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 10:24:42.007 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.007 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 10:24:42.007 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 10:24:42.007 INFO kablam! Sep 04 10:24:42.007 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.007 INFO kablam! --> src/elf_sections.rs:17:10 Sep 04 10:24:42.007 INFO kablam! | Sep 04 10:24:42.007 INFO kablam! 17 | #[derive(Debug)] Sep 04 10:24:42.007 INFO kablam! | ^^^^^ Sep 04 10:24:42.007 INFO kablam! | Sep 04 10:24:42.007 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 10:24:42.007 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.007 INFO kablam! Sep 04 10:24:42.007 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.007 INFO kablam! --> src/elf_sections.rs:88:10 Sep 04 10:24:42.007 INFO kablam! | Sep 04 10:24:42.007 INFO kablam! 88 | #[derive(Debug)] Sep 04 10:24:42.007 INFO kablam! | ^^^^^ Sep 04 10:24:42.007 INFO kablam! | Sep 04 10:24:42.008 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 10:24:42.008 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.008 INFO kablam! Sep 04 10:24:42.008 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.008 INFO kablam! --> src/elf_sections.rs:103:10 Sep 04 10:24:42.008 INFO kablam! | Sep 04 10:24:42.008 INFO kablam! 103 | #[derive(Debug)] Sep 04 10:24:42.008 INFO kablam! | ^^^^^ Sep 04 10:24:42.008 INFO kablam! | Sep 04 10:24:42.008 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 10:24:42.008 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.008 INFO kablam! Sep 04 10:24:42.008 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.008 INFO kablam! --> src/module.rs:3:10 Sep 04 10:24:42.008 INFO kablam! | Sep 04 10:24:42.008 INFO kablam! 3 | #[derive(Debug)] Sep 04 10:24:42.008 INFO kablam! | ^^^^^ Sep 04 10:24:42.008 INFO kablam! | Sep 04 10:24:42.008 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 10:24:42.009 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.009 INFO kablam! Sep 04 10:24:42.009 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.009 INFO kablam! --> src/command_line.rs:2:10 Sep 04 10:24:42.009 INFO kablam! | Sep 04 10:24:42.009 INFO kablam! 2 | #[derive(Debug)] Sep 04 10:24:42.009 INFO kablam! | ^^^^^ Sep 04 10:24:42.009 INFO kablam! | Sep 04 10:24:42.009 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 10:24:42.009 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.009 INFO kablam! Sep 04 10:24:42.009 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.009 INFO kablam! --> src/rsdp.rs:11:10 Sep 04 10:24:42.009 INFO kablam! | Sep 04 10:24:42.009 INFO kablam! 11 | #[derive(Debug)] Sep 04 10:24:42.009 INFO kablam! | ^^^^^ Sep 04 10:24:42.009 INFO kablam! | Sep 04 10:24:42.009 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 10:24:42.010 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.010 INFO kablam! Sep 04 10:24:42.010 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 04 10:24:42.010 INFO kablam! --> src/rsdp.rs:46:10 Sep 04 10:24:42.010 INFO kablam! | Sep 04 10:24:42.010 INFO kablam! 46 | #[derive(Debug)] Sep 04 10:24:42.010 INFO kablam! | ^^^^^ Sep 04 10:24:42.010 INFO kablam! | Sep 04 10:24:42.010 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 10:24:42.010 INFO kablam! = note: for more information, see issue #46043 Sep 04 10:24:42.010 INFO kablam! Sep 04 10:24:42.066 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Sep 04 10:24:42.068 INFO kablam! su: No module specific data is present Sep 04 10:24:42.514 INFO running `"docker" "rm" "-f" "962fa7ddf00928c28dd2c68aba772d8c4b029cdb98aba95f4280655fa468bee2"` Sep 04 10:24:42.610 INFO blam! 962fa7ddf00928c28dd2c68aba772d8c4b029cdb98aba95f4280655fa468bee2