[INFO] fetching crate renderdoc-api-sys 0.1.0... [INFO] checking renderdoc-api-sys-0.1.0 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate renderdoc-api-sys 0.1.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate renderdoc-api-sys 0.1.0 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60b352847234bfa11bb918af7b699c03b82c475c6e8706b16277a2d074898664 [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" "60b352847234bfa11bb918af7b699c03b82c475c6e8706b16277a2d074898664", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60b352847234bfa11bb918af7b699c03b82c475c6e8706b16277a2d074898664", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60b352847234bfa11bb918af7b699c03b82c475c6e8706b16277a2d074898664", kill_on_drop: false }` [INFO] [stdout] 60b352847234bfa11bb918af7b699c03b82c475c6e8706b16277a2d074898664 [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ffd8000890b295deb2ed593e90c5c438b66789c42f41938d2d5132e4be4bdace [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" "ffd8000890b295deb2ed593e90c5c438b66789c42f41938d2d5132e4be4bdace", kill_on_drop: false }` [INFO] [stderr] Checking renderdoc-api-sys v0.1.0 (/opt/rustwide/workdir) [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] [stdout] warning: 46 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.52s [INFO] running `Command { std: "docker" "inspect" "ffd8000890b295deb2ed593e90c5c438b66789c42f41938d2d5132e4be4bdace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ffd8000890b295deb2ed593e90c5c438b66789c42f41938d2d5132e4be4bdace", kill_on_drop: false }` [INFO] [stdout] ffd8000890b295deb2ed593e90c5c438b66789c42f41938d2d5132e4be4bdace