[INFO] cloning repository https://github.com/Subarked/amtf-engine
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Subarked/amtf-engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubarked%2Famtf-engine", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubarked%2Famtf-engine'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7280c0367710119d659298382742c9430929f84
[INFO] checking Subarked/amtf-engine against try#79452e8441468c5568c20bfca2aa1fe75b645b2d for pr-152210
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubarked%2Famtf-engine" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Subarked/amtf-engine
[INFO] finished tweaking git repo https://github.com/Subarked/amtf-engine
[INFO] tweaked toml for git repo https://github.com/Subarked/amtf-engine written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Subarked/amtf-engine on toolchain 79452e8441468c5568c20bfca2aa1fe75b645b2d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Subarked/amtf-engine 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" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 776d95922378e1fd773dc6d58f685d56850659149ceb8270aceac07c8ddfb046
[INFO] running `Command { std: "docker" "start" "-a" "776d95922378e1fd773dc6d58f685d56850659149ceb8270aceac07c8ddfb046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "776d95922378e1fd773dc6d58f685d56850659149ceb8270aceac07c8ddfb046", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "776d95922378e1fd773dc6d58f685d56850659149ceb8270aceac07c8ddfb046", kill_on_drop: false }`
[INFO] [stdout] 776d95922378e1fd773dc6d58f685d56850659149ceb8270aceac07c8ddfb046
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+79452e8441468c5568c20bfca2aa1fe75b645b2d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 95e3bbc5dd1c76c4cc5ba150c71680e0bf75ba100a278977b6940c79cf084e95
[INFO] running `Command { std: "docker" "start" "-a" "95e3bbc5dd1c76c4cc5ba150c71680e0bf75ba100a278977b6940c79cf084e95", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling cc v1.1.34
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling anyhow v1.0.92
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking ttf-parser v0.25.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.67
[INFO] [stderr]    Compiling xml-rs v0.8.23
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking emath v0.28.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling sdl2 v0.37.0
[INFO] [stderr]     Checking bitstream-io v2.5.3
[INFO] [stderr]     Checking fdeflate v0.3.6
[INFO] [stderr]     Checking bytemuck v1.19.0
[INFO] [stderr]     Checking image-webp v0.2.0
[INFO] [stderr]     Checking zune-jpeg v0.4.13
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]     Checking cgmath v0.18.0
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking ecolor v0.28.1
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking png v0.17.14
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling sdl2-sys v0.37.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tobj v4.0.2
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking epaint v0.28.1
[INFO] [stderr]     Checking egui v0.28.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling thiserror-impl v1.0.67
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking ravif v0.11.11
[INFO] [stderr]     Checking image v0.25.4
[INFO] [stderr]     Checking egui_sdl2_gl v0.28.0
[INFO] [stderr]     Checking amtf-engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `create_program_with_geometry_shader` is never used
[INFO] [stdout]    --> src/shaders.rs:206:8
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub fn create_program_with_geometry_shader(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_program_with_geometry_shader` is never used
[INFO] [stdout]    --> src/shaders.rs:206:8
[INFO] [stdout]     |
[INFO] [stdout] 206 | pub fn create_program_with_geometry_shader(
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
[INFO] running `Command { std: "docker" "inspect" "95e3bbc5dd1c76c4cc5ba150c71680e0bf75ba100a278977b6940c79cf084e95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95e3bbc5dd1c76c4cc5ba150c71680e0bf75ba100a278977b6940c79cf084e95", kill_on_drop: false }`
[INFO] [stdout] 95e3bbc5dd1c76c4cc5ba150c71680e0bf75ba100a278977b6940c79cf084e95
