[INFO] fetching crate catalyst 0.2.9...
[INFO] testing catalyst-0.2.9 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate catalyst 0.2.9 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate catalyst 0.2.9
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate catalyst 0.2.9
[INFO] tweaked toml for crates.io crate catalyst 0.2.9 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate catalyst 0.2.9 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate catalyst 0.2.9 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33
[INFO] running `Command { std: "docker" "start" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]    Compiling cc v1.2.35
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling rustls v0.23.31
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling deranged v0.5.3
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling psl-types v2.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling litrs v0.4.2
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling iri-string v0.7.8
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling toml_writer v1.0.2
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling colored v3.0.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling toml_parser v1.0.2
[INFO] [stderr]    Compiling time v0.3.43
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling rustls-webpki v0.103.4
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling publicsuffix v2.3.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v1.0.0
[INFO] [stderr]    Compiling toml_datetime v0.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling toml v0.9.5
[INFO] [stderr]    Compiling cookie_store v0.21.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling catalyst v0.2.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/cli/commands.rs:1:32
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, Subcommand, arg};
[INFO] [stdout]   |                                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.72s
[INFO] running `Command { std: "docker" "inspect" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling reqwest v0.12.23
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling catalyst v0.2.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/cli/commands.rs:1:32
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, Subcommand, arg};
[INFO] [stdout]   |                                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/cli/commands.rs:1:32
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{Parser, Subcommand, arg};
[INFO] [stdout]   |                                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `catalyst` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name catalyst --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6acb5aeeaf897004 -C extra-filename=-8aab298c0e176ee3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-4ab11d9dce205493.rlib --extern colored=/opt/rustwide/target/debug/deps/libcolored-57bddff5afba9056.rlib --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-7a66b7690bbb34f4.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-8192267661d1131a.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-feffcb8150210661.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-41391654e2beb3aa.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3dbb553d851833cb.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-2e5516bf2deb24dc.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a955dc7f85cc6f79.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-9a31dfe6429e6e46.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-d5727da930c179ad/out` (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" "/opt/rustwide/target/debug/deps/rustceRsUiq/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/{libcatalyst-14f9080464b0f168,libreqwest-feffcb8150210661,libserde_urlencoded-8e9c23a389d49367,libcookie_store-ce4c9c07424c8088,libpublicsuffix-3aeff0151a356f91,libpsl_types-be5f8942940e3a9c,libcookie-83d477b2de873cf5,libtime-b7eb15847f97b4ee,libtime_core-18c82ab596674382,libnum_conv-d3297905cfb69f59,libderanged-9be3243524066157,libpowerfmt-f6019a2766e431f7,libhyper_rustls-516d625ec20cd0ff,libwebpki_roots-b7762efbef90dbcd,libtokio_rustls-58ba648708b76b04,librustls-68cb2111179504f1,libsubtle-2ae6a7038b9a0630,libwebpki-ec3ecf1ad20248af,libring-4a129e5cd0ac1622,libgetrandom-821ae59a837092be,libuntrusted-b2f816886faf2178,librustls_pki_types-23d65a0c440d13dc,libzeroize-9d781f334751eb0e,libtower_http-cfd2bb7f0e60d7b3,libbitflags-317a5afac3dccb6f,libiri_string-f2231ba2cbe5b068,libtower-2a2601f751312138,libtower_layer-d908dd771b239ecd,libhyper_util-2dc9398bc4ecb604,libbase64-32787b0325ea6df8,libipnet-a38805d99c19843f,libtower_service-3fb88d28c2218805,libtracing-deb07285d1769c69,libtracing_core-05e1b75a06fc0004,libonce_cell-e9252a7b5119f3eb,libhyper-eae33a47d9f8d704,libwant-7a6260b9c50f1479,libtry_lock-8fa2f6971035be84,libhttparse-8c9b827b8f345444,libatomic_waker-06950c8c08d2b8fa,libfutures_channel-0897301d97903da3,libfutures_util-6588f3c11f416f98,libfutures_task-f13500651ee1eef1,libpin_utils-3860774ad9b215b5,libhttp_body_util-3e17c470bd7f7a50,libhttp_body-105ee97081f5a2ad,liblog-9c5892e2c6fd8400,liburl-c7832caa2b81f0ee,libidna-28368da2f12e2fa4,libutf8_iter-51566bbad89f3a68,libidna_adapter-27d44843c947a537,libicu_properties-130617953c82ab8e,libicu_properties_data-b53d225676b50701,libicu_normalizer-0a6fefe6f907142e,libicu_normalizer_data-ff82f05aef08137e,libicu_collections-a2d208805fe7576f,libpotential_utf-2ee8902b514518d4,libicu_provider-5cd512cd5e9080c9,libicu_locale_core-c01a014b02524e47,libtinystr-afb416e51f1dca3b,liblitemap-76c583890b84c465,libwriteable-240af3fb4837c678,libzerovec-939fece1f80c04ca,libzerotrie-b08faeeaf6b924bd,libyoke-bf866ef0993b160a,libstable_deref_trait-14e4a70bda35dfe8,libzerofrom-b74da070febe1739,libform_urlencoded-58b0f0edb59b40d2,libpercent_encoding-fa055ecaa1e57cfa,libhttp-2d03230cfda7aff1,libfnv-79e2cbfbe03dcd16,libsync_wrapper-a254cb6192850e87,libfutures_core-3b920243fce8fec0,libdotenv-7a66b7690bbb34f4,libtokio-a955dc7f85cc6f79,libsignal_hook_registry-17c9663e761ed448,libsocket2-dae8c76fb575ef44,libbytes-82ad4f0211bdc963,libmio-1003377f0afcccdc,libparking_lot-afb9f9d7837af681,libparking_lot_core-74c53b5a401a0274,liblibc-1af63e2d88f1975c,libcfg_if-ae1e883b62e8dab7,libsmallvec-bc3128fdd57228fc,liblock_api-2e9dabb47f2eef10,libscopeguard-7ec2214574194454,libpin_project_lite-72bf04572caa1c84,libregex-8192267661d1131a,libregex_automata-7b7ad2972b22ab04,libaho_corasick-142a46b10bdbba3f,libregex_syntax-c1c62fdedc196a6a,libserde_json-3dbb553d851833cb,libmemchr-f639ee087ae982c6,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libcolored-57bddff5afba9056,libclap-4ab11d9dce205493,libclap_builder-f67f2011acb755c4,libstrsim-4d1ed08a123238dc,libanstream-9bd84e1b76db945f,libanstyle_query-01c9a556ffcdbece,libis_terminal_polyfill-e39671344234c74d,libcolorchoice-8e2615b3451b028d,libanstyle_parse-2b179629a907e4e4,libutf8parse-92d0158219063202,libclap_lex-005b57ef74360062,libanstyle-2f06797f0de1416c,libtoml-9a31dfe6429e6e46,libtoml_writer-54b6050b27d20aca,libtoml_parser-f68c2d622503fdea,libwinnow-db63d13b6dbe8fb5,libserde_spanned-64e60f3830437839,libtoml_datetime-af7cc9f722f1ebf0,libserde-41391654e2beb3aa}.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/rustceRsUiq/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/ring-d5727da930c179ad/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/command_hooks_tests-c6cbf9caa789cf48" "-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 `catalyst` (test "command_hooks_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33", kill_on_drop: false }`
[INFO] [stdout] 0c27b020e6f02b876dc48db82ec84fbcebbd5ad6a61225dfaec9186bcabdbf33
