Skip to content

rename draw_canvas -> blit_canvas #1444

rename draw_canvas -> blit_canvas

rename draw_canvas -> blit_canvas #1444

Triggered via push August 30, 2024 03:32
Status Failure
Total duration 2m 33s
Artifacts

rust.yml

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

Annotations

44 errors and 55 warnings
cargo fmt: examples/aa.rs#L1
expected one of `!` or `::`, found `<eof>`
cargo fmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Cross-compile (macos-latest, x86_64-apple-darwin): tests/back_to_the_future.rs#L3
failed to resolve: could not find `test` in `macroquad`
Cross-compile (macos-latest, x86_64-apple-darwin): examples/gizmos/main.rs#L6
unresolved import `macroquad::time::get_time`
Cross-compile (macos-latest, x86_64-apple-darwin): examples/gizmos/main.rs#L39
expected function, tuple struct or tuple variant, found struct `quad_gl::models::CpuMesh`
Cross-compile (macos-latest, x86_64-apple-darwin)
could not compile `macroquad` (test "back_to_the_future") due to 1 previous error
Cross-compile (macos-latest, x86_64-apple-darwin)
could not compile `macroquad` (example "gizmos") due to 3 previous errors
Cross-compile (macos-latest, x86_64-apple-darwin)
The process '/Users/runner/.cargo/bin/cargo' failed with exit code 101
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): examples/materials/main.rs#L80
this method takes 3 arguments but 0 arguments were supplied
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu)
could not compile `macroquad` (example "materials") due to 4 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, wasm32-unknown-unknown): examples/aa.rs#L1
expected one of `!` or `::`, found `<eof>`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
could not compile `macroquad` (example "aa") due to 1 previous error
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/back_to_the_future_coroutines.rs#L3
failed to resolve: could not find `prelude` in `macroquad`
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, x86_64-unknown-linux-gnu): tests/back_to_the_future_coroutines.rs#L3
failed to resolve: could not find `prelude` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_pause.rs#L2
failed to resolve: could not find `experimental` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/back_to_the_future_coroutines.rs#L8
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_pause.rs#L2
unresolved import `macroquad::experimental`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_pause.rs#L9
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_pause.rs#L22
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): tests/coroutine_pause.rs#L60
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/terrain/main.rs#L74
expected function, tuple struct or tuple variant, found struct `quad_gl::models::CpuMesh`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
could not compile `macroquad` (test "back_to_the_future_coroutines") due to 3 previous errors
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/mmmesh.rs#L10
file not found for module `orbit_camera`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/mmmesh.rs#L6
unresolved import `macroquad::time::get_time`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/mmmesh.rs#L158
failed to resolve: could not find `OrbitCamera` in `orbit_camera`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/mmmesh.rs#L143
expected function, tuple struct or tuple variant, found struct `quad_gl::models::CpuMesh`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/materials/main.rs#L80
this method takes 3 arguments but 0 arguments were supplied
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
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 (macos-latest, x86_64-apple-darwin): examples/gltf/main.rs#L1
unused import: `dolly::prelude::*`
Cross-compile (macos-latest, x86_64-apple-darwin): examples/gltf/main.rs#L4
unused imports: `Camera`, `Projection`, `Vec3`, and `input::MouseButton`
Cross-compile (macos-latest, x86_64-apple-darwin): examples/gltf/main.rs#L51
variable does not need to be mutable
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/text_3d.rs#L4
unused imports: `Circle`, `Sprite`, and `vec2`
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/text_3d.rs#L8
unused import: `miniquad::KeyCode`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): examples/text_3d.rs#L60
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, 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 (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)
`macroquad` (example "terrain") generated 1 warning
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 (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/
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
`macroquad` (example "mmmesh") generated 1 warning
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
build failed, waiting for other jobs to finish...