Skip to content

new drawing api

new drawing api #1433

Triggered via push August 19, 2024 19:48
Status Failure
Total duration 1m 19s
Artifacts

rust.yml

on: push
cargo fmt
7s
cargo fmt
Matrix: Cross-compile
Fit to window
Zoom out
Zoom in

Annotations

50 errors and 45 warnings
cargo fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Cross-compile (macos-latest, x86_64-apple-darwin): tests/coroutine_pause.rs#L2
failed to resolve: could not find `experimental` in `macroquad`
Cross-compile (macos-latest, x86_64-apple-darwin): tests/coroutine_pause.rs#L2
unresolved import `macroquad::experimental`
Cross-compile (macos-latest, x86_64-apple-darwin): tests/coroutine_pause.rs#L9
failed to resolve: could not find `test` in `macroquad`
Cross-compile (macos-latest, x86_64-apple-darwin): tests/coroutine_pause.rs#L22
failed to resolve: could not find `test` in `macroquad`
Cross-compile (macos-latest, x86_64-apple-darwin): tests/coroutine_pause.rs#L60
failed to resolve: could not find `test` in `macroquad`
Cross-compile (macos-latest, x86_64-apple-darwin)
could not compile `macroquad` (test "coroutine_pause") due to 5 previous errors
Cross-compile (macos-latest, x86_64-apple-darwin): examples/basic_shapes_compat.rs#L9
cannot find function `draw_line` in this scope
Cross-compile (macos-latest, x86_64-apple-darwin): examples/basic_shapes_compat.rs#L10
cannot find function `draw_rectangle` in this scope
Cross-compile (macos-latest, x86_64-apple-darwin): examples/basic_shapes_compat.rs#L11
cannot find function `draw_circle` in this scope
Cross-compile (macos-latest, x86_64-apple-darwin): examples/basic_shapes_compat.rs#L12
cannot find function `draw_text` in this scope
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/forest.rs#L3
unresolved imports `macroquad::prelude`, `macroquad::scene`, `macroquad::sprite_layer`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/ui.rs#L39
this method takes 3 arguments but 0 arguments were supplied
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): tests/back_to_the_future_coroutines.rs#L3
failed to resolve: could not find `prelude` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): tests/back_to_the_future_coroutines.rs#L8
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
could not compile `macroquad` (test "back_to_the_future_coroutines") due to 3 previous errors
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/forest.rs#L258
cannot add `_` to `mint::vector::Point3<f32>`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
could not compile `macroquad` (example "forest") due to 3 previous errors
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_values.rs#L1
failed to resolve: could not find `experimental` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/forest.rs#L3
unresolved imports `macroquad::prelude`, `macroquad::scene`, `macroquad::sprite_layer`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_values.rs#L22
unresolved import `macroquad::prelude`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_values.rs#L3
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_values.rs#L20
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
could not compile `macroquad` (test "coroutine_values") due to 4 previous errors
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
could not compile `macroquad` (example "gizmos") due to 1 previous error
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/forest.rs#L258
cannot add `_` to `mint::vector::Point3<f32>`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/back_to_the_future.rs#L3
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/coroutine_pause.rs#L2
failed to resolve: could not find `experimental` in `macroquad`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): examples/gltf2.rs#L1
unresolved imports `macroquad::prelude`, `macroquad::sprite_layer`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/coroutine_pause.rs#L2
unresolved import `macroquad::experimental`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/coroutine_pause.rs#L9
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/coroutine_pause.rs#L22
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): tests/coroutine_pause.rs#L60
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
could not compile `macroquad` (test "back_to_the_future") due to 1 previous error
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
could not compile `macroquad` (example "gltf2") due to 1 previous error
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/coroutine_pause.rs#L2
failed to resolve: could not find `experimental` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/coroutine_pause.rs#L2
unresolved import `macroquad::experimental`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/coroutine_pause.rs#L9
failed to resolve: could not find `test` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/coroutine_pause.rs#L22
failed to resolve: could not find `test` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/coroutine_pause.rs#L60
failed to resolve: could not find `test` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
could not compile `macroquad` (test "coroutine_pause") due to 5 previous errors
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/basic_shapes_compat.rs#L9
cannot find function `draw_line` in this scope
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/basic_shapes_compat.rs#L10
cannot find function `draw_rectangle` in this scope
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/basic_shapes_compat.rs#L11
cannot find function `draw_circle` in this scope
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/basic_shapes_compat.rs#L12
cannot find function `draw_text` in this scope
cargo fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
cargo fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cargo fmt
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/
cargo fmt
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/
cargo fmt
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/
cargo fmt
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/
Cross-compile (macos-latest, x86_64-apple-darwin)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Cross-compile (macos-latest, x86_64-apple-darwin)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cross-compile (macos-latest, x86_64-apple-darwin)
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/
Cross-compile (macos-latest, x86_64-apple-darwin)
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/
Cross-compile (macos-latest, x86_64-apple-darwin)
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/
Cross-compile (macos-latest, x86_64-apple-darwin)
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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
`/home/runner/.cargo/config` is deprecated in favor of `config.toml`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
`/home/runner/.cargo/config` is deprecated in favor of `config.toml`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/ui.rs#L2
unused imports: `Vec2` and `Vec3`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/gltf/main.rs#L1
unused import: `dolly::prelude::*`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/gltf/main.rs#L4
unused imports: `Camera`, `Projection`, `Vec3`, `input::MouseButton`, and `vec3`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/gltf/main.rs#L45
variable does not need to be mutable
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
`macroquad` (example "ui") generated 1 warning
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
build failed, waiting for other jobs to finish...
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
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/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
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/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
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/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
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/
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
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/