[INFO] fetching crate buffdb 0.5.0...
[INFO] checking buffdb-0.5.0 against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] extracting crate buffdb 0.5.0 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate buffdb 0.5.0
[INFO] finished tweaking crates.io crate buffdb 0.5.0
[INFO] tweaked toml for crates.io crate buffdb 0.5.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate buffdb 0.5.0 on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate buffdb 0.5.0 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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.decimal-literal-representation` is deprecated in favor of `lints.clippy.decimal_literal_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-auto-deref` is deprecated in favor of `lints.clippy.explicit_auto_deref` 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.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.missing-docs-in-private-items` is deprecated in favor of `lints.clippy.missing_docs_in_private_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-enforced-import-renames` is deprecated in favor of `lints.clippy.missing_enforced_import_renames` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.obfuscated-if-else` is deprecated in favor of `lints.clippy.obfuscated_if_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` 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.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` 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.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.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.unnested-or-patterns` is deprecated in favor of `lints.clippy.unnested_or_patterns` 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.rust.ambiguous-glob-reexports` is deprecated in favor of `lints.rust.ambiguous_glob_reexports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.clashing-extern-declarations` is deprecated in favor of `lints.rust.clashing_extern_declarations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.const-item-mutation` is deprecated in favor of `lints.rust.const_item_mutation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dangling-pointers-from-temporaries` is deprecated in favor of `lints.rust.dangling_pointers_from_temporaries` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deref-nullptr` is deprecated in favor of `lints.rust.deref_nullptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.drop-bounds` is deprecated in favor of `lints.rust.drop_bounds` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.hidden-glob-reexports` is deprecated in favor of `lints.rust.hidden_glob_reexports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.improper-ctypes` is deprecated in favor of `lints.rust.improper_ctypes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.improper-ctypes-definitions` is deprecated in favor of `lints.rust.improper_ctypes_definitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-from-utf8` is deprecated in favor of `lints.rust.invalid_from_utf8` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-macro-export-arguments` is deprecated in favor of `lints.rust.invalid_macro_export_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-nan-comparisons` is deprecated in favor of `lints.rust.invalid_nan_comparisons` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-reference-casting` is deprecated in favor of `lints.rust.invalid_reference_casting` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-value` is deprecated in favor of `lints.rust.invalid_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.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-copy-implementations` is deprecated in favor of `lints.rust.missing_copy_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.named-arguments-used-positionally` is deprecated in favor of `lints.rust.named_arguments_used_positionally` 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.noop-method-call` is deprecated in favor of `lints.rust.noop_method_call` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.opaque-hidden-inferred-bound` is deprecated in favor of `lints.rust.opaque_hidden_inferred_bound` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.overlapping-range-endpoints` is deprecated in favor of `lints.rust.overlapping_range_endpoints` 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.suspicious-double-ref-op` is deprecated in favor of `lints.rust.suspicious_double_ref_op` 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.unconditional-recursion` is deprecated in favor of `lints.rust.unconditional_recursion` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-test-items` is deprecated in favor of `lints.rust.unnameable_test_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-name-collisions` is deprecated in favor of `lints.rust.unstable_name_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-syntax-pre-expansion` is deprecated in favor of `lints.rust.unstable_syntax_pre_expansion` 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-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: explicit `package.readme` can be inferred
[INFO] [stderr]    --> Cargo.toml:229:1
[INFO] [stderr]     |
[INFO] [stderr] 229 | 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: `buffdb` (manifest) generated 62 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962
[INFO] running `Command { std: "docker" "start" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962", 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" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962", 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" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[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.decimal-literal-representation` is deprecated in favor of `lints.clippy.decimal_literal_representation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.explicit-auto-deref` is deprecated in favor of `lints.clippy.explicit_auto_deref` 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.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.missing-docs-in-private-items` is deprecated in favor of `lints.clippy.missing_docs_in_private_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-enforced-import-renames` is deprecated in favor of `lints.clippy.missing_enforced_import_renames` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.obfuscated-if-else` is deprecated in favor of `lints.clippy.obfuscated_if_else` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.option-if-let-else` is deprecated in favor of `lints.clippy.option_if_let_else` 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.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` 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.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.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.unnested-or-patterns` is deprecated in favor of `lints.clippy.unnested_or_patterns` 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.rust.ambiguous-glob-reexports` is deprecated in favor of `lints.rust.ambiguous_glob_reexports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.clashing-extern-declarations` is deprecated in favor of `lints.rust.clashing_extern_declarations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.const-item-mutation` is deprecated in favor of `lints.rust.const_item_mutation` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.dangling-pointers-from-temporaries` is deprecated in favor of `lints.rust.dangling_pointers_from_temporaries` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.deref-nullptr` is deprecated in favor of `lints.rust.deref_nullptr` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.drop-bounds` is deprecated in favor of `lints.rust.drop_bounds` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.future-incompatible` is deprecated in favor of `lints.rust.future_incompatible` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.hidden-glob-reexports` is deprecated in favor of `lints.rust.hidden_glob_reexports` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.improper-ctypes` is deprecated in favor of `lints.rust.improper_ctypes` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.improper-ctypes-definitions` is deprecated in favor of `lints.rust.improper_ctypes_definitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-from-utf8` is deprecated in favor of `lints.rust.invalid_from_utf8` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-macro-export-arguments` is deprecated in favor of `lints.rust.invalid_macro_export_arguments` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-nan-comparisons` is deprecated in favor of `lints.rust.invalid_nan_comparisons` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-reference-casting` is deprecated in favor of `lints.rust.invalid_reference_casting` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.invalid-value` is deprecated in favor of `lints.rust.invalid_value` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.keyword-idents` is deprecated in favor of `lints.rust.keyword_idents` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.let-underscore` is deprecated in favor of `lints.rust.let_underscore` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.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-copy-implementations` is deprecated in favor of `lints.rust.missing_copy_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-debug-implementations` is deprecated in favor of `lints.rust.missing_debug_implementations` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.missing-docs` is deprecated in favor of `lints.rust.missing_docs` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.named-arguments-used-positionally` is deprecated in favor of `lints.rust.named_arguments_used_positionally` 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.noop-method-call` is deprecated in favor of `lints.rust.noop_method_call` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.opaque-hidden-inferred-bound` is deprecated in favor of `lints.rust.opaque_hidden_inferred_bound` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.overlapping-range-endpoints` is deprecated in favor of `lints.rust.overlapping_range_endpoints` 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.suspicious-double-ref-op` is deprecated in favor of `lints.rust.suspicious_double_ref_op` 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.unconditional-recursion` is deprecated in favor of `lints.rust.unconditional_recursion` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unnameable-test-items` is deprecated in favor of `lints.rust.unnameable_test_items` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unreachable-pub` is deprecated in favor of `lints.rust.unreachable_pub` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unsafe-op-in-unsafe-fn` is deprecated in favor of `lints.rust.unsafe_op_in_unsafe_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-name-collisions` is deprecated in favor of `lints.rust.unstable_name_collisions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.rust.unstable-syntax-pre-expansion` is deprecated in favor of `lints.rust.unstable_syntax_pre_expansion` 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-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: explicit `package.readme` can be inferred
[INFO] [stderr]    --> Cargo.toml:229:1
[INFO] [stderr]     |
[INFO] [stderr] 229 | 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: `buffdb` (manifest) generated 62 warnings
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling prettyplease v0.2.35
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking openssl-sys v0.9.109
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking clap_builder v4.5.41
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking sdd v3.0.10
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking indexmap v2.10.0
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking scc v2.3.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking clap v4.5.41
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling serial_test_derive v3.2.0
[INFO] [stderr]     Checking openssl v0.10.73
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]     Checking zerovec v0.11.4
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serial_test v3.2.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking native-tls v0.2.14
[INFO] [stderr]    Compiling buffdb v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking h2 v0.4.11
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking hyper-util v0.1.15
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] running `Command { std: "docker" "inspect" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962", kill_on_drop: false }`
[INFO] [stdout] 2042591e63602ff96d29163b63b0ceddb33a31b665abef117a5619661d1aa962
