Sep 01 05:26:07.361 INFO checking elrond-1.0.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 05:26:07.361 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 05:26:07.361 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:26:07.545 INFO blam! 6ab142459ed6b922751a231fbd5956855bcc65e274d72e076391e865d54c8fef Sep 01 05:26:07.547 INFO running `"docker" "start" "-a" "6ab142459ed6b922751a231fbd5956855bcc65e274d72e076391e865d54c8fef"` Sep 01 05:26:08.286 INFO kablam! Checking nom v3.2.1 Sep 01 05:26:12.087 INFO kablam! Checking elrond v1.0.0 (file:///source) Sep 01 05:26:15.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.614 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 05:26:15.614 INFO kablam! | Sep 01 05:26:15.614 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:15.614 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:15.614 INFO kablam! | Sep 01 05:26:15.614 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 05:26:15.614 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 01 05:26:15.614 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.614 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 01 05:26:15.614 INFO kablam! Sep 01 05:26:15.614 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.614 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 05:26:15.614 INFO kablam! | Sep 01 05:26:15.614 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:15.614 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:15.615 INFO kablam! | Sep 01 05:26:15.615 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 01 05:26:15.615 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.615 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 01 05:26:15.615 INFO kablam! Sep 01 05:26:15.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.615 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 05:26:15.615 INFO kablam! | Sep 01 05:26:15.615 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:15.615 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:15.615 INFO kablam! | Sep 01 05:26:15.615 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 01 05:26:15.615 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.615 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 01 05:26:15.615 INFO kablam! Sep 01 05:26:15.615 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:15.615 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 05:26:15.615 INFO kablam! | Sep 01 05:26:15.615 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:15.615 INFO kablam! | ^^^^^ Sep 01 05:26:15.615 INFO kablam! | Sep 01 05:26:15.615 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 01 05:26:15.615 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.616 INFO kablam! Sep 01 05:26:15.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.616 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 05:26:15.616 INFO kablam! | Sep 01 05:26:15.616 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:15.616 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:15.616 INFO kablam! | Sep 01 05:26:15.616 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 01 05:26:15.616 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.616 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 01 05:26:15.616 INFO kablam! Sep 01 05:26:15.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.616 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 05:26:15.616 INFO kablam! | Sep 01 05:26:15.616 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:15.616 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:15.616 INFO kablam! | Sep 01 05:26:15.616 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 01 05:26:15.616 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.616 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 01 05:26:15.616 INFO kablam! Sep 01 05:26:15.616 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:15.616 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 05:26:15.617 INFO kablam! | Sep 01 05:26:15.617 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:15.617 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:15.617 INFO kablam! | Sep 01 05:26:15.617 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 01 05:26:15.617 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.617 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 01 05:26:15.617 INFO kablam! Sep 01 05:26:15.617 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:15.617 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 05:26:15.617 INFO kablam! | Sep 01 05:26:15.617 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:15.617 INFO kablam! | ^^^^^ Sep 01 05:26:15.617 INFO kablam! | Sep 01 05:26:15.617 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 01 05:26:15.617 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:15.617 INFO kablam! Sep 01 05:26:16.140 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.140 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 05:26:16.140 INFO kablam! | Sep 01 05:26:16.140 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:16.140 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:16.140 INFO kablam! | Sep 01 05:26:16.140 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 05:26:16.140 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 01 05:26:16.140 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.140 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 01 05:26:16.140 INFO kablam! Sep 01 05:26:16.140 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.140 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 05:26:16.140 INFO kablam! | Sep 01 05:26:16.140 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:16.140 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:16.140 INFO kablam! | Sep 01 05:26:16.140 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 01 05:26:16.140 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.140 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 01 05:26:16.141 INFO kablam! Sep 01 05:26:16.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.141 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:16.141 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 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 01 05:26:16.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.141 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 01 05:26:16.141 INFO kablam! Sep 01 05:26:16.141 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:16.141 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:16.141 INFO kablam! | ^^^^^ Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 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 01 05:26:16.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.141 INFO kablam! Sep 01 05:26:16.141 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.141 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:16.141 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:16.141 INFO kablam! | Sep 01 05:26:16.141 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 01 05:26:16.141 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.142 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 01 05:26:16.142 INFO kablam! Sep 01 05:26:16.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.142 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 05:26:16.142 INFO kablam! | Sep 01 05:26:16.142 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:16.142 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:16.142 INFO kablam! | Sep 01 05:26:16.142 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 01 05:26:16.142 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.142 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 01 05:26:16.142 INFO kablam! Sep 01 05:26:16.142 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:16.142 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 05:26:16.142 INFO kablam! | Sep 01 05:26:16.142 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:16.142 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:16.142 INFO kablam! | Sep 01 05:26:16.142 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 01 05:26:16.142 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.142 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 01 05:26:16.142 INFO kablam! Sep 01 05:26:16.143 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:16.143 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 05:26:16.143 INFO kablam! | Sep 01 05:26:16.143 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:16.143 INFO kablam! | ^^^^^ Sep 01 05:26:16.143 INFO kablam! | Sep 01 05:26:16.143 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 01 05:26:16.143 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:16.143 INFO kablam! Sep 01 05:26:16.261 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.99s Sep 01 05:26:16.264 INFO kablam! su: No module specific data is present Sep 01 05:26:16.695 INFO running `"docker" "rm" "-f" "6ab142459ed6b922751a231fbd5956855bcc65e274d72e076391e865d54c8fef"` Sep 01 05:26:16.805 INFO blam! 6ab142459ed6b922751a231fbd5956855bcc65e274d72e076391e865d54c8fef