[INFO] cloning repository https://github.com/bjeanes/rust-workspaces-gh-actions-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bjeanes/rust-workspaces-gh-actions-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjeanes%2Frust-workspaces-gh-actions-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjeanes%2Frust-workspaces-gh-actions-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6f01845719aca3ad67de90cc33e50ef2a927234b [INFO] testing bjeanes/rust-workspaces-gh-actions-playground 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%2Fbjeanes%2Frust-workspaces-gh-actions-playground" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/bjeanes/rust-workspaces-gh-actions-playground [INFO] finished tweaking git repo https://github.com/bjeanes/rust-workspaces-gh-actions-playground [INFO] tweaked toml for git repo https://github.com/bjeanes/rust-workspaces-gh-actions-playground written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/bjeanes/rust-workspaces-gh-actions-playground 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/bjeanes/rust-workspaces-gh-actions-playground 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 6b16e2476d3b35de59615f5a35aef7c35e41de09f4b07f4679045024c4c5bc05 [INFO] running `Command { std: "docker" "start" "-a" "6b16e2476d3b35de59615f5a35aef7c35e41de09f4b07f4679045024c4c5bc05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b16e2476d3b35de59615f5a35aef7c35e41de09f4b07f4679045024c4c5bc05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b16e2476d3b35de59615f5a35aef7c35e41de09f4b07f4679045024c4c5bc05", kill_on_drop: false }` [INFO] [stdout] 6b16e2476d3b35de59615f5a35aef7c35e41de09f4b07f4679045024c4c5bc05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a8b71e9a9ced9ade77dd4492e31ec0774c5ec91e50dcecb0f3c4e6b17b5075d7 [INFO] running `Command { std: "docker" "start" "-a" "a8b71e9a9ced9ade77dd4492e31ec0774c5ec91e50dcecb0f3c4e6b17b5075d7", 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] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.132 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde_derive v1.0.144 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde v1.0.144 [INFO] [stderr] Compiling futures-core v0.3.23 [INFO] [stderr] Compiling once_cell v1.13.1 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-sink v0.3.23 [INFO] [stderr] Compiling bytes v1.2.1 [INFO] [stderr] Compiling futures-task v0.3.23 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling futures-channel v0.3.23 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling futures-util v0.3.23 [INFO] [stderr] Compiling futures-io v0.3.23 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling tracing-core v0.1.29 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.6 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.85 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling nix v0.24.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling cpufeatures v0.2.4 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling iana-time-zone v0.1.46 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Compiling chrono v0.4.22 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling spin v0.9.4 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling rust_decimal v1.26.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling os_str_bytes v6.3.0 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling pollster v0.2.5 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.15 [INFO] [stderr] Compiling futures-macro v0.3.23 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling tracing-attributes v0.1.22 [INFO] [stderr] Compiling thiserror-impl v1.0.33 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling bitmask-enum v2.0.0 [INFO] [stderr] Compiling clap_derive v3.2.17 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling flume v0.10.14 [INFO] [stderr] Compiling tracing v0.1.36 [INFO] [stderr] Compiling thiserror v1.0.33 [INFO] [stderr] Compiling clap v3.2.17 [INFO] [stderr] Compiling futures-executor v0.3.23 [INFO] [stderr] Compiling futures v0.3.23 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling h2 v0.3.14 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serialport v4.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling humantime-serde v1.1.1 [INFO] [stderr] Compiling mio-serial v5.0.2 [INFO] [stderr] Compiling tokio-serial v5.4.3 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling rumqttc v0.16.0 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling tokio-modbus v0.5.3 [INFO] [stderr] Compiling tokio-tungstenite v0.17.2 [INFO] [stderr] Compiling serde-aux v3.2.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling sungrow-winets v0.1.0 (/opt/rustwide/workdir/sungrow-winets) [INFO] [stdout] warning: this function depends on never type fallback being `()` [INFO] [stdout] --> sungrow-winets/src/lib.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | #[tracing::instrument(level = "debug")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = help: specify the types explicitly [INFO] [stdout] note: in edition 2024, the requirement `std::result::Result: From` will fail [INFO] [stdout] --> sungrow-winets/src/lib.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | parse_response(response).await?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(dependency_on_unit_never_type_fallback)]` on by default [INFO] [stdout] = note: this warning originates in the attribute macro `tracing::instrument` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling tokio_modbus-winets v0.1.0 (/opt/rustwide/workdir/tokio_modbus-winets) [INFO] [stderr] Compiling modbus-mqtt v0.3.0 (/opt/rustwide/workdir/modbus-mqtt) [INFO] [stdout] warning: method `is_shutdown` is never used [INFO] [stdout] --> modbus-mqtt/src/shutdown.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 38 | impl Shutdown { [INFO] [stdout] | ------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 57 | pub(crate) fn is_shutdown(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> modbus-mqtt/src/modbus/connection.rs:304:24 [INFO] [stdout] | [INFO] [stdout] 304 | pub(crate) struct Unit(crate::modbus::UnitId); [INFO] [stdout] | ---- ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this struct [INFO] [stdout] | [INFO] [stdout] = help: consider removing this field [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/rustccXJdLU/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libtracing_subscriber-d7beb53f66d72b04.rlib,libansi_term-bdfff57b5fb49171.rlib,libthread_local-37418094d6fd41ee.rlib,libsharded_slab-5513b71284fab34e.rlib,libtracing_log-3c4bca234ca7ccd4.rlib,libmodbus_mqtt-600e0069ce608bd2.rlib,libhumantime_serde-1a884e382627b0bc.rlib,libhumantime-d1d8eb802ffca79e.rlib,libtokio_modbus_winets-970282310433d989.rlib,libsungrow_winets-3ebacda7cbe68975.rlib,libreqwest-ee813fc95ce5c410.rlib,libserde_urlencoded-7b6cceccdaa8d01b.rlib,libipnet-25bfa961211cc0fe.rlib,libmime-2517c84452183460.rlib,libencoding_rs-bbbcc84d3ca8f21f.rlib,libhyper-e6ef782ce8da6562.rlib,libwant-8af00ba2813044c8.rlib,libtry_lock-d956e9fcf0af499a.rlib,libh2-80c79f83dfd9bd5a.rlib,libtower_service-b69620aa0e2195d2.rlib,libhttp_body-894fc8755a1169ef.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libif_chain-96af74ff817b43ff.rlib,libtokio_tungstenite-e6dd5377f00b9d77.rlib,libtungstenite-1f517a53608995b4.rlib,libbase64-1447dfff012d42f8.rlib,librand-e027878e9931f2e7.rlib,librand_chacha-9467e31dd7ed0896.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-aee9076a1f033ba1.rlib,libutf8-f59a957f78b3215a.rlib,libsha1-2bb3b091474a70ff.rlib,libcpufeatures-0cc70b1a3e3c4e60.rlib,libdigest-5ad6f5b86331a959.rlib,libblock_buffer-06b06885aabcd44e.rlib,libcrypto_common-f35d9cdda463edcc.rlib,libgeneric_array-94ff2b8f5e54f4b4.rlib,libtypenum-dfaa696d06b304f0.rlib,libhttparse-d5036b1fd52b451b.rlib,libhttp-02f43eeb79b164de.rlib,libfnv-81596130b397d5c3.rlib,libserde_aux-c29c43a06314b313.rlib,libchrono-49cc06b0798ca03d.rlib,libiana_time_zone-3ce4f9187b9b8c32.rlib,libnum_integer-c4f3d88e9ed7a49e.rlib,libtokio_serial-68b34c7a2e8ebca2.rlib,libfutures-b1902a90788a930f.rlib,libfutures_executor-dcb02ef96916b422.rlib,libmio_serial-26acf380bae5c772.rlib,libnix-e3e45e6c75fefdab.rlib,libmemoffset-9acda8b838fa5d0e.rlib,libserialport-82e180ffb5cd472a.rlib,libnix-75302df1687d95d8.rlib,librumqttc-eea343472eec8e29.rlib,liburl-10647ddfde535a04.rlib,libidna-3829723a3f87ea33.rlib,libunicode_normalization-92ab26775a19d6a1.rlib,libtinyvec-21bb3701804405c4.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-a8729daac9c66a13.rlib,libform_urlencoded-08b32e4d9c417640.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libmatches-210e485a89affeee.rlib,libpollster-2e8f0a2260367c6f.rlib,libthiserror-cae0f07a0ccc55ed.rlib,libflume-e2f43444148767c3.rlib,libspin-51d27e9ddaafe555.rlib,liblock_api-05ccfdad17814006.rlib,libscopeguard-73056285f12cb829.rlib,libpin_project-297c1ec90ef25203.rlib,libnanorand-2fcacbf50160e297.rlib,libgetrandom-ea8ffc1d46bdf198.rlib,libtokio_modbus-d1911c7fda287c72.rlib,libfutures_util-9b446a34cdedba06.rlib,libfutures_io-afcf01924b8a03b2.rlib,libslab-793d2e028b450ee7.rlib,libfutures_channel-c14e0cf7e6bfdc08.rlib,libfutures_task-fe6ec8b4fa7b315f.rlib,libpin_utils-b08f1197f0cdae19.rlib,libtokio_util-0a888bc7e2d73917.rlib,libtracing-fd710d31b18b31a8.rlib,libtracing_core-83eda59d86adb2ab.rlib,libfutures_core-946c5c7661b89146.rlib,libfutures_sink-35d458f2137ac202.rlib,libsmallvec-cccb44d9dce4cf27.rlib,libbyteorder-c7092f68299ac016.rlib,libtokio-d3808be907bcf53a.rlib,libsignal_hook_registry-73b6c3ec32b89e52.rlib,libnum_cpus-02cf7de8bf5ab291.rlib,libsocket2-91746a4169aba353.rlib,libmemchr-d88797af6a5880b4.rlib,libbytes-2fec685abb1946c8.rlib,libpin_project_lite-d27858faef1bbdcd.rlib,libmio-302a98a3fd792348.rlib,liblog-85ece36e36b085b5.rlib,libcfg_if-66d55f6b302e88c8.rlib,librust_decimal-bcb15876047b46f1.rlib,libserde_json-68713958dbbe7b10.rlib,libryu-d13899e55c17b23e.rlib,libitoa-10e0d0f6ad8ac545.rlib,libserde-ce5688c816a6f061.rlib,libarrayvec-9dc360b2cb2ad52c.rlib,libnum_traits-aa170a4a4ab0fd40.rlib,libclap-5fb0eecb805db1af.rlib,libatty-7a1eb1f33fdf6eee.rlib,liblibc-3efcfdb7cbc4aa8d.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,libbitflags-e274cd04b58a060d.rlib,libonce_cell-0167e499dfd386e1.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/rustccXJdLU/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/modbus_mqtt-6a9eabb00eb75543" "-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-ea8ffc1d46bdf198.rlib(getrandom-ea8ffc1d46bdf198.getrandom.b3e6162a35d82145-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_readonly17h62b02699e0ccba11E+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 `modbus-mqtt` (bin "modbus-mqtt") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a8b71e9a9ced9ade77dd4492e31ec0774c5ec91e50dcecb0f3c4e6b17b5075d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8b71e9a9ced9ade77dd4492e31ec0774c5ec91e50dcecb0f3c4e6b17b5075d7", kill_on_drop: false }` [INFO] [stdout] a8b71e9a9ced9ade77dd4492e31ec0774c5ec91e50dcecb0f3c4e6b17b5075d7