Hidden segments #1532
Triggered via pull request
September 20, 2024 22:50
Status
Cancelled
Total duration
5m 9s
Artifacts
–
Annotations
14 errors
this method takes 2 arguments but 1 argument was supplied:
vectors_benchmark/src/engines/vectors.rs#L85
error[E0061]: this method takes 2 arguments but 1 argument was supplied
--> vectors_benchmark/src/engines/vectors.rs:85:14
|
85 | self.search(&Request(no_results, query)).unwrap();
| ^^^^^^----------------------------- an argument of type `&std::option::Option<nucliadb_core::query_language::BooleanExpression>` is missing
|
note: method defined here
--> /home/runner/work/nucliadb/nucliadb/nucliadb_vectors/src/data_point_provider/reader.rs:182:12
|
182 | pub fn search(
| ^^^^^^
help: provide the argument
|
85 | self.search(&Request(no_results, query), /* &std::option::Option<nucliadb_core::query_language::BooleanExpression> */).unwrap();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
this function takes 5 arguments but 4 arguments were supplied:
vectors_benchmark/src/engines/vectors.rs#L67
error[E0061]: this function takes 5 arguments but 4 arguments were supplied
--> vectors_benchmark/src/engines/vectors.rs:67:9
|
67 | data_point::create(&data_point_pin, elems, Some(temporal_mark), &config).unwrap();
| ^^^^^^^^^^^^^^^^^^------------------------------------------------------ an argument of type `std::collections::HashSet<std::string::String>` is missing
|
note: function defined here
--> /home/runner/work/nucliadb/nucliadb/nucliadb_vectors/src/data_point/mod.rs:281:8
|
281 | pub fn create(
| ^^^^^^
help: provide the argument
|
67 | data_point::create(&data_point_pin, elems, Some(temporal_mark), &config, /* std::collections::HashSet<std::string::String> */).unwrap();
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
Build on linux (x86_64 - musllinux_1_1)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on linux (x86_64 - musllinux_1_1)
The operation was canceled.
|
Build on linux (x86_64 - auto)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on linux (x86_64 - auto)
The operation was canceled.
|
Build on linux (aarch64 - musllinux_1_1)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on linux (aarch64 - musllinux_1_1)
The operation was canceled.
|
Build on macos (x86_64 - auto)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on macos (x86_64 - auto)
The operation was canceled.
|
Build on macos (aarch64 - auto)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on macos (aarch64 - auto)
The operation was canceled.
|
Build on linux (aarch64 - auto)
Canceling since a higher priority waiting request for 'Release NucliaDB Node-refs/pull/2480/merge' exists
|
Build on linux (aarch64 - auto)
The operation was canceled.
|