[INFO] cloning repository https://github.com/pnavais/titular [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pnavais/titular" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnavais%2Ftitular", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnavais%2Ftitular'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e876e7b6905838283c6beb48355539a11118b755 [INFO] testing pnavais/titular against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpnavais%2Ftitular" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/pnavais/titular [INFO] finished tweaking git repo https://github.com/pnavais/titular [INFO] tweaked toml for git repo https://github.com/pnavais/titular written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/pnavais/titular on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/pnavais/titular 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" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f06b18b54591ec1a92500313ee111b391f3b592ed67ad36131e1c87475813470 [INFO] running `Command { std: "docker" "start" "-a" "f06b18b54591ec1a92500313ee111b391f3b592ed67ad36131e1c87475813470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f06b18b54591ec1a92500313ee111b391f3b592ed67ad36131e1c87475813470", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f06b18b54591ec1a92500313ee111b391f3b592ed67ad36131e1c87475813470", kill_on_drop: false }` [INFO] [stdout] f06b18b54591ec1a92500313ee111b391f3b592ed67ad36131e1c87475813470 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea5f5d3fa2797c87b6813eacdb5c2dc2eb57bbf3e34fc9e88c69bcdfded8a65f [INFO] running `Command { std: "docker" "start" "-a" "ea5f5d3fa2797c87b6813eacdb5c2dc2eb57bbf3e34fc9e88c69bcdfded8a65f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling libc v0.2.171 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling once_cell v1.21.1 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling cc v1.2.17 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling litemap v0.7.5 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling smallvec v1.14.0 [INFO] [stderr] Compiling rustix v1.0.3 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.3 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling anstyle-parse v0.2.6 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling colorchoice v1.0.3 [INFO] [stderr] Compiling portable-atomic v1.11.0 [INFO] [stderr] Compiling anstyle-query v1.1.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling curl v0.4.47 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling anstream v0.6.18 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling unicode-general-category v1.0.0 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling winnow v0.7.4 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling unicode-width v0.2.0 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling isahc v1.7.2 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling build-print v0.1.1 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling socket2 v0.5.9 [INFO] [stderr] Compiling libnghttp2-sys v0.1.11+1.64.0 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling openssl-sys v0.9.107 [INFO] [stderr] Compiling curl-sys v0.4.80+curl-8.12.1 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling tempfile v3.19.1 [INFO] [stderr] Compiling globset v0.4.16 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling clap_builder v4.5.32 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling errno v0.2.8 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling sluice v0.5.5 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling castaway v0.1.2 [INFO] [stderr] Compiling chrono v0.4.40 [INFO] [stderr] Compiling indicatif v0.17.11 [INFO] [stderr] Compiling pager v0.16.1 [INFO] [stderr] Compiling directories v6.0.0 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling shellexpand v3.1.0 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling print-positions v0.6.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling ctrlc v3.4.6 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling edit v0.1.5 [INFO] [stderr] Compiling ansi-parser v0.9.1 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.7.5 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling strum_macros v0.27.1 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.7.5 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling pest v2.8.0 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling clap v4.5.32 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling async-signal v0.2.10 [INFO] [stderr] Compiling async-net v2.0.0 [INFO] [stderr] Compiling async-process v2.3.0 [INFO] [stderr] Compiling pest_meta v2.8.0 [INFO] [stderr] Compiling smol v2.0.2 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling pest_generator v2.8.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling pest_derive v2.8.0 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling titular v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stdout] warning: unused import: `crate::constants::template::DEFAULT_THEME` [INFO] [stdout] --> src/display.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::constants::template::DEFAULT_THEME; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `Command { std: "docker" "inspect" "ea5f5d3fa2797c87b6813eacdb5c2dc2eb57bbf3e34fc9e88c69bcdfded8a65f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea5f5d3fa2797c87b6813eacdb5c2dc2eb57bbf3e34fc9e88c69bcdfded8a65f", kill_on_drop: false }` [INFO] [stdout] ea5f5d3fa2797c87b6813eacdb5c2dc2eb57bbf3e34fc9e88c69bcdfded8a65f [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6eabe860dbcd642e675538a55cf3d281e1f0fa27b98e3632af724cd2ec383c68 [INFO] running `Command { std: "docker" "start" "-a" "6eabe860dbcd642e675538a55cf3d281e1f0fa27b98e3632af724cd2ec383c68", kill_on_drop: false }` [INFO] [stderr] Compiling titular v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::constants::template::DEFAULT_THEME` [INFO] [stdout] --> src/display.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::constants::template::DEFAULT_THEME; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::constants::template::DEFAULT_THEME` [INFO] [stdout] --> src/display.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use crate::constants::template::DEFAULT_THEME; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:27:18 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn write(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/context_manager.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn read(&self) -> Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.94s [INFO] running `Command { std: "docker" "inspect" "6eabe860dbcd642e675538a55cf3d281e1f0fa27b98e3632af724cd2ec383c68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6eabe860dbcd642e675538a55cf3d281e1f0fa27b98e3632af724cd2ec383c68", kill_on_drop: false }` [INFO] [stdout] 6eabe860dbcd642e675538a55cf3d281e1f0fa27b98e3632af724cd2ec383c68 [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7436250e8a978980c764716739bd99b02f981454d7a0d3af388423d05084f2a7 [INFO] running `Command { std: "docker" "start" "-a" "7436250e8a978980c764716739bd99b02f981454d7a0d3af388423d05084f2a7", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `crate::constants::template::DEFAULT_THEME` [INFO] [stderr] --> src/display.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use crate::constants::template::DEFAULT_THEME; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context_manager.rs:27:18 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn write(&self) -> Result> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 27 | pub fn write(&self) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/context_manager.rs:35:17 [INFO] [stderr] | [INFO] [stderr] 35 | pub fn read(&self) -> Result> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 35 | pub fn read(&self) -> Result> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `titular` (lib) generated 3 warnings (run `cargo fix --lib -p titular` to apply 3 suggestions) [INFO] [stderr] warning: `titular` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/titular-683218e363fa6d57) [INFO] [stdout] [INFO] [stdout] running 59 tests [INFO] [stdout] test filters::append::tests::test_append_filter_with_ansi_and_text ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_with_ansi_text ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_with_empty_input ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_with_empty_text ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_with_text ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_basic ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_with_whitespace_input ... ok [INFO] [stdout] test filters::append::tests::test_append_filter_without_args ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_default_provider ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_ansi ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_combining_chars ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_zero_width_chars ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_emoji ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_ansi_and_emoji ... ok [INFO] [stdout] test filters::pad::tests::test_pad_filter_with_ansi ... ok [INFO] [stdout] test filters::pad::tests::test_pad_filter_with_ansi_and_emoji ... ok [INFO] [stdout] test filters::pad::tests::test_pad_filter_with_emoji ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_ansi_text ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_ansi_with_text ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_default_provider ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_empty_provider ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_empty_text ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_mixed_provider ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_only_defaults ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_only_end ... ok [INFO] [stdout] test filters::hide::tests::test_hide_filter_with_mixed_unicode ... ok [INFO] [stdout] test filters::pad::tests::test_pad_filter_basic ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_single_whitespace ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_whitespace_text ... ok [INFO] [stdout] test string_utils::tests::test_is_visually_empty ... ok [INFO] [stdout] test string_utils::tests::test_truncate_ansi ... ok [INFO] [stdout] test string_utils::tests::test_expand_to_visual_width ... ok [INFO] [stdout] test string_utils::tests::test_truncate_ansi_with_preserve_remaining ... ok [INFO] [stdout] test transforms::ansi_formatter::tests::test_multiple_resets ... ok [INFO] [stdout] test transforms::ansi_formatter::tests::test_no_ansi_codes ... ok [INFO] [stdout] test string_utils::tests::test_truncate_ansi_with_reset_after ... ok [INFO] [stdout] test transforms::ansi_formatter::tests::test_nested_colors ... ok [INFO] [stdout] test transforms::ansi_formatter::tests::test_remaining_codes ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_with_mock_provider ... ok [INFO] [stdout] test string_utils::tests::test_expand_to_width ... ok [INFO] [stdout] test filters::surround::tests::test_surround_filter_only_start ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_empty ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_unmatched_start ... ok [INFO] [stdout] test utils::tests::test_format_bytes ... ok [INFO] [stdout] test utils::tests::test_safe_parse ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_unmatched_end ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_basic ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_no_markers ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_with_ansi_and_emoji ... ok [INFO] [stdout] test utils::tests::test_safe_time_format ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_with_ansi ... ok [INFO] [stdout] test utils::tests::test_backup_operations ... ok [INFO] [stdout] test transforms::processor::tests::test_extract_padding_groups_with_emoji ... ok [INFO] [stdout] test utils::tests::test_backup_operations_with_extension ... ok [INFO] [stdout] test utils::tests::test_backup_operations_without_extension ... ok [INFO] [stdout] test transforms::processor::tests::test_process_padding_line ... ok [INFO] [stdout] test transforms::processor::tests::test_remove_empty_pads ... ok [INFO] [stdout] test transforms::processor::tests::test_process_padding_line_with_ansi ... ok [INFO] [stdout] test utils::tests::test_command_exists ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 59 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/titular/main.rs (/opt/rustwide/target/debug/deps/titular-87dc0178ceb3280a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests titular [INFO] [stdout] [INFO] [stdout] running 22 tests [INFO] [stdout] test src/controller.rs - controller::TemplatesController<'a>::list_templates (line 154) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_groups (line 223) ... FAILED [INFO] [stdout] test src/string_utils.rs - string_utils::print_raw_ansi (line 64) ... FAILED [INFO] [stdout] test src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_line (line 85) ... FAILED [INFO] [stdout] test src/context.rs - context::Context::debug (line 408) ... FAILED [INFO] [stdout] test src/reader.rs - reader::TemplateReader::read (line 28) ... FAILED [INFO] [stdout] test src/transforms/processor.rs - transforms::processor::TextProcessor::expand_padding_group (line 296) ... FAILED [INFO] [stdout] test src/fetcher.rs - fetcher::TemplateFetcher::download_file (line 159) ... FAILED [INFO] [stdout] test src/reader.rs - reader::TemplateReader::get_template_name (line 116) ... FAILED [INFO] [stdout] test src/reader.rs - reader::TemplateReader::read_file (line 70) ... FAILED [INFO] [stdout] test src/string_utils.rs - string_utils::is_visually_empty (line 27) ... FAILED [INFO] [stdout] test src/utils.rs - utils::print_tree_with_prefixes (line 158) ... ok [INFO] [stdout] test src/utils.rs - utils::safe_parse (line 281) ... ok [INFO] [stdout] test src/string_utils.rs - string_utils::expand_to_width (line 88) ... ok [INFO] [stdout] test src/transforms/transform.rs - transforms::transform::Transform::transform (line 32) ... ok [INFO] [stdout] test src/utils.rs - utils::format_bytes (line 58) ... ok [INFO] [stdout] test src/utils.rs - utils::print_tree (line 128) ... ok [INFO] [stdout] test src/string_utils.rs - string_utils::String::truncate_ansi_with (line 213) ... ok [INFO] [stdout] test src/transforms/transform.rs - transforms::transform::Transform (line 14) ... ok [INFO] [stdout] test src/log.rs - log::debug (line 44) ... ok [INFO] [stdout] test src/string_utils.rs - string_utils::expand_to_visual_width (line 145) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_groups (line 223) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcFiJwMd/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcFiJwMd/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestqqdJAz/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/string_utils.rs - string_utils::print_raw_ansi (line 64) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc30Ui43/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc30Ui43/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest8nLwiW/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_line (line 85) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcdZLVn3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcdZLVn3/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctesttULgUZ/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/context.rs - context::Context::debug (line 408) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcteNldp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcteNldp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestNqWyOF/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/reader.rs - reader::TemplateReader::read (line 28) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcfgxEd8/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcfgxEd8/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestQYLaQM/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/transforms/processor.rs - transforms::processor::TextProcessor::expand_padding_group (line 296) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcvz7hyL/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcvz7hyL/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestgEklsU/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fetcher.rs - fetcher::TemplateFetcher::download_file (line 159) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcpOZTXp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcpOZTXp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestS1NfIr/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/reader.rs - reader::TemplateReader::get_template_name (line 116) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcR3Z1e1/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcR3Z1e1/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctest8nThhP/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/reader.rs - reader::TemplateReader::read_file (line 70) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcNQ0gkg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcNQ0gkg/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestkSUAT4/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/string_utils.rs - string_utils::is_visually_empty (line 27) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcp1taLV/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtitular-a5b71d6f21e38e14,libterm_size-c933fc3de046a9aa,libtoml-c7f0f2d21a9470a1,libtoml_edit-ed3484245c9f813f,libserde_spanned-a59ad0bc3616953a,libindexmap-10b14fe8156f9d73,libequivalent-7e0e8cbe6c474a67,libhashbrown-19954401a582c725,libwinnow-1b174400303f53ab,libtoml_datetime-eaa14e57e75248fd,libedit-bcc8d79f121e0536,libwhich-1af7440eafd3cb0a,libhome-c43708049c272d87,libeither-1e551205f1478063,libtempfile-ab5f1a762c64aa1b,libgetrandom-d8e99bde2634f32f,libwhoami-4fb68e0ec95e2232,libnum-312e30dbfca4d9e6,libnum_iter-55a8b2e6de3f411c,libnum_rational-1e82b8f20c131969,libnum_complex-b2496736fc59fa13,libnum_bigint-da2133de898433a9,libnum_integer-6eaa271e6fae0b6a,libunicode_general_category-4c574d5beb24f229,libprint_positions-d4d748e0d46c33f0,libunicode_segmentation-ff3f1aa3aad6e639,libansi_parser-69d1fa88a897932f,libnom-e8e94b0a18ab2ed6,libheapless-e0cc3a20fe502f56,libhash32-deabc1ee08c68959,libbyteorder-7df9ab1ae37e1368,libsmol-4f633fd2b2346932,libasync_process-c89f51956c6fef86,libasync_signal-5421e2131930cc6f,libasync_net-7dddddac233f92dd,libasync_fs-e26e9b79969ee370,libblocking-4c70a770cdf0837d,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-ea200aa4145b6ec7,libasync_io-2e4e3689b0a07b93,libpolling-3da2eccedbc7aec9,libasync_lock-25fe5cd34838acc0,libevent_listener_strategy-f5919e214e610188,libevent_listener-1e9172e9ffdf6c06,librustix-6710436349e30165,liblinux_raw_sys-aa9c2ff6a845f8dc,libasync_executor-4638c512ff6f4bf0,libfutures_lite-3f67561f1db0b885,libfastrand-503f12a96d791409,libasync_task-65820d26b839a505,libcrossterm-cd4bfc5172db57aa,librustix-8b1ba97c343384c4,liblinux_raw_sys-f64db6ba616ab9b3,libparking_lot-98fb37b781001da6,libparking_lot_core-68116c4ca31b219b,liblock_api-47948af6bba6d2a8,libscopeguard-d52bd00767847e44,libderive_more-9dba688276157d4f,libsignal_hook_mio-9e790fe3beafaf93,libsignal_hook-2e0257c9649b0678,libsignal_hook_registry-687515474082a5ff,libmio-47f2fb9325ca8a0e,libindicatif-b94b548979a85fb8,libportable_atomic-5a60ab32f8ae7862,libnumber_prefix-8479f39d71e80d3e,libconsole-0be1e8c49fbc1edf,libunicode_width-79cfce0a776a55d3,libisahc-4f797ed758965684,libmime-4b44681fdb2c65f7,libcastaway-ac5b63767f15a293,libencoding_rs-68ad4a143c31cce1,liburl-c3f2cfc69e469bfd,libidna-2a18d2f7501e5c1c,libidna_adapter-d2536a89a12e5d89,libicu_normalizer-3b5151da06b44f9a,libicu_normalizer_data-e09fff8170d349d0,libwrite16-e3dc6fad88157cf5,libutf8_iter-0d9be7b316c2b184,libutf16_iter-d3264925eca367d9,libsmallvec-c045c8168691680a,libicu_properties-1a2d232f7f94b599,libicu_properties_data-1ec6aa7f6733282c,libicu_locid_transform-98f9d696ccb3ca01,libicu_locid_transform_data-e3076faba4d91e2e,libicu_collections-029c972aa58c9e52,libicu_provider-2b3fd125e5264e3e,libicu_locid-6dc41e77088431be,liblitemap-705c4d2af7d10c57,libtinystr-a8db8131d8b34a19,libzerovec-6b5c04b72af95fb6,libwriteable-45c783735d88c2b0,libyoke-80f48bd9313088b2,libzerofrom-55815e3f1eef679d,libstable_deref_trait-e5f295e98f1b80b2,libform_urlencoded-be943b51fff753cf,libpercent_encoding-8c980134d68585d5,libtracing_futures-4a843d6eba83536f,libtracing-98de9115e94c1d5d,libtracing_core-16d4740aeab57df8,libpin_project-d1f6846bb7c16a78,libhttp-331bc164ab59ceff,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsluice-0c84debdfe9925da,libpolling-d748b7132131e7d8,libcfg_if-33ef6c02a07f9fec,libslab-b066ee2c679b47fd,libfutures_lite-d78cdf84c905c68b,libfastrand-1a1f7fa7e5b5edde,libfutures_io-972ebb79349338ae,libwaker_fn-6a297a1ea9bc1088,libparking-49fcf10303d3525f,libpin_project_lite-bedc6e0acd72ff2a,libcurl-b03202db6a4a9db8,libopenssl_probe-cbab9b905ab83f66,libcurl_sys-e6a5f36418ad157c,libopenssl_sys-98527bcdfbeb4d0f,liblibz_sys-fc854f18d136dc77,liblibnghttp2_sys-3cfc69280815c6b6,libsocket2-fe887a6d19cd03d9,libasync_channel-8afd8d47be86e8e0,libfutures_core-fc6bb1738f00fc87,libevent_listener-67cd091983fb6763,libconcurrent_queue-39e00c7480698460,libpager-68c880620ec8b286,liberrno-b888f89960b68a19,liblibc-063f2c6ffb470557,libglob-b1d792528bd08356,libtera-d5f8911211d5a167,libglobwalk-9e755af38633c79b,libbitflags-ec9e26e8384cfc98,libignore-dd38b06f9bba3d10,libwalkdir-1a00c768f8c7f3de,libsame_file-1ceb7b6153588b15,libcrossbeam_deque-ce08bd9aba37d973,libcrossbeam_epoch-0e344cb0f6dc787c,libcrossbeam_utils-57acb8582d3ed5fe,libglobset-0df305aafae56d41,liblog-e36f16aa46751cfc,libbstr-830b48967e5d23ec,libpest-1c31e7c35169542d,libucd_trie-01dd94f548235104,libthiserror-cb5c42e2436b4dd1,libunic_segment-9a82efb0fdea9f9b,libunic_ucd_segment-ce71ce7232c50ccd,libunic_ucd_version-95ab1c46fc2dce4c,libunic_common-95572032ffd99b0d,libunic_char_property-14ec15120d11108a,libunic_char_range-a799f89c5585e437,liblazy_static-b3603208c0de2608,libserde_json-3efed128dbc9219e,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libserde-96ad93c13334c64a,libchrono-40a4e5aa7bced894,libnum_traits-4b6535e4c8a3a7b0,libiana_time_zone-33839373f004bfb1,libregex-559452b3305f3ffc,libregex_automata-d063da7641e754a9,libaho_corasick-f95a2d77404a73d2,libmemchr-3ffe5f7a52883367,libregex_syntax-13fc688ae7f36982,libonce_cell-098292c3b8c25e48,libnu_ansi_term-3bb03eaa72f55709}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcp1taLV/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/curl-sys-5d748c95ed9dd475/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-5f8b699c7e633798/out/i/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestTM1DMz/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: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/context.rs - context::Context::debug (line 408) [INFO] [stdout] src/fetcher.rs - fetcher::TemplateFetcher::download_file (line 159) [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] src/reader.rs - reader::TemplateReader::get_template_name (line 116) [INFO] [stdout] src/reader.rs - reader::TemplateReader::read (line 28) [INFO] [stdout] src/reader.rs - reader::TemplateReader::read_file (line 70) [INFO] [stdout] src/string_utils.rs - string_utils::is_visually_empty (line 27) [INFO] [stdout] src/string_utils.rs - string_utils::print_raw_ansi (line 64) [INFO] [stdout] src/transforms/processor.rs - transforms::processor::TextProcessor::expand_padding_group (line 296) [INFO] [stdout] src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_groups (line 223) [INFO] [stdout] src/transforms/processor.rs - transforms::processor::TextProcessor::process_padding_line (line 85) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 12 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7436250e8a978980c764716739bd99b02f981454d7a0d3af388423d05084f2a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7436250e8a978980c764716739bd99b02f981454d7a0d3af388423d05084f2a7", kill_on_drop: false }` [INFO] [stdout] 7436250e8a978980c764716739bd99b02f981454d7a0d3af388423d05084f2a7