Skip to content

Feature: Abstract Vote #4306

Feature: Abstract Vote

Feature: Abstract Vote #4306

Triggered via pull request January 3, 2025 03:18
Status Failure
Total duration 12m 25s
Artifacts

ci.yaml

on: pull_request
Matrix: cluster-benchmark
Matrix: examples
Matrix: openraft-feature-test
Matrix: openraft-test-bench
Matrix: stores
Matrix: test-crate-openraft
Matrix: test-crate-tests
Matrix: Build
Matrix: tests-feature-test
Fit to window
Zoom out
Zoom in

Annotations

120 errors and 213 warnings
test-crate-openraft (nightly): openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
test-crate-openraft (nightly): openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
test-crate-openraft (nightly): openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
test-crate-openraft (nightly): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-openraft (nightly): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-openraft (stable): openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
test-crate-openraft (stable): openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
test-crate-openraft (stable): openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
test-crate-openraft (stable): openraft/src/engine/engine_impl.rs#L758
the method `cmp_key` exists for reference `&CommittedVote<C>`, but its trait bounds were not satisfied
test-crate-openraft (stable): openraft/src/engine/handler/establish_handler/mod.rs#L37
the method `cmp_key` exists for reference `&CommittedVote<C>`, but its trait bounds were not satisfied
test-crate-openraft (stable): openraft/src/proposer/leader.rs#L206
the size for values of type `CommittedVote<C>` cannot be known at compilation time
test-crate-openraft (stable): openraft/src/raft_state/io_state/io_id.rs#L102
the size for values of type `CommittedVote<C>` cannot be known at compilation time
openraft-test-bench (nightly): openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
openraft-test-bench (nightly): openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
openraft-test-bench (nightly): openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
stores (stores/memstore): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
stores (stores/memstore): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
stores (stores/memstore)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
cluster-benchmark (cluster_benchmark): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
cluster-benchmark (cluster_benchmark): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
cluster-benchmark (cluster_benchmark)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
openraft-feature-test (nightly): openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
openraft-feature-test (nightly): openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
openraft-feature-test (nightly): openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
openraft-feature-test (nightly): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
openraft-feature-test (nightly): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
openraft-feature-test (nightly, serde): openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
openraft-feature-test (nightly, serde): openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
openraft-feature-test (nightly, serde): openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
openraft-feature-test (nightly, serde): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
openraft-feature-test (nightly, serde): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
Build (nightly, bench,serde,bt,singlethreaded): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
Build (nightly, bench,serde,bt,singlethreaded): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
Build (nightly, bench,serde,bt,singlethreaded)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
openraft-feature-test (nightly, serde,singlethreaded): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
openraft-feature-test (nightly, serde,singlethreaded): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (nightly, 0, single-term-leader): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (nightly, 0, single-term-leader): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (nightly, 0, single-term-leader)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test-crate-tests (stable, 0): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (stable, 0): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (stable, 0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test-crate-tests (nightly, 30): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (nightly, 30): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
test-crate-tests (nightly, 30)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests-feature-test (nightly): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
tests-feature-test (nightly): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
tests-feature-test (nightly)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
tests-feature-test (nightly, single-term-leader): openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
tests-feature-test (nightly, single-term-leader): openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
tests-feature-test (nightly, single-term-leader)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
lint: openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
lint: openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as type_config::RaftTypeConfig>::LeaderId` in the current scope
lint: openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as type_config::RaftTypeConfig>::LeaderId` in the current scope
lint
could not compile `openraft` (lib) due to 3 previous errors
lint
Process completed with exit code 101.
rt-monoio: openraft/src/engine/engine_impl.rs#L5
unresolved import `crate::alias`
rt-monoio: openraft/src/storage/v2/raft_log_storage_ext.rs#L3
unresolved import `crate::alias`
rt-monoio: openraft/src/vote/committed.rs#L4
unresolved import `crate::alias`
rt-monoio: openraft/src/vote/raft_vote.rs#L4
unresolved import `crate::alias`
rt-monoio: openraft/src/proposer/leader.rs#L172
type annotations needed
rt-monoio: openraft/src/vote/raft_vote.rs#L45
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
rt-monoio: openraft/src/vote/raft_vote.rs#L51
no method named `node_id_ref` found for reference `&<C as RaftTypeConfig>::LeaderId` in the current scope
rt-monoio
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
examples (nightly, memstore)
Process completed with exit code 101.
examples (nightly, raft-kv-memstore-network-v2)
Process completed with exit code 101.
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
Process completed with exit code 101.
examples (nightly, raft-kv-memstore-singlethreaded)
Process completed with exit code 101.
examples (nightly, raft-kv-memstore)
Process completed with exit code 101.
examples (nightly, raft-kv-memstore-grpc)
Process completed with exit code 101.
examples (stable, memstore)
Process completed with exit code 101.
examples (stable, raft-kv-memstore-network-v2)
Process completed with exit code 101.
examples (stable, raft-kv-memstore-singlethreaded)
Process completed with exit code 101.
examples (stable, raft-kv-memstore)
Process completed with exit code 101.
examples (stable, raft-kv-memstore-opendal-snapshot-data)
Process completed with exit code 101.
examples (stable, raft-kv-memstore-grpc)
Process completed with exit code 101.
examples (nightly, rocksstore)
Process completed with exit code 101.
examples (nightly, raft-kv-rocksdb)
Process completed with exit code 101.
examples (stable, rocksstore)
Process completed with exit code 101.
examples (stable, raft-kv-rocksdb)
Process completed with exit code 101.
test-crate-openraft (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-crate-openraft (nightly)
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
test-crate-openraft (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/
test-crate-openraft (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/
test-crate-openraft (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/
test-crate-openraft (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/
test-crate-openraft (nightly): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
test-crate-openraft (nightly)
`openraft` (lib) generated 1 warning
test-crate-openraft (nightly)
build failed, waiting for other jobs to finish...
test-crate-openraft (nightly)
`openraft` (lib test) generated 1 warning (1 duplicate)
test-crate-openraft (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-crate-openraft (stable)
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
test-crate-openraft (stable): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
test-crate-openraft (stable): openraft/src/vote/committed.rs#L7
unused import: `crate::vote::raft_vote::RaftVoteExt`
test-crate-openraft (stable): openraft/src/proposer/leader.rs#L13
unused import: `crate::vote::raft_vote::RaftVoteExt`
test-crate-openraft (stable): openraft/src/storage/v2/raft_log_storage_ext.rs#L12
unused import: `crate::vote::raft_vote::RaftVoteExt`
test-crate-openraft (stable)
`openraft` (lib) generated 4 warnings
test-crate-openraft (stable)
build failed, waiting for other jobs to finish...
test-crate-openraft (stable)
`openraft` (lib test) generated 4 warnings (4 duplicates)
test-crate-openraft (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/
test-crate-openraft (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/
test-crate-openraft (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/
test-crate-openraft (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/
openraft-test-bench (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
openraft-test-bench (nightly): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
openraft-test-bench (nightly)
`openraft` (lib test) generated 1 warning
openraft-test-bench (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/
openraft-test-bench (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/
openraft-test-bench (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/
openraft-test-bench (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/
stores (stores/memstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
stores (stores/memstore)
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/
stores (stores/memstore)
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/
stores (stores/memstore)
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/
stores (stores/memstore)
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/
stores (stores/memstore): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
stores (stores/memstore)
`openraft` (lib) generated 1 warning
cluster-benchmark (cluster_benchmark)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cluster-benchmark (cluster_benchmark)
`openraft` (lib) generated 1 warning
cluster-benchmark (cluster_benchmark)
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/
cluster-benchmark (cluster_benchmark)
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/
cluster-benchmark (cluster_benchmark)
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/
cluster-benchmark (cluster_benchmark)
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/
openraft-feature-test (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
openraft-feature-test (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/
openraft-feature-test (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/
openraft-feature-test (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/
openraft-feature-test (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/
openraft-feature-test (nightly)
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
openraft-feature-test (nightly): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
openraft-feature-test (nightly)
`openraft` (lib) generated 1 warning
openraft-feature-test (nightly)
build failed, waiting for other jobs to finish...
openraft-feature-test (nightly)
`openraft` (lib test) generated 1 warning (1 duplicate)
openraft-feature-test (nightly, serde)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
openraft-feature-test (nightly, serde)
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/
openraft-feature-test (nightly, serde)
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/
openraft-feature-test (nightly, serde)
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/
openraft-feature-test (nightly, serde)
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/
openraft-feature-test (nightly, serde)
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
openraft-feature-test (nightly, serde)
`openraft` (lib) generated 1 warning
openraft-feature-test (nightly, serde)
build failed, waiting for other jobs to finish...
openraft-feature-test (nightly, serde)
`openraft` (lib test) generated 1 warning (1 duplicate)
Build (nightly, bench,serde,bt,singlethreaded)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build (nightly, bench,serde,bt,singlethreaded)
`openraft` (lib) generated 1 warning
Build (nightly, bench,serde,bt,singlethreaded)
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/
Build (nightly, bench,serde,bt,singlethreaded)
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/
Build (nightly, bench,serde,bt,singlethreaded)
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/
Build (nightly, bench,serde,bt,singlethreaded)
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/
openraft-feature-test (nightly, serde,singlethreaded)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
openraft-feature-test (nightly, serde,singlethreaded)
`openraft` (lib) generated 1 warning
openraft-feature-test (nightly, serde,singlethreaded)
build failed, waiting for other jobs to finish...
openraft-feature-test (nightly, serde,singlethreaded)
`openraft` (lib test) generated 1 warning (1 duplicate)
openraft-feature-test (nightly, serde,singlethreaded)
No files were found with the provided path: openraft/_log/. No artifacts will be uploaded.
openraft-feature-test (nightly, serde,singlethreaded)
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/
openraft-feature-test (nightly, serde,singlethreaded)
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/
openraft-feature-test (nightly, serde,singlethreaded)
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/
openraft-feature-test (nightly, serde,singlethreaded)
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-crate-tests (nightly, 0, single-term-leader)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-crate-tests (nightly, 0, single-term-leader)
`openraft` (lib) generated 1 warning
test-crate-tests (nightly, 0, single-term-leader)
No files were found with the provided path: tests/_log/. No artifacts will be uploaded.
test-crate-tests (nightly, 0, single-term-leader)
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-crate-tests (nightly, 0, single-term-leader)
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-crate-tests (nightly, 0, single-term-leader)
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-crate-tests (nightly, 0, single-term-leader)
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-crate-tests (stable, 0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-crate-tests (stable, 0)
No files were found with the provided path: tests/_log/. No artifacts will be uploaded.
test-crate-tests (stable, 0)
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-crate-tests (stable, 0)
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-crate-tests (stable, 0)
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-crate-tests (stable, 0)
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-crate-tests (stable, 0): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
test-crate-tests (stable, 0)
`openraft` (lib) generated 1 warning
test-crate-tests (nightly, 30)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-crate-tests (nightly, 30)
No files were found with the provided path: tests/_log/. No artifacts will be uploaded.
test-crate-tests (nightly, 30): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
test-crate-tests (nightly, 30)
`openraft` (lib) generated 1 warning
tests-feature-test (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests-feature-test (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/
test-crate-tests (nightly, 30)
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/
tests-feature-test (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/
test-crate-tests (nightly, 30)
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/
tests-feature-test (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/
test-crate-tests (nightly, 30)
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/
tests-feature-test (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/
tests-feature-test (nightly): openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
test-crate-tests (nightly, 30)
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/
tests-feature-test (nightly)
`openraft` (lib) generated 1 warning
tests-feature-test (nightly)
No files were found with the provided path: tests/_log/. No artifacts will be uploaded.
tests-feature-test (nightly, single-term-leader)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests-feature-test (nightly, single-term-leader)
`openraft` (lib) generated 1 warning
tests-feature-test (nightly, single-term-leader)
No files were found with the provided path: tests/_log/. No artifacts will be uploaded.
tests-feature-test (nightly, single-term-leader)
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/
tests-feature-test (nightly, single-term-leader)
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/
tests-feature-test (nightly, single-term-leader)
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/
tests-feature-test (nightly, single-term-leader)
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/
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
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/
lint
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/
lint
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/
lint
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/
rt-monoio
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rt-monoio: openraft/src/testing/log/suite.rs#L38
unused import: `crate::Vote`
rt-monoio
`openraft` (lib) generated 1 warning
rt-monoio
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/
rt-monoio
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/
rt-monoio
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/
rt-monoio
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/
examples (nightly, memstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, memstore)
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/
examples (nightly, memstore)
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/
examples (nightly, memstore)
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/
examples (nightly, memstore)
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/
examples (nightly, raft-kv-memstore-network-v2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-memstore-network-v2)
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/
examples (nightly, raft-kv-memstore-network-v2)
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/
examples (nightly, raft-kv-memstore-network-v2)
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/
examples (nightly, raft-kv-memstore-network-v2)
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/
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
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/
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
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/
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
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/
examples (nightly, raft-kv-memstore-opendal-snapshot-data)
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/
examples (nightly, raft-kv-memstore-singlethreaded)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-memstore-singlethreaded)
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/
examples (nightly, raft-kv-memstore-singlethreaded)
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/
examples (nightly, raft-kv-memstore-singlethreaded)
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/
examples (nightly, raft-kv-memstore-singlethreaded)
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/
examples (nightly, raft-kv-memstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-memstore)
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/
examples (nightly, raft-kv-memstore)
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/
examples (nightly, raft-kv-memstore)
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/
examples (nightly, raft-kv-memstore)
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/
examples (nightly, raft-kv-memstore-grpc)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-memstore-grpc)
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/
examples (nightly, raft-kv-memstore-grpc)
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/
examples (nightly, raft-kv-memstore-grpc)
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/
examples (nightly, raft-kv-memstore-grpc)
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/
examples (stable, memstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, memstore)
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/
examples (stable, memstore)
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/
examples (stable, memstore)
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/
examples (stable, memstore)
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/
examples (stable, raft-kv-memstore-network-v2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-memstore-network-v2)
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/
examples (stable, raft-kv-memstore-network-v2)
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/
examples (stable, raft-kv-memstore-network-v2)
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/
examples (stable, raft-kv-memstore-network-v2)
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/
examples (stable, raft-kv-memstore-singlethreaded)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-memstore-singlethreaded)
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/
examples (stable, raft-kv-memstore-singlethreaded)
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/
examples (stable, raft-kv-memstore-singlethreaded)
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/
examples (stable, raft-kv-memstore-singlethreaded)
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/
examples (stable, raft-kv-memstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-memstore)
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/
examples (stable, raft-kv-memstore)
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/
examples (stable, raft-kv-memstore)
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/
examples (stable, raft-kv-memstore)
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/
examples (stable, raft-kv-memstore-opendal-snapshot-data)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-memstore-opendal-snapshot-data)
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/
examples (stable, raft-kv-memstore-opendal-snapshot-data)
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/
examples (stable, raft-kv-memstore-opendal-snapshot-data)
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/
examples (stable, raft-kv-memstore-opendal-snapshot-data)
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/
examples (stable, raft-kv-memstore-grpc)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-memstore-grpc)
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/
examples (stable, raft-kv-memstore-grpc)
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/
examples (stable, raft-kv-memstore-grpc)
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/
examples (stable, raft-kv-memstore-grpc)
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/
examples (nightly, rocksstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, rocksstore)
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/
examples (nightly, rocksstore)
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/
examples (nightly, rocksstore)
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/
examples (nightly, rocksstore)
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/
examples (nightly, raft-kv-rocksdb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (nightly, raft-kv-rocksdb)
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/
examples (nightly, raft-kv-rocksdb)
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/
examples (nightly, raft-kv-rocksdb)
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/
examples (nightly, raft-kv-rocksdb)
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/
examples (stable, rocksstore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, rocksstore)
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/
examples (stable, rocksstore)
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/
examples (stable, rocksstore)
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/
examples (stable, rocksstore)
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/
examples (stable, raft-kv-rocksdb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples (stable, raft-kv-rocksdb)
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/
examples (stable, raft-kv-rocksdb)
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/
examples (stable, raft-kv-rocksdb)
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/
examples (stable, raft-kv-rocksdb)
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/