[INFO] cloning repository https://github.com/JP-Ellis/borrow-checker
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JP-Ellis/borrow-checker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] edcb01567c8fe49db6e51182836f1d1ac4520dc6
[INFO] checking JP-Ellis/borrow-checker against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] finished tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] tweaked toml for git repo https://github.com/JP-Ellis/borrow-checker written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JP-Ellis/borrow-checker on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JP-Ellis/borrow-checker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `bc-ui`
[INFO] [stderr]   --> Cargo.toml:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 | [workspace.dependencies.bc-ui]
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bc-ui`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | homepage = "https://github.com/JP-Ellis/borrow-checker"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 12 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ofx/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr] 33 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ofx` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-seed` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-models` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ledger/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ledger` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/beancount/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-beancount` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-cli` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-app` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-config` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ipc` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-plugins` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-core` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-otel` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk-macros` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ui` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/csv/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr] 34 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-csv` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking JP-Ellis/borrow-checker against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] finished tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] tweaked toml for git repo https://github.com/JP-Ellis/borrow-checker written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JP-Ellis/borrow-checker on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JP-Ellis/borrow-checker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `bc-ui`
[INFO] [stderr]   --> Cargo.toml:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 | [workspace.dependencies.bc-ui]
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bc-ui`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | homepage = "https://github.com/JP-Ellis/borrow-checker"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 12 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ofx/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr] 33 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ofx` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-seed` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-models` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ledger/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ledger` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/beancount/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-beancount` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-cli` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-app` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-config` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ipc` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-plugins` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-core` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-otel` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk-macros` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ui` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/csv/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr] 34 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-csv` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking JP-Ellis/borrow-checker against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] finished tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] tweaked toml for git repo https://github.com/JP-Ellis/borrow-checker written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JP-Ellis/borrow-checker on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JP-Ellis/borrow-checker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `bc-ui`
[INFO] [stderr]   --> Cargo.toml:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 | [workspace.dependencies.bc-ui]
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bc-ui`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | homepage = "https://github.com/JP-Ellis/borrow-checker"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 12 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ofx/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr] 33 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ofx` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-seed` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-models` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ledger/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ledger` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/beancount/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-beancount` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-cli` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-app` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-config` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ipc` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-plugins` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-core` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-otel` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk-macros` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ui` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/csv/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr] 34 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-csv` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking JP-Ellis/borrow-checker against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] finished tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] tweaked toml for git repo https://github.com/JP-Ellis/borrow-checker written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JP-Ellis/borrow-checker on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JP-Ellis/borrow-checker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `bc-ui`
[INFO] [stderr]   --> Cargo.toml:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 | [workspace.dependencies.bc-ui]
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bc-ui`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | homepage = "https://github.com/JP-Ellis/borrow-checker"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 12 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ofx/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr] 33 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ofx` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-seed` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-models` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ledger/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ledger` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/beancount/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-beancount` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-cli` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-app` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-config` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ipc` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-plugins` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-core` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-otel` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk-macros` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ui` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/csv/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr] 34 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-csv` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking JP-Ellis/borrow-checker against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJP-Ellis%2Fborrow-checker" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] finished tweaking git repo https://github.com/JP-Ellis/borrow-checker
[INFO] tweaked toml for git repo https://github.com/JP-Ellis/borrow-checker written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/JP-Ellis/borrow-checker on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/JP-Ellis/borrow-checker already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: unused workspace dependency `bc-ui`
[INFO] [stderr]   --> Cargo.toml:55:25
[INFO] [stderr]    |
[INFO] [stderr] 55 | [workspace.dependencies.bc-ui]
[INFO] [stderr]    |                         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bc-ui`
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:215:1
[INFO] [stderr]     |
[INFO] [stderr] 215 | homepage = "https://github.com/JP-Ellis/borrow-checker"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 12 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ofx/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr] 33 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 31 ~ serde_json          = { workspace = true }
[INFO] [stderr] 32 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ofx` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-seed/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-seed` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-models/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-models` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/ledger/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-ledger` (manifest) generated 1 warning
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/beancount/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr] 32 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 30 ~ serde_json          = { workspace = true }
[INFO] [stderr] 31 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-beancount` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-cli/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-cli` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-app/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-app` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-config/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-config` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ipc/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ipc` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-plugins/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-plugins` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-core/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-core` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-otel/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-otel` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-sdk-macros/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-sdk-macros` (manifest) generated 10 warnings
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.clippy.blanket-clippy-restriction-lints` is deprecated in favor of `lints.clippy.blanket_clippy_restriction_lints` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.deprecated-safe` is deprecated in favor of `lints.rust.deprecated_safe` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.nonstandard-style` is deprecated in favor of `lints.rust.nonstandard_style` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.refining-impl-trait` is deprecated in favor of `lints.rust.refining_impl_trait` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rust.unknown-or-malformed-diagnostic-attributes` is deprecated in favor of `lints.rust.unknown_or_malformed_diagnostic_attributes` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.missing-crate-level-docs` is deprecated in favor of `lints.rustdoc.missing_crate_level_docs` and will not work in a future edition
[INFO] [stderr] warning: crates/bc-ui/Cargo.toml: `lints.rustdoc.private-doc-tests` is deprecated in favor of `lints.rustdoc.private_doc_tests` and will not work in a future edition
[INFO] [stderr] warning: `bc-ui` (manifest) generated 10 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> plugins/csv/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr] 34 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 32 ~ serde_json          = { workspace = true }
[INFO] [stderr] 33 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `bc-plugin-csv` (manifest) generated 1 warning
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device