Nov 05 00:26:54.932 INFO checking elrond-1.0.0 against try#e740b9aa0b624fa39feb39613e76d15bdf57e594 for pr-55655 Nov 05 00:26:54.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55655/worker-7/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55655/try#e740b9aa0b624fa39feb39613e76d15bdf57e594:/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 +e740b9aa0b624fa39feb39613e76d15bdf57e594-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 05 00:26:55.321 INFO blam! 286f62ef354198050f957b2045ff144c77ec8af9d362bc4d24d9709ffebee7c6 Nov 05 00:26:55.324 INFO running `"docker" "start" "-a" "286f62ef354198050f957b2045ff144c77ec8af9d362bc4d24d9709ffebee7c6"` Nov 05 00:26:55.997 INFO kablam! usermod: no changes Nov 05 00:26:56.055 INFO kablam! Checking nom v3.2.1 Nov 05 00:26:58.597 INFO kablam! Checking elrond v1.0.0 (/source) Nov 05 00:27:01.562 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.562 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 05 00:27:01.563 INFO kablam! | Nov 05 00:27:01.563 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 05 00:27:01.563 INFO kablam! | ^^^^^^^^^^^^ Nov 05 00:27:01.564 INFO kablam! | Nov 05 00:27:01.564 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 05 00:27:01.564 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 05 00:27:01.565 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.565 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 05 00:27:01.565 INFO kablam! Nov 05 00:27:01.565 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.566 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 05 00:27:01.566 INFO kablam! | Nov 05 00:27:01.566 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 05 00:27:01.566 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.567 INFO kablam! | Nov 05 00:27:01.567 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 05 00:27:01.567 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.567 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 05 00:27:01.567 INFO kablam! Nov 05 00:27:01.567 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.567 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 05 00:27:01.567 INFO kablam! | Nov 05 00:27:01.567 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 05 00:27:01.567 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.568 INFO kablam! | Nov 05 00:27:01.568 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 05 00:27:01.568 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.568 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 05 00:27:01.568 INFO kablam! Nov 05 00:27:01.568 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 05 00:27:01.568 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 05 00:27:01.568 INFO kablam! | Nov 05 00:27:01.568 INFO kablam! 80 | #[derive(Clone)] Nov 05 00:27:01.568 INFO kablam! | ^^^^^ Nov 05 00:27:01.568 INFO kablam! | Nov 05 00:27:01.568 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 05 00:27:01.568 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.568 INFO kablam! Nov 05 00:27:01.568 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.568 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 05 00:27:01.568 INFO kablam! | Nov 05 00:27:01.568 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 05 00:27:01.568 INFO kablam! | ^^^^^^^^^^^^ Nov 05 00:27:01.568 INFO kablam! | Nov 05 00:27:01.568 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 05 00:27:01.568 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.568 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 05 00:27:01.568 INFO kablam! Nov 05 00:27:01.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.569 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 05 00:27:01.569 INFO kablam! | Nov 05 00:27:01.569 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 05 00:27:01.569 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.569 INFO kablam! | Nov 05 00:27:01.569 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 05 00:27:01.569 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.569 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 05 00:27:01.569 INFO kablam! Nov 05 00:27:01.569 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.569 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 05 00:27:01.569 INFO kablam! | Nov 05 00:27:01.569 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 05 00:27:01.569 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.569 INFO kablam! | Nov 05 00:27:01.569 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 05 00:27:01.569 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.569 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 05 00:27:01.569 INFO kablam! Nov 05 00:27:01.569 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 05 00:27:01.569 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 05 00:27:01.569 INFO kablam! | Nov 05 00:27:01.569 INFO kablam! 80 | #[derive(Clone)] Nov 05 00:27:01.570 INFO kablam! | ^^^^^ Nov 05 00:27:01.570 INFO kablam! | Nov 05 00:27:01.570 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 05 00:27:01.570 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.570 INFO kablam! Nov 05 00:27:01.640 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.640 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 05 00:27:01.640 INFO kablam! | Nov 05 00:27:01.640 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 05 00:27:01.640 INFO kablam! | ^^^^^^^^^^^^ Nov 05 00:27:01.640 INFO kablam! | Nov 05 00:27:01.640 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 05 00:27:01.640 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 05 00:27:01.640 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.641 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 05 00:27:01.641 INFO kablam! Nov 05 00:27:01.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.641 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 05 00:27:01.641 INFO kablam! | Nov 05 00:27:01.641 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 05 00:27:01.641 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.641 INFO kablam! | Nov 05 00:27:01.641 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 05 00:27:01.641 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.641 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 05 00:27:01.641 INFO kablam! Nov 05 00:27:01.641 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.641 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 05 00:27:01.641 INFO kablam! | Nov 05 00:27:01.641 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 05 00:27:01.641 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.641 INFO kablam! | Nov 05 00:27:01.641 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 05 00:27:01.641 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.641 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 05 00:27:01.641 INFO kablam! Nov 05 00:27:01.641 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 05 00:27:01.642 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 05 00:27:01.642 INFO kablam! | Nov 05 00:27:01.642 INFO kablam! 80 | #[derive(Clone)] Nov 05 00:27:01.642 INFO kablam! | ^^^^^ Nov 05 00:27:01.642 INFO kablam! | Nov 05 00:27:01.642 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 05 00:27:01.642 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.642 INFO kablam! Nov 05 00:27:01.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.642 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 05 00:27:01.642 INFO kablam! | Nov 05 00:27:01.642 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 05 00:27:01.642 INFO kablam! | ^^^^^^^^^^^^ Nov 05 00:27:01.642 INFO kablam! | Nov 05 00:27:01.642 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 05 00:27:01.642 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.642 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 05 00:27:01.642 INFO kablam! Nov 05 00:27:01.642 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.642 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 05 00:27:01.642 INFO kablam! | Nov 05 00:27:01.642 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 05 00:27:01.643 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.643 INFO kablam! | Nov 05 00:27:01.643 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 05 00:27:01.643 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.643 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 05 00:27:01.643 INFO kablam! Nov 05 00:27:01.643 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 05 00:27:01.643 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 05 00:27:01.643 INFO kablam! | Nov 05 00:27:01.643 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 05 00:27:01.643 INFO kablam! | ^^^^^^^^^^^^^ Nov 05 00:27:01.643 INFO kablam! | Nov 05 00:27:01.643 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 05 00:27:01.643 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.643 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 05 00:27:01.643 INFO kablam! Nov 05 00:27:01.643 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 05 00:27:01.643 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 05 00:27:01.643 INFO kablam! | Nov 05 00:27:01.643 INFO kablam! 80 | #[derive(Clone)] Nov 05 00:27:01.643 INFO kablam! | ^^^^^ Nov 05 00:27:01.643 INFO kablam! | Nov 05 00:27:01.643 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 05 00:27:01.644 INFO kablam! = note: for more information, see issue #46043 Nov 05 00:27:01.644 INFO kablam! Nov 05 00:27:01.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.69s Nov 05 00:27:01.715 INFO kablam! su: No module specific data is present Nov 05 00:27:02.075 INFO running `"docker" "rm" "-f" "286f62ef354198050f957b2045ff144c77ec8af9d362bc4d24d9709ffebee7c6"` Nov 05 00:27:02.165 INFO blam! 286f62ef354198050f957b2045ff144c77ec8af9d362bc4d24d9709ffebee7c6