Marking that the converter function in the derived actor is cross-thread safe since it's just an Into() call. #684
Annotations
69 errors and 100 warnings
Clippy:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Clippy
could not compile `ractor` (lib) due to 1 previous error
|
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor with the `cluster` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor with the `cluster` feature
aborting due to 6 previous errors
|
Test ractor with the `cluster` feature
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: serde::ser::Serialize` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: serde::ser::Serialize` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `for<'de> PizzaOrder: serde::de::Deserialize<'de>` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `for<'de> SushiOrder: serde::de::Deserialize<'de>` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor with the `blanket_serde` feature:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor_cluster with native async traits:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor_cluster with native async traits
aborting due to 6 previous errors
|
Test ractor_cluster with native async traits
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor_cluster with async_trait:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor_cluster with async_trait
aborting due to 6 previous errors
|
Test ractor_cluster with async_trait
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor without async-trait:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor without async-trait
aborting due to 6 previous errors
|
Test ractor without async-trait
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Run the default tests:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Run the default tests
aborting due to 6 previous errors
|
Run the default tests
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor with the monitor API:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor with the monitor API
aborting due to 6 previous errors
|
Test ractor with the monitor API
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: BytesConvertable` is not satisfied
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: BytesConvertable` is not satisfied
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L130
the method `send_message` exists for struct `DerivedActorRef<PizzaOrder>`, but its trait bounds were not satisfied
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L129
the trait bound `PizzaOrder: Message` is not satisfied
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L136
the method `send_message` exists for struct `DerivedActorRef<SushiOrder>`, but its trait bounds were not satisfied
|
Test ractor without span propogation:
ractor/src/actor/derived_actor.rs#L135
the trait bound `SushiOrder: Message` is not satisfied
|
Test ractor without span propogation
aborting due to 6 previous errors
|
Test ractor without span propogation
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
rustfmt
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/
|
rustfmt
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/
|
rustfmt
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/
|
rustfmt
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/
|
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
Clippy
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/
|
docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
docs
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/
|
docs
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/
|
docs
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/
|
docs
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/
|
docs:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
docs
`ractor` (lib doc) generated 1 warning
|
docs
`ractor` (lib) generated 1 warning (1 duplicate)
|
Test ractor with the `cluster` feature
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor with the `cluster` feature
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 ractor with the `cluster` feature
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 ractor with the `cluster` feature
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 ractor with the `cluster` feature
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 ractor with the `cluster` feature:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor with the `cluster` feature
`ractor` (lib) generated 1 warning
|
Test ractor with the `blanket_serde` feature
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor with the `blanket_serde` feature:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor with the `blanket_serde` feature
`ractor` (lib) generated 1 warning
|
Test ractor with the `blanket_serde` feature
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 ractor with the `blanket_serde` feature
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 ractor with the `blanket_serde` feature
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 ractor with the `blanket_serde` feature
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 ractor_cluster with native async traits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor_cluster with native async traits:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor_cluster with native async traits
`ractor` (lib) generated 1 warning
|
Test ractor_cluster with native async traits
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor_cluster with native async traits:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor_cluster with native async traits
`ractor` (lib) generated 1 warning
|
Test ractor_cluster with native async traits
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 ractor_cluster with native async traits
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 ractor_cluster with native async traits
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 ractor_cluster with native async traits
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 ractor_cluster with async_trait
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor_cluster with async_trait:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor_cluster with async_trait
`ractor` (lib) generated 1 warning
|
Test ractor_cluster with async_trait
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor_cluster with async_trait
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 ractor_cluster with async_trait
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 ractor_cluster with async_trait
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 ractor_cluster with async_trait
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 ractor_cluster with async_trait:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor_cluster with async_trait
`ractor` (lib) generated 1 warning
|
Test ractor without async-trait
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor without async-trait:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor without async-trait
`ractor` (lib) generated 1 warning
|
Test ractor without async-trait:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor without async-trait
`ractor` (lib) generated 1 warning
|
Test ractor without async-trait
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor without async-trait
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 ractor without async-trait
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 ractor without async-trait
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 ractor without async-trait
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 the default tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the default tests:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Run the default tests
`ractor` (lib) generated 1 warning
|
Run the default tests
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 the default tests
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 the default tests
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 the default tests
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 the default tests:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Run the default tests
`ractor` (lib) generated 1 warning
|
Run the default tests
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor with the monitor API
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor with the monitor API
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 ractor with the monitor API
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 ractor with the monitor API
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 ractor with the monitor API
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 ractor with the monitor API:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor with the monitor API
`ractor` (lib) generated 1 warning
|
Test ractor with the monitor API:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor with the monitor API
`ractor` (lib) generated 1 warning
|
Test ractor with the monitor API
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor without span propogation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test ractor without span propogation:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor without span propogation
`ractor` (lib) generated 1 warning
|
Test ractor without span propogation
`ractor` (lib test) generated 1 warning (1 duplicate)
|
Test ractor without span propogation:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
Test ractor without span propogation
`ractor` (lib) generated 1 warning
|
Test ractor without span propogation
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 ractor without span propogation
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 ractor without span propogation
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 ractor without span propogation
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/
|
benches
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
benches
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/
|
benches
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/
|
benches
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/
|
benches
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/
|
benches:
ractor/src/factory/factoryimpl.rs#L102
unexpected `cfg` condition name: `rust_analyzer`
|
benches
`ractor` (lib) generated 1 warning
|
benches
`ractor` (lib test) generated 1 warning (1 duplicate)
|