[INFO] fetching crate win-open 0.1.2... [INFO] checking win-open-0.1.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate win-open 0.1.2 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate win-open 0.1.2 [INFO] finished tweaking crates.io crate win-open 0.1.2 [INFO] tweaked toml for crates.io crate win-open 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate win-open 0.1.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate win-open 0.1.2 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c9688f41ef514a6cfa7eedc2a324781029fb88f41ae0d1662e98a295f40463ba [INFO] running `Command { std: "docker" "start" "-a" "c9688f41ef514a6cfa7eedc2a324781029fb88f41ae0d1662e98a295f40463ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9688f41ef514a6cfa7eedc2a324781029fb88f41ae0d1662e98a295f40463ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9688f41ef514a6cfa7eedc2a324781029fb88f41ae0d1662e98a295f40463ba", kill_on_drop: false }` [INFO] [stdout] c9688f41ef514a6cfa7eedc2a324781029fb88f41ae0d1662e98a295f40463ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 33affe8f7926d07ac10c71d0d4e7cbed8b07901162975b4b229b3e08ce3baa3b [INFO] running `Command { std: "docker" "start" "-a" "33affe8f7926d07ac10c71d0d4e7cbed8b07901162975b4b229b3e08ce3baa3b", kill_on_drop: false }` [INFO] [stderr] Checking win-open v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error: open is not supported on this platform [INFO] [stdout] --> src/lib.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | compile_error!("open is not supported on this platform"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: open is not supported on this platform [INFO] [stdout] --> src/lib.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | compile_error!("open is not supported on this platform"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | os::windows::process::CommandExt as WinCommandExt, [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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 `windows` in `os` [INFO] [stdout] --> src/lib.rs:402:22 [INFO] [stdout] | [INFO] [stdout] 402 | use std::os::windows::process::CommandExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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 `windows` in `os` [INFO] [stdout] --> src/lib.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | os::windows::process::CommandExt as WinCommandExt, [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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 `windows` in `os` [INFO] [stdout] --> src/lib.rs:402:22 [INFO] [stdout] | [INFO] [stdout] 402 | use std::os::windows::process::CommandExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /rustc/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/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/c659ee110de67e82444e4b6c8407c1a9af9c2cf6/library/std/src/os/mod.rs:120:10 [INFO] [stdout] | [INFO] [stdout] = note: the item is gated here [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `win-open` (lib test) due to 10 previous errors [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:177:14 [INFO] [stdout] | [INFO] [stdout] 172 | "pwsh" => cmd [INFO] [stdout] | ___________________- [INFO] [stdout] 173 | | .arg("-NoProfile") [INFO] [stdout] 174 | | .arg("-Command") [INFO] [stdout] 175 | | .arg("Start-Process") [INFO] [stdout] 176 | | .arg(wrap_in_quotes(path.as_ref())) [INFO] [stdout] 177 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 178 | "nu" => cmd [INFO] [stdout] | _________________- [INFO] [stdout] 179 | | .arg("-c") [INFO] [stdout] 180 | | .arg(format!("open {}", wrap_in_quotes_string(path.as_ref()))) [INFO] [stdout] 181 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:177:14 [INFO] [stdout] | [INFO] [stdout] 172 | "pwsh" => cmd [INFO] [stdout] | ___________________- [INFO] [stdout] 173 | | .arg("-NoProfile") [INFO] [stdout] 174 | | .arg("-Command") [INFO] [stdout] 175 | | .arg("Start-Process") [INFO] [stdout] 176 | | .arg(wrap_in_quotes(path.as_ref())) [INFO] [stdout] 177 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_arg` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:185:14 [INFO] [stdout] | [INFO] [stdout] 182 | "cmd" => cmd [INFO] [stdout] | __________________- [INFO] [stdout] 183 | | .arg("/c") [INFO] [stdout] 184 | | .arg("start") [INFO] [stdout] 185 | | .raw_arg("\"\"") [INFO] [stdout] | | -^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:215:14 [INFO] [stdout] | [INFO] [stdout] 209 | "pwsh" => cmd [INFO] [stdout] | ___________________- [INFO] [stdout] 210 | | .arg("-NoProfile") [INFO] [stdout] 211 | | .arg("-Command") [INFO] [stdout] 212 | | .arg("Start-Process") [INFO] [stdout] 213 | | .arg(wrap_in_quotes(path.as_ref())) [INFO] [stdout] 214 | | .arg(wrap_in_quotes(app.into())) [INFO] [stdout] 215 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:181:14 [INFO] [stdout] | [INFO] [stdout] 178 | "nu" => cmd [INFO] [stdout] | _________________- [INFO] [stdout] 179 | | .arg("-c") [INFO] [stdout] 180 | | .arg(format!("open {}", wrap_in_quotes_string(path.as_ref()))) [INFO] [stdout] 181 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_arg` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:185:14 [INFO] [stdout] | [INFO] [stdout] 182 | "cmd" => cmd [INFO] [stdout] | __________________- [INFO] [stdout] 183 | | .arg("/c") [INFO] [stdout] 184 | | .arg("start") [INFO] [stdout] 185 | | .raw_arg("\"\"") [INFO] [stdout] | | -^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 216 | "nu" => cmd [INFO] [stdout] | _________________- [INFO] [stdout] 217 | | .arg("-c") [INFO] [stdout] 218 | | .arg(format!( [INFO] [stdout] 219 | | "open {} {}", [INFO] [stdout] ... | [INFO] [stdout] 222 | | )) [INFO] [stdout] 223 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_arg` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:227:14 [INFO] [stdout] | [INFO] [stdout] 224 | "cmd" => cmd [INFO] [stdout] | __________________- [INFO] [stdout] 225 | | .arg("/c") [INFO] [stdout] 226 | | .arg("start") [INFO] [stdout] 227 | | .raw_arg("\"\"") [INFO] [stdout] | | -^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:215:14 [INFO] [stdout] | [INFO] [stdout] 209 | "pwsh" => cmd [INFO] [stdout] | ___________________- [INFO] [stdout] 210 | | .arg("-NoProfile") [INFO] [stdout] 211 | | .arg("-Command") [INFO] [stdout] 212 | | .arg("Start-Process") [INFO] [stdout] 213 | | .arg(wrap_in_quotes(path.as_ref())) [INFO] [stdout] 214 | | .arg(wrap_in_quotes(app.into())) [INFO] [stdout] 215 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:223:14 [INFO] [stdout] | [INFO] [stdout] 216 | "nu" => cmd [INFO] [stdout] | _________________- [INFO] [stdout] 217 | | .arg("-c") [INFO] [stdout] 218 | | .arg(format!( [INFO] [stdout] 219 | | "open {} {}", [INFO] [stdout] ... | [INFO] [stdout] 222 | | )) [INFO] [stdout] 223 | | .creation_flags(CREATE_NO_WINDOW), [INFO] [stdout] | | -^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:405:14 [INFO] [stdout] | [INFO] [stdout] 405 | self.creation_flags(CREATE_NEW_PROCESS_GROUP | CREATE_NO_WINDOW); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `raw_arg` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:227:14 [INFO] [stdout] | [INFO] [stdout] 224 | "cmd" => cmd [INFO] [stdout] | __________________- [INFO] [stdout] 225 | | .arg("/c") [INFO] [stdout] 226 | | .arg("start") [INFO] [stdout] 227 | | .raw_arg("\"\"") [INFO] [stdout] | | -^^^^^^^ method not found in `&mut Command` [INFO] [stdout] | |_____________| [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `creation_flags` found for mutable reference `&mut Command` in the current scope [INFO] [stdout] --> src/lib.rs:405:14 [INFO] [stdout] | [INFO] [stdout] 405 | self.creation_flags(CREATE_NEW_PROCESS_GROUP | CREATE_NO_WINDOW); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `&mut Command` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `win-open` (lib) due to 10 previous errors [INFO] running `Command { std: "docker" "inspect" "33affe8f7926d07ac10c71d0d4e7cbed8b07901162975b4b229b3e08ce3baa3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33affe8f7926d07ac10c71d0d4e7cbed8b07901162975b4b229b3e08ce3baa3b", kill_on_drop: false }` [INFO] [stdout] 33affe8f7926d07ac10c71d0d4e7cbed8b07901162975b4b229b3e08ce3baa3b