Sep 21 10:56:35.612 INFO checking elrond-1.0.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:56:35.612 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:56:35.612 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:56:35.748 INFO blam! f897f5a71159ec7063efa9c58160a424db33b672ceba6812e03bbb48a4dc2197 Sep 21 10:56:35.749 INFO running `"docker" "start" "-a" "f897f5a71159ec7063efa9c58160a424db33b672ceba6812e03bbb48a4dc2197"` Sep 21 10:56:36.352 INFO kablam! usermod: no changes Sep 21 10:56:36.379 INFO kablam! Checking elrond v1.0.0 (/source) Sep 21 10:56:38.078 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.078 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 21 10:56:38.078 INFO kablam! | Sep 21 10:56:38.078 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 21 10:56:38.078 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:56:38.078 INFO kablam! | Sep 21 10:56:38.079 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! Sep 21 10:56:38.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.079 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 21 10:56:38.079 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! Sep 21 10:56:38.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.079 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 21 10:56:38.079 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! Sep 21 10:56:38.079 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 10:56:38.079 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 INFO kablam! 80 | #[derive(Clone)] Sep 21 10:56:38.079 INFO kablam! | ^^^^^ Sep 21 10:56:38.079 INFO kablam! | Sep 21 10:56:38.079 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 21 10:56:38.079 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.079 INFO kablam! Sep 21 10:56:38.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.080 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 21 10:56:38.080 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! Sep 21 10:56:38.080 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.080 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 21 10:56:38.080 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! Sep 21 10:56:38.080 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.080 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 21 10:56:38.080 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! Sep 21 10:56:38.080 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 10:56:38.080 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 INFO kablam! 80 | #[derive(Clone)] Sep 21 10:56:38.080 INFO kablam! | ^^^^^ Sep 21 10:56:38.080 INFO kablam! | Sep 21 10:56:38.080 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 21 10:56:38.080 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.080 INFO kablam! Sep 21 10:56:38.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.370 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 21 10:56:38.370 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! Sep 21 10:56:38.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.370 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 21 10:56:38.370 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! Sep 21 10:56:38.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.370 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 21 10:56:38.370 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! Sep 21 10:56:38.370 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 10:56:38.370 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! 80 | #[derive(Clone)] Sep 21 10:56:38.370 INFO kablam! | ^^^^^ Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 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 21 10:56:38.370 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.370 INFO kablam! Sep 21 10:56:38.370 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.370 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 21 10:56:38.370 INFO kablam! | Sep 21 10:56:38.370 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 21 10:56:38.371 INFO kablam! | ^^^^^^^^^^^^ Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! Sep 21 10:56:38.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.371 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 21 10:56:38.371 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! Sep 21 10:56:38.371 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 21 10:56:38.371 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 21 10:56:38.371 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! Sep 21 10:56:38.371 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 21 10:56:38.371 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 INFO kablam! 80 | #[derive(Clone)] Sep 21 10:56:38.371 INFO kablam! | ^^^^^ Sep 21 10:56:38.371 INFO kablam! | Sep 21 10:56:38.371 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 21 10:56:38.371 INFO kablam! = note: for more information, see issue #46043 Sep 21 10:56:38.371 INFO kablam! Sep 21 10:56:38.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Sep 21 10:56:38.464 INFO kablam! su: No module specific data is present Sep 21 10:56:39.154 INFO running `"docker" "rm" "-f" "f897f5a71159ec7063efa9c58160a424db33b672ceba6812e03bbb48a4dc2197"` Sep 21 10:56:39.268 INFO blam! f897f5a71159ec7063efa9c58160a424db33b672ceba6812e03bbb48a4dc2197