[INFO] fetching crate jbcrs-basic 0.1.4... [INFO] testing jbcrs-basic-0.1.4 against try#8262275854dc0e5381c9d42d56257d94932c5a87 for pr-90799 [INFO] extracting crate jbcrs-basic 0.1.4 into /workspace/builds/worker-101/source [INFO] validating manifest of crates.io crate jbcrs-basic 0.1.4 on toolchain 8262275854dc0e5381c9d42d56257d94932c5a87 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jbcrs-basic 0.1.4 [INFO] finished tweaking crates.io crate jbcrs-basic 0.1.4 [INFO] tweaked toml for crates.io crate jbcrs-basic 0.1.4 written to /workspace/builds/worker-101/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "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 synstructure v0.6.1 [INFO] [stderr] Downloaded yade v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eb5ea7fb368938a98e082b9457b5b2311080c5b3d9b3a60330f7eb1cd0318a8e [INFO] running `Command { std: "docker" "start" "-a" "eb5ea7fb368938a98e082b9457b5b2311080c5b3d9b3a60330f7eb1cd0318a8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb5ea7fb368938a98e082b9457b5b2311080c5b3d9b3a60330f7eb1cd0318a8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb5ea7fb368938a98e082b9457b5b2311080c5b3d9b3a60330f7eb1cd0318a8e", kill_on_drop: false }` [INFO] [stdout] eb5ea7fb368938a98e082b9457b5b2311080c5b3d9b3a60330f7eb1cd0318a8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c19a28844cb9b29f2d319d6fc092b0ddbece1e48475c1cf97103b6984b68291 [INFO] running `Command { std: "docker" "start" "-a" "8c19a28844cb9b29f2d319d6fc092b0ddbece1e48475c1cf97103b6984b68291", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling yade v0.1.2 [INFO] [stderr] Compiling jbcrs-basic v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | 0...63 => StackMapFrame::Same { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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/parser/method.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 64...127 => StackMapFrame::Same1 { [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/parser/method.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 248...250 => StackMapFrame::Chop { [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/parser/method.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 252...254 => { [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: associated function is never used: `with_capacity` [INFO] [stdout] --> src/writer/encode.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/writer/encode.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u32` [INFO] [stdout] --> src/writer/encode.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u64` [INFO] [stdout] --> src/writer/encode.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i8` [INFO] [stdout] --> src/writer/encode.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i16` [INFO] [stdout] --> src/writer/encode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.14s [INFO] running `Command { std: "docker" "inspect" "8c19a28844cb9b29f2d319d6fc092b0ddbece1e48475c1cf97103b6984b68291", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c19a28844cb9b29f2d319d6fc092b0ddbece1e48475c1cf97103b6984b68291", kill_on_drop: false }` [INFO] [stdout] 8c19a28844cb9b29f2d319d6fc092b0ddbece1e48475c1cf97103b6984b68291 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4df20d1f1ec1c8887412fc6cf5498f53a3fec193fa2001d6fe6b1d41328a2e4 [INFO] running `Command { std: "docker" "start" "-a" "e4df20d1f1ec1c8887412fc6cf5498f53a3fec193fa2001d6fe6b1d41328a2e4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | 0...63 => StackMapFrame::Same { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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/parser/method.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 64...127 => StackMapFrame::Same1 { [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/parser/method.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 248...250 => StackMapFrame::Chop { [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/parser/method.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 252...254 => { [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: associated function is never used: `with_capacity` [INFO] [stdout] --> src/writer/encode.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/writer/encode.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling jbcrs-basic v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `write_u32` [INFO] [stdout] --> src/writer/encode.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u64` [INFO] [stdout] --> src/writer/encode.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i8` [INFO] [stdout] --> src/writer/encode.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i16` [INFO] [stdout] --> src/writer/encode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parser/method.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | 0...63 => StackMapFrame::Same { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [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/parser/method.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 64...127 => StackMapFrame::Same1 { [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/parser/method.rs:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 248...250 => StackMapFrame::Chop { [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/parser/method.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | 252...254 => { [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: associated function is never used: `with_capacity` [INFO] [stdout] --> src/writer/encode.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/writer/encode.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u32` [INFO] [stdout] --> src/writer/encode.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_u64` [INFO] [stdout] --> src/writer/encode.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i8` [INFO] [stdout] --> src/writer/encode.rs:59:12 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `write_i16` [INFO] [stdout] --> src/writer/encode.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.73s [INFO] running `Command { std: "docker" "inspect" "e4df20d1f1ec1c8887412fc6cf5498f53a3fec193fa2001d6fe6b1d41328a2e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4df20d1f1ec1c8887412fc6cf5498f53a3fec193fa2001d6fe6b1d41328a2e4", kill_on_drop: false }` [INFO] [stdout] e4df20d1f1ec1c8887412fc6cf5498f53a3fec193fa2001d6fe6b1d41328a2e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+8262275854dc0e5381c9d42d56257d94932c5a87" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8b3b1d0db4a7f9682610419b76a14a9dd947349000d40c43a15eab0d4c35a78f [INFO] running `Command { std: "docker" "start" "-a" "8b3b1d0db4a7f9682610419b76a14a9dd947349000d40c43a15eab0d4c35a78f", kill_on_drop: false }` [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/method.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | 0...63 => StackMapFrame::Same { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/method.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | 64...127 => StackMapFrame::Same1 { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/method.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | 248...250 => StackMapFrame::Chop { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/parser/method.rs:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | 252...254 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `with_capacity` [INFO] [stderr] --> src/writer/encode.rs:13:12 [INFO] [stderr] | [INFO] [stderr] 13 | pub fn with_capacity(cap: usize) -> Encoder { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `len` [INFO] [stderr] --> src/writer/encode.rs:19:12 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn len(&self) -> usize { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_u32` [INFO] [stderr] --> src/writer/encode.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | pub fn write_u32(&mut self, u: u32) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_u64` [INFO] [stderr] --> src/writer/encode.rs:52:12 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn write_u64(&mut self, u: u64) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_i8` [INFO] [stderr] --> src/writer/encode.rs:59:12 [INFO] [stderr] | [INFO] [stderr] 59 | pub fn write_i8(&mut self, u: i8) { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `write_i16` [INFO] [stderr] --> src/writer/encode.rs:64:12 [INFO] [stderr] | [INFO] [stderr] 64 | pub fn write_i16(&mut self, u: i16) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `jbcrs-basic` (lib) generated 10 warnings [INFO] [stderr] warning: `jbcrs-basic` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/jbcrs_basic-93f391f562dd527a) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test constpool::tests::push_and_get ... ok [INFO] [stdout] test parser::decode::test::read_i16 ... ok [INFO] [stdout] test parser::decode::test::read_i32 ... ok [INFO] [stdout] test constpool::tests::push_duplicate ... ok [INFO] [stdout] test parser::decode::test::read_i64 ... ok [INFO] [stdout] test parser::decode::test::read_i8 ... ok [INFO] [stdout] test parser::decode::test::read_str ... ok [INFO] [stdout] test parser::decode::test::read_u32 ... ok [INFO] [stdout] test parser::decode::test::read_u16 ... ok [INFO] [stdout] test parser::decode::test::read_u64 ... ok [INFO] [stdout] test parser::decode::test::read_u8 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests jbcrs-basic [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/parser/method.rs:76:14 [INFO] [stderr] | [INFO] [stderr] 76 | 0...63 => StackMapFrame::Same { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/parser/method.rs:79:15 [INFO] [stderr] | [INFO] [stderr] 79 | 64...127 => StackMapFrame::Same1 { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/parser/method.rs:87:16 [INFO] [stderr] | [INFO] [stderr] 87 | 248...250 => StackMapFrame::Chop { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/parser/method.rs:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | 252...254 => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8b3b1d0db4a7f9682610419b76a14a9dd947349000d40c43a15eab0d4c35a78f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b3b1d0db4a7f9682610419b76a14a9dd947349000d40c43a15eab0d4c35a78f", kill_on_drop: false }` [INFO] [stdout] 8b3b1d0db4a7f9682610419b76a14a9dd947349000d40c43a15eab0d4c35a78f