Sep 10 19:41:29.709 INFO checking elrond-1.0.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 19:41:29.709 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 19:41:29.709 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 19:41:29.849 INFO blam! f0112c5cb5e770dad9f2ecf3dd786fc21ad7e05b69dfa890943bac306bedd174 Sep 10 19:41:29.851 INFO running `"docker" "start" "-a" "f0112c5cb5e770dad9f2ecf3dd786fc21ad7e05b69dfa890943bac306bedd174"` Sep 10 19:41:30.792 INFO kablam! usermod: no changes Sep 10 19:41:30.828 INFO kablam! Checking nom v3.2.1 Sep 10 19:41:33.678 INFO kablam! Checking elrond v1.0.0 (file:///source) Sep 10 19:41:36.500 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.500 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 10 19:41:36.500 INFO kablam! | Sep 10 19:41:36.500 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 10 19:41:36.500 INFO kablam! | ^^^^^^^^^^^^ Sep 10 19:41:36.500 INFO kablam! | Sep 10 19:41:36.500 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 19:41:36.500 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 10 19:41:36.500 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.500 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 10 19:41:36.501 INFO kablam! Sep 10 19:41:36.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.501 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 10 19:41:36.501 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! Sep 10 19:41:36.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.501 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 10 19:41:36.501 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! Sep 10 19:41:36.501 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 10 19:41:36.501 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 INFO kablam! 80 | #[derive(Clone)] Sep 10 19:41:36.501 INFO kablam! | ^^^^^ Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.501 INFO kablam! Sep 10 19:41:36.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.501 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 10 19:41:36.501 INFO kablam! | ^^^^^^^^^^^^ Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.501 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 10 19:41:36.501 INFO kablam! Sep 10 19:41:36.501 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.501 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 10 19:41:36.501 INFO kablam! | Sep 10 19:41:36.501 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 10 19:41:36.501 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.502 INFO kablam! | Sep 10 19:41:36.508 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 10 19:41:36.509 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.509 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 10 19:41:36.509 INFO kablam! Sep 10 19:41:36.509 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.509 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 10 19:41:36.509 INFO kablam! | Sep 10 19:41:36.509 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 10 19:41:36.509 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.509 INFO kablam! | Sep 10 19:41:36.509 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 10 19:41:36.509 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.509 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 10 19:41:36.509 INFO kablam! Sep 10 19:41:36.509 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 10 19:41:36.509 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 10 19:41:36.509 INFO kablam! | Sep 10 19:41:36.509 INFO kablam! 80 | #[derive(Clone)] Sep 10 19:41:36.509 INFO kablam! | ^^^^^ Sep 10 19:41:36.509 INFO kablam! | Sep 10 19:41:36.509 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 10 19:41:36.509 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.509 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 80 | #[derive(Clone)] Sep 10 19:41:36.530 INFO kablam! | ^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! Sep 10 19:41:36.530 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 19:41:36.530 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 10 19:41:36.530 INFO kablam! | ^^^^^^^^^^^^^ Sep 10 19:41:36.530 INFO kablam! | Sep 10 19:41:36.530 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 10 19:41:36.530 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.531 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 10 19:41:36.531 INFO kablam! Sep 10 19:41:36.531 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 10 19:41:36.531 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 10 19:41:36.531 INFO kablam! | Sep 10 19:41:36.531 INFO kablam! 80 | #[derive(Clone)] Sep 10 19:41:36.531 INFO kablam! | ^^^^^ Sep 10 19:41:36.531 INFO kablam! | Sep 10 19:41:36.531 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 10 19:41:36.531 INFO kablam! = note: for more information, see issue #46043 Sep 10 19:41:36.531 INFO kablam! Sep 10 19:41:36.758 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.93s Sep 10 19:41:36.758 INFO kablam! su: No module specific data is present Sep 10 19:41:37.798 INFO running `"docker" "rm" "-f" "f0112c5cb5e770dad9f2ecf3dd786fc21ad7e05b69dfa890943bac306bedd174"` Sep 10 19:41:37.879 INFO blam! f0112c5cb5e770dad9f2ecf3dd786fc21ad7e05b69dfa890943bac306bedd174