[INFO] cloning repository https://github.com/benjipt/atomc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/benjipt/atomc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjipt%2Fatomc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjipt%2Fatomc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 392f585bb9641f033b003f1a52e4418576424271 [INFO] testing benjipt/atomc against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbenjipt%2Fatomc" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/benjipt/atomc [INFO] finished tweaking git repo https://github.com/benjipt/atomc [INFO] tweaked toml for git repo https://github.com/benjipt/atomc written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/benjipt/atomc on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/benjipt/atomc 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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27bc8291f8eabb17e7517f3acbee677e0bc9a88169d96cc89709a3ef408c8e27 [INFO] running `Command { std: "docker" "start" "-a" "27bc8291f8eabb17e7517f3acbee677e0bc9a88169d96cc89709a3ef408c8e27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27bc8291f8eabb17e7517f3acbee677e0bc9a88169d96cc89709a3ef408c8e27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27bc8291f8eabb17e7517f3acbee677e0bc9a88169d96cc89709a3ef408c8e27", kill_on_drop: false }` [INFO] [stdout] 27bc8291f8eabb17e7517f3acbee677e0bc9a88169d96cc89709a3ef408c8e27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 741e432464604d5f10cf0b6d8ea8854f3bd543d350cd4c8981c1ec6f85c309be [INFO] running `Command { std: "docker" "start" "-a" "741e432464604d5f10cf0b6d8ea8854f3bd543d350cd4c8981c1ec6f85c309be", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.105 [INFO] [stderr] Compiling quote v1.0.43 [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.8 [INFO] [stderr] Compiling zmij v1.0.14 [INFO] [stderr] Compiling zerocopy v0.8.33 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling cc v1.2.53 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling ryu v1.0.22 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling unicode-general-category v1.1.0 [INFO] [stderr] Compiling borrow-or-share v0.2.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling webpki-roots v1.0.5 [INFO] [stderr] Compiling outref v0.5.2 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling clap_lex v0.7.7 [INFO] [stderr] Compiling data-encoding v2.10.0 [INFO] [stderr] Compiling num-cmp v0.1.0 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling clap_builder v4.5.54 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling uuid-simd v0.8.0 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling directories v5.0.1 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling fraction v0.15.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling fancy-regex v0.17.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling clap v4.5.54 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling fluent-uri v0.4.1 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling referencing v0.39.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling reqwest v0.13.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling jsonschema v0.39.0 [INFO] [stderr] Compiling atomc-core v0.1.0 (/opt/rustwide/workdir/crates/atomc-core) [INFO] [stderr] Compiling atomc v0.1.0 (/opt/rustwide/workdir/crates/atomc) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "741e432464604d5f10cf0b6d8ea8854f3bd543d350cd4c8981c1ec6f85c309be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "741e432464604d5f10cf0b6d8ea8854f3bd543d350cd4c8981c1ec6f85c309be", kill_on_drop: false }` [INFO] [stdout] 741e432464604d5f10cf0b6d8ea8854f3bd543d350cd4c8981c1ec6f85c309be [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 75fc4207d88c902bd0c48e41f212e6936e33e89447c0b1acedc5b967fa54e1ea [INFO] running `Command { std: "docker" "start" "-a" "75fc4207d88c902bd0c48e41f212e6936e33e89447c0b1acedc5b967fa54e1ea", kill_on_drop: false }` [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling reqwest v0.13.1 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling jsonschema v0.39.0 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling atomc-core v0.1.0 (/opt/rustwide/workdir/crates/atomc-core) [INFO] [stderr] Compiling atomc v0.1.0 (/opt/rustwide/workdir/crates/atomc) [INFO] [stderr] error: could not compile `atomc` (bin "atomc") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/bin/rustc --crate-name atomc --edition=2021 crates/atomc/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=918572a8f8b1c8be -C extra-filename=-ad3a6860718fa8d5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atomc_core=/opt/rustwide/target/debug/deps/libatomc_core-071f91d095a39fa8.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-e5cca6e5eb08342f.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-feb61cc64f8bb95f.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-69403c335516277c.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cffb467a1597a5a1.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4bd1c27e3e7952c8.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6e3e3a6344403e49.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-235e1972fe8916de.rlib --extern ulid=/opt/rustwide/target/debug/deps/libulid-08782597e7ea7be6.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-7709235a438e6d8d/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/rustcLaZK0H/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libatomc_core-071f91d095a39fa8,libreqwest-6404c7094981f0ea,libserde_urlencoded-2f7d9197b1a42a7c,libryu-32a9bcdb682e7cbe,libhyper_rustls-8eb070cf7da42122,libwebpki_roots-d2f3b04a98d3a462,libtokio_rustls-f12a25a36b5a54ae,librustls-6230fe02f6fded32,libsubtle-e2f0af8959bd7889,libwebpki-72c3954308498020,libring-9df2d879a2d88e9d,libgetrandom-e9e5be3fa05ad6e9,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libhex-ce2ce186edf8450e,libdirectories-9c6afbdb18d2fbde,libdirs_sys-7142650f304c3c84,liboption_ext-38791eff9acb757e,libtoml-f6d909bb1d6a0c3a,libtoml_edit-60feb8f9d079c589,libserde_spanned-5ff20885e139731b,libindexmap-f58814bfbabe4f74,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-ec173a8f48ecd93c,libthiserror-90a708c2cb9aef84,libjsonschema-94a5fac59768941e,libreqwest-12cdc89911f0f568,libtower_http-53584029b1e07549,libbitflags-e3ebf951a1dfe30d,libiri_string-f1c5413b54c99d2e,libtower-d6004c615d3e8e85,libtower_layer-5699d784b4449e00,libhyper_util-b4e297bd3fe7f43c,libbase64-fff42f7554bbeb90,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-a19cc195f5d0a887,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-778cead8864c0520,libtokio-4bd1c27e3e7952c8,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-57607e5b602c76e0,libmio-ccf88a7bbbdf074d,libhttp_body_util-2f36d98c928ce11e,libhttp_body-23339767303e23ba,libfutures_util-5fb5852cac66a6df,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_sink-0cf37b2678c4a49d,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,liburl-a6820178a8caba09,libform_urlencoded-e63e84c134db7b31,libhttp-d5d1cb5794245029,libbytes-8e64decf8cb59e96,libsync_wrapper-c4446c9ab9748a89,libfutures_core-c23514cefd9aa7c7,libbytecount-5becb3bef02b0350,libregex-3605d6e7bb9eb9ec,libidna-7d7a4dd87ea294fd,libutf8_iter-efb3984ee203d151,libidna_adapter-f5c8183941a51c80,libicu_properties-c39ea669243a5641,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-6d78216ce66c3e81,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-5e435ece0fc13ff4,libpotential_utf-eac12f1fa123427a,libicu_provider-b8d25ef5da25043d,libicu_locale_core-4ddb9af62042319d,libtinystr-baedac5e0d7c0e50,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-cf6664418a2900dd,libzerotrie-79395467149c9b41,libyoke-66aacba6753672ab,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-909ccc4e33ea9945,libuuid_simd-2b43eecea61025a1,liboutref-4be8b5e5a9ef3784,libvsimd-9802389176dec340,libunicode_general_category-fbbe53a9588299ab,libfancy_regex-5957cc303f88f0a2,libbit_set-9f03b899fdff376f,libbit_vec-a9f350a1f4e2b87e,libregex_automata-faaed770f64a9c36,libaho_corasick-0037848dbb2ade91,libemail_address-1cb54ae7a8d129f0,libfraction-5547ca372da441db,liblazy_static-afffdbb119bd9ac1,libnum-bcc1214f7d6d34fd,libnum_iter-20c010e1545f81cb,libnum_rational-5f28932ce7491b65,libnum_complex-d291eefcd1d27be1,libnum_bigint-4748558bf3f4440d,libnum_integer-87bbf78974b93dd0,libnum_traits-efae0973d6a22ee7,libnum_cmp-7a5e5868ad6fe5dc,libregex_syntax-a5d8b889516cd560,libdata_encoding-b4708a4db8b9ff4f,libreferencing-40f6203301240233,libpercent_encoding-99cdb00cefa02ca0,libparking_lot-300f1a9101402bca,libparking_lot_core-23817983c081d8ec,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libhashbrown-b345fd242f4c0834,libequivalent-9631f206a02b9f54,liballocator_api2-61425620d8bdad59,libfoldhash-d879794daeb2a923,libfluent_uri-1a7ffb0447aba6b5,libborrow_or_share-236e9c664d8897da,libref_cast-7aadea4627cefbb1,libahash-468a8e9d8cf4a8d8,libgetrandom-7c266c70cb5f801d,liblibc-0eece572e083b4d9,libzerocopy-3652753173ea8fc2,libtracing-6e3e3a6344403e49,liblog-753a0cb3f11b08fe,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-5bf54009919d6314,libserde_json-cffb467a1597a5a1,libmemchr-c5a8540217c8112c,libitoa-d7c2333f8dedd037,libzmij-1ea8a7e26f7e216b,libonce_cell-db8f3eed2a1f3f7b,libsha2-ce973d3008cbe386,libcpufeatures-bb85f9e0eaf4b5a3,libcfg_if-cad248e7066eec15,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libserde-69403c335516277c,libserde_core-3babf6f5a9b2410c}.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" "/opt/rustwide/target/debug/deps/rustcLaZK0H/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/ring-7709235a438e6d8d/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/schema_validation-a3da712f714af8cf" "-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 `atomc-core` (test "schema_validation") 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/rustcOSC4HR/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libatomc_core-071f91d095a39fa8,libreqwest-6404c7094981f0ea,libserde_urlencoded-2f7d9197b1a42a7c,libryu-32a9bcdb682e7cbe,libhyper_rustls-8eb070cf7da42122,libwebpki_roots-d2f3b04a98d3a462,libtokio_rustls-f12a25a36b5a54ae,librustls-6230fe02f6fded32,libsubtle-e2f0af8959bd7889,libwebpki-72c3954308498020,libring-9df2d879a2d88e9d,libgetrandom-e9e5be3fa05ad6e9,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libhex-ce2ce186edf8450e,libdirectories-9c6afbdb18d2fbde,libdirs_sys-7142650f304c3c84,liboption_ext-38791eff9acb757e,libtoml-f6d909bb1d6a0c3a,libtoml_edit-60feb8f9d079c589,libserde_spanned-5ff20885e139731b,libindexmap-f58814bfbabe4f74,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-ec173a8f48ecd93c,libthiserror-90a708c2cb9aef84,libjsonschema-94a5fac59768941e,libreqwest-12cdc89911f0f568,libtower_http-53584029b1e07549,libbitflags-e3ebf951a1dfe30d,libiri_string-f1c5413b54c99d2e,libtower-d6004c615d3e8e85,libtower_layer-5699d784b4449e00,libhyper_util-b4e297bd3fe7f43c,libbase64-fff42f7554bbeb90,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-a19cc195f5d0a887,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-778cead8864c0520,libtokio-4bd1c27e3e7952c8,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-57607e5b602c76e0,libmio-ccf88a7bbbdf074d,libhttp_body_util-2f36d98c928ce11e,libhttp_body-23339767303e23ba,libfutures_util-5fb5852cac66a6df,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_sink-0cf37b2678c4a49d,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,liburl-a6820178a8caba09,libform_urlencoded-e63e84c134db7b31,libhttp-d5d1cb5794245029,libbytes-8e64decf8cb59e96,libsync_wrapper-c4446c9ab9748a89,libfutures_core-c23514cefd9aa7c7,libbytecount-5becb3bef02b0350,libregex-3605d6e7bb9eb9ec,libidna-7d7a4dd87ea294fd,libutf8_iter-efb3984ee203d151,libidna_adapter-f5c8183941a51c80,libicu_properties-c39ea669243a5641,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-6d78216ce66c3e81,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-5e435ece0fc13ff4,libpotential_utf-eac12f1fa123427a,libicu_provider-b8d25ef5da25043d,libicu_locale_core-4ddb9af62042319d,libtinystr-baedac5e0d7c0e50,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-cf6664418a2900dd,libzerotrie-79395467149c9b41,libyoke-66aacba6753672ab,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-909ccc4e33ea9945,libuuid_simd-2b43eecea61025a1,liboutref-4be8b5e5a9ef3784,libvsimd-9802389176dec340,libunicode_general_category-fbbe53a9588299ab,libfancy_regex-5957cc303f88f0a2,libbit_set-9f03b899fdff376f,libbit_vec-a9f350a1f4e2b87e,libregex_automata-faaed770f64a9c36,libaho_corasick-0037848dbb2ade91,libemail_address-1cb54ae7a8d129f0,libfraction-5547ca372da441db,liblazy_static-afffdbb119bd9ac1,libnum-bcc1214f7d6d34fd,libnum_iter-20c010e1545f81cb,libnum_rational-5f28932ce7491b65,libnum_complex-d291eefcd1d27be1,libnum_bigint-4748558bf3f4440d,libnum_integer-87bbf78974b93dd0,libnum_traits-efae0973d6a22ee7,libnum_cmp-7a5e5868ad6fe5dc,libregex_syntax-a5d8b889516cd560,libdata_encoding-b4708a4db8b9ff4f,libreferencing-40f6203301240233,libpercent_encoding-99cdb00cefa02ca0,libparking_lot-300f1a9101402bca,libparking_lot_core-23817983c081d8ec,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libhashbrown-b345fd242f4c0834,libequivalent-9631f206a02b9f54,liballocator_api2-61425620d8bdad59,libfoldhash-d879794daeb2a923,libfluent_uri-1a7ffb0447aba6b5,libborrow_or_share-236e9c664d8897da,libref_cast-7aadea4627cefbb1,libahash-468a8e9d8cf4a8d8,libgetrandom-7c266c70cb5f801d,liblibc-0eece572e083b4d9,libzerocopy-3652753173ea8fc2,libtracing-6e3e3a6344403e49,liblog-753a0cb3f11b08fe,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-5bf54009919d6314,libserde_json-cffb467a1597a5a1,libmemchr-c5a8540217c8112c,libitoa-d7c2333f8dedd037,libzmij-1ea8a7e26f7e216b,libonce_cell-db8f3eed2a1f3f7b,libsha2-ce973d3008cbe386,libcpufeatures-bb85f9e0eaf4b5a3,libcfg_if-cad248e7066eec15,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libserde-69403c335516277c,libserde_core-3babf6f5a9b2410c}.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" "/opt/rustwide/target/debug/deps/rustcOSC4HR/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/ring-7709235a438e6d8d/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/git_apply-78bcb4014e02fdac" "-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 `atomc-core` (test "git_apply") 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/rustcGG0oss/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libatomc_core-071f91d095a39fa8,libreqwest-6404c7094981f0ea,libserde_urlencoded-2f7d9197b1a42a7c,libryu-32a9bcdb682e7cbe,libhyper_rustls-8eb070cf7da42122,libwebpki_roots-d2f3b04a98d3a462,libtokio_rustls-f12a25a36b5a54ae,librustls-6230fe02f6fded32,libsubtle-e2f0af8959bd7889,libwebpki-72c3954308498020,libring-9df2d879a2d88e9d,libgetrandom-e9e5be3fa05ad6e9,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libhex-ce2ce186edf8450e,libdirectories-9c6afbdb18d2fbde,libdirs_sys-7142650f304c3c84,liboption_ext-38791eff9acb757e,libtoml-f6d909bb1d6a0c3a,libtoml_edit-60feb8f9d079c589,libserde_spanned-5ff20885e139731b,libindexmap-f58814bfbabe4f74,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-ec173a8f48ecd93c,libthiserror-90a708c2cb9aef84,libjsonschema-94a5fac59768941e,libreqwest-12cdc89911f0f568,libtower_http-53584029b1e07549,libbitflags-e3ebf951a1dfe30d,libiri_string-f1c5413b54c99d2e,libtower-d6004c615d3e8e85,libtower_layer-5699d784b4449e00,libhyper_util-b4e297bd3fe7f43c,libbase64-fff42f7554bbeb90,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-a19cc195f5d0a887,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-778cead8864c0520,libtokio-4bd1c27e3e7952c8,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-57607e5b602c76e0,libmio-ccf88a7bbbdf074d,libhttp_body_util-2f36d98c928ce11e,libhttp_body-23339767303e23ba,libfutures_util-5fb5852cac66a6df,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_sink-0cf37b2678c4a49d,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,liburl-a6820178a8caba09,libform_urlencoded-e63e84c134db7b31,libhttp-d5d1cb5794245029,libbytes-8e64decf8cb59e96,libsync_wrapper-c4446c9ab9748a89,libfutures_core-c23514cefd9aa7c7,libbytecount-5becb3bef02b0350,libregex-3605d6e7bb9eb9ec,libidna-7d7a4dd87ea294fd,libutf8_iter-efb3984ee203d151,libidna_adapter-f5c8183941a51c80,libicu_properties-c39ea669243a5641,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-6d78216ce66c3e81,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-5e435ece0fc13ff4,libpotential_utf-eac12f1fa123427a,libicu_provider-b8d25ef5da25043d,libicu_locale_core-4ddb9af62042319d,libtinystr-baedac5e0d7c0e50,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-cf6664418a2900dd,libzerotrie-79395467149c9b41,libyoke-66aacba6753672ab,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-909ccc4e33ea9945,libuuid_simd-2b43eecea61025a1,liboutref-4be8b5e5a9ef3784,libvsimd-9802389176dec340,libunicode_general_category-fbbe53a9588299ab,libfancy_regex-5957cc303f88f0a2,libbit_set-9f03b899fdff376f,libbit_vec-a9f350a1f4e2b87e,libregex_automata-faaed770f64a9c36,libaho_corasick-0037848dbb2ade91,libemail_address-1cb54ae7a8d129f0,libfraction-5547ca372da441db,liblazy_static-afffdbb119bd9ac1,libnum-bcc1214f7d6d34fd,libnum_iter-20c010e1545f81cb,libnum_rational-5f28932ce7491b65,libnum_complex-d291eefcd1d27be1,libnum_bigint-4748558bf3f4440d,libnum_integer-87bbf78974b93dd0,libnum_traits-efae0973d6a22ee7,libnum_cmp-7a5e5868ad6fe5dc,libregex_syntax-a5d8b889516cd560,libdata_encoding-b4708a4db8b9ff4f,libreferencing-40f6203301240233,libpercent_encoding-99cdb00cefa02ca0,libparking_lot-300f1a9101402bca,libparking_lot_core-23817983c081d8ec,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libhashbrown-b345fd242f4c0834,libequivalent-9631f206a02b9f54,liballocator_api2-61425620d8bdad59,libfoldhash-d879794daeb2a923,libfluent_uri-1a7ffb0447aba6b5,libborrow_or_share-236e9c664d8897da,libref_cast-7aadea4627cefbb1,libahash-468a8e9d8cf4a8d8,libgetrandom-7c266c70cb5f801d,liblibc-0eece572e083b4d9,libzerocopy-3652753173ea8fc2,libtracing-6e3e3a6344403e49,liblog-753a0cb3f11b08fe,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-5bf54009919d6314,libserde_json-cffb467a1597a5a1,libmemchr-c5a8540217c8112c,libitoa-d7c2333f8dedd037,libzmij-1ea8a7e26f7e216b,libonce_cell-db8f3eed2a1f3f7b,libsha2-ce973d3008cbe386,libcpufeatures-bb85f9e0eaf4b5a3,libcfg_if-cad248e7066eec15,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libserde-69403c335516277c,libserde_core-3babf6f5a9b2410c}.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" "/opt/rustwide/target/debug/deps/rustcGG0oss/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/ring-7709235a438e6d8d/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/semantic_validation-09c040c80a99ad26" "-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] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcobOCzB/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libatomc_core-071f91d095a39fa8,libreqwest-6404c7094981f0ea,libserde_urlencoded-2f7d9197b1a42a7c,libryu-32a9bcdb682e7cbe,libhyper_rustls-8eb070cf7da42122,libwebpki_roots-d2f3b04a98d3a462,libtokio_rustls-f12a25a36b5a54ae,librustls-6230fe02f6fded32,libsubtle-e2f0af8959bd7889,libwebpki-72c3954308498020,libring-9df2d879a2d88e9d,libgetrandom-e9e5be3fa05ad6e9,libuntrusted-151845769873c416,librustls_pki_types-d9016c657ae33e66,libzeroize-e5ba3babb6b7003b,libhex-ce2ce186edf8450e,libdirectories-9c6afbdb18d2fbde,libdirs_sys-7142650f304c3c84,liboption_ext-38791eff9acb757e,libtoml-f6d909bb1d6a0c3a,libtoml_edit-60feb8f9d079c589,libserde_spanned-5ff20885e139731b,libindexmap-f58814bfbabe4f74,libwinnow-d62ac2e12e2c39e2,libtoml_write-2f6b5c773e85447e,libtoml_datetime-ec173a8f48ecd93c,libthiserror-90a708c2cb9aef84,libjsonschema-94a5fac59768941e,libreqwest-12cdc89911f0f568,libtower_http-53584029b1e07549,libbitflags-e3ebf951a1dfe30d,libiri_string-f1c5413b54c99d2e,libtower-d6004c615d3e8e85,libtower_layer-5699d784b4449e00,libhyper_util-b4e297bd3fe7f43c,libbase64-fff42f7554bbeb90,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-a19cc195f5d0a887,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libatomic_waker-f98c2fb1596910db,libhttpdate-fd089b66c335a993,libfutures_channel-778cead8864c0520,libtokio-4bd1c27e3e7952c8,libsignal_hook_registry-fd621ba0a8addf40,liberrno-ed431953f93f1552,libsocket2-57607e5b602c76e0,libmio-ccf88a7bbbdf074d,libhttp_body_util-2f36d98c928ce11e,libhttp_body-23339767303e23ba,libfutures_util-5fb5852cac66a6df,libfutures_io-de365546141a7cae,libslab-61ed84375f91dbc7,libfutures_sink-0cf37b2678c4a49d,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,liburl-a6820178a8caba09,libform_urlencoded-e63e84c134db7b31,libhttp-d5d1cb5794245029,libbytes-8e64decf8cb59e96,libsync_wrapper-c4446c9ab9748a89,libfutures_core-c23514cefd9aa7c7,libbytecount-5becb3bef02b0350,libregex-3605d6e7bb9eb9ec,libidna-7d7a4dd87ea294fd,libutf8_iter-efb3984ee203d151,libidna_adapter-f5c8183941a51c80,libicu_properties-c39ea669243a5641,libicu_properties_data-7e155758dd6ea0a4,libicu_normalizer-6d78216ce66c3e81,libicu_normalizer_data-e4349eb9146e5fe1,libicu_collections-5e435ece0fc13ff4,libpotential_utf-eac12f1fa123427a,libicu_provider-b8d25ef5da25043d,libicu_locale_core-4ddb9af62042319d,libtinystr-baedac5e0d7c0e50,liblitemap-d0ce52a8e9251912,libwriteable-9b3c58e63c9ae012,libzerovec-cf6664418a2900dd,libzerotrie-79395467149c9b41,libyoke-66aacba6753672ab,libstable_deref_trait-646f6b28b9520b3d,libzerofrom-909ccc4e33ea9945,libuuid_simd-2b43eecea61025a1,liboutref-4be8b5e5a9ef3784,libvsimd-9802389176dec340,libunicode_general_category-fbbe53a9588299ab,libfancy_regex-5957cc303f88f0a2,libbit_set-9f03b899fdff376f,libbit_vec-a9f350a1f4e2b87e,libregex_automata-faaed770f64a9c36,libaho_corasick-0037848dbb2ade91,libemail_address-1cb54ae7a8d129f0,libfraction-5547ca372da441db,liblazy_static-afffdbb119bd9ac1,libnum-bcc1214f7d6d34fd,libnum_iter-20c010e1545f81cb,libnum_rational-5f28932ce7491b65,libnum_complex-d291eefcd1d27be1,libnum_bigint-4748558bf3f4440d,libnum_integer-87bbf78974b93dd0,libnum_traits-efae0973d6a22ee7,libnum_cmp-7a5e5868ad6fe5dc,libregex_syntax-a5d8b889516cd560,libdata_encoding-b4708a4db8b9ff4f,libreferencing-40f6203301240233,libpercent_encoding-99cdb00cefa02ca0,libparking_lot-300f1a9101402bca,libparking_lot_core-23817983c081d8ec,libsmallvec-128704011005142e,liblock_api-ff2db0b8acf8234a,libscopeguard-88d64e99d3001c2a,libhashbrown-b345fd242f4c0834,libequivalent-9631f206a02b9f54,liballocator_api2-61425620d8bdad59,libfoldhash-d879794daeb2a923,libfluent_uri-1a7ffb0447aba6b5,libborrow_or_share-236e9c664d8897da,libref_cast-7aadea4627cefbb1,libahash-468a8e9d8cf4a8d8,libgetrandom-7c266c70cb5f801d,liblibc-0eece572e083b4d9,libzerocopy-3652753173ea8fc2,libtracing-6e3e3a6344403e49,liblog-753a0cb3f11b08fe,libpin_project_lite-5ffafa3f2ed0bb57,libtracing_core-5bf54009919d6314,libserde_json-cffb467a1597a5a1,libmemchr-c5a8540217c8112c,libitoa-d7c2333f8dedd037,libzmij-1ea8a7e26f7e216b,libonce_cell-db8f3eed2a1f3f7b,libsha2-ce973d3008cbe386,libcpufeatures-bb85f9e0eaf4b5a3,libcfg_if-cad248e7066eec15,libdigest-db71daf0addcc273,libblock_buffer-5dce873968ab2a0e,libcrypto_common-ed21d0c5ae63a1e9,libgeneric_array-fc021ac1898d14e1,libtypenum-8388f334d4574afe,libserde-69403c335516277c,libserde_core-3babf6f5a9b2410c}.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" "/opt/rustwide/target/debug/deps/rustcobOCzB/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/ring-7709235a438e6d8d/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/config_resolution-589c53370b4f6ab6" "-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 `atomc-core` (test "semantic_validation") due to 1 previous error [INFO] [stderr] error: could not compile `atomc-core` (test "config_resolution") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "75fc4207d88c902bd0c48e41f212e6936e33e89447c0b1acedc5b967fa54e1ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "75fc4207d88c902bd0c48e41f212e6936e33e89447c0b1acedc5b967fa54e1ea", kill_on_drop: false }` [INFO] [stdout] 75fc4207d88c902bd0c48e41f212e6936e33e89447c0b1acedc5b967fa54e1ea