[INFO] cloning repository https://github.com/timholm/continuwuity
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/timholm/continuwuity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimholm%2Fcontinuwuity", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimholm%2Fcontinuwuity'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7860dc8dd96e106efb43da82d010a17ec9999bb
[INFO] checking timholm/continuwuity against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftimholm%2Fcontinuwuity" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/timholm/continuwuity
[INFO] finished tweaking git repo https://github.com/timholm/continuwuity
[INFO] tweaked toml for git repo https://github.com/timholm/continuwuity written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/timholm/continuwuity on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/timholm/continuwuity 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" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` 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.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 26 warnings
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/admin/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: src/admin/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/admin/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_admin` (manifest) generated 26 warnings
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: xtask/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: xtask/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `xtask` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/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: src/macros/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/macros/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_macros` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/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: src/build_metadata/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/build_metadata/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_build_metadata` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/service/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: src/service/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/service/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_service` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/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: src/core/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/core/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_core` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/database/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: src/database/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/database/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_database` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/main/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: src/main/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/main/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/api/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: src/api/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/api/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_api` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/web/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: src/web/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/web/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_web` (manifest) generated 26 warnings
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.deprecated-in-future` is deprecated in favor of `lints.rust.deprecated_in_future` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: src/router/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: src/router/Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: src/router/Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: `conduwuit_router` (manifest) generated 26 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/async-channel`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/core_affinity_rs`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/event-listener`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/hyper-util`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/rustyline-async`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/ruwuma`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/jemallocator`
[INFO] [stderr]     Updating git submodule `https://github.com/tikv/jemalloc`
[INFO] [stderr]     Updating git repository `https://forgejo.ellis.link/continuwuation/rust-rocksdb-zaidoon1`
[INFO] [stderr]     Updating git submodule `https://forgejo.ellis.link/continuwuation/rocksdb.git`
[INFO] [stderr]     Updating git submodule `https://github.com/google/snappy.git`
[INFO] [stderr]     Updating git submodule `https://github.com/google/benchmark.git`
[INFO] [stderr]     Updating git submodule `https://github.com/google/googletest.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded webpage v2.0.1
[INFO] [stderr]   Downloaded loole v0.4.1
[INFO] [stderr]   Downloaded minicbor v2.2.1
[INFO] [stderr]   Downloaded minicbor-serde v0.6.2
[INFO] [stderr]   Downloaded tokio-metrics v0.4.9
[INFO] [stderr]   Downloaded checked_ops v0.1.0
[INFO] [stderr]   Downloaded cyborgtime v2.1.1
[INFO] [stderr]   Downloaded hardened_malloc-rs v0.1.2+12
[INFO] [stderr]   Downloaded axum-client-ip v0.7.0
[INFO] [stderr]   Downloaded tracing-flame v0.2.0
[INFO] [stderr]   Downloaded sentry-backtrace v0.46.2
[INFO] [stderr]   Downloaded sentry v0.46.2
[INFO] [stderr]   Downloaded sentry-panic v0.46.2
[INFO] [stderr]   Downloaded sentry-log v0.46.2
[INFO] [stderr]   Downloaded sentry-tracing v0.46.2
[INFO] [stderr]   Downloaded sentry-tower v0.46.2
[INFO] [stderr]   Downloaded sentry-debug-images v0.46.2
[INFO] [stderr]   Downloaded sentry-contexts v0.46.2
[INFO] [stderr]   Downloaded sentry-core v0.46.2
[INFO] [stderr]   Downloaded sentry-types v0.46.2
[INFO] [stderr]   Downloaded axum-server-dual-protocol v0.7.0
[INFO] [stderr]   Downloaded ipaddress v0.1.3
[INFO] [stderr]   Downloaded recaptcha-verify v0.1.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "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