[INFO] cloning repository https://github.com/doums/archivur [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/doums/archivur" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoums%2Farchivur", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdoums%2Farchivur'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ab0a16e62e28f5541a2eb966a334629e021e43ee [INFO] testing doums/archivur 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%2Fdoums%2Farchivur" "/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/doums/archivur [INFO] finished tweaking git repo https://github.com/doums/archivur [INFO] tweaked toml for git repo https://github.com/doums/archivur written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/doums/archivur 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/doums/archivur 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] c9c972ea1cbb9186c5208745399de197009a66f59895afbca7bf5b648329d8a8 [INFO] running `Command { std: "docker" "start" "-a" "c9c972ea1cbb9186c5208745399de197009a66f59895afbca7bf5b648329d8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c9c972ea1cbb9186c5208745399de197009a66f59895afbca7bf5b648329d8a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9c972ea1cbb9186c5208745399de197009a66f59895afbca7bf5b648329d8a8", kill_on_drop: false }` [INFO] [stdout] c9c972ea1cbb9186c5208745399de197009a66f59895afbca7bf5b648329d8a8 [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] 720230bfbcd40b5d32120f6b2c429224158e95d1da4f96174c87cdef6add171d [INFO] running `Command { std: "docker" "start" "-a" "720230bfbcd40b5d32120f6b2c429224158e95d1da4f96174c87cdef6add171d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling bytes-utils v0.1.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling aws-types v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling serde_derive v1.0.128 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling zstd-sys v1.5.0+zstd.1.4.9 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Compiling smithy-types v0.0.1 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling local-waker v0.1.1 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling smithy-eventstream v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling zstd-safe v3.1.0+zstd.1.4.9 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling actix-service v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling actix-utils v3.0.0 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling zeroize v1.4.1 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling ct-logs v0.8.0 [INFO] [stderr] Compiling aws-sigv4 v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling sha-1 v0.9.7 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling rustls-native-certs v0.5.0 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling actix-macros v0.2.1 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling smithy-xml v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling actix-web-codegen v0.5.0-beta.3 [INFO] [stderr] Compiling local-channel v0.1.2 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling smithy-async v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling tower v0.4.8 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling actix-rt v2.2.0 [INFO] [stderr] Compiling actix-codec v0.4.0 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling actix-tls v3.0.0-beta.5 [INFO] [stderr] Compiling actix-server v2.0.0-beta.5 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling hyper v0.14.11 [INFO] [stderr] Compiling smithy-http v0.0.1 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling aws-auth v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling smithy-http-tower v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling aws-endpoint v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling aws-http v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling smithy-client v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling aws-sig-auth v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling aws-hyper v0.1.0 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling aws-sdk-s3 v0.0.16-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.16-alpha#dab3b0a9) [INFO] [stderr] Compiling zstd v0.7.0+zstd.1.4.9 [INFO] [stderr] Compiling actix-http v3.0.0-beta.9 [INFO] [stderr] Compiling actix-web v4.0.0-beta.8 [INFO] [stderr] Compiling archivur v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/service_config.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | cloned_tx.send((cloned_key, object)).await; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 57 | let _ = cloned_tx.send((cloned_key, object)).await; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/service_config.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 147 | / cloned_tx [INFO] [stdout] 148 | | .send( [INFO] [stdout] 149 | | CompletedPart::builder() [INFO] [stdout] 150 | | .set_e_tag(output.e_tag) [INFO] [stdout] ... | [INFO] [stdout] 154 | | .await; [INFO] [stdout] | |______________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 147 | let _ = cloned_tx [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/rustcYrc0ug/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libenv_logger-71a26f72ff5941a4.rlib,libatty-c2122f69782dc05f.rlib,libtermcolor-811ad993a566b17a.rlib,libhumantime-d1d8eb802ffca79e.rlib,libzip-c15d04f2eb8f0fbe.rlib,libbzip2-1af7c30a9f0e08a8.rlib,libbzip2_sys-ebdd9c6bb19395b9.rlib,libbyteorder-c7092f68299ac016.rlib,libtokio_stream-a58b5d4afe2df1a4.rlib,libaws_sdk_s3-017e67e163a93204.rlib,libmd5-1874fcc3af47e6d3.rlib,libaws_hyper-27e799521038fe22.rlib,libaws_sig_auth-7bca4e111df59a10.rlib,libaws_sigv4-1df89d94c76e3cec.rlib,libhex-a52fd19e29921b8e.rlib,libaws_http-0cf83927705e6c37.rlib,libsmithy_client-3dc8e8c99ed86ad9.rlib,libhyper_rustls-28535504d8b7c930.rlib,libct_logs-41ccde1950905196.rlib,librustls_native_certs-524c80b6311e16ae.rlib,libopenssl_probe-8a0f606d549d520a.rlib,libtokio_rustls-7e0456096dead829.rlib,librustls-d7a80cf4f8391c91.rlib,libsct-e60436e022380745.rlib,libwebpki-1a4fc574cee39e9e.rlib,libring-f1ed7a6950460fd7.rlib,libspin-727e07ee1a68c4a1.rlib,libuntrusted-ac99e7922c585a09.rlib,libfastrand-2f4c4b947f240fa2.rlib,libsmithy_http_tower-200558c947a41dac.rlib,libtower-5967eb607e6bdf77.rlib,libtower_layer-56a4d8cbb7cb04c4.rlib,libaws_endpoint-f27117c70f491b02.rlib,libaws_auth-61c075d107b9e978.rlib,libsmithy_async-0989c04085128607.rlib,libzeroize-391959bc7980353a.rlib,libsmithy_http-04155545523a9b62.rlib,libsmithy_eventstream-fc52762986168c6b.rlib,libhyper-032645daf7b13e50.rlib,libwant-633d9112559b1b2f.rlib,libtry_lock-d956e9fcf0af499a.rlib,libtower_service-a4da4ae722e0ce46.rlib,libfutures_channel-64f45f1974e6cc11.rlib,libsmithy_types-b60dc97b9262b07a.rlib,libchrono-4565ec0f12b65aea.rlib,libnum_integer-5d816ee00fec806b.rlib,libnum_traits-86e23060c06bbffb.rlib,libbytes_utils-005ebac3097ae471.rlib,libhttp_body-8781da39cdba3cb3.rlib,libsmithy_xml-305355d98cab0df3.rlib,libxmlparser-c8f08ec9fa40abd4.rlib,libthiserror-03290dda69fd397c.rlib,libaws_types-c0156ee29e0c37ec.rlib,libactix_web-f3af5db0e1a8cf1e.rlib,libeither-4c8c1e39a99655ac.rlib,libsocket2-030c1c713aec25e7.rlib,libactix_server-662aa2fbb362ef93.rlib,libcookie-2258eef6d07751c9.rlib,liburl-6a0408d6e128ebef.rlib,libidna-2dcd488e211a4fc5.rlib,libunicode_normalization-4c2b7b0325bb03da.rlib,libtinyvec-f245651c7e9f5ae5.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-235f8eddebd79523.rlib,libserde_urlencoded-95acf09ad6964dbd.rlib,libform_urlencoded-08b32e4d9c417640.rlib,libmatches-210e485a89affeee.rlib,libserde_json-6ea2f387eb356752.rlib,libryu-af883cd9b444a782.rlib,libactix_router-510fabda0d874630.rlib,libregex-d5c369978972243e.rlib,libaho_corasick-35dda82c90652365.rlib,libregex_syntax-ae12054508fb30be.rlib,libserde-6f61727b7bd2262e.rlib,libactix_http-9173fda43c3293ad.rlib,libbase64-1447dfff012d42f8.rlib,librand-b750243e149b9fad.rlib,librand_chacha-4753a31a87954c09.rlib,libppv_lite86-5a92c3ab26105205.rlib,librand_core-96bfb42d34dad7d9.rlib,libhttparse-d0c202cec822a6f8.rlib,libsha1-c272f6d789746fc8.rlib,libopaque_debug-bfd86111b0908dde.rlib,libcpufeatures-8b96bec3e217b71f.rlib,libblock_buffer-bb73cade331d8c0a.rlib,libdigest-392b0119d713202e.rlib,libgeneric_array-b8f324177b2c2b8f.rlib,libtypenum-b0ea879750aa85fb.rlib,liblocal_channel-d0981328b010d182.rlib,libbytestring-e37657fb6895ac6e.rlib,libencoding_rs-078442d79d5a0b72.rlib,liblanguage_tags-25940a6be2f00ae5.rlib,libmime-2517c84452183460.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libzstd-2f0dcc6116cd951b.rlib,libzstd_safe-f66088c152a2394a.rlib,libzstd_sys-f406f04ba61265a3.rlib,libflate2-1196959e2223b348.rlib,libminiz_oxide-16b4b8547a6b52b2.rlib,libadler-b32dea79b2f05ffd.rlib,libcrc32fast-73831421cab1f53a.rlib,libbrotli2-739f386fb7b3130c.rlib,libbrotli_sys-ef8ad455fc40dbb2.rlib,libtime-b5bcc0a4abe363ef.rlib,libtime_macros-3bd014320ffbf251.rlib,libstandback-83e254465ab0b238.rlib,libahash-4c2d8cf4e73dd23b.rlib,libgetrandom-96ec73ffefc59999.rlib,libactix_tls-7aca10461f21096a.rlib,libh2-f752d7d8b9accc67.rlib,libtracing-1b29c69f0b3d5b71.rlib,libtracing_core-130d3924557f1741.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libindexmap-205a9cda8df2427d.rlib,libhashbrown-f6484c11bf24e065.rlib,libfutures_util-9c3dd2b53c43396d.rlib,libslab-520ed64810a79da5.rlib,libfutures_task-d04be23f7dec3190.rlib,libpin_utils-b08f1197f0cdae19.rlib,libhttp-776e13babe3c966e.rlib,libitoa-7c9a83f6047c872a.rlib,libfnv-81596130b397d5c3.rlib,libactix_service-4c662bca73901608.rlib,libactix_codec-8ad4048edfe761a9.rlib,libbitflags-e274cd04b58a060d.rlib,libtokio_util-cc6780b9ea33ab4b.rlib,libfutures_sink-ea831f14803deddc.rlib,libpin_project-984ba8a075ecad42.rlib,libactix_utils-6a2ee7da8b8ec37e.rlib,liblocal_waker-d4c2e72550cc527e.rlib,libactix_rt-803b9c14697e95b1.rlib,libfutures_core-968e6ebd90ebb97a.rlib,libtokio-3ff6a14b84448326.rlib,libsignal_hook_registry-9d7aaa037a7773d5.rlib,libnum_cpus-f037dc6829107a9f.rlib,libmemchr-a2892755812de0fe.rlib,libonce_cell-4f239b47916bc9d6.rlib,libbytes-f5f6908afbf67346.rlib,libmio-d5f807ad4b44db6d.rlib,libpin_project_lite-668e52fe3a18bf8a.rlib,libparking_lot-a472c7501c820f56.rlib,libparking_lot_core-51d78db22b3a21a9.rlib,liblibc-dab2adecb35fd10f.rlib,libsmallvec-a0b9fe2bb61c7c93.rlib,liblock_api-8a3a9ae637979500.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-7deb58ca3148c0e0.rlib,liblog-ac2d7cc7e3389574.rlib,libcfg_if-66d55f6b302e88c8.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/rustcYrc0ug/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/brotli-sys-5decdc68367f5848/out" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/zstd-sys-8238a93e5870c4df/out" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/ring-3459938963df001c/out" "-L" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/build/bzip2-sys-769d85f0fdec7cd5/out/lib" "-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/archivur-0cc9bdd5f4b2ae3a" "-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-96ec73ffefc59999.rlib(getrandom-96ec73ffefc59999.getrandom.323d77f31caf52c8-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_readonly17h041c0ef50f279177E+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 `archivur` (bin "archivur") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "720230bfbcd40b5d32120f6b2c429224158e95d1da4f96174c87cdef6add171d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "720230bfbcd40b5d32120f6b2c429224158e95d1da4f96174c87cdef6add171d", kill_on_drop: false }` [INFO] [stdout] 720230bfbcd40b5d32120f6b2c429224158e95d1da4f96174c87cdef6add171d