[INFO] cloning repository https://github.com/dfint/df-steam-hook-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dfint/df-steam-hook-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfint%2Fdf-steam-hook-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfint%2Fdf-steam-hook-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0d12625986b443146a39976eae9a60d415aa8e39 [INFO] checking dfint/df-steam-hook-rs/0d12625986b443146a39976eae9a60d415aa8e39 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdfint%2Fdf-steam-hook-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dfint/df-steam-hook-rs on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dfint/df-steam-hook-rs [INFO] finished tweaking git repo https://github.com/dfint/df-steam-hook-rs [INFO] tweaked toml for git repo https://github.com/dfint/df-steam-hook-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/dfint/df-steam-hook-rs 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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slice-pool2 v0.4.3 [INFO] [stderr] Downloaded pkbuffer v0.4.2 [INFO] [stderr] Downloaded retour v0.3.1 [INFO] [stderr] Downloaded pkbuffer_derive v0.1.0 [INFO] [stderr] Downloaded mmap-fixed-fixed v0.1.3 [INFO] [stderr] Downloaded checksum v0.2.1 [INFO] [stderr] Downloaded dlopen2 v0.7.0 [INFO] [stderr] Downloaded device_query v2.1.0 [INFO] [stderr] Downloaded exe v0.5.6 [INFO] [stderr] Downloaded libudis86-sys v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a08f136647048ed039dd24356d67963bea8543bbb6c3e284ea6734958bf082b0 [INFO] running `Command { std: "docker" "start" "-a" "a08f136647048ed039dd24356d67963bea8543bbb6c3e284ea6734958bf082b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a08f136647048ed039dd24356d67963bea8543bbb6c3e284ea6734958bf082b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08f136647048ed039dd24356d67963bea8543bbb6c3e284ea6734958bf082b0", kill_on_drop: false }` [INFO] [stdout] a08f136647048ed039dd24356d67963bea8543bbb6c3e284ea6734958bf082b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ceb41f8742a09948ee6650d07dd80cc48771f9c1d57661d402afba59861bfada [INFO] running `Command { std: "docker" "start" "-a" "ceb41f8742a09948ee6650d07dd80cc48771f9c1d57661d402afba59861bfada", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.148 [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Checking memchr v2.6.3 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking equivalent v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking hashbrown v0.14.0 [INFO] [stderr] Checking gimli v0.29.0 [INFO] [stderr] Compiling static_init_macro v1.0.2 [INFO] [stderr] Compiling static_init v1.0.3 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking winnow v0.6.18 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling device_query v2.1.0 [INFO] [stderr] Checking aho-corasick v1.0.1 [INFO] [stderr] Checking object v0.36.1 [INFO] [stderr] Checking indexmap v2.0.0 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking slice-pool2 v0.4.3 [INFO] [stderr] Checking iana-time-zone v0.1.56 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking rustc-demangle v0.1.24 [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Compiling syn v2.0.63 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking mmap-fixed-fixed v0.1.3 [INFO] [stderr] Checking region v3.0.0 [INFO] [stderr] Checking simple-logging v2.0.2 [INFO] [stderr] Checking checksum v0.2.1 [INFO] [stderr] Compiling libudis86-sys v0.2.1 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Checking chrono v0.4.38 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking retour v0.3.1 [INFO] [stderr] Checking addr2line v0.22.0 [INFO] [stderr] Checking toml_datetime v0.6.8 [INFO] [stderr] Checking serde_spanned v0.6.7 [INFO] [stderr] Checking toml_edit v0.22.20 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking toml v0.8.19 [INFO] [stderr] Compiling dlopen2_derive v0.4.0 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling macro v0.1.0 (/opt/rustwide/workdir/src/macro) [INFO] [stderr] Checking dlopen2 v0.7.0 [INFO] [stderr] Checking dfint_hook v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s [INFO] running `Command { std: "docker" "inspect" "ceb41f8742a09948ee6650d07dd80cc48771f9c1d57661d402afba59861bfada", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ceb41f8742a09948ee6650d07dd80cc48771f9c1d57661d402afba59861bfada", kill_on_drop: false }` [INFO] [stdout] ceb41f8742a09948ee6650d07dd80cc48771f9c1d57661d402afba59861bfada