Aug 30 10:11:02.595 INFO checking multiboot2-0.7.1 against master#545f22340f72ee0efaf6463efb43a2840e3d35db for pr-53699 Aug 30 10:11:02.595 INFO running: cargo +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets Aug 30 10:11:02.595 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/master#545f22340f72ee0efaf6463efb43a2840e3d35db:/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 +545f22340f72ee0efaf6463efb43a2840e3d35db-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 10:11:02.761 INFO blam! 5042f47db216742c0d7158a59e97a19f1b75772014f8aa87b07df2eb804482ca Aug 30 10:11:02.763 INFO running `"docker" "start" "-a" "5042f47db216742c0d7158a59e97a19f1b75772014f8aa87b07df2eb804482ca"` Aug 30 10:11:03.444 INFO kablam! Checking multiboot2 v0.7.1 (file:///source) Aug 30 10:11:03.980 INFO kablam! warning: unused imports: `FramebufferField`, `FramebufferTag` Aug 30 10:11:03.980 INFO kablam! --> src/lib.rs:364:27 Aug 30 10:11:03.980 INFO kablam! | Aug 30 10:11:03.980 INFO kablam! 364 | use framebuffer::{FramebufferTag, FramebufferField, FramebufferType}; Aug 30 10:11:03.980 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^ Aug 30 10:11:03.980 INFO kablam! | Aug 30 10:11:03.980 INFO kablam! = note: #[warn(unused_imports)] on by default Aug 30 10:11:03.980 INFO kablam! Aug 30 10:11:04.119 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.119 INFO kablam! --> src/header.rs:1:10 Aug 30 10:11:04.119 INFO kablam! | Aug 30 10:11:04.119 INFO kablam! 1 | #[derive(Debug)] Aug 30 10:11:04.119 INFO kablam! | ^^^^^ Aug 30 10:11:04.119 INFO kablam! | Aug 30 10:11:04.119 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 10:11:04.119 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! Aug 30 10:11:04.119 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.119 INFO kablam! Aug 30 10:11:04.121 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.121 INFO kablam! --> src/boot_loader_name.rs:2:10 Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 INFO kablam! 2 | #[derive(Debug)] Aug 30 10:11:04.121 INFO kablam! | ^^^^^ Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 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! Aug 30 10:11:04.121 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.121 INFO kablam! Aug 30 10:11:04.121 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 10:11:04.121 INFO kablam! --> src/elf_sections.rs:9:5 Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 INFO kablam! 9 | assert_eq!(9, tag.typ); Aug 30 10:11:04.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 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! Aug 30 10:11:04.121 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.121 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 10:11:04.121 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) Aug 30 10:11:04.121 INFO kablam! Aug 30 10:11:04.121 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.121 INFO kablam! --> src/elf_sections.rs:17:10 Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 INFO kablam! 17 | #[derive(Debug)] Aug 30 10:11:04.121 INFO kablam! | ^^^^^ Aug 30 10:11:04.121 INFO kablam! | Aug 30 10:11:04.121 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! Aug 30 10:11:04.121 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.121 INFO kablam! Aug 30 10:11:04.121 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.122 INFO kablam! --> src/elf_sections.rs:88:10 Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 INFO kablam! 88 | #[derive(Debug)] Aug 30 10:11:04.122 INFO kablam! | ^^^^^ Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 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! Aug 30 10:11:04.122 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.122 INFO kablam! Aug 30 10:11:04.122 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.122 INFO kablam! --> src/elf_sections.rs:103:10 Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 INFO kablam! 103 | #[derive(Debug)] Aug 30 10:11:04.122 INFO kablam! | ^^^^^ Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 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! Aug 30 10:11:04.122 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.122 INFO kablam! Aug 30 10:11:04.122 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.122 INFO kablam! --> src/module.rs:3:10 Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 INFO kablam! 3 | #[derive(Debug)] Aug 30 10:11:04.122 INFO kablam! | ^^^^^ Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 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! Aug 30 10:11:04.122 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.122 INFO kablam! Aug 30 10:11:04.122 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.122 INFO kablam! --> src/command_line.rs:2:10 Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 INFO kablam! 2 | #[derive(Debug)] Aug 30 10:11:04.122 INFO kablam! | ^^^^^ Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.122 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! Aug 30 10:11:04.122 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.122 INFO kablam! Aug 30 10:11:04.122 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.122 INFO kablam! --> src/rsdp.rs:11:10 Aug 30 10:11:04.122 INFO kablam! | Aug 30 10:11:04.123 INFO kablam! 11 | #[derive(Debug)] Aug 30 10:11:04.123 INFO kablam! | ^^^^^ Aug 30 10:11:04.123 INFO kablam! | Aug 30 10:11:04.123 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! Aug 30 10:11:04.123 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.123 INFO kablam! Aug 30 10:11:04.123 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:04.123 INFO kablam! --> src/rsdp.rs:46:10 Aug 30 10:11:04.123 INFO kablam! | Aug 30 10:11:04.123 INFO kablam! 46 | #[derive(Debug)] Aug 30 10:11:04.123 INFO kablam! | ^^^^^ Aug 30 10:11:04.123 INFO kablam! | Aug 30 10:11:04.123 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! Aug 30 10:11:04.123 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:04.123 INFO kablam! Aug 30 10:11:05.110 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.110 INFO kablam! --> src/header.rs:1:10 Aug 30 10:11:05.110 INFO kablam! | Aug 30 10:11:05.110 INFO kablam! 1 | #[derive(Debug)] Aug 30 10:11:05.110 INFO kablam! | ^^^^^ Aug 30 10:11:05.110 INFO kablam! | Aug 30 10:11:05.110 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 10:11:05.111 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! Aug 30 10:11:05.111 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.111 INFO kablam! Aug 30 10:11:05.111 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.111 INFO kablam! --> src/boot_loader_name.rs:2:10 Aug 30 10:11:05.111 INFO kablam! | Aug 30 10:11:05.111 INFO kablam! 2 | #[derive(Debug)] Aug 30 10:11:05.111 INFO kablam! | ^^^^^ Aug 30 10:11:05.111 INFO kablam! | Aug 30 10:11:05.111 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! Aug 30 10:11:05.111 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.111 INFO kablam! Aug 30 10:11:05.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 10:11:05.111 INFO kablam! --> src/elf_sections.rs:9:5 Aug 30 10:11:05.111 INFO kablam! | Aug 30 10:11:05.111 INFO kablam! 9 | assert_eq!(9, tag.typ); Aug 30 10:11:05.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 10:11:05.111 INFO kablam! | Aug 30 10:11:05.111 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! Aug 30 10:11:05.111 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.112 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 10:11:05.112 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) Aug 30 10:11:05.112 INFO kablam! Aug 30 10:11:05.112 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.112 INFO kablam! --> src/elf_sections.rs:17:10 Aug 30 10:11:05.112 INFO kablam! | Aug 30 10:11:05.112 INFO kablam! 17 | #[derive(Debug)] Aug 30 10:11:05.112 INFO kablam! | ^^^^^ Aug 30 10:11:05.112 INFO kablam! | Aug 30 10:11:05.112 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! Aug 30 10:11:05.112 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.112 INFO kablam! Aug 30 10:11:05.112 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.112 INFO kablam! --> src/elf_sections.rs:88:10 Aug 30 10:11:05.112 INFO kablam! | Aug 30 10:11:05.113 INFO kablam! 88 | #[derive(Debug)] Aug 30 10:11:05.113 INFO kablam! | ^^^^^ Aug 30 10:11:05.113 INFO kablam! | Aug 30 10:11:05.113 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! Aug 30 10:11:05.113 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.113 INFO kablam! Aug 30 10:11:05.113 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.113 INFO kablam! --> src/elf_sections.rs:103:10 Aug 30 10:11:05.113 INFO kablam! | Aug 30 10:11:05.113 INFO kablam! 103 | #[derive(Debug)] Aug 30 10:11:05.113 INFO kablam! | ^^^^^ Aug 30 10:11:05.113 INFO kablam! | Aug 30 10:11:05.113 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! Aug 30 10:11:05.113 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.113 INFO kablam! Aug 30 10:11:05.113 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.113 INFO kablam! --> src/module.rs:3:10 Aug 30 10:11:05.113 INFO kablam! | Aug 30 10:11:05.113 INFO kablam! 3 | #[derive(Debug)] Aug 30 10:11:05.113 INFO kablam! | ^^^^^ Aug 30 10:11:05.113 INFO kablam! | Aug 30 10:11:05.113 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! Aug 30 10:11:05.113 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.113 INFO kablam! Aug 30 10:11:05.114 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.114 INFO kablam! --> src/command_line.rs:2:10 Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.114 INFO kablam! 2 | #[derive(Debug)] Aug 30 10:11:05.114 INFO kablam! | ^^^^^ Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.114 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! Aug 30 10:11:05.114 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.114 INFO kablam! Aug 30 10:11:05.114 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.114 INFO kablam! --> src/rsdp.rs:11:10 Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.114 INFO kablam! 11 | #[derive(Debug)] Aug 30 10:11:05.114 INFO kablam! | ^^^^^ Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.114 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! Aug 30 10:11:05.114 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.114 INFO kablam! Aug 30 10:11:05.114 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 10:11:05.114 INFO kablam! --> src/rsdp.rs:46:10 Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.114 INFO kablam! 46 | #[derive(Debug)] Aug 30 10:11:05.114 INFO kablam! | ^^^^^ Aug 30 10:11:05.114 INFO kablam! | Aug 30 10:11:05.115 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! Aug 30 10:11:05.115 INFO kablam! = note: for more information, see issue #46043 Aug 30 10:11:05.115 INFO kablam! Aug 30 10:11:05.156 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.73s Aug 30 10:11:05.159 INFO kablam! su: No module specific data is present Aug 30 10:11:05.566 INFO running `"docker" "rm" "-f" "5042f47db216742c0d7158a59e97a19f1b75772014f8aa87b07df2eb804482ca"` Aug 30 10:11:05.679 INFO blam! 5042f47db216742c0d7158a59e97a19f1b75772014f8aa87b07df2eb804482ca