[INFO] updating cached repository https://github.com/ewilken/hap-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] [stderr] From https://github.com/ewilken/hap-rs [INFO] [stderr] a88c908..d49e63a master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d49e63a68c2561797c318314521f252625cfc025 [INFO] checking ewilken/hap-rs against try#38f08371587f97c145dedb2c055ac7b01bf1e788 for pr-65294 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fewilken%2Fhap-rs" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ewilken/hap-rs on toolchain 38f08371587f97c145dedb2c055ac7b01bf1e788 [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ewilken/hap-rs [INFO] finished tweaking git repo https://github.com/ewilken/hap-rs [INFO] tweaked toml for git repo https://github.com/ewilken/hap-rs written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ewilken/hap-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+38f08371587f97c145dedb2c055ac7b01bf1e788" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4dc5114d6b26c57b82f3fdd12443bf7f4210264c4b685c4da2c734303efbf82e [INFO] running `"docker" "start" "-a" "4dc5114d6b26c57b82f3fdd12443bf7f4210264c4b685c4da2c734303efbf82e"` [INFO] [stderr] Compiling pnet v0.22.0 [INFO] [stderr] Compiling indexmap v1.3.0 [INFO] [stderr] Checking pnet_macros_support v0.22.0 [INFO] [stderr] Checking eui48 v0.4.6 [INFO] [stderr] Checking chacha20-poly1305-aead v0.1.2 [INFO] [stderr] Checking pnet_sys v0.22.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Checking nix v0.10.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking ipnetwork v0.14.0 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking erased-serde v0.3.9 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking tokio-reactor v0.1.10 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking pnet_datalink v0.22.0 [INFO] [stderr] Checking srp v0.4.0 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Checking libmdns v0.2.3 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.22.0 [INFO] [stderr] Compiling hap v0.0.7 (/opt/rustwide/workdir) [INFO] [stderr] Compiling pnet_packet v0.22.0 [INFO] [stderr] Checking pnet_transport v0.22.0 [INFO] [stderr] warning: type alias is never used: `EventSubscriptions` [INFO] [stderr] --> src/event.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | pub type EventSubscriptions = Arc>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `EventSubscriptions` [INFO] [stderr] --> src/event.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | pub type EventSubscriptions = Arc>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 54s [INFO] running `"docker" "inspect" "4dc5114d6b26c57b82f3fdd12443bf7f4210264c4b685c4da2c734303efbf82e"` [INFO] running `"docker" "rm" "-f" "4dc5114d6b26c57b82f3fdd12443bf7f4210264c4b685c4da2c734303efbf82e"` [INFO] [stdout] 4dc5114d6b26c57b82f3fdd12443bf7f4210264c4b685c4da2c734303efbf82e