Skip to content

[refactor] Switch from Rc<T> to Arc<T> #951

[refactor] Switch from Rc<T> to Arc<T>

[refactor] Switch from Rc<T> to Arc<T> #951

Re-run triggered November 2, 2023 20:04
Status Failure
Total duration 8m 46s
Artifacts

checks.yaml

on: pull_request
Matrix: rust-checks
Matrix: rust-tests
Matrix: wasm-js-tests
Fit to window
Zoom out
Zoom in

Annotations

22 errors and 16 warnings
rust-checks (stable)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
rust-checks (nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L65
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L103
no method named `get_node` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L127
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L150
no method named `read` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L177
no method named `ls` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L205
no method named `rm` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L237
no method named `write` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (stable): wnfs-wasm/src/fs/private/directory.rs#L279
no method named `basic_mv` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L65
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L103
no method named `get_node` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L127
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L150
no method named `read` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L177
no method named `ls` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L205
no method named `rm` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L237
no method named `write` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
wasm-js-tests (nightly): wnfs-wasm/src/fs/private/directory.rs#L279
no method named `basic_mv` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
rust-checks (stable)
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/
rust-checks (stable)
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/
rust-checks (stable)
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/
rust-checks (stable)
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/
rust-checks (stable)
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/
rust-checks (nightly)
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/
rust-checks (nightly)
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/
rust-checks (nightly)
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/
rust-checks (nightly)
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/
rust-checks (nightly)
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/
wasm-js-tests (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
wasm-js-tests (stable)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
wasm-js-tests (stable)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
wasm-js-tests (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
wasm-js-tests (nightly)
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
wasm-js-tests (nightly)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`