[INFO] fetching crate ya 0.2.0... [INFO] building ya-0.2.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate ya 0.2.0 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate ya 0.2.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ya 0.2.0 [INFO] tweaked toml for crates.io crate ya 0.2.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ya 0.2.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ya 0.2.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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4c9e4a663e0e996b6eec5b01075fa9615cb7dd99351c332636ca49239efae30 [INFO] running `Command { std: "docker" "start" "-a" "b4c9e4a663e0e996b6eec5b01075fa9615cb7dd99351c332636ca49239efae30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4c9e4a663e0e996b6eec5b01075fa9615cb7dd99351c332636ca49239efae30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4c9e4a663e0e996b6eec5b01075fa9615cb7dd99351c332636ca49239efae30", kill_on_drop: false }` [INFO] [stdout] b4c9e4a663e0e996b6eec5b01075fa9615cb7dd99351c332636ca49239efae30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 22158cbda6641347019078615c448b077ce6e4f487ac71843782555e4b1294cd [INFO] running `Command { std: "docker" "start" "-a" "22158cbda6641347019078615c448b077ce6e4f487ac71843782555e4b1294cd", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling ya v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/map.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/block/node.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/node.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/block/node.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/node.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/plain.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/plain.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChompingMode` is never used [INFO] [stdout] --> src/parse/block/header.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub enum ChompingMode { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `chomping_indicator` is never used [INFO] [stdout] --> src/parse/block/header.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn chomping_indicator<'i, Input, Error>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `block_scalar` is never used [INFO] [stdout] --> src/parse/block/scalar.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn block_scalar<'i, Context, Input, Error>( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WithLimit` is never constructed [INFO] [stdout] --> src/parse/input.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | pub(crate) struct WithLimit { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `into_inner` are never used [INFO] [stdout] --> src/parse/input.rs:214:12 [INFO] [stdout] | [INFO] [stdout] 212 | impl WithLimit { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 213 | /// Create a new instance. [INFO] [stdout] 214 | pub fn new(inner: I, limit: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | pub fn into_inner(self) -> I { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "22158cbda6641347019078615c448b077ce6e4f487ac71843782555e4b1294cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22158cbda6641347019078615c448b077ce6e4f487ac71843782555e4b1294cd", kill_on_drop: false }` [INFO] [stdout] 22158cbda6641347019078615c448b077ce6e4f487ac71843782555e4b1294cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5edf75cc05c134c414f20728dbc33ca9c03ea6748a8053093e1ee3bf148defe3 [INFO] running `Command { std: "docker" "start" "-a" "5edf75cc05c134c414f20728dbc33ca9c03ea6748a8053093e1ee3bf148defe3", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/map.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 43 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/block/node.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/node.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/block/node.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/block/node.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/parse/plain.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | context: Context, [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `indent_level` [INFO] [stdout] --> src/parse/plain.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | indent_level: IndentLevel, [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_indent_level` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ChompingMode` is never used [INFO] [stdout] --> src/parse/block/header.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | pub enum ChompingMode { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `chomping_indicator` is never used [INFO] [stdout] --> src/parse/block/header.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn chomping_indicator<'i, Input, Error>( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `block_scalar` is never used [INFO] [stdout] --> src/parse/block/scalar.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn block_scalar<'i, Context, Input, Error>( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `WithLimit` is never constructed [INFO] [stdout] --> src/parse/input.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | pub(crate) struct WithLimit { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `new` and `into_inner` are never used [INFO] [stdout] --> src/parse/input.rs:214:12 [INFO] [stdout] | [INFO] [stdout] 212 | impl WithLimit { [INFO] [stdout] | -------------------- associated items in this implementation [INFO] [stdout] 213 | /// Create a new instance. [INFO] [stdout] 214 | pub fn new(inner: I, limit: usize) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 219 | pub fn into_inner(self) -> I { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] error: could not compile `clap_builder` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6/bin/rustc --crate-name clap_builder --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="help"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=70fa525ad3d06ed0 -C extra-filename=-d8cc3aa365f7821b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anstyle=/opt/rustwide/target/debug/deps/libanstyle-acd37f6657e9ecfb.rmeta --extern clap_lex=/opt/rustwide/target/debug/deps/libclap_lex-cf64d5057a503eff.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5edf75cc05c134c414f20728dbc33ca9c03ea6748a8053093e1ee3bf148defe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5edf75cc05c134c414f20728dbc33ca9c03ea6748a8053093e1ee3bf148defe3", kill_on_drop: false }` [INFO] [stdout] 5edf75cc05c134c414f20728dbc33ca9c03ea6748a8053093e1ee3bf148defe3