[INFO] cloning repository https://github.com/PowerSnail/countdown [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PowerSnail/countdown" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerSnail%2Fcountdown", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPowerSnail%2Fcountdown'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d8da3fe5f59aaf57a6d3f096c14af8a1cae13629 [INFO] testing PowerSnail/countdown 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%2FPowerSnail%2Fcountdown" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/PowerSnail/countdown [INFO] finished tweaking git repo https://github.com/PowerSnail/countdown [INFO] tweaked toml for git repo https://github.com/PowerSnail/countdown written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/PowerSnail/countdown 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/PowerSnail/countdown 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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 87df7c570abab08dbd34f0f36bde7166ca89add70741e1b67d51817b6ba65b73 [INFO] running `Command { std: "docker" "start" "-a" "87df7c570abab08dbd34f0f36bde7166ca89add70741e1b67d51817b6ba65b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "87df7c570abab08dbd34f0f36bde7166ca89add70741e1b67d51817b6ba65b73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87df7c570abab08dbd34f0f36bde7166ca89add70741e1b67d51817b6ba65b73", kill_on_drop: false }` [INFO] [stdout] 87df7c570abab08dbd34f0f36bde7166ca89add70741e1b67d51817b6ba65b73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 0f77bc709b07a89d1e3fa44632f29a629c371362dcd9d585b6631715a7cdb7db [INFO] running `Command { std: "docker" "start" "-a" "0f77bc709b07a89d1e3fa44632f29a629c371362dcd9d585b6631715a7cdb7db", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling event-listener v2.5.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling easy-parallel v3.2.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling async-lock v2.5.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling ordered-stream v0.0.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling os_str_bytes v6.1.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling async-io v1.7.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling async-broadcast v0.4.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling serde_repr v0.1.8 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling clap_derive v3.2.7 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling clap v3.2.8 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling zvariant_derive v3.4.1 [INFO] [stderr] Compiling zbus_macros v2.3.2 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling zvariant v3.4.1 [INFO] [stderr] Compiling zbus_names v2.1.0 [INFO] [stderr] Compiling zbus v2.3.2 [INFO] [stderr] Compiling notify-rust v4.5.8 [INFO] [stderr] Compiling snail-countdown v1.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/rustcCZvhKM/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libnotify_rust-66d1030cb68fb70b.rlib,libzbus-949d3ea8c1776e81.rlib,libdirs-4c7cf9726a96e45b.rlib,libdirs_sys-9ab9801ceeddc7c6.rlib,libhex-a52fd19e29921b8e.rlib,libsha1-aa030c13f77add22.rlib,libsha1_smol-5de2825eb65b3d2c.rlib,librand-d4248775498a74f9.rlib,librand_chacha-c477754f9e694a20.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-a1d378ef06c3128a.rlib,libgetrandom-fdab300d4bd881b8.rlib,libfutures_util-a8476269bf1050b6.rlib,libfutures_task-959022c35311190e.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_sink-4bad40136a985cca.rlib,libtracing-1b18caa668c45580.rlib,libtracing_core-01eb33564b0f941f.rlib,libordered_stream-abf37f1ff0be4cf2.rlib,libasync_lock-10953623dd4d9ddd.rlib,libasync_executor-98c3457c2844291c.rlib,libasync_task-09f024712f3c8d8f.rlib,libasync_channel-d46b91beab20e0a0.rlib,libasync_broadcast-7d45fc48d5e3765e.rlib,libparking_lot-1d33ea62b41b7184.rlib,libparking_lot_core-d256cdfba65f83c8.rlib,libsmallvec-cccb44d9dce4cf27.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-e23fa3fb52ce1101.rlib,libevent_listener-60218a967f3c9fd1.rlib,libnix-208efbc1209db1e9.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libasync_io-16f9b39eaaaab451.rlib,libslab-93ffcdda3079a5d2.rlib,libpolling-34d2767e5c7e2d1f.rlib,liblog-fc4b0167ad2190de.rlib,libcfg_if-66d55f6b302e88c8.rlib,libconcurrent_queue-e34cfae5585d9dc0.rlib,libcache_padded-ae24b20c479f4d87.rlib,libsocket2-69e4b09c920bb9fb.rlib,libfutures_lite-6fa6537a81d78112.rlib,libmemchr-d88797af6a5880b4.rlib,libfastrand-dd955576b10a9343.rlib,libfutures_io-18d743b8b2855e9d.rlib,libfutures_core-ed83b4ca5adcb0c0.rlib,libwaker_fn-a5e48e138c7cfc0a.rlib,libparking-e8e3e9cca08ecc67.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libzbus_names-f6e9d806b45619d1.rlib,libzvariant-81864582606b89e1.rlib,libenumflags2-1ea78b6ec52138dc.rlib,libbyteorder-c7092f68299ac016.rlib,libserde-84abb518313b0093.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libclap-abcd40276295f7f0.rlib,libatty-6674304a85a25837.rlib,liblibc-05aac8d2dbdac7df.rlib,libstrsim-7a71560e0c2955e4.rlib,libtermcolor-a537f8c45744a682.rlib,libtextwrap-dd5d0e05f597c38b.rlib,libindexmap-c359ed96c69f3c7d.rlib,libhashbrown-c4e16d0fbfe3ace3.rlib,libclap_lex-d15c8f86b45610a7.rlib,libos_str_bytes-ae15f4f4b617533a.rlib,libbitflags-e274cd04b58a060d.rlib,libonce_cell-734862852b790e74.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/rustcCZvhKM/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/snail_countdown-b0a5635f47bda4a5" "-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-fdab300d4bd881b8.rlib(getrandom-fdab300d4bd881b8.getrandom.bcb6a3ef55285cd6-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.2.7/src/util_libc.rs:150:(.text._ZN9getrandom9util_libc13open_readonly17h17b41712ffa28e72E+0xbc): 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 `snail-countdown` (bin "snail-countdown") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "0f77bc709b07a89d1e3fa44632f29a629c371362dcd9d585b6631715a7cdb7db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f77bc709b07a89d1e3fa44632f29a629c371362dcd9d585b6631715a7cdb7db", kill_on_drop: false }` [INFO] [stdout] 0f77bc709b07a89d1e3fa44632f29a629c371362dcd9d585b6631715a7cdb7db