[INFO] cloning repository https://github.com/mjonuschat/acceleration-control [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mjonuschat/acceleration-control" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjonuschat%2Facceleration-control", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjonuschat%2Facceleration-control'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4d636c404f7d222758fdca8d47e6ad8fe5c12d0e [INFO] testing mjonuschat/acceleration-control against beta-2025-09-21 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjonuschat%2Facceleration-control" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mjonuschat/acceleration-control [INFO] finished tweaking git repo https://github.com/mjonuschat/acceleration-control [INFO] tweaked toml for git repo https://github.com/mjonuschat/acceleration-control written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mjonuschat/acceleration-control 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 git repo https://github.com/mjonuschat/acceleration-control 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] a1c99febaeb298aea9b830ccdfa4643ec749930ae28068d0b755e4f953728260 [INFO] running `Command { std: "docker" "start" "-a" "a1c99febaeb298aea9b830ccdfa4643ec749930ae28068d0b755e4f953728260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a1c99febaeb298aea9b830ccdfa4643ec749930ae28068d0b755e4f953728260", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c99febaeb298aea9b830ccdfa4643ec749930ae28068d0b755e4f953728260", kill_on_drop: false }` [INFO] [stdout] a1c99febaeb298aea9b830ccdfa4643ec749930ae28068d0b755e4f953728260 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2fc1e62a925b0af3c4e69f5db69534f2a976bfbd0dccbe83b8de79b394a3aa14 [INFO] running `Command { std: "docker" "start" "-a" "2fc1e62a925b0af3c4e69f5db69534f2a976bfbd0dccbe83b8de79b394a3aa14", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.76 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling serde v1.0.195 [INFO] [stderr] Compiling libc v0.2.152 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling rustix v0.38.28 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling anstream v0.6.5 [INFO] [stderr] Compiling thiserror v1.0.56 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling winnow v0.5.34 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling syn v2.0.48 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling linux-raw-sys v0.4.12 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling anyhow v1.0.79 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling clap_builder v4.4.15 [INFO] [stderr] Compiling generator v0.7.5 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling counter v0.5.7 [INFO] [stderr] Compiling tempfile v3.9.0 [INFO] [stderr] Compiling serde_derive v1.0.195 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling thiserror-impl v1.0.56 [INFO] [stderr] Compiling enum_dispatch v0.3.12 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling clap v4.4.15 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling toml_edit v0.19.15 [INFO] [stderr] Compiling toml v0.7.8 [INFO] [stderr] Compiling acceleration-control v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gcode.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<'_, (), String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gcode.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<'_, (), String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "2fc1e62a925b0af3c4e69f5db69534f2a976bfbd0dccbe83b8de79b394a3aa14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2fc1e62a925b0af3c4e69f5db69534f2a976bfbd0dccbe83b8de79b394a3aa14", kill_on_drop: false }` [INFO] [stdout] 2fc1e62a925b0af3c4e69f5db69534f2a976bfbd0dccbe83b8de79b394a3aa14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 32a20599c8d111080072855086da7a611c2ce0b42fc8ee069e3af2df971ccf11 [INFO] running `Command { std: "docker" "start" "-a" "32a20599c8d111080072855086da7a611c2ce0b42fc8ee069e3af2df971ccf11", kill_on_drop: false }` [INFO] [stderr] Compiling acceleration-control v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gcode.rs:16:39 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided 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] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<'_, (), String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/gcode.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<(), String> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<'_, (), String> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s [INFO] running `Command { std: "docker" "inspect" "32a20599c8d111080072855086da7a611c2ce0b42fc8ee069e3af2df971ccf11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32a20599c8d111080072855086da7a611c2ce0b42fc8ee069e3af2df971ccf11", kill_on_drop: false }` [INFO] [stdout] 32a20599c8d111080072855086da7a611c2ce0b42fc8ee069e3af2df971ccf11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 1fb8eb135f926341ca54fcc282a77ce546bbe84ed59f2bb1e9b3f8ecd66c46c0 [INFO] running `Command { std: "docker" "start" "-a" "1fb8eb135f926341ca54fcc282a77ce546bbe84ed59f2bb1e9b3f8ecd66c46c0", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gcode.rs:16:39 [INFO] [stderr] | [INFO] [stderr] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<(), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided 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] 16 | pub(crate) fn dump_settings(settings: &AccelerationSettings) -> Generator<'_, (), String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/gcode.rs:31:33 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<(), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) fn dump_stats(stats: &Counter) -> Generator<'_, (), String> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `acceleration-control` (bin "acceleration-control" test) generated 2 warnings (run `cargo fix --bin "acceleration-control" --tests` to apply 2 suggestions) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/acceleration_control-65f0aeeb18023970) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test slicers::slic3r::tests::test_m204_removal ... ok [INFO] [stdout] test slicers::slic3r::tests::test_set_velocity_limit_removal ... ok [INFO] [stdout] test slicers::superslicer::tests::test_superslicer ... ok [INFO] [stdout] test slicers::prusaslicer::tests::test_prusaslicer ... ok [INFO] [stdout] test slicers::orcaslicer::tests::test_orcaslicer ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "1fb8eb135f926341ca54fcc282a77ce546bbe84ed59f2bb1e9b3f8ecd66c46c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fb8eb135f926341ca54fcc282a77ce546bbe84ed59f2bb1e9b3f8ecd66c46c0", kill_on_drop: false }` [INFO] [stdout] 1fb8eb135f926341ca54fcc282a77ce546bbe84ed59f2bb1e9b3f8ecd66c46c0