[INFO] crate winipt 0.2.0 is already in cache
[INFO] checking winipt-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate winipt 0.2.0 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate winipt 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate winipt 0.2.0
[INFO] finished tweaking crates.io crate winipt 0.2.0
[INFO] tweaked toml for crates.io crate winipt 0.2.0 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8aab360ffc5d912f436f7b23e213b9e4410622f20981c928e9760d4bff8b34a9
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8aab360ffc5d912f436f7b23e213b9e4410622f20981c928e9760d4bff8b34a9"`
[INFO] [stderr]     Checking winipt v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/process.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::os::windows::raw::HANDLE;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/thread.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::os::windows::raw::HANDLE;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/lib.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]   --> src/lib.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::winsvc;
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winipt_sys`
[INFO] [stderr]  --> src/options.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winipt_sys::IPT_OPTIONS;
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bitflags`
[INFO] [stderr]  --> src/settings.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use bitflags::bitflags;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `bitflags`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winipt_sys`
[INFO] [stderr]  --> src/settings.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winipt_sys::{
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::settings::TimingSettings`, `crate::settings::MatchSettings`, `crate::settings::ModeSettings`
[INFO] [stderr]  --> src/options.rs:1:24
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::settings::{ TimingSettings, MatchSettings, ModeSettings };
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^ no `ModeSettings` in `settings`
[INFO] [stderr]   |                        |               |
[INFO] [stderr]   |                        |               no `MatchSettings` in `settings`
[INFO] [stderr]   |                        no `TimingSettings` in `settings`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:28:1
[INFO] [stderr]    |
[INFO] [stderr] 28 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 |         unsafe { res = winipt_sys::StartProcessIptTracing(self.proc, opt.0) };
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:37:24
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { res = winipt_sys::GetProcessIptTrace(
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:47:24
[INFO] [stderr]    |
[INFO] [stderr] 47 |         unsafe { res = winipt_sys::GetProcessIptTraceSize(self.proc, &mut sz); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:53:24
[INFO] [stderr]    |
[INFO] [stderr] 53 |         unsafe { res = winipt_sys::StopProcessIptTracing(self.proc); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |             res = winipt_sys::QueryProcessIptTracing(self.proc, &mut opt.0);
[INFO] [stderr]    |                   ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/thread.rs:23:24
[INFO] [stderr]    |
[INFO] [stderr] 23 |         unsafe { res = winipt_sys::PauseThreadIptTracing(self.thread, &mut pbres); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/thread.rs:33:24
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { res = winipt_sys::ResumeThreadIptTracing(self.thread, &mut pbres); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/core.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 |             res = winipt_sys::StartCoreIptTracing(opt.0, tries, duration);
[INFO] [stderr]    |                   ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/core.rs:28:24
[INFO] [stderr]    |
[INFO] [stderr] 28 |         unsafe { res = winipt_sys::QueryCoreIptTracing(&mut opt.0); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:27:19
[INFO] [stderr]    |
[INFO] [stderr] 27 |         let mgr = winsvc::OpenSCManagerW(
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 |             null(), null(), winsvc::SC_MANAGER_CONNECT
[INFO] [stderr]    |                             ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:37:19
[INFO] [stderr]    |
[INFO] [stderr] 37 |         let srv = winsvc::OpenServiceW(
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:38:37
[INFO] [stderr]    |
[INFO] [stderr] 38 |             mgr, ipt_wstr.as_ptr(), winsvc::SERVICE_START
[INFO] [stderr]    |                                     ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |         let started = winsvc::StartServiceW(srv, 0, null_mut());
[INFO] [stderr]    |                       ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |         winsvc::CloseServiceHandle(srv);
[INFO] [stderr]    |         ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 51 |     unsafe { res = winipt_sys::GetIptBufferVersion(&mut ver); }
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:59:20
[INFO] [stderr]    |
[INFO] [stderr] 59 |     unsafe { res = winipt_sys::GetIptTraceVersion(&mut ver); }
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:83:20
[INFO] [stderr]    |
[INFO] [stderr] 83 |     unsafe { res = winipt_sys::RegisterExtendedImageForIptTracing(
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:11:34
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct ProcessTracer { proc: HANDLE }
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn new(proc: HANDLE) -> ProcessTracer {
[INFO] [stderr]    |                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:21:28
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub fn new_start(proc: HANDLE, opt: Options) -> Result<ProcessTracer, Error> {
[INFO] [stderr]    |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]  --> src/thread.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct ThreadTracer { thread: HANDLE }
[INFO] [stderr]   |                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/thread.rs:13:24
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn new(thread: HANDLE) -> ThreadTracer {
[INFO] [stderr]    |                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |             .encode_wide()
[INFO] [stderr]    |              ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:71:10
[INFO] [stderr]    |
[INFO] [stderr] 71 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:77:10
[INFO] [stderr]    |
[INFO] [stderr] 77 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 37 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `winipt`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/process.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::os::windows::raw::HANDLE;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/thread.rs:4:14
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::os::windows::raw::HANDLE;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]   --> src/lib.rs:16:14
[INFO] [stderr]    |
[INFO] [stderr] 16 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]    |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]    --> src/lib.rs:103:18
[INFO] [stderr]     |
[INFO] [stderr] 103 |     use std::os::windows::io::AsRawHandle;
[INFO] [stderr]     |                  ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winapi`
[INFO] [stderr]   --> src/lib.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use winapi::um::winsvc;
[INFO] [stderr]    |     ^^^^^^ use of undeclared type or module `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winipt_sys`
[INFO] [stderr]  --> src/options.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winipt_sys::IPT_OPTIONS;
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bitflags`
[INFO] [stderr]  --> src/settings.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use bitflags::bitflags;
[INFO] [stderr]   |     ^^^^^^^^ use of undeclared type or module `bitflags`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winipt_sys`
[INFO] [stderr]  --> src/settings.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winipt_sys::{
[INFO] [stderr]   |     ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::settings::TimingSettings`, `crate::settings::MatchSettings`, `crate::settings::ModeSettings`
[INFO] [stderr]  --> src/options.rs:1:24
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::settings::{ TimingSettings, MatchSettings, ModeSettings };
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^ no `ModeSettings` in `settings`
[INFO] [stderr]   |                        |               |
[INFO] [stderr]   |                        |               no `MatchSettings` in `settings`
[INFO] [stderr]   |                        no `TimingSettings` in `settings`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:28:1
[INFO] [stderr]    |
[INFO] [stderr] 28 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `bitflags`
[INFO] [stderr]   --> src/settings.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | bitflags! {
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:29:24
[INFO] [stderr]    |
[INFO] [stderr] 29 |         unsafe { res = winipt_sys::StartProcessIptTracing(self.proc, opt.0) };
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:37:24
[INFO] [stderr]    |
[INFO] [stderr] 37 |         unsafe { res = winipt_sys::GetProcessIptTrace(
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:47:24
[INFO] [stderr]    |
[INFO] [stderr] 47 |         unsafe { res = winipt_sys::GetProcessIptTraceSize(self.proc, &mut sz); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:53:24
[INFO] [stderr]    |
[INFO] [stderr] 53 |         unsafe { res = winipt_sys::StopProcessIptTracing(self.proc); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/process.rs:63:19
[INFO] [stderr]    |
[INFO] [stderr] 63 |             res = winipt_sys::QueryProcessIptTracing(self.proc, &mut opt.0);
[INFO] [stderr]    |                   ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/thread.rs:23:24
[INFO] [stderr]    |
[INFO] [stderr] 23 |         unsafe { res = winipt_sys::PauseThreadIptTracing(self.thread, &mut pbres); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/thread.rs:33:24
[INFO] [stderr]    |
[INFO] [stderr] 33 |         unsafe { res = winipt_sys::ResumeThreadIptTracing(self.thread, &mut pbres); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/core.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 |             res = winipt_sys::StartCoreIptTracing(opt.0, tries, duration);
[INFO] [stderr]    |                   ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/core.rs:28:24
[INFO] [stderr]    |
[INFO] [stderr] 28 |         unsafe { res = winipt_sys::QueryCoreIptTracing(&mut opt.0); }
[INFO] [stderr]    |                        ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:27:19
[INFO] [stderr]    |
[INFO] [stderr] 27 |         let mgr = winsvc::OpenSCManagerW(
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:28:29
[INFO] [stderr]    |
[INFO] [stderr] 28 |             null(), null(), winsvc::SC_MANAGER_CONNECT
[INFO] [stderr]    |                             ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:37:19
[INFO] [stderr]    |
[INFO] [stderr] 37 |         let srv = winsvc::OpenServiceW(
[INFO] [stderr]    |                   ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:38:37
[INFO] [stderr]    |
[INFO] [stderr] 38 |             mgr, ipt_wstr.as_ptr(), winsvc::SERVICE_START
[INFO] [stderr]    |                                     ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |         let started = winsvc::StartServiceW(srv, 0, null_mut());
[INFO] [stderr]    |                       ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winsvc`
[INFO] [stderr]   --> src/lib.rs:42:9
[INFO] [stderr]    |
[INFO] [stderr] 42 |         winsvc::CloseServiceHandle(srv);
[INFO] [stderr]    |         ^^^^^^ use of undeclared type or module `winsvc`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:51:20
[INFO] [stderr]    |
[INFO] [stderr] 51 |     unsafe { res = winipt_sys::GetIptBufferVersion(&mut ver); }
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:59:20
[INFO] [stderr]    |
[INFO] [stderr] 59 |     unsafe { res = winipt_sys::GetIptTraceVersion(&mut ver); }
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `winipt_sys`
[INFO] [stderr]   --> src/lib.rs:83:20
[INFO] [stderr]    |
[INFO] [stderr] 83 |     unsafe { res = winipt_sys::RegisterExtendedImageForIptTracing(
[INFO] [stderr]    |                    ^^^^^^^^^^ use of undeclared type or module `winipt_sys`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `MatchSettings`
[INFO] [stderr]    --> src/lib.rs:130:29
[INFO] [stderr]     |
[INFO] [stderr] 130 |             .match_settings(MatchSettings::MATCH_BY_ANY_APP)
[INFO] [stderr]     |                             ^^^^^^^^^^^^^ use of undeclared type or module `MatchSettings`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `TimingSettings`
[INFO] [stderr]    --> src/lib.rs:131:30
[INFO] [stderr]     |
[INFO] [stderr] 131 |             .timing_settings(TimingSettings::NO_TIMING_PACKETS)
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^ use of undeclared type or module `TimingSettings`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `ModeSettings`
[INFO] [stderr]    --> src/lib.rs:132:28
[INFO] [stderr]     |
[INFO] [stderr] 132 |             .mode_settings(ModeSettings::CTL_USERMODE_ONLY)
[INFO] [stderr]     |                            ^^^^^^^^^^^^ use of undeclared type or module `ModeSettings`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:11:34
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub struct ProcessTracer { proc: HANDLE }
[INFO] [stderr]    |                                  ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub fn new(proc: HANDLE) -> ProcessTracer {
[INFO] [stderr]    |                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/process.rs:21:28
[INFO] [stderr]    |
[INFO] [stderr] 21 |     pub fn new_start(proc: HANDLE, opt: Options) -> Result<ProcessTracer, Error> {
[INFO] [stderr]    |                            ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]  --> src/thread.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct ThreadTracer { thread: HANDLE }
[INFO] [stderr]   |                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/thread.rs:13:24
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub fn new(thread: HANDLE) -> ThreadTracer {
[INFO] [stderr]    |                        ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `self::settings::*`
[INFO] [stderr]    --> src/lib.rs:105:9
[INFO] [stderr]     |
[INFO] [stderr] 105 |     use self::settings::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 33 |             .encode_wide()
[INFO] [stderr]    |              ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:71:10
[INFO] [stderr]    |
[INFO] [stderr] 71 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/lib.rs:77:10
[INFO] [stderr]    |
[INFO] [stderr] 77 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `as_raw_handle` found for struct `std::process::Child` in the current scope
[INFO] [stderr]    --> src/lib.rs:142:27
[INFO] [stderr]     |
[INFO] [stderr] 142 |         let hwnd = target.as_raw_handle();
[INFO] [stderr]     |                           ^^^^^^^^^^^^^ method not found in `std::process::Child`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 42 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `winipt`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8aab360ffc5d912f436f7b23e213b9e4410622f20981c928e9760d4bff8b34a9"`
[INFO] running `"docker" "rm" "-f" "8aab360ffc5d912f436f7b23e213b9e4410622f20981c928e9760d4bff8b34a9"`
[INFO] [stdout] 8aab360ffc5d912f436f7b23e213b9e4410622f20981c928e9760d4bff8b34a9
