Skip to content

ci: Update serde_with downgrade to match 3.3.0 (#7654) #47

ci: Update serde_with downgrade to match 3.3.0 (#7654)

ci: Update serde_with downgrade to match 3.3.0 (#7654) #47

Triggered via push August 30, 2023 00:44
Status Failure
Total duration 30m 11s
Artifacts
Matrix: run-integration-tests
version-or-publish
0s
version-or-publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 50 warnings
usage of an `Arc` that is not `Send` or `Sync`: core/tauri-runtime-wry/src/lib.rs#L3292
error: usage of an `Arc` that is not `Send` or `Sync` --> core/tauri-runtime-wry/src/lib.rs:3292:14 | 3292 | inner: Arc::new(webview), | ^^^^^^^^^^^^^^^^^ | = note: the trait `Send` is not implemented for `WebView` = note: the trait `Sync` is not implemented for `WebView` = note: required for `Arc<WebView>` to implement `Send` and `Sync` = help: consider using an `Rc` instead or wrapping the inner type with a `Mutex` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync
usage of an `Arc` that is not `Send` or `Sync`: core/tauri-runtime-wry/src/lib.rs#L1944
error: usage of an `Arc` that is not `Send` or `Sync` --> core/tauri-runtime-wry/src/lib.rs:1944:19 | 1944 | let windows = Arc::new(RefCell::new(HashMap::default())); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: the trait `Send` is not implemented for `RefCell<HashMap<u64, WindowWrapper>>` = note: the trait `Sync` is not implemented for `RefCell<HashMap<u64, WindowWrapper>>` = note: required for `Arc<RefCell<HashMap<u64, WindowWrapper>>>` to implement `Send` and `Sync` = help: consider using an `Rc` instead or wrapping the inner type with a `Mutex` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#arc_with_non_send_sync = note: `-D clippy::arc-with-non-send-sync` implied by `-D warnings`
run-integration-tests (macos-latest)
Process completed with exit code 101.
run-integration-tests (macos-latest)
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/
run-integration-tests (macos-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (macos-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (macos-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (macos-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (macos-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (macos-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (macos-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (macos-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (macos-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (macos-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: only letter, numbers, dashes and underscores are allowed in keys 13: [build-dependencies] 14: tauri-build = {{ tauri_build_dep }} ^
run-integration-tests (macos-latest)
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/
run-integration-tests (macos-latest)
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/
run-integration-tests (macos-latest)
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/
run-integration-tests (macos-latest)
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/
run-integration-tests (ubuntu-latest)
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/
run-integration-tests (ubuntu-latest)
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/
run-integration-tests (ubuntu-latest)
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/
run-integration-tests (ubuntu-latest)
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/
run-integration-tests (ubuntu-latest)
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/
run-integration-tests (ubuntu-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (ubuntu-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (ubuntu-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (ubuntu-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (ubuntu-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (ubuntu-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (ubuntu-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (ubuntu-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (ubuntu-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (ubuntu-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (ubuntu-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (ubuntu-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: only letter, numbers, dashes and underscores are allowed in keys 13: [build-dependencies] 14: tauri-build = {{ tauri_build_dep }} ^
run-integration-tests (windows-latest)
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/
run-integration-tests (windows-latest)
Error parsing Cargo.toml manifest, fallback to caching entire file: Error: Invalid TOML document: only letter, numbers, dashes and underscores are allowed in keys 13: [build-dependencies] 14: tauri-build = {{ tauri_build_dep }} ^
run-integration-tests (windows-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (windows-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (windows-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (windows-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (windows-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (windows-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (windows-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (windows-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (windows-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (windows-latest): core/tauri-build/src/lib.rs#L411
use of deprecated method `tauri_winres::WindowsResource::set_toolkit_path`: This function is no-op! It is now handled by the embed-resource crate.
run-integration-tests (windows-latest)
`tauri-build` (lib) generated 1 warning
run-integration-tests (windows-latest)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
run-integration-tests (windows-latest)
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/
run-integration-tests (windows-latest)
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/
run-integration-tests (windows-latest)
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/
run-integration-tests (windows-latest)
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/