Oct 16 12:22:34.972 INFO testing elrond-1.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:22:34.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 12:22:35.576 INFO blam! 8fc7be1d12ac94028e7c78ddc36c4c6151e84c540916e110e16a994557bf2285 Oct 16 12:22:35.577 INFO running `"docker" "start" "-a" "8fc7be1d12ac94028e7c78ddc36c4c6151e84c540916e110e16a994557bf2285"` Oct 16 12:22:36.663 INFO kablam! usermod: no changes Oct 16 12:22:36.727 INFO kablam! Compiling nom v3.2.1 Oct 16 12:22:40.087 INFO kablam! Compiling elrond v1.0.0 (/source) Oct 16 12:22:42.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.631 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 16 12:22:42.631 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! Oct 16 12:22:42.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.631 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 16 12:22:42.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! Oct 16 12:22:42.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.631 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 16 12:22:42.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! Oct 16 12:22:42.631 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 12:22:42.631 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! 80 | #[derive(Clone)] Oct 16 12:22:42.631 INFO kablam! | ^^^^^ Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 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 16 12:22:42.631 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.631 INFO kablam! Oct 16 12:22:42.631 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.631 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 16 12:22:42.631 INFO kablam! | Oct 16 12:22:42.631 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 16 12:22:42.632 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! Oct 16 12:22:42.632 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.632 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 16 12:22:42.632 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! Oct 16 12:22:42.632 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:42.632 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 16 12:22:42.632 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! Oct 16 12:22:42.632 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 12:22:42.632 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 INFO kablam! 80 | #[derive(Clone)] Oct 16 12:22:42.632 INFO kablam! | ^^^^^ Oct 16 12:22:42.632 INFO kablam! | Oct 16 12:22:42.632 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 16 12:22:42.632 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:42.632 INFO kablam! Oct 16 12:22:44.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.18s Oct 16 12:22:44.869 INFO kablam! su: No module specific data is present Oct 16 12:22:45.618 INFO running `"docker" "rm" "-f" "8fc7be1d12ac94028e7c78ddc36c4c6151e84c540916e110e16a994557bf2285"` Oct 16 12:22:45.781 INFO blam! 8fc7be1d12ac94028e7c78ddc36c4c6151e84c540916e110e16a994557bf2285 Oct 16 12:22:45.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 12:22:46.039 INFO blam! 1e937a93d0cf5cf14ec9397e6e0a053bfe327c10236c5b921740dc433a43fda8 Oct 16 12:22:46.047 INFO running `"docker" "start" "-a" "1e937a93d0cf5cf14ec9397e6e0a053bfe327c10236c5b921740dc433a43fda8"` Oct 16 12:22:46.785 INFO kablam! usermod: no changes Oct 16 12:22:46.851 INFO kablam! Compiling elrond v1.0.0 (/source) Oct 16 12:22:49.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.635 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 16 12:22:49.635 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! Oct 16 12:22:49.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.635 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 16 12:22:49.635 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! Oct 16 12:22:49.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.635 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 16 12:22:49.635 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.635 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 16 12:22:49.635 INFO kablam! Oct 16 12:22:49.635 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 12:22:49.635 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 16 12:22:49.635 INFO kablam! | Oct 16 12:22:49.635 INFO kablam! 80 | #[derive(Clone)] Oct 16 12:22:49.636 INFO kablam! | ^^^^^ Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.636 INFO kablam! Oct 16 12:22:49.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.636 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 16 12:22:49.636 INFO kablam! | ^^^^^^^^^^^^ Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! Oct 16 12:22:49.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.636 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 16 12:22:49.636 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! Oct 16 12:22:49.636 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 16 12:22:49.636 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 16 12:22:49.636 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! Oct 16 12:22:49.636 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 16 12:22:49.636 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 INFO kablam! 80 | #[derive(Clone)] Oct 16 12:22:49.636 INFO kablam! | ^^^^^ Oct 16 12:22:49.636 INFO kablam! | Oct 16 12:22:49.636 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 16 12:22:49.636 INFO kablam! = note: for more information, see issue #46043 Oct 16 12:22:49.636 INFO kablam! Oct 16 12:22:50.683 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.86s Oct 16 12:22:50.687 INFO kablam! su: No module specific data is present Oct 16 12:22:51.363 INFO running `"docker" "rm" "-f" "1e937a93d0cf5cf14ec9397e6e0a053bfe327c10236c5b921740dc433a43fda8"` Oct 16 12:22:51.707 INFO blam! 1e937a93d0cf5cf14ec9397e6e0a053bfe327c10236c5b921740dc433a43fda8 Oct 16 12:22:51.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 12:22:52.179 INFO blam! 4ad83760d03e64b2e6066ba20a51e5fdbe609cf7fdbb1dd1f2b393125f94eb6b Oct 16 12:22:52.181 INFO running `"docker" "start" "-a" "4ad83760d03e64b2e6066ba20a51e5fdbe609cf7fdbb1dd1f2b393125f94eb6b"` Oct 16 12:22:53.474 INFO kablam! usermod: no changes Oct 16 12:22:53.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 12:22:53.543 INFO kablam! Running /target/debug/deps/elrond-3e7c62111f18832c Oct 16 12:22:53.543 INFO kablam! Doc-tests elrond Oct 16 12:22:53.544 INFO blam! Oct 16 12:22:53.544 INFO blam! running 2 tests Oct 16 12:22:53.544 INFO blam! test magic::magic::test_parse_elf_magic ... ok Oct 16 12:22:53.544 INFO blam! test magic::magic::test_check_magic ... ok Oct 16 12:22:53.544 INFO blam! Oct 16 12:22:53.544 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:22:53.544 INFO blam! Oct 16 12:22:55.179 INFO blam! Oct 16 12:22:55.179 INFO blam! running 0 tests Oct 16 12:22:55.179 INFO blam! Oct 16 12:22:55.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:22:55.179 INFO blam! Oct 16 12:22:55.183 INFO kablam! su: No module specific data is present Oct 16 12:22:55.983 INFO running `"docker" "rm" "-f" "4ad83760d03e64b2e6066ba20a51e5fdbe609cf7fdbb1dd1f2b393125f94eb6b"` Oct 16 12:22:56.298 INFO blam! 4ad83760d03e64b2e6066ba20a51e5fdbe609cf7fdbb1dd1f2b393125f94eb6b