[INFO] cloning repository https://github.com/aitvann/Rustenger [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aitvann/Rustenger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faitvann%2FRustenger", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faitvann%2FRustenger'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d65362a5867b371cefddb230c18b2e60a02aeea7 [INFO] checking aitvann/Rustenger against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faitvann%2FRustenger" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aitvann/Rustenger on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/aitvann/Rustenger [INFO] finished tweaking git repo https://github.com/aitvann/Rustenger [INFO] tweaked toml for git repo https://github.com/aitvann/Rustenger written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/aitvann/Rustenger already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1149e00512b8fa9603dae3e25874545e9714dd4d7c57e380a9fb448f19e12b85 [INFO] running `Command { std: "docker" "start" "-a" "1149e00512b8fa9603dae3e25874545e9714dd4d7c57e380a9fb448f19e12b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1149e00512b8fa9603dae3e25874545e9714dd4d7c57e380a9fb448f19e12b85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1149e00512b8fa9603dae3e25874545e9714dd4d7c57e380a9fb448f19e12b85", kill_on_drop: false }` [INFO] [stdout] 1149e00512b8fa9603dae3e25874545e9714dd4d7c57e380a9fb448f19e12b85 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2fe40ff371cc1f51e6f1581a68a2480c70c1e76e598cfe20642f8827fe9d1350 [INFO] running `Command { std: "docker" "start" "-a" "2fe40ff371cc1f51e6f1581a68a2480c70c1e76e598cfe20642f8827fe9d1350", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling once_cell v1.2.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking colored v1.9.2 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling tokio-macros v0.2.4 [INFO] [stderr] Compiling thiserror-impl v1.0.10 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling enum_dispatch v0.2.0 [INFO] [stderr] Checking tokio v0.2.11 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking thiserror v1.0.10 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking chrono v0.4.10 [INFO] [stderr] Checking bincode v1.2.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking rustenger-shared v0.0.0 (/opt/rustwide/workdir/rustenger-shared) [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking rustenger-client-console v0.0.0 (/opt/rustwide/workdir/rustenger-client-console) [INFO] [stderr] Checking rustenger-server v0.0.0 (/opt/rustwide/workdir/rustenger-server) [INFO] [stdout] error[E0432]: unresolved import `rustenger_shared::codec::ClientCodec` [INFO] [stdout] --> rustenger-client-console/src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rustenger_shared::codec::ClientCodec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ClientCodec` in `codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rustenger_shared::codec::ClientCodec` [INFO] [stdout] --> rustenger-client-console/src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rustenger_shared::codec::ClientCodec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ClientCodec` in `codec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rustenger-client-console` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2fe40ff371cc1f51e6f1581a68a2480c70c1e76e598cfe20642f8827fe9d1350", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fe40ff371cc1f51e6f1581a68a2480c70c1e76e598cfe20642f8827fe9d1350", kill_on_drop: false }` [INFO] [stdout] 2fe40ff371cc1f51e6f1581a68a2480c70c1e76e598cfe20642f8827fe9d1350