[INFO] cloning repository NikxDa/doug [INFO] running `"git" "clone" "--bare" "git://github.com/NikxDa/doug.git" "work/cache/sources/gh/NikxDa/doug"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/NikxDa/doug'... [INFO] running `"git" "clone" "work/cache/sources/gh/NikxDa/doug" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/NikxDa/doug" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/NikxDa/doug"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/NikxDa/doug'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9897478d8de64e673ee74b128a454b305f8e9523 [INFO] sha for GitHub repo NikxDa/doug: 9897478d8de64e673ee74b128a454b305f8e9523 [INFO] validating manifest of NikxDa/doug on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of NikxDa/doug on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing NikxDa/doug [INFO] finished frobbing NikxDa/doug [INFO] frobbed toml for NikxDa/doug written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug/Cargo.toml [INFO] started frobbing NikxDa/doug [INFO] finished frobbing NikxDa/doug [INFO] frobbed toml for NikxDa/doug written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/NikxDa/doug/Cargo.toml [INFO] crate NikxDa/doug already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing NikxDa/doug against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 77d12250a82a91121f151b578ebea2dbcb366fdad79af3d48511239878eff04d [INFO] running `"docker" "start" "-a" "77d12250a82a91121f151b578ebea2dbcb366fdad79af3d48511239878eff04d"` [INFO] [stderr] Compiling strum v0.13.0 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling strum_macros v0.13.0 [INFO] [stderr] Compiling doug v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/console.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | let edns_version = (record.ttl >> 16 as u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `match` head expression [INFO] [stderr] --> src/console.rs:53:41 [INFO] [stderr] | [INFO] [stderr] 53 | let edns_dnssec = match (record.ttl & (1 << 15)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `DnsQueryType` [INFO] [stderr] --> src/dns/dns_query_type.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub enum DnsQueryType { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HINFO` [INFO] [stderr] --> src/dns/dns_record_data.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | HINFO { cpu: String, os: String }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `info` [INFO] [stderr] --> src/console.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn info (key: &str, value: &String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.09s [INFO] running `"docker" "inspect" "77d12250a82a91121f151b578ebea2dbcb366fdad79af3d48511239878eff04d"` [INFO] running `"docker" "rm" "-f" "77d12250a82a91121f151b578ebea2dbcb366fdad79af3d48511239878eff04d"` [INFO] [stdout] 77d12250a82a91121f151b578ebea2dbcb366fdad79af3d48511239878eff04d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 0b0fee82887ea00a91daa7d3ae6488b157c2cd6079358c09c12371aa949c1dc0 [INFO] running `"docker" "start" "-a" "0b0fee82887ea00a91daa7d3ae6488b157c2cd6079358c09c12371aa949c1dc0"` [INFO] [stderr] Compiling doug v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/console.rs:52:36 [INFO] [stderr] | [INFO] [stderr] 52 | let edns_version = (record.ttl >> 16 as u8); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `match` head expression [INFO] [stderr] --> src/console.rs:53:41 [INFO] [stderr] | [INFO] [stderr] 53 | let edns_dnssec = match (record.ttl & (1 << 15)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `DnsQueryType` [INFO] [stderr] --> src/dns/dns_query_type.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | pub enum DnsQueryType { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `HINFO` [INFO] [stderr] --> src/dns/dns_record_data.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | HINFO { cpu: String, os: String }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `info` [INFO] [stderr] --> src/console.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn info (key: &str, value: &String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "0b0fee82887ea00a91daa7d3ae6488b157c2cd6079358c09c12371aa949c1dc0"` [INFO] running `"docker" "rm" "-f" "0b0fee82887ea00a91daa7d3ae6488b157c2cd6079358c09c12371aa949c1dc0"` [INFO] [stdout] 0b0fee82887ea00a91daa7d3ae6488b157c2cd6079358c09c12371aa949c1dc0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/NikxDa/doug:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 8356cf3c0f12fdc4a43d56666fc73aedea3f8a19449c720c2290680457eba92f [INFO] running `"docker" "start" "-a" "8356cf3c0f12fdc4a43d56666fc73aedea3f8a19449c720c2290680457eba92f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/doug-3441dc7665fe6e1f [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8356cf3c0f12fdc4a43d56666fc73aedea3f8a19449c720c2290680457eba92f"` [INFO] running `"docker" "rm" "-f" "8356cf3c0f12fdc4a43d56666fc73aedea3f8a19449c720c2290680457eba92f"` [INFO] [stdout] 8356cf3c0f12fdc4a43d56666fc73aedea3f8a19449c720c2290680457eba92f