[INFO] fetching crate ya 0.2.0... [INFO] building ya-0.2.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate ya 0.2.0 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ya 0.2.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded criterion-plot v0.6.0 [INFO] [stderr] Downloaded rstest v0.26.1 [INFO] [stderr] Downloaded rstest_macros v0.26.1 [INFO] [stderr] Downloaded criterion v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b726bbdcf20713a2fb87cf5e08d8aa476e498cef515ef895aae888c9de2d562f [INFO] running `Command { std: "docker" "start" "-a" "b726bbdcf20713a2fb87cf5e08d8aa476e498cef515ef895aae888c9de2d562f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b726bbdcf20713a2fb87cf5e08d8aa476e498cef515ef895aae888c9de2d562f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b726bbdcf20713a2fb87cf5e08d8aa476e498cef515ef895aae888c9de2d562f", kill_on_drop: false }` [INFO] [stdout] b726bbdcf20713a2fb87cf5e08d8aa476e498cef515ef895aae888c9de2d562f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4477929a8b5e199e66588944b3cab58cdec69ca78a8e4afd1458c03a315856e5 [INFO] running `Command { std: "docker" "start" "-a" "4477929a8b5e199e66588944b3cab58cdec69ca78a8e4afd1458c03a315856e5", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [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 6.03s [INFO] running `Command { std: "docker" "inspect" "4477929a8b5e199e66588944b3cab58cdec69ca78a8e4afd1458c03a315856e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4477929a8b5e199e66588944b3cab58cdec69ca78a8e4afd1458c03a315856e5", kill_on_drop: false }` [INFO] [stdout] 4477929a8b5e199e66588944b3cab58cdec69ca78a8e4afd1458c03a315856e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b87515f2bc276ac167403439e525b3116763156a884c0ae5ae7099ad7633ed8a [INFO] running `Command { std: "docker" "start" "-a" "b87515f2bc276ac167403439e525b3116763156a884c0ae5ae7099ad7633ed8a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling criterion-plot v0.6.0 [INFO] [stderr] Compiling clap v4.5.47 [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 proc-macro-crate v3.3.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.7.0 [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] [stdout] warning: unused variable: `stream` [INFO] [stdout] --> tests/integration_tests.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | let stream = yaml_stream::<_, ContextError> [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_stream` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> tests/integration_tests.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | fn check_input(input: &Path, event: &Path) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 59s [INFO] running `Command { std: "docker" "inspect" "b87515f2bc276ac167403439e525b3116763156a884c0ae5ae7099ad7633ed8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b87515f2bc276ac167403439e525b3116763156a884c0ae5ae7099ad7633ed8a", kill_on_drop: false }` [INFO] [stdout] b87515f2bc276ac167403439e525b3116763156a884c0ae5ae7099ad7633ed8a