[INFO] fetching crate renderdoc-api-sys 0.1.0... [INFO] checking renderdoc-api-sys-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate renderdoc-api-sys 0.1.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate renderdoc-api-sys 0.1.0 [INFO] finished tweaking crates.io crate renderdoc-api-sys 0.1.0 [INFO] tweaked toml for crates.io crate renderdoc-api-sys 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate renderdoc-api-sys 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0774f503ebccf5b35a4c7372e1c34b8685e02b9f060e6624f7071e70b806c87f [INFO] running `Command { std: "docker" "start" "-a" "0774f503ebccf5b35a4c7372e1c34b8685e02b9f060e6624f7071e70b806c87f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0774f503ebccf5b35a4c7372e1c34b8685e02b9f060e6624f7071e70b806c87f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0774f503ebccf5b35a4c7372e1c34b8685e02b9f060e6624f7071e70b806c87f", kill_on_drop: false }` [INFO] [stdout] 0774f503ebccf5b35a4c7372e1c34b8685e02b9f060e6624f7071e70b806c87f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c3f24a578a2bcc3b5d7a9f290ed533bff8f4218e96e5444aa787374a8e98abc [INFO] running `Command { std: "docker" "start" "-a" "9c3f24a578a2bcc3b5d7a9f290ed533bff8f4218e96e5444aa787374a8e98abc", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking renderdoc-api-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:220:19 [INFO] [stdout] | [INFO] [stdout] 220 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . GetAPIVersion [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:237:19 [INFO] [stdout] | [INFO] [stdout] 237 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:243:19 [INFO] [stdout] | [INFO] [stdout] 243 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 255 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . SetCaptureKeys [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:260:19 [INFO] [stdout] | [INFO] [stdout] 260 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . GetOverlayBits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:265:19 [INFO] [stdout] | [INFO] [stdout] 265 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . MaskOverlayBits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:270:19 [INFO] [stdout] | [INFO] [stdout] 270 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . Shutdown as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:275:19 [INFO] [stdout] | [INFO] [stdout] 275 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:281:19 [INFO] [stdout] | [INFO] [stdout] 281 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:287:19 [INFO] [stdout] | [INFO] [stdout] 287 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:293:19 [INFO] [stdout] | [INFO] [stdout] 293 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . GetNumCaptures [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:298:19 [INFO] [stdout] | [INFO] [stdout] 298 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . GetCapture as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . TriggerCapture [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:308:19 [INFO] [stdout] | [INFO] [stdout] 308 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:314:19 [INFO] [stdout] | [INFO] [stdout] 314 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . LaunchReplayUI [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:319:19 [INFO] [stdout] | [INFO] [stdout] 319 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . SetActiveWindow [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:324:19 [INFO] [stdout] | [INFO] [stdout] 324 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:330:19 [INFO] [stdout] | [INFO] [stdout] 330 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:336:19 [INFO] [stdout] | [INFO] [stdout] 336 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . EndFrameCapture [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:341:19 [INFO] [stdout] | [INFO] [stdout] 341 | & ( * ( 0 as * const RENDERDOC_API_1_1_0 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:389:19 [INFO] [stdout] | [INFO] [stdout] 389 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . GetAPIVersion [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:394:19 [INFO] [stdout] | [INFO] [stdout] 394 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:400:19 [INFO] [stdout] | [INFO] [stdout] 400 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:406:19 [INFO] [stdout] | [INFO] [stdout] 406 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:412:19 [INFO] [stdout] | [INFO] [stdout] 412 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:418:19 [INFO] [stdout] | [INFO] [stdout] 418 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:424:19 [INFO] [stdout] | [INFO] [stdout] 424 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . SetCaptureKeys [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:429:19 [INFO] [stdout] | [INFO] [stdout] 429 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . GetOverlayBits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:434:19 [INFO] [stdout] | [INFO] [stdout] 434 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . MaskOverlayBits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:439:19 [INFO] [stdout] | [INFO] [stdout] 439 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . Shutdown as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:444:19 [INFO] [stdout] | [INFO] [stdout] 444 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:450:19 [INFO] [stdout] | [INFO] [stdout] 450 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:456:19 [INFO] [stdout] | [INFO] [stdout] 456 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:462:19 [INFO] [stdout] | [INFO] [stdout] 462 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . GetNumCaptures [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:467:19 [INFO] [stdout] | [INFO] [stdout] 467 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . GetCapture as * [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:472:19 [INFO] [stdout] | [INFO] [stdout] 472 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . TriggerCapture [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:477:19 [INFO] [stdout] | [INFO] [stdout] 477 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:483:19 [INFO] [stdout] | [INFO] [stdout] 483 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . LaunchReplayUI [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:488:19 [INFO] [stdout] | [INFO] [stdout] 488 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . SetActiveWindow [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:493:19 [INFO] [stdout] | [INFO] [stdout] 493 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:499:19 [INFO] [stdout] | [INFO] [stdout] 499 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:505:19 [INFO] [stdout] | [INFO] [stdout] 505 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . EndFrameCapture [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/bindings.rs:510:19 [INFO] [stdout] | [INFO] [stdout] 510 | & ( * ( 0 as * const RENDERDOC_API_1_1_1 ) ) . [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9c3f24a578a2bcc3b5d7a9f290ed533bff8f4218e96e5444aa787374a8e98abc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c3f24a578a2bcc3b5d7a9f290ed533bff8f4218e96e5444aa787374a8e98abc", kill_on_drop: false }` [INFO] [stdout] 9c3f24a578a2bcc3b5d7a9f290ed533bff8f4218e96e5444aa787374a8e98abc