[INFO] cloning repository https://github.com/christolis/assignment-products [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/christolis/assignment-products" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristolis%2Fassignment-products", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristolis%2Fassignment-products'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d69c1e8c751ffa280826813cb8139e1b0ad4e24d [INFO] building christolis/assignment-products against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchristolis%2Fassignment-products" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/christolis/assignment-products on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/christolis/assignment-products [INFO] finished tweaking git repo https://github.com/christolis/assignment-products [INFO] tweaked toml for git repo https://github.com/christolis/assignment-products written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/christolis/assignment-products 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3fa40c2cf916728dd6c513e9eb592d88cc9f0e7495d612f5a80490bd515a2041 [INFO] running `Command { std: "docker" "start" "-a" "3fa40c2cf916728dd6c513e9eb592d88cc9f0e7495d612f5a80490bd515a2041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3fa40c2cf916728dd6c513e9eb592d88cc9f0e7495d612f5a80490bd515a2041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3fa40c2cf916728dd6c513e9eb592d88cc9f0e7495d612f5a80490bd515a2041", kill_on_drop: false }` [INFO] [stdout] 3fa40c2cf916728dd6c513e9eb592d88cc9f0e7495d612f5a80490bd515a2041 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5110d1df80fceca946713c857405773ea3de8591c07909a27ef486bb071f7759 [INFO] running `Command { std: "docker" "start" "-a" "5110d1df80fceca946713c857405773ea3de8591c07909a27ef486bb071f7759", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling vsimd v0.8.0 [INFO] [stderr] Compiling outref v0.5.1 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling cc v1.0.92 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling semver v1.0.22 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling zeroize v1.7.0 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rustls v0.21.10 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling base64-simd v0.8.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling fastrand v2.0.2 [INFO] [stderr] Compiling serde_json v1.0.115 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling uuid v1.8.0 [INFO] [stderr] Compiling regex-lite v0.1.5 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling aws-types v1.1.9 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling aws-smithy-xml v0.60.7 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling tracing-serde v0.1.3 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling query_map v0.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling bytes-utils v0.1.4 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling http-serde v2.0.0 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling aws_lambda_events v0.15.0 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling aws-smithy-async v1.2.1 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling hyper v1.2.0 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling aws-smithy-types v1.1.8 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling aws-smithy-runtime-api v1.4.0 [INFO] [stderr] Compiling aws-smithy-json v0.60.7 [INFO] [stderr] Compiling aws-smithy-query v0.60.7 [INFO] [stderr] Compiling lambda_runtime_api_client v0.11.0 [INFO] [stderr] Compiling lambda_runtime v0.11.1 [INFO] [stderr] Compiling aws-smithy-http v0.60.7 [INFO] [stderr] Compiling aws-credential-types v1.1.8 [INFO] [stderr] Compiling aws-sigv4 v1.2.0 [INFO] [stderr] Compiling aws-runtime v1.1.9 [INFO] [stderr] Compiling lambda_http v0.11.1 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling aws-smithy-runtime v1.3.0 [INFO] [stderr] Compiling aws-sdk-dynamodb v1.21.0 [INFO] [stderr] Compiling aws-sdk-sts v1.19.0 [INFO] [stderr] Compiling aws-sdk-ssooidc v1.19.0 [INFO] [stderr] Compiling aws-sdk-sso v1.19.0 [INFO] [stderr] Compiling aws-config v1.1.10 [INFO] [stderr] Compiling ap-model v0.1.0 (/opt/rustwide/workdir/ap-model) [INFO] [stderr] Compiling ap-endpoint-get v0.1.0 (/opt/rustwide/workdir/ap-endpoint-get) [INFO] [stderr] Compiling ap-endpoint-add v0.1.0 (/opt/rustwide/workdir/ap-endpoint-add) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcRJvrKg/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaws_config-f8a6339cba3470dd.rlib,libaws_sdk_ssooidc-20766f2944c9d177.rlib,libaws_sdk_sso-fcb56db7db58e845.rlib,libaws_sdk_sts-f8c66e08fa8d231c.rlib,libaws_smithy_query-f204da5813752005.rlib,liburlencoding-5727bb559ee45b3b.rlib,libaws_smithy_xml-453a5b80e991021d.rlib,libxmlparser-aa86507ea83c02c4.rlib,liblambda_http-3b0e974e8994203f.rlib,libserde_urlencoded-91226f574f3a5e85.rlib,libmime-3edf589330919161.rlib,libencoding_rs-894f10ed34af8808.rlib,liburl-e9c2acc6bcd2f15c.rlib,libidna-e4e9e3e2cc220afa.rlib,libunicode_normalization-4402e3f48fd0fbb2.rlib,libtinyvec-d4559672e10a6c6c.rlib,libtinyvec_macros-5b8ad4faad6e7290.rlib,libunicode_bidi-effea287278330b7.rlib,libaws_lambda_events-1f73fbcbfcb7031f.rlib,libquery_map-8e054a155739d9ee.rlib,liblambda_runtime-ce31a5c67da64df1.rlib,libhttp_serde-d6f707fb4bcd5055.rlib,libserde_path_to_error-e7674c98cc4f04dd.rlib,libasync_stream-0f52b9114ce65e89.rlib,liblambda_runtime_api_client-eeca8c5ddb127023.rlib,libtracing_subscriber-1a2998deea55710a.rlib,libtracing_serde-55fca062400e549f.rlib,libserde_json-7d4a09f6fc2272fd.rlib,libsharded_slab-4d570b97296f4f72.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libmatchers-24062e33ffd967d0.rlib,libregex_automata-36306b325dfc2771.rlib,libregex_syntax-0054fbcf44fd72b3.rlib,libregex-37c243eb065de8a8.rlib,libregex_automata-bb71eda375061a8b.rlib,libregex_syntax-3a7f06eb359a488e.rlib,libthread_local-6ea61a9830156b69.rlib,libhyper_util-f4ee991ccca39027.rlib,libhyper-9e9cc9a33a79751e.rlib,libsmallvec-2b24dd1c48ef1525.rlib,libfutures-cc20866fdcaf1a25.rlib,libfutures_executor-e70633be1b1d5823.rlib,libtower-c73b5b542f706289.rlib,libpin_project-4e4d6e68d25a2ec9.rlib,libtower_layer-60095f70d9215039.rlib,libtokio_stream-d20080ac6afe188d.rlib,libap_model-7edd2f1f0f281b24.rlib,libaws_sdk_dynamodb-9743f29dbc4e268b.rlib,libaws_runtime-cd6dd997fcb414d4.rlib,libuuid-8a47fe41199cfa04.rlib,libaws_sigv4-9aa8296229091c96.rlib,libform_urlencoded-ed8722d40932e3ea.rlib,libhex-5de1ffba8b3d39d3.rlib,libsha2-31d1cb05030ff584.rlib,libcpufeatures-9a616128b8d35e43.rlib,libhmac-2f79ee52fcaba60b.rlib,libdigest-f493a32ebfcb9d66.rlib,libsubtle-6cbebdaac9b750f0.rlib,libblock_buffer-30cb3845dbf6a508.rlib,libcrypto_common-246e91495a8310fc.rlib,libgeneric_array-fd8fc0934e76db42.rlib,libtypenum-05242b0d5d19c4a9.rlib,libregex_lite-0705375b21e3e69e.rlib,libaws_smithy_json-ad1d4f955ae8ebd7.rlib,libaws_smithy_http-7d57a70986e2be08.rlib,libpercent_encoding-b41fb32edf79c8cd.rlib,libaws_types-1b27e40ea35456e9.rlib,libaws_credential_types-f92c51432196f9f5.rlib,libaws_smithy_runtime-d5a3762daf81e30b.rlib,libfastrand-9818c156fdd27d49.rlib,libhyper_rustls-6e2a1c8cd6faa338.rlib,librustls_native_certs-0b171980e95f0ff2.rlib,librustls_pemfile-3055e13dbdfe6520.rlib,libbase64-ae6e7688c73c35ad.rlib,libopenssl_probe-00eb4ad233bc2f10.rlib,libtokio_rustls-84d65836ef0849fe.rlib,librustls-c95a4f3e6eeddb61.rlib,libsct-606f29d1d1826640.rlib,libwebpki-8c7262cd9c4284f0.rlib,libring-47b68ab474b5e2f9.rlib,libgetrandom-c40923137cb8b666.rlib,libspin-f57b98577ed61e73.rlib,libuntrusted-71f7cc08585af207.rlib,libcfg_if-02ffc4ff30a29427.rlib,libhyper-12ab98c88c6df560.rlib,libwant-6ec768e147260ca0.rlib,libtry_lock-8ae584d11aa6fcb9.rlib,libhttparse-c7f4732686ad1d1a.rlib,libtower_service-0c5f378569342906.rlib,libhttpdate-e4a53a8a36f6aeb0.rlib,libh2-302e9f1986e030a3.rlib,libindexmap-f4f1de38ada01fb3.rlib,libequivalent-fc3c04bb40821167.rlib,libhashbrown-bcdab3f9a8593bd5.rlib,libaws_smithy_runtime_api-c6d097d2639fb307.rlib,libaws_smithy_async-487be419b2fdb9ef.rlib,libfutures_util-3891a0610e6dd8f1.rlib,libmemchr-80a01b00d3cbc7a2.rlib,libfutures_io-6dd4b0c56f1e363f.rlib,libslab-cbc3bb785a959719.rlib,libfutures_channel-24961cdec4328fc0.rlib,libfutures_task-f3b8618104bf1bc9.rlib,libzeroize-de6199345f48ba5c.rlib,libaws_smithy_types-d1b7b97bd6708ba8.rlib,libryu-f5f1f78abf882209.rlib,libpin_utils-ea4b982528073b6b.rlib,libtime-f7288f36c5d0124d.rlib,libtime_core-b43c3c11da5f0973.rlib,libnum_conv-e17981cebb63cf6b.rlib,libderanged-6290b4597500605f.rlib,libpowerfmt-b89f4978228c42b0.rlib,libnum_integer-b025910e345d2864.rlib,libnum_traits-db4e621b54310ba9.rlib,libtokio_util-60023dabce7eab89.rlib,libtracing-aed6533d8600046e.rlib,liblog-25fa166b62398773.rlib,libtracing_core-bf443edc26feb9fd.rlib,libonce_cell-ae0e60aed4d005fd.rlib,libfutures_sink-130a091f889c46cd.rlib,libtokio-44e6353af87a2f0c.rlib,libsignal_hook_registry-0618b13b205e0457.rlib,libnum_cpus-7f67dfdae748166b.rlib,libsocket2-1ff80fb7455aafdb.rlib,libmio-51042007607a17a3.rlib,liblibc-7ffb6c3525ec8ac6.rlib,libbytes_utils-aa41350a2d38e980.rlib,libeither-c24f3a05a0cb042b.rlib,libhttp_body-ac0229acf0095525.rlib,libhttp-563470a2a48b0a26.rlib,libhttp_body_util-1b4f653007665d32.rlib,libfutures_core-c1cbca173594daa7.rlib,libhttp_body-dcc2bc651117acd3.rlib,libhttp-39250e7ec8b713b6.rlib,libitoa-d59dc7759465efa8.rlib,libfnv-2efd5e10883e6e67.rlib,libpin_project_lite-18ea60fc9b9af23e.rlib,libbytes-642c296afe7bb227.rlib,libserde-a615656c0207d1ea.rlib,libbase64_simd-bd976bbd0f2618f1.rlib,liboutref-5d886a3bbd9f6de1.rlib,libvsimd-3cd02a025698b40a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcRJvrKg/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-cfafb3b96938c0ff/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ap_endpoint_add-7b3799eca7ecfe9b" "-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: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] #0 0x000072f9f1943c37 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5743c37) [INFO] [stdout] #1 0x000072f9f1944053 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5744053) [INFO] [stdout] #2 0x000072f9ec033330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x000072f9ec176a9d (/lib/x86_64-linux-gnu/libc.so.6+0x188a9d) [INFO] [stdout] #4 0x000072f9f4c4767e llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x000072f9f18f39b1 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f39b1) [INFO] [stdout] #6 0x000072f9f18f2888 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f2888) [INFO] [stdout] #7 0x0000627f8bb7885d lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x4cc85d) [INFO] [stdout] #8 0x0000627f8bb048fa void lld::elf::OutputSection::writeTo>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #9 0x000072f9f18f3882 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f3882) [INFO] [stdout] #10 0x000072f9f18f32ea llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f32ea) [INFO] [stdout] #11 0x000072f9f186ded0 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x566ded0) [INFO] [stdout] #12 0x000072f9ec08aaa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4) [INFO] [stdout] #13 0x000072f9ec117a34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34) [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ap-endpoint-add` (bin "ap-endpoint-add") 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" "/tmp/rustcuEHQlR/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libaws_config-f8a6339cba3470dd.rlib,libaws_sdk_ssooidc-20766f2944c9d177.rlib,libaws_sdk_sso-fcb56db7db58e845.rlib,libaws_sdk_sts-f8c66e08fa8d231c.rlib,libaws_smithy_query-f204da5813752005.rlib,liburlencoding-5727bb559ee45b3b.rlib,libaws_smithy_xml-453a5b80e991021d.rlib,libxmlparser-aa86507ea83c02c4.rlib,liblambda_http-3b0e974e8994203f.rlib,libserde_urlencoded-91226f574f3a5e85.rlib,libmime-3edf589330919161.rlib,libencoding_rs-894f10ed34af8808.rlib,liburl-e9c2acc6bcd2f15c.rlib,libidna-e4e9e3e2cc220afa.rlib,libunicode_normalization-4402e3f48fd0fbb2.rlib,libtinyvec-d4559672e10a6c6c.rlib,libtinyvec_macros-5b8ad4faad6e7290.rlib,libunicode_bidi-effea287278330b7.rlib,libaws_lambda_events-1f73fbcbfcb7031f.rlib,libquery_map-8e054a155739d9ee.rlib,liblambda_runtime-ce31a5c67da64df1.rlib,libhttp_serde-d6f707fb4bcd5055.rlib,libserde_path_to_error-e7674c98cc4f04dd.rlib,libasync_stream-0f52b9114ce65e89.rlib,liblambda_runtime_api_client-eeca8c5ddb127023.rlib,libtracing_subscriber-1a2998deea55710a.rlib,libtracing_serde-55fca062400e549f.rlib,libserde_json-7d4a09f6fc2272fd.rlib,libsharded_slab-4d570b97296f4f72.rlib,liblazy_static-ba6d9ac4e4243af3.rlib,libmatchers-24062e33ffd967d0.rlib,libregex_automata-36306b325dfc2771.rlib,libregex_syntax-0054fbcf44fd72b3.rlib,libregex-37c243eb065de8a8.rlib,libregex_automata-bb71eda375061a8b.rlib,libregex_syntax-3a7f06eb359a488e.rlib,libthread_local-6ea61a9830156b69.rlib,libhyper_util-f4ee991ccca39027.rlib,libhyper-9e9cc9a33a79751e.rlib,libsmallvec-2b24dd1c48ef1525.rlib,libfutures-cc20866fdcaf1a25.rlib,libfutures_executor-e70633be1b1d5823.rlib,libtower-c73b5b542f706289.rlib,libpin_project-4e4d6e68d25a2ec9.rlib,libtower_layer-60095f70d9215039.rlib,libtokio_stream-d20080ac6afe188d.rlib,libap_model-7edd2f1f0f281b24.rlib,libaws_sdk_dynamodb-9743f29dbc4e268b.rlib,libaws_runtime-cd6dd997fcb414d4.rlib,libuuid-8a47fe41199cfa04.rlib,libaws_sigv4-9aa8296229091c96.rlib,libform_urlencoded-ed8722d40932e3ea.rlib,libhex-5de1ffba8b3d39d3.rlib,libsha2-31d1cb05030ff584.rlib,libcpufeatures-9a616128b8d35e43.rlib,libhmac-2f79ee52fcaba60b.rlib,libdigest-f493a32ebfcb9d66.rlib,libsubtle-6cbebdaac9b750f0.rlib,libblock_buffer-30cb3845dbf6a508.rlib,libcrypto_common-246e91495a8310fc.rlib,libgeneric_array-fd8fc0934e76db42.rlib,libtypenum-05242b0d5d19c4a9.rlib,libregex_lite-0705375b21e3e69e.rlib,libaws_smithy_json-ad1d4f955ae8ebd7.rlib,libaws_smithy_http-7d57a70986e2be08.rlib,libpercent_encoding-b41fb32edf79c8cd.rlib,libaws_types-1b27e40ea35456e9.rlib,libaws_credential_types-f92c51432196f9f5.rlib,libaws_smithy_runtime-d5a3762daf81e30b.rlib,libfastrand-9818c156fdd27d49.rlib,libhyper_rustls-6e2a1c8cd6faa338.rlib,librustls_native_certs-0b171980e95f0ff2.rlib,librustls_pemfile-3055e13dbdfe6520.rlib,libbase64-ae6e7688c73c35ad.rlib,libopenssl_probe-00eb4ad233bc2f10.rlib,libtokio_rustls-84d65836ef0849fe.rlib,librustls-c95a4f3e6eeddb61.rlib,libsct-606f29d1d1826640.rlib,libwebpki-8c7262cd9c4284f0.rlib,libring-47b68ab474b5e2f9.rlib,libgetrandom-c40923137cb8b666.rlib,libspin-f57b98577ed61e73.rlib,libuntrusted-71f7cc08585af207.rlib,libcfg_if-02ffc4ff30a29427.rlib,libhyper-12ab98c88c6df560.rlib,libwant-6ec768e147260ca0.rlib,libtry_lock-8ae584d11aa6fcb9.rlib,libhttparse-c7f4732686ad1d1a.rlib,libtower_service-0c5f378569342906.rlib,libhttpdate-e4a53a8a36f6aeb0.rlib,libh2-302e9f1986e030a3.rlib,libindexmap-f4f1de38ada01fb3.rlib,libequivalent-fc3c04bb40821167.rlib,libhashbrown-bcdab3f9a8593bd5.rlib,libaws_smithy_runtime_api-c6d097d2639fb307.rlib,libaws_smithy_async-487be419b2fdb9ef.rlib,libfutures_util-3891a0610e6dd8f1.rlib,libmemchr-80a01b00d3cbc7a2.rlib,libfutures_io-6dd4b0c56f1e363f.rlib,libslab-cbc3bb785a959719.rlib,libfutures_channel-24961cdec4328fc0.rlib,libfutures_task-f3b8618104bf1bc9.rlib,libzeroize-de6199345f48ba5c.rlib,libaws_smithy_types-d1b7b97bd6708ba8.rlib,libryu-f5f1f78abf882209.rlib,libpin_utils-ea4b982528073b6b.rlib,libtime-f7288f36c5d0124d.rlib,libtime_core-b43c3c11da5f0973.rlib,libnum_conv-e17981cebb63cf6b.rlib,libderanged-6290b4597500605f.rlib,libpowerfmt-b89f4978228c42b0.rlib,libnum_integer-b025910e345d2864.rlib,libnum_traits-db4e621b54310ba9.rlib,libtokio_util-60023dabce7eab89.rlib,libtracing-aed6533d8600046e.rlib,liblog-25fa166b62398773.rlib,libtracing_core-bf443edc26feb9fd.rlib,libonce_cell-ae0e60aed4d005fd.rlib,libfutures_sink-130a091f889c46cd.rlib,libtokio-44e6353af87a2f0c.rlib,libsignal_hook_registry-0618b13b205e0457.rlib,libnum_cpus-7f67dfdae748166b.rlib,libsocket2-1ff80fb7455aafdb.rlib,libmio-51042007607a17a3.rlib,liblibc-7ffb6c3525ec8ac6.rlib,libbytes_utils-aa41350a2d38e980.rlib,libeither-c24f3a05a0cb042b.rlib,libhttp_body-ac0229acf0095525.rlib,libhttp-563470a2a48b0a26.rlib,libhttp_body_util-1b4f653007665d32.rlib,libfutures_core-c1cbca173594daa7.rlib,libhttp_body-dcc2bc651117acd3.rlib,libhttp-39250e7ec8b713b6.rlib,libitoa-d59dc7759465efa8.rlib,libfnv-2efd5e10883e6e67.rlib,libpin_project_lite-18ea60fc9b9af23e.rlib,libbytes-642c296afe7bb227.rlib,libserde-a615656c0207d1ea.rlib,libbase64_simd-bd976bbd0f2618f1.rlib,liboutref-5d886a3bbd9f6de1.rlib,libvsimd-3cd02a025698b40a.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcuEHQlR/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-cfafb3b96938c0ff/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ap_endpoint_get-1eeaf6daa3d05583" "-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: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] #0 0x00007f71af343c37 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5743c37) [INFO] [stdout] #1 0x00007f71af344053 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5744053) [INFO] [stdout] #2 0x00007f71b3812330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330) [INFO] [stdout] #3 0x00007f71b3955a9d (/lib/x86_64-linux-gnu/libc.so.6+0x188a9d) [INFO] [stdout] #4 0x00007f71b264767e llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x00007f71af2f39b1 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f39b1) [INFO] [stdout] #6 0x00007f71af2f2888 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f2888) [INFO] [stdout] #7 0x00005a97bf56285d lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x4cc85d) [INFO] [stdout] #8 0x00005a97bf4ee8fa void lld::elf::OutputSection::writeTo>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #9 0x00007f71af2f3882 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f3882) [INFO] [stdout] #10 0x00007f71af2f32ea llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f32ea) [INFO] [stdout] #11 0x00007f71af26ded0 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/8b8eff55bd72abbb57167bc42222a7f91d41cb0d/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x566ded0) [INFO] [stdout] #12 0x00007f71b3869aa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4) [INFO] [stdout] #13 0x00007f71b38f6a34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34) [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ap-endpoint-get` (bin "ap-endpoint-get") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "5110d1df80fceca946713c857405773ea3de8591c07909a27ef486bb071f7759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5110d1df80fceca946713c857405773ea3de8591c07909a27ef486bb071f7759", kill_on_drop: false }` [INFO] [stdout] 5110d1df80fceca946713c857405773ea3de8591c07909a27ef486bb071f7759