Remove texts2 #6139
Triggered via pull request
September 30, 2024 11:57
Status
Success
Total duration
15m 38s
Artifacts
–
e2e.yml
on: pull_request
E2E Kubernetes Cluster Tests
15m 28s
Annotations
7 warnings
unused variable: `settings`:
nucliadb_node/src/shards/shard_writer.rs#L109
warning: unused variable: `settings`
--> nucliadb_node/src/shards/shard_writer.rs:109:51
|
109 | pub fn new(new: NewShard, shards_path: &Path, settings: &Settings) -> NodeResult<(Self, Arc<ShardMetadata>)> {
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_settings`
|
unused variable: `ff_context`:
nucliadb_node/src/shards/shard_writer.rs#L123
warning: unused variable: `ff_context`
--> nucliadb_node/src/shards/shard_writer.rs:123:13
|
123 | let ff_context = HashMap::from([("kbid".to_string(), metadata.kbid())]);
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ff_context`
|
= note: `#[warn(unused_variables)]` on by default
|
unused variable: `settings`:
nucliadb_node/src/shards/shard_writer.rs#L109
warning: unused variable: `settings`
--> nucliadb_node/src/shards/shard_writer.rs:109:51
|
109 | pub fn new(new: NewShard, shards_path: &Path, settings: &Settings) -> NodeResult<(Self, Arc<ShardMetadata>)> {
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_settings`
|
unused variable: `ff_context`:
nucliadb_node/src/shards/shard_writer.rs#L123
warning: unused variable: `ff_context`
--> nucliadb_node/src/shards/shard_writer.rs:123:13
|
123 | let ff_context = HashMap::from([("kbid".to_string(), metadata.kbid())]);
| ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ff_context`
|
= note: `#[warn(unused_variables)]` on by default
|
unused import: `feature_flags`:
nucliadb_node/src/shards/shard_writer.rs#L40
warning: unused import: `feature_flags`
--> nucliadb_node/src/shards/shard_writer.rs:40:23
|
40 | use crate::settings::{feature_flags, Settings};
| ^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
E2E Kubernetes Cluster Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E Kubernetes Cluster Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, balchua/microk8s-actions@v0.3.2, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|