[INFO] fetching crate egui_timeline 0.3.0... [INFO] testing egui_timeline-0.3.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate egui_timeline 0.3.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate egui_timeline 0.3.0 [INFO] finished tweaking crates.io crate egui_timeline 0.3.0 [INFO] tweaked toml for crates.io crate egui_timeline 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate egui_timeline 0.3.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate egui_timeline 0.3.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9fe708a79eb84cb9273c6157098367806f9ab4d51e54a6c0351ef3eb283484e4 [INFO] running `Command { std: "docker" "start" "-a" "9fe708a79eb84cb9273c6157098367806f9ab4d51e54a6c0351ef3eb283484e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9fe708a79eb84cb9273c6157098367806f9ab4d51e54a6c0351ef3eb283484e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fe708a79eb84cb9273c6157098367806f9ab4d51e54a6c0351ef3eb283484e4", kill_on_drop: false }` [INFO] [stdout] 9fe708a79eb84cb9273c6157098367806f9ab4d51e54a6c0351ef3eb283484e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0ec12da87ff94ca45d6453dc2f8383568db62d2d0f724ea36ea1b4a7f817e4a3 [INFO] running `Command { std: "docker" "start" "-a" "0ec12da87ff94ca45d6453dc2f8383568db62d2d0f724ea36ea1b4a7f817e4a3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.167 [INFO] [stderr] Compiling ttf-parser v0.25.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling emath v0.29.1 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling epaint_default_fonts v0.29.1 [INFO] [stderr] Compiling ecolor v0.29.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling owned_ttf_parser v0.25.0 [INFO] [stderr] Compiling ab_glyph v0.2.29 [INFO] [stderr] Compiling epaint v0.29.1 [INFO] [stderr] Compiling egui v0.29.1 [INFO] [stderr] Compiling egui_plot v0.29.0 [INFO] [stderr] Compiling egui_timeline v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:23 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.55s [INFO] running `Command { std: "docker" "inspect" "0ec12da87ff94ca45d6453dc2f8383568db62d2d0f724ea36ea1b4a7f817e4a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ec12da87ff94ca45d6453dc2f8383568db62d2d0f724ea36ea1b4a7f817e4a3", kill_on_drop: false }` [INFO] [stdout] 0ec12da87ff94ca45d6453dc2f8383568db62d2d0f724ea36ea1b4a7f817e4a3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 41e7ae6a2f1aa3016dc747fae8a3216bb2a8568e4e9f925cf85c31d9d6fdceb7 [INFO] running `Command { std: "docker" "start" "-a" "41e7ae6a2f1aa3016dc747fae8a3216bb2a8568e4e9f925cf85c31d9d6fdceb7", kill_on_drop: false }` [INFO] [stderr] Compiling egui_timeline v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:23 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:359:23 [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "41e7ae6a2f1aa3016dc747fae8a3216bb2a8568e4e9f925cf85c31d9d6fdceb7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41e7ae6a2f1aa3016dc747fae8a3216bb2a8568e4e9f925cf85c31d9d6fdceb7", kill_on_drop: false }` [INFO] [stdout] 41e7ae6a2f1aa3016dc747fae8a3216bb2a8568e4e9f925cf85c31d9d6fdceb7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 42cb8e171f8111f4c32214f6b4dec0267234981b048254b9aa271fabf94e6e80 [INFO] running `Command { std: "docker" "start" "-a" "42cb8e171f8111f4c32214f6b4dec0267234981b048254b9aa271fabf94e6e80", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:359:23 [INFO] [stderr] | [INFO] [stderr] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot { [INFO] [stderr] | ^^^^^ the lifetime is elided here ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 359 | pub fn plot_ticks(&self, id_source: impl Hash, y: RangeInclusive) -> plot::Plot<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `egui_timeline` (lib) generated 1 warning (run `cargo fix --lib -p egui_timeline` to apply 1 suggestion) [INFO] [stderr] warning: `egui_timeline` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/egui_timeline-5d94d19c650d5765) [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 egui_timeline [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" "42cb8e171f8111f4c32214f6b4dec0267234981b048254b9aa271fabf94e6e80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42cb8e171f8111f4c32214f6b4dec0267234981b048254b9aa271fabf94e6e80", kill_on_drop: false }` [INFO] [stdout] 42cb8e171f8111f4c32214f6b4dec0267234981b048254b9aa271fabf94e6e80