[INFO] updating cached repository https://github.com/p2mate/dhcp-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bab39db5c6260fb813f46ba97375e96c9ec56829 [INFO] testing p2mate/dhcp-rs against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp2mate%2Fdhcp-rs" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/p2mate/dhcp-rs on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/p2mate/dhcp-rs [INFO] finished tweaking git repo https://github.com/p2mate/dhcp-rs [INFO] tweaked toml for git repo https://github.com/p2mate/dhcp-rs written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/p2mate/dhcp-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] c8f48dfbd8042e2d080dc304d4dfd8102a842c5749af0b785470445bf7d0daf4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c8f48dfbd8042e2d080dc304d4dfd8102a842c5749af0b785470445bf7d0daf4"` [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling pnet_base v0.23.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling pnet v0.23.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling byte_string v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling pnet_macros_support v0.23.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling pnet_sys v0.23.0 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling strum_macros v0.16.0 [INFO] [stderr] Compiling ipnetwork v0.15.1 [INFO] [stderr] Compiling pnet_datalink v0.23.0 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.23.0 [INFO] [stderr] Compiling pnet_packet v0.23.0 [INFO] [stderr] Compiling pnet_transport v0.23.0 [INFO] [stderr] Compiling dhcp-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `src_addr` [INFO] [stderr] --> src/main.rs:14:31 [INFO] [stderr] | [INFO] [stderr] 14 | let (number_of_bytes, src_addr) = socket.recv_from(&mut buf).unwrap(); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/dhcp_packet.rs:458:18 [INFO] [stderr] | [INFO] [stderr] 458 | (buf, o) => panic!("Unknown opcode {}", o), [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 31s [INFO] running `"docker" "inspect" "c8f48dfbd8042e2d080dc304d4dfd8102a842c5749af0b785470445bf7d0daf4"` [INFO] running `"docker" "rm" "-f" "c8f48dfbd8042e2d080dc304d4dfd8102a842c5749af0b785470445bf7d0daf4"` [INFO] [stdout] c8f48dfbd8042e2d080dc304d4dfd8102a842c5749af0b785470445bf7d0daf4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 21becc4b656ca2b76f3b9cd68e9652c930a0572dfbe233790c75cccf7abd51ae [INFO] running `"docker" "start" "-a" "21becc4b656ca2b76f3b9cd68e9652c930a0572dfbe233790c75cccf7abd51ae"` [INFO] [stderr] Compiling dhcp-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `src_addr` [INFO] [stderr] --> src/main.rs:14:31 [INFO] [stderr] | [INFO] [stderr] 14 | let (number_of_bytes, src_addr) = socket.recv_from(&mut buf).unwrap(); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/dhcp_packet.rs:458:18 [INFO] [stderr] | [INFO] [stderr] 458 | (buf, o) => panic!("Unknown opcode {}", o), [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.57s [INFO] running `"docker" "inspect" "21becc4b656ca2b76f3b9cd68e9652c930a0572dfbe233790c75cccf7abd51ae"` [INFO] running `"docker" "rm" "-f" "21becc4b656ca2b76f3b9cd68e9652c930a0572dfbe233790c75cccf7abd51ae"` [INFO] [stdout] 21becc4b656ca2b76f3b9cd68e9652c930a0572dfbe233790c75cccf7abd51ae [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fa35fc6f6be63a1b281870e87d2e1191785427e018ea4cc4b7abb7eb23a6063e [INFO] running `"docker" "start" "-a" "fa35fc6f6be63a1b281870e87d2e1191785427e018ea4cc4b7abb7eb23a6063e"` [INFO] [stderr] warning: unused variable: `src_addr` [INFO] [stderr] --> src/main.rs:14:31 [INFO] [stderr] | [INFO] [stderr] 14 | let (number_of_bytes, src_addr) = socket.recv_from(&mut buf).unwrap(); [INFO] [stderr] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_src_addr` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/dhcp_packet.rs:458:18 [INFO] [stderr] | [INFO] [stderr] 458 | (buf, o) => panic!("Unknown opcode {}", o), [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_buf` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dhcp_rs-882ba0a1c0103f6a [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" "fa35fc6f6be63a1b281870e87d2e1191785427e018ea4cc4b7abb7eb23a6063e"` [INFO] running `"docker" "rm" "-f" "fa35fc6f6be63a1b281870e87d2e1191785427e018ea4cc4b7abb7eb23a6063e"` [INFO] [stdout] fa35fc6f6be63a1b281870e87d2e1191785427e018ea4cc4b7abb7eb23a6063e