Sep 02 15:30:03.480 INFO checking elrond-1.0.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 15:30:03.480 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 15:30:03.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/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 15:30:03.669 INFO blam! e58a4d5718cc3f755345604ec030ef8c3131aceca6a4483ff987ea247cc45a81 Sep 02 15:30:03.671 INFO running `"docker" "start" "-a" "e58a4d5718cc3f755345604ec030ef8c3131aceca6a4483ff987ea247cc45a81"` Sep 02 15:30:04.374 INFO kablam! Checking elrond v1.0.0 (file:///source) Sep 02 15:30:08.224 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.224 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 02 15:30:08.224 INFO kablam! | Sep 02 15:30:08.224 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 02 15:30:08.224 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:30:08.224 INFO kablam! | Sep 02 15:30:08.224 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 15:30:08.224 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 15:30:08.224 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.225 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 15:30:08.225 INFO kablam! Sep 02 15:30:08.225 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.225 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 02 15:30:08.225 INFO kablam! | Sep 02 15:30:08.226 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 02 15:30:08.226 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.226 INFO kablam! | Sep 02 15:30:08.226 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 15:30:08.226 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.226 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 15:30:08.226 INFO kablam! Sep 02 15:30:08.226 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.226 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 02 15:30:08.226 INFO kablam! | Sep 02 15:30:08.226 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 02 15:30:08.226 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.226 INFO kablam! | Sep 02 15:30:08.226 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 15:30:08.226 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.226 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 15:30:08.226 INFO kablam! Sep 02 15:30:08.226 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 15:30:08.227 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 02 15:30:08.227 INFO kablam! | Sep 02 15:30:08.227 INFO kablam! 80 | #[derive(Clone)] Sep 02 15:30:08.227 INFO kablam! | ^^^^^ Sep 02 15:30:08.227 INFO kablam! | Sep 02 15:30:08.227 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 15:30:08.227 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.227 INFO kablam! Sep 02 15:30:08.227 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.227 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 02 15:30:08.227 INFO kablam! | Sep 02 15:30:08.227 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 02 15:30:08.227 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:30:08.227 INFO kablam! | Sep 02 15:30:08.227 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 15:30:08.227 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.227 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 15:30:08.227 INFO kablam! Sep 02 15:30:08.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.228 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 02 15:30:08.228 INFO kablam! | Sep 02 15:30:08.228 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 02 15:30:08.228 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.228 INFO kablam! | Sep 02 15:30:08.228 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 15:30:08.228 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.228 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 15:30:08.228 INFO kablam! Sep 02 15:30:08.228 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.228 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 02 15:30:08.228 INFO kablam! | Sep 02 15:30:08.228 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 02 15:30:08.228 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.228 INFO kablam! | Sep 02 15:30:08.228 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 15:30:08.228 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.228 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 15:30:08.229 INFO kablam! Sep 02 15:30:08.229 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 15:30:08.229 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 02 15:30:08.229 INFO kablam! | Sep 02 15:30:08.229 INFO kablam! 80 | #[derive(Clone)] Sep 02 15:30:08.229 INFO kablam! | ^^^^^ Sep 02 15:30:08.229 INFO kablam! | Sep 02 15:30:08.229 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 15:30:08.229 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.229 INFO kablam! Sep 02 15:30:08.941 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.942 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 02 15:30:08.942 INFO kablam! | Sep 02 15:30:08.942 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 02 15:30:08.942 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:30:08.942 INFO kablam! | Sep 02 15:30:08.942 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 02 15:30:08.942 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 15:30:08.942 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.942 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 15:30:08.942 INFO kablam! Sep 02 15:30:08.943 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.943 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 02 15:30:08.943 INFO kablam! | Sep 02 15:30:08.943 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 02 15:30:08.943 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.943 INFO kablam! | Sep 02 15:30:08.943 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 15:30:08.943 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.943 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 15:30:08.943 INFO kablam! Sep 02 15:30:08.943 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.943 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.944 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 02 15:30:08.944 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.944 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 15:30:08.944 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.944 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 15:30:08.944 INFO kablam! Sep 02 15:30:08.944 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 15:30:08.944 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.944 INFO kablam! 80 | #[derive(Clone)] Sep 02 15:30:08.944 INFO kablam! | ^^^^^ Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.944 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 15:30:08.944 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.944 INFO kablam! Sep 02 15:30:08.944 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.944 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.944 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 02 15:30:08.944 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:30:08.944 INFO kablam! | Sep 02 15:30:08.945 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 15:30:08.945 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.945 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 15:30:08.945 INFO kablam! Sep 02 15:30:08.945 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.945 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 02 15:30:08.945 INFO kablam! | Sep 02 15:30:08.945 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 02 15:30:08.945 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.945 INFO kablam! | Sep 02 15:30:08.945 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 15:30:08.945 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.945 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 15:30:08.945 INFO kablam! Sep 02 15:30:08.945 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 02 15:30:08.945 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 02 15:30:08.945 INFO kablam! | Sep 02 15:30:08.945 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 02 15:30:08.945 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:30:08.945 INFO kablam! | Sep 02 15:30:08.946 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 15:30:08.946 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.946 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 15:30:08.946 INFO kablam! Sep 02 15:30:08.946 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 02 15:30:08.946 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 02 15:30:08.946 INFO kablam! | Sep 02 15:30:08.946 INFO kablam! 80 | #[derive(Clone)] Sep 02 15:30:08.946 INFO kablam! | ^^^^^ Sep 02 15:30:08.946 INFO kablam! | Sep 02 15:30:08.946 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 15:30:08.946 INFO kablam! = note: for more information, see issue #46043 Sep 02 15:30:08.946 INFO kablam! Sep 02 15:30:09.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.72s Sep 02 15:30:09.079 INFO kablam! su: No module specific data is present Sep 02 15:30:09.510 INFO running `"docker" "rm" "-f" "e58a4d5718cc3f755345604ec030ef8c3131aceca6a4483ff987ea247cc45a81"` Sep 02 15:30:09.619 INFO blam! e58a4d5718cc3f755345604ec030ef8c3131aceca6a4483ff987ea247cc45a81