Skip to content

Secretless build

Secretless build #157

Triggered via pull request April 11, 2024 07:16
Status Failure
Total duration 2m 50s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build-data
Process completed with exit code 1.
the method `send` doesn't need a mutable reference: azure-kusto-data/src/operations/query.rs#L83
warning: the method `send` doesn't need a mutable reference --> azure-kusto-data/src/operations/query.rs:83:19 | 83 | .send(&mut context, &mut request) | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
the method `send` doesn't need a mutable reference: azure-kusto-data/src/cloud_info.rs#L65
warning: the method `send` doesn't need a mutable reference --> azure-kusto-data/src/cloud_info.rs:65:38 | 65 | let response = pipeline.send(&mut Context::new(), &mut request).await?; | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed = note: `#[warn(clippy::unnecessary_mut_passed)]` on by default
the item `thiserror` is imported redundantly: azure-kusto-data/src/error.rs#L6
warning: the item `thiserror` is imported redundantly --> azure-kusto-data/src/error.rs:6:5 | 6 | use thiserror; | ^^^^^^^^^ the item `thiserror` is already defined by prelude
the item `Context` is imported redundantly: azure-kusto-data/src/cloud_info.rs#L6
warning: the item `Context` is imported redundantly --> azure-kusto-data/src/cloud_info.rs:6:18 | 5 | use azure_core::prelude::*; | ---------------------- the item `Context` is already imported here 6 | use azure_core::{Context, Method, Pipeline, Request, StatusCode}; | ^^^^^^^
the item `TryFrom` is imported redundantly: azure-kusto-data/src/client.rs#L15
warning: the item `TryFrom` is imported redundantly --> azure-kusto-data/src/client.rs:15:5 | 15 | use std::convert::TryFrom; | ^^^^^^^^^^^^^^^^^^^^^ --> /rustc/aa067fb984d36462548bb785da221bfaf38253f0/library/std/src/prelude/mod.rs:148:13 | = note: the item `TryFrom` is already defined here
the item `TryInto` is imported redundantly: azure-kusto-data/src/arrow.rs#L1
warning: the item `TryInto` is imported redundantly --> azure-kusto-data/src/arrow.rs:1:5 | 1 | use std::convert::TryInto; | ^^^^^^^^^^^^^^^^^^^^^ --> /rustc/aa067fb984d36462548bb785da221bfaf38253f0/library/std/src/prelude/mod.rs:148:13 | = note: the item `TryInto` is already defined here | = note: `#[warn(unused_imports)]` on by default
build-data
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions/cache@v3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-data
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy-check@v1, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-data
At least one of the FILES, JUNIT_FILES, NUNIT_FILES, XUNIT_FILES, or TRX_FILES options has to be set! Falling back to deprecated default "*.xml"
build-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/
build-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/
build-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/
build-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/