[INFO] cloning repository https://github.com/dezzare/rust_chat [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dezzare/rust_chat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdezzare%2Frust_chat", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdezzare%2Frust_chat'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2cb9b607473019035936569a8a6af85a7880b2af [INFO] checking dezzare/rust_chat against try#388b725dea7416978ab58ab1f908139d530308a7 for pr-99943 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdezzare%2Frust_chat" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dezzare/rust_chat on toolchain 388b725dea7416978ab58ab1f908139d530308a7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dezzare/rust_chat [INFO] finished tweaking git repo https://github.com/dezzare/rust_chat [INFO] tweaked toml for git repo https://github.com/dezzare/rust_chat written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/dezzare/rust_chat already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a5c4a9d9baf95a9646ceaef36ca652f657d66d12fba01363cbfdf51844a5f035 [INFO] running `Command { std: "docker" "start" "-a" "a5c4a9d9baf95a9646ceaef36ca652f657d66d12fba01363cbfdf51844a5f035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a5c4a9d9baf95a9646ceaef36ca652f657d66d12fba01363cbfdf51844a5f035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a5c4a9d9baf95a9646ceaef36ca652f657d66d12fba01363cbfdf51844a5f035", kill_on_drop: false }` [INFO] [stdout] a5c4a9d9baf95a9646ceaef36ca652f657d66d12fba01363cbfdf51844a5f035 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4aa84ee9c478679d66e125194dea8298548b04c90880c54515c6e02dc0125415 [INFO] running `Command { std: "docker" "start" "-a" "4aa84ee9c478679d66e125194dea8298548b04c90880c54515c6e02dc0125415", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.90 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking futures-lite v1.12.0 [INFO] [stderr] Checking async-task v4.2.0 [INFO] [stderr] Compiling signal-hook v0.3.13 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking crossbeam-utils v0.8.8 [INFO] [stderr] Checking async-lock v2.5.0 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking blocking v1.2.0 [INFO] [stderr] Checking async-executor v1.4.1 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking value-bag v1.0.0-alpha.8 [INFO] [stderr] Checking polling v2.2.0 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking async-io v1.6.0 [INFO] [stderr] Checking async-global-executor v2.0.4 [INFO] [stderr] Checking async-process v1.3.0 [INFO] [stderr] Checking async-std v1.11.0 [INFO] [stderr] Checking serde_json v1.0.79 [INFO] [stderr] Checking rust_chat v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.08s [INFO] running `Command { std: "docker" "inspect" "4aa84ee9c478679d66e125194dea8298548b04c90880c54515c6e02dc0125415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4aa84ee9c478679d66e125194dea8298548b04c90880c54515c6e02dc0125415", kill_on_drop: false }` [INFO] [stdout] 4aa84ee9c478679d66e125194dea8298548b04c90880c54515c6e02dc0125415