Update build.yml #164
Annotations
12 warnings and 1 notice
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, actions-rs/grcov@v0.1, 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, actions-rs/grcov@v0.1, 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
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
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/
|
46 tests found
There are 46 tests, see "Raw output" for the full list of tests.
|