Skip to content

CI fails when run locally #19583

Closed
Closed
@viridia

Description

@viridia

Bevy version

0.16-dev (main branch)

[Optional] Relevant system information

MacOS Sequoia 15.3.2

What you did

I ran cargo run -p ci

What went wrong

The CI fails with the errors shown below.

Additional information

error: this lint expectation is unfulfilled
   --> crates/bevy_render/src/batching/gpu_preprocessing.rs:396:5
    |
396 |     clippy::large_enum_variant,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: See https://github.com/bevyengine/bevy/issues/19220
    = note: `-D unfulfilled-lint-expectations` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unfulfilled_lint_expectations)]`

error: this lint expectation is unfulfilled
   --> crates/bevy_render/src/mesh/allocator.rs:165:5
    |
165 |     clippy::large_enum_variant,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
  --> crates/bevy_render/src/render_resource/pipeline_cache.rs:84:5
   |
84 |     clippy::large_enum_variant,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
    --> crates/bevy_render/src/render_resource/pipeline_cache.rs:1107:5
     |
1107 |     clippy::large_enum_variant,
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
    --> crates/bevy_render/src/render_resource/pipeline_cache.rs:1122:5
     |
1122 |     clippy::large_enum_variant,
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
   --> crates/bevy_render/src/settings.rs:156:5
    |
156 |     clippy::large_enum_variant,
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
   --> crates/bevy_render/src/render_resource/pipeline_cache.rs:197:9
    |
197 |         clippy::result_large_err,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: See https://github.com/bevyengine/bevy/issues/19220

error: this lint expectation is unfulfilled
   --> crates/bevy_render/src/render_resource/pipeline_cache.rs:229:9
    |
229 |         clippy::result_large_err,
    |         ^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: See https://github.com/bevyengine/bevy/issues/19220

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-Build-SystemRelated to build systems or continuous integrationC-BugAn unexpected or incorrect behaviorC-Code-QualityA section of code that is hard to understand or changeD-TrivialNice and easy! A great choice to get started with BevyS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions