Skip to content

added calendar barchart and block examples #54

added calendar barchart and block examples

added calendar barchart and block examples #54

Triggered via pull request April 20, 2024 13:19
Status Failure
Total duration 7m 13s
Artifacts

rust.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

57 errors and 54 warnings
Rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Check wasm32: src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
Check wasm32: src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
Check wasm32: src/wasm_runner.rs#L34
unused variable: `eapp`
Check wasm32
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
trunk
Process completed with exit code 1.
Clippy: src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
Clippy: src/ratagui_backend.rs#L127
this `if` statement can be collapsed
Clippy: src/ratagui_backend.rs#L132
this `if` statement can be collapsed
Clippy: src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
Clippy: src/wasm_runner.rs#L15
unused variable: `eapp`
Clippy: src/ratagui_backend.rs#L129
using `clone` on type `Color32` which implements the `Copy` trait
Clippy: src/ratagui_backend.rs#L134
using `clone` on type `Color32` which implements the `Copy` trait
Clippy: src/ratagui_backend.rs#L144
this looks like you are swapping `tf_bg_color` and `tf_fg_color` manually
Clippy: src/ratagui_backend.rs#L149
using `clone` on type `Color32` which implements the `Copy` trait
Clippy: src/ratagui_backend.rs#L237
using `clone` on type `u16` which implements the `Copy` trait
Check: src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
Check: src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
Check: src/wasm_runner.rs#L15
unused variable: `eapp`
Check
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
build (macos-latest, aarch64-apple-darwin): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (macos-latest, aarch64-apple-darwin): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (macos-latest, aarch64-apple-darwin): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (macos-latest, aarch64-apple-darwin)
could not compile `ratframe` (lib) due to 4 previous errors
build (macos-latest, aarch64-apple-darwin)
The process 'cross' failed with exit code 101
build (ubuntu-latest, arm-unknown-linux-musleabihf): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (ubuntu-latest, arm-unknown-linux-musleabihf): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (ubuntu-latest, arm-unknown-linux-musleabihf): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (ubuntu-latest, arm-unknown-linux-musleabihf)
The process 'cross' failed with exit code 101
build (ubuntu-latest, armv7-unknown-linux-musleabihf): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (ubuntu-latest, armv7-unknown-linux-musleabihf): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (ubuntu-latest, armv7-unknown-linux-musleabihf): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (ubuntu-latest, armv7-unknown-linux-musleabihf)
The process 'cross' failed with exit code 101
build (windows-latest, x86_64-pc-windows-msvc, .exe): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (windows-latest, x86_64-pc-windows-msvc, .exe): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (windows-latest, x86_64-pc-windows-msvc, .exe): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (windows-latest, x86_64-pc-windows-msvc, .exe)
could not compile `ratframe` (lib) due to 4 previous errors
build (windows-latest, x86_64-pc-windows-msvc, .exe)
The process 'cross' failed with exit code 101
build (ubuntu-latest, x86_64-unknown-linux-musl): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (ubuntu-latest, x86_64-unknown-linux-musl): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (ubuntu-latest, x86_64-unknown-linux-musl): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (ubuntu-latest, x86_64-unknown-linux-musl)
The process 'cross' failed with exit code 101
Test Suite: src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
Test Suite: src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
Test Suite: src/wasm_runner.rs#L15
unused variable: `eapp`
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
build (macos-latest, x86_64-apple-darwin): src/ratagui_backend.rs#L47
unnecessary parentheses around assigned value
build (macos-latest, x86_64-apple-darwin): src/wasm_runner.rs#L1
warn(rust_2018_idioms) is ignored unless specified at crate level
build (macos-latest, x86_64-apple-darwin): src/wasm_runner.rs#L2
crate-level attribute should be in the root module
build (macos-latest, x86_64-apple-darwin)
could not compile `ratframe` (lib) due to 4 previous errors
build (macos-latest, x86_64-apple-darwin)
The process 'cross' failed with exit code 101
Rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check wasm32
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check wasm32
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check wasm32
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check wasm32
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check wasm32
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check wasm32
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
trunk
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
trunk
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
trunk
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
trunk
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
trunk
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
trunk
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, aarch64-apple-darwin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, aarch64-apple-darwin)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, arm-unknown-linux-musleabihf)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, arm-unknown-linux-musleabihf)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, arm-unknown-linux-musleabihf)
dropping unsupported crate type `cdylib` for target `arm-unknown-linux-musleabihf`
build (ubuntu-latest, arm-unknown-linux-musleabihf)
`ratframe` (lib) generated 1 warning
build (ubuntu-latest, armv7-unknown-linux-musleabihf)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, armv7-unknown-linux-musleabihf)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, armv7-unknown-linux-musleabihf)
dropping unsupported crate type `cdylib` for target `armv7-unknown-linux-musleabihf`
build (ubuntu-latest, armv7-unknown-linux-musleabihf)
`ratframe` (lib) generated 1 warning
build (windows-latest, x86_64-pc-windows-msvc, .exe)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest, x86_64-pc-windows-msvc, .exe)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, x86_64-unknown-linux-musl)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest, x86_64-unknown-linux-musl)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, x86_64-unknown-linux-musl)
dropping unsupported crate type `cdylib` for target `x86_64-unknown-linux-musl`
build (ubuntu-latest, x86_64-unknown-linux-musl)
`ratframe` (lib) generated 1 warning
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (macos-latest, x86_64-apple-darwin)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (macos-latest, x86_64-apple-darwin)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1.0.1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/