Sep 20 04:04:27.116 INFO checking elrond-1.0.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 04:04:27.116 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 04:04:27.117 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 04:04:27.248 INFO blam! 34e635abb7e0ccd064a6498cb8cab85905dc9cf1f204ae53f9a0f0cfd5b821cc Sep 20 04:04:27.249 INFO running `"docker" "start" "-a" "34e635abb7e0ccd064a6498cb8cab85905dc9cf1f204ae53f9a0f0cfd5b821cc"` Sep 20 04:04:27.986 INFO kablam! usermod: no changes Sep 20 04:04:28.022 INFO kablam! Checking elrond v1.0.0 (/source) Sep 20 04:04:30.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.114 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.114 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 04:04:30.114 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.114 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 04:04:30.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! Sep 20 04:04:30.114 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.114 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 20 04:04:30.114 INFO kablam! Sep 20 04:04:30.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.114 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.114 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 04:04:30.114 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.114 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.114 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 20 04:04:30.114 INFO kablam! Sep 20 04:04:30.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.114 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.114 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 04:04:30.114 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.114 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.114 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.114 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 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.115 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 04:04:30.115 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.115 INFO kablam! 80 | #[derive(Clone)] Sep 20 04:04:30.115 INFO kablam! | ^^^^^ Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.115 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.115 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.115 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 04:04:30.115 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.115 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.115 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 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.115 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.115 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 04:04:30.115 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.115 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.115 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 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.115 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.115 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 04:04:30.115 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.115 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.115 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 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.115 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 04:04:30.115 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.115 INFO kablam! 80 | #[derive(Clone)] Sep 20 04:04:30.115 INFO kablam! | ^^^^^ Sep 20 04:04:30.115 INFO kablam! | Sep 20 04:04:30.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! Sep 20 04:04:30.115 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.115 INFO kablam! Sep 20 04:04:30.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.126 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 04:04:30.126 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 04:04:30.126 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 20 04:04:30.126 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.126 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 20 04:04:30.126 INFO kablam! Sep 20 04:04:30.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.126 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 04:04:30.126 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 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 20 04:04:30.126 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.126 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 20 04:04:30.126 INFO kablam! Sep 20 04:04:30.126 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.126 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 04:04:30.126 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.126 INFO kablam! | Sep 20 04:04:30.126 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 20 04:04:30.126 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.126 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 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.127 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 04:04:30.127 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 INFO kablam! 80 | #[derive(Clone)] Sep 20 04:04:30.127 INFO kablam! | ^^^^^ Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.127 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 04:04:30.127 INFO kablam! | ^^^^^^^^^^^^ Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.127 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 04:04:30.127 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 04:04:30.127 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 04:04:30.127 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.127 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 04:04:30.127 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 INFO kablam! 80 | #[derive(Clone)] Sep 20 04:04:30.127 INFO kablam! | ^^^^^ Sep 20 04:04:30.127 INFO kablam! | Sep 20 04:04:30.127 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 20 04:04:30.127 INFO kablam! = note: for more information, see issue #46043 Sep 20 04:04:30.127 INFO kablam! Sep 20 04:04:30.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Sep 20 04:04:30.318 INFO kablam! su: No module specific data is present Sep 20 04:04:31.239 INFO running `"docker" "rm" "-f" "34e635abb7e0ccd064a6498cb8cab85905dc9cf1f204ae53f9a0f0cfd5b821cc"` Sep 20 04:04:31.364 INFO blam! 34e635abb7e0ccd064a6498cb8cab85905dc9cf1f204ae53f9a0f0cfd5b821cc