Oct 12 00:39:49.080 INFO testing elrond-1.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 00:39:49.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 00:39:49.459 INFO blam! 5aa23c268f392261101f27ea849bcf7ea36441e12e7c774dd6c230ee808f2a88 Oct 12 00:39:49.469 INFO running `"docker" "start" "-a" "5aa23c268f392261101f27ea849bcf7ea36441e12e7c774dd6c230ee808f2a88"` Oct 12 00:39:50.700 INFO kablam! usermod: no changes Oct 12 00:39:50.784 INFO kablam! Compiling elrond v1.0.0 (/source) Oct 12 00:39:52.901 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.902 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 12 00:39:52.902 INFO kablam! | Oct 12 00:39:52.902 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 12 00:39:52.905 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:39:52.905 INFO kablam! | Oct 12 00:39:52.905 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 00:39:52.906 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 12 00:39:52.906 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.906 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 12 00:39:52.906 INFO kablam! Oct 12 00:39:52.912 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.912 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 12 00:39:52.912 INFO kablam! | Oct 12 00:39:52.913 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 12 00:39:52.913 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:39:52.913 INFO kablam! | Oct 12 00:39:52.913 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 12 00:39:52.914 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.914 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 12 00:39:52.914 INFO kablam! Oct 12 00:39:52.914 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.914 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 12 00:39:52.915 INFO kablam! | Oct 12 00:39:52.915 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 12 00:39:52.915 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! Oct 12 00:39:52.916 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 00:39:52.916 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 INFO kablam! 80 | #[derive(Clone)] Oct 12 00:39:52.916 INFO kablam! | ^^^^^ Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.916 INFO kablam! Oct 12 00:39:52.916 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.916 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 12 00:39:52.916 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! Oct 12 00:39:52.916 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.916 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 12 00:39:52.916 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.916 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 12 00:39:52.916 INFO kablam! Oct 12 00:39:52.916 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:39:52.916 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 12 00:39:52.916 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:39:52.916 INFO kablam! | Oct 12 00:39:52.916 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 12 00:39:52.917 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.917 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 12 00:39:52.917 INFO kablam! Oct 12 00:39:52.917 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 00:39:52.917 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 12 00:39:52.917 INFO kablam! | Oct 12 00:39:52.917 INFO kablam! 80 | #[derive(Clone)] Oct 12 00:39:52.917 INFO kablam! | ^^^^^ Oct 12 00:39:52.917 INFO kablam! | Oct 12 00:39:52.917 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 12 00:39:52.917 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:39:52.917 INFO kablam! Oct 12 00:39:55.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.80s Oct 12 00:39:55.542 INFO kablam! su: No module specific data is present Oct 12 00:39:56.360 INFO running `"docker" "rm" "-f" "5aa23c268f392261101f27ea849bcf7ea36441e12e7c774dd6c230ee808f2a88"` Oct 12 00:39:56.629 INFO blam! 5aa23c268f392261101f27ea849bcf7ea36441e12e7c774dd6c230ee808f2a88 Oct 12 00:39:56.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 00:39:57.148 INFO blam! 1536b4c9448cb3b3dd9d3992a6d93418b4dcd4a4d0947977ef651aa62348e4a2 Oct 12 00:39:57.149 INFO running `"docker" "start" "-a" "1536b4c9448cb3b3dd9d3992a6d93418b4dcd4a4d0947977ef651aa62348e4a2"` Oct 12 00:39:58.436 INFO kablam! usermod: no changes Oct 12 00:39:58.554 INFO kablam! Compiling elrond v1.0.0 (/source) Oct 12 00:40:00.709 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.709 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 12 00:40:00.709 INFO kablam! | Oct 12 00:40:00.709 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 12 00:40:00.709 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:40:00.709 INFO kablam! | Oct 12 00:40:00.709 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 00:40:00.709 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 12 00:40:00.709 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.709 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 12 00:40:00.709 INFO kablam! Oct 12 00:40:00.709 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.709 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 12 00:40:00.710 INFO kablam! | Oct 12 00:40:00.710 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 12 00:40:00.710 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:40:00.710 INFO kablam! | Oct 12 00:40:00.710 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 12 00:40:00.710 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.710 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 12 00:40:00.710 INFO kablam! Oct 12 00:40:00.710 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.710 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 12 00:40:00.710 INFO kablam! | Oct 12 00:40:00.710 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 12 00:40:00.710 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:40:00.710 INFO kablam! | Oct 12 00:40:00.710 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 12 00:40:00.710 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.710 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 12 00:40:00.710 INFO kablam! Oct 12 00:40:00.710 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 00:40:00.710 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 12 00:40:00.710 INFO kablam! | Oct 12 00:40:00.710 INFO kablam! 80 | #[derive(Clone)] Oct 12 00:40:00.711 INFO kablam! | ^^^^^ Oct 12 00:40:00.711 INFO kablam! | Oct 12 00:40:00.711 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 12 00:40:00.711 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.711 INFO kablam! Oct 12 00:40:00.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.711 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 12 00:40:00.711 INFO kablam! | Oct 12 00:40:00.711 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 12 00:40:00.711 INFO kablam! | ^^^^^^^^^^^^ Oct 12 00:40:00.711 INFO kablam! | Oct 12 00:40:00.711 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 12 00:40:00.711 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.711 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 12 00:40:00.711 INFO kablam! Oct 12 00:40:00.711 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.711 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 12 00:40:00.711 INFO kablam! | Oct 12 00:40:00.711 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 12 00:40:00.711 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:40:00.711 INFO kablam! | Oct 12 00:40:00.711 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 12 00:40:00.711 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.711 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 12 00:40:00.711 INFO kablam! Oct 12 00:40:00.713 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 00:40:00.713 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 12 00:40:00.713 INFO kablam! | Oct 12 00:40:00.713 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 12 00:40:00.713 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 00:40:00.713 INFO kablam! | Oct 12 00:40:00.713 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 12 00:40:00.713 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.713 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 12 00:40:00.713 INFO kablam! Oct 12 00:40:00.713 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 00:40:00.713 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 12 00:40:00.713 INFO kablam! | Oct 12 00:40:00.713 INFO kablam! 80 | #[derive(Clone)] Oct 12 00:40:00.713 INFO kablam! | ^^^^^ Oct 12 00:40:00.713 INFO kablam! | Oct 12 00:40:00.713 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 12 00:40:00.713 INFO kablam! = note: for more information, see issue #46043 Oct 12 00:40:00.713 INFO kablam! Oct 12 00:40:01.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.07s Oct 12 00:40:01.533 INFO kablam! su: No module specific data is present Oct 12 00:40:01.887 INFO running `"docker" "rm" "-f" "1536b4c9448cb3b3dd9d3992a6d93418b4dcd4a4d0947977ef651aa62348e4a2"` Oct 12 00:40:01.990 INFO blam! 1536b4c9448cb3b3dd9d3992a6d93418b4dcd4a4d0947977ef651aa62348e4a2 Oct 12 00:40:01.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/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 12 00:40:02.337 INFO blam! 35cc1ae0aed489bca70d7277eb10c23e51f3c4ee2534bc68781fc4845b63ef34 Oct 12 00:40:02.339 INFO running `"docker" "start" "-a" "35cc1ae0aed489bca70d7277eb10c23e51f3c4ee2534bc68781fc4845b63ef34"` Oct 12 00:40:03.040 INFO kablam! usermod: no changes Oct 12 00:40:03.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 12 00:40:03.080 INFO kablam! Running /target/debug/deps/elrond-3e7c62111f18832c Oct 12 00:40:03.084 INFO blam! Oct 12 00:40:03.084 INFO blam! running 2 tests Oct 12 00:40:03.091 INFO blam! test magic::magic::test_check_magic ... ok Oct 12 00:40:03.091 INFO blam! test magic::magic::test_parse_elf_magic ... ok Oct 12 00:40:03.091 INFO blam! Oct 12 00:40:03.091 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:40:03.091 INFO blam! Oct 12 00:40:03.093 INFO kablam! Doc-tests elrond Oct 12 00:40:03.576 INFO blam! Oct 12 00:40:03.576 INFO blam! running 0 tests Oct 12 00:40:03.576 INFO blam! Oct 12 00:40:03.577 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 00:40:03.577 INFO blam! Oct 12 00:40:03.588 INFO kablam! su: No module specific data is present Oct 12 00:40:04.234 INFO running `"docker" "rm" "-f" "35cc1ae0aed489bca70d7277eb10c23e51f3c4ee2534bc68781fc4845b63ef34"` Oct 12 00:40:04.413 INFO blam! 35cc1ae0aed489bca70d7277eb10c23e51f3c4ee2534bc68781fc4845b63ef34