[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] testing reshapelabs/synthris against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Freshapelabs%2Fsynthris" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-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-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/reshapelabs/synthris on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gcd v2.3.0
[INFO] [stderr]   Downloaded pprof v0.14.1
[INFO] [stderr]   Downloaded turbojpeg v1.4.0
[INFO] [stderr]   Downloaded str_stack v0.1.0
[INFO] [stderr]   Downloaded multimap v0.10.1
[INFO] [stderr]   Downloaded symbolic-common v12.17.2
[INFO] [stderr]   Downloaded cpp_demangle v0.5.1
[INFO] [stderr]   Downloaded inferno v0.11.21
[INFO] [stderr]   Downloaded symbolic-demangle v12.17.2
[INFO] [stderr]   Downloaded turbojpeg-sys v1.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98
[INFO] running `Command { std: "docker" "start" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", 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" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling as-slice v0.2.1
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling syn v2.0.116
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling aligned v0.4.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling y4m v0.8.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling bitstream-io v4.9.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling imgref v1.12.0
[INFO] [stderr]    Compiling zune-core v0.4.12
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling zune-jpeg v0.4.21
[INFO] [stderr]    Compiling loop9 v0.1.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling avif-serialize v0.8.8
[INFO] [stderr]    Compiling zune-inflate v0.2.54
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling bit_field v0.10.3
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling lebe v0.5.3
[INFO] [stderr]    Compiling maybe-rayon v0.1.1
[INFO] [stderr]    Compiling zune-jpeg v0.5.12
[INFO] [stderr]    Compiling gif v0.14.1
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling memmap2 v0.9.10
[INFO] [stderr]    Compiling qoi v0.4.1
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling symbolic-demangle v12.17.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling symbolic-common v12.17.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling clap_builder v4.5.59
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling 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]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling fax v0.2.6
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling v_frame v0.3.9
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling av1-grain v0.2.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling clap v4.5.59
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling pprof v0.14.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling inferno v0.11.21
[INFO] [stderr]    Compiling exr v1.74.0
[INFO] [stderr]    Compiling tiff v0.10.3
[INFO] [stderr]    Compiling ravif v0.12.0
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling synthris-core v0.1.0 (/opt/rustwide/workdir/crates/synthris-core)
[INFO] [stderr]    Compiling synthris-plate-assets v0.1.0 (/opt/rustwide/workdir/crates/synthris-plate-assets)
[INFO] [stderr]    Compiling synthris-cli v0.1.0 (/opt/rustwide/workdir/crates/synthris-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
[INFO] running `Command { std: "docker" "inspect" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling synthris-plate-assets v0.1.0 (/opt/rustwide/workdir/crates/synthris-plate-assets)
[INFO] [stderr]    Compiling synthris-core v0.1.0 (/opt/rustwide/workdir/crates/synthris-core)
[INFO] [stderr]    Compiling synthris-cli v0.1.0 (/opt/rustwide/workdir/crates/synthris-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.01s
[INFO] running `Command { std: "docker" "inspect" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/synthris_cli-c24208b5dfbe03fa)
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::output_size_derives_missing_dimension_from_source_aspect ... ok
[INFO] [stdout] test tests::output_size_fallbacks_to_square_when_no_source_and_one_dimension_given ... ok
[INFO] [stdout] test tests::parse_cfu_supports_exact_and_range ... ok
[INFO] [stdout] test tests::output_size_uses_source_dimensions_by_default ... ok
[INFO] [stdout] test video::tests::encode_raw_stream_with_ffmpeg ... ok
[INFO] [stdout] test tests::parse_time_span_supports_compound_units ... ok
[INFO] [stdout] test tests::parse_time_span_allow_zero_for_start_after ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/synthris_core-5e056070e698e101)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test engine::growth::tests::cardinal_phi_peaks_at_optimum ... ok
[INFO] [stdout] test engine::growth::tests::gompertz_state_grows_with_age ... ok
[INFO] [stdout] test engine::growth::tests::phi_shifted_by_colony_temp_opt_offset ... ok
[INFO] [stdout] test engine::seeding::tests::resolve_cfu_count_range_is_seeded_and_bounded ... ok
[INFO] [stdout] test engine::seeding::tests::sample_phenotype_honors_zero_weight ... ok
[INFO] [stdout] test engine::tests::cardinal_phi_peaks_near_optimum ... ok
[INFO] [stdout] test engine::seeding::tests::sample_temp_opt_offset_respects_sigma ... ok
[INFO] [stdout] test engine::tests::percentile_sorted_handles_empty_and_bounds ... ok
[INFO] [stdout] test plate::tests::blankfield_growth_area_is_full_canvas ... ok
[INFO] [stdout] test engine::background::tests::compute_fit_letterboxes_square_target ... ok
[INFO] [stdout] test plate::tests::fit_letterboxes_square_target ... ok
[INFO] [stdout] test plate::tests::plate_baseline_growth_area_is_scaled_to_canvas ... ok
[INFO] [stdout] test plate::tests::roi_circle_is_scaled_with_offset ... ok
[INFO] [stdout] test profiles::tests::minimal_db_contains_expected_profiles ... ok
[INFO] [stdout] test profiles::tests::builtin_profiles_load ... ok
[INFO] [stdout] test engine::tests::blankfield_mode_works_without_plate_baseline ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/synthris_plate_assets-a0d99832564a3276)
[INFO] [stdout] test engine::tests::frame_and_trace_iter_match_elapsed_and_count ... ok
[INFO] [stdout] test engine::tests::simulation_emits_time_based_frames ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::resolves_canonical_ids ... ok
[INFO] [stdout] test tests::single_well_assets_are_tagged_by_family ... ok
[INFO] [stdout] test tests::builtin_assets_decode_for_both_illumination_modes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 52.45s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests synthris_core
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests synthris_plate_assets
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98", kill_on_drop: false }`
[INFO] [stdout] 4fb4b52dbbe3fa035d88fc9b17dc0f5448be381c4ed5f5668e982c97bbc58a98
