Skip to content

chore(deps): update docker/metadata-action digest to 60a0d34 #149

chore(deps): update docker/metadata-action digest to 60a0d34

chore(deps): update docker/metadata-action digest to 60a0d34 #149

GitHub Actions / clippy failed Feb 2, 2024 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 0
Note 0
Help 0

Versions

  • rustc 1.75.0 (82e1608df 2023-12-21)
  • cargo 1.75.0 (1d8b05cdd 2023-11-20)
  • clippy 0.1.75 (82e1608 2023-12-21)

Annotations

Check failure on line 252 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

no field `active_thread_id` on type `&sentry_types::protocol::v7::Transaction<'_>`

error[E0609]: no field `active_thread_id` on type `&sentry_types::protocol::v7::Transaction<'_>`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:252:43
    |
252 |             active_thread_id: transaction.active_thread_id.unwrap_or(0),
    |                                           ^^^^^^^^^^^^^^^^ unknown field
    |
    = note: available fields are: `event_id`, `name`, `release`, `environment`, `user` ... and 9 others

Check failure on line 441 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/performance.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

struct `sentry_types::protocol::v7::Transaction<'_>` has no field named `active_thread_id`

error[E0560]: struct `sentry_types::protocol::v7::Transaction<'_>` has no field named `active_thread_id`
   --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/performance.rs:441:21
    |
441 |                     active_thread_id: Some(
    |                     ^^^^^^^^^^^^^^^^ `sentry_types::protocol::v7::Transaction<'_>` does not have this field
    |
    = note: available fields are: `event_id`, `release`, `environment`, `user`, `tags` ... and 8 others

Check failure on line 10 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved imports `sentry_types::protocol::v7::DeviceMetadata`, `sentry_types::protocol::v7::OSMetadata`, `sentry_types::protocol::v7::RuntimeMetadata`, `sentry_types::protocol::v7::RustFrame`, `sentry_types::protocol::v7::Sample`, `sentry_types::protocol::v7::SampleProfile`, `sentry_types::protocol::v7::ThreadMetadata`, `sentry_types::protocol::v7::TransactionMetadata`, `sentry_types::protocol::v7::Version`

error[E0432]: unresolved imports `sentry_types::protocol::v7::DeviceMetadata`, `sentry_types::protocol::v7::OSMetadata`, `sentry_types::protocol::v7::RuntimeMetadata`, `sentry_types::protocol::v7::RustFrame`, `sentry_types::protocol::v7::Sample`, `sentry_types::protocol::v7::SampleProfile`, `sentry_types::protocol::v7::ThreadMetadata`, `sentry_types::protocol::v7::TransactionMetadata`, `sentry_types::protocol::v7::Version`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:10:28
   |
10 |     DebugImage, DebugMeta, DeviceMetadata, OSMetadata, RuntimeMetadata, RustFrame, Sample,
   |                            ^^^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^ no `Sample` in `protocol::v7`
   |                            |               |           |                |
   |                            |               |           |                no `RustFrame` in `protocol::v7`
   |                            |               |           no `RuntimeMetadata` in `protocol::v7`
   |                            |               no `OSMetadata` in `protocol::v7`
   |                            no `DeviceMetadata` in `protocol::v7`
11 |     SampleProfile, SymbolicDebugImage, ThreadMetadata, TraceId, Transaction, TransactionMetadata,
   |     ^^^^^^^^^^^^^                      ^^^^^^^^^^^^^^                        ^^^^^^^^^^^^^^^^^^^ no `TransactionMetadata` in `protocol::v7`
   |     |                                  |
   |     |                                  no `ThreadMetadata` in `protocol::v7`
   |     no `SampleProfile` in `protocol::v7`
12 |     Version,
   |     ^^^^^^^ no `Version` in `protocol::v7`
   |
   = help: consider importing one of these items instead:
           rustc_version_runtime::Version
           uuid::Version

Check failure on line 8 in /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `sentry_types::protocol::v7::Profile`

error[E0432]: unresolved import `sentry_types::protocol::v7::Profile`
 --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:8:5
  |
8 | use sentry_types::protocol::v7::Profile;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Profile` in `protocol::v7`