[INFO] cloning repository https://github.com/peppapig450/freezebuster [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/peppapig450/freezebuster" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeppapig450%2Ffreezebuster", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeppapig450%2Ffreezebuster'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bbf094c2dc8205fc9f285c2cbd613daf93ea9a0d [INFO] checking peppapig450/freezebuster against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpeppapig450%2Ffreezebuster" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/peppapig450/freezebuster [INFO] finished tweaking git repo https://github.com/peppapig450/freezebuster [INFO] tweaked toml for git repo https://github.com/peppapig450/freezebuster written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/peppapig450/freezebuster on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/peppapig450/freezebuster 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded deranged v0.4.1 [INFO] [stderr] Downloaded windows-collections v0.1.1 [INFO] [stderr] Downloaded windows-implement v0.59.0 [INFO] [stderr] Downloaded windows-future v0.1.1 [INFO] [stderr] Downloaded windows-core v0.60.1 [INFO] [stderr] Downloaded windows-numerics v0.1.1 [INFO] [stderr] Downloaded widestring v1.2.0 [INFO] [stderr] Downloaded windows-service v0.8.0 [INFO] [stderr] Downloaded windows v0.60.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 00fbe68be2a6b5a74c0b2c3b7ea20a8bae5bfa8b993cededa4f64d28be4b85a2 [INFO] running `Command { std: "docker" "start" "-a" "00fbe68be2a6b5a74c0b2c3b7ea20a8bae5bfa8b993cededa4f64d28be4b85a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "00fbe68be2a6b5a74c0b2c3b7ea20a8bae5bfa8b993cededa4f64d28be4b85a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00fbe68be2a6b5a74c0b2c3b7ea20a8bae5bfa8b993cededa4f64d28be4b85a2", kill_on_drop: false }` [INFO] [stdout] 00fbe68be2a6b5a74c0b2c3b7ea20a8bae5bfa8b993cededa4f64d28be4b85a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5010b4f030aa39f6368aad98fd0af58d7f20044e98a003211752d76772a494e3 [INFO] running `Command { std: "docker" "start" "-a" "5010b4f030aa39f6368aad98fd0af58d7f20044e98a003211752d76772a494e3", kill_on_drop: false }` [INFO] [stderr] Checking windows-link v0.1.1 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling time-core v0.1.4 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking linux-raw-sys v0.9.3 [INFO] [stderr] Checking deranged v0.4.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking once_cell v1.21.1 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking windows-service v0.8.0 [INFO] [stderr] Checking windows-result v0.3.2 [INFO] [stderr] Checking windows-strings v0.3.1 [INFO] [stderr] Compiling time-macros v0.2.22 [INFO] [stderr] Checking time v0.3.41 [INFO] [stderr] Checking tempfile v3.19.1 [INFO] [stderr] Checking simplelog v0.12.2 [INFO] [stderr] Compiling windows-interface v0.59.1 [INFO] [stderr] Compiling windows-implement v0.59.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Checking windows-core v0.60.1 [INFO] [stderr] Checking windows-numerics v0.1.1 [INFO] [stderr] Checking windows-collections v0.1.1 [INFO] [stderr] Checking windows-future v0.1.1 [INFO] [stderr] Checking windows v0.60.0 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking freezebuster v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/system.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/system.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/main.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | os::windows::ffi::OsStringExt, [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/main.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | use windows::Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/main.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | os::windows::ffi::OsStringExt, [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Win32` in `windows` [INFO] [stdout] --> src/main.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | use windows::Win32::{ [INFO] [stdout] | ^^^^^ could not find `Win32` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `windows::core` [INFO] [stdout] --> src/system.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | core::{BOOL, Error}, [INFO] [stdout] | ^^^^ could not find `core` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `windows::core` [INFO] [stdout] --> src/system.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | core::{BOOL, Error}, [INFO] [stdout] | ^^^^ could not find `core` in `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `windows_service::define_windows_service`, `windows_service::service`, `windows_service::service_control_handler`, `windows_service::service_control_handler`, `windows_service::service_dispatcher` [INFO] [stdout] --> src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | define_windows_service, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `define_windows_service` in the root [INFO] [stdout] 39 | service::{ [INFO] [stdout] | ^^^^^^^ could not find `service` in `windows_service` [INFO] [stdout] ... [INFO] [stdout] 43 | service_control_handler::{self, ServiceControlHandlerResult}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ no `service_control_handler` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `service_control_handler` in `windows_service` [INFO] [stdout] 44 | service_dispatcher, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `service_dispatcher` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `windows_service::define_windows_service`, `windows_service::service`, `windows_service::service_control_handler`, `windows_service::service_control_handler`, `windows_service::service_dispatcher` [INFO] [stdout] --> src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | define_windows_service, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `define_windows_service` in the root [INFO] [stdout] 39 | service::{ [INFO] [stdout] | ^^^^^^^ could not find `service` in `windows_service` [INFO] [stdout] ... [INFO] [stdout] 43 | service_control_handler::{self, ServiceControlHandlerResult}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ ^^^^ no `service_control_handler` in the root [INFO] [stdout] | | [INFO] [stdout] | could not find `service_control_handler` in `windows_service` [INFO] [stdout] 44 | service_dispatcher, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `service_dispatcher` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ffi_service_main` in this scope [INFO] [stdout] --> src/main.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | service_dispatcher::start("FreezeBusterService", ffi_service_main)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ffi_service_main` in this scope [INFO] [stdout] --> src/main.rs:83:54 [INFO] [stdout] | [INFO] [stdout] 83 | service_dispatcher::start("FreezeBusterService", ffi_service_main)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json` [INFO] [stdout] --> src/main.rs:440:9 [INFO] [stdout] | [INFO] [stdout] 440 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/main.rs:443:9 [INFO] [stdout] | [INFO] [stdout] 443 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/main.rs:432:15 [INFO] [stdout] | [INFO] [stdout] 432 | OsString::from_wide(&wide[..len]) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 432 - OsString::from_wide(&wide[..len]) [INFO] [stdout] 432 + OsString::from_iter(&wide[..len]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope [INFO] [stdout] --> src/main.rs:432:15 [INFO] [stdout] | [INFO] [stdout] 432 | OsString::from_wide(&wide[..len]) [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `OsString` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions: [INFO] [stdout] OsString::new [INFO] [stdout] OsString::from_encoded_bytes_unchecked [INFO] [stdout] OsString::with_capacity [INFO] [stdout] --> /rustc/8c32e313cccf7df531e2d49ffb8227bb92304aee/library/std/src/ffi/os_str.rs:141:5 [INFO] [stdout] help: there is an associated function `from_iter` with a similar name [INFO] [stdout] | [INFO] [stdout] 432 - OsString::from_wide(&wide[..len]) [INFO] [stdout] 432 + OsString::from_iter(&wide[..len]) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `freezebuster` (bin "freezebuster") due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `freezebuster` (bin "freezebuster" test) due to 7 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5010b4f030aa39f6368aad98fd0af58d7f20044e98a003211752d76772a494e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5010b4f030aa39f6368aad98fd0af58d7f20044e98a003211752d76772a494e3", kill_on_drop: false }` [INFO] [stdout] 5010b4f030aa39f6368aad98fd0af58d7f20044e98a003211752d76772a494e3