[INFO] cloning repository https://github.com/elonaire/visualize-yew
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elonaire/visualize-yew" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felonaire%2Fvisualize-yew", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felonaire%2Fvisualize-yew'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 42d956a00f774b6cfc1dbe6f490d3628e76a3211
[INFO] testing elonaire/visualize-yew against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felonaire%2Fvisualize-yew" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/elonaire/visualize-yew
[INFO] finished tweaking git repo https://github.com/elonaire/visualize-yew
[INFO] tweaked toml for git repo https://github.com/elonaire/visualize-yew written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elonaire/visualize-yew on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elonaire/visualize-yew 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gloo-utils v0.1.7
[INFO] [stderr]   Downloaded gloo-worker v0.2.1
[INFO] [stderr]   Downloaded gloo-render v0.2.0
[INFO] [stderr]   Downloaded gloo-timers v0.2.6
[INFO] [stderr]   Downloaded pinned v0.1.0
[INFO] [stderr]   Downloaded gloo-worker v0.5.0
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.42
[INFO] [stderr]   Downloaded gloo-dialogs v0.2.0
[INFO] [stderr]   Downloaded gloo-history v0.2.2
[INFO] [stderr]   Downloaded implicit-clone v0.4.9
[INFO] [stderr]   Downloaded gloo-net v0.4.0
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.42
[INFO] [stderr]   Downloaded cc v1.0.99
[INFO] [stderr]   Downloaded serde-wasm-bindgen v0.5.0
[INFO] [stderr]   Downloaded gloo-net v0.3.1
[INFO] [stderr]   Downloaded anymap2 v0.13.0
[INFO] [stderr]   Downloaded yew v0.21.0
[INFO] [stderr]   Downloaded yew-macro v0.21.0
[INFO] [stderr]   Downloaded gloo-worker-macros v0.1.0
[INFO] [stderr]   Downloaded prokio v0.1.0
[INFO] [stderr]   Downloaded gloo-file v0.3.0
[INFO] [stderr]   Downloaded gloo-storage v0.3.0
[INFO] [stderr]   Downloaded gloo-console v0.3.0
[INFO] [stderr]   Downloaded object v0.36.0
[INFO] [stderr]   Downloaded implicit-clone-derive v0.1.1
[INFO] [stderr]   Downloaded gloo-file v0.2.3
[INFO] [stderr]   Downloaded gloo v0.8.1
[INFO] [stderr]   Downloaded gloo-events v0.1.2
[INFO] [stderr]   Downloaded gloo-history v0.1.5
[INFO] [stderr]   Downloaded gloo v0.10.0
[INFO] [stderr]   Downloaded gloo v0.11.0
[INFO] [stderr]   Downloaded gloo-render v0.1.1
[INFO] [stderr]   Downloaded gloo-storage v0.2.2
[INFO] [stderr]   Downloaded gloo-console v0.2.3
[INFO] [stderr]   Downloaded gloo-events v0.2.0
[INFO] [stderr]   Downloaded gloo-worker v0.4.0
[INFO] [stderr]   Downloaded gloo-dialogs v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0da10d72b13a85768c348a604995cd3d3acba4ecbeb5328ffc194e0edcb281cf
[INFO] running `Command { std: "docker" "start" "-a" "0da10d72b13a85768c348a604995cd3d3acba4ecbeb5328ffc194e0edcb281cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0da10d72b13a85768c348a604995cd3d3acba4ecbeb5328ffc194e0edcb281cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0da10d72b13a85768c348a604995cd3d3acba4ecbeb5328ffc194e0edcb281cf", kill_on_drop: false }`
[INFO] [stdout] 0da10d72b13a85768c348a604995cd3d3acba4ecbeb5328ffc194e0edcb281cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74ba070afdd93414b2bb4eafcf21b7a013df4b765eced6f6e262e8b13076d2b8
[INFO] running `Command { std: "docker" "start" "-a" "74ba070afdd93414b2bb4eafcf21b7a013df4b765eced6f6e262e8b13076d2b8", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.92
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling boolinator v2.4.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling gloo-worker-macros v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling implicit-clone-derive v0.1.1
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling implicit-clone v0.4.9
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling yew-macro v0.21.0
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling js-sys v0.3.69
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling pinned v0.1.0
[INFO] [stderr]    Compiling prokio v0.1.0
[INFO] [stderr]    Compiling web-sys v0.3.69
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.42
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling gloo-utils v0.2.0
[INFO] [stderr]    Compiling gloo-events v0.2.0
[INFO] [stderr]    Compiling gloo-dialogs v0.2.0
[INFO] [stderr]    Compiling gloo-render v0.2.0
[INFO] [stderr]    Compiling gloo-storage v0.3.0
[INFO] [stderr]    Compiling gloo-history v0.2.2
[INFO] [stderr]    Compiling gloo-file v0.3.0
[INFO] [stderr]    Compiling gloo-console v0.3.0
[INFO] [stderr]    Compiling gloo-worker v0.4.0
[INFO] [stderr]    Compiling gloo-net v0.4.0
[INFO] [stderr]    Compiling gloo-net v0.5.0
[INFO] [stderr]    Compiling gloo-worker v0.5.0
[INFO] [stderr]    Compiling gloo v0.11.0
[INFO] [stderr]    Compiling gloo v0.10.0
[INFO] [stderr]    Compiling yew v0.21.0
[INFO] [stderr]    Compiling visualize-yew v0.21.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] running `Command { std: "docker" "inspect" "74ba070afdd93414b2bb4eafcf21b7a013df4b765eced6f6e262e8b13076d2b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74ba070afdd93414b2bb4eafcf21b7a013df4b765eced6f6e262e8b13076d2b8", kill_on_drop: false }`
[INFO] [stdout] 74ba070afdd93414b2bb4eafcf21b7a013df4b765eced6f6e262e8b13076d2b8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 08079b07e25dd3077b2d037028a65b780083c835bcd6691b9b47388d9539595b
[INFO] running `Command { std: "docker" "start" "-a" "08079b07e25dd3077b2d037028a65b780083c835bcd6691b9b47388d9539595b", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.42
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.42
[INFO] [stderr]    Compiling visualize-yew v0.21.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.92s
[INFO] running `Command { std: "docker" "inspect" "08079b07e25dd3077b2d037028a65b780083c835bcd6691b9b47388d9539595b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08079b07e25dd3077b2d037028a65b780083c835bcd6691b9b47388d9539595b", kill_on_drop: false }`
[INFO] [stdout] 08079b07e25dd3077b2d037028a65b780083c835bcd6691b9b47388d9539595b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fa4664e86f8a272c8b7800812196213baeac64df8c64fc5b13656642195fda93
[INFO] running `Command { std: "docker" "start" "-a" "fa4664e86f8a272c8b7800812196213baeac64df8c64fc5b13656642195fda93", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/visualize_yew-e4c46c77d43a627d)
[INFO] [stderr]    Doc-tests visualize_yew
[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] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 33) ... FAILED
[INFO] [stdout] test src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChartProps (line 16) ... FAILED
[INFO] [stdout] test src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 28) ... FAILED
[INFO] [stdout] test src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 28) ... FAILED
[INFO] [stdout] test src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 33) ... FAILED
[INFO] [stdout] test src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart (line 51) ... FAILED
[INFO] [stdout] test src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart (line 75) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 20) ... FAILED
[INFO] [stdout] test src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart::run::inner (line 51) ... FAILED
[INFO] [stdout] test src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart::run::inner (line 75) ... FAILED
[INFO] [stdout] test src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart (line 41) ... FAILED
[INFO] [stdout] test src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart::run::inner (line 41) ... FAILED
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 33) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DoughnutChartProps` in this scope
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 | let props = DoughnutChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use visualize_yew::charts::doughnut_chart::doughnut_chart::DoughnutChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DoughnutChartConfigs` in this scope
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |    config: DoughnutChartConfigs {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use visualize_yew::charts::doughnut_chart::doughnut_chart::DoughnutChartConfigs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChartProps (line 16) stdout ----
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:17:2
[INFO] [stdout]    |
[INFO] [stdout] 17 | (String, i32, String)
[INFO] [stdout]    |  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found builtin type `i32`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 | (String, i32, String)
[INFO] [stdout]    |          ^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:17:15
[INFO] [stdout]    |
[INFO] [stdout] 17 | (String, i32, String)
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 28) stdout ----
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:2
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found builtin type `i32`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |          ^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 28) stdout ----
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:2
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found builtin type `i32`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |          ^^^ not a value
[INFO] [stdout] 
[INFO] [stdout] error[E0423]: expected value, found struct `String`
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 | (String, i32, String)
[INFO] [stdout]    |               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/alloc/src/string.rs:353:0
[INFO] [stdout]    |
[INFO] [stdout]    = note: `String` defined here
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0423`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 33) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DoughnutChartProps` in this scope
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 | let props = DoughnutChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use visualize_yew::charts::doughnut_chart::doughnut_chart::DoughnutChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DoughnutChartConfigs` in this scope
[INFO] [stdout]   --> src/charts/doughnut_chart/doughnut_chart.rs:40:12
[INFO] [stdout]    |
[INFO] [stdout] 40 |    config: DoughnutChartConfigs {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 33 + use visualize_yew::charts::doughnut_chart::doughnut_chart::DoughnutChartConfigs;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart (line 51) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:53:6
[INFO] [stdout]    |
[INFO] [stdout] 53 |      DataPoint::new("A", 10),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:54:6
[INFO] [stdout]    |
[INFO] [stdout] 54 |      DataPoint::new("B", 20),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:55:6
[INFO] [stdout]    |
[INFO] [stdout] 55 |      DataPoint::new("C", 15),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BarChartProps` in this scope
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:58:14
[INFO] [stdout]    |
[INFO] [stdout] 58 |  let props = BarChartProps {
[INFO] [stdout]    |              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::BarChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BarChartConfig`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 |      config: BarChartConfig::new("blue", "gray", "black"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ use of undeclared type `BarChartConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::BarChartConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart (line 75) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineCurveChartProps` in this scope
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 | let props = LineCurveChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::LineCurveChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Series`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 79 |              Series::new("Dataset 1", "#ff0000"),
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Series`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::Series;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |                  DataPoint::new(10),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |                  DataPoint::new(20),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 83 |                  DataPoint::new(15),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |                  DataPoint::new(40),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |                  DataPoint::new(30),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Series`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:89:14
[INFO] [stdout]    |
[INFO] [stdout] 89 |              Series::new("Dataset 2", "#00ff00"),
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Series`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::Series;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:91:18
[INFO] [stdout]    |
[INFO] [stdout] 91 |                  DataPoint::new(50),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |                  DataPoint::new(40),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |                  DataPoint::new(30),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |                  DataPoint::new(35),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:95:18
[INFO] [stdout]    |
[INFO] [stdout] 95 |                  DataPoint::new(20),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineCurveChartConfig` in this scope
[INFO] [stdout]    --> src/charts/line_chart/line_chart.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 103 |      config: LineCurveChartConfig {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  75 + use visualize_yew::charts::line_chart::line_chart::LineCurveChartConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 20) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `visualize_yew::pie_chart`
[INFO] [stdout]   --> src/lib.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 | use visualize_yew::pie_chart::{DataPoint as PieChartData, PieChart};
[INFO] [stdout]    |                    ^^^^^^^^^ could not find `pie_chart` in `visualize_yew`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[cfg(feature = "PieChart")]
[INFO] [stdout]    |       -------------------- the item is gated behind the `PieChart` feature
[INFO] [stdout] ...
[INFO] [stdout] 56 | pub use charts::pie_chart::pie_chart;
[INFO] [stdout]    |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `function_component` in this scope
[INFO] [stdout]   --> src/lib.rs:24:3
[INFO] [stdout]    |
[INFO] [stdout] 24 | #[function_component]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this attribute macro
[INFO] [stdout]    |
[INFO] [stdout] 19 + use yew::function_component;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `html` in this scope
[INFO] [stdout]   --> src/lib.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     html! {
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout] 19 + use yew::html;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Html` in this scope
[INFO] [stdout]   --> src/lib.rs:25:14
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn Home() -> Html {
[INFO] [stdout]    |              ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 19 + use yew::Html;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PieChartConfig`
[INFO] [stdout]   --> src/lib.rs:26:32
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let mut pie_chart_config = PieChartConfig::default();
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ use of undeclared type `PieChartConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 19 + use visualize_yew::charts::pie_chart::pie_chart::PieChartConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart::run::inner (line 51) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:53:6
[INFO] [stdout]    |
[INFO] [stdout] 53 |      DataPoint::new("A", 10),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:54:6
[INFO] [stdout]    |
[INFO] [stdout] 54 |      DataPoint::new("B", 20),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:55:6
[INFO] [stdout]    |
[INFO] [stdout] 55 |      DataPoint::new("C", 15),
[INFO] [stdout]    |      ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `BarChartProps` in this scope
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:58:14
[INFO] [stdout]    |
[INFO] [stdout] 58 |  let props = BarChartProps {
[INFO] [stdout]    |              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::BarChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BarChartConfig`
[INFO] [stdout]   --> src/charts/bar_chart/bar_chart.rs:60:14
[INFO] [stdout]    |
[INFO] [stdout] 60 |      config: BarChartConfig::new("blue", "gray", "black"),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ use of undeclared type `BarChartConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 51 + use visualize_yew::bar_chart::BarChartConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart::run::inner (line 75) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineCurveChartProps` in this scope
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:76:13
[INFO] [stdout]    |
[INFO] [stdout] 76 | let props = LineCurveChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::LineCurveChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Series`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:79:14
[INFO] [stdout]    |
[INFO] [stdout] 79 |              Series::new("Dataset 1", "#ff0000"),
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Series`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::Series;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:81:18
[INFO] [stdout]    |
[INFO] [stdout] 81 |                  DataPoint::new(10),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |                  DataPoint::new(20),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 83 |                  DataPoint::new(15),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |                  DataPoint::new(40),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:85:18
[INFO] [stdout]    |
[INFO] [stdout] 85 |                  DataPoint::new(30),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Series`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:89:14
[INFO] [stdout]    |
[INFO] [stdout] 89 |              Series::new("Dataset 2", "#00ff00"),
[INFO] [stdout]    |              ^^^^^^ use of undeclared type `Series`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::Series;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:91:18
[INFO] [stdout]    |
[INFO] [stdout] 91 |                  DataPoint::new(50),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |                  DataPoint::new(40),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |                  DataPoint::new(30),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:94:18
[INFO] [stdout]    |
[INFO] [stdout] 94 |                  DataPoint::new(35),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/line_chart/line_chart.rs:95:18
[INFO] [stdout]    |
[INFO] [stdout] 95 |                  DataPoint::new(20),
[INFO] [stdout]    |                  ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 75 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineCurveChartConfig` in this scope
[INFO] [stdout]    --> src/charts/line_chart/line_chart.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 103 |      config: LineCurveChartConfig {
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]  75 + use visualize_yew::charts::line_chart::line_chart::LineCurveChartConfig;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 14 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart (line 41) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PieChartProps` in this scope
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 | let props = PieChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::PieChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 |          DataPoint::new("A", 10, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 |          DataPoint::new("B", 20, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |          DataPoint::new("C", 30, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 |          DataPoint::new("D", 40, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PieChartConfig`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |      config: PieChartConfig::default(),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ use of undeclared type `PieChartConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::PieChartConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart::run::inner (line 41) stdout ----
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `PieChartProps` in this scope
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:42:13
[INFO] [stdout]    |
[INFO] [stdout] 42 | let props = PieChartProps {
[INFO] [stdout]    |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::PieChartProps;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 |          DataPoint::new("A", 10, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 |          DataPoint::new("B", 20, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:46:10
[INFO] [stdout]    |
[INFO] [stdout] 46 |          DataPoint::new("C", 30, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `DataPoint`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:47:10
[INFO] [stdout]    |
[INFO] [stdout] 47 |          DataPoint::new("D", 40, ""),
[INFO] [stdout]    |          ^^^^^^^^^ use of undeclared type `DataPoint`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::bar_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::line_chart::line_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::DataPoint;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PieChartConfig`
[INFO] [stdout]   --> src/charts/pie_chart/pie_chart.rs:49:14
[INFO] [stdout]    |
[INFO] [stdout] 49 |      config: PieChartConfig::default(),
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ use of undeclared type `PieChartConfig`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 41 + use visualize_yew::charts::pie_chart::pie_chart::PieChartConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart (line 51)
[INFO] [stdout]     src/charts/bar_chart/bar_chart.rs - charts::bar_chart::bar_chart::BarChart::run::inner (line 51)
[INFO] [stdout]     src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 28)
[INFO] [stdout]     src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart (line 33)
[INFO] [stdout]     src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 28)
[INFO] [stdout]     src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChart::run::inner (line 33)
[INFO] [stdout]     src/charts/doughnut_chart/doughnut_chart.rs - charts::doughnut_chart::doughnut_chart::DoughnutChartProps (line 16)
[INFO] [stdout]     src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart (line 75)
[INFO] [stdout]     src/charts/line_chart/line_chart.rs - charts::line_chart::line_chart::LineCurveChart::run::inner (line 75)
[INFO] [stdout]     src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart (line 41)
[INFO] [stdout]     src/charts/pie_chart/pie_chart.rs - charts::pie_chart::pie_chart::PieChart::run::inner (line 41)
[INFO] [stdout]     src/lib.rs - (line 20)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "fa4664e86f8a272c8b7800812196213baeac64df8c64fc5b13656642195fda93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa4664e86f8a272c8b7800812196213baeac64df8c64fc5b13656642195fda93", kill_on_drop: false }`
[INFO] [stdout] fa4664e86f8a272c8b7800812196213baeac64df8c64fc5b13656642195fda93
