[INFO] cloning repository https://github.com/darksoil-studio/linked-devices [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/darksoil-studio/linked-devices" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Flinked-devices", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Flinked-devices'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 39ab8579d2be21eddae8af3f4e30937f5ba87217 [INFO] checking darksoil-studio/linked-devices against try#dd2d87b6cc31907ae305875eb6be399783dc0256 for pr-143929 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdarksoil-studio%2Flinked-devices" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/darksoil-studio/linked-devices [INFO] finished tweaking git repo https://github.com/darksoil-studio/linked-devices [INFO] tweaked toml for git repo https://github.com/darksoil-studio/linked-devices written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/darksoil-studio/linked-devices on toolchain dd2d87b6cc31907ae305875eb6be399783dc0256 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/darksoil-studio/linked-devices 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" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6701423bd144de09c822e8bb348630aafae80ddd2270091bb65f1f4c0eedf25c [INFO] running `Command { std: "docker" "start" "-a" "6701423bd144de09c822e8bb348630aafae80ddd2270091bb65f1f4c0eedf25c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6701423bd144de09c822e8bb348630aafae80ddd2270091bb65f1f4c0eedf25c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6701423bd144de09c822e8bb348630aafae80ddd2270091bb65f1f4c0eedf25c", kill_on_drop: false }` [INFO] [stdout] 6701423bd144de09c822e8bb348630aafae80ddd2270091bb65f1f4c0eedf25c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+dd2d87b6cc31907ae305875eb6be399783dc0256" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d912cfcd37ac9ee28b632989bf768cc2a011c832bf1d44d1b1de6d7a48a5456 [INFO] running `Command { std: "docker" "start" "-a" "2d912cfcd37ac9ee28b632989bf768cc2a011c832bf1d44d1b1de6d7a48a5456", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Checking cfg-if v1.0.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Checking once_cell v1.21.3 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking linux-raw-sys v0.9.4 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking fastrand v2.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking futures-sink v0.3.31 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking futures-core v0.3.31 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking hashbrown v0.15.4 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking bit-vec v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking ryu v1.0.20 [INFO] [stderr] Checking futures-task v0.3.31 [INFO] [stderr] Checking futures-io v0.3.31 [INFO] [stderr] Checking futures-channel v0.3.31 [INFO] [stderr] Checking slab v0.4.10 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking bit-set v0.8.0 [INFO] [stderr] Checking unarray v0.1.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking itoa v1.0.15 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking rand v0.9.1 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling unicode-segmentation v1.12.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling rmp v0.8.14 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking iana-time-zone v0.1.63 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Checking strum v0.18.0 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking dunce v1.0.5 [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling blake2b_simd v1.0.3 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking subtle-encoding v0.5.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking rusty-fork v0.3.0 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking proptest v1.7.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling holochain_serialized_bytes_derive v0.0.56 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive_arbitrary v1.4.1 [INFO] [stderr] Compiling proptest-derive v0.5.1 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling proptest-derive v0.6.0 [INFO] [stderr] Checking arbitrary v1.4.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking holochain_util v0.5.3 [INFO] [stderr] Checking must_future v0.1.2 [INFO] [stderr] Checking serde_bytes v0.11.17 [INFO] [stderr] Checking serde-transcode v1.1.1 [INFO] [stderr] Checking rmp-serde v1.3.0 [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking holochain_secure_primitive v0.5.3 [INFO] [stderr] Compiling holochain_timestamp v0.5.3 [INFO] [stderr] Checking holochain_serialized_bytes v0.0.56 [INFO] [stderr] Checking holochain_nonce v0.5.3 [INFO] [stderr] Checking holochain_wasmer_common v0.0.101 [INFO] [stderr] Checking fixt v0.5.3 [INFO] [stderr] Checking holochain_wasmer_guest v0.0.101 [INFO] [stderr] Compiling holo_hash v0.5.3 [INFO] [stderr] Compiling holochain_integrity_types v0.5.3 [INFO] [stderr] Checking holochain_zome_types v0.5.3 [INFO] [stderr] Compiling hdk_derive v0.5.3 [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcqLDphL/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcqLDphL/symbols.o" "<16 object files omitted>" "/tmp/rustcqLDphL/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libheck-8e1f98ffb0a497ae,libdarling-b5c72f4b03528ea8,libdarling_core-48abcf26f855538e,libstrsim-fa8c1da8ed62b3e3,libfnv-bd60753855300b18,libident_case-ecc112105bc5215b,libholochain_integrity_types-fff7f08b9256cbc7,libholochain_secure_primitive-6b123fabc51d2906,libsubtle-82551c434dc7cac8,libholochain_timestamp-0efa7ce074ea9db0,libholo_hash-6c1aa67481979c1e,libblake2b_simd-6650b94abe725d57,libconstant_time_eq-732e071c9ba2e950,libarrayvec-1f38f4cdaedc0719,libarrayref-3eadbe9ba9aadc5a,libholochain_util-23942ca744daafaf,libcolored-829866bb886d7b87,liblazy_static-bcf4d76e77cc406a,libthiserror-35768f2aa092705f,libsha2-2b8edc2f7d717284,libcpufeatures-f3f9f911326b91aa,libcfg_if-0cd556e75694e1fa,libdigest-22ee70bf7f5f9264,libblock_buffer-dbe0bc1a6cfe8617,libcrypto_common-0b6b72252664250f,libgeneric_array-39aa58b5e94c72f0,libtypenum-f9041b3a2d2b80d4,libbase64-c3f6fce0270f46f0,libholochain_wasmer_common-7a28dc577e8953d4,libholochain_serialized_bytes-30b2dcc07b42421f,libserde_transcode-90aac1e91c8517c9,libserde_bytes-90f8f5fb59fcfd22,libthiserror-22597f98156619cc,libserde_json-8f6ff04758b4ac37,libmemchr-b685279e46bbd109,libitoa-c3a1a3771494e946,libryu-0fc417cbd813222a,libindexmap-3f52a347bab23ad6,libequivalent-1cd2a250f2449a60,libhashbrown-f10e2af7546c8c24,librmp_serde-91cba6c3e194b352,librmp-cf612837a2576d5a,libnum_traits-ac0ef585d4632053,libbyteorder-118a9ce0d0c0f5ff,libserde-18e8a2e3cb199983,libproc_macro_error-d5f262612101cfc3,libsyn-ba19de617ecbe125,libquote-bff949ffe258c67d,libproc_macro2-09040b10b620fa15,libunicode_ident-b3925cc8f83e9ac1}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcqLDphL/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libhdk_derive-7ccfc23e49edba39.so" "-Wl,--gc-sections" "-shared" "-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 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hdk_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2d912cfcd37ac9ee28b632989bf768cc2a011c832bf1d44d1b1de6d7a48a5456", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d912cfcd37ac9ee28b632989bf768cc2a011c832bf1d44d1b1de6d7a48a5456", kill_on_drop: false }` [INFO] [stdout] 2d912cfcd37ac9ee28b632989bf768cc2a011c832bf1d44d1b1de6d7a48a5456