Oct 11 12:33:44.501 INFO testing rustep-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:33:44.501 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:33:44.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:33:45.090 INFO blam! 3a2ff6364188051dabf03ff3a65a0ec914e76e44a6a6a0e114c8ffe11ce5b5ec Oct 11 12:33:45.091 INFO running `"docker" "start" "-a" "3a2ff6364188051dabf03ff3a65a0ec914e76e44a6a6a0e114c8ffe11ce5b5ec"` Oct 11 12:33:46.807 INFO kablam! usermod: no changes Oct 11 12:33:47.060 INFO kablam! Compiling enumflags v0.3.0 Oct 11 12:33:47.062 INFO kablam! Compiling nom v3.2.1 Oct 11 12:33:47.064 INFO kablam! Compiling num-bigint v0.1.44 Oct 11 12:33:47.066 INFO kablam! Compiling enumflags_derive v0.4.1 Oct 11 12:33:54.348 INFO kablam! Compiling num-rational v0.1.42 Oct 11 12:33:59.944 INFO kablam! Compiling num v0.1.42 Oct 11 12:34:02.613 INFO kablam! Compiling rustep v0.1.2 (/source) Oct 11 12:34:05.522 INFO kablam! warning: unused `#[macro_use]` import Oct 11 12:34:05.522 INFO kablam! --> src/lib.rs:50:1 Oct 11 12:34:05.522 INFO kablam! | Oct 11 12:34:05.522 INFO kablam! 50 | #[macro_use] Oct 11 12:34:05.522 INFO kablam! | ^^^^^^^^^^^^ Oct 11 12:34:05.522 INFO kablam! | Oct 11 12:34:05.522 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 12:34:05.522 INFO kablam! Oct 11 12:34:05.528 INFO kablam! warning: unused import: `TryInto` Oct 11 12:34:05.528 INFO kablam! --> src/format/elf.rs:9:9 Oct 11 12:34:05.528 INFO kablam! | Oct 11 12:34:05.528 INFO kablam! 9 | TryInto, Oct 11 12:34:05.528 INFO kablam! | ^^^^^^^ Oct 11 12:34:05.528 INFO kablam! Oct 11 12:34:05.529 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Oct 11 12:34:05.529 INFO kablam! --> src/format/elf.rs:59:10 Oct 11 12:34:05.530 INFO kablam! | Oct 11 12:34:05.530 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:05.530 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:05.530 INFO kablam! | Oct 11 12:34:05.530 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 12:34:05.530 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 11 12:34:05.530 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:05.530 INFO kablam! Oct 11 12:34:05.530 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Oct 11 12:34:05.530 INFO kablam! --> src/format/elf.rs:59:10 Oct 11 12:34:05.530 INFO kablam! | Oct 11 12:34:05.530 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:05.530 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:05.530 INFO kablam! | Oct 11 12:34:05.530 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 11 12:34:05.530 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:05.530 INFO kablam! Oct 11 12:34:05.531 INFO kablam! warning: cannot find type `SectionFlag` in this scope Oct 11 12:34:05.531 INFO kablam! --> src/format/elf.rs:111:10 Oct 11 12:34:05.531 INFO kablam! | Oct 11 12:34:05.531 INFO kablam! 111 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:05.531 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:05.531 INFO kablam! | Oct 11 12:34:05.531 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 11 12:34:05.531 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:05.531 INFO kablam! Oct 11 12:34:06.520 INFO kablam! warning: unreachable pattern Oct 11 12:34:06.520 INFO kablam! --> src/format/elf.rs:789:13 Oct 11 12:34:06.520 INFO kablam! | Oct 11 12:34:06.520 INFO kablam! 789 | _ => Err(RustepErrorKind::NotElf)?, Oct 11 12:34:06.520 INFO kablam! | ^ Oct 11 12:34:06.520 INFO kablam! | Oct 11 12:34:06.520 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 12:34:06.520 INFO kablam! Oct 11 12:34:09.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.75s Oct 11 12:34:09.605 INFO kablam! su: No module specific data is present Oct 11 12:34:10.583 INFO running `"docker" "rm" "-f" "3a2ff6364188051dabf03ff3a65a0ec914e76e44a6a6a0e114c8ffe11ce5b5ec"` Oct 11 12:34:10.892 INFO blam! 3a2ff6364188051dabf03ff3a65a0ec914e76e44a6a6a0e114c8ffe11ce5b5ec Oct 11 12:34:10.899 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:34:10.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:34:11.338 INFO blam! 0fb7d1e4b21267d3cb0b8f914a5418c84a218f6294ad38a59e61990e46cff796 Oct 11 12:34:11.345 INFO running `"docker" "start" "-a" "0fb7d1e4b21267d3cb0b8f914a5418c84a218f6294ad38a59e61990e46cff796"` Oct 11 12:34:12.676 INFO kablam! usermod: no changes Oct 11 12:34:12.848 INFO kablam! Compiling rustep v0.1.2 (/source) Oct 11 12:34:16.164 INFO kablam! warning: unused `#[macro_use]` import Oct 11 12:34:16.164 INFO kablam! --> src/lib.rs:50:1 Oct 11 12:34:16.164 INFO kablam! | Oct 11 12:34:16.164 INFO kablam! 50 | #[macro_use] Oct 11 12:34:16.164 INFO kablam! | ^^^^^^^^^^^^ Oct 11 12:34:16.164 INFO kablam! | Oct 11 12:34:16.164 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 12:34:16.164 INFO kablam! Oct 11 12:34:16.177 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Oct 11 12:34:16.177 INFO kablam! --> src/format/elf.rs:59:10 Oct 11 12:34:16.177 INFO kablam! | Oct 11 12:34:16.178 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:16.178 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:16.178 INFO kablam! | Oct 11 12:34:16.178 INFO kablam! = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Oct 11 12:34:16.178 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 11 12:34:16.178 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:16.178 INFO kablam! Oct 11 12:34:16.178 INFO kablam! warning: cannot find type `SegmentFlag` in this scope Oct 11 12:34:16.178 INFO kablam! --> src/format/elf.rs:59:10 Oct 11 12:34:16.178 INFO kablam! | Oct 11 12:34:16.178 INFO kablam! 59 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:16.178 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:16.178 INFO kablam! | Oct 11 12:34:16.178 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 11 12:34:16.178 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:16.178 INFO kablam! Oct 11 12:34:16.178 INFO kablam! warning: cannot find type `SectionFlag` in this scope Oct 11 12:34:16.178 INFO kablam! --> src/format/elf.rs:111:10 Oct 11 12:34:16.178 INFO kablam! | Oct 11 12:34:16.178 INFO kablam! 111 | #[derive(EnumFlags, Copy, Clone, Debug)] Oct 11 12:34:16.178 INFO kablam! | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Oct 11 12:34:16.178 INFO kablam! | Oct 11 12:34:16.178 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 11 12:34:16.178 INFO kablam! = note: for more information, see issue #50504 Oct 11 12:34:16.178 INFO kablam! Oct 11 12:34:18.421 INFO kablam! warning: unreachable pattern Oct 11 12:34:18.421 INFO kablam! --> src/format/elf.rs:789:13 Oct 11 12:34:18.421 INFO kablam! | Oct 11 12:34:18.421 INFO kablam! 789 | _ => Err(RustepErrorKind::NotElf)?, Oct 11 12:34:18.422 INFO kablam! | ^ Oct 11 12:34:18.422 INFO kablam! | Oct 11 12:34:18.422 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 11 12:34:18.423 INFO kablam! Oct 11 12:34:23.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.53s Oct 11 12:34:23.240 INFO kablam! su: No module specific data is present Oct 11 12:34:24.288 INFO running `"docker" "rm" "-f" "0fb7d1e4b21267d3cb0b8f914a5418c84a218f6294ad38a59e61990e46cff796"` Oct 11 12:34:24.554 INFO blam! 0fb7d1e4b21267d3cb0b8f914a5418c84a218f6294ad38a59e61990e46cff796 Oct 11 12:34:24.560 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:34:24.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:34:24.972 INFO blam! 852e73ae2807236053fab7b1029049207196ab7d420dc6ba7be5c4460442c1bd Oct 11 12:34:24.974 INFO running `"docker" "start" "-a" "852e73ae2807236053fab7b1029049207196ab7d420dc6ba7be5c4460442c1bd"` Oct 11 12:34:26.742 INFO kablam! usermod: no changes Oct 11 12:34:26.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 11 12:34:26.969 INFO kablam! Running /target/debug/deps/rustep-1a1c9227ecc07775 Oct 11 12:34:26.971 INFO blam! Oct 11 12:34:26.971 INFO blam! running 55 tests Oct 11 12:34:26.977 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Dyn__bindgen_ty_1 ... ok Oct 11 12:34:26.978 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Dyn ... ok Oct 11 12:34:26.983 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Ehdr ... ok Oct 11 12:34:26.983 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Chdr ... ok Oct 11 12:34:26.984 INFO blam! test format::bindings::bindgen_test_layout_Elf32_RegInfo ... ok Oct 11 12:34:26.984 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Phdr ... ok Oct 11 12:34:26.985 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Sym ... ok Oct 11 12:34:26.985 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Rel ... ok Oct 11 12:34:26.985 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Rela ... ok Oct 11 12:34:26.985 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Shdr ... ok Oct 11 12:34:26.985 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Nhdr ... ok Oct 11 12:34:26.986 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Lib ... ok Oct 11 12:34:26.986 INFO blam! test format::bindings::bindgen_test_layout_Elf32_auxv_t__bindgen_ty_1 ... ok Oct 11 12:34:26.986 INFO blam! test format::bindings::bindgen_test_layout_Elf32_auxv_t ... ok Oct 11 12:34:26.987 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Verdaux ... ok Oct 11 12:34:26.987 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Verdef ... ok Oct 11 12:34:26.987 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Verneed ... ok Oct 11 12:34:26.987 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Vernaux ... ok Oct 11 12:34:26.992 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Move ... ok Oct 11 12:34:26.993 INFO blam! test format::bindings::bindgen_test_layout_Elf32_Syminfo ... ok Oct 11 12:34:26.993 INFO blam! test format::bindings::bindgen_test_layout_Elf32_gptab ... ok Oct 11 12:34:26.994 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Ehdr ... ok Oct 11 12:34:26.994 INFO blam! test format::bindings::bindgen_test_layout_Elf32_gptab__bindgen_ty_1 ... ok Oct 11 12:34:26.994 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Dyn__bindgen_ty_1 ... ok Oct 11 12:34:26.994 INFO blam! test format::bindings::bindgen_test_layout_Elf32_gptab__bindgen_ty_2 ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Chdr ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Dyn ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Lib ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Syminfo ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Verdaux ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Verdef ... ok Oct 11 12:34:26.995 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Vernaux ... ok Oct 11 12:34:26.996 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Verneed ... ok Oct 11 12:34:26.996 INFO blam! test format::bindings::bindgen_test_layout_Elf64_auxv_t ... ok Oct 11 12:34:26.996 INFO blam! test format::bindings::bindgen_test_layout_Elf64_auxv_t__bindgen_ty_1 ... ok Oct 11 12:34:26.996 INFO blam! test format::bindings::bindgen_test_layout_Elf_MIPS_ABIFlags_v0 ... ok Oct 11 12:34:26.996 INFO blam! test format::bindings::bindgen_test_layout_Elf_Options ... ok Oct 11 12:34:26.998 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Phdr ... ok Oct 11 12:34:26.998 INFO blam! test format::bindings::bindgen_test_layout_Elf_Options_Hw ... ok Oct 11 12:34:26.999 INFO blam! test format::bindings::bindgen_test_layout___fsid_t ... ok Oct 11 12:34:26.999 INFO blam! test format::elf::test_parse_elf ... ok Oct 11 12:34:26.999 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Move ... ok Oct 11 12:34:26.999 INFO kablam! Doc-tests rustep Oct 11 12:34:27.000 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Nhdr ... ok Oct 11 12:34:27.000 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Rel ... ok Oct 11 12:34:27.000 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Rela ... ok Oct 11 12:34:27.000 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Shdr ... ok Oct 11 12:34:27.000 INFO blam! test format::bindings::bindgen_test_layout_Elf64_Sym ... ok Oct 11 12:34:27.000 INFO blam! test format::elf::test_parse_elf32 ... ok Oct 11 12:34:27.001 INFO blam! test format::elf::test_parse_elf64 ... ok Oct 11 12:34:27.001 INFO blam! test format::elf::test_parse_elf_class ... ok Oct 11 12:34:27.001 INFO blam! test format::elf::test_parse_elf_header32 ... ok Oct 11 12:34:27.001 INFO blam! test format::elf::test_parse_elf_wrong_class ... ok Oct 11 12:34:27.001 INFO blam! test format::executable::test_executable ... ok Oct 11 12:34:27.001 INFO blam! test format::elf::test_parse_elf_header64 ... ok Oct 11 12:34:27.001 INFO blam! test tests::it_works ... ok Oct 11 12:34:27.002 INFO blam! Oct 11 12:34:27.002 INFO blam! test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:34:27.002 INFO blam! Oct 11 12:34:31.664 INFO blam! Oct 11 12:34:31.664 INFO blam! running 2 tests Oct 11 12:34:41.375 INFO blam! test src/lib.rs - (line 9) ... ok Oct 11 12:34:41.638 INFO blam! test src/format/executable.rs - format::executable::Executable<'a>::from_u8_array (line 37) ... ok Oct 11 12:34:41.638 INFO blam! Oct 11 12:34:41.639 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:34:41.640 INFO blam! Oct 11 12:34:41.654 INFO kablam! su: No module specific data is present Oct 11 12:34:42.574 INFO running `"docker" "rm" "-f" "852e73ae2807236053fab7b1029049207196ab7d420dc6ba7be5c4460442c1bd"` Oct 11 12:34:43.000 INFO blam! 852e73ae2807236053fab7b1029049207196ab7d420dc6ba7be5c4460442c1bd