[INFO] cloning repository https://github.com/stevelr/db-keystore [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevelr/db-keystore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevelr%2Fdb-keystore", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevelr%2Fdb-keystore'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 476b1ebcbbe6bdf6891ac0616cab6242bab0deb5 [INFO] testing stevelr/db-keystore against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevelr%2Fdb-keystore" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/stevelr/db-keystore [INFO] finished tweaking git repo https://github.com/stevelr/db-keystore [INFO] tweaked toml for git repo https://github.com/stevelr/db-keystore written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/stevelr/db-keystore on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/stevelr/db-keystore 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56f64cdeb5161538fb761db3e527114f1f45cc224f5922818d6d1d644e0b1495 [INFO] running `Command { std: "docker" "start" "-a" "56f64cdeb5161538fb761db3e527114f1f45cc224f5922818d6d1d644e0b1495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56f64cdeb5161538fb761db3e527114f1f45cc224f5922818d6d1d644e0b1495", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56f64cdeb5161538fb761db3e527114f1f45cc224f5922818d6d1d644e0b1495", kill_on_drop: false }` [INFO] [stdout] 56f64cdeb5161538fb761db3e527114f1f45cc224f5922818d6d1d644e0b1495 [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=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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f754e865d6667d71898fc3c154a91845f62671377e327c6324a4ed085865f5a1 [INFO] running `Command { std: "docker" "start" "-a" "f754e865d6667d71898fc3c154a91845f62671377e327c6324a4ed085865f5a1", kill_on_drop: false }` [INFO] [stderr] Compiling zerocopy v0.8.39 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling branches v0.4.4 [INFO] [stderr] Compiling aegis v0.9.7 [INFO] [stderr] Compiling simsimd v6.5.13 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling turso_ext v0.5.0-pre.13 [INFO] [stderr] Compiling io-uring v0.7.11 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling universal-hash v0.5.1 [INFO] [stderr] Compiling polyval v0.6.2 [INFO] [stderr] Compiling aead v0.5.2 [INFO] [stderr] Compiling softaes v0.1.3 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling ctr v0.9.2 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling ghash v0.5.1 [INFO] [stderr] Compiling uuid v1.21.0 [INFO] [stderr] Compiling intrusive-collections v0.9.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-skiplist v0.1.3 [INFO] [stderr] Compiling aes-gcm v0.10.3 [INFO] [stderr] Compiling arc-swap v1.8.2 [INFO] [stderr] Compiling rapidhash v4.4.1 [INFO] [stderr] Compiling cfg_block v0.1.1 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling bumpalo v3.20.2 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling built v0.7.7 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling libmimalloc-sys v0.1.44 [INFO] [stderr] Compiling env_filter v1.0.0 [INFO] [stderr] Compiling genawaiter-macro v0.99.1 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling env_logger v0.11.9 [INFO] [stderr] Compiling genawaiter v0.99.1 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling turso_core v0.5.0-pre.13 [INFO] [stderr] Compiling keyring-core v0.7.2 [INFO] [stderr] Compiling mimalloc v0.1.48 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling regex v1.12.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 tracing-attributes v0.1.31 [INFO] [stderr] Compiling bytemuck_derive v1.10.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling turso_macros v0.5.0-pre.13 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling turso_sdk_kit_macros v0.5.0-pre.13 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling fastbloom v0.14.1 [INFO] [stderr] Compiling twox-hash v2.1.2 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling prost v0.14.3 [INFO] [stderr] Compiling bytemuck v1.25.0 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling clap v4.5.60 [INFO] [stderr] Compiling turso_parser v0.5.0-pre.13 [INFO] [stderr] Compiling pack1 v1.0.0 [INFO] [stderr] Compiling roaring v0.11.3 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling tracing-appender v0.2.4 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling turso_sync_engine v0.5.0-pre.13 [INFO] [stderr] Compiling turso_sdk_kit v0.5.0-pre.13 [INFO] [stderr] Compiling turso_sync_sdk_kit v0.5.0-pre.13 [INFO] [stderr] Compiling turso v0.5.0-pre.13 [INFO] [stderr] Compiling db-keystore v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "f754e865d6667d71898fc3c154a91845f62671377e327c6324a4ed085865f5a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f754e865d6667d71898fc3c154a91845f62671377e327c6324a4ed085865f5a1", kill_on_drop: false }` [INFO] [stdout] f754e865d6667d71898fc3c154a91845f62671377e327c6324a4ed085865f5a1 [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=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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca77a24c48399b2538be3f06d270dc5a4bf1d8610cf4dad2938126c856b6d1fc [INFO] running `Command { std: "docker" "start" "-a" "ca77a24c48399b2538be3f06d270dc5a4bf1d8610cf4dad2938126c856b6d1fc", kill_on_drop: false }` [INFO] [stderr] Compiling db-keystore v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/rustcV9FKcp/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdb_keystore-db0ea986b9f3d10e,libzeroize-36c98e1e0ab441af,libturso-5cc018f6f10efed1,libturso_sdk_kit-cc0dc21670d94a11,libtracing_subscriber-5ad669df5288c8da,libsharded_slab-ed54e7407fbec608,liblazy_static-b3603208c0de2608,libmatchers-a3de18a143b50ae1,libnu_ansi_term-397b1770c3b67a2d,libthread_local-930fa34297cc73a9,libtracing_log-46d10ef08017e4c7,libturso_core-d63e4120283f7f43,liblibm-6e8521081c3763a4,libuncased-92f75d2634723b8e,libryu-ace37e26d8308611,libuuid-ac48d5cb0b47dd87,libsha1_smol-4fed1055ba2d5f30,libhex-28742b4ca144387c,libtwox_hash-06213b72f371cadf,libcrc32c-797b5c563fea20a8,libtempfile-c5ef77591d4f7c07,libgetrandom-9b9aff54f01e3e6d,libfastrand-503f12a96d791409,libio_uring-9d41ace717133598,librustix-0f92a9d03b8bd9f3,liblinux_raw_sys-d7750be9b620ee84,libbumpalo-0f9138aad5281d0e,librapidhash-262735259e1de949,libfastbloom-69e3554502bcf1cb,libsiphasher-9b5a30f57019f0cd,liblibloading-e0795cb5ebc00421,libparking_lot-a9c76bd06c1d5832,libparking_lot_core-ffa5d6ab3af4f7d3,liblock_api-c960c7d69a272626,libscopeguard-d52bd00767847e44,libsimsimd-678da2fc2516be96,libeither-1e551205f1478063,libpack1-9d445a15141b0dc8,libroaring-b57a6bb6b823a4d9,libbytemuck-168a9e2807534435,libbyteorder-1efcbe4f07366651,libarc_swap-36a94ed20f10610e,libintrusive_collections-2df4b80605ffc7bd,libmemoffset-3c8ed49e1d551200,libaes_gcm-9e6a5f1bd0268882,libctr-d7167e6a85c31bb6,libghash-c7097ffee3581667,libpolyval-dc89e11c6e8003e1,libopaque_debug-1c8528c9b2d49180,libuniversal_hash-388cddeb76495a3a,libsubtle-ca7024fc66e4388f,libaes-02855e339b80f64e,libcpufeatures-471354fefbcaf2d8,libcipher-fe191ef9306825ce,libinout-d788a12d9db6d81f,libaead-1591cd4472655367,libcrypto_common-7c2bc95fd1935793,libgeneric_array-c18ca592204e9758,libtypenum-0e02f3386ab040bb,librand_core-9391439744e41671,libgetrandom-2561d22eb2303023,libaegis-ba064a1161f145bb,libsmallvec-45f6e3b8047adea1,libbranches-3a89c0eda56e691b,libcrossbeam_skiplist-aafcc1f9f16bb072,libcrossbeam_epoch-12e0b10032101521,libcrossbeam_utils-0a46ed2e1921bda3,libturso_ext-2f41caf31e7923e4,libchrono-415f8538ed0e4d7d,libiana_time_zone-e4284183d46316cc,libnum_traits-23da3e41cc6a3b1a,libtracing-bbd577a3ef13029a,libtracing_core-fc2d38f4334e7941,libonce_cell-0ba6aecba7086d38,librand-4a30d346b07219e2,librand_chacha-679b6274f6694742,libppv_lite86-7e18c5ecbabbe7da,libzerocopy-7b8e2db7912d95c2,librand_core-505a721b4aa6c87c,libgetrandom-8550909040b6167f,libcfg_if-5af52f617df93f8f,libcfg_block-e86e6275b443a8c7,libturso_parser-8e7ac659aa601587,libmiette-b9991550ebc7f048,libunicode_width-08b963676a6677c5,libstrum-d48b66eb9c14c438,libbitflags-a4a524fc7b7b1962,librustc_hash-d7c9c021d0487117,libmimalloc-69da83dce4ae3a7c,liblibmimalloc_sys-b2fa92a4524c20c5,liblibc-65ee1eb217d721f2,libthiserror-7db5ec94328ebb26,libregex-227237831b49aae3,libregex_automata-df8e98ac2f4e58dd,libaho_corasick-911505ac5b3ee82d,libregex_syntax-4c74db8415f6ed3c,libkeyring_core-29f2e7a95d3be0b2,liblog-cfb0a897de58af94,libfutures-2351c245bce50b8a,libfutures_executor-b2fbbed839c0065a,libfutures_util-356ac66310884ffb,libmemchr-9b3f20cfb3ebd3b2,libfutures_io-9bc2d3828d4ba8af,libslab-34231c81635c1df0,libfutures_channel-4b593120b6b132ae,libpin_project_lite-bedc6e0acd72ff2a,libfutures_sink-2a35c2cc05019abc,libfutures_task-eafdccc31efa9d5a,libfutures_core-a002474c8956e259}.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" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/examples/rustcV9FKcp/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/libmimalloc-sys-a53b850d1168f594/out" "-L" "/opt/rustwide/target/debug/build/aegis-66638ae2659e7eb3/out" "-L" "/opt/rustwide/target/debug/build/simsimd-61585fdc8cf446b8/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/encrypted_wrongkey-46289fc3f3048af7" "-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 `db-keystore` (example "encrypted_wrongkey") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ca77a24c48399b2538be3f06d270dc5a4bf1d8610cf4dad2938126c856b6d1fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca77a24c48399b2538be3f06d270dc5a4bf1d8610cf4dad2938126c856b6d1fc", kill_on_drop: false }` [INFO] [stdout] ca77a24c48399b2538be3f06d270dc5a4bf1d8610cf4dad2938126c856b6d1fc