[INFO] fetching crate winwrap 0.1.1... [INFO] checking winwrap-0.1.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate winwrap 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate winwrap 0.1.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate winwrap 0.1.1 [INFO] finished tweaking crates.io crate winwrap 0.1.1 [INFO] tweaked toml for crates.io crate winwrap 0.1.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate crates.io crate winwrap 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7fe2ce557aa7837106144689f522f7b7b906669b8ef538fccd3f9fcdc68df9af [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" "7fe2ce557aa7837106144689f522f7b7b906669b8ef538fccd3f9fcdc68df9af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fe2ce557aa7837106144689f522f7b7b906669b8ef538fccd3f9fcdc68df9af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fe2ce557aa7837106144689f522f7b7b906669b8ef538fccd3f9fcdc68df9af", kill_on_drop: false }` [INFO] [stdout] 7fe2ce557aa7837106144689f522f7b7b906669b8ef538fccd3f9fcdc68df9af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6c06b33338570273925d9e1721562e17bdd233a30e8e0692549cc261c07ed8d [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" "f6c06b33338570273925d9e1721562e17bdd233a30e8e0692549cc261c07ed8d", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling winwrap-derive v0.1.0 [INFO] [stderr] Checking winwrap v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/test.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::um::processenv::get_environment_variable_a; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/test.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use winwrap::winapi::shared::winerror::ERROR_ENVVAR_NOT_FOUND; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> tests/test.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror::ERROR_NO_UNICODE_TRANSLATION; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winwrap::string` [INFO] [stdout] --> tests/test.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::string::*; [INFO] [stdout] | ^^^^^^ could not find `string` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let x = WString::new(vec![]); // empty vec [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | let x = WString::new(vec![0x00]); // empty vec [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let x = WString::new(vec![0x74, 0x65, 0x73, 0x74]); // test [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let x = WString::new(vec![0x74, 0x65, 0x73, 0x74, 0x00]); // test\0 [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | let x = WString::new(vec![0x74, 0x65, 0x00, 0x73, 0x74]); // te\0st [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/libloaderapi.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::um::libloaderapi::{get_module_file_name_a, get_module_file_name_w}; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | let x = WString::new_c(vec![0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00]); // test [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let x = WString::new_c(vec![0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00]); // test\0 (odd) [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | let x = WString::new_c(vec![0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x00, 0x00]); // test\0\0 (even) [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(x, WString::from("test")); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:28:23 [INFO] [stdout] | [INFO] [stdout] 28 | assert_ne!(x, WString::from("Test")); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | assert_eq!("test", WString::from_raw(x.as_mut_ptr()).to_string_lossy()); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | let x = AString::new(vec![]); // empty vec [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let x = AString::new(vec![0x74, 0x65, 0x73, 0x74]); // test [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | let x = AString::new(vec![0x74, 0x65, 0x73, 0x74, 0x00]); // test\0 [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:43:17 [INFO] [stdout] | [INFO] [stdout] 43 | let x = AString::new(vec![0x74, 0x65, 0x00, 0x73, 0x74, 0x00]); // te\0st\0 [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/winver.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::um::winver::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | assert_eq!(x, AString::from("te")); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | assert_ne!(x, AString::from("Te")); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | let x = AString::new(vec![0xff]); // invalid byte [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | assert_eq!("test", AString::from_raw(x.as_mut_ptr()).to_string_lossy()); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | let s = WString::from("testテスト"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | let s = AString::from(s); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | let s = WString::from(s); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/wow64apiset.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::um::processthreadsapi::get_current_process; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/wow64apiset.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::um::wow64apiset::{is_wow64_process, is_wow64_process2, get_system_wow64_directory_a, get_system_wow64_directory_w}; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let s = WString::from(""); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | let s = AString::from(s); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/test.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | let s = WString::from(s); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | let name = AString::from("ThisDoesNotExist"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winwrap::string` [INFO] [stdout] --> tests/winver.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::string::*; [INFO] [stdout] | ^^^^^^ could not find `string` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/test.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | let name = AString::from("NUMBER_OF_PROCESSORS"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/namedpipe.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::um::fileapi::{write_file, read_file}; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/namedpipe.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::um::namedpipeapi::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERROR_NO_UNICODE_TRANSLATION` in this scope [INFO] [stdout] --> tests/test.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | assert_eq!(Err(ERROR_NO_UNICODE_TRANSLATION), x.to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_environment_variable_a` in this scope [INFO] [stdout] --> tests/test.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | let value = get_environment_variable_a(name.as_c_str()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERROR_ENVVAR_NOT_FOUND` in this scope [INFO] [stdout] --> tests/test.rs:80:24 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(Err(ERROR_ENVVAR_NOT_FOUND), value); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_environment_variable_a` in this scope [INFO] [stdout] --> tests/test.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | get_environment_variable_a(name.as_c_str()).expect("Failed to get the value"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AString` [INFO] [stdout] --> tests/winver.rs:15:27 [INFO] [stdout] | [INFO] [stdout] 15 | let file_name_a = AString::from("ntdll.dll"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `AString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WString` [INFO] [stdout] --> tests/winver.rs:16:27 [INFO] [stdout] | [INFO] [stdout] 16 | let file_name_w = WString::from("ntdll.dll"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `WString` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_module_file_name_a` in this scope [INFO] [stdout] --> tests/libloaderapi.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | get_module_file_name_a(None).unwrap().to_string_lossy(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_module_file_name_w` in this scope [INFO] [stdout] --> tests/libloaderapi.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | get_module_file_name_w(None).unwrap().to_string_lossy() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `create_pipe` in this scope [INFO] [stdout] --> tests/namedpipe.rs:8:39 [INFO] [stdout] | [INFO] [stdout] 8 | let (read_pipe, write_pipe) = create_pipe(None, 0).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | write_file(&write_pipe, &[1, 2, 3], None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: a local variable with a similar name exists: `write_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:11:17 [INFO] [stdout] | [INFO] [stdout] 11 | let r = read_file(&read_pipe, &mut buf, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `read_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | write_file(&write_pipe, &[1, 2, 3], None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: a local variable with a similar name exists: `write_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | write_file(&write_pipe, &[5, 6, 7, 8], None).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ help: a local variable with a similar name exists: `write_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let r = read_file(&read_pipe, &mut buf, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `read_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | let r = read_file(&read_pipe, &mut buf, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `read_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `read_file` in this scope [INFO] [stdout] --> tests/namedpipe.rs:22:17 [INFO] [stdout] | [INFO] [stdout] 22 | let r = read_file(&read_pipe, &mut buf, None).unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `read_pipe` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:21:48 [INFO] [stdout] | [INFO] [stdout] 21 | let root_a = ver_query_value_a(&fvi_a, VerQuerySubBlock::Root).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:22:48 [INFO] [stdout] | [INFO] [stdout] 22 | let root_w = ver_query_value_w(&fvi_w, VerQuerySubBlock::Root).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | let vfi_a = ver_query_value_a(&fvi_a, VerQuerySubBlock::VarFileInfo).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/handleapi.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::um::handleapi::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:25:47 [INFO] [stdout] | [INFO] [stdout] 25 | let vfi_w = ver_query_value_w(&fvi_w, VerQuerySubBlock::VarFileInfo).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/handleapi.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::um::processthreadsapi::get_current_process; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_current_process` in this scope [INFO] [stdout] --> tests/wow64apiset.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let h = get_current_process(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_wow64_process` in this scope [INFO] [stdout] --> tests/wow64apiset.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let _wow1 = is_wow64_process(&h); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `is_wow64_process2` in this scope [INFO] [stdout] --> tests/wow64apiset.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | let _wow2 = is_wow64_process2(&h); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_system_wow64_directory_a` in this scope [INFO] [stdout] --> tests/wow64apiset.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | let a = get_system_wow64_directory_a(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_system_wow64_directory_w` in this scope [INFO] [stdout] --> tests/wow64apiset.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | let w = get_system_wow64_directory_w(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | VerQuerySubBlock::StringFileInfo(language, code_page, "ProductVersion".to_string()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VerQuerySubBlock` [INFO] [stdout] --> tests/winver.rs:36:13 [INFO] [stdout] | [INFO] [stdout] 36 | VerQuerySubBlock::StringFileInfo(language, code_page, "ProductVersion".to_string()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `VerQuerySubBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `winwrap` [INFO] [stdout] error[E0425]: cannot find function `ver_language_name_a` in this scope [INFO] [stdout] --> tests/winver.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | let lang_a = ver_language_name_a(0x40a).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0425]: cannot find function `ver_language_name_w` in this scope [INFO] [stdout] --> tests/winver.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | let lang_w = ver_language_name_w(0x40a).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0425]: cannot find function `get_file_version_info_size_a` in this scope [INFO] [stdout] --> tests/winver.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | let len_a = get_file_version_info_size_a(&file_name_a).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find function `get_file_version_info_size_w` in this scope [INFO] [stdout] --> tests/winver.rs:18:21 [INFO] [stdout] | [INFO] [stdout] 18 | let len_w = get_file_version_info_size_w(&file_name_w).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_file_version_info_a` in this scope [INFO] [stdout] --> tests/winver.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | let fvi_a = get_file_version_info_a(&file_name_a, len_a).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_file_version_info_w` in this scope [INFO] [stdout] --> tests/winver.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | let fvi_w = get_file_version_info_w(&file_name_w, len_w).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_a` in this scope [INFO] [stdout] --> tests/winver.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | let root_a = ver_query_value_a(&fvi_a, VerQuerySubBlock::Root).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_w` in this scope [INFO] [stdout] --> tests/winver.rs:22:22 [INFO] [stdout] | [INFO] [stdout] 22 | let root_w = ver_query_value_w(&fvi_w, VerQuerySubBlock::Root).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_a` in this scope [INFO] [stdout] --> tests/winver.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let vfi_a = ver_query_value_a(&fvi_a, VerQuerySubBlock::VarFileInfo).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_w` in this scope [INFO] [stdout] --> tests/winver.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | let vfi_w = ver_query_value_w(&fvi_w, VerQuerySubBlock::VarFileInfo).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_a` in this scope [INFO] [stdout] --> tests/winver.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | let sfi_a = ver_query_value_a( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `ver_query_value_w` in this scope [INFO] [stdout] --> tests/winver.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | let sfi_w = ver_query_value_w( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 35 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `winwrap` [INFO] [stdout] --> tests/struct.rs:3:18 [INFO] [stdout] | [INFO] [stdout] 3 | use winwrap::raw::um::verrsrc::*; [INFO] [stdout] | ^^^ could not find `raw` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `raw` in `winwrap` [INFO] [stdout] --> tests/struct.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | use winwrap::raw::um::winver::*; [INFO] [stdout] | ^^^ could not find `raw` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winwrap` [INFO] [stdout] --> tests/struct.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | use winwrap::shared::minwindef::*; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:6:18 [INFO] [stdout] | [INFO] [stdout] 6 | use winwrap::um::jobapi2::JobObjectIoRateControlInformation; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:7:18 [INFO] [stdout] | [INFO] [stdout] 7 | use winwrap::um::minwinbase::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | use winwrap::um::processthreadsapi::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | use winwrap::um::tlhelp32::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | use winwrap::um::winnt::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winwrap` [INFO] [stdout] --> tests/struct.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | use winwrap::um::winver::*; [INFO] [stdout] | ^^ could not find `um` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 12 | use winwrap::winapi::shared::minwindef::FILETIME; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:13:18 [INFO] [stdout] | [INFO] [stdout] 13 | use winwrap::winapi::um::jobapi2::JOBOBJECT_IO_RATE_CONTROL_INFORMATION; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | use winwrap::winapi::um::minwinbase::*; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | use winwrap::winapi::um::processthreadsapi::*; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | use winwrap::winapi::um::tlhelp32::{HEAPLIST32, HEAPENTRY32, MODULEENTRY32, MODULEENTRY32W, PROCESSENTRY32, PROCESSENTRY32W}; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `winapi` in `winwrap` [INFO] [stdout] --> tests/struct.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | use winwrap::winapi::um::winnt::*; [INFO] [stdout] | ^^^^^^ could not find `winapi` in `winwrap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_current_process` in this scope [INFO] [stdout] --> tests/handleapi.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | let proc1 = get_current_process(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_current_process` in this scope [INFO] [stdout] --> tests/handleapi.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let proc2 = get_current_process(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_handle_information` in this scope [INFO] [stdout] --> tests/handleapi.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | let info1 = get_handle_information(&proc1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `get_handle_information` in this scope [INFO] [stdout] --> tests/handleapi.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | let info2 = get_handle_information(&proc2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Win32FindDataA` [INFO] [stdout] --> tests/struct.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | let mut data = Win32FindDataA::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `Win32FindDataA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Win32FindDataW` [INFO] [stdout] --> tests/struct.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | let mut data = Win32FindDataW::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `Win32FindDataW` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProcessEntry32` [INFO] [stdout] --> tests/struct.rs:77:24 [INFO] [stdout] | [INFO] [stdout] 77 | let mut data = ProcessEntry32::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProcessEntry32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProcessEntry32W` [INFO] [stdout] --> tests/struct.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | let mut data = ProcessEntry32W::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `ProcessEntry32W` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Win32FindDataA` in this scope [INFO] [stdout] --> tests/struct.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 28 | // minwinbase [INFO] [stdout] 29 | assert_size!(Win32FindDataA,WIN32_FIND_DATAA); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WIN32_FIND_DATAA` in this scope [INFO] [stdout] --> tests/struct.rs:29:37 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 28 | // minwinbase [INFO] [stdout] 29 | assert_size!(Win32FindDataA,WIN32_FIND_DATAA); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SidIdentifierAuthority` in this scope [INFO] [stdout] --> tests/struct.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | assert_size!(SidIdentifierAuthority,SID_IDENTIFIER_AUTHORITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SID_IDENTIFIER_AUTHORITY` in this scope [INFO] [stdout] --> tests/struct.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | assert_size!(SidIdentifierAuthority,SID_IDENTIFIER_AUTHORITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SecurityAttributes` in this scope [INFO] [stdout] --> tests/struct.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 31 | assert_size!(SecurityAttributes,SECURITY_ATTRIBUTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SECURITY_ATTRIBUTES` in this scope [INFO] [stdout] --> tests/struct.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 31 | assert_size!(SecurityAttributes,SECURITY_ATTRIBUTES); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Sid` in this scope [INFO] [stdout] --> tests/struct.rs:32:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 32 | assert_size!(Sid,SID); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SID` in this scope [INFO] [stdout] --> tests/struct.rs:32:26 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 32 | assert_size!(Sid,SID); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Acl` in this scope [INFO] [stdout] --> tests/struct.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 33 | assert_size!(Acl,ACL); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ACL` in this scope [INFO] [stdout] --> tests/struct.rs:33:26 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 33 | assert_size!(Acl,ACL); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SecurityDescriptor` in this scope [INFO] [stdout] --> tests/struct.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 34 | assert_size!(SecurityDescriptor,SECURITY_DESCRIPTOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SECURITY_DESCRIPTOR` in this scope [INFO] [stdout] --> tests/struct.rs:34:41 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 34 | assert_size!(SecurityDescriptor,SECURITY_DESCRIPTOR); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StartupInfoA` in this scope [INFO] [stdout] --> tests/struct.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 37 | assert_size!(StartupInfoA,STARTUPINFOA); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `STARTUPINFOA` in this scope [INFO] [stdout] --> tests/struct.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 37 | assert_size!(StartupInfoA,STARTUPINFOA); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ProcessInformation` in this scope [INFO] [stdout] --> tests/struct.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 38 | assert_size!(ProcessInformation,PROCESS_INFORMATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_INFORMATION` in this scope [INFO] [stdout] --> tests/struct.rs:38:41 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 38 | assert_size!(ProcessInformation,PROCESS_INFORMATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ProcessorNumber` in this scope [INFO] [stdout] --> tests/struct.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 41 | assert_size!(ProcessorNumber,PROCESSOR_NUMBER); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESSOR_NUMBER` in this scope [INFO] [stdout] --> tests/struct.rs:41:38 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 41 | assert_size!(ProcessorNumber,PROCESSOR_NUMBER); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GroupAffinity` in this scope [INFO] [stdout] --> tests/struct.rs:42:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 42 | assert_size!(GroupAffinity,GROUP_AFFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GROUP_AFFINITY` in this scope [INFO] [stdout] --> tests/struct.rs:42:36 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 42 | assert_size!(GroupAffinity,GROUP_AFFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExceptionPointers` in this scope [INFO] [stdout] --> tests/struct.rs:43:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 43 | assert_size!(ExceptionPointers,EXCEPTION_POINTERS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXCEPTION_POINTERS` in this scope [INFO] [stdout] --> tests/struct.rs:43:40 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 43 | assert_size!(ExceptionPointers,EXCEPTION_POINTERS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExceptionRecord` in this scope [INFO] [stdout] --> tests/struct.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 44 | assert_size!(ExceptionRecord,EXCEPTION_RECORD); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EXCEPTION_RECORD` in this scope [INFO] [stdout] --> tests/struct.rs:44:38 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 44 | assert_size!(ExceptionRecord,EXCEPTION_RECORD); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FileTime` in this scope [INFO] [stdout] --> tests/struct.rs:47:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 47 | assert_size!(FileTime,FILETIME); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FILETIME` in this scope [INFO] [stdout] --> tests/struct.rs:47:31 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 47 | assert_size!(FileTime,FILETIME); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SystemTime` in this scope [INFO] [stdout] --> tests/struct.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 48 | assert_size!(SystemTime,SYSTEMTIME); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::time::SystemTime; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SYSTEMTIME` in this scope [INFO] [stdout] --> tests/struct.rs:48:33 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 48 | assert_size!(SystemTime,SYSTEMTIME); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeapList32` in this scope [INFO] [stdout] --> tests/struct.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 51 | assert_size!(HeapList32, HEAPLIST32); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HEAPLIST32` in this scope [INFO] [stdout] --> tests/struct.rs:51:34 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 51 | assert_size!(HeapList32, HEAPLIST32); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HeapEntry32` in this scope [INFO] [stdout] --> tests/struct.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 52 | assert_size!(HeapEntry32, HEAPENTRY32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HEAPENTRY32` in this scope [INFO] [stdout] --> tests/struct.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 52 | assert_size!(HeapEntry32, HEAPENTRY32); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ProcessEntry32` in this scope [INFO] [stdout] --> tests/struct.rs:53:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 53 | assert_size!(ProcessEntry32, PROCESSENTRY32); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESSENTRY32` in this scope [INFO] [stdout] --> tests/struct.rs:53:38 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 53 | assert_size!(ProcessEntry32, PROCESSENTRY32); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ProcessEntry32W` in this scope [INFO] [stdout] --> tests/struct.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | assert_size!(ProcessEntry32W, PROCESSENTRY32W); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope [INFO] [stdout] --> tests/struct.rs:54:39 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 54 | assert_size!(ProcessEntry32W, PROCESSENTRY32W); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ModuleEntry32` in this scope [INFO] [stdout] --> tests/struct.rs:55:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 55 | assert_size!(ModuleEntry32, MODULEENTRY32); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEENTRY32` in this scope [INFO] [stdout] --> tests/struct.rs:55:37 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 55 | assert_size!(ModuleEntry32, MODULEENTRY32); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ModuleEntry32W` in this scope [INFO] [stdout] --> tests/struct.rs:56:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 56 | assert_size!(ModuleEntry32W, MODULEENTRY32W); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEENTRY32W` in this scope [INFO] [stdout] --> tests/struct.rs:56:38 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 56 | assert_size!(ModuleEntry32W, MODULEENTRY32W); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `JobObjectIoRateControlInformation` in this scope [INFO] [stdout] --> tests/struct.rs:59:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 59 | assert_size!(JobObjectIoRateControlInformation, JOBOBJECT_IO_RATE_CONTROL_INFORMATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `JOBOBJECT_IO_RATE_CONTROL_INFORMATION` in this scope [INFO] [stdout] --> tests/struct.rs:59:57 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 59 | assert_size!(JobObjectIoRateControlInformation, JOBOBJECT_IO_RATE_CONTROL_INFORMATION); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VSFixedFileInfo` in this scope [INFO] [stdout] --> tests/struct.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 62 | assert_size!(VSFixedFileInfo, VS_FIXEDFILEINFO); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VS_FIXEDFILEINFO` in this scope [INFO] [stdout] --> tests/struct.rs:62:39 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 62 | assert_size!(VSFixedFileInfo, VS_FIXEDFILEINFO); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LangAndCodePage` in this scope [INFO] [stdout] --> tests/struct.rs:65:22 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | assert_size!(LangAndCodePage, LANGANDCODEPAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LANGANDCODEPAGE` in this scope [INFO] [stdout] --> tests/struct.rs:65:39 [INFO] [stdout] | [INFO] [stdout] 27 | fn test_struct_size() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 65 | assert_size!(LangAndCodePage, LANGANDCODEPAGE); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 65 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f6c06b33338570273925d9e1721562e17bdd233a30e8e0692549cc261c07ed8d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6c06b33338570273925d9e1721562e17bdd233a30e8e0692549cc261c07ed8d", kill_on_drop: false }` [INFO] [stdout] f6c06b33338570273925d9e1721562e17bdd233a30e8e0692549cc261c07ed8d