[INFO] fetching crate djin 0.1.1...
[INFO] checking djin-0.1.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate djin 0.1.1 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate djin 0.1.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate djin 0.1.1
[INFO] finished tweaking crates.io crate djin 0.1.1
[INFO] tweaked toml for crates.io crate djin 0.1.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate djin 0.1.1 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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c5bda41c7dfd6004f7552618237dbc1fbe80d17aad9d02fc4e61b0805c32ef65
[INFO] running `Command { std: "docker" "start" "-a" "c5bda41c7dfd6004f7552618237dbc1fbe80d17aad9d02fc4e61b0805c32ef65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5bda41c7dfd6004f7552618237dbc1fbe80d17aad9d02fc4e61b0805c32ef65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5bda41c7dfd6004f7552618237dbc1fbe80d17aad9d02fc4e61b0805c32ef65", kill_on_drop: false }`
[INFO] [stdout] c5bda41c7dfd6004f7552618237dbc1fbe80d17aad9d02fc4e61b0805c32ef65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 889f44d558cc3980e3954fc7fd1fe943d48a8fab7586ca6892c761a8afd040ce
[INFO] running `Command { std: "docker" "start" "-a" "889f44d558cc3980e3954fc7fd1fe943d48a8fab7586ca6892c761a8afd040ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking djin v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this crate is only meant to be used for windows targets
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("this crate is only meant to be used for windows targets");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this crate is only meant to be used for windows targets
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("this crate is only meant to be used for windows targets");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/windows_prelude.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/os/mod.rs:100:9
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/windows_prelude.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/b0696a5160711c068cb1f01b7437db7990d15750/library/std/src/os/mod.rs:100:9
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         bail_if_null!(alloc);
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         bail_if_null!(alloc);
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 121 | |             process,
[INFO] [stdout] 122 | |             alloc as _,
[INFO] [stdout] 123 | |             ptr!(SHELLCODE),
[INFO] [stdout] 124 | |             SHELLCODE.len(),
[INFO] [stdout] 125 | |             NULL as _
[INFO] [stdout] 126 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 121 | |             process,
[INFO] [stdout] 122 | |             alloc as _,
[INFO] [stdout] 123 | |             ptr!(SHELLCODE),
[INFO] [stdout] 124 | |             SHELLCODE.len(),
[INFO] [stdout] 125 | |             NULL as _
[INFO] [stdout] 126 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 129 | |             process,
[INFO] [stdout] 130 | |             alloc.add(SHELLCODE.len()) as _,
[INFO] [stdout] 131 | |             &pointers as *const _ as _,
[INFO] [stdout] 132 | |             plen,
[INFO] [stdout] 133 | |             NULL as _,
[INFO] [stdout] 134 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 129 | |             process,
[INFO] [stdout] 130 | |             alloc.add(SHELLCODE.len()) as _,
[INFO] [stdout] 131 | |             &pointers as *const _ as _,
[INFO] [stdout] 132 | |             plen,
[INFO] [stdout] 133 | |             NULL as _,
[INFO] [stdout] 134 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 137 | |             process,
[INFO] [stdout] 138 | |             alloc.add(SHELLCODE.len() + plen) as _,
[INFO] [stdout] 139 | |             ptr!(dllstr),
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             NULL as _
[INFO] [stdout] 143 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 137 | |             process,
[INFO] [stdout] 138 | |             alloc.add(SHELLCODE.len() + plen) as _,
[INFO] [stdout] 139 | |             ptr!(dllstr),
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             NULL as _
[INFO] [stdout] 143 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 | /             bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 148 | |                 process,
[INFO] [stdout] 149 | |                 alloc.add(SHELLCODE.len() + plen + dlllen) as _,
[INFO] [stdout] 150 | |                 ptr!(function),
[INFO] [stdout] 151 | |                 fnlen - 1,
[INFO] [stdout] 152 | |                 NULL as _
[INFO] [stdout] 153 | |             ));
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 | /             bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 148 | |                 process,
[INFO] [stdout] 149 | |                 alloc.add(SHELLCODE.len() + plen + dlllen) as _,
[INFO] [stdout] 150 | |                 ptr!(function),
[INFO] [stdout] 151 | |                 fnlen - 1,
[INFO] [stdout] 152 | |                 NULL as _
[INFO] [stdout] 153 | |             ));
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         bail_if_null!(thread);
[INFO] [stdout]     |         --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         bail_if_null!(thread);
[INFO] [stdout]     |         --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:26:29
[INFO] [stdout]     |
[INFO] [stdout] 26  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         bail_if_nonzero!(result);
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_nonzero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:26:29
[INFO] [stdout]     |
[INFO] [stdout] 26  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         bail_if_nonzero!(result);
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_nonzero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | /         bail_if_zero!(ReadProcessMemory(
[INFO] [stdout] 175 | |             process,
[INFO] [stdout] 176 | |             alloc.add(SHELLCODE.len() + plen - std::mem::size_of::<usize>()) as _,
[INFO] [stdout] 177 | |             &mut error as *mut _ as _,
[INFO] [stdout] 178 | |             4,
[INFO] [stdout] 179 | |             NULL as _
[INFO] [stdout] 180 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | /         bail_if_zero!(ReadProcessMemory(
[INFO] [stdout] 175 | |             process,
[INFO] [stdout] 176 | |             alloc.add(SHELLCODE.len() + plen - std::mem::size_of::<usize>()) as _,
[INFO] [stdout] 177 | |             &mut error as *mut _ as _,
[INFO] [stdout] 178 | |             4,
[INFO] [stdout] 179 | |             NULL as _
[INFO] [stdout] 180 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/imp/mod.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 99  |           let dllstr: Vec<u16> = dll
[INFO] [stdout]     |  ________________________________-
[INFO] [stdout] 100 | |             .canonicalize()
[INFO] [stdout] 101 | |             .unwrap()
[INFO] [stdout] 102 | |             .into_os_string()
[INFO] [stdout] 103 | |             .encode_wide()
[INFO] [stdout]     | |             -^^^^^^^^^^^ method not found in `OsString`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/imp/mod.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 99  |           let dllstr: Vec<u16> = dll
[INFO] [stdout]     |  ________________________________-
[INFO] [stdout] 100 | |             .canonicalize()
[INFO] [stdout] 101 | |             .unwrap()
[INFO] [stdout] 102 | |             .into_os_string()
[INFO] [stdout] 103 | |             .encode_wide()
[INFO] [stdout]     | |             -^^^^^^^^^^^ method not found in `OsString`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[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] error: aborting due to 13 previous errors
[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 `djin` (lib) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `djin` (lib test) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "889f44d558cc3980e3954fc7fd1fe943d48a8fab7586ca6892c761a8afd040ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "889f44d558cc3980e3954fc7fd1fe943d48a8fab7586ca6892c761a8afd040ce", kill_on_drop: false }`
[INFO] [stdout] 889f44d558cc3980e3954fc7fd1fe943d48a8fab7586ca6892c761a8afd040ce
[INFO] checking djin-0.1.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate djin 0.1.1 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate djin 0.1.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate djin 0.1.1
[INFO] finished tweaking crates.io crate djin 0.1.1
[INFO] tweaked toml for crates.io crate djin 0.1.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate djin 0.1.1 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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ffd04ba74b2022db74d3e1675b2a162ae79343173480340e993f1faef4f5753b
[INFO] running `Command { std: "docker" "start" "-a" "ffd04ba74b2022db74d3e1675b2a162ae79343173480340e993f1faef4f5753b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ffd04ba74b2022db74d3e1675b2a162ae79343173480340e993f1faef4f5753b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffd04ba74b2022db74d3e1675b2a162ae79343173480340e993f1faef4f5753b", kill_on_drop: false }`
[INFO] [stdout] ffd04ba74b2022db74d3e1675b2a162ae79343173480340e993f1faef4f5753b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 458379900b5adc39fff96ba2b82180f800bb85e1ccedbf7bd860ad0e7b967f4e
[INFO] running `Command { std: "docker" "start" "-a" "458379900b5adc39fff96ba2b82180f800bb85e1ccedbf7bd860ad0e7b967f4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]     Checking djin v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: this crate is only meant to be used for windows targets
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("this crate is only meant to be used for windows targets");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this crate is only meant to be used for windows targets
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | compile_error!("this crate is only meant to be used for windows targets");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     shared::{
[INFO] [stdout]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]  --> src/windows_prelude.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     um::{
[INFO] [stdout]   |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/windows_prelude.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/os/mod.rs:100:9
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]   --> src/windows_prelude.rs:24:18
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub use std::os::windows::ffi::OsStrExt;
[INFO] [stdout]    |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/os/mod.rs:53:9
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /rustc/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/std/src/os/mod.rs:100:9
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         bail_if_null!(alloc);
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:117:9
[INFO] [stdout]     |
[INFO] [stdout] 117 |         bail_if_null!(alloc);
[INFO] [stdout]     |         -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 121 | |             process,
[INFO] [stdout] 122 | |             alloc as _,
[INFO] [stdout] 123 | |             ptr!(SHELLCODE),
[INFO] [stdout] 124 | |             SHELLCODE.len(),
[INFO] [stdout] 125 | |             NULL as _
[INFO] [stdout] 126 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 121 | |             process,
[INFO] [stdout] 122 | |             alloc as _,
[INFO] [stdout] 123 | |             ptr!(SHELLCODE),
[INFO] [stdout] 124 | |             SHELLCODE.len(),
[INFO] [stdout] 125 | |             NULL as _
[INFO] [stdout] 126 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 129 | |             process,
[INFO] [stdout] 130 | |             alloc.add(SHELLCODE.len()) as _,
[INFO] [stdout] 131 | |             &pointers as *const _ as _,
[INFO] [stdout] 132 | |             plen,
[INFO] [stdout] 133 | |             NULL as _,
[INFO] [stdout] 134 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 129 | |             process,
[INFO] [stdout] 130 | |             alloc.add(SHELLCODE.len()) as _,
[INFO] [stdout] 131 | |             &pointers as *const _ as _,
[INFO] [stdout] 132 | |             plen,
[INFO] [stdout] 133 | |             NULL as _,
[INFO] [stdout] 134 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 137 | |             process,
[INFO] [stdout] 138 | |             alloc.add(SHELLCODE.len() + plen) as _,
[INFO] [stdout] 139 | |             ptr!(dllstr),
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             NULL as _
[INFO] [stdout] 143 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:136:9
[INFO] [stdout]     |
[INFO] [stdout] 136 | /         bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 137 | |             process,
[INFO] [stdout] 138 | |             alloc.add(SHELLCODE.len() + plen) as _,
[INFO] [stdout] 139 | |             ptr!(dllstr),
[INFO] [stdout] ...   |
[INFO] [stdout] 142 | |             NULL as _
[INFO] [stdout] 143 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 | /             bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 148 | |                 process,
[INFO] [stdout] 149 | |                 alloc.add(SHELLCODE.len() + plen + dlllen) as _,
[INFO] [stdout] 150 | |                 ptr!(function),
[INFO] [stdout] 151 | |                 fnlen - 1,
[INFO] [stdout] 152 | |                 NULL as _
[INFO] [stdout] 153 | |             ));
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:147:13
[INFO] [stdout]     |
[INFO] [stdout] 147 | /             bail_if_zero!(WriteProcessMemory(
[INFO] [stdout] 148 | |                 process,
[INFO] [stdout] 149 | |                 alloc.add(SHELLCODE.len() + plen + dlllen) as _,
[INFO] [stdout] 150 | |                 ptr!(function),
[INFO] [stdout] 151 | |                 fnlen - 1,
[INFO] [stdout] 152 | |                 NULL as _
[INFO] [stdout] 153 | |             ));
[INFO] [stdout]     | |______________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         bail_if_null!(thread);
[INFO] [stdout]     |         --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:13:29
[INFO] [stdout]     |
[INFO] [stdout] 13  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:166:9
[INFO] [stdout]     |
[INFO] [stdout] 166 |         bail_if_null!(thread);
[INFO] [stdout]     |         --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_null` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:26:29
[INFO] [stdout]     |
[INFO] [stdout] 26  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         bail_if_nonzero!(result);
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_nonzero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:26:29
[INFO] [stdout]     |
[INFO] [stdout] 26  |                     winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:169:9
[INFO] [stdout]     |
[INFO] [stdout] 169 |         bail_if_nonzero!(result);
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_nonzero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | /         bail_if_zero!(ReadProcessMemory(
[INFO] [stdout] 175 | |             process,
[INFO] [stdout] 176 | |             alloc.add(SHELLCODE.len() + plen - std::mem::size_of::<usize>()) as _,
[INFO] [stdout] 177 | |             &mut error as *mut _ as _,
[INFO] [stdout] 178 | |             4,
[INFO] [stdout] 179 | |             NULL as _
[INFO] [stdout] 180 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/imp/util.rs:39:29
[INFO] [stdout]     |
[INFO] [stdout] 39  |                       winapi::um::errhandlingapi::GetLastError()
[INFO] [stdout]     |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/imp/mod.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 | /         bail_if_zero!(ReadProcessMemory(
[INFO] [stdout] 175 | |             process,
[INFO] [stdout] 176 | |             alloc.add(SHELLCODE.len() + plen - std::mem::size_of::<usize>()) as _,
[INFO] [stdout] 177 | |             &mut error as *mut _ as _,
[INFO] [stdout] 178 | |             4,
[INFO] [stdout] 179 | |             NULL as _
[INFO] [stdout] 180 | |         ));
[INFO] [stdout]     | |__________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `bail_if_zero` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/imp/mod.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 99  |           let dllstr: Vec<u16> = dll
[INFO] [stdout]     |  ________________________________-
[INFO] [stdout] 100 | |             .canonicalize()
[INFO] [stdout] 101 | |             .unwrap()
[INFO] [stdout] 102 | |             .into_os_string()
[INFO] [stdout] 103 | |             .encode_wide()
[INFO] [stdout]     | |             -^^^^^^^^^^^ method not found in `OsString`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `encode_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/imp/mod.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 99  |           let dllstr: Vec<u16> = dll
[INFO] [stdout]     |  ________________________________-
[INFO] [stdout] 100 | |             .canonicalize()
[INFO] [stdout] 101 | |             .unwrap()
[INFO] [stdout] 102 | |             .into_os_string()
[INFO] [stdout] 103 | |             .encode_wide()
[INFO] [stdout]     | |             -^^^^^^^^^^^ method not found in `OsString`
[INFO] [stdout]     | |_____________|
[INFO] [stdout]     | 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[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] error: aborting due to 13 previous errors
[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 `djin` (lib test) due to 14 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `djin` (lib) due to 14 previous errors
[INFO] running `Command { std: "docker" "inspect" "458379900b5adc39fff96ba2b82180f800bb85e1ccedbf7bd860ad0e7b967f4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "458379900b5adc39fff96ba2b82180f800bb85e1ccedbf7bd860ad0e7b967f4e", kill_on_drop: false }`
[INFO] [stdout] 458379900b5adc39fff96ba2b82180f800bb85e1ccedbf7bd860ad0e7b967f4e
