[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fp2mate%2Fdhcp-rs" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/p2mate/dhcp-rs on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-10/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 379d97327eace0324dfb3da043ee144c3a92c3f7cb32ec2a2ea863e82e19bd91 [INFO] running `"docker" "start" "-a" "379d97327eace0324dfb3da043ee144c3a92c3f7cb32ec2a2ea863e82e19bd91"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling pnet_base v0.23.0 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Compiling pnet v0.23.0 [INFO] [stderr] Compiling strum v0.16.0 [INFO] [stderr] Compiling byte_string v1.0.0 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling lexical-core v0.4.6 [INFO] [stderr] Compiling pnet_sys v0.23.0 [INFO] [stderr] Compiling ipnetwork v0.15.1 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros_support v0.23.0 [INFO] [stderr] Compiling pnet_datalink v0.23.0 [INFO] [stderr] Compiling strum_macros v0.16.0 [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 47.73s [INFO] running `"docker" "inspect" "379d97327eace0324dfb3da043ee144c3a92c3f7cb32ec2a2ea863e82e19bd91"` [INFO] running `"docker" "rm" "-f" "379d97327eace0324dfb3da043ee144c3a92c3f7cb32ec2a2ea863e82e19bd91"` [INFO] [stdout] 379d97327eace0324dfb3da043ee144c3a92c3f7cb32ec2a2ea863e82e19bd91 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "+beta-2020-06-03" "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] f4ff9d8315952825b287cfee6ca881811a1e0af94554db357bb5757c27fc962a [INFO] running `"docker" "start" "-a" "f4ff9d8315952825b287cfee6ca881811a1e0af94554db357bb5757c27fc962a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.37s [INFO] running `"docker" "inspect" "f4ff9d8315952825b287cfee6ca881811a1e0af94554db357bb5757c27fc962a"` [INFO] running `"docker" "rm" "-f" "f4ff9d8315952825b287cfee6ca881811a1e0af94554db357bb5757c27fc962a"` [INFO] [stdout] f4ff9d8315952825b287cfee6ca881811a1e0af94554db357bb5757c27fc962a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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" "+beta-2020-06-03" "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] 4ca4e584307e6c66e1cbeb4689d66e77efe6fd9914055ecc7a32ff96a590a525 [INFO] running `"docker" "start" "-a" "4ca4e584307e6c66e1cbeb4689d66e77efe6fd9914055ecc7a32ff96a590a525"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dhcp_rs-037774c3aeab022d [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" "4ca4e584307e6c66e1cbeb4689d66e77efe6fd9914055ecc7a32ff96a590a525"` [INFO] running `"docker" "rm" "-f" "4ca4e584307e6c66e1cbeb4689d66e77efe6fd9914055ecc7a32ff96a590a525"` [INFO] [stdout] 4ca4e584307e6c66e1cbeb4689d66e77efe6fd9914055ecc7a32ff96a590a525