[INFO] fetching crate ruby_inflector 0.0.9... [INFO] testing ruby_inflector-0.0.9 against beta-2024-10-19 for beta-1.83-1 [INFO] extracting crate ruby_inflector 0.0.9 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate ruby_inflector 0.0.9 on toolchain beta-2024-10-19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ruby_inflector 0.0.9 [INFO] finished tweaking crates.io crate ruby_inflector 0.0.9 [INFO] tweaked toml for crates.io crate ruby_inflector 0.0.9 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-10-19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef5d9df8d6ee9e69d4d8d11a8a61d9907e51d77e2acad686cea05116f32e1947 [INFO] running `Command { std: "docker" "start" "-a" "ef5d9df8d6ee9e69d4d8d11a8a61d9907e51d77e2acad686cea05116f32e1947", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef5d9df8d6ee9e69d4d8d11a8a61d9907e51d77e2acad686cea05116f32e1947", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5d9df8d6ee9e69d4d8d11a8a61d9907e51d77e2acad686cea05116f32e1947", kill_on_drop: false }` [INFO] [stdout] ef5d9df8d6ee9e69d4d8d11a8a61d9907e51d77e2acad686cea05116f32e1947 [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=warn" "-e" "RUSTDOCFLAGS=--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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0636ec650ea381cc2982098586cf9070512c58d8659006232000c80be6cc01a [INFO] running `Command { std: "docker" "start" "-a" "b0636ec650ea381cc2982098586cf9070512c58d8659006232000c80be6cc01a", kill_on_drop: false }` [INFO] [stderr] Compiling ruby_inflector v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(feature = "unstable", feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/camel.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/snake.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/screaming_snake.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/kebab.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/train.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/sentence.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/title.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/table.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/pascal.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s [INFO] running `Command { std: "docker" "inspect" "b0636ec650ea381cc2982098586cf9070512c58d8659006232000c80be6cc01a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0636ec650ea381cc2982098586cf9070512c58d8659006232000c80be6cc01a", kill_on_drop: false }` [INFO] [stdout] b0636ec650ea381cc2982098586cf9070512c58d8659006232000c80be6cc01a [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=warn" "-e" "RUSTDOCFLAGS=--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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35413fa2694408258bc52018fd01f596d69da48f9a179a2a4e9afec2900d374d [INFO] running `Command { std: "docker" "start" "-a" "35413fa2694408258bc52018fd01f596d69da48f9a179a2a4e9afec2900d374d", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(feature = "unstable", feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/camel.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/snake.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/screaming_snake.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/kebab.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/train.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/sentence.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/title.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/table.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ruby_inflector v0.0.9 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/pascal.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | #![cfg_attr(feature = "unstable", feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | warnings, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/lib.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/camel.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/snake.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/screaming_snake.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/kebab.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/train.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/sentence.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 45 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/title.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/table.rs:41:11 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `unstable` [INFO] [stdout] --> src/case/pascal.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(all(feature = "unstable", test))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.13s [INFO] running `Command { std: "docker" "inspect" "35413fa2694408258bc52018fd01f596d69da48f9a179a2a4e9afec2900d374d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35413fa2694408258bc52018fd01f596d69da48f9a179a2a4e9afec2900d374d", kill_on_drop: false }` [INFO] [stdout] 35413fa2694408258bc52018fd01f596d69da48f9a179a2a4e9afec2900d374d [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=warn" "-e" "RUSTDOCFLAGS=--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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-10-19" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 66824e5edd96a675b5d83a74c389f70acdb0e93d4395d3a45db65201b3bf2bfb [INFO] running `Command { std: "docker" "start" "-a" "66824e5edd96a675b5d83a74c389f70acdb0e93d4395d3a45db65201b3bf2bfb", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/lib.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | #![cfg_attr(feature = "unstable", feature(test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | warnings, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/lib.rs:136:11 [INFO] [stderr] | [INFO] [stderr] 136 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/camel.rs:51:11 [INFO] [stderr] | [INFO] [stderr] 51 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/snake.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/screaming_snake.rs:38:11 [INFO] [stderr] | [INFO] [stderr] 38 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/kebab.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/train.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/sentence.rs:45:11 [INFO] [stderr] | [INFO] [stderr] 45 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/title.rs:44:11 [INFO] [stderr] | [INFO] [stderr] 44 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/table.rs:41:11 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unstable` [INFO] [stderr] --> src/case/pascal.rs:49:11 [INFO] [stderr] | [INFO] [stderr] 49 | #[cfg(all(feature = "unstable", test))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `unstable` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `ruby_inflector` (lib) generated 11 warnings [INFO] [stderr] warning: `ruby_inflector` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruby_inflector-34123c54929051f5) [INFO] [stdout] [INFO] [stdout] running 265 tests [INFO] [stdout] test case::camel::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::camel::tests::from_camel_case ... ok [INFO] [stdout] test case::camel::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::camel::tests::from_kebab_case ... ok [INFO] [stdout] test case::camel::tests::from_pascal_case ... ok [INFO] [stdout] test case::camel::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::camel::tests::from_sentence_case ... ok [INFO] [stdout] test case::camel::tests::from_snake_case ... ok [INFO] [stdout] test case::camel::tests::from_title_case ... ok [INFO] [stdout] test case::camel::tests::from_train_case ... ok [INFO] [stdout] test case::camel::tests::has_a_sign ... ok [INFO] [stdout] test case::camel::tests::has_an_integer_followed_by_an_underscore ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::camel::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::camel::tests::leading_bad_chars ... ok [INFO] [stdout] test case::camel::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::camel::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::camel::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::class::tests::from_sentence_case ... ok [INFO] [stdout] test case::class::tests::from_screaming_class_case ... ok [INFO] [stdout] test case::class::tests::from_train_case ... ok [INFO] [stdout] test case::class::tests::from_snake_case ... ok [INFO] [stdout] test case::class::tests::from_kebab_case ... ok [INFO] [stdout] test case::class::tests::from_pascal_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_class_case ... ok [INFO] [stdout] test case::class::tests::from_camel_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::class::tests::from_title_case ... ok [INFO] [stdout] test case::class::tests::has_a_sign ... ok [INFO] [stdout] test case::class::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_table_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::kebab::tests::from_camel_case ... ok [INFO] [stdout] test case::kebab::tests::from_kebab_case ... ok [INFO] [stdout] test case::class::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::kebab::tests::from_sentence_case ... ok [INFO] [stdout] test case::kebab::tests::from_train_case ... ok [INFO] [stdout] test case::kebab::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::kebab::tests::from_snake_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::kebab::tests::from_title_case ... ok [INFO] [stdout] test case::kebab::tests::from_pascal_case ... ok [INFO] [stdout] test case::pascal::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::pascal::tests::from_kebab_case ... ok [INFO] [stdout] test case::pascal::tests::from_pascal_case ... ok [INFO] [stdout] test case::pascal::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::pascal::tests::from_sentence_case ... ok [INFO] [stdout] test case::pascal::tests::from_snake_case ... ok [INFO] [stdout] test case::pascal::tests::from_title_case ... ok [INFO] [stdout] test case::kebab::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::pascal::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::pascal::tests::from_camel_case ... ok [INFO] [stdout] test case::pascal::tests::from_train_case ... ok [INFO] [stdout] test case::pascal::tests::has_a_sign ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::pascal::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::pascal::tests::leading_bad_chars ... ok [INFO] [stdout] test case::pascal::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::pascal::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::pascal::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::requires_seperator_upper_first_wrap_is_safe_current_lower ... ok [INFO] [stdout] test case::requires_seperator_upper_first_wrap_is_safe_current_lower_next_is_too ... ok [INFO] [stdout] test case::requires_seperator_upper_first_wrap_is_safe_current_upper ... ok [INFO] [stdout] test case::requires_seperator_upper_not_first_wrap_is_safe_current_lower ... ok [INFO] [stdout] test case::screaming_snake::tests::from_pascal_case ... ok [INFO] [stdout] test case::screaming_snake::tests::from_sentence_case ... ok [INFO] [stdout] test case::screaming_snake::tests::from_screaming_screaming_snake_case ... ok [INFO] [stdout] test case::requires_seperator_upper_not_first_wrap_is_safe_current_upper ... ok [INFO] [stdout] test case::screaming_snake::tests::from_snake_case ... ok [INFO] [stdout] test case::screaming_snake::tests::from_title_case ... ok [INFO] [stdout] test case::class::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::screaming_snake::tests::from_camel_case ... ok [INFO] [stdout] test case::screaming_snake::tests::from_kebab_case ... ok [INFO] [stdout] test case::class::tests::from_table_case ... ok [INFO] [stdout] test case::screaming_snake::tests::from_train_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_screaming_screaming_snake_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::sentence::tests::from_camel_case ... ok [INFO] [stdout] test case::sentence::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::sentence::tests::from_kebab_case ... ok [INFO] [stdout] test case::sentence::tests::from_pascal_case ... ok [INFO] [stdout] test case::screaming_snake::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::sentence::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::sentence::tests::from_sentence_case ... ok [INFO] [stdout] test case::sentence::tests::from_snake_case ... ok [INFO] [stdout] test case::sentence::tests::from_title_case ... ok [INFO] [stdout] test case::sentence::tests::from_train_case ... ok [INFO] [stdout] test case::sentence::tests::has_a_sign ... ok [INFO] [stdout] test case::sentence::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::sentence::tests::leading_bad_chars ... ok [INFO] [stdout] test case::sentence::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::sentence::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::sentence::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::sentence::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::snake::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::snake::tests::from_camel_case ... ok [INFO] [stdout] test case::snake::tests::from_pascal_case ... ok [INFO] [stdout] test case::snake::tests::from_sentence_case ... ok [INFO] [stdout] test case::snake::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::snake::tests::from_snake_case ... ok [INFO] [stdout] test case::snake::tests::from_title_case ... ok [INFO] [stdout] test case::snake::tests::from_train_case ... ok [INFO] [stdout] test case::snake::tests::has_a_sign ... ok [INFO] [stdout] test case::snake::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::snake::tests::from_kebab_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::snake::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::snake::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::snake::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::snake_like_with_seperator_upper ... ok [INFO] [stdout] test case::snake::tests::leading_bad_chars ... ok [INFO] [stdout] test case::snake_like_no_seperator_upper ... ok [INFO] [stdout] test case::snake_like_no_seperator_lower ... ok [INFO] [stdout] test case::snake_like_with_seperator_lowers ... ok [INFO] [stdout] test case::snake::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::camel::tests::has_an_integer_followed_by_a_letter ... ok [INFO] [stdout] test case::class::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::class::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::class::tests::leading_bad_chars ... ok [INFO] [stdout] test case::class::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::class::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::table::tests::from_camel_case ... ok [INFO] [stdout] test case::table::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::table::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::table::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::test_char_is_seperator_dash ... ok [INFO] [stdout] test case::table::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::table::tests::from_sentence_case ... ok [INFO] [stdout] test case::table::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::table::tests::from_snake_case ... ok [INFO] [stdout] test case::table::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::table::tests::from_pascal_case ... ok [INFO] [stdout] test case::test_char_is_seperator_space ... ok [INFO] [stdout] test case::test_char_is_seperator_when_not ... ok [INFO] [stdout] test case::test_char_is_seperator_underscore ... ok [INFO] [stdout] test case::table::tests::from_title_case ... ok [INFO] [stdout] test case::test_char_is_uppercase_when_it_is ... ok [INFO] [stdout] test case::test_char_is_uppercase_when_it_is_not ... ok [INFO] [stdout] test case::test_first_word_or_not_inverted_not_first_word_is_inverted ... ok [INFO] [stdout] test case::test_first_word_or_not_inverted_not_first_word_not_inverted ... ok [INFO] [stdout] test case::test_inflected_acronyms_buggy_behavior ... ignored [INFO] [stdout] test case::test_is_not_alphanumeric_on_is_not_alphanumeric ... ok [INFO] [stdout] test case::test_last_char_lower_current_is_upper_or_new_word_last_char_lower_current_upper ... ok [INFO] [stdout] test case::test_last_char_lower_current_is_upper_or_new_word_last_char_space ... ok [INFO] [stdout] test case::table::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::test_last_char_lower_current_is_upper_or_new_word_last_char_upper_current_upper ... ok [INFO] [stdout] test case::test_next_or_previous_char_is_lowercase_false ... ok [INFO] [stdout] test case::test_next_or_previous_char_is_lowercase_true ... ok [INFO] [stdout] test case::test_first_word_or_not_inverted_with_first_word ... ok [INFO] [stdout] test case::test_is_not_alphanumeric_on_is_alphanumeric ... ok [INFO] [stdout] test case::test_not_first_word_and_has_seperator_is_first_and_not_seperator ... ok [INFO] [stdout] test case::test_not_first_word_and_has_seperator_not_first_and_has_seperator ... ok [INFO] [stdout] test case::test_last_char_lower_current_is_upper_or_new_word_last_char_upper_current_lower ... ok [INFO] [stdout] test case::test_not_first_word_and_has_seperator_not_first_and_not_seperator ... ok [INFO] [stdout] test case::test_trim_bad_chars_when_none_are_bad ... ok [INFO] [stdout] test case::test_trim_bad_chars ... ok [INFO] [stdout] test case::test_last_char_lower_current_is_upper_or_new_word_with_new_word ... ok [INFO] [stdout] test case::title::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::title::tests::from_camel_case ... ok [INFO] [stdout] test case::title::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::title::tests::from_kebab_case ... ok [INFO] [stdout] test case::title::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::title::tests::from_pascal_case ... ok [INFO] [stdout] test case::title::tests::from_sentence_case ... ok [INFO] [stdout] test case::title::tests::from_snake_case ... ok [INFO] [stdout] test case::title::tests::from_title_case ... ok [INFO] [stdout] test case::title::tests::has_a_sign ... ok [INFO] [stdout] test case::title::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::title::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::title::tests::from_train_case ... ok [INFO] [stdout] test case::title::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::title::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::title::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::test_inflected_acronyms ... ok [INFO] [stdout] test case::title::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::title::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::table::tests::from_kebab_case ... ok [INFO] [stdout] test case::title::tests::leading_bad_chars ... ok [INFO] [stdout] test case::title::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::title::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::title::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::train::tests::a_name_with_a_dot ... ok [INFO] [stdout] test case::train::tests::from_camel_case ... ok [INFO] [stdout] test case::table::tests::from_table_case ... ok [INFO] [stdout] test case::train::tests::from_pascal_case ... ok [INFO] [stdout] test case::title::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::train::tests::from_case_with_loads_of_space ... ok [INFO] [stdout] test case::train::tests::from_screaming_snake_case ... ok [INFO] [stdout] test case::train::tests::from_kebab_case ... ok [INFO] [stdout] test case::train::tests::from_title_case ... ok [INFO] [stdout] test case::train::tests::from_train_case ... ok [INFO] [stdout] test case::train::tests::has_a_sign ... ok [INFO] [stdout] test case::train::tests::is_correct_from_camel_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_kebab_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_pascal_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_screaming_snake_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_sentence_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_snake_case ... ok [INFO] [stdout] test case::train::tests::from_sentence_case ... ok [INFO] [stdout] test case::train::tests::from_snake_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::train::tests::is_correct_from_train_case ... ok [INFO] [stdout] test case::train::tests::leading_bad_chars ... ok [INFO] [stdout] test case::train::tests::random_text_with_bad_chars ... ok [INFO] [stdout] test case::train::tests::trailing_bad_chars ... ok [INFO] [stdout] test case::train::tests::wrapped_in_bad_chars ... ok [INFO] [stdout] test case::table::tests::from_screaming_snake_case ... ok [INFO] [stdout] test string::pluralize::tests::axis ... ok [INFO] [stdout] test string::pluralize::tests::woman ... ok [INFO] [stdout] test string::pluralize::tests::zoology ... ok [INFO] [stdout] test string::pluralize::tests::test ... ok [INFO] [stdout] test string::pluralize::tests::elf ... ok [INFO] [stdout] test string::pluralize::tests::ox ... ok [INFO] [stdout] test string::pluralize::tests::mice ... ok [INFO] [stdout] test string::pluralize::tests::boxes ... ok [INFO] [stdout] test case::table::tests::is_correct_from_title_case ... ok [INFO] [stdout] test case::table::tests::from_train_case ... ok [INFO] [stdout] test string::pluralize::tests::knife ... ok [INFO] [stdout] test string::singularize::singularize_string_returns_none_option_if_no_match ... ok [INFO] [stdout] test string::pluralize::tests::people ... ok [INFO] [stdout] test case::table::tests::is_correct_from_table_case ... ok [INFO] [stdout] test string::pluralize::tests::agendum ... ok [INFO] [stdout] test string::pluralize::tests::geometry ... ok [INFO] [stdout] test string::singularize::singularize_ss_suffix ... ok [INFO] [stdout] test string::singularize::singularize_ies_suffix ... ok [INFO] [stdout] test string::singularize::singularize_string_if_a_regex_will_match ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 264 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-2145e39f3b91b576) [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] [stderr] Doc-tests ruby_inflector [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test src/case/kebab.rs - case::kebab::to_kebab_case (line 21) ... ok [INFO] [stdout] test src/case/screaming_snake.rs - case::screaming_snake::is_screaming_snake_case (line 21) ... ok [INFO] [stdout] test src/case/kebab.rs - case::kebab::is_kebab_case (line 4) ... ok [INFO] [stdout] test src/case/camel.rs - case::camel::is_camel_case (line 32) ... ok [INFO] [stdout] test src/case/screaming_snake.rs - case::screaming_snake::to_screaming_snake_case (line 4) ... ok [INFO] [stdout] test src/case/snake.rs - case::snake::to_snake_case (line 4) ... ok [INFO] [stdout] test src/case/snake.rs - case::snake::is_snake_case (line 23) ... ok [INFO] [stdout] test src/case/sentence.rs - case::sentence::to_sentence_case (line 4) ... ok [INFO] [stdout] test src/case/table.rs - case::table::is_table_case (line 26) ... ok [INFO] [stdout] test src/lib.rs - (line 14) ... ok [INFO] [stdout] test src/case/pascal.rs - case::pascal::to_pascal_case (line 4) ... ok [INFO] [stdout] test src/case/pascal.rs - case::pascal::is_pascal_case (line 30) ... ok [INFO] [stdout] test src/case/camel.rs - case::camel::to_camel_case (line 5) ... ok [INFO] [stdout] test src/case/sentence.rs - case::sentence::is_sentence_case (line 27) ... ok [INFO] [stdout] test src/number/deordinalize.rs - number::deordinalize::deordinalize (line 3) ... ok [INFO] [stdout] test src/case/class.rs - case::class::to_class_case (line 6) ... ok [INFO] [stdout] test src/case/class.rs - case::class::is_class_case (line 35) ... ok [INFO] [stdout] test src/case/table.rs - case::table::to_table_case (line 7) ... ok [INFO] [stdout] test src/case/title.rs - case::title::to_title_case (line 4) ... ok [INFO] [stdout] test src/case/title.rs - case::title::is_title_case (line 28) ... ok [INFO] [stdout] test src/case/train.rs - case::train::to_train_case (line 21) ... ok [INFO] [stdout] test src/case/train.rs - case::train::is_train_case (line 4) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 107) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 11) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 19) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 35) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 27) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 3) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 43) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 75) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 67) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 83) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 91) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 51) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 99) ... ok [INFO] [stdout] test src/number/ordinalize.rs - number::ordinalize::ordinalize (line 59) ... ok [INFO] [stdout] test src/string/deconstantize.rs - string::deconstantize::deconstantize (line 23) ... ok [INFO] [stdout] test src/string/deconstantize.rs - string::deconstantize::deconstantize (line 15) ... ok [INFO] [stdout] test src/string/deconstantize.rs - string::deconstantize::deconstantize (line 7) ... ok [INFO] [stdout] test src/string/deconstantize.rs - string::deconstantize::deconstantize (line 31) ... FAILED [INFO] [stdout] test src/string/demodulize.rs - string::demodulize::demodulize (line 15) ... ok [INFO] [stdout] test src/string/demodulize.rs - string::demodulize::demodulize (line 7) ... FAILED [INFO] [stdout] test src/string/demodulize.rs - string::demodulize::demodulize (line 23) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 63) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 47) ... ok [INFO] [stdout] test src/string/demodulize.rs - string::demodulize::demodulize (line 31) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 71) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 87) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 79) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 53) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 21) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 45) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 95) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 37) ... ok [INFO] [stdout] test src/suffix/foreign_key.rs - suffix::foreign_key::is_foreign_key (line 36) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 29) ... ok [INFO] [stdout] test src/string/pluralize.rs - string::pluralize::to_plural (line 55) ... ok [INFO] [stdout] test src/suffix/foreign_key.rs - suffix::foreign_key::to_foreign_key (line 5) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 61) ... ok [INFO] [stdout] test src/string/singularize.rs - string::singularize::to_singular (line 69) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/string/deconstantize.rs - string::deconstantize::deconstantize (line 31) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcd5dVAW/symbols.o" "/tmp/rustdoctest0utd8b/rust_out.rust_out.206e7eec516780ad-cgu.0.rcgu.o" "/tmp/rustdoctest0utd8b/rust_out.8dei8buw5eou9j4lkft1iy4ql.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libruby_inflector-623527b6fc19b502.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-0a05695a483fa658.rlib" "/opt/rustwide/target/debug/deps/libregex-9c4206c1021c58cc.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-5d159b4149165594.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5a18c24d288bad01.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d6cb21f6c03ed32f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-68a2118807cc42f7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c23a60ad8ad82457.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8075ca78f1ab4d36.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7ce5bb5de1292ec.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1eb5a29926b5407e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c87392f211c13f97.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-15b5b2b2c6f086dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c2c541cae2b103ab.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-15c1ed2fa5431191.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4d1181c0949c6b3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6c4974d38bc789f2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fd2f9881207a1ddb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22ef94d07d56001a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fe63cadd4ae35992.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ee98afae2c1a70ca.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ea4b2c81c1419814.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a547f84ff160c665.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7e3ac74759210e95.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest0utd8b/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/string/demodulize.rs - string::demodulize::demodulize (line 7) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcDuLinr/symbols.o" "/tmp/rustdoctestuuq1YJ/rust_out.rust_out.206e7eec516780ad-cgu.0.rcgu.o" "/tmp/rustdoctestuuq1YJ/rust_out.8dei8buw5eou9j4lkft1iy4ql.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libruby_inflector-623527b6fc19b502.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-0a05695a483fa658.rlib" "/opt/rustwide/target/debug/deps/libregex-9c4206c1021c58cc.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-5d159b4149165594.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-5a18c24d288bad01.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d6cb21f6c03ed32f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-68a2118807cc42f7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c23a60ad8ad82457.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8075ca78f1ab4d36.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7ce5bb5de1292ec.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-1eb5a29926b5407e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c87392f211c13f97.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-15b5b2b2c6f086dd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-c2c541cae2b103ab.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-15c1ed2fa5431191.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4d1181c0949c6b3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-6c4974d38bc789f2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-fd2f9881207a1ddb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22ef94d07d56001a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-fe63cadd4ae35992.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-ee98afae2c1a70ca.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ea4b2c81c1419814.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a547f84ff160c665.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-4cf833632aafa84c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-65c2c6d2d6ae570b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-7e3ac74759210e95.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-10-19-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestuuq1YJ/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/string/deconstantize.rs - string::deconstantize::deconstantize (line 31) [INFO] [stdout] src/string/demodulize.rs - string::demodulize::demodulize (line 7) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 58 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.07s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "66824e5edd96a675b5d83a74c389f70acdb0e93d4395d3a45db65201b3bf2bfb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66824e5edd96a675b5d83a74c389f70acdb0e93d4395d3a45db65201b3bf2bfb", kill_on_drop: false }` [INFO] [stdout] 66824e5edd96a675b5d83a74c389f70acdb0e93d4395d3a45db65201b3bf2bfb