[INFO] fetching crate ascii 1.0.0... [INFO] testing ascii-1.0.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate ascii 1.0.0 into /workspace/builds/worker-43/source [INFO] validating manifest of crates.io crate ascii 1.0.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ascii 1.0.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate ascii 1.0.0 [INFO] tweaked toml for crates.io crate ascii 1.0.0 written to /workspace/builds/worker-43/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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 serde_test v1.0.136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb3de093e71be7e05a51065ce5ef3263af4e9ed9979feeeb25b8cdd068bd6310 [INFO] running `Command { std: "docker" "start" "-a" "fb3de093e71be7e05a51065ce5ef3263af4e9ed9979feeeb25b8cdd068bd6310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb3de093e71be7e05a51065ce5ef3263af4e9ed9979feeeb25b8cdd068bd6310", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb3de093e71be7e05a51065ce5ef3263af4e9ed9979feeeb25b8cdd068bd6310", kill_on_drop: false }` [INFO] [stdout] fb3de093e71be7e05a51065ce5ef3263af4e9ed9979feeeb25b8cdd068bd6310 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfb2b308aadadcec3071660fdc6916b6332585dda8f8b59f0bfe4c81cfed4998 [INFO] running `Command { std: "docker" "start" "-a" "bfb2b308aadadcec3071660fdc6916b6332585dda8f8b59f0bfe4c81cfed4998", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ascii v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/ascii_string.rs:675:20 [INFO] [stdout] | [INFO] [stdout] 675 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:204:40 [INFO] [stdout] | [INFO] [stdout] 204 | &self[self.chars().take_while(|a| a.is_whitespace()).count()..] [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:218:26 [INFO] [stdout] | [INFO] [stdout] 218 | .take_while(|a| a.is_whitespace()) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:51 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `b` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:54 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:614:52 [INFO] [stdout] | [INFO] [stdout] 614 | if let Some(at) = self.chars.position(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:630:53 [INFO] [stdout] | [INFO] [stdout] 630 | if let Some(at) = self.chars.rposition(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.55s [INFO] running `Command { std: "docker" "inspect" "bfb2b308aadadcec3071660fdc6916b6332585dda8f8b59f0bfe4c81cfed4998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfb2b308aadadcec3071660fdc6916b6332585dda8f8b59f0bfe4c81cfed4998", kill_on_drop: false }` [INFO] [stdout] bfb2b308aadadcec3071660fdc6916b6332585dda8f8b59f0bfe4c81cfed4998 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70d98a66df97ce61db3fd862a7d92891db796730b361122b2db67e46fda60bbc [INFO] running `Command { std: "docker" "start" "-a" "70d98a66df97ce61db3fd862a7d92891db796730b361122b2db67e46fda60bbc", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/ascii_string.rs:675:20 [INFO] [stdout] | [INFO] [stdout] 675 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:204:40 [INFO] [stdout] | [INFO] [stdout] 204 | &self[self.chars().take_while(|a| a.is_whitespace()).count()..] [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:218:26 [INFO] [stdout] | [INFO] [stdout] 218 | .take_while(|a| a.is_whitespace()) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:51 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `b` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:54 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:614:52 [INFO] [stdout] | [INFO] [stdout] 614 | if let Some(at) = self.chars.position(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:630:53 [INFO] [stdout] | [INFO] [stdout] 630 | if let Some(at) = self.chars.rposition(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Compiling ascii v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> tests.rs:133:34 [INFO] [stdout] | [INFO] [stdout] 133 | if case.chars().all(|a| a.is_uppercase() ) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/ascii_string.rs:675:20 [INFO] [stdout] | [INFO] [stdout] 675 | self.error.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:204:40 [INFO] [stdout] | [INFO] [stdout] 204 | &self[self.chars().take_while(|a| a.is_whitespace()).count()..] [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:218:26 [INFO] [stdout] | [INFO] [stdout] 218 | .take_while(|a| a.is_whitespace()) [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:51 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `b` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:226:54 [INFO] [stdout] | [INFO] [stdout] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:240:13 [INFO] [stdout] | [INFO] [stdout] 240 | for a in self.chars_mut() { [INFO] [stdout] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:614:52 [INFO] [stdout] | [INFO] [stdout] 614 | if let Some(at) = self.chars.position(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stdout] --> src/ascii_str.rs:630:53 [INFO] [stdout] | [INFO] [stdout] 630 | if let Some(at) = self.chars.rposition(|c| c == split_on) { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "70d98a66df97ce61db3fd862a7d92891db796730b361122b2db67e46fda60bbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70d98a66df97ce61db3fd862a7d92891db796730b361122b2db67e46fda60bbc", kill_on_drop: false }` [INFO] [stdout] 70d98a66df97ce61db3fd862a7d92891db796730b361122b2db67e46fda60bbc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-43/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f0d628fd12830597d7b7058c4b6640e66991d4fb8120fe1dbe24bff5b8a73728 [INFO] running `Command { std: "docker" "start" "-a" "f0d628fd12830597d7b7058c4b6640e66991d4fb8120fe1dbe24bff5b8a73728", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/ascii_string.rs:675:20 [INFO] [stderr] | [INFO] [stderr] 675 | self.error.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:204:40 [INFO] [stderr] | [INFO] [stderr] 204 | &self[self.chars().take_while(|a| a.is_whitespace()).count()..] [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:218:26 [INFO] [stderr] | [INFO] [stderr] 218 | .take_while(|a| a.is_whitespace()) [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:226:51 [INFO] [stderr] | [INFO] [stderr] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `b` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:226:54 [INFO] [stderr] | [INFO] [stderr] 226 | self.chars().zip(other.chars()).all(|(a, b)| { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 233 | for a in self.chars_mut() { [INFO] [stderr] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:240:13 [INFO] [stderr] | [INFO] [stderr] 240 | for a in self.chars_mut() { [INFO] [stderr] | ^ help: to match on the variant, qualify the path: `AsciiChar::a` [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:614:52 [INFO] [stderr] | [INFO] [stderr] 614 | if let Some(at) = self.chars.position(|c| c == split_on) { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] warning[E0170]: pattern binding `c` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> src/ascii_str.rs:630:53 [INFO] [stderr] | [INFO] [stderr] 630 | if let Some(at) = self.chars.rposition(|c| c == split_on) { [INFO] [stderr] | ^ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0170`. [INFO] [stderr] warning: `ascii` (lib) generated 9 warnings [INFO] [stderr] warning[E0170]: pattern binding `a` is named the same as one of the variants of the type `AsciiChar` [INFO] [stderr] --> tests.rs:133:34 [INFO] [stderr] | [INFO] [stderr] 133 | if case.chars().all(|a| a.is_uppercase() ) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `ascii` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] warning: `ascii` (test "tests") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ascii-b3a4cb2df3ff9847) [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test ascii_char::tests::as_byte_and_char ... ok [INFO] [stdout] test ascii_char::tests::cmp_wider ... ok [INFO] [stdout] test ascii_char::tests::ascii_case ... ok [INFO] [stdout] test ascii_char::tests::is_all ... ok [INFO] [stdout] test ascii_char::tests::fmt_ascii ... ok [INFO] [stdout] test ascii_char::tests::to_ascii_char ... ok [INFO] [stdout] test ascii_str::tests::as_bytes ... ok [INFO] [stdout] test ascii_str::tests::chars_iter ... ok [INFO] [stdout] test ascii_str::tests::generic_as_mut_ascii_str ... ok [INFO] [stdout] test ascii_str::tests::chars_iter_mut ... ok [INFO] [stdout] test ascii_str::tests::cstr_as_ascii_str ... ok [INFO] [stdout] test ascii_string::tests::fmt_ascii_string ... ok [INFO] [stdout] test ascii_str::tests::lines_iter ... ok [INFO] [stdout] test ascii_str::tests::to_ascii_case ... ok [INFO] [stdout] test ascii_str::tests::lines_iter_rev ... ok [INFO] [stdout] test ascii_str::tests::make_ascii_case ... ok [INFO] [stdout] test ascii_str::tests::split_str ... ok [INFO] [stdout] test ascii_str::tests::as_ascii_str ... ok [INFO] [stdout] test ascii_str::tests::lines_iter_empty ... ok [INFO] [stdout] test ascii_char::tests::new_array_is_correct ... ok [INFO] [stdout] test ascii_str::tests::as_str ... ok [INFO] [stdout] test ascii_str::tests::as_mut_ascii_str ... ok [INFO] [stdout] test ascii_str::tests::split_str_empty ... ok [INFO] [stdout] test ascii_str::tests::split_str_rev ... ok [INFO] [stdout] test ascii_string::tests::from_ascii_vec ... ok [INFO] [stdout] test ascii_char::tests::is_digit_strange_radixes ... ok [INFO] [stdout] test ascii_str::tests::default ... ok [INFO] [stdout] test ascii_str::tests::fmt_ascii_str ... ok [INFO] [stdout] test ascii_str::tests::generic_as_ascii_str ... ok [INFO] [stdout] test ascii_str::tests::index ... ok [INFO] [stdout] test ascii_string::tests::write_fmt ... ok [INFO] [stdout] test ascii_string::tests::into_string ... ok [INFO] [stdout] test ascii_string::tests::into_bytes ... ok [INFO] [stdout] test ascii_string::tests::from_cstring ... ok [INFO] [stdout] test ascii_str::tests::cstring_as_ascii_str ... ok [INFO] [stderr] Running tests.rs (/opt/rustwide/target/debug/deps/tests-6c8834c2ed505df0) [INFO] [stdout] test ascii_char::tests::is_digit_bad_radix - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test compare_ascii_str_str ... ok [INFO] [stdout] test compare_ascii_str_slice ... ok [INFO] [stdout] test ascii_vec ... ok [INFO] [stdout] test compare_ascii_string_str ... ok [INFO] [stdout] test to_ascii ... ok [INFO] [stdout] test compare_ascii_string_string ... ok [INFO] [stdout] test into_ascii ... ok [INFO] [stdout] test compare_ascii_string_slice ... ok [INFO] [stdout] test extend_from_iterator ... ok [INFO] [stdout] test compare_ascii_str_string ... ok [INFO] [stdout] test compare_ascii_string_ascii_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests ascii [INFO] [stdout] [INFO] [stdout] running 48 tests [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::new (line 322) - compile fail ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_punctuation (line 588) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::len (line 317) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsAsciiStr::as_ascii_str (line 756) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::trim_start (line 198) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::reserve_exact (line 195) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::to_ascii_lowercase (line 669) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::from_ascii_unchecked (line 101) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::new (line 26) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::reserve (line 173) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::new (line 316) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_control (line 499) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::pop (line 260) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::is_empty (line 330) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::push (line 226) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_printable (line 530) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsAsciiStr::slice_ascii (line 743) ... ok [INFO] [stdout] test src/free_functions.rs - free_functions::caret_decode (line 49) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::with_capacity (line 40) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::from_raw_parts (line 66) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::trim_end (line 210) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::is_empty (line 127) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::new (line 309) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_uppercase (line 566) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_hexdigit (line 603) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::as_printable_char (line 623) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::push_str (line 141) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::from_ascii (line 82) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_lowercase (line 544) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::split (line 155) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::clear (line 345) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::shrink_to_fit (line 209) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::FromAsciiError (line 637) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_blank (line 464) ... ok [INFO] [stdout] test src/free_functions.rs - free_functions::caret_decode (line 40) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::from_ascii (line 289) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::len (line 114) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::insert (line 303) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::remove (line 282) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::truncate (line 245) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::capacity (line 156) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::to_ascii_uppercase (line 653) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsAsciiStr::get_ascii (line 772) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_graphic (line 516) ... ok [INFO] [stdout] test src/ascii_string.rs - ascii_string::AsciiString::from_ascii (line 116) ... ok [INFO] [stdout] test src/ascii_char.rs - ascii_char::AsciiChar::is_ascii_digit (line 434) ... ok [INFO] [stdout] test src/ascii_str.rs - ascii_str::AsciiStr::trim (line 186) ... ok [INFO] [stdout] test src/free_functions.rs - free_functions::caret_encode (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f0d628fd12830597d7b7058c4b6640e66991d4fb8120fe1dbe24bff5b8a73728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0d628fd12830597d7b7058c4b6640e66991d4fb8120fe1dbe24bff5b8a73728", kill_on_drop: false }` [INFO] [stdout] f0d628fd12830597d7b7058c4b6640e66991d4fb8120fe1dbe24bff5b8a73728