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