Skip to content

chore(error): remove BuiltinError::FailedToRun and replace it with … #39

chore(error): remove BuiltinError::FailedToRun and replace it with …

chore(error): remove BuiltinError::FailedToRun and replace it with … #39

Triggered via push September 2, 2023 19:36
Status Failure
Total duration 2m 6s
Artifacts

deploy.yaml

on: push
Test and Compile shell
1m 55s
Test and Compile shell
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test and Compile shell: src/plugins/memory.rs#L1
unresolved import `thiserror`
Test and Compile shell: src/plugins/plugin.rs#L132
cannot find macro `anyhow` in this scope
Test and Compile shell: src/plugins/plugin.rs#L149
cannot find macro `anyhow` in this scope
Test and Compile shell: src/plugins/memory.rs#L9
cannot determine resolution for the derive macro `Error`
Test and Compile shell: src/plugins/memory.rs#L10
cannot find attribute `error` in this scope
Test and Compile shell: src/plugins/loader.rs#L37
the trait bound `RushError: From<std::io::Error>` is not satisfied
Test and Compile shell: src/plugins/loader.rs#L56
the trait bound `RushError: From<std::io::Error>` is not satisfied
Test and Compile shell: src/plugins/loader.rs#L62
the trait bound `RushError: From<std::io::Error>` is not satisfied
Test and Compile shell: src/plugins/memory/manager.rs#L61
no method named `context` found for enum `std::option::Option` in the current scope
Test and Compile shell: src/plugins/memory/manager.rs#L64
no method named `context` found for enum `std::result::Result` in the current scope
Test and Compile shell
The following actions uses node12 which is deprecated and will be forced to run on node16: ATiltedTree/setup-rust@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/