[INFO] fetching crate gooey-rs 0.12.1... [INFO] checking gooey-rs-0.12.1 against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1 [INFO] extracting crate gooey-rs 0.12.1 into /workspace/builds/worker-3-tc1/source [INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate gooey-rs 0.12.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate gooey-rs 0.12.1 [INFO] tweaked toml for crates.io crate gooey-rs 0.12.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate gooey-rs 0.12.1 on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate gooey-rs 0.12.1 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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.assertions-on-result-states` is deprecated in favor of `lints.clippy.assertions_on_result_states` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.bool-to-int-with-if` is deprecated in favor of `lints.clippy.bool_to_int_with_if` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.clear-with-drain` is deprecated in favor of `lints.clippy.clear_with_drain` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.collection-is-never-read` is deprecated in favor of `lints.clippy.collection_is_never_read` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.debug-assert-with-mut-call` is deprecated in favor of `lints.clippy.debug_assert_with_mut_call` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-names` is deprecated in favor of `lints.clippy.disallowed_names` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-broken-link` is deprecated in favor of `lints.clippy.doc_broken_link` 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-link-code` is deprecated in favor of `lints.clippy.doc_link_code` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-link-with-quotes` is deprecated in favor of `lints.clippy.doc_link_with_quotes` 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.elidable-lifetime-names` is deprecated in favor of `lints.clippy.elidable_lifetime_names` 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-line-after-doc-comments` is deprecated in favor of `lints.clippy.empty_line_after_doc_comments` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.equatable-if-let` is deprecated in favor of `lints.clippy.equatable_if_let` 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.explicit-deref-methods` is deprecated in favor of `lints.clippy.explicit_deref_methods` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.filter-map-next` is deprecated in favor of `lints.clippy.filter_map_next` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-collect` is deprecated in favor of `lints.clippy.format_collect` 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.ignored-unit-patterns` is deprecated in favor of `lints.clippy.ignored_unit_patterns` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.inefficient-to-string` is deprecated in favor of `lints.clippy.inefficient_to_string` 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.invalid-upcast-comparisons` is deprecated in favor of `lints.clippy.invalid_upcast_comparisons` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-filter-is-ok` is deprecated in favor of `lints.clippy.iter_filter_is_ok` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-filter-is-some` is deprecated in favor of `lints.clippy.iter_filter_is_some` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-stack-frames` is deprecated in favor of `lints.clippy.large_stack_frames` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-types-passed-by-value` is deprecated in favor of `lints.clippy.large_types_passed_by_value` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.len-zero` is deprecated in favor of `lints.clippy.len_zero` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.literal-string-with-formatting-args` is deprecated in favor of `lints.clippy.literal_string_with_formatting_args` 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.macro-use-imports` is deprecated in favor of `lints.clippy.macro_use_imports` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-assert` is deprecated in favor of `lints.clippy.manual_assert` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-multiple-of` is deprecated in favor of `lints.clippy.manual_is_multiple_of` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-power-of-two` is deprecated in favor of `lints.clippy.manual_is_power_of_two` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-variant-and` is deprecated in favor of `lints.clippy.manual_is_variant_and` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-let-else` is deprecated in favor of `lints.clippy.manual_let_else` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-range-contains` is deprecated in favor of `lints.clippy.manual_range_contains` 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.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.match-wildcard-for-single-variants` is deprecated in favor of `lints.clippy.match_wildcard_for_single_variants` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.maybe-infinite-iter` is deprecated in favor of `lints.clippy.maybe_infinite_iter` 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.mismatching-type-param-order` is deprecated in favor of `lints.clippy.mismatching_type_param_order` 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.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.mut-mut` is deprecated in favor of `lints.clippy.mut_mut` 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.naive-bytecount` is deprecated in favor of `lints.clippy.naive_bytecount` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-bitwise-bool` is deprecated in favor of `lints.clippy.needless_bitwise_bool` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-collect` is deprecated in favor of `lints.clippy.needless_collect` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-continue` is deprecated in favor of `lints.clippy.needless_continue` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-raw-string-hashes` is deprecated in favor of `lints.clippy.needless_raw_string_hashes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-raw-strings` is deprecated in favor of `lints.clippy.needless_raw_strings` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-std-lazy-statics` is deprecated in favor of `lints.clippy.non_std_lazy_statics` 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.nonstandard-macro-braces` is deprecated in favor of `lints.clippy.nonstandard_macro_braces` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-as-ref-cloned` is deprecated in favor of `lints.clippy.option_as_ref_cloned` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-map-unit-fn` is deprecated in favor of `lints.clippy.option_map_unit_fn` 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.pub-underscore-fields` is deprecated in favor of `lints.clippy.pub_underscore_fields` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.range-minus-one` is deprecated in favor of `lints.clippy.range_minus_one` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.range-plus-one` is deprecated in favor of `lints.clippy.range_plus_one` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.read-zero-byte-vec` is deprecated in favor of `lints.clippy.read_zero_byte_vec` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` 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.redundant-test-prefix` is deprecated in favor of `lints.clippy.redundant_test_prefix` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-as-ptr` is deprecated in favor of `lints.clippy.ref_as_ptr` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-binding-to-reference` is deprecated in favor of `lints.clippy.ref_binding_to_reference` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-option` is deprecated in favor of `lints.clippy.ref_option` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-option-ref` is deprecated in favor of `lints.clippy.ref_option_ref` 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.same-functions-in-if-condition` is deprecated in favor of `lints.clippy.same_functions_in_if_condition` 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.set-contains-or-insert` is deprecated in favor of `lints.clippy.set_contains_or_insert` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.significant-drop-in-scrutinee` is deprecated in favor of `lints.clippy.significant_drop_in_scrutinee` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.significant-drop-tightening` is deprecated in favor of `lints.clippy.significant_drop_tightening` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-component-path-imports` is deprecated in favor of `lints.clippy.single_component_path_imports` 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-option-map` is deprecated in favor of `lints.clippy.single_option_map` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.str-split-at-newline` is deprecated in favor of `lints.clippy.str_split_at_newline` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-add-assign` is deprecated in favor of `lints.clippy.string_add_assign` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.suboptimal-flops` is deprecated in favor of `lints.clippy.suboptimal_flops` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-operation-groupings` is deprecated in favor of `lints.clippy.suspicious_operation_groupings` 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.trait-duplication-in-bounds` is deprecated in favor of `lints.clippy.trait_duplication_in_bounds` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.transmute-ptr-to-ptr` is deprecated in favor of `lints.clippy.transmute_ptr_to_ptr` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.trivial-regex` is deprecated in favor of `lints.clippy.trivial_regex` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.trivially-copy-pass-by-ref` is deprecated in favor of `lints.clippy.trivially_copy_pass_by_ref` 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-repetition-in-bounds` is deprecated in favor of `lints.clippy.type_repetition_in_bounds` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninhabited-references` is deprecated in favor of `lints.clippy.uninhabited_references` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-debug-formatting` is deprecated in favor of `lints.clippy.unnecessary_debug_formatting` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-join` is deprecated in favor of `lints.clippy.unnecessary_join` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-literal-bound` is deprecated in favor of `lints.clippy.unnecessary_literal_bound` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-semicolon` is deprecated in favor of `lints.clippy.unnecessary_semicolon` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-struct-initialization` is deprecated in favor of `lints.clippy.unnecessary_struct_initialization` 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.unreadable-literal` is deprecated in favor of `lints.clippy.unreadable_literal` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unsafe-derive-deserialize` is deprecated in favor of `lints.clippy.unsafe_derive_deserialize` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-peekable` is deprecated in favor of `lints.clippy.unused_peekable` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-result-ok` is deprecated in favor of `lints.clippy.unused_result_ok` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-rounding` is deprecated in favor of `lints.clippy.unused_rounding` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-self` is deprecated in favor of `lints.clippy.unused_self` 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.used-underscore-items` is deprecated in favor of `lints.clippy.used_underscore_items` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-let-if-seq` is deprecated in favor of `lints.clippy.useless_let_if_seq` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-bit-mask` is deprecated in favor of `lints.clippy.verbose_bit_mask` 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.while-float` is deprecated in favor of `lints.clippy.while_float` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.zero-sized-map-values` is deprecated in favor of `lints.clippy.zero_sized_map_values` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.closure-returning-async-block` is deprecated in favor of `lints.rust.closure_returning_async_block` 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.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.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.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.unknown-lints` is deprecated in favor of `lints.rust.unknown_lints` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` 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.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: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `gooey-rs` (manifest) generated 146 warnings [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded yaml_serde v0.10.4 [INFO] [stderr] Downloaded sorted-vec v0.8.10 [INFO] [stderr] Downloaded libyaml-rs v0.3.0 [INFO] [stderr] Downloaded structmeta-derive v0.3.0 [INFO] [stderr] Downloaded foreign-types v0.5.0 [INFO] [stderr] Downloaded core-graphics-types v0.1.3 [INFO] [stderr] Downloaded imgref v1.12.2 [INFO] [stderr] Downloaded fixed-sqrt v0.3.0 [INFO] [stderr] Downloaded wasm-bindgen-macro v0.2.126 [INFO] [stderr] Downloaded smol_str v0.2.2 [INFO] [stderr] Downloaded dlib v0.5.3 [INFO] [stderr] Downloaded approx v0.5.1 [INFO] [stderr] Downloaded arrayvec v0.7.8 [INFO] [stderr] Downloaded cordic v0.1.5 [INFO] [stderr] Downloaded libredox v0.1.18 [INFO] [stderr] Downloaded cursor-icon v1.2.0 [INFO] [stderr] Downloaded xkbcommon-dl v0.4.2 [INFO] [stderr] Downloaded dpi v0.1.2 [INFO] [stderr] Downloaded objc2-user-notifications v0.2.2 [INFO] [stderr] Downloaded as-raw-xcb-connection v1.0.1 [INFO] [stderr] Downloaded avif-serialize v0.8.9 [INFO] [stderr] Downloaded colorsys v0.7.3 [INFO] [stderr] Downloaded anyhow v1.0.103 [INFO] [stderr] Downloaded wasm-bindgen-shared v0.2.126 [INFO] [stderr] Downloaded objc2-symbols v0.2.2 [INFO] [stderr] Downloaded wasm-bindgen-futures v0.4.76 [INFO] [stderr] Downloaded objc2-link-presentation v0.2.2 [INFO] [stderr] Downloaded reborrow v0.5.5 [INFO] [stderr] Downloaded nsys-mat v0.5.4 [INFO] [stderr] Downloaded gethostname v1.1.0 [INFO] [stderr] Downloaded lab v0.11.0 [INFO] [stderr] Downloaded defmt-parser v1.0.0 [INFO] [stderr] Downloaded glutin_wgl_sys v0.6.1 [INFO] [stderr] Downloaded unreachable v1.0.0 [INFO] [stderr] Downloaded objc2-uniform-type-identifiers v0.2.2 [INFO] [stderr] Downloaded android-properties v0.2.2 [INFO] [stderr] Downloaded dispatch v0.2.0 [INFO] [stderr] Downloaded foreign-types-shared v0.3.1 [INFO] [stderr] Downloaded stdext v0.3.3 [INFO] [stderr] Downloaded unbounded-spsc v0.3.0 [INFO] [stderr] Downloaded objc2-core-location v0.2.2 [INFO] [stderr] Downloaded quote v1.0.46 [INFO] [stderr] Downloaded structmeta v0.3.0 [INFO] [stderr] Downloaded hermit-abi v0.5.2 [INFO] [stderr] Downloaded glutin-winit v0.5.0 [INFO] [stderr] Downloaded profiling-procmacros v1.0.18 [INFO] [stderr] Downloaded either v1.16.0 [INFO] [stderr] Downloaded objc2-contacts v0.2.2 [INFO] [stderr] Downloaded objc2-core-image v0.2.2 [INFO] [stderr] Downloaded num_enum v0.7.6 [INFO] [stderr] Downloaded core-graphics v0.23.2 [INFO] [stderr] Downloaded stash v0.1.6 [INFO] [stderr] Downloaded redox_syscall v0.9.0 [INFO] [stderr] Downloaded block2 v0.5.1 [INFO] [stderr] Downloaded objc2-quartz-core v0.2.2 [INFO] [stderr] Downloaded objc2-core-data v0.2.2 [INFO] [stderr] Downloaded foreign-types-macros v0.2.3 [INFO] [stderr] Downloaded nsys-rs-utils v0.5.1 [INFO] [stderr] Downloaded objc-sys v0.3.5 [INFO] [stderr] Downloaded objc2-cloud-kit v0.2.2 [INFO] [stderr] Downloaded parse-display v0.11.0 [INFO] [stderr] Downloaded bytemuck_derive v1.11.0 [INFO] [stderr] Downloaded raw-window-handle v0.6.2 [INFO] [stderr] Downloaded num_enum_derive v0.7.6 [INFO] [stderr] Downloaded pulp-wasm-simd-flag v0.1.1 [INFO] [stderr] Downloaded profiling v1.0.18 [INFO] [stderr] Downloaded ncurses v5.101.0 [INFO] [stderr] Downloaded chacha20 v0.10.1 [INFO] [stderr] Downloaded memoffset v0.9.1 [INFO] [stderr] Downloaded env_filter v2.0.0 [INFO] [stderr] Downloaded glutin_egl_sys v0.7.1 [INFO] [stderr] Downloaded winreg v0.5.1 [INFO] [stderr] Downloaded parse-display-derive v0.11.0 [INFO] [stderr] Downloaded pancurses v0.17.0 [INFO] [stderr] Downloaded redox_syscall v0.4.1 [INFO] [stderr] Downloaded toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Downloaded nativesys v0.14.0 [INFO] [stderr] Downloaded smallvec v1.15.2 [INFO] [stderr] Downloaded log v0.4.33 [INFO] [stderr] Downloaded bitflags v2.13.1 [INFO] [stderr] Downloaded fax v0.2.7 [INFO] [stderr] Downloaded crossbeam-utils v0.8.22 [INFO] [stderr] Downloaded nsys-signal-utils v0.2.0 [INFO] [stderr] Downloaded riff-wave v0.1.3 [INFO] [stderr] Downloaded bytemuck v1.25.1 [INFO] [stderr] Downloaded toml_edit v0.25.13+spec-1.1.0 [INFO] [stderr] Downloaded calloop v0.13.0 [INFO] [stderr] Downloaded wasm-bindgen v0.2.126 [INFO] [stderr] Downloaded x11-dl v2.21.0 [INFO] [stderr] Downloaded cc v1.2.67 [INFO] [stderr] Downloaded wasm-bindgen-macro-support v0.2.126 [INFO] [stderr] Downloaded nsys-gl-utils v0.17.0 [INFO] [stderr] Downloaded objc2-metal v0.2.2 [INFO] [stderr] Downloaded ndk v0.9.0 [INFO] [stderr] Downloaded polling v3.11.0 [INFO] [stderr] Downloaded nsys-math-utils v0.9.0 [INFO] [stderr] Downloaded vek v0.17.2 [INFO] [stderr] Downloaded zerocopy-derive v0.8.54 [INFO] [stderr] Downloaded xkeysym v0.2.1 [INFO] [stderr] Downloaded js-sys v0.3.103 [INFO] [stderr] Downloaded inflections v1.1.1 [INFO] [stderr] Downloaded rand_xorshift v0.5.0 [INFO] [stderr] Downloaded bmp v0.5.0 [INFO] [stderr] Downloaded gltf-derive v1.4.1 [INFO] [stderr] Downloaded byteorder v0.5.3 [INFO] [stderr] Downloaded key-vec v0.4.1 [INFO] [stderr] Downloaded snowflake v1.3.0 [INFO] [stderr] Downloaded objc2 v0.5.2 [INFO] [stderr] Downloaded cgl v0.3.2 [INFO] [stderr] Downloaded bounded-spsc-queue v0.4.0 [INFO] [stderr] Downloaded easycurses-bump v0.13.2 [INFO] [stderr] Downloaded x11rb v0.13.2 [INFO] [stderr] Downloaded fixed v1.31.0 [INFO] [stderr] Downloaded objc2-foundation v0.2.2 [INFO] [stderr] Downloaded zerocopy v0.8.54 [INFO] [stderr] Downloaded objc2-ui-kit v0.2.2 [INFO] [stderr] Downloaded android-activity v0.6.1 [INFO] [stderr] Downloaded simd_cesu8 v1.2.0 [INFO] [stderr] Downloaded objc2-app-kit v0.2.2 [INFO] [stderr] Downloaded ndk-sys v0.6.0+11769913 [INFO] [stderr] Downloaded gltf-json v1.4.1 [INFO] [stderr] Downloaded pdcurses-sys v0.7.1 [INFO] [stderr] Downloaded defmt-macros v1.1.1 [INFO] [stderr] Downloaded x11rb-protocol v0.13.2 [INFO] [stderr] Downloaded regex-automata v0.4.16 [INFO] [stderr] Downloaded winit v0.30.13 [INFO] [stderr] Downloaded web-sys v0.3.103 [INFO] [stderr] Downloaded nsys-color-utils v0.2.3 [INFO] [stderr] Downloaded orbclient v0.3.55 [INFO] [stderr] Downloaded nsys-curses-utils v0.1.1 [INFO] [stderr] Downloaded crossbeam-deque v0.8.7 [INFO] [stderr] Downloaded id_tree v1.8.0 [INFO] [stderr] Downloaded env_logger v0.11.11 [INFO] [stderr] Downloaded no_std_io2 v0.9.4 [INFO] [stderr] Downloaded xml-rs v0.8.28 [INFO] [stderr] Downloaded gltf v1.4.1 [INFO] [stderr] Downloaded rustc-demangle v0.1.28 [INFO] [stderr] Downloaded defmt v1.1.1 [INFO] [stderr] Downloaded built v0.8.1 [INFO] [stderr] Downloaded gl_generator v0.14.0 [INFO] [stderr] Downloaded portable-atomic-util v0.2.7 [INFO] [stderr] Downloaded glutin v0.32.3 [INFO] [stderr] Downloaded jiff-static v0.2.32 [INFO] [stderr] Downloaded rand v0.9.5 [INFO] [stderr] Downloaded raw-cpuid v11.6.0 [INFO] [stderr] Downloaded pulp v0.22.3 [INFO] [stderr] Downloaded libfuzzer-sys v0.4.13 [INFO] [stderr] Downloaded portable-atomic v1.14.0 [INFO] [stderr] Downloaded fmod1 v0.1.1 [INFO] [stderr] Downloaded exr v1.74.2 [INFO] [stderr] Downloaded objc2-app-kit v0.3.2 [INFO] [stderr] Downloaded khronos_api v3.1.0 [INFO] [stderr] Downloaded pxfm v0.1.30 [INFO] [stderr] Downloaded jiff v0.2.32 [INFO] [stderr] Downloaded glium-spearman v0.36.0 [INFO] [stderr] Downloaded nsys-fmod-utils v0.1.5 [INFO] [stderr] Downloaded fmod1-sys v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb [INFO] running `Command { std: "docker" "start" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb", 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" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb", 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" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb" "/opt/rustwide/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [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.assertions-on-result-states` is deprecated in favor of `lints.clippy.assertions_on_result_states` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.bool-to-int-with-if` is deprecated in favor of `lints.clippy.bool_to_int_with_if` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.branches-sharing-code` is deprecated in favor of `lints.clippy.branches_sharing_code` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.clear-with-drain` is deprecated in favor of `lints.clippy.clear_with_drain` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.cloned-instead-of-copied` is deprecated in favor of `lints.clippy.cloned_instead_of_copied` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.collection-is-never-read` is deprecated in favor of `lints.clippy.collection_is_never_read` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.debug-assert-with-mut-call` is deprecated in favor of `lints.clippy.debug_assert_with_mut_call` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.derive-partial-eq-without-eq` is deprecated in favor of `lints.clippy.derive_partial_eq_without_eq` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.disallowed-names` is deprecated in favor of `lints.clippy.disallowed_names` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-broken-link` is deprecated in favor of `lints.clippy.doc_broken_link` 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-link-code` is deprecated in favor of `lints.clippy.doc_link_code` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-link-with-quotes` is deprecated in favor of `lints.clippy.doc_link_with_quotes` 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.elidable-lifetime-names` is deprecated in favor of `lints.clippy.elidable_lifetime_names` 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-line-after-doc-comments` is deprecated in favor of `lints.clippy.empty_line_after_doc_comments` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.equatable-if-let` is deprecated in favor of `lints.clippy.equatable_if_let` 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.explicit-deref-methods` is deprecated in favor of `lints.clippy.explicit_deref_methods` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.filter-map-next` is deprecated in favor of `lints.clippy.filter_map_next` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.flat-map-option` is deprecated in favor of `lints.clippy.flat_map_option` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.format-collect` is deprecated in favor of `lints.clippy.format_collect` 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.ignored-unit-patterns` is deprecated in favor of `lints.clippy.ignored_unit_patterns` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.impl-trait-in-params` is deprecated in favor of `lints.clippy.impl_trait_in_params` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.implicit-clone` is deprecated in favor of `lints.clippy.implicit_clone` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.inefficient-to-string` is deprecated in favor of `lints.clippy.inefficient_to_string` 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.invalid-upcast-comparisons` is deprecated in favor of `lints.clippy.invalid_upcast_comparisons` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-filter-is-ok` is deprecated in favor of `lints.clippy.iter_filter_is_ok` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-filter-is-some` is deprecated in favor of `lints.clippy.iter_filter_is_some` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.iter-with-drain` is deprecated in favor of `lints.clippy.iter_with_drain` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-stack-frames` is deprecated in favor of `lints.clippy.large_stack_frames` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.large-types-passed-by-value` is deprecated in favor of `lints.clippy.large_types_passed_by_value` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.len-zero` is deprecated in favor of `lints.clippy.len_zero` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.literal-string-with-formatting-args` is deprecated in favor of `lints.clippy.literal_string_with_formatting_args` 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.macro-use-imports` is deprecated in favor of `lints.clippy.macro_use_imports` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-assert` is deprecated in favor of `lints.clippy.manual_assert` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-multiple-of` is deprecated in favor of `lints.clippy.manual_is_multiple_of` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-power-of-two` is deprecated in favor of `lints.clippy.manual_is_power_of_two` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-is-variant-and` is deprecated in favor of `lints.clippy.manual_is_variant_and` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-let-else` is deprecated in favor of `lints.clippy.manual_let_else` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.manual-range-contains` is deprecated in favor of `lints.clippy.manual_range_contains` 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.match-same-arms` is deprecated in favor of `lints.clippy.match_same_arms` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.match-wildcard-for-single-variants` is deprecated in favor of `lints.clippy.match_wildcard_for_single_variants` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.maybe-infinite-iter` is deprecated in favor of `lints.clippy.maybe_infinite_iter` 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.mismatching-type-param-order` is deprecated in favor of `lints.clippy.mismatching_type_param_order` 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.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.mut-mut` is deprecated in favor of `lints.clippy.mut_mut` 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.naive-bytecount` is deprecated in favor of `lints.clippy.naive_bytecount` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-bitwise-bool` is deprecated in favor of `lints.clippy.needless_bitwise_bool` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-collect` is deprecated in favor of `lints.clippy.needless_collect` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-continue` is deprecated in favor of `lints.clippy.needless_continue` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-pass-by-ref-mut` is deprecated in favor of `lints.clippy.needless_pass_by_ref_mut` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-raw-string-hashes` is deprecated in favor of `lints.clippy.needless_raw_string_hashes` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.needless-raw-strings` is deprecated in favor of `lints.clippy.needless_raw_strings` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.no-effect-underscore-binding` is deprecated in favor of `lints.clippy.no_effect_underscore_binding` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.non-std-lazy-statics` is deprecated in favor of `lints.clippy.non_std_lazy_statics` 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.nonstandard-macro-braces` is deprecated in favor of `lints.clippy.nonstandard_macro_braces` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-as-ref-cloned` is deprecated in favor of `lints.clippy.option_as_ref_cloned` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-map-unit-fn` is deprecated in favor of `lints.clippy.option_map_unit_fn` 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.pub-underscore-fields` is deprecated in favor of `lints.clippy.pub_underscore_fields` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.range-minus-one` is deprecated in favor of `lints.clippy.range_minus_one` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.range-plus-one` is deprecated in favor of `lints.clippy.range_plus_one` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.read-zero-byte-vec` is deprecated in favor of `lints.clippy.read_zero_byte_vec` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-clone` is deprecated in favor of `lints.clippy.redundant_clone` 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.redundant-test-prefix` is deprecated in favor of `lints.clippy.redundant_test_prefix` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-as-ptr` is deprecated in favor of `lints.clippy.ref_as_ptr` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-binding-to-reference` is deprecated in favor of `lints.clippy.ref_binding_to_reference` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-option` is deprecated in favor of `lints.clippy.ref_option` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.ref-option-ref` is deprecated in favor of `lints.clippy.ref_option_ref` 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.same-functions-in-if-condition` is deprecated in favor of `lints.clippy.same_functions_in_if_condition` 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.set-contains-or-insert` is deprecated in favor of `lints.clippy.set_contains_or_insert` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.significant-drop-in-scrutinee` is deprecated in favor of `lints.clippy.significant_drop_in_scrutinee` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.significant-drop-tightening` is deprecated in favor of `lints.clippy.significant_drop_tightening` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-char-pattern` is deprecated in favor of `lints.clippy.single_char_pattern` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.single-component-path-imports` is deprecated in favor of `lints.clippy.single_component_path_imports` 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-option-map` is deprecated in favor of `lints.clippy.single_option_map` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.str-split-at-newline` is deprecated in favor of `lints.clippy.str_split_at_newline` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.string-add-assign` is deprecated in favor of `lints.clippy.string_add_assign` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.suboptimal-flops` is deprecated in favor of `lints.clippy.suboptimal_flops` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.suspicious-operation-groupings` is deprecated in favor of `lints.clippy.suspicious_operation_groupings` 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.trait-duplication-in-bounds` is deprecated in favor of `lints.clippy.trait_duplication_in_bounds` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.transmute-ptr-to-ptr` is deprecated in favor of `lints.clippy.transmute_ptr_to_ptr` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.trivial-regex` is deprecated in favor of `lints.clippy.trivial_regex` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.trivially-copy-pass-by-ref` is deprecated in favor of `lints.clippy.trivially_copy_pass_by_ref` 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-repetition-in-bounds` is deprecated in favor of `lints.clippy.type_repetition_in_bounds` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninhabited-references` is deprecated in favor of `lints.clippy.uninhabited_references` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.uninlined-format-args` is deprecated in favor of `lints.clippy.uninlined_format_args` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-debug-formatting` is deprecated in favor of `lints.clippy.unnecessary_debug_formatting` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-join` is deprecated in favor of `lints.clippy.unnecessary_join` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-literal-bound` is deprecated in favor of `lints.clippy.unnecessary_literal_bound` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-semicolon` is deprecated in favor of `lints.clippy.unnecessary_semicolon` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unnecessary-struct-initialization` is deprecated in favor of `lints.clippy.unnecessary_struct_initialization` 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.unreadable-literal` is deprecated in favor of `lints.clippy.unreadable_literal` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unsafe-derive-deserialize` is deprecated in favor of `lints.clippy.unsafe_derive_deserialize` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-peekable` is deprecated in favor of `lints.clippy.unused_peekable` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-result-ok` is deprecated in favor of `lints.clippy.unused_result_ok` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-rounding` is deprecated in favor of `lints.clippy.unused_rounding` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-self` is deprecated in favor of `lints.clippy.unused_self` 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.used-underscore-items` is deprecated in favor of `lints.clippy.used_underscore_items` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.useless-let-if-seq` is deprecated in favor of `lints.clippy.useless_let_if_seq` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.verbose-bit-mask` is deprecated in favor of `lints.clippy.verbose_bit_mask` 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.while-float` is deprecated in favor of `lints.clippy.while_float` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.clippy.zero-sized-map-values` is deprecated in favor of `lints.clippy.zero_sized_map_values` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.ambiguous-negative-literals` is deprecated in favor of `lints.rust.ambiguous_negative_literals` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.closure-returning-async-block` is deprecated in favor of `lints.rust.closure_returning_async_block` 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.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.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.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.unknown-lints` is deprecated in favor of `lints.rust.unknown_lints` and will not work in a future edition [INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-types` is deprecated in favor of `lints.rust.unnameable_types` 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.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: explicit `package.readme` can be inferred [INFO] [stderr] --> Cargo.toml:320:1 [INFO] [stderr] | [INFO] [stderr] 320 | readme = "README.md" [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::manual_readme` is set to `warn` by default [INFO] [stderr] help: consider removing `package.readme` [INFO] [stderr] warning: `gooey-rs` (manifest) generated 146 warnings [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.46 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.54 [INFO] [stderr] Checking bytemuck v1.25.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling unicode-segmentation v1.13.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling fixed v1.31.0 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Checking rand_core v0.10.1 [INFO] [stderr] Checking az v1.3.0 [INFO] [stderr] Checking cpufeatures v0.3.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking chacha20 v0.10.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking rgb v0.8.53 [INFO] [stderr] Checking colorsys v0.7.3 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Checking lab v0.11.0 [INFO] [stderr] Checking either v1.16.0 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Compiling gooey-rs v0.12.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking hashbrown v0.17.1 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking snowflake v1.3.0 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking nsys-mat v0.5.4 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking id_tree v1.8.0 [INFO] [stderr] Checking libyaml-rs v0.3.0 [INFO] [stderr] Checking key-vec v0.4.1 [INFO] [stderr] Checking sorted-vec v0.8.10 [INFO] [stderr] Compiling vek v0.17.2 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Checking jiff v0.2.32 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking integer-sqrt v0.1.5 [INFO] [stderr] Checking rand v0.10.2 [INFO] [stderr] Checking regex-automata v0.4.16 [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking bitflags v2.13.1 [INFO] [stderr] Checking regex v1.13.1 [INFO] [stderr] Checking env_filter v2.0.0 [INFO] [stderr] Checking env_logger v0.11.11 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling zerocopy-derive v0.8.54 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Compiling parse-display-derive v0.11.0 [INFO] [stderr] Checking strum v0.28.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking parse-display v0.11.0 [INFO] [stderr] Checking derive_more v2.1.1 [INFO] [stderr] Checking nsys-color-utils v0.2.3 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking stash v0.1.6 [INFO] [stderr] Checking serde_plain v1.0.2 [INFO] [stderr] Checking yaml_serde v0.10.4 [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking fixed-sqrt v0.3.0 [INFO] [stderr] Checking cordic v0.1.5 [INFO] [stderr] Checking nsys-math-utils v0.9.0 [INFO] [stderr] Checking nativesys v0.14.0 [INFO] [stderr] warning: unused dependency `vec_map` [INFO] [stderr] --> Cargo.toml:65:15 [INFO] [stderr] | [INFO] [stderr] 65 | [dependencies.vec_map] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::unused_dependencies` is set to `warn` by default [INFO] [stderr] help: consider removing the dependency on `vec_map` [INFO] [stderr] warning: `gooey-rs` (manifest) generated 1 warning [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.99s [INFO] running `Command { std: "docker" "inspect" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb", kill_on_drop: false }` [INFO] [stdout] 5cd821564e5a6d6bbd4aee51270919ac498785b4e39410031788e4d26c0e0afb