[INFO] fetching crate streamson-lib 7.1.0... [INFO] testing streamson-lib-7.1.0 against beta-2025-02-18 for beta-1.86-1 [INFO] extracting crate streamson-lib 7.1.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate streamson-lib 7.1.0 on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate streamson-lib 7.1.0 [INFO] finished tweaking crates.io crate streamson-lib 7.1.0 [INFO] tweaked toml for crates.io crate streamson-lib 7.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 87 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.3.6 (available: v0.5.1) [INFO] [stderr] Adding rstest v0.6.4 (available: v0.24.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40ee2d920ed74a158ba5d4bb74ce1cc729ae0605b79955233b0678be96fc9f9b [INFO] running `Command { std: "docker" "start" "-a" "40ee2d920ed74a158ba5d4bb74ce1cc729ae0605b79955233b0678be96fc9f9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40ee2d920ed74a158ba5d4bb74ce1cc729ae0605b79955233b0678be96fc9f9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40ee2d920ed74a158ba5d4bb74ce1cc729ae0605b79955233b0678be96fc9f9b", kill_on_drop: false }` [INFO] [stdout] 40ee2d920ed74a158ba5d4bb74ce1cc729ae0605b79955233b0678be96fc9f9b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f32608fd36919248065df4ab70cd0e79aa951a30cf1504a12f2c2bcdbb5db17d [INFO] running `Command { std: "docker" "start" "-a" "f32608fd36919248065df4ab70cd0e79aa951a30cf1504a12f2c2bcdbb5db17d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling sedregex v0.2.5 [INFO] [stderr] Compiling streamson-lib v7.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `idx` is never read [INFO] [stdout] --> src/strategy/trigger.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct StackItem { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 24 | /// Total index [INFO] [stdout] 25 | idx: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StackItem` 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s [INFO] running `Command { std: "docker" "inspect" "f32608fd36919248065df4ab70cd0e79aa951a30cf1504a12f2c2bcdbb5db17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f32608fd36919248065df4ab70cd0e79aa951a30cf1504a12f2c2bcdbb5db17d", kill_on_drop: false }` [INFO] [stdout] f32608fd36919248065df4ab70cd0e79aa951a30cf1504a12f2c2bcdbb5db17d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9cc65fa13d794f98f0c1d268c7ccd0586ad844a712a1d416036a70a68db71786 [INFO] running `Command { std: "docker" "start" "-a" "9cc65fa13d794f98f0c1d268c7ccd0586ad844a712a1d416036a70a68db71786", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling serde v1.0.218 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling either v1.14.0 [INFO] [stderr] Compiling serde_json v1.0.139 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling rstest v0.6.4 [INFO] [stderr] Compiling oorandom v11.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stdout] warning: field `idx` is never read [INFO] [stdout] --> src/strategy/trigger.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct StackItem { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 24 | /// Total index [INFO] [stdout] 25 | idx: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StackItem` 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] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling tempfile v3.17.1 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling streamson-lib v7.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `idx` is never read [INFO] [stdout] --> src/strategy/trigger.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 23 | struct StackItem { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 24 | /// Total index [INFO] [stdout] 25 | idx: usize, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `StackItem` 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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.45s [INFO] running `Command { std: "docker" "inspect" "9cc65fa13d794f98f0c1d268c7ccd0586ad844a712a1d416036a70a68db71786", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc65fa13d794f98f0c1d268c7ccd0586ad844a712a1d416036a70a68db71786", kill_on_drop: false }` [INFO] [stdout] 9cc65fa13d794f98f0c1d268c7ccd0586ad844a712a1d416036a70a68db71786 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 121a6bdf1b5fb5b766044c498d57f08ae04353d1f9422a521cf4f503956a08de [INFO] running `Command { std: "docker" "start" "-a" "121a6bdf1b5fb5b766044c498d57f08ae04353d1f9422a521cf4f503956a08de", kill_on_drop: false }` [INFO] [stderr] warning: field `idx` is never read [INFO] [stderr] --> src/strategy/trigger.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 23 | struct StackItem { [INFO] [stderr] | --------- field in this struct [INFO] [stderr] 24 | /// Total index [INFO] [stderr] 25 | idx: usize, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `StackItem` 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: `streamson-lib` (lib) generated 1 warning [INFO] [stderr] warning: `streamson-lib` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/streamson_lib-64ca7a12f57bdb93) [INFO] [stdout] [INFO] [stdout] running 242 tests [INFO] [stdout] test handler::buffer::tests::max_buffer_size_error ... ok [INFO] [stdout] test handler::buffer::tests::max_buffer_size_consumed ... ok [INFO] [stdout] test handler::group::tests::test_convert ... ok [INFO] [stdout] test handler::group::tests::test_extract ... ok [INFO] [stdout] test handler::indenter::tests::complex ... ok [INFO] [stdout] test handler::indenter::tests::flat_object ... ok [INFO] [stdout] test handler::analyser::tests::analyser_handler ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_3::after_2 ... ok [INFO] [stdout] test handler::buffer::tests::nested_matches ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::flat_array ... ok [INFO] [stdout] test handler::group::tests::test_trigger ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_01_null_none::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_2::after_1 ... ok [INFO] [stdout] test handler::group::tests::test_filter ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_02_null_0::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_04_obj_none::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_05_obj_0::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_06_obj_2::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_03_null_2::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_07_arr_none::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_08_arr_0::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_09_arr_2::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_10_str_none::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_2::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_1::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_1::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_1::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_2::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_3::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_3::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_4::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_4::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_3::after_1 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_2::after_2 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_11_str_0::before_4::after_3 ... ok [INFO] [stdout] test handler::indenter::tests::nested_array ... ok [INFO] [stdout] test handler::indenter::tests::leafs::case_12_str_2::before_2::after_3 ... ok [INFO] [stdout] test handler::indexer::tests::indexer_handler ... ok [INFO] [stdout] test handler::indenter::tests::nested_object ... ok [INFO] [stdout] test handler::output::tests::basic ... ok [INFO] [stdout] test handler::shorten::tests::shorten_handler ... ok [INFO] [stdout] test handler::output::tests::use_path ... ok [INFO] [stdout] test handler::output::tests::separator ... ok [INFO] [stdout] test handler::unstringify::tests::unstringify_handler_ok ... ok [INFO] [stdout] test matcher::combinator::tests::complex ... ok [INFO] [stdout] test matcher::combinator::tests::not ... ok [INFO] [stdout] test matcher::combinator::tests::and ... ok [INFO] [stdout] test matcher::combinator::tests::or ... ok [INFO] [stdout] test matcher::combinator::tests::wrapper ... ok [INFO] [stdout] test matcher::depth::tests::depth_parse ... ok [INFO] [stdout] test matcher::simple::tests::exact ... ok [INFO] [stdout] test matcher::simple::tests::any_wild ... ok [INFO] [stdout] test matcher::simple::tests::parse ... ok [INFO] [stdout] test matcher::simple::tests::object_escapes ... ok [INFO] [stdout] test matcher::simple::tests::parse_error ... ok [INFO] [stdout] test matcher::simple::tests::ranges_array ... ok [INFO] [stdout] test matcher::simple::tests::single_wild ... ok [INFO] [stdout] test matcher::simple::tests::wild_array ... ok [INFO] [stdout] test path::tests::test_path_from_string_array ... ok [INFO] [stdout] test handler::regex::tests::regex_converter ... ok [INFO] [stdout] test matcher::depth::tests::match_path ... ok [INFO] [stdout] test matcher::simple::tests::wild_object ... ok [INFO] [stdout] test path::tests::test_path_from_string_empty ... ok [INFO] [stdout] test path::tests::test_path_from_string_object ... ok [INFO] [stdout] test matcher::simple::tests::wild_object_escapes ... ok [INFO] [stdout] test strategy::all::tests::no_convert::case_1_single ... ok [INFO] [stdout] test strategy::all::tests::convert::case_2_window1 ... ok [INFO] [stdout] test strategy::all::tests::no_convert::case_3_window5 ... ok [INFO] [stdout] test strategy::extract::tests::pending_handlers ... ok [INFO] [stdout] test strategy::convert::tests::basic_pending::case_1_single ... ok [INFO] [stdout] test strategy::convert::tests::chaining_handlers ... ok [INFO] [stdout] test strategy::extract::tests::flat ... ok [INFO] [stdout] test strategy::extract::tests::pending ... ok [INFO] [stdout] test strategy::all::tests::no_convert::case_2_window1 ... ok [INFO] [stdout] test strategy::all::tests::convert::case_4_window100 ... ok [INFO] [stdout] test strategy::all::tests::no_convert::case_4_window100 ... ok [INFO] [stdout] test strategy::extract::tests::nested ... ok [INFO] [stdout] test strategy::all::tests::convert::case_3_window5 ... ok [INFO] [stdout] test handler::shorten::tests::shorten_handler_parts ... ok [INFO] [stdout] test strategy::convert::tests::basic_pending::case_2_window1 ... ok [INFO] [stdout] test strategy::convert::tests::basic ... ok [INFO] [stdout] test strategy::convert::tests::basic_pending::case_3_window5 ... ok [INFO] [stdout] test strategy::extract::tests::splitters::case_1_single ... ok [INFO] [stdout] test strategy::filter::tests::combinator_slices::case_1_single ... ok [INFO] [stdout] test strategy::filter::tests::combinator_slices::case_4_window100 ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_array_last ... ok [INFO] [stdout] test strategy::convert::tests::basic_pending::case_4_window100 ... ok [INFO] [stdout] test strategy::extract::tests::splitters::case_2_window1 ... ok [INFO] [stdout] test strategy::extract::tests::splitters::case_3_window5 ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_array_all ... ok [INFO] [stdout] test strategy::extract::tests::splitters::case_4_window100 ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_array_middle ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_no_match ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_object_all ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_object_first ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_object_middle ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_object_last ... ok [INFO] [stdout] test strategy::test::converter ... ok [INFO] [stdout] test strategy::trigger::tests::basic ... ok [INFO] [stdout] test strategy::trigger::tests::splitted::case_1_single ... ok [INFO] [stdout] test strategy::trigger::tests::splitted::case_2_window1 ... ok [INFO] [stdout] test strategy::filter::tests::single_matcher_array_first ... ok [INFO] [stdout] test streamer::test::test_array ... ok [INFO] [stdout] test strategy::trigger::tests::splitted::case_4_window100 ... ok [INFO] [stdout] test strategy::trigger::tests::splitted::case_3_window5 ... ok [INFO] [stdout] test streamer::test::test_array_in_array ... ok [INFO] [stdout] test streamer::test::test_empty_array ... ok [INFO] [stdout] test streamer::test::test_empty_object ... ok [INFO] [stdout] test streamer::test::test_multiple_input_flat ... ok [INFO] [stdout] test streamer::test::test_newlines ... ok [INFO] [stdout] test streamer::test::test_null ... ok [INFO] [stdout] test streamer::test::test_object ... ok [INFO] [stdout] test streamer::test::test_spaces ... ok [INFO] [stdout] test streamer::test::test_object_in_object ... ok [INFO] [stdout] test strategy::filter::tests::combinator_slices::case_2_window1 ... ok [INFO] [stdout] test streamer::test::test_array_pending ... ok [INFO] [stdout] test streamer::test::test_bool ... ok [INFO] [stdout] test streamer::test::test_string ... ok [INFO] [stdout] test streamer::test::test_number ... ok [INFO] [stdout] test streamer::test::test_utf8 ... ok [INFO] [stdout] test strategy::filter::tests::combinator_slices::case_3_window5 ... ok [INFO] [stdout] test streamer::test::test_complex_with_pending ... ok [INFO] [stdout] test strategy::all::tests::convert::case_1_single ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 242 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Doc-tests streamson_lib [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test src/handler/shorten.rs - handler::shorten (line 6) ... FAILED [INFO] [stdout] test src/handler/indexer.rs - handler::indexer::Indexer::pop (line 131) ... FAILED [INFO] [stdout] test src/handler/output.rs - handler::output::Output::set_write_path (line 56) ... FAILED [INFO] [stdout] test src/handler/buffer.rs - handler::buffer::Buffer::pop (line 259) ... ok [INFO] [stdout] test src/handler/indexer.rs - handler::indexer::Indexer::set_use_path (line 115) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 266) ... FAILED [INFO] [stdout] test src/handler/output.rs - handler::output::Output::set_separator (line 75) ... ok [INFO] [stdout] test src/handler/regex.rs - handler::regex (line 4) ... FAILED [INFO] [stdout] test src/lib.rs - (line 46) ... FAILED [INFO] [stdout] test src/handler/buffer.rs - handler::buffer (line 4) ... FAILED [INFO] [stdout] test src/handler/indexer.rs - handler::indexer (line 5) ... FAILED [INFO] [stdout] test src/handler/replace.rs - handler::replace (line 6) ... FAILED [INFO] [stdout] test src/handler/unstringify.rs - handler::unstringify (line 6) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 408) ... ok [INFO] [stdout] test src/strategy/extract.rs - strategy::extract::Extract::add_matcher (line 165) ... FAILED [INFO] [stdout] test src/strategy/convert.rs - strategy::convert::Convert::add_matcher (line 177) ... FAILED [INFO] [stdout] test src/matcher/regex.rs - matcher::regex::Regex (line 11) ... FAILED [INFO] [stdout] test src/lib.rs - (line 80) ... FAILED [INFO] [stdout] test src/lib.rs - (line 10) ... FAILED [INFO] [stdout] test src/handler/group.rs - handler::group (line 4) ... ok [INFO] [stdout] test src/lib.rs - test_readme (line 448) ... ok [INFO] [stdout] test src/lib.rs - test_readme (line 381) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 319) ... FAILED [INFO] [stdout] test src/strategy/all.rs - strategy::all::All::add_handler (line 123) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 298) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 338) ... FAILED [INFO] [stdout] test src/lib.rs - test_readme (line 217) ... FAILED [INFO] [stdout] test src/handler/buffer.rs - handler::buffer::Buffer::set_use_path (line 243) ... ok [INFO] [stdout] test src/lib.rs - test_readme (line 357) ... FAILED [INFO] [stdout] test src/handler/indenter.rs - handler::indenter (line 4) ... FAILED [INFO] [stdout] test src/strategy/trigger.rs - strategy::trigger::Trigger::add_matcher (line 137) ... FAILED [INFO] [stdout] test src/strategy/filter.rs - strategy::filter::Filter::add_matcher (line 191) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/handler/shorten.rs - handler::shorten (line 6) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc6Ec8Py/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestRcxa7m/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/handler/indexer.rs - handler::indexer::Indexer::pop (line 131) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcJu1Vow/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestEOk2u2/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/handler/output.rs - handler::output::Output::set_write_path (line 56) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcq5o5Yo/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestxDnZNr/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/handler/indexer.rs - handler::indexer::Indexer::set_use_path (line 115) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustco0Z0IL/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestyYhyjS/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 - test_readme (line 266) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/handler/regex.rs - handler::regex (line 4) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcbYdNfv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestBuznZ4/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 46) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcvZBdVv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestvWcXkQ/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/handler/buffer.rs - handler::buffer (line 4) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc7fj1KB/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestSXRG0m/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/handler/indexer.rs - handler::indexer (line 5) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcrOy0UD/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest8rJWue/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/handler/replace.rs - handler::replace (line 6) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcM1U3df/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestlRjJUZ/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/handler/unstringify.rs - handler::unstringify (line 6) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcn7nMFz/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestaLtzlf/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/strategy/extract.rs - strategy::extract::Extract::add_matcher (line 165) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/strategy/convert.rs - strategy::convert::Convert::add_matcher (line 177) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/matcher/regex.rs - matcher::regex::Regex (line 11) stdout ---- [INFO] [stdout] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 80) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustckcz0VT/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestwdRx2f/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 10) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcXdDpcj/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestCLtz1H/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 - test_readme (line 381) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcm7FNjO/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestLaHN7Z/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 - test_readme (line 319) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcP6HKjs/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestAjaHbj/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/strategy/all.rs - strategy::all::All::add_handler (line 123) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcuPfeMI/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctesttofseV/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 - test_readme (line 298) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcAgiU7o/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestfZt0NV/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 - test_readme (line 338) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc3Em1mh/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest7kVmHN/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 - test_readme (line 217) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcImj0Eo/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestQX7Sn4/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 - test_readme (line 357) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMoWZsE/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdocteste1O6k1/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/handler/indenter.rs - handler::indenter (line 4) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMXgwmY/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestdjmM5p/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/strategy/trigger.rs - strategy::trigger::Trigger::add_matcher (line 137) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcho2jg8/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestYTeOUP/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/strategy/filter.rs - strategy::filter::Filter::add_matcher (line 191) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustckrDs1N/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libstreamson_lib-1aeb5c07d7ae4c1f.rlib,libsedregex-a5bf203f00ecfaef.rlib,libregex-024cfaa467e434b3.rlib,libregex_automata-76225e55779c4bfe.rlib,libaho_corasick-94236398dd0ecfc1.rlib,libmemchr-eec2dd93b0d498c5.rlib,libregex_syntax-cf9ef9729ec61e4c.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" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestOB2qSK/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/handler/buffer.rs - handler::buffer (line 4) [INFO] [stdout] src/handler/indenter.rs - handler::indenter (line 4) [INFO] [stdout] src/handler/indexer.rs - handler::indexer (line 5) [INFO] [stdout] src/handler/indexer.rs - handler::indexer::Indexer::pop (line 131) [INFO] [stdout] src/handler/indexer.rs - handler::indexer::Indexer::set_use_path (line 115) [INFO] [stdout] src/handler/output.rs - handler::output::Output::set_write_path (line 56) [INFO] [stdout] src/handler/regex.rs - handler::regex (line 4) [INFO] [stdout] src/handler/replace.rs - handler::replace (line 6) [INFO] [stdout] src/handler/shorten.rs - handler::shorten (line 6) [INFO] [stdout] src/handler/unstringify.rs - handler::unstringify (line 6) [INFO] [stdout] src/lib.rs - (line 10) [INFO] [stdout] src/lib.rs - (line 46) [INFO] [stdout] src/lib.rs - (line 80) [INFO] [stdout] src/lib.rs - test_readme (line 217) [INFO] [stdout] src/lib.rs - test_readme (line 266) [INFO] [stdout] src/lib.rs - test_readme (line 298) [INFO] [stdout] src/lib.rs - test_readme (line 319) [INFO] [stdout] src/lib.rs - test_readme (line 338) [INFO] [stdout] src/lib.rs - test_readme (line 357) [INFO] [stdout] src/lib.rs - test_readme (line 381) [INFO] [stdout] src/matcher/regex.rs - matcher::regex::Regex (line 11) [INFO] [stdout] src/strategy/all.rs - strategy::all::All::add_handler (line 123) [INFO] [stdout] src/strategy/convert.rs - strategy::convert::Convert::add_matcher (line 177) [INFO] [stdout] src/strategy/extract.rs - strategy::extract::Extract::add_matcher (line 165) [INFO] [stdout] src/strategy/filter.rs - strategy::filter::Filter::add_matcher (line 191) [INFO] [stdout] src/strategy/trigger.rs - strategy::trigger::Trigger::add_matcher (line 137) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 6 passed; 26 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.25s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "121a6bdf1b5fb5b766044c498d57f08ae04353d1f9422a521cf4f503956a08de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "121a6bdf1b5fb5b766044c498d57f08ae04353d1f9422a521cf4f503956a08de", kill_on_drop: false }` [INFO] [stdout] 121a6bdf1b5fb5b766044c498d57f08ae04353d1f9422a521cf4f503956a08de