Aug 17 23:42:50.851 INFO checking elrond-1.0.0 against master#142bb27373126edf8367f526358b6c72ecf1d8df for pr-53426 Aug 17 23:42:50.851 INFO running: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 23:42:50.852 INFO creating container for: cargo +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets Aug 17 23:42:50.852 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53426/master#142bb27373126edf8367f526358b6c72ecf1d8df:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-6/master#142bb27373126edf8367f526358b6c72ecf1d8df:/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 +142bb27373126edf8367f526358b6c72ecf1d8df-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 23:42:51.126 INFO blam! 5d39aec3ba1c96c2f5a41466a82dbfba682287cb2dff51e8f536498f9b2027cb Aug 17 23:42:51.129 INFO running `"docker" "start" "-a" "5d39aec3ba1c96c2f5a41466a82dbfba682287cb2dff51e8f536498f9b2027cb"` Aug 17 23:42:52.222 INFO kablam! Checking nom v3.2.1 Aug 17 23:42:57.742 INFO kablam! Checking elrond v1.0.0 (file:///source) Aug 17 23:43:03.042 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.042 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 17 23:43:03.043 INFO kablam! | Aug 17 23:43:03.043 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:03.043 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:03.043 INFO kablam! | Aug 17 23:43:03.043 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 17 23:43:03.043 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! Aug 17 23:43:03.043 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.043 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.043 INFO kablam! Aug 17 23:43:03.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.047 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 17 23:43:03.047 INFO kablam! | Aug 17 23:43:03.047 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:03.047 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.047 INFO kablam! | Aug 17 23:43:03.047 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! Aug 17 23:43:03.047 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.047 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.047 INFO kablam! Aug 17 23:43:03.047 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.047 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 17 23:43:03.047 INFO kablam! | Aug 17 23:43:03.047 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:03.047 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.047 INFO kablam! | Aug 17 23:43:03.048 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! Aug 17 23:43:03.048 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.048 INFO kablam! Aug 17 23:43:03.048 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:03.048 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 17 23:43:03.048 INFO kablam! | Aug 17 23:43:03.048 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:03.048 INFO kablam! | ^^^^^ Aug 17 23:43:03.048 INFO kablam! | Aug 17 23:43:03.048 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! Aug 17 23:43:03.048 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.048 INFO kablam! Aug 17 23:43:03.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.048 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 17 23:43:03.048 INFO kablam! | Aug 17 23:43:03.048 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:03.048 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:03.048 INFO kablam! | Aug 17 23:43:03.048 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! Aug 17 23:43:03.048 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.048 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.048 INFO kablam! Aug 17 23:43:03.048 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.048 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 17 23:43:03.048 INFO kablam! | Aug 17 23:43:03.049 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:03.049 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.049 INFO kablam! | Aug 17 23:43:03.049 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! Aug 17 23:43:03.049 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.049 INFO kablam! Aug 17 23:43:03.049 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.049 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 17 23:43:03.049 INFO kablam! | Aug 17 23:43:03.049 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:03.049 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.049 INFO kablam! | Aug 17 23:43:03.049 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! Aug 17 23:43:03.049 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.049 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.049 INFO kablam! Aug 17 23:43:03.049 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:03.049 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 17 23:43:03.049 INFO kablam! | Aug 17 23:43:03.049 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:03.049 INFO kablam! | ^^^^^ Aug 17 23:43:03.049 INFO kablam! | Aug 17 23:43:03.049 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! Aug 17 23:43:03.049 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.049 INFO kablam! Aug 17 23:43:03.267 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.267 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 17 23:43:03.267 INFO kablam! | Aug 17 23:43:03.267 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:03.267 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:03.267 INFO kablam! | Aug 17 23:43:03.267 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 17 23:43:03.267 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! Aug 17 23:43:03.267 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.267 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.267 INFO kablam! Aug 17 23:43:03.267 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.267 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 17 23:43:03.267 INFO kablam! | Aug 17 23:43:03.267 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:03.267 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.267 INFO kablam! | Aug 17 23:43:03.268 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! Aug 17 23:43:03.268 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.268 INFO kablam! Aug 17 23:43:03.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.268 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 17 23:43:03.268 INFO kablam! | Aug 17 23:43:03.268 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:03.268 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.268 INFO kablam! | Aug 17 23:43:03.268 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! Aug 17 23:43:03.268 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.268 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.268 INFO kablam! Aug 17 23:43:03.268 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:03.268 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 17 23:43:03.268 INFO kablam! | Aug 17 23:43:03.268 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:03.268 INFO kablam! | ^^^^^ Aug 17 23:43:03.268 INFO kablam! | Aug 17 23:43:03.268 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! Aug 17 23:43:03.268 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.268 INFO kablam! Aug 17 23:43:03.268 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.269 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.269 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:03.269 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.269 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! Aug 17 23:43:03.269 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.269 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.269 INFO kablam! Aug 17 23:43:03.269 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.269 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.269 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:03.269 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.269 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! Aug 17 23:43:03.269 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.269 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.269 INFO kablam! Aug 17 23:43:03.269 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:03.269 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.269 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:03.269 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:03.269 INFO kablam! | Aug 17 23:43:03.270 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! Aug 17 23:43:03.270 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.270 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 17 23:43:03.270 INFO kablam! Aug 17 23:43:03.270 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:03.270 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 17 23:43:03.270 INFO kablam! | Aug 17 23:43:03.270 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:03.270 INFO kablam! | ^^^^^ Aug 17 23:43:03.270 INFO kablam! | Aug 17 23:43:03.270 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! Aug 17 23:43:03.270 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:03.270 INFO kablam! Aug 17 23:43:03.499 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.35s Aug 17 23:43:03.506 INFO kablam! su: No module specific data is present Aug 17 23:43:04.166 INFO running `"docker" "rm" "-f" "5d39aec3ba1c96c2f5a41466a82dbfba682287cb2dff51e8f536498f9b2027cb"` Aug 17 23:43:04.345 INFO blam! 5d39aec3ba1c96c2f5a41466a82dbfba682287cb2dff51e8f536498f9b2027cb