Nov 03 09:03:41.307 INFO checking elrond-1.0.0 against try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7 for pr-55517 Nov 03 09:03:41.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-7/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55517/try#dc8b02d6f1e93f212fc39844ea688b634b4a03c7:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +dc8b02d6f1e93f212fc39844ea688b634b4a03c7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 03 09:03:41.669 INFO blam! 7505988d017c2d7570e591e05a5f679ad20e1bfc7792465f66565a9fe2384dbe Nov 03 09:03:41.671 INFO running `"docker" "start" "-a" "7505988d017c2d7570e591e05a5f679ad20e1bfc7792465f66565a9fe2384dbe"` Nov 03 09:03:42.268 INFO kablam! usermod: no changes Nov 03 09:03:42.352 INFO kablam! Checking elrond v1.0.0 (/source) Nov 03 09:03:45.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.860 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 03 09:03:45.860 INFO kablam! | Nov 03 09:03:45.860 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:45.860 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:45.860 INFO kablam! | Nov 03 09:03:45.860 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 03 09:03:45.860 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! Nov 03 09:03:45.860 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.860 INFO kablam! Nov 03 09:03:45.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.860 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 03 09:03:45.860 INFO kablam! | Nov 03 09:03:45.860 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:45.860 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:45.860 INFO kablam! | Nov 03 09:03:45.860 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! Nov 03 09:03:45.860 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.860 INFO kablam! Nov 03 09:03:45.860 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:45.861 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:45.861 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:45.861 INFO kablam! | ^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:45.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:45.861 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:45.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:45.861 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:45.861 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:45.861 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:45.861 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:45.861 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:45.861 INFO kablam! | ^^^^^ Nov 03 09:03:45.861 INFO kablam! | Nov 03 09:03:45.861 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! Nov 03 09:03:45.861 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:45.861 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.209 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 03 09:03:46.209 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! Nov 03 09:03:46.209 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.209 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.209 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 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! Nov 03 09:03:46.209 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.209 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.209 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 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! Nov 03 09:03:46.209 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.209 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.209 INFO kablam! | ^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 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! Nov 03 09:03:46.209 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.209 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.209 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 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! Nov 03 09:03:46.209 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.209 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.209 INFO kablam! Nov 03 09:03:46.209 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.209 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.209 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.209 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.209 INFO kablam! | Nov 03 09:03:46.210 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! Nov 03 09:03:46.216 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.216 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.216 INFO kablam! Nov 03 09:03:46.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.216 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 03 09:03:46.216 INFO kablam! | Nov 03 09:03:46.216 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.216 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.216 INFO kablam! | Nov 03 09:03:46.216 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! Nov 03 09:03:46.216 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.216 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.216 INFO kablam! Nov 03 09:03:46.216 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.216 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 03 09:03:46.216 INFO kablam! | Nov 03 09:03:46.216 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.216 INFO kablam! | ^^^^^ Nov 03 09:03:46.216 INFO kablam! | Nov 03 09:03:46.216 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! Nov 03 09:03:46.216 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.216 INFO kablam! Nov 03 09:03:46.341 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.04s Nov 03 09:03:46.345 INFO kablam! su: No module specific data is present Nov 03 09:03:47.039 INFO running `"docker" "rm" "-f" "7505988d017c2d7570e591e05a5f679ad20e1bfc7792465f66565a9fe2384dbe"` Nov 03 09:03:47.285 INFO blam! 7505988d017c2d7570e591e05a5f679ad20e1bfc7792465f66565a9fe2384dbe