[INFO] fetching crate win-open 0.1.2...
[INFO] testing win-open-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate win-open 0.1.2 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate win-open 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66180e8d5a8012ff52c50773beed91dbe3b682c55428a198fe5762a3b98db2df
[INFO] running `Command { std: "docker" "start" "-a" "66180e8d5a8012ff52c50773beed91dbe3b682c55428a198fe5762a3b98db2df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66180e8d5a8012ff52c50773beed91dbe3b682c55428a198fe5762a3b98db2df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66180e8d5a8012ff52c50773beed91dbe3b682c55428a198fe5762a3b98db2df", kill_on_drop: false }`
[INFO] [stdout] 66180e8d5a8012ff52c50773beed91dbe3b682c55428a198fe5762a3b98db2df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5a2937c599b38f4d092fbc5ddd42cec730e21da4891c5e5394f2df487af78232
[INFO] running `Command { std: "docker" "start" "-a" "5a2937c599b38f4d092fbc5ddd42cec730e21da4891c5e5394f2df487af78232", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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[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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/os/mod.rs:56:4
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/os/mod.rs:120:9
[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/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/os/mod.rs:56:4
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /rustc/c2e32f1c9652b13ed99608599c1e855462f421f3/library/std/src/os/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item is gated here
[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 `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: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 `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] [stderr] error: could not compile `win-open` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "5a2937c599b38f4d092fbc5ddd42cec730e21da4891c5e5394f2df487af78232", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a2937c599b38f4d092fbc5ddd42cec730e21da4891c5e5394f2df487af78232", kill_on_drop: false }`
[INFO] [stdout] 5a2937c599b38f4d092fbc5ddd42cec730e21da4891c5e5394f2df487af78232
