[INFO] fetching crate whatlang 0.16.4... [INFO] testing whatlang-0.16.4 against beta-2025-04-13 for beta-1.87-1 [INFO] extracting crate whatlang 0.16.4 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate whatlang 0.16.4 on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate whatlang 0.16.4 [INFO] finished tweaking crates.io crate whatlang 0.16.4 [INFO] tweaked toml for crates.io crate whatlang 0.16.4 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate crates.io crate whatlang 0.16.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa5b6cb6705f6047507a01d72c27d97af07b000aca79bc6325098f60e0dc39d1 [INFO] running `Command { std: "docker" "start" "-a" "fa5b6cb6705f6047507a01d72c27d97af07b000aca79bc6325098f60e0dc39d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa5b6cb6705f6047507a01d72c27d97af07b000aca79bc6325098f60e0dc39d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa5b6cb6705f6047507a01d72c27d97af07b000aca79bc6325098f60e0dc39d1", kill_on_drop: false }` [INFO] [stdout] fa5b6cb6705f6047507a01d72c27d97af07b000aca79bc6325098f60e0dc39d1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9477ff676dd8875883a6673be1333c95fe22b89d47e1ecd94c21853ac8f77a8c [INFO] running `Command { std: "docker" "start" "-a" "9477ff676dd8875883a6673be1333c95fe22b89d47e1ecd94c21853ac8f77a8c", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling ahash v0.8.7 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling whatlang v0.16.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `raw_scores` is never read [INFO] [stdout] --> src/alphabets/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 43 | pub count: usize, [INFO] [stdout] 44 | pub raw_scores: Vec<(Lang, usize)>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "9477ff676dd8875883a6673be1333c95fe22b89d47e1ecd94c21853ac8f77a8c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9477ff676dd8875883a6673be1333c95fe22b89d47e1ecd94c21853ac8f77a8c", kill_on_drop: false }` [INFO] [stdout] 9477ff676dd8875883a6673be1333c95fe22b89d47e1ecd94c21853ac8f77a8c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c0098c9fe4ce34cd7b4c9fcd0cadf01f85b41cfaa5137a55471163563e43c201 [INFO] running `Command { std: "docker" "start" "-a" "c0098c9fe4ce34cd7b4c9fcd0cadf01f85b41cfaa5137a55471163563e43c201", kill_on_drop: false }` [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling arbitrary v1.2.0 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stdout] warning: field `raw_scores` is never read [INFO] [stdout] --> src/alphabets/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 43 | pub count: usize, [INFO] [stdout] 44 | pub raw_scores: Vec<(Lang, usize)>, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling arbtest v0.2.0 [INFO] [stderr] Compiling whatlang v0.16.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `alphabet_raw_outcome` is never read [INFO] [stdout] --> src/combined/mod.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stdout] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `raw_distances` is never read [INFO] [stdout] --> src/trigrams/detection.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct RawOutcome { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 13 | pub trigrams_count: usize, [INFO] [stdout] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6.73s [INFO] running `Command { std: "docker" "inspect" "c0098c9fe4ce34cd7b4c9fcd0cadf01f85b41cfaa5137a55471163563e43c201", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0098c9fe4ce34cd7b4c9fcd0cadf01f85b41cfaa5137a55471163563e43c201", kill_on_drop: false }` [INFO] [stdout] c0098c9fe4ce34cd7b4c9fcd0cadf01f85b41cfaa5137a55471163563e43c201 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3f02e2547598ebe1c32deb2a07baf5fd19101fafff1fc71e24f437043b716f53 [INFO] running `Command { std: "docker" "start" "-a" "3f02e2547598ebe1c32deb2a07baf5fd19101fafff1fc71e24f437043b716f53", kill_on_drop: false }` [INFO] [stderr] warning: field `raw_scores` is never read [INFO] [stderr] --> src/alphabets/mod.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 42 | pub struct RawOutcome { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 43 | pub count: usize, [INFO] [stderr] 44 | pub raw_scores: Vec<(Lang, usize)>, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `alphabet_raw_outcome` is never read [INFO] [stderr] --> src/combined/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct RawOutcome { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stderr] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `raw_distances` is never read [INFO] [stderr] --> src/trigrams/detection.rs:14:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub struct RawOutcome { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 13 | pub trigrams_count: usize, [INFO] [stderr] 14 | pub raw_distances: Vec<(Lang, u32)>, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `whatlang` (lib) generated 3 warnings [INFO] [stderr] warning: field `alphabet_raw_outcome` is never read [INFO] [stderr] --> src/combined/mod.rs:9:9 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct RawOutcome { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 8 | pub scores: Vec<(Lang, f64)>, [INFO] [stderr] 9 | pub alphabet_raw_outcome: alphabets::RawOutcome, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `RawOutcome` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `whatlang` (lib test) generated 2 warnings (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/whatlang-c6e1ebd3f0cef387) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test alphabets::latin::tests::test_alphabet_calculate_scores_against_harmaja_hauras ... ok [INFO] [stdout] test combined::tests::test_calc_alphabet_weight ... ok [INFO] [stdout] test alphabets::cyrillic::tests::test_when_ukrainian_specific_chars_given ... ok [INFO] [stdout] test alphabets::latin::tests::test_works_as_the_old_naive_implementation ... ok [INFO] [stdout] test core::detect::tests::test_detect_with_options_with_allowlist_mandarin_japanese ... ok [INFO] [stdout] test core::detect::tests::test_detect_lang_ukrainian ... ok [INFO] [stdout] test core::detect::tests::test_detect_with_options_with_blacklist_mandarin_japanese ... ok [INFO] [stdout] test core::detect::tests::test_detect_with_options_with_filter_list_except_none ... ok [INFO] [stdout] test core::detector::tests::test_detect_script ... ok [INFO] [stdout] test core::filter_list::tests::test_except ... ok [INFO] [stdout] test core::filter_list::tests::test_only ... ok [INFO] [stdout] test core::text::tests::test_text ... ok [INFO] [stdout] test lang::tests::test_all ... ok [INFO] [stdout] test core::method::tests::test_from_str ... ok [INFO] [stdout] test lang::tests::test_eng_name ... ok [INFO] [stdout] test lang::tests::test_code ... ok [INFO] [stdout] test lang::tests::test_from_code ... ok [INFO] [stdout] test core::info::tests::test_is_realiable ... ok [INFO] [stdout] test lang::tests::test_name ... ok [INFO] [stdout] test scripts::chars::tests::test_is_armenian ... ok [INFO] [stdout] test core::detect::tests::test_detect_with_options_with_filter_list_only ... ok [INFO] [stdout] test scripts::chars::tests::test_is_cyrillic ... ok [INFO] [stdout] test lang::tests::test_from_str ... ok [INFO] [stdout] test scripts::chars::tests::test_is_ethiopic ... ok [INFO] [stdout] test core::detector::tests::test_detect ... ok [INFO] [stdout] test core::detect::tests::test_detect_spanish ... ok [INFO] [stdout] test lang::tests::test_lang_display ... ok [INFO] [stdout] test scripts::chars::tests::test_is_bengali ... ok [INFO] [stdout] test scripts::chars::tests::test_is_georgian ... ok [INFO] [stdout] test core::detect::tests::test_detect_with_options_with_filter_list_except ... ok [INFO] [stdout] test scripts::chars::tests::test_is_gujarati ... ok [INFO] [stdout] test scripts::chars::tests::test_is_hangul ... ok [INFO] [stdout] test core::detector::tests::test_detect_lang ... ok [INFO] [stdout] test scripts::chars::tests::test_is_hiragana ... ok [INFO] [stdout] test scripts::chars::tests::test_is_katakana ... ok [INFO] [stdout] test scripts::chars::tests::test_is_oriya ... ok [INFO] [stdout] test scripts::chars::tests::test_is_tamil ... ok [INFO] [stdout] test scripts::chars::tests::test_is_telugu ... ok [INFO] [stdout] test scripts::chars::tests::test_is_thai ... ok [INFO] [stdout] test scripts::detect::tests::test_detect_script ... ok [INFO] [stdout] test scripts::detect::tests::test_script_name ... ok [INFO] [stdout] test scripts::grouping::tests::test_multi_lang_script_to_script ... ok [INFO] [stdout] test scripts::grouping::tests::test_script_to_lang_group ... ok [INFO] [stdout] test scripts::lang_mapping::tests::test_script_langs ... ok [INFO] [stdout] test scripts::script::tests::test_all ... ok [INFO] [stdout] test scripts::chars::tests::test_is_gurmukhi ... ok [INFO] [stdout] test scripts::script::tests::test_from_str ... ok [INFO] [stdout] test scripts::script::tests::test_langs ... ok [INFO] [stdout] test scripts::script::tests::test_script_display ... ok [INFO] [stdout] test trigrams::utils::tests::test_count ... ok [INFO] [stdout] test scripts::chars::tests::test_is_kannada ... ok [INFO] [stdout] test scripts::chars::tests::test_is_latin ... ok [INFO] [stdout] test trigrams::utils::tests::test_to_trigram_char ... ok [INFO] [stdout] test utils::tests::test_is_top_char ... ok [INFO] [stdout] test trigrams::detection::tests::test_when_german_is_given ... ok [INFO] [stdout] test scripts::chars::tests::test_is_greek ... ok [INFO] [stdout] test trigrams::utils::tests::test_get_trigrams_with_positions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests whatlang [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test src/lang.rs - lang::Lang::from_code (line 601) ... FAILED [INFO] [stdout] test src/lang.rs - lang::Lang::name (line 623) ... FAILED [INFO] [stdout] test src/lib.rs - (line 24) ... FAILED [INFO] [stdout] test src/core/detector.rs - core::detector::Detector (line 13) ... FAILED [INFO] [stdout] test src/core/detect.rs - core::detect::detect_lang (line 12) ... FAILED [INFO] [stdout] test src/lang.rs - lang::Lang::code (line 612) ... FAILED [INFO] [stdout] test src/core/detector.rs - core::detector::Detector (line 24) ... FAILED [INFO] [stdout] test src/lang.rs - lang::Lang::eng_name (line 634) ... FAILED [INFO] [stdout] test src/lang.rs - lang::Lang::all (line 645) ... FAILED [INFO] [stdout] test src/core/detect.rs - core::detect::detect (line 24) ... FAILED [INFO] [stdout] test src/scripts/detect.rs - scripts::detect::detect_script (line 13) ... FAILED [INFO] [stdout] test src/scripts/script.rs - scripts::script::Script::all (line 75) ... FAILED [INFO] [stdout] test src/lib.rs - (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lang.rs - lang::Lang::from_code (line 601) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustdoctest2MgbEP/rmetaqkWrPV" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lang.rs - lang::Lang::name (line 623) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustco5hNii" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 24) stdout ---- [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustciGGl4Z" [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/core/detector.rs - core::detector::Detector (line 13) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcoiQVyK/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcoiQVyK/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestDvLmmt/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/core/detect.rs - core::detect::detect_lang (line 12) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcvHoEDT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcvHoEDT/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest9yDsI0/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/lang.rs - lang::Lang::code (line 612) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcPsSC9S/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcPsSC9S/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestMIFv94/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/core/detector.rs - core::detector::Detector (line 24) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcF4ASTk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcF4ASTk/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestZhgwA4/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/lang.rs - lang::Lang::eng_name (line 634) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcsAUPtX/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcsAUPtX/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestnVElTT/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/lang.rs - lang::Lang::all (line 645) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcPtS3e7/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcPtS3e7/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestxxUEOO/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/core/detect.rs - core::detect::detect (line 24) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcnNImSq/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcnNImSq/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestRLY1OK/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/scripts/detect.rs - scripts::detect::detect_script (line 13) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcpChCzM/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcpChCzM/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestfXEgyJ/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/scripts/script.rs - scripts::script::Script::all (line 75) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustchPp5N4/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustchPp5N4/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctests5Fjq6/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/lib.rs - (line 9) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMa9qNQ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwhatlang-17f58e96588db0a6.rlib,libhashbrown-32d507e6314ea510.rlib,libahash-1f9859db8fa9f1f5.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libzerocopy-136c2da2557a4ca8.rlib,liballocator_api2-06ed0a4305c6d5c4.rlib,libonce_cell-a1d7742f74efe1da.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcMa9qNQ/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestGwgMUp/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [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/core/detect.rs - core::detect::detect (line 24) [INFO] [stdout] src/core/detect.rs - core::detect::detect_lang (line 12) [INFO] [stdout] src/core/detector.rs - core::detector::Detector (line 13) [INFO] [stdout] src/core/detector.rs - core::detector::Detector (line 24) [INFO] [stdout] src/lang.rs - lang::Lang::all (line 645) [INFO] [stdout] src/lang.rs - lang::Lang::code (line 612) [INFO] [stdout] src/lang.rs - lang::Lang::eng_name (line 634) [INFO] [stdout] src/lang.rs - lang::Lang::from_code (line 601) [INFO] [stdout] src/lang.rs - lang::Lang::name (line 623) [INFO] [stdout] src/lib.rs - (line 24) [INFO] [stdout] src/lib.rs - (line 9) [INFO] [stdout] src/scripts/detect.rs - scripts::detect::detect_script (line 13) [INFO] [stdout] src/scripts/script.rs - scripts::script::Script::all (line 75) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "3f02e2547598ebe1c32deb2a07baf5fd19101fafff1fc71e24f437043b716f53", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f02e2547598ebe1c32deb2a07baf5fd19101fafff1fc71e24f437043b716f53", kill_on_drop: false }` [INFO] [stdout] 3f02e2547598ebe1c32deb2a07baf5fd19101fafff1fc71e24f437043b716f53