[INFO] cloning repository https://github.com/jr0dsgarage/desktop_copy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jr0dsgarage/desktop_copy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjr0dsgarage%2Fdesktop_copy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjr0dsgarage%2Fdesktop_copy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7f58c87e2d6bc807f5e650c8b3257a2e545a00f [INFO] testing jr0dsgarage/desktop_copy against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjr0dsgarage%2Fdesktop_copy" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jr0dsgarage/desktop_copy [INFO] finished tweaking git repo https://github.com/jr0dsgarage/desktop_copy [INFO] tweaked toml for git repo https://github.com/jr0dsgarage/desktop_copy written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jr0dsgarage/desktop_copy on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jr0dsgarage/desktop_copy already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea3946a36fcdb156cc885ad28384324fc4b7ff7dbff808085b53996d4fd519d9 [INFO] running `Command { std: "docker" "start" "-a" "ea3946a36fcdb156cc885ad28384324fc4b7ff7dbff808085b53996d4fd519d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea3946a36fcdb156cc885ad28384324fc4b7ff7dbff808085b53996d4fd519d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea3946a36fcdb156cc885ad28384324fc4b7ff7dbff808085b53996d4fd519d9", kill_on_drop: false }` [INFO] [stdout] ea3946a36fcdb156cc885ad28384324fc4b7ff7dbff808085b53996d4fd519d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d684ef9e5bde6bfa901b768ddf4dd64c4c9db32f6130a33bd088a66a853488ae [INFO] running `Command { std: "docker" "start" "-a" "d684ef9e5bde6bfa901b768ddf4dd64c4c9db32f6130a33bd088a66a853488ae", kill_on_drop: false }` [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling colored v2.1.0 [INFO] [stderr] Compiling desktop_copy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `set_virtual_terminal` in module `control` [INFO] [stdout] --> src/main.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | control::set_virtual_terminal(true).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in `control` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.1.0/src/control.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(windows)] [INFO] [stdout] | ------- the item is gated here [INFO] [stdout] 30 | pub fn set_virtual_terminal(use_virtual: bool) -> Result<(), ()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `desktop_copy` (bin "desktop_copy") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "d684ef9e5bde6bfa901b768ddf4dd64c4c9db32f6130a33bd088a66a853488ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d684ef9e5bde6bfa901b768ddf4dd64c4c9db32f6130a33bd088a66a853488ae", kill_on_drop: false }` [INFO] [stdout] d684ef9e5bde6bfa901b768ddf4dd64c4c9db32f6130a33bd088a66a853488ae