[INFO] cloning repository https://github.com/reshapelabs/synthris
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/reshapelabs/synthris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freshapelabs%2Fsynthris", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freshapelabs%2Fsynthris'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44204de3da92b72a9d0f26660072aa9830ff1137
[INFO] checking reshapelabs/synthris against dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freshapelabs%2Fsynthris" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/reshapelabs/synthris
[INFO] finished tweaking git repo https://github.com/reshapelabs/synthris
[INFO] tweaked toml for git repo https://github.com/reshapelabs/synthris written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reshapelabs/synthris on toolchain dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/reshapelabs/synthris 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" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded str_stack v0.1.0
[INFO] [stderr]   Downloaded findshlibs v0.10.2
[INFO] [stderr]   Downloaded pprof v0.14.1
[INFO] [stderr]   Downloaded symbolic-common v12.17.2
[INFO] [stderr]   Downloaded symbolic-demangle v12.17.2
[INFO] [stderr]   Downloaded cpp_demangle v0.5.1
[INFO] [stderr]   Downloaded bumpalo v3.20.1
[INFO] [stderr]   Downloaded inferno v0.11.21
[INFO] [stderr]   Downloaded quick-xml v0.26.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e
[INFO] running `Command { std: "docker" "start" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e" "/opt/rustwide/cargo-home/bin/cargo" "+dfbea5bc945a9d7ff017d3d4bfbd1af9295fe5b8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling symbolic-demangle v12.17.2
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking symbolic-common v12.17.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking quick-xml v0.26.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking str_stack v0.1.0
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]     Checking clap_builder v4.5.59
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking zerocopy v0.8.39
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking clap v4.5.59
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling pprof v0.14.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking inferno v0.11.21
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking synthris-core v0.1.0 (/opt/rustwide/workdir/crates/synthris-core)
[INFO] [stderr]     Checking synthris-plate-assets v0.1.0 (/opt/rustwide/workdir/crates/synthris-plate-assets)
[INFO] [stderr]     Checking synthris-cli v0.1.0 (/opt/rustwide/workdir/crates/synthris-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.63s
[INFO] running `Command { std: "docker" "inspect" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e", kill_on_drop: false }`
[INFO] [stdout] d23eea760ed5d7134a7b30c2e1681442bee4ccf001f48e0a813ad300ae10d34e
