Oct 14 17:11:17.040 INFO testing jawline/rust_dns_client against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:11:17.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:11:17.474 INFO blam! 4d318b52dd5fabff3aa9766ec5de83d77d4ac18663317efe54d4f414e9e75b00 Oct 14 17:11:17.477 INFO running `"docker" "start" "-a" "4d318b52dd5fabff3aa9766ec5de83d77d4ac18663317efe54d4f414e9e75b00"` Oct 14 17:11:19.002 INFO kablam! usermod: no changes Oct 14 17:11:19.048 INFO kablam! Compiling dns_client v0.1.0 (/source) Oct 14 17:11:19.471 INFO kablam! warning: unreachable pattern Oct 14 17:11:19.471 INFO kablam! --> src/record.rs:21:9 Oct 14 17:11:19.471 INFO kablam! | Oct 14 17:11:19.471 INFO kablam! 21 | "NS" => Some(NS_CODE), Oct 14 17:11:19.471 INFO kablam! | ^^^^ Oct 14 17:11:19.471 INFO kablam! | Oct 14 17:11:19.471 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 17:11:19.471 INFO kablam! Oct 14 17:11:20.419 INFO kablam! warning: unused `#[macro_use]` import Oct 14 17:11:20.419 INFO kablam! --> src/main.rs:1:1 Oct 14 17:11:20.419 INFO kablam! | Oct 14 17:11:20.420 INFO kablam! 1 | #[macro_use] Oct 14 17:11:20.420 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:11:20.420 INFO kablam! | Oct 14 17:11:20.420 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:11:20.420 INFO kablam! Oct 14 17:11:20.563 INFO kablam! warning: unreachable pattern Oct 14 17:11:20.563 INFO kablam! --> src/record.rs:21:9 Oct 14 17:11:20.564 INFO kablam! | Oct 14 17:11:20.564 INFO kablam! 21 | "NS" => Some(NS_CODE), Oct 14 17:11:20.564 INFO kablam! | ^^^^ Oct 14 17:11:20.564 INFO kablam! | Oct 14 17:11:20.565 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 17:11:20.565 INFO kablam! Oct 14 17:11:20.606 INFO kablam! warning: constant item is never used: `SOA_CODE` Oct 14 17:11:20.606 INFO kablam! --> src/record.rs:7:1 Oct 14 17:11:20.606 INFO kablam! | Oct 14 17:11:20.606 INFO kablam! 7 | pub const SOA_CODE: u16 = 0x6; Oct 14 17:11:20.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:20.606 INFO kablam! | Oct 14 17:11:20.606 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:20.607 INFO kablam! Oct 14 17:11:20.607 INFO kablam! warning: constant item is never used: `WKS_CODE` Oct 14 17:11:20.607 INFO kablam! --> src/record.rs:8:1 Oct 14 17:11:20.607 INFO kablam! | Oct 14 17:11:20.608 INFO kablam! 8 | pub const WKS_CODE: u16 = 0xB; Oct 14 17:11:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:20.608 INFO kablam! Oct 14 17:11:20.608 INFO kablam! warning: constant item is never used: `PTR_CODE` Oct 14 17:11:20.608 INFO kablam! --> src/record.rs:9:1 Oct 14 17:11:20.608 INFO kablam! | Oct 14 17:11:20.608 INFO kablam! 9 | pub const PTR_CODE: u16 = 0xC; Oct 14 17:11:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:20.608 INFO kablam! Oct 14 17:11:20.608 INFO kablam! warning: constant item is never used: `SRV_CODE` Oct 14 17:11:20.608 INFO kablam! --> src/record.rs:12:1 Oct 14 17:11:20.608 INFO kablam! | Oct 14 17:11:20.608 INFO kablam! 12 | pub const SRV_CODE: u16 = 0x21; Oct 14 17:11:20.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:20.615 INFO kablam! Oct 14 17:11:20.615 INFO kablam! warning: constant item is never used: `AAAA_CODE` Oct 14 17:11:20.615 INFO kablam! --> src/record.rs:13:1 Oct 14 17:11:20.615 INFO kablam! | Oct 14 17:11:20.615 INFO kablam! 13 | pub const AAAA_CODE: u16 = 0x1C; Oct 14 17:11:20.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:20.615 INFO kablam! Oct 14 17:11:21.539 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Oct 14 17:11:21.539 INFO kablam! su: No module specific data is present Oct 14 17:11:22.196 INFO running `"docker" "rm" "-f" "4d318b52dd5fabff3aa9766ec5de83d77d4ac18663317efe54d4f414e9e75b00"` Oct 14 17:11:22.470 INFO blam! 4d318b52dd5fabff3aa9766ec5de83d77d4ac18663317efe54d4f414e9e75b00 Oct 14 17:11:22.473 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:11:22.931 INFO blam! 437268d363936b12301e9b67ac013bc0f79e345152fd66e691861d3a88d9823a Oct 14 17:11:22.935 INFO running `"docker" "start" "-a" "437268d363936b12301e9b67ac013bc0f79e345152fd66e691861d3a88d9823a"` Oct 14 17:11:23.772 INFO kablam! usermod: no changes Oct 14 17:11:23.805 INFO kablam! Compiling dns_client v0.1.0 (/source) Oct 14 17:11:24.033 INFO kablam! warning: unused `#[macro_use]` import Oct 14 17:11:24.033 INFO kablam! --> src/main.rs:1:1 Oct 14 17:11:24.033 INFO kablam! | Oct 14 17:11:24.033 INFO kablam! 1 | #[macro_use] Oct 14 17:11:24.033 INFO kablam! | ^^^^^^^^^^^^ Oct 14 17:11:24.033 INFO kablam! | Oct 14 17:11:24.033 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:11:24.033 INFO kablam! Oct 14 17:11:24.187 INFO kablam! warning: unreachable pattern Oct 14 17:11:24.187 INFO kablam! --> src/record.rs:21:9 Oct 14 17:11:24.187 INFO kablam! | Oct 14 17:11:24.187 INFO kablam! 21 | "NS" => Some(NS_CODE), Oct 14 17:11:24.187 INFO kablam! | ^^^^ Oct 14 17:11:24.187 INFO kablam! | Oct 14 17:11:24.187 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 17:11:24.187 INFO kablam! Oct 14 17:11:24.200 INFO kablam! warning: unreachable pattern Oct 14 17:11:24.200 INFO kablam! --> src/record.rs:21:9 Oct 14 17:11:24.200 INFO kablam! | Oct 14 17:11:24.200 INFO kablam! 21 | "NS" => Some(NS_CODE), Oct 14 17:11:24.200 INFO kablam! | ^^^^ Oct 14 17:11:24.200 INFO kablam! | Oct 14 17:11:24.200 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 17:11:24.200 INFO kablam! Oct 14 17:11:24.247 INFO kablam! warning: constant item is never used: `SOA_CODE` Oct 14 17:11:24.247 INFO kablam! --> src/record.rs:7:1 Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! 7 | pub const SOA_CODE: u16 = 0x6; Oct 14 17:11:24.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:11:24.247 INFO kablam! Oct 14 17:11:24.247 INFO kablam! warning: constant item is never used: `WKS_CODE` Oct 14 17:11:24.247 INFO kablam! --> src/record.rs:8:1 Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! 8 | pub const WKS_CODE: u16 = 0xB; Oct 14 17:11:24.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:24.247 INFO kablam! Oct 14 17:11:24.247 INFO kablam! warning: constant item is never used: `PTR_CODE` Oct 14 17:11:24.247 INFO kablam! --> src/record.rs:9:1 Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! 9 | pub const PTR_CODE: u16 = 0xC; Oct 14 17:11:24.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:24.247 INFO kablam! Oct 14 17:11:24.247 INFO kablam! warning: constant item is never used: `SRV_CODE` Oct 14 17:11:24.247 INFO kablam! --> src/record.rs:12:1 Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! 12 | pub const SRV_CODE: u16 = 0x21; Oct 14 17:11:24.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:24.247 INFO kablam! Oct 14 17:11:24.247 INFO kablam! warning: constant item is never used: `AAAA_CODE` Oct 14 17:11:24.247 INFO kablam! --> src/record.rs:13:1 Oct 14 17:11:24.247 INFO kablam! | Oct 14 17:11:24.247 INFO kablam! 13 | pub const AAAA_CODE: u16 = 0x1C; Oct 14 17:11:24.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:11:24.247 INFO kablam! Oct 14 17:11:24.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.94s Oct 14 17:11:24.741 INFO kablam! su: No module specific data is present Oct 14 17:11:25.463 INFO running `"docker" "rm" "-f" "437268d363936b12301e9b67ac013bc0f79e345152fd66e691861d3a88d9823a"` Oct 14 17:11:25.707 INFO blam! 437268d363936b12301e9b67ac013bc0f79e345152fd66e691861d3a88d9823a Oct 14 17:11:25.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 14 17:11:26.145 INFO blam! c1cd8bb75798469a9eeff92c407beb18de515a84c51125384d99def02ee4c30e Oct 14 17:11:26.145 INFO running `"docker" "start" "-a" "c1cd8bb75798469a9eeff92c407beb18de515a84c51125384d99def02ee4c30e"` Oct 14 17:11:27.178 INFO kablam! usermod: no changes Oct 14 17:11:27.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 17:11:27.279 INFO kablam! Running /target/debug/deps/dns_client-f91a1456f49cb71c Oct 14 17:11:27.284 INFO blam! Oct 14 17:11:27.284 INFO blam! running 0 tests Oct 14 17:11:27.284 INFO blam! Oct 14 17:11:27.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:11:27.284 INFO blam! Oct 14 17:11:27.295 INFO kablam! Running /target/debug/deps/dns_client-04cc66c34b676d00 Oct 14 17:11:27.295 INFO kablam! Doc-tests dns_client Oct 14 17:11:27.296 INFO blam! Oct 14 17:11:27.296 INFO blam! running 0 tests Oct 14 17:11:27.296 INFO blam! Oct 14 17:11:27.296 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:11:27.296 INFO blam! Oct 14 17:11:27.743 INFO blam! Oct 14 17:11:27.743 INFO blam! running 0 tests Oct 14 17:11:27.743 INFO blam! Oct 14 17:11:27.743 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:11:27.743 INFO blam! Oct 14 17:11:27.747 INFO kablam! su: No module specific data is present Oct 14 17:11:28.704 INFO running `"docker" "rm" "-f" "c1cd8bb75798469a9eeff92c407beb18de515a84c51125384d99def02ee4c30e"` Oct 14 17:11:28.852 INFO blam! c1cd8bb75798469a9eeff92c407beb18de515a84c51125384d99def02ee4c30e