[INFO] cloning repository https://github.com/platy/raft [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/platy/raft" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 435acea89117ed6cc90b70e2e3794d1bcba6cc56 [INFO] testing platy/raft against try#c066bf6804adc55193b71afdff6a56922f4a8689+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplaty%2Fraft" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/platy/raft [INFO] finished tweaking git repo https://github.com/platy/raft [INFO] tweaked toml for git repo https://github.com/platy/raft written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/platy/raft on toolchain c066bf6804adc55193b71afdff6a56922f4a8689 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/platy/raft 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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 602c13539e19a5292966df352f1bf027863c30d6d404b903cae006274f40023d [INFO] running `Command { std: "docker" "start" "-a" "602c13539e19a5292966df352f1bf027863c30d6d404b903cae006274f40023d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "602c13539e19a5292966df352f1bf027863c30d6d404b903cae006274f40023d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "602c13539e19a5292966df352f1bf027863c30d6d404b903cae006274f40023d", kill_on_drop: false }` [INFO] [stdout] 602c13539e19a5292966df352f1bf027863c30d6d404b903cae006274f40023d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 42c0c04d9cf3e6f08ad718ff93a07d41067fc270b200b5811e19e33b08b93507 [INFO] running `Command { std: "docker" "start" "-a" "42c0c04d9cf3e6f08ad718ff93a07d41067fc270b200b5811e19e33b08b93507", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.34 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.4.0 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling actix_derive v0.5.0 [INFO] [stderr] Compiling random-number-macro-impl v0.1.3 [INFO] [stderr] Compiling random-number v0.1.3 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling actix v0.10.0-alpha.3 [INFO] [stderr] Compiling raft v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.75s [INFO] running `Command { std: "docker" "inspect" "42c0c04d9cf3e6f08ad718ff93a07d41067fc270b200b5811e19e33b08b93507", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42c0c04d9cf3e6f08ad718ff93a07d41067fc270b200b5811e19e33b08b93507", kill_on_drop: false }` [INFO] [stdout] 42c0c04d9cf3e6f08ad718ff93a07d41067fc270b200b5811e19e33b08b93507 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ec15a9836ee3aa766f8ae7048b35f3713118e93c90f8b5841b02d7e5c45e3e08 [INFO] running `Command { std: "docker" "start" "-a" "ec15a9836ee3aa766f8ae7048b35f3713118e93c90f8b5841b02d7e5c45e3e08", kill_on_drop: false }` [INFO] [stderr] Compiling raft v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustcmh9oU8/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{librandom_number-7209f7de46bbe66e.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libraft-6cba70bd372c7c06.rlib,libserde-49343c2e32a467bb.rlib,libactix-4c78ec44d0ee07e8.rlib,libcrossbeam_channel-aeeca547c3e3852b.rlib,libcrossbeam_utils-2a95280e66e6f0d0.rlib,libtokio_util-2911a446f30af31b.rlib,libtrust_dns_resolver-443452d9f3110be4.rlib,libresolv_conf-25ea767d43cb0abe.rlib,libhostname-6ff897f14f46b350.rlib,libmatch_cfg-cc93d201727836b1.rlib,libquick_error-022321fe562bcedb.rlib,libtrust_dns_proto-1eef7572ee977a4b.rlib,librand-72edf82987f8e7f3.rlib,librand_chacha-35ab84ec611db123.rlib,libppv_lite86-ef53971f935c91f9.rlib,librand_core-e9785f9a03ae91ea.rlib,libgetrandom-4b6b66609ee2537c.rlib,liburl-1765c9dc037cbf6b.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libidna-80f3009c153fa0bd.rlib,libunicode_normalization-cfb8c536c15edfa3.rlib,libtinyvec-703a1b97f1e8bd6e.rlib,libunicode_bidi-3c976b4886511d83.rlib,libmatches-d7125afe50072f5c.rlib,libthiserror-6b8ce28ed95c3d3a.rlib,libbacktrace-bde7f71ac099d288.rlib,libminiz_oxide-47ac8380a6051467.rlib,libadler-cfae5593f0297367.rlib,libobject-956d089cb0960f19.rlib,libaddr2line-0d6dfec8e034a5ec.rlib,libgimli-7723439e355e01c4.rlib,librustc_demangle-dcc5b1758b30e405.rlib,liblru_cache-da53958f34dabbbf.rlib,liblinked_hash_map-0f2b9de21f5e8ed8.rlib,libparking_lot-bd6c231650764b03.rlib,libparking_lot_core-9384ff15b7675066.rlib,liblock_api-6f337b257994d935.rlib,libbitflags-561a4f1321538a32.rlib,libactix_rt-5aa20c719c92d5b4.rlib,libactix_threadpool-d28460e02c7d4054.rlib,libthreadpool-2734c4744563e2b9.rlib,libnum_cpus-3f39528dc0f023de.rlib,libparking_lot-6dbbf4fd31ab34ca.rlib,libparking_lot_core-c3e94960af66ebac.rlib,liblock_api-749ee5206cd8e524.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-77eb43519d2b9415.rlib,libtokio-78a1bfbed27bd5ee.rlib,libsignal_hook_registry-08ce8bc6eb356207.rlib,libarc_swap-072139ab8f6eebb4.rlib,libfnv-81596130b397d5c3.rlib,libmio_uds-69fba3431e715ae2.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libmio-9662fe8cf667952f.rlib,libiovec-970dd0fd539e7a82.rlib,libnet2-e509650b3b5a4898.rlib,liblibc-64a0cdcf2d3b1a85.rlib,libbytes-3e6aab9f92fa68ff.rlib,libpin_project_lite-9425618866ebf4ff.rlib,libsmallvec-40aa8da2aaa6084b.rlib,libcopyless-a262f19d9849c2e3.rlib,libfutures-6cebecc034cb7115.rlib,libfutures_executor-e6b9377e29217432.rlib,libfutures_util-f4ba67c9a45ca5f5.rlib,libmemchr-ef72552adde229fb.rlib,libproc_macro_nested-2e4002de4910557b.rlib,libfutures_io-10d8f73a15ecef70.rlib,libslab-7c577fd9ceb1ab41.rlib,libfutures_channel-a3cf72f1735da8a2.rlib,libpin_project-65eaf0f898ab3158.rlib,libfutures_sink-fb942baf8af709d2.rlib,libfutures_task-d209f0118114c73b.rlib,libonce_cell-851367bebd83b1c5.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-1fa6d914b49bd78d.rlib,liblog-e27f9015365cb9c5.rlib,libcfg_if-2d17986ae484e939.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustcmh9oU8/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/cluster-6aa9f59d0e7a644e" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/libgetrandom-4b6b66609ee2537c.rlib(getrandom-4b6b66609ee2537c.getrandom.7687bf9de5e0d4a3-cgu.0.rcgu.o): in function `getrandom::util_libc::open_readonly': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.1.14/src/util_libc.rs:112:(.text._ZN9getrandom9util_libc13open_readonly17ha8fcb3cb9b496bf9E+0x79): undefined reference to `open64' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `raft` (test "cluster") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ec15a9836ee3aa766f8ae7048b35f3713118e93c90f8b5841b02d7e5c45e3e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec15a9836ee3aa766f8ae7048b35f3713118e93c90f8b5841b02d7e5c45e3e08", kill_on_drop: false }` [INFO] [stdout] ec15a9836ee3aa766f8ae7048b35f3713118e93c90f8b5841b02d7e5c45e3e08