Skip to content

New camera example #1453

New camera example

New camera example #1453

Triggered via push September 3, 2024 02:51
Status Failure
Total duration 2m 51s
Artifacts

rust.yml

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

Annotations

43 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/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-unknown-linux-gnu): examples/gizmos/main.rs#L6
unresolved import `macroquad::time::get_time`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/gizmos/main.rs#L39
expected function, tuple struct or tuple variant, found struct `quad_gl::models::CpuMesh`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/ui.rs#L39
this method takes 3 arguments but 0 arguments were supplied
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
could not compile `macroquad` (example "gizmos") due to 3 previous errors
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, x86_64-pc-windows-gnu): tests/coroutine_values.rs#L1
failed to resolve: could not find `experimental` in `macroquad`
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): tests/coroutine_values.rs#L22
unresolved import `macroquad::prelude`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): tests/coroutine_values.rs#L3
failed to resolve: could not find `test` in `macroquad`
Cross-compile (ubuntu-latest, x86_64-pc-windows-gnu): tests/coroutine_values.rs#L20
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)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Cross-compile (windows-latest, x86_64-pc-windows-msvc): examples/gltf2.rs#L1
unresolved imports `macroquad::prelude`, `macroquad::sprite_layer`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/back_to_the_future.rs#L3
failed to resolve: could not find `test` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/back_to_the_future_coroutines.rs#L3
failed to resolve: could not find `prelude` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc): tests/back_to_the_future_coroutines.rs#L8
failed to resolve: could not find `test` in `macroquad`
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
could not compile `macroquad` (test "back_to_the_future") due to 1 previous error
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
could not compile `macroquad` (test "back_to_the_future_coroutines") due to 3 previous errors
Cross-compile (windows-latest, x86_64-pc-windows-msvc)
The process 'C:\Users\runneradmin\.cargo\bin\cargo.exe' failed with exit code 101
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): 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): examples/ui.rs#L39
this method takes 3 arguments but 0 arguments were supplied
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
could not compile `macroquad` (test "coroutine_pause") due to 5 previous errors
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
The process '/home/runner/.cargo/bin/cargo' 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 (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): examples/ui.rs#L2
unused imports: `Vec2` and `Vec3`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/text_3d.rs#L4
unused imports: `Circle`, `Sprite`, and `vec2`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/text_3d.rs#L8
unused import: `miniquad::KeyCode`
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu): examples/text_3d.rs#L60
variable does not need to be mutable
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
`macroquad` (example "ui") generated 1 warning
Cross-compile (ubuntu-latest, x86_64-unknown-linux-gnu)
build failed, waiting for other jobs to finish...
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, 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 (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 (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): examples/text_3d.rs#L4
unused imports: `Circle`, `Sprite`, and `vec2`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): examples/text_3d.rs#L8
unused import: `miniquad::KeyCode`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): examples/ui.rs#L2
unused imports: `Vec2` and `Vec3`
Cross-compile (ubuntu-latest, wasm32-unknown-unknown): examples/text_3d.rs#L60
variable does not need to be mutable
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
`macroquad` (example "ui") generated 1 warning
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, wasm32-unknown-unknown)
Failed to download action 'https://api.github.com/repos/actions-rs/toolchain/tarball/16499b5e05bf2e26879000db0c1d13f7e13fa3af'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
Cross-compile (ubuntu-latest, wasm32-unknown-unknown)
Back off 21.249 seconds before retry.