[INFO] fetching crate embedded-charts 0.3.0... [INFO] testing embedded-charts-0.3.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate embedded-charts 0.3.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate embedded-charts 0.3.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate embedded-charts 0.3.0 [INFO] tweaked toml for crates.io crate embedded-charts 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate embedded-charts 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 embedded-charts 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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 7ca17f1b45a0debf4a8542b9e4bd72fe41135826a518de0035b87ef81324e3c1 [INFO] running `Command { std: "docker" "start" "-a" "7ca17f1b45a0debf4a8542b9e4bd72fe41135826a518de0035b87ef81324e3c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7ca17f1b45a0debf4a8542b9e4bd72fe41135826a518de0035b87ef81324e3c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ca17f1b45a0debf4a8542b9e4bd72fe41135826a518de0035b87ef81324e3c1", kill_on_drop: false }` [INFO] [stdout] 7ca17f1b45a0debf4a8542b9e4bd72fe41135826a518de0035b87ef81324e3c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 769981cc7c6f9d8e6b396424ea8d616531594161e04fb8ce6ad11c50d4993061 [INFO] running `Command { std: "docker" "start" "-a" "769981cc7c6f9d8e6b396424ea8d616531594161e04fb8ce6ad11c50d4993061", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling micromath v2.1.0 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling embedded-graphics-core v0.4.0 [INFO] [stderr] Compiling embedded-graphics v0.8.1 [INFO] [stderr] Compiling embedded-charts v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `StandardLegendRenderer` is never constructed [INFO] [stdout] --> src/legend/traits.rs:313:20 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct StandardLegendRenderer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/legend/traits.rs:319:20 [INFO] [stdout] | [INFO] [stdout] 317 | impl StandardLegendRenderer { [INFO] [stdout] | --------------------------------------------- associated function in this implementation [INFO] [stdout] 318 | /// Create a new standard legend renderer [INFO] [stdout] 319 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data/series.rs:517:24 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn iter_series(&self) -> core::slice::Iter> { [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] 517 | pub fn iter_series(&self) -> core::slice::Iter<'_, StaticDataSeries> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/heapless_utils.rs:391:17 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn iter(&self) -> CircularBufferIter { [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] 391 | pub fn iter(&self) -> CircularBufferIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s [INFO] running `Command { std: "docker" "inspect" "769981cc7c6f9d8e6b396424ea8d616531594161e04fb8ce6ad11c50d4993061", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "769981cc7c6f9d8e6b396424ea8d616531594161e04fb8ce6ad11c50d4993061", kill_on_drop: false }` [INFO] [stdout] 769981cc7c6f9d8e6b396424ea8d616531594161e04fb8ce6ad11c50d4993061 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e641240f7a6c91bb7b77f0e5d8b1db52912fc1b472cc18552e74bdebdd09b48c [INFO] running `Command { std: "docker" "start" "-a" "e641240f7a6c91bb7b77f0e5d8b1db52912fc1b472cc18552e74bdebdd09b48c", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling bitstream-io v2.6.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling imgref v1.11.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling weezl v0.1.10 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling sdl2-sys v0.37.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling avif-serialize v0.8.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling sdl2 v0.37.0 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling rgb v0.8.50 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling zune-jpeg v0.4.14 [INFO] [stderr] Compiling flate2 v1.1.1 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling embedded-graphics v0.8.1 [INFO] [stderr] Compiling image-webp v0.2.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling png v0.17.16 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling aliasable v0.1.3 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling av1-grain v0.2.4 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling embedded-charts v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling profiling-procmacros v1.0.16 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling ouroboros_macro v0.18.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling ouroboros v0.18.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stdout] warning: struct `StandardLegendRenderer` is never constructed [INFO] [stdout] --> src/legend/traits.rs:313:20 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct StandardLegendRenderer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/legend/traits.rs:319:20 [INFO] [stdout] | [INFO] [stdout] 317 | impl StandardLegendRenderer { [INFO] [stdout] | --------------------------------------------- associated function in this implementation [INFO] [stdout] 318 | /// Create a new standard legend renderer [INFO] [stdout] 319 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/data/series.rs:517:24 [INFO] [stdout] | [INFO] [stdout] 517 | pub fn iter_series(&self) -> core::slice::Iter> { [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] 517 | pub fn iter_series(&self) -> core::slice::Iter<'_, StaticDataSeries> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/heapless_utils.rs:391:17 [INFO] [stdout] | [INFO] [stdout] 391 | pub fn iter(&self) -> CircularBufferIter { [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] 391 | pub fn iter(&self) -> CircularBufferIter<'_, T, N> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling ravif v0.11.12 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling embedded-graphics-simulator v0.7.0 [INFO] [stderr] error: could not compile `embedded-charts` (example "multi_series_dashboard") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name multi_series_dashboard --edition=2021 examples/interactive/multi_series_dashboard.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=2fed908833387115 -C extra-filename=-e4beddd17b2b7d41 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `embedded-charts` (example "simple_animation_demo") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name simple_animation_demo --edition=2021 examples/basic/simple_animation_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=3c820fa523c9b09c -C extra-filename=-c439cab6bd6dbbb1 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `embedded-charts` (example "bar_chart") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name bar_chart --edition=2021 examples/basic/bar_chart.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=a1448ad2bb882dd7 -C extra-filename=-5fda7c45e63b938b --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `embedded-charts` (example "unified_streaming_demo") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name unified_streaming_demo --edition=2021 examples/interactive/unified_streaming_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=8edf035de7205e3b -C extra-filename=-74e27a1cffc705e7 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `embedded-charts` (example "data_aggregation_demo") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name data_aggregation_demo --edition=2021 examples/basic/data_aggregation_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=9de8c6fc7a554fdd -C extra-filename=-5df5e03f9a62e977 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `embedded-charts` (example "data_transition_demo") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name data_transition_demo --edition=2021 examples/basic/data_transition_demo.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=a0e633b22d72cf7b -C extra-filename=-75281454df7f1e1f --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `embedded-charts` (example "temperature_monitor") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustc --crate-name temperature_monitor --edition=2021 examples/basic/temperature_monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="animations"' --cfg 'feature="bar"' --cfg 'feature="basic-charts"' --cfg 'feature="default"' --cfg 'feature="donut"' --cfg 'feature="floating-point"' --cfg 'feature="integer-math"' --cfg 'feature="line"' --cfg 'feature="micromath"' --cfg 'feature="pie"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("advanced-charts", "animations", "anti-aliasing", "bar", "basic-charts", "capture", "color-support", "cordic", "cordic-math", "custom", "default", "donut", "embedded-graphics-simulator", "fixed", "fixed-point", "floating-point", "gauge", "integer-math", "libm", "libm-math", "line", "micromath", "minimal-memory", "nb", "no_std", "pie", "scatter", "smooth-curves", "stacked-bars", "stacked-charts", "stacked-lines", "static-only", "std"))' -C metadata=8e273322a23cd2d5 -C extra-filename=-b4f21a203617c2d3 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern criterion=/opt/rustwide/target/debug/deps/libcriterion-60a259a084c702bb.rlib --extern embedded_charts=/opt/rustwide/target/debug/deps/libembedded_charts-ca83344f763c01f2.rlib --extern embedded_graphics=/opt/rustwide/target/debug/deps/libembedded_graphics-5831a5af001a1caf.rlib --extern embedded_graphics_simulator=/opt/rustwide/target/debug/deps/libembedded_graphics_simulator-582365892af4050b.rlib --extern heapless=/opt/rustwide/target/debug/deps/libheapless-1ff1876eef85036d.rlib --extern image=/opt/rustwide/target/debug/deps/libimage-1cc8765b17d31bcd.rlib --extern micromath=/opt/rustwide/target/debug/deps/libmicromath-695f8849cb6d4039.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e641240f7a6c91bb7b77f0e5d8b1db52912fc1b472cc18552e74bdebdd09b48c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e641240f7a6c91bb7b77f0e5d8b1db52912fc1b472cc18552e74bdebdd09b48c", kill_on_drop: false }` [INFO] [stdout] e641240f7a6c91bb7b77f0e5d8b1db52912fc1b472cc18552e74bdebdd09b48c