[INFO] fetching crate etw-reader 0.1.0...
[INFO] testing etw-reader-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate etw-reader 0.1.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate etw-reader 0.1.0
[INFO] finished tweaking crates.io crate etw-reader 0.1.0
[INFO] tweaked toml for crates.io crate etw-reader 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate etw-reader 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate etw-reader 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8ae685047cf2c68c6cf5cb3d9c74a1216ec995f4bfb017eacb7fb04065669303
[INFO] running `Command { std: "docker" "start" "-a" "8ae685047cf2c68c6cf5cb3d9c74a1216ec995f4bfb017eacb7fb04065669303", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ae685047cf2c68c6cf5cb3d9c74a1216ec995f4bfb017eacb7fb04065669303", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ae685047cf2c68c6cf5cb3d9c74a1216ec995f4bfb017eacb7fb04065669303", kill_on_drop: false }`
[INFO] [stdout] 8ae685047cf2c68c6cf5cb3d9c74a1216ec995f4bfb017eacb7fb04065669303
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 55b8f8ae3268fb34d85440f3d3be0abfd1582adb2b4f55e2b8fae8f2f7bcc815
[INFO] running `Command { std: "docker" "start" "-a" "55b8f8ae3268fb34d85440f3d3be0abfd1582adb2b4f55e2b8fae8f2f7bcc815", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.48.5
[INFO] [stderr]    Compiling syn v1.0.77
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling windows-targets v0.48.5
[INFO] [stderr]    Compiling windows-core v0.51.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling windows v0.51.1
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling etw-reader v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stdout]  --> src/tdh.rs:3:14
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::os::windows::ffi::OsStringExt;
[INFO] [stdout]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:56:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/os/mod.rs:120:10
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item is gated here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ERROR_SUCCESS`, `Error`, and `HRESULT`
[INFO] [stdout]  --> src/lib.rs:9:25
[INFO] [stdout]   |
[INFO] [stdout] 9 | ...{h, Error, HRESULT, HSTRING, PWSTR}, Win32::{Foundation::{GetLastError, ERROR_INSUFFICIENT_BUFFER, ERROR_MORE_DATA, ERROR_SUCCESS, MAX...
[INFO] [stdout]   |        ^^^^^  ^^^^^^^                                                                                                  ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ptr`
[INFO] [stdout]  --> src/tdh.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::ptr;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `windows::core::HRESULT`
[INFO] [stdout]  --> src/tdh.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use windows::core::HRESULT;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `windows::Win32::Foundation::S_OK`
[INFO] [stdout]  --> src/tdh.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use windows::Win32::Foundation::S_OK;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::sddl`
[INFO] [stdout]  --> src/parser.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::sddl;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::tdh_types::PrimitiveDesc`
[INFO] [stdout]  --> src/parser.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::tdh_types::PrimitiveDesc;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PropertyFlags`
[INFO] [stdout]   --> src/parser.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::tdh_types::{Property, PropertyFlags, TdhInType, TdhOutType};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::custom_schemas::EventInfo`
[INFO] [stdout]  --> src/schema.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::custom_schemas::EventInfo;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `TypeId`
[INFO] [stdout]   --> src/schema.rs:10:21
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::any::{Any, TypeId};
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `D3DUmdLogging_MapAllocation` should have an upper camel case name
[INFO] [stdout]    --> src/custom_schemas.rs:279:12
[INFO] [stdout]     |
[INFO] [stdout] 279 | pub struct D3DUmdLogging_MapAllocation {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `D3dumdLoggingMapAllocation`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `D3DUmdLogging_RundownAllocation` should have an upper camel case name
[INFO] [stdout]    --> src/custom_schemas.rs:336:12
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub struct D3DUmdLogging_RundownAllocation {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `D3dumdLoggingRundownAllocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `D3DUmdLogging_UnmapAllocation` should have an upper camel case name
[INFO] [stdout]    --> src/custom_schemas.rs:383:12
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub struct D3DUmdLogging_UnmapAllocation {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `D3dumdLoggingUnmapAllocation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/lib.rs:432:90
[INFO] [stdout]     |
[INFO] [stdout] 432 | ...NCE_INFO = unsafe { (info.as_ptr().add(mem::size_of::<TRACE_GUID_INFO>()) as *const TRACE_PROVIDER_INSTANCE_INFO) };
[INFO] [stdout]     |                        ^                                                                                           ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 432 -                     let mut instance_ptr: *const TRACE_PROVIDER_INSTANCE_INFO = unsafe { (info.as_ptr().add(mem::size_of::<TRACE_GUID_INFO>()) as *const TRACE_PROVIDER_INSTANCE_INFO) };
[INFO] [stdout] 432 +                     let mut instance_ptr: *const TRACE_PROVIDER_INSTANCE_INFO = unsafe { info.as_ptr().add(mem::size_of::<TRACE_GUID_INFO>()) as *const TRACE_PROVIDER_INSTANCE_INFO };
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around block return value
[INFO] [stdout]    --> src/lib.rs:439:48
[INFO] [stdout]     |
[INFO] [stdout] 439 | ...e {((instance_ptr as *const TRACE_PROVIDER_INSTANCE_INFO as *const u8).add(instance.NextOffset as usize) as *const TRACE_PROVIDER_INSTANCE_INFO)};
[INFO] [stdout]     |       ^                                                                                                                                           ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 439 -                         instance_ptr = unsafe {((instance_ptr as *const TRACE_PROVIDER_INSTANCE_INFO as *const u8).add(instance.NextOffset as usize) as *const TRACE_PROVIDER_INSTANCE_INFO)};
[INFO] [stdout] 439 +                         instance_ptr = unsafe {(instance_ptr as *const TRACE_PROVIDER_INSTANCE_INFO as *const u8).add(instance.NextOffset as usize) as *const TRACE_PROVIDER_INSTANCE_INFO};
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_wide` found for struct `OsString` in the current scope
[INFO] [stdout]    --> src/tdh.rs:115:56
[INFO] [stdout]     |
[INFO] [stdout] 115 |                 let provider_name = unsafe { OsString::from_wide(std::slice::from_raw_parts(provider_name_ptr as *const u16, len))
[INFO] [stdout]     |                                                        ^^^^^^^^^ function or associated item not found in `OsString`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `OsString` consider using one of the following associated functions:
[INFO] [stdout]       OsString::new
[INFO] [stdout]       OsString::from_encoded_bytes_unchecked
[INFO] [stdout]       OsString::with_capacity
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/ffi/os_str.rs:141:5
[INFO] [stdout] help: there is an associated function `from_iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 115 -                 let provider_name = unsafe { OsString::from_wide(std::slice::from_raw_parts(provider_name_ptr as *const u16, len))
[INFO] [stdout] 115 +                 let provider_name = unsafe { OsString::from_iter(std::slice::from_raw_parts(provider_name_ptr as *const u16, len))
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> src/lib.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let path: HSTRING = panic!();
[INFO] [stdout]    |                         -------- any code following this expression is unreachable
[INFO] [stdout] 77 |     log_file.0.LogFileName = PWSTR(path.as_wide().as_ptr() as *mut _);
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Any`
[INFO] [stdout]   --> src/schema.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::any::{Any, TypeId};
[INFO] [stdout]    |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/schema.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 | ...   let mut provider = locator.tracelogging_providers.entry(event.EventHeader.ProviderId).or_insert(TraceLoggingProviderIds::new());
[INFO] [stdout]    |           ----^^^^^^^^
[INFO] [stdout]    |           |
[INFO] [stdout]    |           help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `log_file`
[INFO] [stdout]   --> src/lib.rs:71:13
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut log_file = EventTraceLogfile::default();
[INFO] [stdout]    |             ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_log_file`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/lib.rs:76:9
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let path: HSTRING = panic!();
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let _path: HSTRING = panic!();
[INFO] [stdout]    |         +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `RESULT`
[INFO] [stdout]    |
[INFO] [stdout] 76 -     let path: HSTRING = panic!();
[INFO] [stdout] 76 +     let start_trace::RESULT: HSTRING = panic!();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/lib.rs:70:43
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn open_trace<F: FnMut(&EventRecord)>(path: &Path, mut callback: F) -> Result<(), std::io::Error> {
[INFO] [stdout]    |                                           ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `callback`
[INFO] [stdout]   --> src/lib.rs:70:60
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn open_trace<F: FnMut(&EventRecord)>(path: &Path, mut callback: F) -> Result<(), std::io::Error> {
[INFO] [stdout]    |                                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_callback`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:70:56
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn open_trace<F: FnMut(&EventRecord)>(path: &Path, mut callback: F) -> Result<(), std::io::Error> {
[INFO] [stdout]    |                                                        ----^^^^^^^^
[INFO] [stdout]    |                                                        |
[INFO] [stdout]    |                                                        help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/lib.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let mut log_file = EventTraceLogfile::default();
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `guid_str`
[INFO] [stdout]    --> src/lib.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     let guid_str = "22fb2cd6-0e7b-422b-a0c7-2fad1fd0e716";
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_guid_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `remaining_bits_str` is never read
[INFO] [stdout]    --> src/lib.rs:305:21
[INFO] [stdout]     |
[INFO] [stdout] 305 |             let mut remaining_bits_str = String::new();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `etw-reader` (lib) due to 2 previous errors; 25 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "55b8f8ae3268fb34d85440f3d3be0abfd1582adb2b4f55e2b8fae8f2f7bcc815", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55b8f8ae3268fb34d85440f3d3be0abfd1582adb2b4f55e2b8fae8f2f7bcc815", kill_on_drop: false }`
[INFO] [stdout] 55b8f8ae3268fb34d85440f3d3be0abfd1582adb2b4f55e2b8fae8f2f7bcc815
