[INFO] fetching crate huam-rust-utils 0.1.1... [INFO] testing huam-rust-utils-0.1.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate huam-rust-utils 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate huam-rust-utils 0.1.1 [INFO] finished tweaking crates.io crate huam-rust-utils 0.1.1 [INFO] tweaked toml for crates.io crate huam-rust-utils 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate huam-rust-utils 0.1.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 097bdc27d99c3d011424ed5c7a5541d617434f41d05d0cb510e47930191a3bce [INFO] running `Command { std: "docker" "start" "-a" "097bdc27d99c3d011424ed5c7a5541d617434f41d05d0cb510e47930191a3bce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "097bdc27d99c3d011424ed5c7a5541d617434f41d05d0cb510e47930191a3bce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "097bdc27d99c3d011424ed5c7a5541d617434f41d05d0cb510e47930191a3bce", kill_on_drop: false }` [INFO] [stdout] 097bdc27d99c3d011424ed5c7a5541d617434f41d05d0cb510e47930191a3bce [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] a222cf6005b84f1835f568611f5772e297640ecc4ca5504f60fbc04d2868146c [INFO] running `Command { std: "docker" "start" "-a" "a222cf6005b84f1835f568611f5772e297640ecc4ca5504f60fbc04d2868146c", kill_on_drop: false }` [INFO] [stderr] Compiling huam-rust-utils v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `substrings_series` is never used [INFO] [stdout] --> src/str_uril.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn substrings_series(s: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `repeat` is never used [INFO] [stdout] --> src/str_uril.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn repeat(s: &str, n: usize) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_chinese` is never used [INFO] [stdout] --> src/str_uril/is_.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_chinese(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_digit` is never used [INFO] [stdout] --> src/str_uril/is_.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn is_digit(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphabetic` is never used [INFO] [stdout] --> src/str_uril/is_.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_alphabetic(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphanumeric` is never used [INFO] [stdout] --> src/str_uril/is_.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn is_alphanumeric(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_negative` is never used [INFO] [stdout] --> src/str_uril/is_.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn is_negative(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_symbol` is never used [INFO] [stdout] --> src/str_uril/is_.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn is_symbol(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_boolean` is never used [INFO] [stdout] --> src/str_uril/is_.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn is_boolean(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_contain_char_num` is never used [INFO] [stdout] --> src/str_uril/is_.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn is_contain_char_num(s: &str, c: char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_any_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn is_any_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn is_all_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq2` is never used [INFO] [stdout] --> src/str_uril/is_.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn is_all_eq2(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `capitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn capitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `uncapitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn uncapitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case` is never used [INFO] [stdout] --> src/str_uril/convert.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn camel_case(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case_lower` is never used [INFO] [stdout] --> src/str_uril/convert.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn camel_case_lower(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] running `Command { std: "docker" "inspect" "a222cf6005b84f1835f568611f5772e297640ecc4ca5504f60fbc04d2868146c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a222cf6005b84f1835f568611f5772e297640ecc4ca5504f60fbc04d2868146c", kill_on_drop: false }` [INFO] [stdout] a222cf6005b84f1835f568611f5772e297640ecc4ca5504f60fbc04d2868146c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 7af1c1e0c5b870449edc8ca507269296d95687eb3e01489a77445e2377212ab0 [INFO] running `Command { std: "docker" "start" "-a" "7af1c1e0c5b870449edc8ca507269296d95687eb3e01489a77445e2377212ab0", kill_on_drop: false }` [INFO] [stdout] warning: function `substrings_series` is never used [INFO] [stdout] --> src/str_uril.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn substrings_series(s: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling huam-rust-utils v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `repeat` is never used [INFO] [stdout] --> src/str_uril.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn repeat(s: &str, n: usize) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_chinese` is never used [INFO] [stdout] --> src/str_uril/is_.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_chinese(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_digit` is never used [INFO] [stdout] --> src/str_uril/is_.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn is_digit(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphabetic` is never used [INFO] [stdout] --> src/str_uril/is_.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_alphabetic(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphanumeric` is never used [INFO] [stdout] --> src/str_uril/is_.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn is_alphanumeric(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_negative` is never used [INFO] [stdout] --> src/str_uril/is_.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn is_negative(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_symbol` is never used [INFO] [stdout] --> src/str_uril/is_.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn is_symbol(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_boolean` is never used [INFO] [stdout] --> src/str_uril/is_.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn is_boolean(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_contain_char_num` is never used [INFO] [stdout] --> src/str_uril/is_.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn is_contain_char_num(s: &str, c: char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_any_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn is_any_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn is_all_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq2` is never used [INFO] [stdout] --> src/str_uril/is_.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn is_all_eq2(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `capitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn capitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `uncapitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn uncapitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case` is never used [INFO] [stdout] --> src/str_uril/convert.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn camel_case(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case_lower` is never used [INFO] [stdout] --> src/str_uril/convert.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn camel_case_lower(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `substrings_series` is never used [INFO] [stdout] --> src/str_uril.rs:7:8 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn substrings_series(s: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `repeat` is never used [INFO] [stdout] --> src/str_uril.rs:27:8 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn repeat(s: &str, n: usize) -> String { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_chinese` is never used [INFO] [stdout] --> src/str_uril/is_.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn is_chinese(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_digit` is never used [INFO] [stdout] --> src/str_uril/is_.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn is_digit(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphabetic` is never used [INFO] [stdout] --> src/str_uril/is_.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | pub fn is_alphabetic(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_alphanumeric` is never used [INFO] [stdout] --> src/str_uril/is_.rs:16:8 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn is_alphanumeric(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_negative` is never used [INFO] [stdout] --> src/str_uril/is_.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn is_negative(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_symbol` is never used [INFO] [stdout] --> src/str_uril/is_.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn is_symbol(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_boolean` is never used [INFO] [stdout] --> src/str_uril/is_.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn is_boolean(s: &str) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_contain_char_num` is never used [INFO] [stdout] --> src/str_uril/is_.rs:35:8 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn is_contain_char_num(s: &str, c: char) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_any_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:40:8 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn is_any_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq` is never used [INFO] [stdout] --> src/str_uril/is_.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn is_all_eq(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `is_all_eq2` is never used [INFO] [stdout] --> src/str_uril/is_.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn is_all_eq2(s: &str, v: &[&str]) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `capitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:3:8 [INFO] [stdout] | [INFO] [stdout] 3 | pub fn capitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `uncapitalize` is never used [INFO] [stdout] --> src/str_uril/convert.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | pub fn uncapitalize(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case` is never used [INFO] [stdout] --> src/str_uril/convert.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn camel_case(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `camel_case_lower` is never used [INFO] [stdout] --> src/str_uril/convert.rs:37:8 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn camel_case_lower(s: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `Command { std: "docker" "inspect" "7af1c1e0c5b870449edc8ca507269296d95687eb3e01489a77445e2377212ab0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7af1c1e0c5b870449edc8ca507269296d95687eb3e01489a77445e2377212ab0", kill_on_drop: false }` [INFO] [stdout] 7af1c1e0c5b870449edc8ca507269296d95687eb3e01489a77445e2377212ab0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] c6dbdcdb7af9c4e9b524b0d06cab2784e9a5c597c0d27daab5d9a99662a667b7 [INFO] running `Command { std: "docker" "start" "-a" "c6dbdcdb7af9c4e9b524b0d06cab2784e9a5c597c0d27daab5d9a99662a667b7", kill_on_drop: false }` [INFO] [stderr] warning: function `substrings_series` is never used [INFO] [stderr] --> src/str_uril.rs:7:8 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn substrings_series(s: &str) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function `repeat` is never used [INFO] [stderr] --> src/str_uril.rs:27:8 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn repeat(s: &str, n: usize) -> String { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_chinese` is never used [INFO] [stderr] --> src/str_uril/is_.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn is_chinese(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_digit` is never used [INFO] [stderr] --> src/str_uril/is_.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn is_digit(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_alphabetic` is never used [INFO] [stderr] --> src/str_uril/is_.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn is_alphabetic(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_alphanumeric` is never used [INFO] [stderr] --> src/str_uril/is_.rs:16:8 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn is_alphanumeric(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_negative` is never used [INFO] [stderr] --> src/str_uril/is_.rs:20:8 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn is_negative(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_symbol` is never used [INFO] [stderr] --> src/str_uril/is_.rs:25:8 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn is_symbol(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_boolean` is never used [INFO] [stderr] --> src/str_uril/is_.rs:29:8 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn is_boolean(s: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_contain_char_num` is never used [INFO] [stderr] --> src/str_uril/is_.rs:35:8 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn is_contain_char_num(s: &str, c: char) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_any_eq` is never used [INFO] [stderr] --> src/str_uril/is_.rs:40:8 [INFO] [stderr] | [INFO] [stderr] 40 | pub fn is_any_eq(s: &str, v: &[&str]) -> bool { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_all_eq` is never used [INFO] [stderr] --> src/str_uril/is_.rs:44:8 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn is_all_eq(s: &str, v: &[&str]) -> bool { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `is_all_eq2` is never used [INFO] [stderr] --> src/str_uril/is_.rs:48:8 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn is_all_eq2(s: &str, v: &[&str]) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `capitalize` is never used [INFO] [stderr] --> src/str_uril/convert.rs:3:8 [INFO] [stderr] | [INFO] [stderr] 3 | pub fn capitalize(s: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `uncapitalize` is never used [INFO] [stderr] --> src/str_uril/convert.rs:11:8 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn uncapitalize(s: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `camel_case` is never used [INFO] [stderr] --> src/str_uril/convert.rs:21:8 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn camel_case(s: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function `camel_case_lower` is never used [INFO] [stderr] --> src/str_uril/convert.rs:37:8 [INFO] [stderr] | [INFO] [stderr] 37 | pub fn camel_case_lower(s: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `huam-rust-utils` (lib) generated 17 warnings [INFO] [stderr] warning: `huam-rust-utils` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/huam_rust_utils-e9efc0c269063242) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c6dbdcdb7af9c4e9b524b0d06cab2784e9a5c597c0d27daab5d9a99662a667b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6dbdcdb7af9c4e9b524b0d06cab2784e9a5c597c0d27daab5d9a99662a667b7", kill_on_drop: false }` [INFO] [stdout] c6dbdcdb7af9c4e9b524b0d06cab2784e9a5c597c0d27daab5d9a99662a667b7