Skip to content

Add tracing

Add tracing #695

Triggered via pull request October 13, 2023 15:22
Status Failure
Total duration 6m 25s
Artifacts

ci.yaml

on: pull_request
Check code formatting
5s
Check code formatting
Matrix: build
Matrix: Clippy
Fit to window
Zoom out
Zoom in

Annotations

99 errors and 37 warnings
`dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::KyberPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::KyberPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::KyberPreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::KyberPreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SenderKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SenderKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SenderKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SenderKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SignedPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SignedPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SignedPreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SignedPreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::PreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::PreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::PreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::PreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SessionStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SessionStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SessionStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SessionStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::IdentityKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::IdentityKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::IdentityKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::IdentityKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::KyberPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::KyberPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SenderKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SenderKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SignedPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SignedPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::PreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::PreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SessionStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SessionStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::IdentityKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::IdentityKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:268:5 | 268 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L268
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:268:5 | 268 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:93:5 | 93 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L93
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:93:5 | 93 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:61:5 | 61 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L61
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:61:5 | 61 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
Clippy (libsignal-service-hyper)
Clippy had exited with the 101 exit code
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
`dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::KyberPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::KyberPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::KyberPreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::KyberPreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SenderKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SenderKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SenderKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SenderKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SignedPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SignedPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SignedPreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SignedPreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::PreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::PreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::PreKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::PreKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SessionStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SessionStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::SessionStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::SessionStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::IdentityKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::IdentityKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut dyn libsignal_protocol::IdentityKeyStore>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut dyn libsignal_protocol::IdentityKeyStore>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::KyberPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::KyberPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::KyberPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::KyberPreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SenderKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SenderKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SenderKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SenderKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SignedPreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SignedPreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SignedPreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SignedPreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::PreKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::PreKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::PreKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::PreKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::SessionStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::SessionStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::SessionStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::SessionStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L423
error[E0277]: `dyn libsignal_protocol::IdentityKeyStore` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:423:1 | 423 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `dyn libsignal_protocol::IdentityKeyStore` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` | = help: the trait `std::fmt::Debug` is not implemented for `dyn libsignal_protocol::IdentityKeyStore` = help: the following other types implement trait `std::fmt::Debug`: (dyn tracing::Value + 'static) (dyn std::any::Any + 'static) (dyn std::any::Any + std::marker::Send + 'static) (dyn std::any::Any + std::marker::Send + std::marker::Sync + 'static) = note: required for `&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut dyn libsignal_protocol::IdentityKeyStore` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:268:5 | 268 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L268
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:268:5 | 268 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:93:5 | 93 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L93
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:93:5 | 93 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/macros.rs#L2210
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:61:5 | 61 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = help: the trait `tracing::Value` is implemented for `tracing::field::DebugValue<T>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: required for `tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to implement `tracing::Value` = note: required for the cast from `&tracing::field::DebugValue<&&mut cipher::ServiceCipher<S, R>>` to `&dyn tracing::Value` = note: this error originates in the macro `$crate::valueset` which comes from the expansion of the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
`cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`: libsignal-service/src/cipher.rs#L61
error[E0277]: `cipher::ServiceCipher<S, R>` doesn't implement `std::fmt::Debug` --> libsignal-service/src/cipher.rs:61:5 | 61 | #[tracing::instrument] | ^^^^^^^^^^^^^^^^^^^^^^ `cipher::ServiceCipher<S, R>` cannot be formatted using `{:?}` | = help: the trait `std::fmt::Debug` is not implemented for `cipher::ServiceCipher<S, R>` = note: add `#[derive(Debug)]` to `cipher::ServiceCipher<S, R>` or manually `impl std::fmt::Debug for cipher::ServiceCipher<S, R>` = note: required for `&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` = note: 1 redundant requirement hidden = note: required for `&&mut cipher::ServiceCipher<S, R>` to implement `std::fmt::Debug` note: required by a bound in `tracing::field::debug` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/field.rs:365:8 | 363 | pub fn debug<T>(t: T) -> DebugValue<T> | ----- required by a bound in this function 364 | where 365 | T: fmt::Debug, | ^^^^^^^^^^ required by this bound in `debug` = note: this error originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info)
Build (libsignal-service-actix, Rust 1.61)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Clippy (libsignal-service-actix)
Clippy had exited with the 101 exit code
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-hyper, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust beta): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust stable): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L61
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L93
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L268
`ServiceCipher<S, R>` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn IdentityKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn SessionStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn PreKeyStore` doesn't implement `std::fmt::Debug`
Build (libsignal-service-actix, Rust nightly): libsignal-service/src/cipher.rs#L423
`dyn SignedPreKeyStore` doesn't implement `std::fmt::Debug`
Clippy (libsignal-service-hyper)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (libsignal-service-hyper, Rust beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-hyper, Rust beta)
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 (libsignal-service-actix, Rust 1.61)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-actix, Rust 1.61)
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 (libsignal-service-actix, Rust 1.61)
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 (libsignal-service-actix, Rust 1.61)
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 (libsignal-service-actix, Rust 1.61)
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/
Clippy (libsignal-service-actix)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build (libsignal-service-hyper, Rust stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust stable)
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 (libsignal-service-hyper, Rust nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-hyper, Rust nightly)
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 (libsignal-service-actix, Rust beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust beta)
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 (libsignal-service-actix, Rust stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust stable)
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 (libsignal-service-actix, Rust nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
Build (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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 (libsignal-service-actix, Rust nightly)
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/