[INFO] cloning repository https://github.com/theodore-lheureux/assfid_ffed
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/theodore-lheureux/assfid_ffed" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheodore-lheureux%2Fassfid_ffed", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheodore-lheureux%2Fassfid_ffed'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6446888013f0071d64957d090fc349408b04bc0b
[INFO] checking theodore-lheureux/assfid_ffed against master#61cc47e367d7be91e13bcd01e4e96e0e233d4f6d for pr-133502-18
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftheodore-lheureux%2Fassfid_ffed" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/theodore-lheureux/assfid_ffed
[INFO] finished tweaking git repo https://github.com/theodore-lheureux/assfid_ffed
[INFO] tweaked toml for git repo https://github.com/theodore-lheureux/assfid_ffed written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/theodore-lheureux/assfid_ffed on toolchain 61cc47e367d7be91e13bcd01e4e96e0e233d4f6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/theodore-lheureux/assfid_ffed 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" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bayer v0.1.5
[INFO] [stderr]   Downloaded enumn v0.1.14
[INFO] [stderr]   Downloaded bindgen v0.70.1
[INFO] [stderr]   Downloaded rayon v0.8.2
[INFO] [stderr]   Downloaded rawloader v0.37.1
[INFO] [stderr]   Downloaded cudarc v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bb3c3a49e2061ea35264d25a91a592d0ec0559c64f77f2c5d7a5dca12ad8728
[INFO] running `Command { std: "docker" "start" "-a" "9bb3c3a49e2061ea35264d25a91a592d0ec0559c64f77f2c5d7a5dca12ad8728", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bb3c3a49e2061ea35264d25a91a592d0ec0559c64f77f2c5d7a5dca12ad8728", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bb3c3a49e2061ea35264d25a91a592d0ec0559c64f77f2c5d7a5dca12ad8728", kill_on_drop: false }`
[INFO] [stdout] 9bb3c3a49e2061ea35264d25a91a592d0ec0559c64f77f2c5d7a5dca12ad8728
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00fc646f0659c66af3542b816ac87bec5693784928d83b7c7cad41d95fd7e12d
[INFO] running `Command { std: "docker" "start" "-a" "00fc646f0659c66af3542b816ac87bec5693784928d83b7c7cad41d95fd7e12d", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cudarc v0.18.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking rayon v0.8.2
[INFO] [stderr]    Compiling rawloader v0.37.1
[INFO] [stderr]     Checking bayer v0.1.5
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling enumn v0.1.14
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]    Compiling ffed_protosat_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: ffed_protosat_rs@0.1.0: Building without CUDA/NPP (not on Jetson)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s
[INFO] running `Command { std: "docker" "inspect" "00fc646f0659c66af3542b816ac87bec5693784928d83b7c7cad41d95fd7e12d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00fc646f0659c66af3542b816ac87bec5693784928d83b7c7cad41d95fd7e12d", kill_on_drop: false }`
[INFO] [stdout] 00fc646f0659c66af3542b816ac87bec5693784928d83b7c7cad41d95fd7e12d
