[INFO] cloning repository https://github.com/laxect/changeup [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/laxect/changeup" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flaxect%2Fchangeup", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flaxect%2Fchangeup'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a12a052bca28050ccdfcca03869a6d1489a7ec72 [INFO] testing laxect/changeup 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%2Flaxect%2Fchangeup" "/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/laxect/changeup [INFO] finished tweaking git repo https://github.com/laxect/changeup [INFO] tweaked toml for git repo https://github.com/laxect/changeup written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/laxect/changeup 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/laxect/changeup 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-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+c066bf6804adc55193b71afdff6a56922f4a8689" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 616add81b4d28d2dc1b28818d184e83bf3ac13564834fe17d70883d94b89284b [INFO] running `Command { std: "docker" "start" "-a" "616add81b4d28d2dc1b28818d184e83bf3ac13564834fe17d70883d94b89284b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "616add81b4d28d2dc1b28818d184e83bf3ac13564834fe17d70883d94b89284b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "616add81b4d28d2dc1b28818d184e83bf3ac13564834fe17d70883d94b89284b", kill_on_drop: false }` [INFO] [stdout] 616add81b4d28d2dc1b28818d184e83bf3ac13564834fe17d70883d94b89284b [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: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] c9b7b79a4cee661f634024bbb408b12e4c7eac68e61bcdf0f7b8480d26362a6a [INFO] running `Command { std: "docker" "start" "-a" "c9b7b79a4cee661f634024bbb408b12e4c7eac68e61bcdf0f7b8480d26362a6a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-core v0.3.23 [INFO] [stderr] Compiling serde_derive v1.0.143 [INFO] [stderr] Compiling serde v1.0.143 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling futures-io v0.3.23 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-task v0.3.23 [INFO] [stderr] Compiling futures-channel v0.3.23 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling futures-util v0.3.23 [INFO] [stderr] Compiling futures-sink v0.3.23 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling async-io v1.8.0 [INFO] [stderr] Compiling cache-padded v1.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.15 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.83 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling concurrent-queue v1.2.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling itoa v1.0.3 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling owo-colors v3.4.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling indenter v0.3.3 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling async-broadcast v0.4.1 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling async-pidfd v0.1.4 [INFO] [stderr] Compiling nix v0.24.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling ordered-stream v0.0.1 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling tracing-journald v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.32 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling futures-macro v0.3.23 [INFO] [stderr] Compiling enumflags2_derive v0.7.4 [INFO] [stderr] Compiling clap_derive v3.2.17 [INFO] [stderr] Compiling async-recursion v0.3.2 [INFO] [stderr] Compiling serde_repr v0.1.9 [INFO] [stderr] Compiling thiserror v1.0.32 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling tracing-error v0.2.0 [INFO] [stderr] Compiling color-spantrace v0.2.0 [INFO] [stderr] Compiling zvariant_derive v3.6.0 [INFO] [stderr] Compiling zbus_macros v3.0.0 [INFO] [stderr] Compiling clap v3.2.17 [INFO] [stderr] Compiling color-eyre v0.6.2 [INFO] [stderr] Compiling futures-executor v0.3.23 [INFO] [stderr] Compiling futures v0.3.23 [INFO] [stderr] Compiling enumflags2 v0.7.5 [INFO] [stderr] Compiling zvariant v3.6.0 [INFO] [stderr] Compiling swayipc-types v1.1.2 [INFO] [stderr] Compiling zbus_names v2.2.0 [INFO] [stderr] Compiling zbus v3.0.0 [INFO] [stderr] Compiling swayipc-async v2.0.1 [INFO] [stderr] Compiling changeup v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Rule` [INFO] [stdout] --> src/station.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | pub use rule::{Rule, RuleSet}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/lib.rs:47:15 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn id(&self) -> Cow { [INFO] [stdout] | ^^^^^ -------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn id(&self) -> Cow<'_, str> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [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/rustctyAuzp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libclap-b4bc55bc0aa94cdd.rlib,libatty-7a1eb1f33fdf6eee.rlib,libstrsim-7a71560e0c2955e4.rlib,libtermcolor-a537f8c45744a682.rlib,libtextwrap-dd5d0e05f597c38b.rlib,libindexmap-7e0f1b036029beb7.rlib,libhashbrown-94464ed281767ecc.rlib,libclap_lex-37af8149275d662f.rlib,libos_str_bytes-ec5a14c90b8453eb.rlib,libchangeup-0d59990af92fe607.rlib,libtoml-32013a908bc66dc1.rlib,libzbus-b017284de527bbd2.rlib,libdirs-cb1c55f0b92ad400.rlib,libdirs_sys-959cd2cb6a146700.rlib,libhex-a52fd19e29921b8e.rlib,libsha1-aa030c13f77add22.rlib,libsha1_smol-5de2825eb65b3d2c.rlib,librand-b6c50ef5ead8ea3e.rlib,librand_chacha-6a6486a5988e3481.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-59f9d8a0d765bd17.rlib,libgetrandom-2357af3aac29a2f9.rlib,libordered_stream-83dafb464c209d98.rlib,libasync_broadcast-90fa92c1eebed899.rlib,libparking_lot-a87d22a27f175e29.rlib,libparking_lot_core-c06439e3548215bf.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libevent_listener-2dd2d3734091c725.rlib,libtokio-d33553de49d58b6d.rlib,libnum_cpus-02cf7de8bf5ab291.rlib,libbytes-2fec685abb1946c8.rlib,libmio-302a98a3fd792348.rlib,libnix-266f7aa97e519e29.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libbitflags-e274cd04b58a060d.rlib,libzbus_names-802a7ce3fd2a7b08.rlib,libzvariant-46d7be3be23de21c.rlib,libenumflags2-2739649e91a5af18.rlib,libbyteorder-c7092f68299ac016.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libswayipc_async-522f4fa44fbd505f.rlib,libasync_pidfd-b6d90adb5196df2f.rlib,libswayipc_types-ddff5e267d2ce925.rlib,libserde_json-2a93bbd8417f8b22.rlib,libryu-d13899e55c17b23e.rlib,libitoa-10e0d0f6ad8ac545.rlib,libthiserror-3edf41b6785014e7.rlib,libasync_io-f44a8de92180dba0.rlib,libpolling-58115c5dd21d0f99.rlib,libconcurrent_queue-b31f78e6f81d9629.rlib,libcache_padded-ae24b20c479f4d87.rlib,libsocket2-89f1d4fd2cb62cb7.rlib,libfutures_lite-9c78342d43209765.rlib,libfastrand-353e1cff38ac63d6.rlib,libwaker_fn-a5e48e138c7cfc0a.rlib,libparking-e8e3e9cca08ecc67.rlib,libserde-e50a2cb809da0db9.rlib,libfutures-04c5da43e2f942cd.rlib,libfutures_executor-66bf9d17d307fd92.rlib,libfutures_util-10479311e5dfd36c.rlib,libfutures_io-8c49be3928314880.rlib,libslab-793d2e028b450ee7.rlib,libfutures_channel-03cd9d751467f83a.rlib,libfutures_sink-35d458f2137ac202.rlib,libfutures_task-fe6ec8b4fa7b315f.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-946c5c7661b89146.rlib,libcolor_eyre-f54d6126eb6d9d2b.rlib,libcolor_spantrace-cc87dcab05a1f5b2.rlib,libtracing_error-4ec648640ca73f90.rlib,libtracing_subscriber-14af7df13604a4ce.rlib,libsmallvec-cccb44d9dce4cf27.rlib,libansi_term-bdfff57b5fb49171.rlib,libthread_local-37418094d6fd41ee.rlib,libsharded_slab-5513b71284fab34e.rlib,libtracing_log-d7e1f90953dd5bb7.rlib,liblog-85ece36e36b085b5.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libtracing-1588fa6216e79737.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libtracing_core-1aacc8bb436d29e1.rlib,libowo_colors-8f99a2c9f9267903.rlib,libeyre-e0d00a1f10e2393f.rlib,libindenter-660efc77d4619410.rlib,libonce_cell-0167e499dfd386e1.rlib,libbacktrace-917e294af131e99d.rlib,libminiz_oxide-3a826a4debd45fea.rlib,libadler-b32dea79b2f05ffd.rlib,libobject-119207355fba4be5.rlib,libmemchr-d88797af6a5880b4.rlib,liblibc-3efcfdb7cbc4aa8d.rlib,libaddr2line-63cfa50511a3d120.rlib,libgimli-385050711d28ee71.rlib,libcfg_if-66d55f6b302e88c8.rlib,librustc_demangle-4e14502e0acf1333.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/rustctyAuzp/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/changeup_client-b8cdc75126ca8010" "-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-2357af3aac29a2f9.rlib(getrandom-2357af3aac29a2f9.getrandom.5eb2b18c46bd1cd5-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_readonly17h5ee1b5f619826304E+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 `changeup` (bin "changeup-client") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/rustcXfFPeF/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libtracing_journald-9aa3c4a0343d0e8b.rlib,libclap-b4bc55bc0aa94cdd.rlib,libatty-7a1eb1f33fdf6eee.rlib,libstrsim-7a71560e0c2955e4.rlib,libtermcolor-a537f8c45744a682.rlib,libtextwrap-dd5d0e05f597c38b.rlib,libindexmap-7e0f1b036029beb7.rlib,libhashbrown-94464ed281767ecc.rlib,libclap_lex-37af8149275d662f.rlib,libos_str_bytes-ec5a14c90b8453eb.rlib,libchangeup-0d59990af92fe607.rlib,libtoml-32013a908bc66dc1.rlib,libzbus-b017284de527bbd2.rlib,libdirs-cb1c55f0b92ad400.rlib,libdirs_sys-959cd2cb6a146700.rlib,libhex-a52fd19e29921b8e.rlib,libsha1-aa030c13f77add22.rlib,libsha1_smol-5de2825eb65b3d2c.rlib,librand-b6c50ef5ead8ea3e.rlib,librand_chacha-6a6486a5988e3481.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-59f9d8a0d765bd17.rlib,libgetrandom-2357af3aac29a2f9.rlib,libordered_stream-83dafb464c209d98.rlib,libasync_broadcast-90fa92c1eebed899.rlib,libparking_lot-a87d22a27f175e29.rlib,libparking_lot_core-c06439e3548215bf.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libevent_listener-2dd2d3734091c725.rlib,libtokio-d33553de49d58b6d.rlib,libnum_cpus-02cf7de8bf5ab291.rlib,libbytes-2fec685abb1946c8.rlib,libmio-302a98a3fd792348.rlib,libnix-266f7aa97e519e29.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libbitflags-e274cd04b58a060d.rlib,libzbus_names-802a7ce3fd2a7b08.rlib,libzvariant-46d7be3be23de21c.rlib,libenumflags2-2739649e91a5af18.rlib,libbyteorder-c7092f68299ac016.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libswayipc_async-522f4fa44fbd505f.rlib,libasync_pidfd-b6d90adb5196df2f.rlib,libswayipc_types-ddff5e267d2ce925.rlib,libserde_json-2a93bbd8417f8b22.rlib,libryu-d13899e55c17b23e.rlib,libitoa-10e0d0f6ad8ac545.rlib,libthiserror-3edf41b6785014e7.rlib,libasync_io-f44a8de92180dba0.rlib,libpolling-58115c5dd21d0f99.rlib,libconcurrent_queue-b31f78e6f81d9629.rlib,libcache_padded-ae24b20c479f4d87.rlib,libsocket2-89f1d4fd2cb62cb7.rlib,libfutures_lite-9c78342d43209765.rlib,libfastrand-353e1cff38ac63d6.rlib,libwaker_fn-a5e48e138c7cfc0a.rlib,libparking-e8e3e9cca08ecc67.rlib,libserde-e50a2cb809da0db9.rlib,libfutures-04c5da43e2f942cd.rlib,libfutures_executor-66bf9d17d307fd92.rlib,libfutures_util-10479311e5dfd36c.rlib,libfutures_io-8c49be3928314880.rlib,libslab-793d2e028b450ee7.rlib,libfutures_channel-03cd9d751467f83a.rlib,libfutures_sink-35d458f2137ac202.rlib,libfutures_task-fe6ec8b4fa7b315f.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-946c5c7661b89146.rlib,libcolor_eyre-f54d6126eb6d9d2b.rlib,libcolor_spantrace-cc87dcab05a1f5b2.rlib,libtracing_error-4ec648640ca73f90.rlib,libtracing_subscriber-14af7df13604a4ce.rlib,libsmallvec-cccb44d9dce4cf27.rlib,libansi_term-bdfff57b5fb49171.rlib,libthread_local-37418094d6fd41ee.rlib,libsharded_slab-5513b71284fab34e.rlib,libtracing_log-d7e1f90953dd5bb7.rlib,liblog-85ece36e36b085b5.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libtracing-1588fa6216e79737.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libtracing_core-1aacc8bb436d29e1.rlib,libowo_colors-8f99a2c9f9267903.rlib,libeyre-e0d00a1f10e2393f.rlib,libindenter-660efc77d4619410.rlib,libonce_cell-0167e499dfd386e1.rlib,libbacktrace-917e294af131e99d.rlib,libminiz_oxide-3a826a4debd45fea.rlib,libadler-b32dea79b2f05ffd.rlib,libobject-119207355fba4be5.rlib,libmemchr-d88797af6a5880b4.rlib,liblibc-3efcfdb7cbc4aa8d.rlib,libaddr2line-63cfa50511a3d120.rlib,libgimli-385050711d28ee71.rlib,libcfg_if-66d55f6b302e88c8.rlib,librustc_demangle-4e14502e0acf1333.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/rustcXfFPeF/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/changeup-fcf62b3a473a55f1" "-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-2357af3aac29a2f9.rlib(getrandom-2357af3aac29a2f9.getrandom.5eb2b18c46bd1cd5-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_readonly17h5ee1b5f619826304E+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 `changeup` (bin "changeup") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "c9b7b79a4cee661f634024bbb408b12e4c7eac68e61bcdf0f7b8480d26362a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9b7b79a4cee661f634024bbb408b12e4c7eac68e61bcdf0f7b8480d26362a6a", kill_on_drop: false }` [INFO] [stdout] c9b7b79a4cee661f634024bbb408b12e4c7eac68e61bcdf0f7b8480d26362a6a