[INFO] cloning repository https://github.com/azriel91/credent [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/azriel91/credent" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fcredent", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fcredent'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7fce5bf34f840923c07de8be5aa287dd69f7ba7f [INFO] checking azriel91/credent against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fazriel91%2Fcredent" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/azriel91/credent on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/azriel91/credent [INFO] removed 0 missing examples [INFO] finished tweaking git repo https://github.com/azriel91/credent [INFO] tweaked toml for git repo https://github.com/azriel91/credent written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f5669e46083799c01eb5c2b49dcbfef347d66873b4d771845e280fa5a5b430e4 [INFO] running `Command { std: "docker" "start" "-a" "f5669e46083799c01eb5c2b49dcbfef347d66873b4d771845e280fa5a5b430e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f5669e46083799c01eb5c2b49dcbfef347d66873b4d771845e280fa5a5b430e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5669e46083799c01eb5c2b49dcbfef347d66873b4d771845e280fa5a5b430e4", kill_on_drop: false }` [INFO] [stdout] f5669e46083799c01eb5c2b49dcbfef347d66873b4d771845e280fa5a5b430e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 159bbcf07193d2e8336496c0dc0dffa5f9ff70f3f73713082731555b9d47e661 [INFO] running `Command { std: "docker" "start" "-a" "159bbcf07193d2e8336496c0dc0dffa5f9ff70f3f73713082731555b9d47e661", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Checking cache-padded v1.1.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking parking v2.0.0 [INFO] [stderr] Checking fastrand v1.4.1 [INFO] [stderr] Checking waker-fn v1.1.0 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking event-listener v2.5.1 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Checking async-task v4.0.3 [INFO] [stderr] Checking atomic-waker v1.0.0 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Compiling signal-hook v0.3.9 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking credent_cli_model v0.4.1 (/opt/rustwide/workdir/crate/credent_cli_model) [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking concurrent-queue v1.2.2 [INFO] [stdout] error: `credent` needs either the "backend-smol" or "backend-tokio" feature to be enabled. [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / compile_error!( [INFO] [stdout] 11 | | r#"`credent` needs either the "backend-smol" or "backend-tokio" feature to be enabled."# [INFO] [stdout] 12 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking instant v0.1.9 [INFO] [stdout] error: `credent` needs either the "backend-smol" or "backend-tokio" feature to be enabled. [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / compile_error!( [INFO] [stdout] 11 | | r#"`credent` needs either the "backend-smol" or "backend-tokio" feature to be enabled."# [INFO] [stdout] 12 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in this scope [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | error: IoError, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in this scope [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | StdErrFlush(IoError), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stdout] error[E0412]: cannot find type `IoError` in this scope [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | error: IoError, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IoError` in this scope [INFO] [stdout] --> crate/credent_cli_model/src/error.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | StdErrFlush(IoError), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `credent_cli_model` [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 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "159bbcf07193d2e8336496c0dc0dffa5f9ff70f3f73713082731555b9d47e661", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "159bbcf07193d2e8336496c0dc0dffa5f9ff70f3f73713082731555b9d47e661", kill_on_drop: false }` [INFO] [stdout] 159bbcf07193d2e8336496c0dc0dffa5f9ff70f3f73713082731555b9d47e661