Sep 18 01:15:21.306 INFO checking elrond-1.0.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 01:15:21.306 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 01:15:21.306 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:15:21.504 INFO blam! b23fe5a149c9f8383bb81c2e8dadb088b552d95ffd5d53adde698ebe6fa98b96 Sep 18 01:15:21.506 INFO running `"docker" "start" "-a" "b23fe5a149c9f8383bb81c2e8dadb088b552d95ffd5d53adde698ebe6fa98b96"` Sep 18 01:15:22.556 INFO kablam! usermod: no changes Sep 18 01:15:22.585 INFO kablam! Checking elrond v1.0.0 (/source) Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.027 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.027 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.027 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.027 INFO kablam! | ^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.027 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.027 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.027 INFO kablam! | Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.027 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 18 01:15:25.027 INFO kablam! Sep 18 01:15:25.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.027 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 18 01:15:25.028 INFO kablam! | Sep 18 01:15:25.028 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.028 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.028 INFO kablam! | Sep 18 01:15:25.028 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 18 01:15:25.028 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.028 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 18 01:15:25.028 INFO kablam! Sep 18 01:15:25.028 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.028 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 18 01:15:25.028 INFO kablam! | Sep 18 01:15:25.028 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.028 INFO kablam! | ^^^^^ Sep 18 01:15:25.028 INFO kablam! | Sep 18 01:15:25.028 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 18 01:15:25.028 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.028 INFO kablam! Sep 18 01:15:25.243 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.243 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 18 01:15:25.243 INFO kablam! | Sep 18 01:15:25.243 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.243 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.243 INFO kablam! | Sep 18 01:15:25.243 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 01:15:25.244 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 18 01:15:25.244 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.244 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 18 01:15:25.244 INFO kablam! Sep 18 01:15:25.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.244 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 18 01:15:25.244 INFO kablam! | Sep 18 01:15:25.244 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.244 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.244 INFO kablam! | Sep 18 01:15:25.244 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 18 01:15:25.244 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.244 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 18 01:15:25.244 INFO kablam! Sep 18 01:15:25.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.244 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 18 01:15:25.244 INFO kablam! | Sep 18 01:15:25.244 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.244 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.244 INFO kablam! | Sep 18 01:15:25.244 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 18 01:15:25.244 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.245 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 18 01:15:25.245 INFO kablam! Sep 18 01:15:25.245 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.245 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.245 INFO kablam! | ^^^^^ Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 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 18 01:15:25.245 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.245 INFO kablam! Sep 18 01:15:25.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.245 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.245 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 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 18 01:15:25.245 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.245 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 18 01:15:25.245 INFO kablam! Sep 18 01:15:25.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.245 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.245 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.245 INFO kablam! | Sep 18 01:15:25.245 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 18 01:15:25.246 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.246 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 18 01:15:25.246 INFO kablam! Sep 18 01:15:25.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.246 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 18 01:15:25.246 INFO kablam! | Sep 18 01:15:25.246 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.246 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.246 INFO kablam! | Sep 18 01:15:25.246 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 18 01:15:25.246 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.246 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 18 01:15:25.246 INFO kablam! Sep 18 01:15:25.246 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.246 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 18 01:15:25.247 INFO kablam! | Sep 18 01:15:25.247 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.247 INFO kablam! | ^^^^^ Sep 18 01:15:25.247 INFO kablam! | Sep 18 01:15:25.247 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 18 01:15:25.247 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.247 INFO kablam! Sep 18 01:15:25.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Sep 18 01:15:25.339 INFO kablam! su: No module specific data is present Sep 18 01:15:25.888 INFO running `"docker" "rm" "-f" "b23fe5a149c9f8383bb81c2e8dadb088b552d95ffd5d53adde698ebe6fa98b96"` Sep 18 01:15:25.991 INFO blam! b23fe5a149c9f8383bb81c2e8dadb088b552d95ffd5d53adde698ebe6fa98b96