Oct 22 03:28:06.775 INFO checking elrond-1.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:28:06.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 22 03:28:07.022 INFO blam! 01faa81d97f7ef5f4cf7a8daf7b2874307e3a1bd358a43e858c75abf930e9227 Oct 22 03:28:07.023 INFO running `"docker" "start" "-a" "01faa81d97f7ef5f4cf7a8daf7b2874307e3a1bd358a43e858c75abf930e9227"` Oct 22 03:28:07.716 INFO kablam! usermod: no changes Oct 22 03:28:07.767 INFO kablam! Checking elrond v1.0.0 (/source) Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 80 | #[derive(Clone)] Oct 22 03:28:11.425 INFO kablam! | ^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 22 03:28:11.425 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.425 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 22 03:28:11.425 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 INFO kablam! 80 | #[derive(Clone)] Oct 22 03:28:11.425 INFO kablam! | ^^^^^ Oct 22 03:28:11.425 INFO kablam! | Oct 22 03:28:11.425 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! Oct 22 03:28:11.425 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.425 INFO kablam! Oct 22 03:28:11.832 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.832 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 22 03:28:11.832 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 80 | #[derive(Clone)] Oct 22 03:28:11.833 INFO kablam! | ^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 22 03:28:11.833 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.833 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 22 03:28:11.833 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 INFO kablam! 80 | #[derive(Clone)] Oct 22 03:28:11.833 INFO kablam! | ^^^^^ Oct 22 03:28:11.833 INFO kablam! | Oct 22 03:28:11.833 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! Oct 22 03:28:11.833 INFO kablam! = note: for more information, see issue #46043 Oct 22 03:28:11.833 INFO kablam! Oct 22 03:28:11.977 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.23s Oct 22 03:28:11.982 INFO kablam! su: No module specific data is present Oct 22 03:28:13.064 INFO running `"docker" "rm" "-f" "01faa81d97f7ef5f4cf7a8daf7b2874307e3a1bd358a43e858c75abf930e9227"` Oct 22 03:28:13.411 INFO blam! 01faa81d97f7ef5f4cf7a8daf7b2874307e3a1bd358a43e858c75abf930e9227