[INFO] fetching crate pem-iterator 0.2.0... [INFO] building pem-iterator-0.2.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate pem-iterator 0.2.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate pem-iterator 0.2.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate pem-iterator 0.2.0 [INFO] tweaked toml for crates.io crate pem-iterator 0.2.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate pem-iterator 0.2.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 33 packages to latest compatible versions [INFO] [stderr] Adding pem v0.4.1 (available: v3.0.5) [INFO] [stderr] Adding rand v0.3.23 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea0a96351d47b2c4e975a274a80b15fd7a51db76d3a180648f3c33bfb1936b8f [INFO] running `Command { std: "docker" "start" "-a" "ea0a96351d47b2c4e975a274a80b15fd7a51db76d3a180648f3c33bfb1936b8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea0a96351d47b2c4e975a274a80b15fd7a51db76d3a180648f3c33bfb1936b8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea0a96351d47b2c4e975a274a80b15fd7a51db76d3a180648f3c33bfb1936b8f", kill_on_drop: false }` [INFO] [stdout] ea0a96351d47b2c4e975a274a80b15fd7a51db76d3a180648f3c33bfb1936b8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 985fad9004627f68054b758e4a3edacb237d3e15846ccb43a712f896afb0d607 [INFO] running `Command { std: "docker" "start" "-a" "985fad9004627f68054b758e4a3edacb237d3e15846ccb43a712f896afb0d607", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling pem-iterator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:274:12 [INFO] [stdout] | [INFO] [stdout] 274 | 'A'...'Z' => (0, 'A'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:275:12 [INFO] [stdout] | [INFO] [stdout] 275 | 'a'...'z' => (26, 'a'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | '0'...'9' => (52, '0'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut Iterator>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut dyn Iterator>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:358:58 [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:376:58 [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:394:58 [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:467:58 [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:179:49 [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:213:49 [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:240:49 [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "985fad9004627f68054b758e4a3edacb237d3e15846ccb43a712f896afb0d607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "985fad9004627f68054b758e4a3edacb237d3e15846ccb43a712f896afb0d607", kill_on_drop: false }` [INFO] [stdout] 985fad9004627f68054b758e4a3edacb237d3e15846ccb43a712f896afb0d607 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7283bfce0ef1823503e468a7d97a49ec1840e0862624bcd96545e21236a9bd10 [INFO] running `Command { std: "docker" "start" "-a" "7283bfce0ef1823503e468a7d97a49ec1840e0862624bcd96545e21236a9bd10", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling ucd-util v0.1.10 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling utf8-ranges v1.0.5 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:274:12 [INFO] [stdout] | [INFO] [stdout] 274 | 'A'...'Z' => (0, 'A'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:275:12 [INFO] [stdout] | [INFO] [stdout] 275 | 'a'...'z' => (26, 'a'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | '0'...'9' => (52, '0'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut Iterator>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut dyn Iterator>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:358:58 [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:376:58 [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:394:58 [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:467:58 [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:179:49 [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:213:49 [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:240:49 [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling addr2line v0.25.1 [INFO] [stderr] Compiling backtrace v0.3.76 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling pem v0.4.1 [INFO] [stderr] Compiling pem-iterator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:274:12 [INFO] [stdout] | [INFO] [stdout] 274 | 'A'...'Z' => (0, 'A'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:275:12 [INFO] [stdout] | [INFO] [stdout] 275 | 'a'...'z' => (26, 'a'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/body.rs:276:12 [INFO] [stdout] | [INFO] [stdout] 276 | '0'...'9' => (52, '0'), [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut Iterator>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 259 | stream: &mut dyn Iterator>, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:358:58 [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 358 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:376:58 [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 376 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:394:58 [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 394 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/body.rs:467:58 [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut Iterator>) -> (Option, Option [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 467 | fn process<'a, Loc: 'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> (Option, Option>>) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:179:49 [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 179 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:213:49 [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/boundary.rs:240:49 [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut Iterator>) -> Result, EncapsulationBounda... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 240 | fn process<'a, E: 'a>(self, stream: &'a mut dyn Iterator>) -> Result, EncapsulationBoundaryError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.02s [INFO] running `Command { std: "docker" "inspect" "7283bfce0ef1823503e468a7d97a49ec1840e0862624bcd96545e21236a9bd10", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7283bfce0ef1823503e468a7d97a49ec1840e0862624bcd96545e21236a9bd10", kill_on_drop: false }` [INFO] [stdout] 7283bfce0ef1823503e468a7d97a49ec1840e0862624bcd96545e21236a9bd10