Skip to content

Release 0.5.5

Release 0.5.5 #57

Triggered via push April 7, 2024 19:49
Status Failure
Total duration 1m 20s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 56 warnings
rustfmt
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
test (1.63.0)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
test (stable)
The job was canceled because "_1_63_0" failed.
test (nightly)
The job was canceled because "_1_63_0" failed.
test (stable)
The operation was canceled.
test (nightly)
The operation was canceled.
rustfmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rustfmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
clippy: dxr_shared/src/values/ser_de.rs#L21
use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` or `NaiveDateTime::parse_from_str` with `and_utc()` or `and_local_timezone()` instead
clippy: dxr_shared/src/values/ser_de.rs#L23
unnecessary map_err on constructor Err(_)
clippy
`dxr_shared` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dxr_shared` to apply 1 suggestion)
clippy: dxr_server/src/lib.rs#L25
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
clippy: dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Fault`: The dxr_shared crate was renamed to dxr with version 0.6.0.
clippy: dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::FaultResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
clippy: dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodCall`: The dxr_shared crate was renamed to dxr with version 0.6.0.
clippy: dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
clippy: dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Value`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (1.63.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (1.63.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (stable)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
test (stable): dxr_shared/src/values/ser_de.rs#L21
use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` or `NaiveDateTime::parse_from_str` with `and_utc()` or `and_local_timezone()` instead
test (stable)
`dxr_shared` (lib) generated 1 warning
test (stable): dxr_server/src/lib.rs#L25
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Fault`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::FaultResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodCall`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Value`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
test (stable): dxr_server/src/lib.rs#L52
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_shared/src/values/ser_de.rs#L21
use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` or `NaiveDateTime::parse_from_str` with `and_utc()` or `and_local_timezone()` instead
test (nightly)
`dxr_shared` (lib) generated 1 warning
test (stable)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
test (stable): dxr_shared/src/values/ser_de.rs#L21
use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` or `NaiveDateTime::parse_from_str` with `and_utc()` or `and_local_timezone()` instead
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable)
`dxr_shared` (lib) generated 1 warning
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Fault`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::FaultResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Fault`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodCall`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::FaultResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodCall`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Value`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L52
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Value`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (stable): dxr_server/src/lib.rs#L52
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
test (nightly): dxr_shared/src/values/ser_de.rs#L21
use of deprecated method `chrono::TimeZone::datetime_from_str`: use `DateTime::parse_from_str` or `NaiveDateTime::parse_from_str` with `and_utc()` or `and_local_timezone()` instead
test (nightly)
`dxr_shared` (lib) generated 1 warning
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Fault`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::FaultResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodCall`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::MethodResponse`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L25
use of deprecated struct `dxr_shared::Value`: The dxr_shared crate was renamed to dxr with version 0.6.0.
test (nightly): dxr_server/src/lib.rs#L52
use of deprecated enum `dxr_shared::DxrError`: The dxr_shared crate was renamed to dxr with version 0.6.0.