Skip to content

add user metadata ask field #6146

add user metadata ask field

add user metadata ask field #6146

Triggered via pull request September 30, 2024 16:11
Status Failure
Total duration 15m 48s
Artifacts

e2e.yml

on: pull_request
E2E Kubernetes Cluster Tests
15m 39s
E2E Kubernetes Cluster Tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
E2E Kubernetes Cluster Tests
Process completed with exit code 1.
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 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
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/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/