Skip to content

salsa 3.0

salsa 3.0 #668

Triggered via pull request May 27, 2024 11:40
Status Failure
Total duration 8m 33s
Artifacts

test.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 45 warnings
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L1
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L2
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L3
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L5
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L6
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L7
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L8
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L9
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L10
`#![feature]` may not be used on the stable release channel
Test (stable, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L11
`#![feature]` may not be used on the stable release channel
Test (beta, false)
The job was canceled because "stable_false" failed.
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L1
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L2
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L3
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L5
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L6
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L7
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L8
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L9
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L10
`#![feature]` may not be used on the beta release channel
Test (beta, false): salsa-2022-tests/tests/tracked_with_struct_db_expanded.rs#L11
`#![feature]` may not be used on the beta release channel
Test (nightly, true)
The job was canceled because "stable_false" failed.
Test (nightly, true)
The operation was canceled.
Miri
Process completed with exit code 101.
Test (stable, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (stable, false)
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/
Test (stable, false)
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/
Test (stable, false)
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/
Test (stable, false)
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/
Test (stable, false)
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/
Test (stable, false): components/salsa-2022-macros/src/debug.rs#L23
using `Result.and_then(|x| Ok(y))`, which is more succinctly expressed as `map(|x| y)`
Test (stable, false): components/salsa-2022-macros/src/debug_with_db.rs#L65
this expression creates a reference which is immediately dereferenced by the compiler
Test (stable, false): components/salsa-2022-macros/src/debug_with_db.rs#L73
this expression creates a reference which is immediately dereferenced by the compiler
Test (stable, false): components/salsa-2022-macros/src/salsa_struct.rs#L180
this creates an owned instance just for comparison
Test (stable, false): components/salsa-2022-macros/src/salsa_struct.rs#L447
methods called `from_*` usually take no `self`
Test (stable, false)
`salsa-2022-macros` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 6 suggestions)
Test (stable, false): components/salsa-2022/src/function/memo.rs#L61
the following explicit lifetimes could be elided: 'db
Test (stable, false): components/salsa-2022/src/interned.rs#L138
the following explicit lifetimes could be elided: 'db
Test (beta, false): components/salsa-2022-macros/src/debug.rs#L23
using `Result.and_then(|x| Ok(y))`, which is more succinctly expressed as `map(|x| y)`
Test (beta, false): components/salsa-2022-macros/src/debug_with_db.rs#L65
this expression creates a reference which is immediately dereferenced by the compiler
Test (beta, false): components/salsa-2022-macros/src/debug_with_db.rs#L73
this expression creates a reference which is immediately dereferenced by the compiler
Test (beta, false): components/salsa-2022-macros/src/salsa_struct.rs#L180
this creates an owned instance just for comparison
Test (beta, false): components/salsa-2022-macros/src/salsa_struct.rs#L447
methods called `from_*` usually take no `self`
Test (beta, false)
`salsa-2022-macros` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 6 suggestions)
Test (beta, false): components/salsa-2022/src/function/delete.rs#L42
transmute used without annotations
Test (beta, false): components/salsa-2022/src/function/memo.rs#L61
the following explicit lifetimes could be elided: 'db
Test (beta, false)
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/
Test (beta, false)
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/
Test (beta, false)
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/
Test (beta, false)
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/
Test (nightly, true)
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/
Test (nightly, true)
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/
Test (nightly, true)
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/
Test (nightly, true)
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/
Test (nightly, true): components/salsa-2022-macros/src/debug.rs#L23
using `Result.and_then(|x| Ok(y))`, which is more succinctly expressed as `map(|x| y)`
Test (nightly, true): components/salsa-2022-macros/src/debug_with_db.rs#L65
this expression creates a reference which is immediately dereferenced by the compiler
Test (nightly, true): components/salsa-2022-macros/src/debug_with_db.rs#L73
this expression creates a reference which is immediately dereferenced by the compiler
Test (nightly, true): components/salsa-2022-macros/src/salsa_struct.rs#L180
this creates an owned instance just for comparison
Test (nightly, true): components/salsa-2022-macros/src/salsa_struct.rs#L447
methods called `from_*` usually take no `self`
Test (nightly, true)
`salsa-2022-macros` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 6 suggestions)
Test (nightly, true): components/salsa-2022/src/function/delete.rs#L42
transmute used without annotations
Test (nightly, true): components/salsa-2022/src/function/memo.rs#L61
the following explicit lifetimes could be elided: 'db
Miri
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.