[INFO] cloning repository https://github.com/Arjentix/telepass
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arjentix/telepass" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8059a1494bf18dce83e6e70966af1f1e8eadb6ac
[INFO] documenting Arjentix/telepass against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arjentix/telepass
[INFO] finished tweaking git repo https://github.com/Arjentix/telepass
[INFO] tweaked toml for git repo https://github.com/Arjentix/telepass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arjentix/telepass on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arjentix/telepass 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[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.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 30 warnings
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: web_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: web_app/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_web_app` (manifest) generated 30 warnings
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/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: telegram_gate/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_telegram_gate` (manifest) generated 30 warnings
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: data_model/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: data_model/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_data_model` (manifest) generated 30 warnings
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: password_storage/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: password_storage/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_password_storage` (manifest) generated 30 warnings
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: crypto/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: crypto/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_crypto` (manifest) generated 30 warnings
[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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] documenting Arjentix/telepass against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arjentix/telepass
[INFO] finished tweaking git repo https://github.com/Arjentix/telepass
[INFO] tweaked toml for git repo https://github.com/Arjentix/telepass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arjentix/telepass on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arjentix/telepass 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[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.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 30 warnings
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: web_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: web_app/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_web_app` (manifest) generated 30 warnings
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/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: telegram_gate/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_telegram_gate` (manifest) generated 30 warnings
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: data_model/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: data_model/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_data_model` (manifest) generated 30 warnings
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: password_storage/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: password_storage/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_password_storage` (manifest) generated 30 warnings
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: crypto/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: crypto/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_crypto` (manifest) generated 30 warnings
[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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] documenting Arjentix/telepass against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arjentix/telepass
[INFO] finished tweaking git repo https://github.com/Arjentix/telepass
[INFO] tweaked toml for git repo https://github.com/Arjentix/telepass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arjentix/telepass on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arjentix/telepass 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[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.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 30 warnings
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: web_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: web_app/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_web_app` (manifest) generated 30 warnings
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/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: telegram_gate/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_telegram_gate` (manifest) generated 30 warnings
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: data_model/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: data_model/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_data_model` (manifest) generated 30 warnings
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: password_storage/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: password_storage/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_password_storage` (manifest) generated 30 warnings
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: crypto/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: crypto/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_crypto` (manifest) generated 30 warnings
[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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] documenting Arjentix/telepass against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arjentix/telepass
[INFO] finished tweaking git repo https://github.com/Arjentix/telepass
[INFO] tweaked toml for git repo https://github.com/Arjentix/telepass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arjentix/telepass on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arjentix/telepass 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[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.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 30 warnings
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: web_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: web_app/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_web_app` (manifest) generated 30 warnings
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/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: telegram_gate/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_telegram_gate` (manifest) generated 30 warnings
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: data_model/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: data_model/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_data_model` (manifest) generated 30 warnings
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: password_storage/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: password_storage/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_password_storage` (manifest) generated 30 warnings
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: crypto/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: crypto/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_crypto` (manifest) generated 30 warnings
[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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] documenting Arjentix/telepass against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArjentix%2Ftelepass" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Arjentix/telepass
[INFO] finished tweaking git repo https://github.com/Arjentix/telepass
[INFO] tweaked toml for git repo https://github.com/Arjentix/telepass written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Arjentix/telepass on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Arjentix/telepass 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[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.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: workspace (manifest) generated 30 warnings
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: web_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: web_app/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: web_app/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_web_app` (manifest) generated 30 warnings
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/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: telegram_gate/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: telegram_gate/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_telegram_gate` (manifest) generated 30 warnings
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: data_model/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: data_model/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: data_model/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_data_model` (manifest) generated 30 warnings
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: password_storage/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: password_storage/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: password_storage/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_password_storage` (manifest) generated 30 warnings
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.absolute-paths` is deprecated in favor of `lints.clippy.absolute_paths` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.arbitrary-source-item-ordering` is deprecated in favor of `lints.clippy.arbitrary_source_item_ordering` and will not work in a future edition
[INFO] [stderr] warning: crypto/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: crypto/Cargo.toml: `lints.clippy.error-impl-error` is deprecated in favor of `lints.clippy.error_impl_error` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-enums` is deprecated in favor of `lints.clippy.exhaustive_enums` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.exhaustive-structs` is deprecated in favor of `lints.clippy.exhaustive_structs` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.implicit-return` is deprecated in favor of `lints.clippy.implicit_return` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.min-ident-chars` is deprecated in favor of `lints.clippy.min_ident_chars` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-inline-in-public-items` is deprecated in favor of `lints.clippy.missing_inline_in_public_items` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.missing-trait-methods` is deprecated in favor of `lints.clippy.missing_trait_methods` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-crate-versions` is deprecated in favor of `lints.clippy.multiple_crate_versions` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.multiple-unsafe-ops-per-block` is deprecated in favor of `lints.clippy.multiple_unsafe_ops_per_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.partial-pub-fields` is deprecated in favor of `lints.clippy.partial_pub_fields` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-use` is deprecated in favor of `lints.clippy.pub_use` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.pub-with-shorthand` is deprecated in favor of `lints.clippy.pub_with_shorthand` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.question-mark-used` is deprecated in favor of `lints.clippy.question_mark_used` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.renamed-function-params` is deprecated in favor of `lints.clippy.renamed_function_params` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.self-named-module-files` is deprecated in favor of `lints.clippy.self_named_module_files` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-if-nothing-returned` is deprecated in favor of `lints.clippy.semicolon_if_nothing_returned` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.semicolon-outside-block` is deprecated in favor of `lints.clippy.semicolon_outside_block` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.separated-literal-suffix` is deprecated in favor of `lints.clippy.separated_literal_suffix` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.shadow-reuse` is deprecated in favor of `lints.clippy.shadow_reuse` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-call-fn` is deprecated in favor of `lints.clippy.single_call_fn` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.single-match-else` is deprecated in favor of `lints.clippy.single_match_else` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-alloc` is deprecated in favor of `lints.clippy.std_instead_of_alloc` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.std-instead-of-core` is deprecated in favor of `lints.clippy.std_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: crypto/Cargo.toml: `lints.clippy.wildcard-imports` is deprecated in favor of `lints.clippy.wildcard_imports` and will not work in a future edition
[INFO] [stderr] warning: `telepass_crypto` (manifest) generated 30 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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