[INFO] cloning repository https://github.com/V5Reveng/cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/V5Reveng/cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FV5Reveng%2Fcli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FV5Reveng%2Fcli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ba217899d91010f6db6d11ad02371ea71b42997 [INFO] testing V5Reveng/cli 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%2FV5Reveng%2Fcli" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/V5Reveng/cli [INFO] finished tweaking git repo https://github.com/V5Reveng/cli [INFO] tweaked toml for git repo https://github.com/V5Reveng/cli written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/V5Reveng/cli 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/V5Reveng/cli 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] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-4-tc2/source/bin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `clap` dependency) [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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d32abcaf8d5c9f9ff5294b49518ff83bf58d8ceab7d0279b32537197f3a81801 [INFO] running `Command { std: "docker" "start" "-a" "d32abcaf8d5c9f9ff5294b49518ff83bf58d8ceab7d0279b32537197f3a81801", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d32abcaf8d5c9f9ff5294b49518ff83bf58d8ceab7d0279b32537197f3a81801", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d32abcaf8d5c9f9ff5294b49518ff83bf58d8ceab7d0279b32537197f3a81801", kill_on_drop: false }` [INFO] [stdout] d32abcaf8d5c9f9ff5294b49518ff83bf58d8ceab7d0279b32537197f3a81801 [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" "+c066bf6804adc55193b71afdff6a56922f4a8689" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 59e3f429054bf5c2fc1af650e2f036d2fe2af0b47d5ad38689322c931f276673 [INFO] running `Command { std: "docker" "start" "-a" "59e3f429054bf5c2fc1af650e2f036d2fe2af0b47d5ad38689322c931f276673", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /opt/rustwide/workdir/bin/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition [INFO] [stderr] (in the `clap` dependency) [INFO] [stderr] Compiling libc v0.2.116 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling nix v0.16.1 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling crc32fast v1.3.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling result v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.53 [INFO] [stderr] Compiling os_str_bytes v6.0.0 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling deflate v0.9.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling clap-num v1.0.0 [INFO] [stderr] Compiling png v0.17.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling encde_derive v0.1.0 (/opt/rustwide/workdir/encde/derive) [INFO] [stderr] Compiling clap_derive v3.0.12 [INFO] [stderr] Compiling phf_macros v0.10.0 [INFO] [stderr] Compiling serialport v4.0.1 [INFO] [stdout] warning: associated function `collect` is never used [INFO] [stdout] --> encde/derive/src/attrs.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 19 | pub trait Collectible: Default { [INFO] [stdout] | ----------- associated function in this trait [INFO] [stdout] ... [INFO] [stdout] 23 | fn collect(attrs: &[Self::Item]) -> Self { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling encde v0.1.0 (/opt/rustwide/workdir/encde) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> encde/src/util.rs:22:70 [INFO] [stdout] | [INFO] [stdout] 22 | amount -= unsafe { reader.read(&mut EMPTY_MUT_SLICE[0..min(amount, EMPTY_MUT_SLICE.len())])? } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling encde_derive_test v0.1.0 (/opt/rustwide/workdir/encde/derive_test) [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling clap v3.0.13 [INFO] [stderr] Compiling serde_ini v0.2.0 [INFO] [stderr] Compiling v5_device v0.1.0 (/opt/rustwide/workdir/lib) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> lib/src/device/filesystem/mod.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use category::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `error` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 17 | pub use qual::*; [INFO] [stdout] | ------- but the name `error` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> lib/src/device/filesystem/mod.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub use category::*; [INFO] [stdout] | ^^^^^^^^^^^ the name `impl_from_str` in the type namespace is first re-exported here [INFO] [stdout] 14 | pub use channel::*; [INFO] [stdout] 15 | pub use fixed_string::*; [INFO] [stdout] | --------------- but the name `impl_from_str` in the type namespace is also re-exported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> lib/src/device/helpers/mod.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct BrainFlags(u8); [INFO] [stdout] | ---------- ^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [INFO] [stdout] = note: `BrainFlags` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling v5_cli v0.1.0 (/opt/rustwide/workdir/bin) [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/rustcd296qD/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libpng-4ea7438f1d906832.rlib,libencoding-245edd6d9499de97.rlib,libencoding_index_tradchinese-200e93a1dd4a224a.rlib,libencoding_index_simpchinese-a97937418e5d095a.rlib,libencoding_index_japanese-9e4604d47b14a688.rlib,libencoding_index_korean-6c1da80cb8eb3795.rlib,libencoding_index_singlebyte-62d5be625e5fa583.rlib,libdeflate-5582668631642c9a.rlib,libadler32-5cb8e62306edda0a.rlib,libminiz_oxide-b4e3c14d704240a1.rlib,libadler-b32dea79b2f05ffd.rlib,libcrc32fast-8d8034fb5a51fcd6.rlib,librand-39cb9f1b5a2b06b5.rlib,librand_chacha-2dcc812938f7f3c3.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-28320af9ab629a82.rlib,libgetrandom-8b67a542111caaf8.rlib,libcolored-7313cc61fdff34af.rlib,libatty-16a09c5d094f1e40.rlib,libphf-97ff8bdba4e1d96a.rlib,libphf_shared-05e1b0c0871e73be.rlib,libsiphasher-f3fbdfe4fd51f810.rlib,libclap_num-83987845688ebf34.rlib,libv5_device-468613cf6a5dfd9a.rlib,libserde_ini-6716488feca812a8.rlib,libresult-d39b9d63d00bfde5.rlib,libserde-8db87f3b04fa26f3.rlib,libchrono-c3a1fa936fe5d828.rlib,libnum_integer-f0f410ff67500ebc.rlib,libnum_traits-e187c9543899d750.rlib,libtime-b77d394233c44239.rlib,libencde-631f2382817395a6.rlib,libserialport-223f5f4d8cf4a629.rlib,libnix-91db9babfe0f762a.rlib,liblibc-828c2f50ae568986.rlib,libvoid-93586161032aa49a.rlib,libcfg_if-2d17986ae484e939.rlib,liblog-2fa663e3959e676f.rlib,libcfg_if-66d55f6b302e88c8.rlib,libclap-61cd793c533af390.rlib,libstrsim-7a71560e0c2955e4.rlib,libunicase-8147ee5a701eb6bd.rlib,libtextwrap-466c145d401e7c6a.rlib,libunicode_width-2222409b5ba3ddc6.rlib,libindexmap-1dc12fb6674cec4d.rlib,libhashbrown-f6484c11bf24e065.rlib,libos_str_bytes-8528ec5afe78e322.rlib,libmemchr-a2892755812de0fe.rlib,libbitflags-e274cd04b58a060d.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libanyhow-c3ec7216259bc6ae.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/rustcd296qD/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/v5_cli-1b7b8ab93e61a576" "-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-8b67a542111caaf8.rlib(getrandom-8b67a542111caaf8.getrandom.4bbb0003f2742953-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.4/src/util_libc.rs:110:(.text._ZN9getrandom9util_libc13open_readonly17he1171d534f3c801bE+0xb6): 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 `v5_cli` (bin "v5_cli") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "59e3f429054bf5c2fc1af650e2f036d2fe2af0b47d5ad38689322c931f276673", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59e3f429054bf5c2fc1af650e2f036d2fe2af0b47d5ad38689322c931f276673", kill_on_drop: false }` [INFO] [stdout] 59e3f429054bf5c2fc1af650e2f036d2fe2af0b47d5ad38689322c931f276673