Skip to content

brodsky update

brodsky update #353

Triggered via push January 5, 2025 11:38
Status Success
Total duration 3m 16s
Artifacts

bot.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
doc list item without indentation: utils/poll-runner/src/encrypt.rs#L141
error: doc list item without indentation --> utils/poll-runner/src/encrypt.rs:141:5 | 141 | /// The password is decrypted using the private key and used to decrypt the data. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 141 | /// The password is decrypted using the private key and used to decrypt the data. | ++
doc list item without indentation: utils/poll-runner/src/encrypt.rs#L85
error: doc list item without indentation --> utils/poll-runner/src/encrypt.rs:85:5 | 85 | /// The ticket is then encoded using the URL safe base64 encoding. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `-D clippy::doc-lazy-continuation` implied by `-D clippy::all` = help: to override `-D clippy::all` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 85 | /// The ticket is then encoded using the URL safe base64 encoding. | ++
creating a shared reference to mutable static is discouraged: lib/bootstrap/src/nc.rs#L31
warning: creating a shared reference to mutable static is discouraged --> lib/bootstrap/src/nc.rs:31:13 | 31 | SINGLETON.assume_init_ref().clone() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
creating a mutable reference to mutable static is discouraged: lib/bootstrap/src/nc.rs#L21
warning: creating a mutable reference to mutable static is discouraged --> lib/bootstrap/src/nc.rs:21:17 | 21 | / SINGLETON.write(Arc::new( 22 | | nats::asynk::connect( 23 | | std::env::var("NATS_URL") 24 | | .expect("Expected the NATS_URL in the environment"), ... | 27 | | .expect("Failed to connect to NATS"), 28 | | )); | |__________________^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
creating a shared reference to mutable static is discouraged: lib/bootstrap/src/db.rs#L33
warning: creating a shared reference to mutable static is discouraged --> lib/bootstrap/src/db.rs:33:13 | 33 | SINGLETON.assume_init_ref().clone() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
creating a mutable reference to mutable static is discouraged: lib/bootstrap/src/db.rs#L20
warning: creating a mutable reference to mutable static is discouraged --> lib/bootstrap/src/db.rs:20:17 | 20 | / SINGLETON.write(Arc::new( 21 | | PgPoolOptions::new() 22 | | .min_connections(1) 23 | | .max_connections(5) ... | 29 | | .expect("should be able to create the database pool"), 30 | | )); | |__________________^ mutable reference to mutable static | = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html> = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives = note: `#[warn(static_mut_refs)]` on by default
build
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
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
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
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/