[INFO] cloning repository https://github.com/shine-network/shine-installer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shine-network/shine-installer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshine-network%2Fshine-installer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshine-network%2Fshine-installer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72b8f12f45a01fbaa9bc5129d253244a091bcd1b
[INFO] checking shine-network/shine-installer against try#f3d95de532264a1215023baa665c0028aecf74b1 for pr-148477
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshine-network%2Fshine-installer" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shine-network/shine-installer
[INFO] finished tweaking git repo https://github.com/shine-network/shine-installer
[INFO] tweaked toml for git repo https://github.com/shine-network/shine-installer written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shine-network/shine-installer on toolchain f3d95de532264a1215023baa665c0028aecf74b1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shine-network/shine-installer 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" "+f3d95de532264a1215023baa665c0028aecf74b1" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded steamy-vdf v0.2.0
[INFO] [stderr]   Downloaded steamlocate v0.1.4
[INFO] [stderr]   Downloaded press-btn-continue v0.2.0
[INFO] [stderr]   Downloaded cc v1.0.86
[INFO] [stderr]   Downloaded hermit-abi v0.3.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 523f47e3879bdab59d3dc8abf74e094904b25c174bc2ad2626f19e898e3030ba
[INFO] running `Command { std: "docker" "start" "-a" "523f47e3879bdab59d3dc8abf74e094904b25c174bc2ad2626f19e898e3030ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "523f47e3879bdab59d3dc8abf74e094904b25c174bc2ad2626f19e898e3030ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "523f47e3879bdab59d3dc8abf74e094904b25c174bc2ad2626f19e898e3030ba", kill_on_drop: false }`
[INFO] [stdout] 523f47e3879bdab59d3dc8abf74e094904b25c174bc2ad2626f19e898e3030ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+f3d95de532264a1215023baa665c0028aecf74b1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b8a0af598519624f8166c060891785f80b1e0b876f9a68175fd8995c402e994f
[INFO] running `Command { std: "docker" "start" "-a" "b8a0af598519624f8166c060891785f80b1e0b876f9a68175fd8995c402e994f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling cc v1.0.86
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]     Checking indexmap v2.2.3
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking ryu v1.0.17
[INFO] [stderr]     Checking steamy-vdf v0.2.0
[INFO] [stderr]     Checking spinoff v0.8.0
[INFO] [stderr]     Checking press-btn-continue v0.2.0
[INFO] [stderr]     Checking winsafe v0.0.19
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling syn v2.0.50
[INFO] [stderr]     Checking dirs v3.0.2
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking steamlocate v0.1.4
[INFO] [stderr]    Compiling winres v0.1.12
[INFO] [stderr]    Compiling shine_installer v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.24
[INFO] [stdout] error[E0425]: cannot find function `set_virtual_terminal` in module `control`
[INFO] [stdout]   --> src/main.rs:73:18
[INFO] [stdout]    |
[INFO] [stdout] 73 |         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] error[E0425]: cannot find function `wait` in crate `press_btn_continue`
[INFO] [stdout]    --> src/main.rs:112:33
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let _ = press_btn_continue::wait("Herhangi bir tuşa basarak programdan çıkabilirsin...");
[INFO] [stdout]     |                                 ^^^^ not found in `press_btn_continue`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/press-btn-continue-0.2.0/src/lib.rs:4:18
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]   4 | pub use windows::wait;
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_virtual_terminal` in module `control`
[INFO] [stdout]   --> src/main.rs:73:18
[INFO] [stdout]    |
[INFO] [stdout] 73 |         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] error[E0425]: cannot find function `wait` in crate `press_btn_continue`
[INFO] [stdout]    --> src/main.rs:112:33
[INFO] [stdout]     |
[INFO] [stdout] 112 |     let _ = press_btn_continue::wait("Herhangi bir tuşa basarak programdan çıkabilirsin...");
[INFO] [stdout]     |                                 ^^^^ not found in `press_btn_continue`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/press-btn-continue-0.2.0/src/lib.rs:4:18
[INFO] [stdout]     |
[INFO] [stdout]   3 | #[cfg(target_os = "windows")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `windows` feature
[INFO] [stdout]   4 | pub use windows::wait;
[INFO] [stdout]     |                  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `shine_installer` (bin "shine_installer") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `shine_installer` (bin "shine_installer" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "b8a0af598519624f8166c060891785f80b1e0b876f9a68175fd8995c402e994f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8a0af598519624f8166c060891785f80b1e0b876f9a68175fd8995c402e994f", kill_on_drop: false }`
[INFO] [stdout] b8a0af598519624f8166c060891785f80b1e0b876f9a68175fd8995c402e994f
