[INFO] cloning repository https://github.com/blopker/codecheckr [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/blopker/codecheckr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblopker%2Fcodecheckr", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblopker%2Fcodecheckr'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 209be4073c14e87b0490726c55f9649ae755c0c1 [INFO] building blopker/codecheckr against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fblopker%2Fcodecheckr" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/blopker/codecheckr [INFO] finished tweaking git repo https://github.com/blopker/codecheckr [INFO] tweaked toml for git repo https://github.com/blopker/codecheckr written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/blopker/codecheckr on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/blopker/codecheckr 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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.223 [INFO] [stderr] Downloaded jobserver v0.1.34 [INFO] [stderr] Downloaded tree-sitter-language v0.1.5 [INFO] [stderr] Downloaded serde_core v1.0.223 [INFO] [stderr] Downloaded foldhash v0.2.0 [INFO] [stderr] Downloaded rustls-platform-verifier v0.6.1 [INFO] [stderr] Downloaded symbolic-common v12.16.2 [INFO] [stderr] Downloaded rustls-webpki v0.103.5 [INFO] [stderr] Downloaded pprof v0.15.0 [INFO] [stderr] Downloaded tower-lsp v0.20.0 [INFO] [stderr] Downloaded tree-sitter-go v0.25.0 [INFO] [stderr] Downloaded tree-sitter-javascript v0.25.0 [INFO] [stderr] Downloaded security-framework v3.4.0 [INFO] [stderr] Downloaded tree-sitter v0.25.9 [INFO] [stderr] Downloaded symbolic-demangle v12.16.2 [INFO] [stderr] Downloaded bindgen v0.72.1 [INFO] [stderr] Downloaded tree-sitter-r v1.2.0 [INFO] [stderr] Downloaded tree-sitter-c v0.24.1 [INFO] [stderr] Downloaded tree-sitter-python v0.25.0 [INFO] [stderr] Downloaded spellbook v0.3.5 [INFO] [stderr] Downloaded git2 v0.20.2 [INFO] [stderr] Downloaded aws-lc-rs v1.14.0 [INFO] [stderr] Downloaded tree-sitter-css v0.23.2 [INFO] [stderr] Downloaded tree-sitter-lua v0.2.0 [INFO] [stderr] Downloaded tree-sitter-rust v0.24.0 [INFO] [stderr] Downloaded tree-sitter-toml-ng v0.7.0 [INFO] [stderr] Downloaded lru v0.16.1 [INFO] [stderr] Downloaded streaming-iterator v0.1.9 [INFO] [stderr] Downloaded memmap2 v0.9.8 [INFO] [stderr] Downloaded tree-sitter-bash v0.25.0 [INFO] [stderr] Downloaded tree-sitter-elixir v0.3.4 [INFO] [stderr] Downloaded tree-sitter-ruby v0.23.1 [INFO] [stderr] Downloaded tree-sitter-html v0.23.2 [INFO] [stderr] Downloaded libssh2-sys v0.3.1 [INFO] [stderr] Downloaded tower-lsp-macros v0.9.0 [INFO] [stderr] Downloaded tree-sitter-php v0.24.2 [INFO] [stderr] Downloaded serde v1.0.223 [INFO] [stderr] Downloaded tree-sitter-typescript v0.23.2 [INFO] [stderr] Downloaded tree-sitter-haskell v0.23.1 [INFO] [stderr] Downloaded tree-sitter-cpp v0.23.4 [INFO] [stderr] Downloaded libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Downloaded aws-lc-sys v0.31.0 [INFO] [stderr] Downloaded tree-sitter-java v0.23.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dfee5105be02b42a418f3343530cb9aa5266c577807efaa17bf628f03f7a987d [INFO] running `Command { std: "docker" "start" "-a" "dfee5105be02b42a418f3343530cb9aa5266c577807efaa17bf628f03f7a987d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dfee5105be02b42a418f3343530cb9aa5266c577807efaa17bf628f03f7a987d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dfee5105be02b42a418f3343530cb9aa5266c577807efaa17bf628f03f7a987d", kill_on_drop: false }` [INFO] [stdout] dfee5105be02b42a418f3343530cb9aa5266c577807efaa17bf628f03f7a987d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af2d077215aedaf901c89e5d4a5bf11ca2e4c663cbdc07a3ce04beccbe652cfa [INFO] running `Command { std: "docker" "start" "-a" "af2d077215aedaf901c89e5d4a5bf11ca2e4c663cbdc07a3ce04beccbe652cfa", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling tree-sitter-language v0.1.5 [INFO] [stderr] Compiling serde_core v1.0.223 [INFO] [stderr] Compiling serde v1.0.223 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling aws-lc-rs v1.14.0 [INFO] [stderr] Compiling serde_derive v1.0.223 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling indexmap v2.11.1 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling equator-macro v0.4.2 [INFO] [stderr] Compiling memmap2 v0.9.8 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Compiling rustc-demangle v0.1.26 [INFO] [stderr] Compiling symbolic-demangle v12.16.2 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling symbolic-common v12.16.2 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling equator v0.4.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling quick-xml v0.26.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling str_stack v0.1.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling pprof v0.15.0 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling aligned-vec v0.6.4 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling spin v0.10.0 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling aws-lc-sys v0.31.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling findshlibs v0.10.2 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling tree-sitter-ruby v0.23.1 [INFO] [stderr] Compiling tree-sitter-html v0.23.2 [INFO] [stderr] Compiling tree-sitter-java v0.23.5 [INFO] [stderr] Compiling tree-sitter-toml-ng v0.7.0 [INFO] [stderr] Compiling tree-sitter-bash v0.25.0 [INFO] [stderr] Compiling tree-sitter-c v0.24.1 [INFO] [stderr] Compiling tree-sitter-javascript v0.25.0 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling tree-sitter-css v0.23.2 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling tree-sitter-go v0.25.0 [INFO] [stderr] Compiling tree-sitter-cpp v0.23.4 [INFO] [stderr] Compiling tree-sitter-lua v0.2.0 [INFO] [stderr] Compiling tree-sitter-r v1.2.0 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling tree-sitter-python v0.25.0 [INFO] [stderr] Compiling tree-sitter-elixir v0.3.4 [INFO] [stderr] Compiling tree-sitter-haskell v0.23.1 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tree-sitter-php v0.24.2 [INFO] [stderr] Compiling tempfile v3.22.0 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling tree-sitter v0.25.9 [INFO] [stderr] Compiling backtrace v0.3.75 [INFO] [stderr] Compiling codebook_config v0.3.11 (/opt/rustwide/workdir/crates/codebook-config) [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling hyper v1.7.0 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling spellbook v0.3.5 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling lru v0.16.1 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling lsp-types v0.94.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling tower-lsp-macros v0.9.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling nu-ansi-term v0.50.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling tower-lsp v0.20.0 [INFO] [stderr] Compiling rustls-webpki v0.103.5 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.1 [INFO] [stderr] Compiling dictionary-builder v0.3.11 (/opt/rustwide/workdir/crates/dictionary-builder) [INFO] [stderr] Compiling codebook_downloader v0.3.11 (/opt/rustwide/workdir/crates/downloader) [INFO] [stderr] Compiling codebook v0.3.11 (/opt/rustwide/workdir/crates/codebook) [INFO] [stderr] Compiling codebook-lsp v0.3.11 (/opt/rustwide/workdir/crates/codebook-lsp) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s [INFO] running `Command { std: "docker" "inspect" "af2d077215aedaf901c89e5d4a5bf11ca2e4c663cbdc07a3ce04beccbe652cfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af2d077215aedaf901c89e5d4a5bf11ca2e4c663cbdc07a3ce04beccbe652cfa", kill_on_drop: false }` [INFO] [stdout] af2d077215aedaf901c89e5d4a5bf11ca2e4c663cbdc07a3ce04beccbe652cfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a701102b44f178f6a9f4c76fb5f3d62134897857246e00ed2a59270045f02043 [INFO] running `Command { std: "docker" "start" "-a" "a701102b44f178f6a9f4c76fb5f3d62134897857246e00ed2a59270045f02043", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling codebook_config v0.3.11 (/opt/rustwide/workdir/crates/codebook-config) [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling inferno v0.11.21 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling async-executor v1.13.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling tower-lsp v0.20.0 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling lalrpop v0.20.2 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.23 [INFO] [stderr] Compiling tempfile v3.22.0 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling pprof v0.15.0 [INFO] [stderr] Compiling async-signal v0.2.13 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling async-process v2.5.0 [INFO] [stderr] Compiling rustls-platform-verifier v0.6.1 [INFO] [stderr] Compiling async-std v1.13.2 [INFO] [stderr] Compiling codebook_downloader v0.3.11 (/opt/rustwide/workdir/crates/downloader) [INFO] [stderr] Compiling dictionary-builder v0.3.11 (/opt/rustwide/workdir/crates/dictionary-builder) [INFO] [stderr] Compiling codebook v0.3.11 (/opt/rustwide/workdir/crates/codebook) [INFO] [stderr] Compiling codebook-lsp v0.3.11 (/opt/rustwide/workdir/crates/codebook-lsp) [INFO] [stderr] Compiling async-object-pool v0.1.5 [INFO] [stderr] error: could not compile `lalrpop` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c7f6aa2869acdbf014d094c6e427e554e160b6db/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=8860e7d6296cf669 -C extra-filename=-5307ce8121126346 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-692e01ed20b29b8c.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-c39a9682e5acb9b5.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-545a91da47645a75.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-d15010fc7f8486c2.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-3ea3dd81096c11fd.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-cf8c0d0752b24cd0.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-4c3eb399ae5c4147.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ac11b7eae741076e.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-0a2a68aabf7a8022.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-eaf5f98f6c5361ce.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-cc0a0bd57b836e61.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-9d5893902434bcb4.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f3d241b555dcc7ec.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-1a00c768f8c7f3de.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcbJcRuk/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-032d704064e7fcc9,libanstream-eabfc9be85c6d48c,libanstyle_query-2795f030b7507c68,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libjiff-301d3c40c5dc7075,libenv_filter-294e396058c01ac3,libanstyle-acd37f6657e9ecfb}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcodebook-4d40b94190ad1bb7,libtree_sitter_typescript-e7e8db7e7ff4ccad,libtree_sitter_toml_ng-8a1786fe94788033,libtree_sitter_rust-57b9de33d2c9af04,libtree_sitter_ruby-873caa9bd7292da0,libtree_sitter_r-270b3114bca0e69f,libtree_sitter_python-d25dff43e4de8807,libtree_sitter_php-25242770e1904039,libtree_sitter_lua-085f5b6d0d66fccd,libtree_sitter_javascript-8209ab27901bd799,libtree_sitter_java-578ebdaf8ef74b07,libtree_sitter_html-f76af56e314a8278,libtree_sitter_haskell-62c9a5bd6054e1d7,libtree_sitter_go-0552804ccbafa5ed,libtree_sitter_elixir-726c25574c1c08fd,libtree_sitter_css-a07ab753895a2423,libtree_sitter_cpp-5006fc951fde04f3,libtree_sitter_c-ece8cb5f73eaf9ad,libtree_sitter_bash-c9e39ca538d26cef,libspellbook-3077efbdc789a09b,libfoldhash-d6902c75bde81c73,libhashbrown-39a1ad584b454bfa,libcodebook_config-bc147a6d106864e9,libtoml-394e4ff01d26d2d6,libtoml_writer-b11337a44a9f55f7,libtoml_parser-a0528fae4d5123b8,libwinnow-0a1d84f9d2bb260f,libserde_spanned-680168c8b0a9f001,libtoml_datetime-88d9e359b9963de7,libdirs-e014324a528e6105,libdirs_sys-92a1cfe4b21e459e,liboption_ext-23838f1959a6156b,libglob-8ca68987fb4fe516,liblazy_static-b3603208c0de2608,libunicode_segmentation-ff3f1aa3aad6e639,libtree_sitter-52cabf6fbe5d33f6,libtree_sitter_language-2db2880fe8c3adc0,libstreaming_iterator-a6bfc9f1d17a860d,libcodebook_downloader-f3df2358f6835daf,libtempfile-0afaf81f5d8c88cd,libgetrandom-4905beacee345429,libfastrand-503f12a96d791409,librustix-a68031a5dd793460,liblinux_raw_sys-7ff67804fdd3dd44,libsha2-6612c54f412ba715,libcpufeatures-471354fefbcaf2d8,libdigest-1c0ded6696e33019,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,librustls_platform_verifier-ac706e3732f72535,librustls_native_certs-8d309d98bec0cd6b,libopenssl_probe-cbab9b905ab83f66,libreqwest-c033769c3d6f55af,libhyper_rustls-35aad7fcc0d7c06a,libwebpki_roots-e50f1152d317f705,libtokio_rustls-ffd16b408aa555b8,librustls-d8444ffced3fdfa9,libsubtle-ca7024fc66e4388f,libwebpki-1d077002b17933a4,libaws_lc_rs-27fb0087ba7569b7,libaws_lc_sys-47c45b798e53d83b,libring-b9506cac8c59b4f1,libgetrandom-c2923d9eb5b0d91a,libuntrusted-3420b86308bec153,librustls_pki_types-a7867074414b404a,libzeroize-ead98f074a37f829,libserde_urlencoded-2db28e463a3ee55c,libserde_json-87aed64fc9e43d32,libryu-0ea4bafc9bef6d8b,libtower_http-a06858a01a282776,libbitflags-c9a8c3feded120fa,libiri_string-a380f51e5b0b7b73,libtower-f15c8bd77a2717d5,libtower_layer-d70c7e404336389b,libhyper_util-b783b7bffed4beaf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libtracing-a15a4dece719823c,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libhyper-d09baf60c0585b95,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libatomic_waker-001109810bdecbaa,libtokio-b2feac79baad7f64,libsignal_hook_registry-f5c79e880fb2e29e,libsocket2-eb03072834f8462a,libmio-fe6705667b7d5975,libparking_lot-3e5dfe38e117a4ef,libparking_lot_core-2e9695737c92acae,liblibc-6ff14bdbae7df518,libcfg_if-666d36e5ee0df220,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libhttp_body_util-f2ff7a97002ec3c2,libhttp_body-5d2c120e15cb3719,libfutures_util-03d86b8bb852f98c,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libpin_project_lite-bedc6e0acd72ff2a,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-f8da1f00f5dddbb0,libidna-f028d2c48f4249b7,libutf8_iter-0d9be7b316c2b184,libidna_adapter-30a31f25ab16bc50,libicu_properties-2618d7b954f35037,libicu_properties_data-9d163be0f8ec47fd,libicu_normalizer-f6e44dc874944912,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-9919e82512efe734,libicu_collections-c98f2a2806771a5b,libpotential_utf-c7565a43857c4153,libicu_provider-bce363197271df18,libicu_locale_core-36c4c3bf6b018f70,libtinystr-7908ed875277a835,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-ee9a0632f7251e9e,libzerotrie-2bbae4b4dce3905c,libyoke-a7c9a0bf207dafeb,libstable_deref_trait-a2d30f30be7c468b,libzerofrom-425631f445e04c59,libform_urlencoded-332d45145277cfac,libpercent_encoding-c53c37e60dd2727e,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsync_wrapper-5a27d2ea02cd7690,libfutures_core-fc6bb1738f00fc87,liblog-ce0ba27fbd4fe031,libvalue_bag-e56b1fc7f9ce58e4,libchrono-b6c4edb479d27bd5,libiana_time_zone-54997521cde77023,libnum_traits-6a9f211205bd6663,libserde-a86d289af5f5e286,libserde_core-eab9a1f7b8c8f00c,libanyhow-88c2c5723ab188c9,libregex-70e61a01e8bd07d9,libregex_automata-b3a761160993ebee,libaho_corasick-7231ee35a67f9404,libmemchr-6f5829dadd40eda8,libregex_syntax-46a265ba7a2fe258,liblru-b4593d5de88cb024,libhashbrown-d528eeff5e5f109b,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3}.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbJcRuk/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/aws-lc-sys-e93192df1390eb00/out" "-L" "/opt/rustwide/target/debug/build/ring-8c6e5aafb7e822cf/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-6800b92eeba12640/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-bash-bc5a7f7c82f68959/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-c-02f0fb898f26caf7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-cpp-91d2b00269fe9b14/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-css-877f8332f76b549c/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-elixir-b1e2690c5d15a199/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-go-67ff656b48482005/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-haskell-430d9d330c7a90b7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-html-46ea77831175b1a4/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-java-b3be5dade12e1f82/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-javascript-c6627c6bace7fed5/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-lua-1e60ee752a5d96f8/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-php-1bdb00d8669ab5ab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-python-41292ae43c4979a6/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-r-d342913d4b5f2bab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-ruby-231f24a86415d285/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-rust-749ba4e19bbfe350/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-toml-ng-136f7e2cf7251217/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-typescript-ecc1fe0f3df1910a/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_text-a7eb2be323c467a1" "-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] [INFO] [stderr] error: could not compile `codebook` (test "test_text") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcidobnJ/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-032d704064e7fcc9,libanstream-eabfc9be85c6d48c,libanstyle_query-2795f030b7507c68,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libjiff-301d3c40c5dc7075,libenv_filter-294e396058c01ac3,libanstyle-acd37f6657e9ecfb}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcodebook-4d40b94190ad1bb7,libtree_sitter_typescript-e7e8db7e7ff4ccad,libtree_sitter_toml_ng-8a1786fe94788033,libtree_sitter_rust-57b9de33d2c9af04,libtree_sitter_ruby-873caa9bd7292da0,libtree_sitter_r-270b3114bca0e69f,libtree_sitter_python-d25dff43e4de8807,libtree_sitter_php-25242770e1904039,libtree_sitter_lua-085f5b6d0d66fccd,libtree_sitter_javascript-8209ab27901bd799,libtree_sitter_java-578ebdaf8ef74b07,libtree_sitter_html-f76af56e314a8278,libtree_sitter_haskell-62c9a5bd6054e1d7,libtree_sitter_go-0552804ccbafa5ed,libtree_sitter_elixir-726c25574c1c08fd,libtree_sitter_css-a07ab753895a2423,libtree_sitter_cpp-5006fc951fde04f3,libtree_sitter_c-ece8cb5f73eaf9ad,libtree_sitter_bash-c9e39ca538d26cef,libspellbook-3077efbdc789a09b,libfoldhash-d6902c75bde81c73,libhashbrown-39a1ad584b454bfa,libcodebook_config-bc147a6d106864e9,libtoml-394e4ff01d26d2d6,libtoml_writer-b11337a44a9f55f7,libtoml_parser-a0528fae4d5123b8,libwinnow-0a1d84f9d2bb260f,libserde_spanned-680168c8b0a9f001,libtoml_datetime-88d9e359b9963de7,libdirs-e014324a528e6105,libdirs_sys-92a1cfe4b21e459e,liboption_ext-23838f1959a6156b,libglob-8ca68987fb4fe516,liblazy_static-b3603208c0de2608,libunicode_segmentation-ff3f1aa3aad6e639,libtree_sitter-52cabf6fbe5d33f6,libtree_sitter_language-2db2880fe8c3adc0,libstreaming_iterator-a6bfc9f1d17a860d,libcodebook_downloader-f3df2358f6835daf,libtempfile-0afaf81f5d8c88cd,libgetrandom-4905beacee345429,libfastrand-503f12a96d791409,librustix-a68031a5dd793460,liblinux_raw_sys-7ff67804fdd3dd44,libsha2-6612c54f412ba715,libcpufeatures-471354fefbcaf2d8,libdigest-1c0ded6696e33019,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,librustls_platform_verifier-ac706e3732f72535,librustls_native_certs-8d309d98bec0cd6b,libopenssl_probe-cbab9b905ab83f66,libreqwest-c033769c3d6f55af,libhyper_rustls-35aad7fcc0d7c06a,libwebpki_roots-e50f1152d317f705,libtokio_rustls-ffd16b408aa555b8,librustls-d8444ffced3fdfa9,libsubtle-ca7024fc66e4388f,libwebpki-1d077002b17933a4,libaws_lc_rs-27fb0087ba7569b7,libaws_lc_sys-47c45b798e53d83b,libring-b9506cac8c59b4f1,libgetrandom-c2923d9eb5b0d91a,libuntrusted-3420b86308bec153,librustls_pki_types-a7867074414b404a,libzeroize-ead98f074a37f829,libserde_urlencoded-2db28e463a3ee55c,libserde_json-87aed64fc9e43d32,libryu-0ea4bafc9bef6d8b,libtower_http-a06858a01a282776,libbitflags-c9a8c3feded120fa,libiri_string-a380f51e5b0b7b73,libtower-f15c8bd77a2717d5,libtower_layer-d70c7e404336389b,libhyper_util-b783b7bffed4beaf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libtracing-a15a4dece719823c,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libhyper-d09baf60c0585b95,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libatomic_waker-001109810bdecbaa,libtokio-b2feac79baad7f64,libsignal_hook_registry-f5c79e880fb2e29e,libsocket2-eb03072834f8462a,libmio-fe6705667b7d5975,libparking_lot-3e5dfe38e117a4ef,libparking_lot_core-2e9695737c92acae,liblibc-6ff14bdbae7df518,libcfg_if-666d36e5ee0df220,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libhttp_body_util-f2ff7a97002ec3c2,libhttp_body-5d2c120e15cb3719,libfutures_util-03d86b8bb852f98c,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libpin_project_lite-bedc6e0acd72ff2a,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-f8da1f00f5dddbb0,libidna-f028d2c48f4249b7,libutf8_iter-0d9be7b316c2b184,libidna_adapter-30a31f25ab16bc50,libicu_properties-2618d7b954f35037,libicu_properties_data-9d163be0f8ec47fd,libicu_normalizer-f6e44dc874944912,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-9919e82512efe734,libicu_collections-c98f2a2806771a5b,libpotential_utf-c7565a43857c4153,libicu_provider-bce363197271df18,libicu_locale_core-36c4c3bf6b018f70,libtinystr-7908ed875277a835,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-ee9a0632f7251e9e,libzerotrie-2bbae4b4dce3905c,libyoke-a7c9a0bf207dafeb,libstable_deref_trait-a2d30f30be7c468b,libzerofrom-425631f445e04c59,libform_urlencoded-332d45145277cfac,libpercent_encoding-c53c37e60dd2727e,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsync_wrapper-5a27d2ea02cd7690,libfutures_core-fc6bb1738f00fc87,liblog-ce0ba27fbd4fe031,libvalue_bag-e56b1fc7f9ce58e4,libchrono-b6c4edb479d27bd5,libiana_time_zone-54997521cde77023,libnum_traits-6a9f211205bd6663,libserde-a86d289af5f5e286,libserde_core-eab9a1f7b8c8f00c,libanyhow-88c2c5723ab188c9,libregex-70e61a01e8bd07d9,libregex_automata-b3a761160993ebee,libaho_corasick-7231ee35a67f9404,libmemchr-6f5829dadd40eda8,libregex_syntax-46a265ba7a2fe258,liblru-b4593d5de88cb024,libhashbrown-d528eeff5e5f109b,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3}.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcidobnJ/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/aws-lc-sys-e93192df1390eb00/out" "-L" "/opt/rustwide/target/debug/build/ring-8c6e5aafb7e822cf/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-6800b92eeba12640/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-bash-bc5a7f7c82f68959/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-c-02f0fb898f26caf7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-cpp-91d2b00269fe9b14/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-css-877f8332f76b549c/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-elixir-b1e2690c5d15a199/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-go-67ff656b48482005/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-haskell-430d9d330c7a90b7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-html-46ea77831175b1a4/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-java-b3be5dade12e1f82/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-javascript-c6627c6bace7fed5/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-lua-1e60ee752a5d96f8/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-php-1bdb00d8669ab5ab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-python-41292ae43c4979a6/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-r-d342913d4b5f2bab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-ruby-231f24a86415d285/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-rust-749ba4e19bbfe350/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-toml-ng-136f7e2cf7251217/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-typescript-ecc1fe0f3df1910a/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_javascript-0df6d3f8ebbd719c" "-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] [INFO] [stderr] error: could not compile `codebook` (test "test_javascript") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcDQoXfB/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-032d704064e7fcc9,libanstream-eabfc9be85c6d48c,libanstyle_query-2795f030b7507c68,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libjiff-301d3c40c5dc7075,libenv_filter-294e396058c01ac3,libanstyle-acd37f6657e9ecfb}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcodebook-4d40b94190ad1bb7,libtree_sitter_typescript-e7e8db7e7ff4ccad,libtree_sitter_toml_ng-8a1786fe94788033,libtree_sitter_rust-57b9de33d2c9af04,libtree_sitter_ruby-873caa9bd7292da0,libtree_sitter_r-270b3114bca0e69f,libtree_sitter_python-d25dff43e4de8807,libtree_sitter_php-25242770e1904039,libtree_sitter_lua-085f5b6d0d66fccd,libtree_sitter_javascript-8209ab27901bd799,libtree_sitter_java-578ebdaf8ef74b07,libtree_sitter_html-f76af56e314a8278,libtree_sitter_haskell-62c9a5bd6054e1d7,libtree_sitter_go-0552804ccbafa5ed,libtree_sitter_elixir-726c25574c1c08fd,libtree_sitter_css-a07ab753895a2423,libtree_sitter_cpp-5006fc951fde04f3,libtree_sitter_c-ece8cb5f73eaf9ad,libtree_sitter_bash-c9e39ca538d26cef,libspellbook-3077efbdc789a09b,libfoldhash-d6902c75bde81c73,libhashbrown-39a1ad584b454bfa,libcodebook_config-bc147a6d106864e9,libtoml-394e4ff01d26d2d6,libtoml_writer-b11337a44a9f55f7,libtoml_parser-a0528fae4d5123b8,libwinnow-0a1d84f9d2bb260f,libserde_spanned-680168c8b0a9f001,libtoml_datetime-88d9e359b9963de7,libdirs-e014324a528e6105,libdirs_sys-92a1cfe4b21e459e,liboption_ext-23838f1959a6156b,libglob-8ca68987fb4fe516,liblazy_static-b3603208c0de2608,libunicode_segmentation-ff3f1aa3aad6e639,libtree_sitter-52cabf6fbe5d33f6,libtree_sitter_language-2db2880fe8c3adc0,libstreaming_iterator-a6bfc9f1d17a860d,libcodebook_downloader-f3df2358f6835daf,libtempfile-0afaf81f5d8c88cd,libgetrandom-4905beacee345429,libfastrand-503f12a96d791409,librustix-a68031a5dd793460,liblinux_raw_sys-7ff67804fdd3dd44,libsha2-6612c54f412ba715,libcpufeatures-471354fefbcaf2d8,libdigest-1c0ded6696e33019,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,librustls_platform_verifier-ac706e3732f72535,librustls_native_certs-8d309d98bec0cd6b,libopenssl_probe-cbab9b905ab83f66,libreqwest-c033769c3d6f55af,libhyper_rustls-35aad7fcc0d7c06a,libwebpki_roots-e50f1152d317f705,libtokio_rustls-ffd16b408aa555b8,librustls-d8444ffced3fdfa9,libsubtle-ca7024fc66e4388f,libwebpki-1d077002b17933a4,libaws_lc_rs-27fb0087ba7569b7,libaws_lc_sys-47c45b798e53d83b,libring-b9506cac8c59b4f1,libgetrandom-c2923d9eb5b0d91a,libuntrusted-3420b86308bec153,librustls_pki_types-a7867074414b404a,libzeroize-ead98f074a37f829,libserde_urlencoded-2db28e463a3ee55c,libserde_json-87aed64fc9e43d32,libryu-0ea4bafc9bef6d8b,libtower_http-a06858a01a282776,libbitflags-c9a8c3feded120fa,libiri_string-a380f51e5b0b7b73,libtower-f15c8bd77a2717d5,libtower_layer-d70c7e404336389b,libhyper_util-b783b7bffed4beaf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libtracing-a15a4dece719823c,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libhyper-d09baf60c0585b95,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libatomic_waker-001109810bdecbaa,libtokio-b2feac79baad7f64,libsignal_hook_registry-f5c79e880fb2e29e,libsocket2-eb03072834f8462a,libmio-fe6705667b7d5975,libparking_lot-3e5dfe38e117a4ef,libparking_lot_core-2e9695737c92acae,liblibc-6ff14bdbae7df518,libcfg_if-666d36e5ee0df220,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libhttp_body_util-f2ff7a97002ec3c2,libhttp_body-5d2c120e15cb3719,libfutures_util-03d86b8bb852f98c,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libpin_project_lite-bedc6e0acd72ff2a,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-f8da1f00f5dddbb0,libidna-f028d2c48f4249b7,libutf8_iter-0d9be7b316c2b184,libidna_adapter-30a31f25ab16bc50,libicu_properties-2618d7b954f35037,libicu_properties_data-9d163be0f8ec47fd,libicu_normalizer-f6e44dc874944912,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-9919e82512efe734,libicu_collections-c98f2a2806771a5b,libpotential_utf-c7565a43857c4153,libicu_provider-bce363197271df18,libicu_locale_core-36c4c3bf6b018f70,libtinystr-7908ed875277a835,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-ee9a0632f7251e9e,libzerotrie-2bbae4b4dce3905c,libyoke-a7c9a0bf207dafeb,libstable_deref_trait-a2d30f30be7c468b,libzerofrom-425631f445e04c59,libform_urlencoded-332d45145277cfac,libpercent_encoding-c53c37e60dd2727e,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsync_wrapper-5a27d2ea02cd7690,libfutures_core-fc6bb1738f00fc87,liblog-ce0ba27fbd4fe031,libvalue_bag-e56b1fc7f9ce58e4,libchrono-b6c4edb479d27bd5,libiana_time_zone-54997521cde77023,libnum_traits-6a9f211205bd6663,libserde-a86d289af5f5e286,libserde_core-eab9a1f7b8c8f00c,libanyhow-88c2c5723ab188c9,libregex-70e61a01e8bd07d9,libregex_automata-b3a761160993ebee,libaho_corasick-7231ee35a67f9404,libmemchr-6f5829dadd40eda8,libregex_syntax-46a265ba7a2fe258,liblru-b4593d5de88cb024,libhashbrown-d528eeff5e5f109b,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3}.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcDQoXfB/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/aws-lc-sys-e93192df1390eb00/out" "-L" "/opt/rustwide/target/debug/build/ring-8c6e5aafb7e822cf/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-6800b92eeba12640/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-bash-bc5a7f7c82f68959/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-c-02f0fb898f26caf7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-cpp-91d2b00269fe9b14/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-css-877f8332f76b549c/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-elixir-b1e2690c5d15a199/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-go-67ff656b48482005/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-haskell-430d9d330c7a90b7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-html-46ea77831175b1a4/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-java-b3be5dade12e1f82/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-javascript-c6627c6bace7fed5/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-lua-1e60ee752a5d96f8/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-php-1bdb00d8669ab5ab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-python-41292ae43c4979a6/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-r-d342913d4b5f2bab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-ruby-231f24a86415d285/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-rust-749ba4e19bbfe350/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-toml-ng-136f7e2cf7251217/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-typescript-ecc1fe0f3df1910a/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_regex-2d2db143cd83d178" "-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] [INFO] [stderr] error: could not compile `codebook` (test "test_regex") due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustc10dhEq/symbols.o" "<4 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-032d704064e7fcc9,libanstream-eabfc9be85c6d48c,libanstyle_query-2795f030b7507c68,libis_terminal_polyfill-c14c9d53c4f80a97,libcolorchoice-3cdad4dd466782b4,libanstyle_parse-f31b73edea95dc17,libutf8parse-8828ddbb63eb8bad,libjiff-301d3c40c5dc7075,libenv_filter-294e396058c01ac3,libanstyle-acd37f6657e9ecfb}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcodebook-4d40b94190ad1bb7,libtree_sitter_typescript-e7e8db7e7ff4ccad,libtree_sitter_toml_ng-8a1786fe94788033,libtree_sitter_rust-57b9de33d2c9af04,libtree_sitter_ruby-873caa9bd7292da0,libtree_sitter_r-270b3114bca0e69f,libtree_sitter_python-d25dff43e4de8807,libtree_sitter_php-25242770e1904039,libtree_sitter_lua-085f5b6d0d66fccd,libtree_sitter_javascript-8209ab27901bd799,libtree_sitter_java-578ebdaf8ef74b07,libtree_sitter_html-f76af56e314a8278,libtree_sitter_haskell-62c9a5bd6054e1d7,libtree_sitter_go-0552804ccbafa5ed,libtree_sitter_elixir-726c25574c1c08fd,libtree_sitter_css-a07ab753895a2423,libtree_sitter_cpp-5006fc951fde04f3,libtree_sitter_c-ece8cb5f73eaf9ad,libtree_sitter_bash-c9e39ca538d26cef,libspellbook-3077efbdc789a09b,libfoldhash-d6902c75bde81c73,libhashbrown-39a1ad584b454bfa,libcodebook_config-bc147a6d106864e9,libtoml-394e4ff01d26d2d6,libtoml_writer-b11337a44a9f55f7,libtoml_parser-a0528fae4d5123b8,libwinnow-0a1d84f9d2bb260f,libserde_spanned-680168c8b0a9f001,libtoml_datetime-88d9e359b9963de7,libdirs-e014324a528e6105,libdirs_sys-92a1cfe4b21e459e,liboption_ext-23838f1959a6156b,libglob-8ca68987fb4fe516,liblazy_static-b3603208c0de2608,libunicode_segmentation-ff3f1aa3aad6e639,libtree_sitter-52cabf6fbe5d33f6,libtree_sitter_language-2db2880fe8c3adc0,libstreaming_iterator-a6bfc9f1d17a860d,libcodebook_downloader-f3df2358f6835daf,libtempfile-0afaf81f5d8c88cd,libgetrandom-4905beacee345429,libfastrand-503f12a96d791409,librustix-a68031a5dd793460,liblinux_raw_sys-7ff67804fdd3dd44,libsha2-6612c54f412ba715,libcpufeatures-471354fefbcaf2d8,libdigest-1c0ded6696e33019,libblock_buffer-eb912e7657afff52,libcrypto_common-7fdbb27dd40ebdc7,libgeneric_array-4d1e7d2120c15a03,libtypenum-b636c2b461885073,librustls_platform_verifier-ac706e3732f72535,librustls_native_certs-8d309d98bec0cd6b,libopenssl_probe-cbab9b905ab83f66,libreqwest-c033769c3d6f55af,libhyper_rustls-35aad7fcc0d7c06a,libwebpki_roots-e50f1152d317f705,libtokio_rustls-ffd16b408aa555b8,librustls-d8444ffced3fdfa9,libsubtle-ca7024fc66e4388f,libwebpki-1d077002b17933a4,libaws_lc_rs-27fb0087ba7569b7,libaws_lc_sys-47c45b798e53d83b,libring-b9506cac8c59b4f1,libgetrandom-c2923d9eb5b0d91a,libuntrusted-3420b86308bec153,librustls_pki_types-a7867074414b404a,libzeroize-ead98f074a37f829,libserde_urlencoded-2db28e463a3ee55c,libserde_json-87aed64fc9e43d32,libryu-0ea4bafc9bef6d8b,libtower_http-a06858a01a282776,libbitflags-c9a8c3feded120fa,libiri_string-a380f51e5b0b7b73,libtower-f15c8bd77a2717d5,libtower_layer-d70c7e404336389b,libhyper_util-b783b7bffed4beaf,libbase64-2a03de3babadded3,libipnet-9aae67a4e846df6d,libtower_service-0d7df29686b13872,libtracing-a15a4dece719823c,libtracing_core-2fa02b5ee2bcd648,libonce_cell-0ba6aecba7086d38,libhyper-d09baf60c0585b95,libwant-0f3c3ee377cad37f,libtry_lock-aabba5e3d97e6b57,libhttparse-47a3d40564b60e09,libatomic_waker-001109810bdecbaa,libtokio-b2feac79baad7f64,libsignal_hook_registry-f5c79e880fb2e29e,libsocket2-eb03072834f8462a,libmio-fe6705667b7d5975,libparking_lot-3e5dfe38e117a4ef,libparking_lot_core-2e9695737c92acae,liblibc-6ff14bdbae7df518,libcfg_if-666d36e5ee0df220,liblock_api-0826b5028eacedf5,libscopeguard-d52bd00767847e44,libhttp_body_util-f2ff7a97002ec3c2,libhttp_body-5d2c120e15cb3719,libfutures_util-03d86b8bb852f98c,libfutures_io-972ebb79349338ae,libslab-8c0cbfb396425d81,libfutures_channel-f26d4826b597103e,libpin_project_lite-bedc6e0acd72ff2a,libfutures_sink-be8442ee548d90f9,libfutures_task-19b3aba2be9e7ae8,libpin_utils-9a5791cba021167a,liburl-f8da1f00f5dddbb0,libidna-f028d2c48f4249b7,libutf8_iter-0d9be7b316c2b184,libidna_adapter-30a31f25ab16bc50,libicu_properties-2618d7b954f35037,libicu_properties_data-9d163be0f8ec47fd,libicu_normalizer-f6e44dc874944912,libsmallvec-5854932b8c8b4991,libicu_normalizer_data-9919e82512efe734,libicu_collections-c98f2a2806771a5b,libpotential_utf-c7565a43857c4153,libicu_provider-bce363197271df18,libicu_locale_core-36c4c3bf6b018f70,libtinystr-7908ed875277a835,liblitemap-aaec3d88bc2b9505,libwriteable-1fc78dfe07ba1099,libzerovec-ee9a0632f7251e9e,libzerotrie-2bbae4b4dce3905c,libyoke-a7c9a0bf207dafeb,libstable_deref_trait-a2d30f30be7c468b,libzerofrom-425631f445e04c59,libform_urlencoded-332d45145277cfac,libpercent_encoding-c53c37e60dd2727e,libhttp-8a286151680a468c,libitoa-6b76ec393d6a2c41,libbytes-bfe11088fe358bd1,libfnv-2d77ec4f6f971b24,libsync_wrapper-5a27d2ea02cd7690,libfutures_core-fc6bb1738f00fc87,liblog-ce0ba27fbd4fe031,libvalue_bag-e56b1fc7f9ce58e4,libchrono-b6c4edb479d27bd5,libiana_time_zone-54997521cde77023,libnum_traits-6a9f211205bd6663,libserde-a86d289af5f5e286,libserde_core-eab9a1f7b8c8f00c,libanyhow-88c2c5723ab188c9,libregex-70e61a01e8bd07d9,libregex_automata-b3a761160993ebee,libaho_corasick-7231ee35a67f9404,libmemchr-6f5829dadd40eda8,libregex_syntax-46a265ba7a2fe258,liblru-b4593d5de88cb024,libhashbrown-d528eeff5e5f109b,libfoldhash-a84df4cbe8daa3b8,libequivalent-7e0e8cbe6c474a67,liballocator_api2-3bc2480ae44878f3}.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc10dhEq/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/aws-lc-sys-e93192df1390eb00/out" "-L" "/opt/rustwide/target/debug/build/ring-8c6e5aafb7e822cf/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-6800b92eeba12640/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-bash-bc5a7f7c82f68959/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-c-02f0fb898f26caf7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-cpp-91d2b00269fe9b14/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-css-877f8332f76b549c/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-elixir-b1e2690c5d15a199/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-go-67ff656b48482005/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-haskell-430d9d330c7a90b7/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-html-46ea77831175b1a4/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-java-b3be5dade12e1f82/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-javascript-c6627c6bace7fed5/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-lua-1e60ee752a5d96f8/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-php-1bdb00d8669ab5ab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-python-41292ae43c4979a6/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-r-d342913d4b5f2bab/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-ruby-231f24a86415d285/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-rust-749ba4e19bbfe350/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-toml-ng-136f7e2cf7251217/out" "-L" "/opt/rustwide/target/debug/build/tree-sitter-typescript-ecc1fe0f3df1910a/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_r-ad59ed8db678b87f" "-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] [INFO] [stderr] error: could not compile `codebook` (test "test_r") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a701102b44f178f6a9f4c76fb5f3d62134897857246e00ed2a59270045f02043", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a701102b44f178f6a9f4c76fb5f3d62134897857246e00ed2a59270045f02043", kill_on_drop: false }` [INFO] [stdout] a701102b44f178f6a9f4c76fb5f3d62134897857246e00ed2a59270045f02043