Skip to content

update deps

update deps #1656

Triggered via pull request October 30, 2024 14:10
Status Failure
Total duration 8m 11s
Artifacts 3

release.yaml

on: pull_request
dockerize
8m 1s
dockerize
compile wasm (cloudflare-worker)
4m 17s
compile wasm (cloudflare-worker)
config-schema
3s
config-schema
Matrix: binary
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
compile wasm (cloudflare-worker)
Process completed with exit code 1.
this expression creates a reference which is immediately dereferenced by the compiler: libs/engine/src/schema_awareness.rs#L287
warning: this expression creates a reference which is immediately dereferenced by the compiler --> libs/engine/src/schema_awareness.rs:287:53 | 287 | let introspection = parse_introspection_str(&content).map_err(|source| { | ^^^^^^^^ help: change this to: `content` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
this expression creates a reference which is immediately dereferenced by the compiler: libs/engine/src/schema_awareness.rs#L207
warning: this expression creates a reference which is immediately dereferenced by the compiler --> libs/engine/src/schema_awareness.rs:207:30 | 207 | parse_graphql_schema(&content).map(|schema| (content.clone(), schema)) | ^^^^^^^^ help: change this to: `content` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: libs/federation_query_planner/src/lib.rs#L88
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> libs/federation_query_planner/src/lib.rs:88:18 | 88 | query_steps: &Vec<QueryStep>, | ^^^^^^^^^^^^^^^ help: change this to: `&[QueryStep]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default
writing `&Vec` instead of `&[_]` involves a new object where a slice will do: libs/tracing/src/otel_utils.rs#L46
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do --> libs/tracing/src/otel_utils.rs:46:11 | 46 | errors: &Vec<GraphQLError>, | ^^^^^^^^^^^^^^^^^^ help: change this to: `&[GraphQLError]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg = note: `#[warn(clippy::ptr_arg)]` on by default

Artifacts

Produced during runtime
Name Size
conductor-aarch64-unknown-linux-gnu
12.5 MB
conductor-x86_64-unknown-linux-gnu
12.5 MB
conductor.schema.json
14.8 KB