[INFO] cloning repository https://github.com/diegostafa/blu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/diegostafa/blu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegostafa%2Fblu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegostafa%2Fblu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4701e95e0757a19fcd83385914ba494094017efb
[INFO] checking diegostafa/blu against try#50d7e48beb74b48bd17c3749bfb73843c9ae0166 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiegostafa%2Fblu" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/diegostafa/blu
[INFO] finished tweaking git repo https://github.com/diegostafa/blu
[INFO] tweaked toml for git repo https://github.com/diegostafa/blu written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/diegostafa/blu on toolchain 50d7e48beb74b48bd17c3749bfb73843c9ae0166
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/diegostafa/blu 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" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fc2af559db2b655fc91efa1c332626bccc93b3bd01216e885d9f3b5460020467
[INFO] running `Command { std: "docker" "start" "-a" "fc2af559db2b655fc91efa1c332626bccc93b3bd01216e885d9f3b5460020467", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc2af559db2b655fc91efa1c332626bccc93b3bd01216e885d9f3b5460020467", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc2af559db2b655fc91efa1c332626bccc93b3bd01216e885d9f3b5460020467", kill_on_drop: false }`
[INFO] [stdout] fc2af559db2b655fc91efa1c332626bccc93b3bd01216e885d9f3b5460020467
[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=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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e36184e21add4b318b179b8b08e873e7b94adb5306fbcfda04e0bcfd500fb369
[INFO] running `Command { std: "docker" "start" "-a" "e36184e21add4b318b179b8b08e873e7b94adb5306fbcfda04e0bcfd500fb369", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v1.0.1
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking bit_field v0.10.2
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling libwebp-sys v0.9.6
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]     Checking axum-core v0.5.2
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling validator_derive v0.20.0
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]     Checking hyper-util v0.1.14
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking axum v0.8.4
[INFO] [stderr]     Checking validator v0.20.0
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]     Checking webp v0.2.6
[INFO] [stderr]     Checking thumbnailer v0.5.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking blu v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "e36184e21add4b318b179b8b08e873e7b94adb5306fbcfda04e0bcfd500fb369", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e36184e21add4b318b179b8b08e873e7b94adb5306fbcfda04e0bcfd500fb369", kill_on_drop: false }`
[INFO] [stdout] e36184e21add4b318b179b8b08e873e7b94adb5306fbcfda04e0bcfd500fb369
