[INFO] cloning repository https://github.com/moonrepo/starbase
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/moonrepo/starbase" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoonrepo%2Fstarbase", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoonrepo%2Fstarbase'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aaaab1abb41e526610c8843df668f16d55f886b6
[INFO] testing moonrepo/starbase against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoonrepo%2Fstarbase" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/moonrepo/starbase
[INFO] finished tweaking git repo https://github.com/moonrepo/starbase
[INFO] tweaked toml for git repo https://github.com/moonrepo/starbase written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/moonrepo/starbase on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/moonrepo/starbase already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 24ef0d1238776205fce3d2f710bfbf7bdcc875b4b847b03967451a810a6eff35
[INFO] running `Command { std: "docker" "start" "-a" "24ef0d1238776205fce3d2f710bfbf7bdcc875b4b847b03967451a810a6eff35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24ef0d1238776205fce3d2f710bfbf7bdcc875b4b847b03967451a810a6eff35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24ef0d1238776205fce3d2f710bfbf7bdcc875b4b847b03967451a810a6eff35", kill_on_drop: false }`
[INFO] [stdout] 24ef0d1238776205fce3d2f710bfbf7bdcc875b4b847b03967451a810a6eff35
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5192c0da154dce39a8b5a6a1d9735d857098a7c4dfed54707f5ffcf3d6cc61f
[INFO] running `Command { std: "docker" "start" "-a" "a5192c0da154dce39a8b5a6a1d9735d857098a7c4dfed54707f5ffcf3d6cc61f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling supports-hyperlinks v3.2.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling generational-box v0.5.6
[INFO] [stderr]    Compiling assert_cmd v2.2.0
[INFO] [stderr]    Compiling taffy v0.5.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling pori v0.0.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling jwalk v0.8.1
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling shell-quote v0.7.2
[INFO] [stderr]    Compiling binstall-tar v0.4.42
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling insta v1.47.2
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling iocraft-macros v0.2.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling wax v0.7.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling assert_fs v1.1.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling starbase_shell v0.12.3 (/opt/rustwide/workdir/crates/shell)
[INFO] [stderr]    Compiling starbase_args v0.1.10 (/opt/rustwide/workdir/crates/args)
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling starbase_macros v0.8.12 (/opt/rustwide/workdir/crates/macros)
[INFO] [stderr]    Compiling starbase_styles v0.6.7 (/opt/rustwide/workdir/crates/styles)
[INFO] [stderr]    Compiling tracing-chrome v0.7.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling iocraft v0.8.0
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling starbase_id v0.3.2 (/opt/rustwide/workdir/crates/id)
[INFO] [stderr]    Compiling starbase_utils v0.13.2 (/opt/rustwide/workdir/crates/utils)
[INFO] [stderr]    Compiling starbase v0.10.10 (/opt/rustwide/workdir/crates/app)
[INFO] [stderr]    Compiling starbase_console v0.6.25 (/opt/rustwide/workdir/crates/console)
[INFO] [stderr]    Compiling starbase_events v0.7.6 (/opt/rustwide/workdir/crates/events)
[INFO] [stderr]    Compiling example_lib v0.6.7 (/opt/rustwide/workdir/examples/lib)
[INFO] [stderr]    Compiling starbase_archive v0.13.0 (/opt/rustwide/workdir/crates/archive)
[INFO] [stderr]    Compiling starbase_sandbox v0.11.0 (/opt/rustwide/workdir/crates/sandbox)
[INFO] [stderr]    Compiling example_term v0.1.7 (/opt/rustwide/workdir/examples/term)
[INFO] [stderr]    Compiling example_app v0.6.7 (/opt/rustwide/workdir/examples/app)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] running `Command { std: "docker" "inspect" "a5192c0da154dce39a8b5a6a1d9735d857098a7c4dfed54707f5ffcf3d6cc61f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5192c0da154dce39a8b5a6a1d9735d857098a7c4dfed54707f5ffcf3d6cc61f", kill_on_drop: false }`
[INFO] [stdout] a5192c0da154dce39a8b5a6a1d9735d857098a7c4dfed54707f5ffcf3d6cc61f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6c3d02d61269f30b2d130486bae4797014ad4b4c540336a748bca9402bd9918f
[INFO] running `Command { std: "docker" "start" "-a" "6c3d02d61269f30b2d130486bae4797014ad4b4c540336a748bca9402bd9918f", kill_on_drop: false }`
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling winnow v1.0.1
[INFO] [stderr]    Compiling saa v5.5.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling json-strip-comments v3.1.1
[INFO] [stderr]    Compiling ec4rs v1.2.0
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling typed-path v0.12.3
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling anes v0.2.1
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]    Compiling bpaf v0.9.25
[INFO] [stderr]    Compiling sdd v4.8.6
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling generational-box v0.5.6
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling scc v3.7.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling backtrace-ext v0.2.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.6
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling schematic_types v0.11.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling lzma-rust2 v0.16.2
[INFO] [stderr]    Compiling liblzma v0.4.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling iocraft-macros v0.2.3
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling wax v0.7.0
[INFO] [stderr]    Compiling starbase_args v0.1.10 (/opt/rustwide/workdir/crates/args)
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling starbase_shell v0.12.3 (/opt/rustwide/workdir/crates/shell)
[INFO] [stderr]    Compiling starbase_styles v0.6.7 (/opt/rustwide/workdir/crates/styles)
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling starbase_macros v0.8.12 (/opt/rustwide/workdir/crates/macros)
[INFO] [stderr]    Compiling zip v8.5.1
[INFO] [stderr]    Compiling schematic_macros v0.19.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling tracing-chrome v0.7.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling iocraft v0.8.0
[INFO] [stderr]    Compiling serde_norway v0.9.42
[INFO] [stderr]    Compiling serde-content v0.1.2
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling compact_str v0.9.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling starbase v0.10.10 (/opt/rustwide/workdir/crates/app)
[INFO] [stderr]    Compiling starbase_events v0.7.6 (/opt/rustwide/workdir/crates/events)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling schematic v0.19.7
[INFO] [stderr]    Compiling starbase_id v0.3.2 (/opt/rustwide/workdir/crates/id)
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling starbase_console v0.6.25 (/opt/rustwide/workdir/crates/console)
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling example_term v0.1.7 (/opt/rustwide/workdir/examples/term)
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion2 v3.0.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling starbase_utils v0.13.2 (/opt/rustwide/workdir/crates/utils)
[INFO] [stderr]    Compiling starbase_sandbox v0.11.0 (/opt/rustwide/workdir/crates/sandbox)
[INFO] [stderr]    Compiling starbase_archive v0.13.0 (/opt/rustwide/workdir/crates/archive)
[INFO] [stderr]    Compiling example_lib v0.6.7 (/opt/rustwide/workdir/examples/lib)
[INFO] [stderr]    Compiling example_app v0.6.7 (/opt/rustwide/workdir/examples/app)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcV5wbe2/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libunsafe_libyaml_norway-8e928636f01df4bc,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libitoa-c3f3678fd0b86a79,libzmij-32087f229b5896fd,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustcV5wbe2/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/net_test-4067fd20d46978ee" "-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 `starbase_utils` (test "net_test") due to 1 previous error
[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" "/opt/rustwide/target/debug/deps/rustcd0eBSU/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libunsafe_libyaml_norway-8e928636f01df4bc,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libitoa-c3f3678fd0b86a79,libzmij-32087f229b5896fd,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustcd0eBSU/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/json_test-ab44b4a4a6c11901" "-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 `starbase_utils` (test "json_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcQEXN5t/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libunsafe_libyaml_norway-8e928636f01df4bc,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libitoa-c3f3678fd0b86a79,libzmij-32087f229b5896fd,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustcQEXN5t/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/fs_test-d7d23bafc88dd2d9" "-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 `starbase_utils` (test "fs_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc93hEQ3/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libzmij-32087f229b5896fd,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libitoa-c3f3678fd0b86a79,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libunsafe_libyaml_norway-8e928636f01df4bc,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustc93hEQ3/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/yaml_test-0fe8d801334d5eba" "-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 `starbase_utils` (test "yaml_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcErpycD/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libunsafe_libyaml_norway-8e928636f01df4bc,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libitoa-c3f3678fd0b86a79,libzmij-32087f229b5896fd,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustcErpycD/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/fs_lock_test-ad1f8667db27ce48" "-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 `starbase_utils` (test "fs_lock_test") due to 1 previous error
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcOkaXxC/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libstarbase_sandbox-fa3f804fcdd1d30b,libpretty_assertions-b67036cd5f97358f,libdiff-bf408b7e30c71875,libyansi-4b9aafbb218603a9,libinsta-f5e3072c030ac000,libconsole-d2a6ada5af32238f,libsimilar-b0ac8dfbdea0be5b,libassert_fs-7060a47566999d52,libglobwalk-57df2a9c08d2e2f4,libignore-c79d3edff81fe62c,libglobset-49be7a84329440fc,libtempfile-c1e0fc73ba52a861,libgetrandom-2b981626d55da5ec,libfastrand-c682da7352a13f70,libdoc_comment-eed461936cf76378,libassert_cmd-ffcdba4f57504fe0,libwait_timeout-0f6c6d8894d09372,libbstr-e68cf0ee9aba31f3,libpredicates_tree-2b611b2f6ecf9fa2,libtermtree-dfce8f04ca239b09,libpredicates-659351619c6bc167,libanstyle-bba356930a6efb93,libdifflib-d2eda2d1a8f1ec13,libnormalize_line_endings-44731f9ffa88f337,libfloat_cmp-f58493e9c9b3bc84,libnum_traits-0300c3f641317dfc,libpredicates_core-755b8323fb5dbdf2,libstarbase_utils-73c2709c0beff8a7,libjson_strip_comments-9b40a0ba76580cce,libjwalk-8f8db7c3e35333d3,librayon-75c1444cb4b18189,librayon_core-50241ec5d763501f,libcrossbeam-b81513ac3fdc60a3,libcrossbeam_deque-1e596f85d25cbf0f,libcrossbeam_channel-31d9132a77f3edd7,libcrossbeam_queue-6f78d40373761a8a,libcrossbeam_epoch-21559997a8cf7ba9,libcrossbeam_utils-d120373eaebf0872,libec4rs-e234822ca94ca194,libserde_norway-e1355fcf98a90b83,libryu-7c364cfb94c444f7,libunsafe_libyaml_norway-8e928636f01df4bc,libtoml-d35f44de78f0a463,libtoml_writer-a9b99b02b8704989,libtoml_parser-31eca175d04d1399,libwinnow-9c83b09d18a4c433,libserde_spanned-67457f6c62d40123,libtoml_datetime-f36b5d73c124aa30,libreqwest-64daa3a1ff5d07d0,librustls_platform_verifier-861a4ca109a0e455,librustls_native_certs-072e14f387eef4e5,libopenssl_probe-36add93db21104c3,libhyper_rustls-40e21d26015dd127,libtokio_rustls-86340b44025301ec,librustls-5fbbf771ec2f4ed4,libsubtle-4f5a50036df13274,libwebpki-80ec7e9cfc23d335,libuntrusted-ae5fa18859ffcbba,libaws_lc_rs-46f4de80ca6f2a93,libaws_lc_sys-f40e01c1dd9c4ef1,librustls_pki_types-88bf88318d7b8798,libzeroize-c59311ce59192ddc,libtower_http-9c636536933f1508,libiri_string-9b9050047a32a8cf,libtower-ac3c1f27cbf250fa,libtower_layer-3b63c02b4d0ef938,libhyper_util-e55e12fd4445b7e8,libbase64-29d4d4232c317d5e,libipnet-780b5bdd2a7e34b5,libtower_service-d85697bf5431d8b4,libhyper-9feaec441c1aac1c,libwant-5da7cd3e9e53353c,libtry_lock-0e5736ebe7ae5c9e,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libfutures_util-5e8f19f113707a16,libfutures_io-db39768d7d04483a,libslab-7ad47f73f86d1b08,libfutures_channel-6dc4f09379f7fe8a,libfutures_sink-9bc035f334a1ea35,libfutures_task-16f44b435b6f0168,libtokio-67727efd75a46ada,libsignal_hook_registry-bb9ea3b5660da4d5,liberrno-625a0afc71bfbfff,libsocket2-4d4ace5b7919bcf5,libmio-1a86931b44e02be4,libparking_lot-144f182eef6eb59d,libparking_lot_core-d7e7fb0fcf7c6071,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libhttp_body_util-f257d3eb4c7f1ee4,libhttp_body-07a4b824ab69fae3,liblog-5081bf809293ba62,liburl-c3d65f4e0a8c4ce1,libidna-8cdf91de9ba0c967,libidna_adapter-c10a93835b0ec25b,libicu_properties-50aed055c7fa54b1,libicu_properties_data-63794672d700cbd7,libicu_normalizer-a2c5334c7288a78d,libsmallvec-695d630f41d8414d,libicu_normalizer_data-8c6061b0b2adc192,libicu_collections-d5c23747663564bf,libutf8_iter-d59950773a6f062b,libpotential_utf-a48eee89c99ec6fc,libicu_provider-916d299059fcf5da,libicu_locale_core-b16959864d7cc98d,libtinystr-b71ae03c75676de2,liblitemap-f219fd6b5e5e8db5,libwriteable-101d110308c1677e,libzerovec-c08651a6e9d1692e,libzerotrie-466650ca154d0500,libyoke-951786c9df20ff8b,libstable_deref_trait-1210460e331f0a03,libzerofrom-e25f337bc034f73f,libform_urlencoded-6842d452b4fba26f,libpercent_encoding-b8714e110ca16f4c,libhttp-a0bc74fc3ed71420,libbytes-00a102391b5f478f,libsync_wrapper-88a17f87f20db495,libfutures_core-3f2014b84910caad,libserde_json-a451d2db399ebf69,libitoa-c3f3678fd0b86a79,libzmij-32087f229b5896fd,libindexmap-929dd02fad068ac3,libequivalent-2f5434284319e1e1,libhashbrown-8efbfc8b0f4264c8,libserde-9e047d87245d011d,libserde_core-2c931dd3fb8fd185,libscc-5fb2819266944e09,libsdd-d32301704a39f592,libsaa-77ec47d79c9568bb,libwax-a1d6ef862b87a531,libwalkdir-ee8993f0698390b9,libsame_file-0fb1d47320046d34,libpori-f846d1ab9c3cc4ce,libnom-b1fa93f3f4b92baa,libitertools-8fb39d0561fb291b,libeither-415b250dd7beb7ac,libconst_format-f9cffa45538c400a,libregex-28b48e0825edadac,libregex_automata-cacd039a577af665,libaho_corasick-89d91f86732e41d4,libregex_syntax-2cfdfc3e5cb17812,libthiserror-82082bc69f1723e1,libstarbase_styles-ab198ea4ef7d417b,libdirs-c79a4c11d2db2ffa,libdirs_sys-cedccdb5208d9e27,liboption_ext-fd15afac2aba4923,libmiette-bb2c9392c49b32e4,libbacktrace_ext-9ba7210fd5cbb027,libsupports_unicode-3fc045bf4c1aee63,libsupports_color-7ceed5f6381f4f97,libis_ci-d0f27d8b3ded415f,libsupports_hyperlinks-a7bdefa26dbefdc1,libterminal_size-02a949de56284bd2,librustix-652eebc18825b4d7,libbitflags-ef4958a6b0d122c1,liblinux_raw_sys-7b387893cc58ec33,libtextwrap-021035a8cdf07344,libunicode_linebreak-6443c1005c7d54ab,libunicode_width-052de3cc9bfeee26,libbacktrace-33050a2cc6930ee8,libminiz_oxide-db04b7fc7937aa4b,libsimd_adler32-992500034310464f,libobject-29dc4d9b7c6ea530,libmemchr-19f85ccd2b063f07,liblibc-4be905c164757f9f,libaddr2line-8edaf35b25d47741,libgimli-d1a91ed09221395a,librustc_demangle-c6744558e71319f9,libunicode_width-4f088c2c392af6be,libcfg_if-73907a425b6e514e,libowo_colors-8e067cf4b2f2fe22,libtracing-89966866c6692076,libpin_project_lite-dbd15b1f007a2c34,libtracing_core-7149c692e3fe4e48,libonce_cell-0ac012fec71d6948}.rlib" "<sysroot>/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" "/opt/rustwide/target/debug/deps/rustcOkaXxC/raw-dylibs" "-B<sysroot>/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-0a4a1c434181aafd/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/glob_test-66346a3be0214d11" "-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 `starbase_utils` (test "glob_test") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6c3d02d61269f30b2d130486bae4797014ad4b4c540336a748bca9402bd9918f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c3d02d61269f30b2d130486bae4797014ad4b4c540336a748bca9402bd9918f", kill_on_drop: false }`
[INFO] [stdout] 6c3d02d61269f30b2d130486bae4797014ad4b4c540336a748bca9402bd9918f
