[INFO] cloning repository https://github.com/sdbondi/tower-examples [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sdbondi/tower-examples" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdbondi%2Ftower-examples"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdbondi%2Ftower-examples'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 05080a8e931e8b1316c5756b4bed9ccb1f4d3374 [INFO] checking sdbondi/tower-examples against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsdbondi%2Ftower-examples" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sdbondi/tower-examples on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sdbondi/tower-examples [INFO] finished tweaking git repo https://github.com/sdbondi/tower-examples [INFO] tweaked toml for git repo https://github.com/sdbondi/tower-examples written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sdbondi/tower-examples already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] d38a776d840c7fba724051d603e4c1b0c655c6c3869c5b6702f78ed05af69792 [INFO] running `"docker" "start" "-a" "d38a776d840c7fba724051d603e4c1b0c655c6c3869c5b6702f78ed05af69792"` [INFO] [stderr] Checking tower-service v0.2.0 [INFO] [stderr] Checking tracing-core v0.1.2 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking tower-layer v0.1.0 [INFO] [stderr] Checking tower-discover v0.1.0 [INFO] [stderr] Checking tracing v0.1.3 [INFO] [stderr] Checking tower-util v0.1.0 [INFO] [stderr] Checking tower-timeout v0.1.1 [INFO] [stderr] Checking tower-retry v0.1.0 [INFO] [stderr] Checking tower-limit v0.1.0 [INFO] [stderr] Checking tower-load-shed v0.1.0 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tower-buffer v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-threadpool v0.1.15 [INFO] [stderr] Checking tower v0.1.1 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [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 tcpstream-play v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `tokio::codec::BytesCodec` [INFO] [stderr] --> examples/simple_server.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use tokio::codec::BytesCodec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/simple_server.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | let mut handler = Handler::new(socket); [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.80s [INFO] running `"docker" "inspect" "d38a776d840c7fba724051d603e4c1b0c655c6c3869c5b6702f78ed05af69792"` [INFO] running `"docker" "rm" "-f" "d38a776d840c7fba724051d603e4c1b0c655c6c3869c5b6702f78ed05af69792"` [INFO] [stdout] d38a776d840c7fba724051d603e4c1b0c655c6c3869c5b6702f78ed05af69792