[INFO] cloning repository https://github.com/Bert-Proesmans/MagixUI
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Bert-Proesmans/MagixUI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBert-Proesmans%2FMagixUI", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBert-Proesmans%2FMagixUI'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 897020fadbd62a2352d76eb4018ab901c86495af
[INFO] building Bert-Proesmans/MagixUI against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBert-Proesmans%2FMagixUI" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Bert-Proesmans/MagixUI on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Bert-Proesmans/MagixUI
[INFO] finished tweaking git repo https://github.com/Bert-Proesmans/MagixUI
[INFO] tweaked toml for git repo https://github.com/Bert-Proesmans/MagixUI written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Bert-Proesmans/MagixUI 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e66d91578db486b07edbfee69f7e1ef9325595ca002cdeb2333ce712de39e8ed
[INFO] running `Command { std: "docker" "start" "-a" "e66d91578db486b07edbfee69f7e1ef9325595ca002cdeb2333ce712de39e8ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e66d91578db486b07edbfee69f7e1ef9325595ca002cdeb2333ce712de39e8ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e66d91578db486b07edbfee69f7e1ef9325595ca002cdeb2333ce712de39e8ed", kill_on_drop: false }`
[INFO] [stdout] e66d91578db486b07edbfee69f7e1ef9325595ca002cdeb2333ce712de39e8ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7658d629a7ec6a921ff77f2553b6c8f93405b01386880d5bea261806fea03dca
[INFO] running `Command { std: "docker" "start" "-a" "7658d629a7ec6a921ff77f2553b6c8f93405b01386880d5bea261806fea03dca", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling gimli v0.27.3
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling eyre v0.6.8
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling log v0.4.18
[INFO] [stderr]    Compiling owo-colors v1.3.0
[INFO] [stderr]    Compiling backtrace v0.3.68
[INFO] [stderr]    Compiling lexopt v0.3.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling windows-targets v0.48.5
[INFO] [stderr]    Compiling windows-core v0.51.1
[INFO] [stderr]    Compiling object v0.31.1
[INFO] [stderr]    Compiling quote v1.0.31
[INFO] [stderr]    Compiling syn v2.0.27
[INFO] [stderr]    Compiling windows v0.51.1
[INFO] [stderr]    Compiling addr2line v0.20.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling color-eyre v0.5.11
[INFO] [stderr]    Compiling magixui v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: This project only works on Windows systems!
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("This project only works on Windows systems!");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/lib.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |     os::windows::prelude::{OsStrExt, OsStringExt},
[INFO] [stdout]   |         ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/os/mod.rs:63:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/os/mod.rs:55:1
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/os/mod.rs:121:9
[INFO] [stdout] note: the item is gated here
[INFO] [stdout]  --> /rustc/334963c956d25708feab489a3816ae63f639355d/library/std/src/os/mod.rs:120:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/lib.rs:66:37
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let haystack: Vec<_> = haystack.encode_wide().collect();
[INFO] [stdout]    |                                     ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/lib.rs:76:37
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let haystack: Vec<_> = haystack.encode_wide().collect();
[INFO] [stdout]    |                                     ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/lib.rs:86:37
[INFO] [stdout]    |
[INFO] [stdout] 86 |     let haystack: Vec<_> = haystack.encode_wide().collect();
[INFO] [stdout]    |                                     ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]   --> src/lib.rs:96:37
[INFO] [stdout]    |
[INFO] [stdout] 96 |     let haystack: Vec<_> = haystack.encode_wide().collect();
[INFO] [stdout]    |                                     ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]    --> src/lib.rs:105:44
[INFO] [stdout]     |
[INFO] [stdout] 105 |     let haystack: Vec<_> = haystack_string.encode_wide().collect();
[INFO] [stdout]     |                                            ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/lib.rs:130:34
[INFO] [stdout]     |
[INFO] [stdout] 130 |         true => Some(constructed.encode_wide().collect()),
[INFO] [stdout]     |                                  ^^^^^^^^^^^ method not found in `OsString`
[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/lib.rs:385:37
[INFO] [stdout]     |
[INFO] [stdout] 385 |         let wide_string = OsString::from_wide(unsafe { wide_string.as_wide() });
[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/334963c956d25708feab489a3816ae63f639355d/library/std/src/ffi/os_str.rs:140:5
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 385 |         let wide_string = OsString::from_iter(unsafe { wide_string.as_wide() });
[INFO] [stdout]     |                                     ~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for reference `&OsStr` in the current scope
[INFO] [stdout]    --> src/lib.rs:598:50
[INFO] [stdout]     |
[INFO] [stdout] 598 |         let user_name_buffer: Vec<_> = user_name.encode_wide().chain(Some(0)).collect();
[INFO] [stdout]     |                                                  ^^^^^^^^^^^ method not found in `&OsStr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0034]: multiple applicable items in scope
[INFO] [stdout]    --> src/lib.rs:676:37
[INFO] [stdout]     |
[INFO] [stdout] 676 |             unsafe { WrappedHandle::new(CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0)?) };
[INFO] [stdout]     |                                     ^^^ multiple `new` found
[INFO] [stdout]     |
[INFO] [stdout] note: candidate #1 is defined in an impl for the type `WrappedHandle`
[INFO] [stdout]    --> src/lib.rs:298:5
[INFO] [stdout]     |
[INFO] [stdout] 298 |     pub unsafe fn new(handle: HANDLE) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: candidate #2 is defined in an impl for the type `WrappedHandle<ProcessToken>`
[INFO] [stdout]    --> src/lib.rs:403:5
[INFO] [stdout]     |
[INFO] [stdout] 403 |     pub unsafe fn new(handle: HANDLE) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0034, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0034`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `magixui` (lib) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7658d629a7ec6a921ff77f2553b6c8f93405b01386880d5bea261806fea03dca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7658d629a7ec6a921ff77f2553b6c8f93405b01386880d5bea261806fea03dca", kill_on_drop: false }`
[INFO] [stdout] 7658d629a7ec6a921ff77f2553b6c8f93405b01386880d5bea261806fea03dca
