[INFO] cloning repository https://github.com/septante/minim [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/septante/minim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b491b41a5c2f58cb88d4157b087f4e55d448a383 [INFO] testing septante/minim against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fseptante%2Fminim" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/septante/minim [INFO] finished tweaking git repo https://github.com/septante/minim [INFO] tweaked toml for git repo https://github.com/septante/minim written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/septante/minim on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/septante/minim 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3a4c663d895d1d0e6661b952b31c3db28832c77c59630f05e98be724edb706d [INFO] running `Command { std: "docker" "start" "-a" "e3a4c663d895d1d0e6661b952b31c3db28832c77c59630f05e98be724edb706d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3a4c663d895d1d0e6661b952b31c3db28832c77c59630f05e98be724edb706d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3a4c663d895d1d0e6661b952b31c3db28832c77c59630f05e98be724edb706d", kill_on_drop: false }` [INFO] [stdout] e3a4c663d895d1d0e6661b952b31c3db28832c77c59630f05e98be724edb706d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7294927cfd85f8d8c0f4bf5fcf4e740f81d2b8503c78004a49bef08424b23f79 [INFO] running `Command { std: "docker" "start" "-a" "7294927cfd85f8d8c0f4bf5fcf4e740f81d2b8503c78004a49bef08424b23f79", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling instability v0.3.9 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling owo-colors v4.2.2 [INFO] [stderr] Compiling serde_core v1.0.226 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling symphonia-core v0.5.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling zune-jpeg v0.4.21 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling avif-serialize v0.8.6 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling pxfm v0.1.24 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling bit_field v0.10.3 [INFO] [stderr] Compiling lebe v0.5.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling cpal v0.16.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling symphonia-metadata v0.5.4 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling extended v0.1.0 [INFO] [stderr] Compiling gimli v0.31.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling serde v1.0.226 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Compiling symphonia-utils-xiph v0.5.4 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling symphonia-bundle-flac v0.5.4 [INFO] [stderr] Compiling symphonia-format-ogg v0.5.4 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling tracing-error v0.2.1 [INFO] [stderr] Compiling symphonia-format-isomp4 v0.5.4 [INFO] [stderr] Compiling symphonia-codec-vorbis v0.5.4 [INFO] [stderr] Compiling symphonia-format-riff v0.5.4 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.4 [INFO] [stderr] Compiling image-webp v0.2.4 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling gif v0.13.3 [INFO] [stderr] Compiling symphonia-codec-pcm v0.5.4 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling symphonia-codec-aac v0.5.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling alsa v0.9.1 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling png v0.18.0 [INFO] [stderr] Compiling moxcms v0.7.5 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling indenter v0.3.4 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling ogg_pager v0.7.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling symphonia v0.5.4 [INFO] [stderr] Compiling clap_builder v4.5.48 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling icy_sixel v0.1.3 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling rodio v0.21.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling profiling-procmacros v1.0.17 [INFO] [stderr] Compiling fax_derive v0.2.0 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling serde_derive v1.0.226 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling profiling v1.0.17 [INFO] [stderr] Compiling lofty_attr v0.11.1 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling fax v0.2.6 [INFO] [stderr] Compiling tiff v0.10.3 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling lofty v0.22.4 [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 av1-grain v0.2.4 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling clap v4.5.48 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling color-eyre v0.6.5 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling ravif v0.11.20 [INFO] [stderr] Compiling image v0.25.8 [INFO] [stderr] Compiling ratatui-image v8.0.1 [INFO] [stderr] Compiling minim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "7294927cfd85f8d8c0f4bf5fcf4e740f81d2b8503c78004a49bef08424b23f79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7294927cfd85f8d8c0f4bf5fcf4e740f81d2b8503c78004a49bef08424b23f79", kill_on_drop: false }` [INFO] [stdout] 7294927cfd85f8d8c0f4bf5fcf4e740f81d2b8503c78004a49bef08424b23f79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1eaaa3ac81a59de13579b66aec1cbc8061d6f9bf86e45c918956bbc2914fcc0 [INFO] running `Command { std: "docker" "start" "-a" "a1eaaa3ac81a59de13579b66aec1cbc8061d6f9bf86e45c918956bbc2914fcc0", kill_on_drop: false }` [INFO] [stderr] Compiling minim v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "a1eaaa3ac81a59de13579b66aec1cbc8061d6f9bf86e45c918956bbc2914fcc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1eaaa3ac81a59de13579b66aec1cbc8061d6f9bf86e45c918956bbc2914fcc0", kill_on_drop: false }` [INFO] [stdout] a1eaaa3ac81a59de13579b66aec1cbc8061d6f9bf86e45c918956bbc2914fcc0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 59236c761785facac3bad0247d9fa7d09d1aa6bd3612cd3569110927c3657808 [INFO] running `Command { std: "docker" "start" "-a" "59236c761785facac3bad0247d9fa7d09d1aa6bd3612cd3569110927c3657808", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/minim-5f6d5385c099d618) [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/minim-3b6fe1a33551026a) [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] [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 minim [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/track.rs - track::Track::compare_by_fields (line 162) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] all doctests ran in 2.37s; merged doctests compilation took 2.12s [INFO] running `Command { std: "docker" "inspect" "59236c761785facac3bad0247d9fa7d09d1aa6bd3612cd3569110927c3657808", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59236c761785facac3bad0247d9fa7d09d1aa6bd3612cd3569110927c3657808", kill_on_drop: false }` [INFO] [stdout] 59236c761785facac3bad0247d9fa7d09d1aa6bd3612cd3569110927c3657808