[INFO] cloning repository https://github.com/EnderHub/jscycles
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EnderHub/jscycles" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnderHub%2Fjscycles", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnderHub%2Fjscycles'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 86b1bbfa99ac902bf00ff8ac7c2f4b54ce7ee480
[INFO] checking EnderHub/jscycles/86b1bbfa99ac902bf00ff8ac7c2f4b54ce7ee480 against c9ff496891c278ad660bc0ab85c1f0b72059464a for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEnderHub%2Fjscycles" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/EnderHub/jscycles
[INFO] finished tweaking git repo https://github.com/EnderHub/jscycles
[INFO] tweaked toml for git repo https://github.com/EnderHub/jscycles written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/EnderHub/jscycles on toolchain c9ff496891c278ad660bc0ab85c1f0b72059464a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/EnderHub/jscycles 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" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.alloc-instead-of-core` is deprecated in favor of `lints.clippy.alloc_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes` is deprecated in favor of `lints.clippy.allow_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes-without-reason` is deprecated in favor of `lints.clippy.allow_attributes_without_reason` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arithmetic-side-effects` is deprecated in favor of `lints.clippy.arithmetic_side_effects` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-conversions` is deprecated in favor of `lints.clippy.as_conversions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-pointer-underscore` is deprecated in favor of `lints.clippy.as_pointer_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-underscore` is deprecated in favor of `lints.clippy.as_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.big-endian-bytes` is deprecated in favor of `lints.clippy.big_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cargo-common-metadata` is deprecated in favor of `lints.clippy.cargo_common_metadata` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-possible-truncation` is deprecated in favor of `lints.clippy.cast_possible_truncation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-precision-loss` is deprecated in favor of `lints.clippy.cast_precision_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-sign-loss` is deprecated in favor of `lints.clippy.cast_sign_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cfg-not-test` is deprecated in favor of `lints.clippy.cfg_not_test` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.default-union-representation` is deprecated in favor of `lints.clippy.default_union_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.deref-by-slicing` is deprecated in favor of `lints.clippy.deref_by_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-script-idents` is deprecated in favor of `lints.clippy.disallowed_script_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-include-without-cfg` is deprecated in favor of `lints.clippy.doc_include_without_cfg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.else-if-without-else` is deprecated in favor of `lints.clippy.else_if_without_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-drop` is deprecated in favor of `lints.clippy.empty_drop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-enum-variants-with-brackets` is deprecated in favor of `lints.clippy.empty_enum_variants_with_brackets` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-structs-with-brackets` is deprecated in favor of `lints.clippy.empty_structs_with_brackets` 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.expect-used` is deprecated in favor of `lints.clippy.expect_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.field-scoped-visibility-modifiers` is deprecated in favor of `lints.clippy.field_scoped_visibility_modifiers` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.filetype-is-file` is deprecated in favor of `lints.clippy.filetype_is_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.float-cmp-const` is deprecated in favor of `lints.clippy.float_cmp_const` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.fn-to-numeric-cast-any` is deprecated in favor of `lints.clippy.fn_to_numeric_cast_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-push-string` is deprecated in favor of `lints.clippy.format_push_string` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.get-unwrap` is deprecated in favor of `lints.clippy.get_unwrap` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.host-endian-bytes` is deprecated in favor of `lints.clippy.host_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.if-then-some-else-none` is deprecated in favor of `lints.clippy.if_then_some_else_none` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.indexing-slicing` is deprecated in favor of `lints.clippy.indexing_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.infinite-loop` is deprecated in favor of `lints.clippy.infinite_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-att-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_att_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-intel-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_intel_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division` is deprecated in favor of `lints.clippy.integer_division` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division-remainder-used` is deprecated in favor of `lints.clippy.integer_division_remainder_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-over-hash-type` is deprecated in favor of `lints.clippy.iter_over_hash_type` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-include-file` is deprecated in favor of `lints.clippy.large_include_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-must-use` is deprecated in favor of `lints.clippy.let_underscore_must_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-untyped` is deprecated in favor of `lints.clippy.let_underscore_untyped` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.little-endian-bytes` is deprecated in favor of `lints.clippy.little_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.lossy-float-literal` is deprecated in favor of `lints.clippy.lossy_float_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-err-ignore` is deprecated in favor of `lints.clippy.map_err_ignore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-unwrap-or` is deprecated in favor of `lints.clippy.map_unwrap_or` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-with-unused-argument-over-ranges` is deprecated in favor of `lints.clippy.map_with_unused_argument_over_ranges` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mem-forget` is deprecated in favor of `lints.clippy.mem_forget` 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-assert-message` is deprecated in favor of `lints.clippy.missing_assert_message` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-asserts-for-indexing` is deprecated in favor of `lints.clippy.missing_asserts_for_indexing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mixed-read-write-in-expression` is deprecated in favor of `lints.clippy.mixed_read_write_in_expression` 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-inherent-impl` is deprecated in favor of `lints.clippy.multiple_inherent_impl` 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.must-use-candidate` is deprecated in favor of `lints.clippy.must_use_candidate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-atomic` is deprecated in favor of `lints.clippy.mutex_atomic` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-integer` is deprecated in favor of `lints.clippy.mutex_integer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-value` is deprecated in favor of `lints.clippy.needless_pass_by_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-ascii-literal` is deprecated in favor of `lints.clippy.non_ascii_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-zero-suggestions` is deprecated in favor of `lints.clippy.non_zero_suggestions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.panic-in-result-fn` is deprecated in favor of `lints.clippy.panic_in_result_fn` 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.pathbuf-init-then-push` is deprecated in favor of `lints.clippy.pathbuf_init_then_push` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pointer-format` is deprecated in favor of `lints.clippy.pointer_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.precedence-bits` is deprecated in favor of `lints.clippy.precedence_bits` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stderr` is deprecated in favor of `lints.clippy.print_stderr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stdout` is deprecated in favor of `lints.clippy.print_stdout` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ptr-arg` is deprecated in favor of `lints.clippy.ptr_arg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-without-shorthand` is deprecated in favor of `lints.clippy.pub_without_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-buffer` is deprecated in favor of `lints.clippy.rc_buffer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-mutex` is deprecated in favor of `lints.clippy.rc_mutex` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-closure-for-method-calls` is deprecated in favor of `lints.clippy.redundant_closure_for_method_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-patterns` is deprecated in favor of `lints.clippy.ref_patterns` 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.rest-pat-in-fully-bound-structs` is deprecated in favor of `lints.clippy.rest_pat_in_fully_bound_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.return-and-then` is deprecated in favor of `lints.clippy.return_and_then` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.same-name-method` is deprecated in favor of `lints.clippy.same_name_method` 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-inside-block` is deprecated in favor of `lints.clippy.semicolon_inside_block` 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.shadow-same` is deprecated in favor of `lints.clippy.shadow_same` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-unrelated` is deprecated in favor of `lints.clippy.shadow_unrelated` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.similar-names` is deprecated in favor of `lints.clippy.similar_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-lifetime-names` is deprecated in favor of `lints.clippy.single_char_lifetime_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match` is deprecated in favor of `lints.clippy.single_match` 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.string-add` is deprecated in favor of `lints.clippy.string_add` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-chars-any` is deprecated in favor of `lints.clippy.string_lit_chars_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-slice` is deprecated in favor of `lints.clippy.string_slice` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-xor-used-as-pow` is deprecated in favor of `lints.clippy.suspicious_xor_used_as_pow` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-many-arguments` is deprecated in favor of `lints.clippy.too_many_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.try-err` is deprecated in favor of `lints.clippy.try_err` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.type-complexity` is deprecated in favor of `lints.clippy.type_complexity` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-comment` is deprecated in favor of `lints.clippy.unnecessary_safety_comment` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-doc` is deprecated in favor of `lints.clippy.unnecessary_safety_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-self-imports` is deprecated in favor of `lints.clippy.unnecessary_self_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-wraps` is deprecated in favor of `lints.clippy.unnecessary_wraps` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unneeded-field-pattern` is deprecated in favor of `lints.clippy.unneeded_field_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-trait-names` is deprecated in favor of `lints.clippy.unused_trait_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-in-result` is deprecated in favor of `lints.clippy.unwrap_in_result` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-used` is deprecated in favor of `lints.clippy.unwrap_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-debug` is deprecated in favor of `lints.clippy.use_debug` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.used-underscore-binding` is deprecated in favor of `lints.clippy.used_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-attribute` is deprecated in favor of `lints.clippy.useless_attribute` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-format` is deprecated in favor of `lints.clippy.useless_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-file-reads` is deprecated in favor of `lints.clippy.verbose_file_reads` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-enum-match-arm` is deprecated in favor of `lints.clippy.wildcard_enum_match_arm` 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: Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2018` is deprecated in favor of `lints.rust.keyword_idents_2018` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2024` is deprecated in favor of `lints.rust.keyword_idents_2024` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-incompatible-pat` is deprecated in favor of `lints.rust.rust_2024_incompatible_pat` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-code` is deprecated in favor of `lints.rust.unreachable_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-results` is deprecated in favor of `lints.rust.unused_results` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.variant-size-differences` is deprecated in favor of `lints.rust.variant_size_differences` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.alloc-instead-of-core` is deprecated in favor of `lints.clippy.alloc_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes` is deprecated in favor of `lints.clippy.allow_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes-without-reason` is deprecated in favor of `lints.clippy.allow_attributes_without_reason` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arithmetic-side-effects` is deprecated in favor of `lints.clippy.arithmetic_side_effects` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-conversions` is deprecated in favor of `lints.clippy.as_conversions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-pointer-underscore` is deprecated in favor of `lints.clippy.as_pointer_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-underscore` is deprecated in favor of `lints.clippy.as_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.big-endian-bytes` is deprecated in favor of `lints.clippy.big_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cargo-common-metadata` is deprecated in favor of `lints.clippy.cargo_common_metadata` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-possible-truncation` is deprecated in favor of `lints.clippy.cast_possible_truncation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-precision-loss` is deprecated in favor of `lints.clippy.cast_precision_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-sign-loss` is deprecated in favor of `lints.clippy.cast_sign_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cfg-not-test` is deprecated in favor of `lints.clippy.cfg_not_test` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.default-union-representation` is deprecated in favor of `lints.clippy.default_union_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.deref-by-slicing` is deprecated in favor of `lints.clippy.deref_by_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-script-idents` is deprecated in favor of `lints.clippy.disallowed_script_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-include-without-cfg` is deprecated in favor of `lints.clippy.doc_include_without_cfg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.else-if-without-else` is deprecated in favor of `lints.clippy.else_if_without_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-drop` is deprecated in favor of `lints.clippy.empty_drop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-enum-variants-with-brackets` is deprecated in favor of `lints.clippy.empty_enum_variants_with_brackets` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-structs-with-brackets` is deprecated in favor of `lints.clippy.empty_structs_with_brackets` 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.expect-used` is deprecated in favor of `lints.clippy.expect_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.field-scoped-visibility-modifiers` is deprecated in favor of `lints.clippy.field_scoped_visibility_modifiers` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.filetype-is-file` is deprecated in favor of `lints.clippy.filetype_is_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.float-cmp-const` is deprecated in favor of `lints.clippy.float_cmp_const` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.fn-to-numeric-cast-any` is deprecated in favor of `lints.clippy.fn_to_numeric_cast_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-push-string` is deprecated in favor of `lints.clippy.format_push_string` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.get-unwrap` is deprecated in favor of `lints.clippy.get_unwrap` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.host-endian-bytes` is deprecated in favor of `lints.clippy.host_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.if-then-some-else-none` is deprecated in favor of `lints.clippy.if_then_some_else_none` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.indexing-slicing` is deprecated in favor of `lints.clippy.indexing_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.infinite-loop` is deprecated in favor of `lints.clippy.infinite_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-att-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_att_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-intel-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_intel_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division` is deprecated in favor of `lints.clippy.integer_division` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division-remainder-used` is deprecated in favor of `lints.clippy.integer_division_remainder_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-over-hash-type` is deprecated in favor of `lints.clippy.iter_over_hash_type` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-include-file` is deprecated in favor of `lints.clippy.large_include_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-must-use` is deprecated in favor of `lints.clippy.let_underscore_must_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-untyped` is deprecated in favor of `lints.clippy.let_underscore_untyped` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.little-endian-bytes` is deprecated in favor of `lints.clippy.little_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.lossy-float-literal` is deprecated in favor of `lints.clippy.lossy_float_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-err-ignore` is deprecated in favor of `lints.clippy.map_err_ignore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-unwrap-or` is deprecated in favor of `lints.clippy.map_unwrap_or` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-with-unused-argument-over-ranges` is deprecated in favor of `lints.clippy.map_with_unused_argument_over_ranges` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mem-forget` is deprecated in favor of `lints.clippy.mem_forget` 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-assert-message` is deprecated in favor of `lints.clippy.missing_assert_message` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-asserts-for-indexing` is deprecated in favor of `lints.clippy.missing_asserts_for_indexing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mixed-read-write-in-expression` is deprecated in favor of `lints.clippy.mixed_read_write_in_expression` 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-inherent-impl` is deprecated in favor of `lints.clippy.multiple_inherent_impl` 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.must-use-candidate` is deprecated in favor of `lints.clippy.must_use_candidate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-atomic` is deprecated in favor of `lints.clippy.mutex_atomic` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-integer` is deprecated in favor of `lints.clippy.mutex_integer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-value` is deprecated in favor of `lints.clippy.needless_pass_by_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-ascii-literal` is deprecated in favor of `lints.clippy.non_ascii_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-zero-suggestions` is deprecated in favor of `lints.clippy.non_zero_suggestions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.panic-in-result-fn` is deprecated in favor of `lints.clippy.panic_in_result_fn` 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.pathbuf-init-then-push` is deprecated in favor of `lints.clippy.pathbuf_init_then_push` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pointer-format` is deprecated in favor of `lints.clippy.pointer_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.precedence-bits` is deprecated in favor of `lints.clippy.precedence_bits` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stderr` is deprecated in favor of `lints.clippy.print_stderr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stdout` is deprecated in favor of `lints.clippy.print_stdout` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ptr-arg` is deprecated in favor of `lints.clippy.ptr_arg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-without-shorthand` is deprecated in favor of `lints.clippy.pub_without_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-buffer` is deprecated in favor of `lints.clippy.rc_buffer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-mutex` is deprecated in favor of `lints.clippy.rc_mutex` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-closure-for-method-calls` is deprecated in favor of `lints.clippy.redundant_closure_for_method_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-patterns` is deprecated in favor of `lints.clippy.ref_patterns` 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.rest-pat-in-fully-bound-structs` is deprecated in favor of `lints.clippy.rest_pat_in_fully_bound_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.return-and-then` is deprecated in favor of `lints.clippy.return_and_then` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.same-name-method` is deprecated in favor of `lints.clippy.same_name_method` 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-inside-block` is deprecated in favor of `lints.clippy.semicolon_inside_block` 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.shadow-same` is deprecated in favor of `lints.clippy.shadow_same` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-unrelated` is deprecated in favor of `lints.clippy.shadow_unrelated` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.similar-names` is deprecated in favor of `lints.clippy.similar_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-lifetime-names` is deprecated in favor of `lints.clippy.single_char_lifetime_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match` is deprecated in favor of `lints.clippy.single_match` 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.string-add` is deprecated in favor of `lints.clippy.string_add` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-chars-any` is deprecated in favor of `lints.clippy.string_lit_chars_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-slice` is deprecated in favor of `lints.clippy.string_slice` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-xor-used-as-pow` is deprecated in favor of `lints.clippy.suspicious_xor_used_as_pow` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-many-arguments` is deprecated in favor of `lints.clippy.too_many_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.try-err` is deprecated in favor of `lints.clippy.try_err` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.type-complexity` is deprecated in favor of `lints.clippy.type_complexity` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-comment` is deprecated in favor of `lints.clippy.unnecessary_safety_comment` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-doc` is deprecated in favor of `lints.clippy.unnecessary_safety_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-self-imports` is deprecated in favor of `lints.clippy.unnecessary_self_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-wraps` is deprecated in favor of `lints.clippy.unnecessary_wraps` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unneeded-field-pattern` is deprecated in favor of `lints.clippy.unneeded_field_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-trait-names` is deprecated in favor of `lints.clippy.unused_trait_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-in-result` is deprecated in favor of `lints.clippy.unwrap_in_result` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-used` is deprecated in favor of `lints.clippy.unwrap_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-debug` is deprecated in favor of `lints.clippy.use_debug` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.used-underscore-binding` is deprecated in favor of `lints.clippy.used_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-attribute` is deprecated in favor of `lints.clippy.useless_attribute` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-format` is deprecated in favor of `lints.clippy.useless_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-file-reads` is deprecated in favor of `lints.clippy.verbose_file_reads` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-enum-match-arm` is deprecated in favor of `lints.clippy.wildcard_enum_match_arm` 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: Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2018` is deprecated in favor of `lints.rust.keyword_idents_2018` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2024` is deprecated in favor of `lints.rust.keyword_idents_2024` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-incompatible-pat` is deprecated in favor of `lints.rust.rust_2024_incompatible_pat` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-code` is deprecated in favor of `lints.rust.unreachable_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-results` is deprecated in favor of `lints.rust.unused_results` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.variant-size-differences` is deprecated in favor of `lints.rust.variant_size_differences` and will not work in a future edition
[INFO] [stderr] warning: `jscycles` (manifest) generated 300 warnings
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: `xtask` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tree-sitter-language v0.1.6
[INFO] [stderr]   Downloaded ast-grep-language v0.35.0
[INFO] [stderr]   Downloaded insta v1.46.0
[INFO] [stderr]   Downloaded glob-match v0.2.1
[INFO] [stderr]   Downloaded tree-sitter-facade-sg v0.24.5
[INFO] [stderr]   Downloaded xshell-macros v0.2.7
[INFO] [stderr]   Downloaded tree-sitter-json v0.23.0
[INFO] [stderr]   Downloaded xshell v0.2.7
[INFO] [stderr]   Downloaded tree-sitter-html v0.23.2
[INFO] [stderr]   Downloaded tree-sitter-yaml v0.7.2
[INFO] [stderr]   Downloaded tree-sitter-lua v0.2.0
[INFO] [stderr]   Downloaded tree-sitter-css v0.23.2
[INFO] [stderr]   Downloaded ast-grep-core v0.35.0
[INFO] [stderr]   Downloaded web-tree-sitter-sg v0.24.5
[INFO] [stderr]   Downloaded tree-sitter-go v0.23.4
[INFO] [stderr]   Downloaded tree-sitter-javascript v0.23.1
[INFO] [stderr]   Downloaded tree-sitter-java v0.23.5
[INFO] [stderr]   Downloaded tree-sitter-python v0.23.6
[INFO] [stderr]   Downloaded tree-sitter v0.24.7
[INFO] [stderr]   Downloaded tree-sitter-c v0.23.4
[INFO] [stderr]   Downloaded tree-sitter-rust v0.23.3
[INFO] [stderr]   Downloaded tree-sitter-bash v0.23.3
[INFO] [stderr]   Downloaded tree-sitter-php v0.23.11
[INFO] [stderr]   Downloaded tree-sitter-ruby v0.23.1
[INFO] [stderr]   Downloaded tree-sitter-elixir v0.3.4
[INFO] [stderr]   Downloaded tree-sitter-typescript v0.23.2
[INFO] [stderr]   Downloaded tree-sitter-haskell v0.23.1
[INFO] [stderr]   Downloaded tree-sitter-swift v0.7.1
[INFO] [stderr]   Downloaded tree-sitter-cpp v0.23.4
[INFO] [stderr]   Downloaded tree-sitter-scala v0.23.4
[INFO] [stderr]   Downloaded tree-sitter-c-sharp v0.23.1
[INFO] [stderr]   Downloaded tree-sitter-kotlin-sg v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1
[INFO] running `Command { std: "docker" "start" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1" "/opt/rustwide/cargo-home/bin/cargo" "+c9ff496891c278ad660bc0ab85c1f0b72059464a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.alloc-instead-of-core` is deprecated in favor of `lints.clippy.alloc_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes` is deprecated in favor of `lints.clippy.allow_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes-without-reason` is deprecated in favor of `lints.clippy.allow_attributes_without_reason` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arithmetic-side-effects` is deprecated in favor of `lints.clippy.arithmetic_side_effects` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-conversions` is deprecated in favor of `lints.clippy.as_conversions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-pointer-underscore` is deprecated in favor of `lints.clippy.as_pointer_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-underscore` is deprecated in favor of `lints.clippy.as_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.big-endian-bytes` is deprecated in favor of `lints.clippy.big_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cargo-common-metadata` is deprecated in favor of `lints.clippy.cargo_common_metadata` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-possible-truncation` is deprecated in favor of `lints.clippy.cast_possible_truncation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-precision-loss` is deprecated in favor of `lints.clippy.cast_precision_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-sign-loss` is deprecated in favor of `lints.clippy.cast_sign_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cfg-not-test` is deprecated in favor of `lints.clippy.cfg_not_test` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.default-union-representation` is deprecated in favor of `lints.clippy.default_union_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.deref-by-slicing` is deprecated in favor of `lints.clippy.deref_by_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-script-idents` is deprecated in favor of `lints.clippy.disallowed_script_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-include-without-cfg` is deprecated in favor of `lints.clippy.doc_include_without_cfg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.else-if-without-else` is deprecated in favor of `lints.clippy.else_if_without_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-drop` is deprecated in favor of `lints.clippy.empty_drop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-enum-variants-with-brackets` is deprecated in favor of `lints.clippy.empty_enum_variants_with_brackets` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-structs-with-brackets` is deprecated in favor of `lints.clippy.empty_structs_with_brackets` 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.expect-used` is deprecated in favor of `lints.clippy.expect_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.field-scoped-visibility-modifiers` is deprecated in favor of `lints.clippy.field_scoped_visibility_modifiers` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.filetype-is-file` is deprecated in favor of `lints.clippy.filetype_is_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.float-cmp-const` is deprecated in favor of `lints.clippy.float_cmp_const` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.fn-to-numeric-cast-any` is deprecated in favor of `lints.clippy.fn_to_numeric_cast_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-push-string` is deprecated in favor of `lints.clippy.format_push_string` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.get-unwrap` is deprecated in favor of `lints.clippy.get_unwrap` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.host-endian-bytes` is deprecated in favor of `lints.clippy.host_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.if-then-some-else-none` is deprecated in favor of `lints.clippy.if_then_some_else_none` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.indexing-slicing` is deprecated in favor of `lints.clippy.indexing_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.infinite-loop` is deprecated in favor of `lints.clippy.infinite_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-att-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_att_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-intel-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_intel_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division` is deprecated in favor of `lints.clippy.integer_division` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division-remainder-used` is deprecated in favor of `lints.clippy.integer_division_remainder_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-over-hash-type` is deprecated in favor of `lints.clippy.iter_over_hash_type` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-include-file` is deprecated in favor of `lints.clippy.large_include_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-must-use` is deprecated in favor of `lints.clippy.let_underscore_must_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-untyped` is deprecated in favor of `lints.clippy.let_underscore_untyped` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.little-endian-bytes` is deprecated in favor of `lints.clippy.little_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.lossy-float-literal` is deprecated in favor of `lints.clippy.lossy_float_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-err-ignore` is deprecated in favor of `lints.clippy.map_err_ignore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-unwrap-or` is deprecated in favor of `lints.clippy.map_unwrap_or` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-with-unused-argument-over-ranges` is deprecated in favor of `lints.clippy.map_with_unused_argument_over_ranges` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mem-forget` is deprecated in favor of `lints.clippy.mem_forget` 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-assert-message` is deprecated in favor of `lints.clippy.missing_assert_message` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-asserts-for-indexing` is deprecated in favor of `lints.clippy.missing_asserts_for_indexing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mixed-read-write-in-expression` is deprecated in favor of `lints.clippy.mixed_read_write_in_expression` 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-inherent-impl` is deprecated in favor of `lints.clippy.multiple_inherent_impl` 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.must-use-candidate` is deprecated in favor of `lints.clippy.must_use_candidate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-atomic` is deprecated in favor of `lints.clippy.mutex_atomic` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-integer` is deprecated in favor of `lints.clippy.mutex_integer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-value` is deprecated in favor of `lints.clippy.needless_pass_by_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-ascii-literal` is deprecated in favor of `lints.clippy.non_ascii_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-zero-suggestions` is deprecated in favor of `lints.clippy.non_zero_suggestions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.panic-in-result-fn` is deprecated in favor of `lints.clippy.panic_in_result_fn` 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.pathbuf-init-then-push` is deprecated in favor of `lints.clippy.pathbuf_init_then_push` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pointer-format` is deprecated in favor of `lints.clippy.pointer_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.precedence-bits` is deprecated in favor of `lints.clippy.precedence_bits` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stderr` is deprecated in favor of `lints.clippy.print_stderr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stdout` is deprecated in favor of `lints.clippy.print_stdout` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ptr-arg` is deprecated in favor of `lints.clippy.ptr_arg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-without-shorthand` is deprecated in favor of `lints.clippy.pub_without_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-buffer` is deprecated in favor of `lints.clippy.rc_buffer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-mutex` is deprecated in favor of `lints.clippy.rc_mutex` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-closure-for-method-calls` is deprecated in favor of `lints.clippy.redundant_closure_for_method_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-patterns` is deprecated in favor of `lints.clippy.ref_patterns` 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.rest-pat-in-fully-bound-structs` is deprecated in favor of `lints.clippy.rest_pat_in_fully_bound_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.return-and-then` is deprecated in favor of `lints.clippy.return_and_then` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.same-name-method` is deprecated in favor of `lints.clippy.same_name_method` 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-inside-block` is deprecated in favor of `lints.clippy.semicolon_inside_block` 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.shadow-same` is deprecated in favor of `lints.clippy.shadow_same` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-unrelated` is deprecated in favor of `lints.clippy.shadow_unrelated` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.similar-names` is deprecated in favor of `lints.clippy.similar_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-lifetime-names` is deprecated in favor of `lints.clippy.single_char_lifetime_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match` is deprecated in favor of `lints.clippy.single_match` 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.string-add` is deprecated in favor of `lints.clippy.string_add` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-chars-any` is deprecated in favor of `lints.clippy.string_lit_chars_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-slice` is deprecated in favor of `lints.clippy.string_slice` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-xor-used-as-pow` is deprecated in favor of `lints.clippy.suspicious_xor_used_as_pow` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-many-arguments` is deprecated in favor of `lints.clippy.too_many_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.try-err` is deprecated in favor of `lints.clippy.try_err` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.type-complexity` is deprecated in favor of `lints.clippy.type_complexity` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-comment` is deprecated in favor of `lints.clippy.unnecessary_safety_comment` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-doc` is deprecated in favor of `lints.clippy.unnecessary_safety_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-self-imports` is deprecated in favor of `lints.clippy.unnecessary_self_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-wraps` is deprecated in favor of `lints.clippy.unnecessary_wraps` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unneeded-field-pattern` is deprecated in favor of `lints.clippy.unneeded_field_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-trait-names` is deprecated in favor of `lints.clippy.unused_trait_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-in-result` is deprecated in favor of `lints.clippy.unwrap_in_result` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-used` is deprecated in favor of `lints.clippy.unwrap_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-debug` is deprecated in favor of `lints.clippy.use_debug` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.used-underscore-binding` is deprecated in favor of `lints.clippy.used_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-attribute` is deprecated in favor of `lints.clippy.useless_attribute` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-format` is deprecated in favor of `lints.clippy.useless_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-file-reads` is deprecated in favor of `lints.clippy.verbose_file_reads` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-enum-match-arm` is deprecated in favor of `lints.clippy.wildcard_enum_match_arm` 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: Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2018` is deprecated in favor of `lints.rust.keyword_idents_2018` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2024` is deprecated in favor of `lints.rust.keyword_idents_2024` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-incompatible-pat` is deprecated in favor of `lints.rust.rust_2024_incompatible_pat` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-code` is deprecated in favor of `lints.rust.unreachable_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-results` is deprecated in favor of `lints.rust.unused_results` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.variant-size-differences` is deprecated in favor of `lints.rust.variant_size_differences` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.alloc-instead-of-core` is deprecated in favor of `lints.clippy.alloc_instead_of_core` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes` is deprecated in favor of `lints.clippy.allow_attributes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.allow-attributes-without-reason` is deprecated in favor of `lints.clippy.allow_attributes_without_reason` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.arithmetic-side-effects` is deprecated in favor of `lints.clippy.arithmetic_side_effects` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-conversions` is deprecated in favor of `lints.clippy.as_conversions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-pointer-underscore` is deprecated in favor of `lints.clippy.as_pointer_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.as-underscore` is deprecated in favor of `lints.clippy.as_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.big-endian-bytes` is deprecated in favor of `lints.clippy.big_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cargo-common-metadata` is deprecated in favor of `lints.clippy.cargo_common_metadata` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-possible-truncation` is deprecated in favor of `lints.clippy.cast_possible_truncation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-precision-loss` is deprecated in favor of `lints.clippy.cast_precision_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cast-sign-loss` is deprecated in favor of `lints.clippy.cast_sign_loss` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.cfg-not-test` is deprecated in favor of `lints.clippy.cfg_not_test` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.clone-on-ref-ptr` is deprecated in favor of `lints.clippy.clone_on_ref_ptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.dbg-macro` is deprecated in favor of `lints.clippy.dbg_macro` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.default-union-representation` is deprecated in favor of `lints.clippy.default_union_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.deref-by-slicing` is deprecated in favor of `lints.clippy.deref_by_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-script-idents` is deprecated in favor of `lints.clippy.disallowed_script_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-include-without-cfg` is deprecated in favor of `lints.clippy.doc_include_without_cfg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.else-if-without-else` is deprecated in favor of `lints.clippy.else_if_without_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-drop` is deprecated in favor of `lints.clippy.empty_drop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-enum-variants-with-brackets` is deprecated in favor of `lints.clippy.empty_enum_variants_with_brackets` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.empty-structs-with-brackets` is deprecated in favor of `lints.clippy.empty_structs_with_brackets` 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.expect-used` is deprecated in favor of `lints.clippy.expect_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.field-scoped-visibility-modifiers` is deprecated in favor of `lints.clippy.field_scoped_visibility_modifiers` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.filetype-is-file` is deprecated in favor of `lints.clippy.filetype_is_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.float-cmp-const` is deprecated in favor of `lints.clippy.float_cmp_const` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.fn-to-numeric-cast-any` is deprecated in favor of `lints.clippy.fn_to_numeric_cast_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-push-string` is deprecated in favor of `lints.clippy.format_push_string` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.get-unwrap` is deprecated in favor of `lints.clippy.get_unwrap` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.host-endian-bytes` is deprecated in favor of `lints.clippy.host_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.if-then-some-else-none` is deprecated in favor of `lints.clippy.if_then_some_else_none` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.indexing-slicing` is deprecated in favor of `lints.clippy.indexing_slicing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.infinite-loop` is deprecated in favor of `lints.clippy.infinite_loop` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-att-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_att_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.inline-asm-x86-intel-syntax` is deprecated in favor of `lints.clippy.inline_asm_x86_intel_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division` is deprecated in favor of `lints.clippy.integer_division` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.integer-division-remainder-used` is deprecated in favor of `lints.clippy.integer_division_remainder_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-over-hash-type` is deprecated in favor of `lints.clippy.iter_over_hash_type` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-include-file` is deprecated in favor of `lints.clippy.large_include_file` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-must-use` is deprecated in favor of `lints.clippy.let_underscore_must_use` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.let-underscore-untyped` is deprecated in favor of `lints.clippy.let_underscore_untyped` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.little-endian-bytes` is deprecated in favor of `lints.clippy.little_endian_bytes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.lossy-float-literal` is deprecated in favor of `lints.clippy.lossy_float_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-err-ignore` is deprecated in favor of `lints.clippy.map_err_ignore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-unwrap-or` is deprecated in favor of `lints.clippy.map_unwrap_or` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.map-with-unused-argument-over-ranges` is deprecated in favor of `lints.clippy.map_with_unused_argument_over_ranges` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mem-forget` is deprecated in favor of `lints.clippy.mem_forget` 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-assert-message` is deprecated in favor of `lints.clippy.missing_assert_message` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-asserts-for-indexing` is deprecated in favor of `lints.clippy.missing_asserts_for_indexing` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mixed-read-write-in-expression` is deprecated in favor of `lints.clippy.mixed_read_write_in_expression` 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-inherent-impl` is deprecated in favor of `lints.clippy.multiple_inherent_impl` 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.must-use-candidate` is deprecated in favor of `lints.clippy.must_use_candidate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-atomic` is deprecated in favor of `lints.clippy.mutex_atomic` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.mutex-integer` is deprecated in favor of `lints.clippy.mutex_integer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-value` is deprecated in favor of `lints.clippy.needless_pass_by_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-ascii-literal` is deprecated in favor of `lints.clippy.non_ascii_literal` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-zero-suggestions` is deprecated in favor of `lints.clippy.non_zero_suggestions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.panic-in-result-fn` is deprecated in favor of `lints.clippy.panic_in_result_fn` 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.pathbuf-init-then-push` is deprecated in favor of `lints.clippy.pathbuf_init_then_push` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pointer-format` is deprecated in favor of `lints.clippy.pointer_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.precedence-bits` is deprecated in favor of `lints.clippy.precedence_bits` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stderr` is deprecated in favor of `lints.clippy.print_stderr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.print-stdout` is deprecated in favor of `lints.clippy.print_stdout` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ptr-arg` is deprecated in favor of `lints.clippy.ptr_arg` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.pub-without-shorthand` is deprecated in favor of `lints.clippy.pub_without_shorthand` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-buffer` is deprecated in favor of `lints.clippy.rc_buffer` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.rc-mutex` is deprecated in favor of `lints.clippy.rc_mutex` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-closure-for-method-calls` is deprecated in favor of `lints.clippy.redundant_closure_for_method_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-patterns` is deprecated in favor of `lints.clippy.ref_patterns` 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.rest-pat-in-fully-bound-structs` is deprecated in favor of `lints.clippy.rest_pat_in_fully_bound_structs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.return-and-then` is deprecated in favor of `lints.clippy.return_and_then` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.same-name-method` is deprecated in favor of `lints.clippy.same_name_method` 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-inside-block` is deprecated in favor of `lints.clippy.semicolon_inside_block` 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.shadow-same` is deprecated in favor of `lints.clippy.shadow_same` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.shadow-unrelated` is deprecated in favor of `lints.clippy.shadow_unrelated` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.similar-names` is deprecated in favor of `lints.clippy.similar_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-lifetime-names` is deprecated in favor of `lints.clippy.single_char_lifetime_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-match` is deprecated in favor of `lints.clippy.single_match` 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.string-add` is deprecated in favor of `lints.clippy.string_add` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-lit-chars-any` is deprecated in favor of `lints.clippy.string_lit_chars_any` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-slice` is deprecated in favor of `lints.clippy.string_slice` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-xor-used-as-pow` is deprecated in favor of `lints.clippy.suspicious_xor_used_as_pow` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-many-arguments` is deprecated in favor of `lints.clippy.too_many_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.try-err` is deprecated in favor of `lints.clippy.try_err` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.type-complexity` is deprecated in favor of `lints.clippy.type_complexity` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.undocumented-unsafe-blocks` is deprecated in favor of `lints.clippy.undocumented_unsafe_blocks` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-comment` is deprecated in favor of `lints.clippy.unnecessary_safety_comment` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-safety-doc` is deprecated in favor of `lints.clippy.unnecessary_safety_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-self-imports` is deprecated in favor of `lints.clippy.unnecessary_self_imports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-wraps` is deprecated in favor of `lints.clippy.unnecessary_wraps` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unneeded-field-pattern` is deprecated in favor of `lints.clippy.unneeded_field_pattern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-trait-names` is deprecated in favor of `lints.clippy.unused_trait_names` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-in-result` is deprecated in favor of `lints.clippy.unwrap_in_result` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unwrap-used` is deprecated in favor of `lints.clippy.unwrap_used` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.use-debug` is deprecated in favor of `lints.clippy.use_debug` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.used-underscore-binding` is deprecated in favor of `lints.clippy.used_underscore_binding` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-attribute` is deprecated in favor of `lints.clippy.useless_attribute` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-format` is deprecated in favor of `lints.clippy.useless_format` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-file-reads` is deprecated in favor of `lints.clippy.verbose_file_reads` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.wildcard-enum-match-arm` is deprecated in favor of `lints.clippy.wildcard_enum_match_arm` 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: Cargo.toml: `lints.rust.absolute-paths-not-starting-with-crate` is deprecated in favor of `lints.rust.absolute_paths_not_starting_with_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.elided-lifetimes-in-paths` is deprecated in favor of `lints.rust.elided_lifetimes_in_paths` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.explicit-outlives-requirements` is deprecated in favor of `lints.rust.explicit_outlives_requirements` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.ffi-unwind-calls` is deprecated in favor of `lints.rust.ffi_unwind_calls` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2018` is deprecated in favor of `lints.rust.keyword_idents_2018` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents-2024` is deprecated in favor of `lints.rust.keyword_idents_2024` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.macro-use-extern-crate` is deprecated in favor of `lints.rust.macro_use_extern_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.meta-variable-misuse` is deprecated in favor of `lints.rust.meta_variable_misuse` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-abi` is deprecated in favor of `lints.rust.missing_abi` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-unsafe-on-extern` is deprecated in favor of `lints.rust.missing_unsafe_on_extern` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.non-ascii-idents` is deprecated in favor of `lints.rust.non_ascii_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.redundant-lifetimes` is deprecated in favor of `lints.rust.redundant_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-closure-captures` is deprecated in favor of `lints.rust.rust_2021_incompatible_closure_captures` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-incompatible-or-patterns` is deprecated in favor of `lints.rust.rust_2021_incompatible_or_patterns` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prefixes-incompatible-syntax` is deprecated in favor of `lints.rust.rust_2021_prefixes_incompatible_syntax` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2021-prelude-collisions` is deprecated in favor of `lints.rust.rust_2021_prelude_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.rust-2024-incompatible-pat` is deprecated in favor of `lints.rust.rust_2024_incompatible_pat` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.single-use-lifetimes` is deprecated in favor of `lints.rust.single_use_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-casts` is deprecated in favor of `lints.rust.trivial_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.trivial-numeric-casts` is deprecated in favor of `lints.rust.trivial_numeric_casts` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unit-bindings` is deprecated in favor of `lints.rust.unit_bindings` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-code` is deprecated in favor of `lints.rust.unreachable_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-features` is deprecated in favor of `lints.rust.unstable_features` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-extern-crates` is deprecated in favor of `lints.rust.unused_extern_crates` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-import-braces` is deprecated in favor of `lints.rust.unused_import_braces` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-lifetimes` is deprecated in favor of `lints.rust.unused_lifetimes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-macro-rules` is deprecated in favor of `lints.rust.unused_macro_rules` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-qualifications` is deprecated in favor of `lints.rust.unused_qualifications` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unused-results` is deprecated in favor of `lints.rust.unused_results` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.variant-size-differences` is deprecated in favor of `lints.rust.variant_size_differences` and will not work in a future edition
[INFO] [stderr] warning: `jscycles` (manifest) generated 300 warnings
[INFO] [stderr] warning: xtask/Cargo.toml: `lints.rust.unsafe-code` is deprecated in favor of `lints.rust.unsafe_code` and will not work in a future edition
[INFO] [stderr] warning: `xtask` (manifest) generated 1 warning
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling tree-sitter-language v0.1.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]    Compiling bumpalo v3.19.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking glob-match v0.2.1
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]    Compiling xshell-macros v0.2.7
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking xshell v0.2.7
[INFO] [stderr]     Checking xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]     Checking insta v1.46.0
[INFO] [stderr]    Compiling tree-sitter v0.24.7
[INFO] [stderr]    Compiling tree-sitter-javascript v0.23.1
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-kotlin-sg v0.4.0
[INFO] [stderr]    Compiling tree-sitter-elixir v0.3.4
[INFO] [stderr]    Compiling tree-sitter-haskell v0.23.1
[INFO] [stderr]    Compiling tree-sitter-yaml v0.7.2
[INFO] [stderr]    Compiling tree-sitter-swift v0.7.1
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-bash v0.23.3
[INFO] [stderr]    Compiling tree-sitter-python v0.23.6
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-php v0.23.11
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]    Compiling tree-sitter-lua v0.2.0
[INFO] [stderr]    Compiling tree-sitter-json v0.23.0
[INFO] [stderr]    Compiling tree-sitter-css v0.23.2
[INFO] [stderr]    Compiling tree-sitter-go v0.23.4
[INFO] [stderr]    Compiling tree-sitter-scala v0.23.4
[INFO] [stderr]    Compiling tree-sitter-rust v0.23.3
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-c v0.23.4
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr] warning: tree-sitter-scala@0.23.4: cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr] warning: tree-sitter-scala@0.23.4: compilation terminated.
[INFO] [stderr] error: failed to run custom build command for `tree-sitter-scala v0.23.4`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/tree-sitter-scala/c81dd80502f35c03/out/build_script_build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=src/parser.c
[INFO] [stderr]   cargo:rerun-if-changed=src/scanner.c
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/tree-sitter-scala/b0778656bec823e9/out)
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some(--cap-lints=forbid)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
[INFO] [stderr]   CC_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
[INFO] [stderr]   CC_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CC
[INFO] [stderr]   HOST_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/debug/build/tree-sitter-scala/b0778656bec823e9/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CFLAGS
[INFO] [stderr]   HOST_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:warning=cc: fatal error: Killed signal terminated program cc1
[INFO] [stderr]   cargo:warning=compilation terminated.
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-std=c11" "-I" "src" "-Wall" "-Wextra" "-Wno-unused" "-o" "/opt/rustwide/target/debug/build/tree-sitter-scala/b0778656bec823e9/out/ea708c7824d36062-parser.o" "-c" "src/parser.c"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1", kill_on_drop: false }`
[INFO] [stdout] 474a0867ec1821751a21e7bb6ec9d969f44d0aef405887a7ffe39663b748dee1
