[INFO] cloning repository https://github.com/EmperDeon/healthcheck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/EmperDeon/healthcheck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmperDeon%2Fhealthcheck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEmperDeon%2Fhealthcheck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54c6110168a2a34289ea0fbe64f178f9aa6e8ee7 [INFO] testing EmperDeon/healthcheck 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%2FEmperDeon%2Fhealthcheck" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/EmperDeon/healthcheck [INFO] finished tweaking git repo https://github.com/EmperDeon/healthcheck [INFO] tweaked toml for git repo https://github.com/EmperDeon/healthcheck written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/EmperDeon/healthcheck 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/EmperDeon/healthcheck 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 11f32834ce2f0c21677064c7528eb260edcd48ef106cf823792331342af79adf [INFO] running `Command { std: "docker" "start" "-a" "11f32834ce2f0c21677064c7528eb260edcd48ef106cf823792331342af79adf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "11f32834ce2f0c21677064c7528eb260edcd48ef106cf823792331342af79adf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11f32834ce2f0c21677064c7528eb260edcd48ef106cf823792331342af79adf", kill_on_drop: false }` [INFO] [stdout] 11f32834ce2f0c21677064c7528eb260edcd48ef106cf823792331342af79adf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 029ddd4ff9e90050f1521abdb9f74f41cd0c7cf19f8b3a6916ab68417860e1d8 [INFO] running `Command { std: "docker" "start" "-a" "029ddd4ff9e90050f1521abdb9f74f41cd0c7cf19f8b3a6916ab68417860e1d8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling tinyvec v1.2.0 [INFO] [stderr] Compiling unicode-bidi v0.3.5 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling cookie-factory v0.2.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling tokio v1.7.1 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling md-5 v0.9.1 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling postgres-protocol v0.6.1 [INFO] [stderr] Compiling idna v0.1.5 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling postgres-types v0.2.1 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling input_buffer v0.3.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling combine v4.6.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling ureq v2.1.1 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-postgres v0.7.2 [INFO] [stderr] Compiling redis v0.20.2 [INFO] [stderr] Compiling postgres v0.19.1 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling handlebars v1.1.0 [INFO] [stderr] Compiling amq-protocol-types v1.2.0 [INFO] [stderr] Compiling cargo-lock v4.0.1 [INFO] [stderr] Compiling amq-protocol-codegen v1.4.0 [INFO] [stderr] Compiling built v0.4.4 [INFO] [stderr] Compiling amiquip v0.4.0 [INFO] [stderr] Compiling amq-protocol v1.4.0 [INFO] [stderr] Compiling healthcheck v0.1.1 (/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/rustcGIn74D/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libureq-5a067a74b47cfd57.rlib,libwebpki_roots-7b6782f070f6419b.rlib,librustls-3f57655ff5b8446a.rlib,libsct-33792149c74fc2d8.rlib,libwebpki-740fdfb0ebd31714.rlib,libring-70bd835d426aa1bb.rlib,libspin-727e07ee1a68c4a1.rlib,libuntrusted-ac99e7922c585a09.rlib,libonce_cell-cadb55224f1ed138.rlib,libchunked_transfer-9867de9712728cb6.rlib,libredis-339dc0b4db054442.rlib,libdtoa-f882113df419a609.rlib,liburl-ee1c7992248a381e.rlib,libidna-42369471594e6f7b.rlib,libform_urlencoded-c7ca260acdafb077.rlib,libcombine-cc81ec77cb147c03.rlib,libpostgres-63e959e93ecadc10.rlib,libtokio_postgres-1e6b2b19a94d1b3d.rlib,libphf-24f8188bdfb792cc.rlib,libphf_shared-9a0e4c520cac37f7.rlib,libsiphasher-340ef969b14d0bbf.rlib,libsocket2-04165fad814b7453.rlib,libtokio_util-1a0ba50824a9db3a.rlib,libparking_lot-2dca0b6456645d8d.rlib,libparking_lot_core-e60a0daf65c8d8be.rlib,libsmallvec-a0b9fe2bb61c7c93.rlib,liblock_api-8a3a9ae637979500.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-96e83b871cb6a3bd.rlib,libtokio-1c2633f3f26cf249.rlib,libmio-fac44f169264b294.rlib,libpostgres_types-8899bbe27a3fa7d2.rlib,libpostgres_protocol-a8a2a77071ae81bd.rlib,libbase64-1447dfff012d42f8.rlib,libstringprep-a3000a4cbb00732d.rlib,libsha2-434aa61f0d616d66.rlib,libcpufeatures-8b96bec3e217b71f.rlib,librand-550286ac7632995c.rlib,librand_chacha-76682ccbeb6edfd3.rlib,libppv_lite86-5a92c3ab26105205.rlib,librand_core-a0184c68a04583bb.rlib,libgetrandom-94946756e351b095.rlib,libhmac-535751d8024b1ec5.rlib,libcrypto_mac-8ed2614cf479c33c.rlib,libsubtle-b30874e4b7c2301d.rlib,libmd5-5f6624ce44fe575a.rlib,libopaque_debug-bfd86111b0908dde.rlib,libblock_buffer-bb73cade331d8c0a.rlib,libdigest-392b0119d713202e.rlib,libgeneric_array-b8f324177b2c2b8f.rlib,libtypenum-b0ea879750aa85fb.rlib,libfutures-041f2585aa325662.rlib,libfutures_executor-04513b89b66b789e.rlib,libfutures_util-c387054d6e271bf5.rlib,libfutures_io-d2e168d7a38f858c.rlib,libfutures_channel-d7d2b5a1fab2fed0.rlib,libpin_project_lite-4390088538166d84.rlib,libfutures_sink-a45f562d8650455c.rlib,libfutures_task-745d6cc0eb00d6e5.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-891d760f6cde94e5.rlib,libbytes-f5f6908afbf67346.rlib,libbyteorder-c7092f68299ac016.rlib,libfallible_iterator-da18290346318e11.rlib,libamiquip-934cd5dce6d949b3.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libindexmap-4c045fd774b717b5.rlib,libhashbrown-aed633c8184090a0.rlib,libmio_extras-c0c3ebbffc87b98b.rlib,liblazycell-eedb34e0c1f475b4.rlib,libinput_buffer-5a75820fff9834b5.rlib,libbytes-3e6aab9f92fa68ff.rlib,libsnafu-17670660acd43ebe.rlib,libdoc_comment-371febfbc0981078.rlib,libmio-657660b7f03d0136.rlib,libslab-77a18d92df1fb8de.rlib,libiovec-e9d2d363cfec2559.rlib,libnet2-34fa084df7cd3c57.rlib,libcfg_if-2d17986ae484e939.rlib,libcrossbeam_channel-9b63ddeaffe4e71d.rlib,libcrossbeam_utils-4810c5eaacee4e16.rlib,libamq_protocol-4eebe2b83f082747.rlib,liburl-58002b95b76cec55.rlib,libpercent_encoding-c47875da91a27715.rlib,libidna-98e5d296395136bc.rlib,libunicode_normalization-28bea95e7b716c18.rlib,libtinyvec-f85e4e0caa5b9d82.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-fba63ab404db077b.rlib,libmatches-d7125afe50072f5c.rlib,libamq_protocol_codegen-3cd057b16aaeb46c.rlib,libhandlebars-08686a956efb07c6.rlib,libwalkdir-6da7a998d20d0502.rlib,libsame_file-ebfa63be59ead6ba.rlib,libregex-aaded3a8bda1d360.rlib,libaho_corasick-7506e0b2d70396fb.rlib,libregex_syntax-ae12054508fb30be.rlib,libquick_error-022321fe562bcedb.rlib,libpest-80731a695d4ad35d.rlib,libucd_trie-13451e140af838e0.rlib,liblog-2fa663e3959e676f.rlib,libcfg_if-66d55f6b302e88c8.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libamq_protocol_types-86b7945f99fffb16.rlib,libnom-617d48c9578fb368.rlib,libmemchr-957e86e3927603bf.rlib,libcookie_factory-4de1a518d96babb6.rlib,libserde_json-dc8bbfc6454c3bf7.rlib,libryu-af883cd9b444a782.rlib,libitoa-99e7082793cfaa64.rlib,libserde-bbcd50a01610acd3.rlib,libchrono-2e9f16db1c3b1a29.rlib,libnum_integer-776fc74e87f61fcf.rlib,libnum_traits-e5050f906ed56291.rlib,libtime-89e1e510be7f52ca.rlib,libdotenv-071ec522f34dd5ab.rlib,libclap-70d16288ab5d5e37.rlib,libvec_map-f5624d319d58cb9d.rlib,libtextwrap-8f512d08ba4810ae.rlib,libunicode_width-a8c49d31449f9404.rlib,libstrsim-b8b77d7a062bc77b.rlib,libbitflags-561a4f1321538a32.rlib,libatty-295355c3fd1a6955.rlib,liblibc-0af8d1e9c789790f.rlib,libansi_term-ff0b7d01d18bd931.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/rustcGIn74D/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/ring-15b74f0b359dc208/out" "-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/healthcheck-261dd82132a5c82d" "-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-94946756e351b095.rlib(getrandom-94946756e351b095.getrandom.f0cf895e85db82fd-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.3/src/util_libc.rs:110:(.text._ZN9getrandom9util_libc13open_readonly17h820d9f1b262fa2f4E+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 `healthcheck` (bin "healthcheck") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "029ddd4ff9e90050f1521abdb9f74f41cd0c7cf19f8b3a6916ab68417860e1d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "029ddd4ff9e90050f1521abdb9f74f41cd0c7cf19f8b3a6916ab68417860e1d8", kill_on_drop: false }` [INFO] [stdout] 029ddd4ff9e90050f1521abdb9f74f41cd0c7cf19f8b3a6916ab68417860e1d8