Nov 01 23:31:38.407 INFO checking elrond-1.0.0 against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Nov 01 23:31:38.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 01 23:31:38.891 INFO blam! d8c06747b44760764b1967b59d9f91c6c64fb07366995c64b616e44924e57f2d Nov 01 23:31:38.892 INFO running `"docker" "start" "-a" "d8c06747b44760764b1967b59d9f91c6c64fb07366995c64b616e44924e57f2d"` Nov 01 23:31:39.869 INFO kablam! usermod: no changes Nov 01 23:31:39.936 INFO kablam! Checking elrond v1.0.0 (/source) Nov 01 23:31:42.810 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.810 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 01 23:31:42.810 INFO kablam! | Nov 01 23:31:42.810 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 01 23:31:42.810 INFO kablam! | ^^^^^^^^^^^^ Nov 01 23:31:42.811 INFO kablam! | Nov 01 23:31:42.811 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 01 23:31:42.811 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 01 23:31:42.811 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.811 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 01 23:31:42.811 INFO kablam! Nov 01 23:31:42.811 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.811 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 01 23:31:42.811 INFO kablam! | Nov 01 23:31:42.811 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 01 23:31:42.811 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:42.811 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 01 23:31:42.812 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 80 | #[derive(Clone)] Nov 01 23:31:42.812 INFO kablam! | ^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 01 23:31:42.812 INFO kablam! | ^^^^^^^^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 01 23:31:42.812 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 01 23:31:42.812 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! Nov 01 23:31:42.812 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 01 23:31:42.812 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 INFO kablam! 80 | #[derive(Clone)] Nov 01 23:31:42.812 INFO kablam! | ^^^^^ Nov 01 23:31:42.812 INFO kablam! | Nov 01 23:31:42.812 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 01 23:31:42.812 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:42.812 INFO kablam! Nov 01 23:31:43.181 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.181 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 01 23:31:43.181 INFO kablam! | Nov 01 23:31:43.181 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 01 23:31:43.181 INFO kablam! | ^^^^^^^^^^^^ Nov 01 23:31:43.181 INFO kablam! | Nov 01 23:31:43.183 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 01 23:31:43.183 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 01 23:31:43.183 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.183 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 01 23:31:43.183 INFO kablam! Nov 01 23:31:43.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.183 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 01 23:31:43.183 INFO kablam! | Nov 01 23:31:43.183 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 01 23:31:43.183 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:43.183 INFO kablam! | Nov 01 23:31:43.183 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 01 23:31:43.183 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.183 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 01 23:31:43.183 INFO kablam! Nov 01 23:31:43.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.184 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 01 23:31:43.184 INFO kablam! | Nov 01 23:31:43.184 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 01 23:31:43.184 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:43.184 INFO kablam! | Nov 01 23:31:43.184 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 01 23:31:43.184 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.184 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 01 23:31:43.184 INFO kablam! Nov 01 23:31:43.184 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 01 23:31:43.184 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 01 23:31:43.184 INFO kablam! | Nov 01 23:31:43.184 INFO kablam! 80 | #[derive(Clone)] Nov 01 23:31:43.184 INFO kablam! | ^^^^^ Nov 01 23:31:43.184 INFO kablam! | Nov 01 23:31:43.184 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 01 23:31:43.184 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.184 INFO kablam! Nov 01 23:31:43.184 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.184 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 01 23:31:43.184 INFO kablam! | Nov 01 23:31:43.184 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 01 23:31:43.184 INFO kablam! | ^^^^^^^^^^^^ Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! Nov 01 23:31:43.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.190 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 01 23:31:43.190 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! Nov 01 23:31:43.190 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 01 23:31:43.190 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 01 23:31:43.190 INFO kablam! | ^^^^^^^^^^^^^ Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! Nov 01 23:31:43.190 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 01 23:31:43.190 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 INFO kablam! 80 | #[derive(Clone)] Nov 01 23:31:43.190 INFO kablam! | ^^^^^ Nov 01 23:31:43.190 INFO kablam! | Nov 01 23:31:43.190 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 01 23:31:43.190 INFO kablam! = note: for more information, see issue #46043 Nov 01 23:31:43.190 INFO kablam! Nov 01 23:31:43.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.43s Nov 01 23:31:43.335 INFO kablam! su: No module specific data is present Nov 01 23:31:43.912 INFO running `"docker" "rm" "-f" "d8c06747b44760764b1967b59d9f91c6c64fb07366995c64b616e44924e57f2d"` Nov 01 23:31:44.154 INFO blam! d8c06747b44760764b1967b59d9f91c6c64fb07366995c64b616e44924e57f2d