[INFO] cloning repository https://github.com/fcdfl/proxy-subscriber [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fcdfl/proxy-subscriber" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcdfl%2Fproxy-subscriber", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffcdfl%2Fproxy-subscriber'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e4ee7c4840bfe79eca6936b9ddc0bca0918035f [INFO] testing fcdfl/proxy-subscriber 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%2Ffcdfl%2Fproxy-subscriber" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/fcdfl/proxy-subscriber [INFO] finished tweaking git repo https://github.com/fcdfl/proxy-subscriber [INFO] tweaked toml for git repo https://github.com/fcdfl/proxy-subscriber written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/fcdfl/proxy-subscriber 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/fcdfl/proxy-subscriber 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-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] e63649be3e341a972a2489dabe47ecad2d65a4824878201b16e009b515008ad8 [INFO] running `Command { std: "docker" "start" "-a" "e63649be3e341a972a2489dabe47ecad2d65a4824878201b16e009b515008ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e63649be3e341a972a2489dabe47ecad2d65a4824878201b16e009b515008ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e63649be3e341a972a2489dabe47ecad2d65a4824878201b16e009b515008ad8", kill_on_drop: false }` [INFO] [stdout] e63649be3e341a972a2489dabe47ecad2d65a4824878201b16e009b515008ad8 [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] 577efcc1fdb4a01413bb32f514817eeccd4e3dc4e1c083b52dd94ead1688f720 [INFO] running `Command { std: "docker" "start" "-a" "577efcc1fdb4a01413bb32f514817eeccd4e3dc4e1c083b52dd94ead1688f720", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling futures-task v0.3.19 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling futures-util v0.3.19 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling futures-channel v0.3.19 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling futures-io v0.3.19 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling async-trait v0.1.52 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling block-buffer v0.10.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling sha2 v0.10.1 [INFO] [stderr] Compiling http v0.2.6 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling md-5 v0.10.0 [INFO] [stderr] Compiling hmac v0.12.0 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling siphasher v0.3.9 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling serde_json v1.0.75 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling postgres-protocol v0.6.3 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling http-body v0.4.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling tokio v1.15.0 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling askama_escape v0.10.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling postgres-types v0.2.2 [INFO] [stderr] Compiling futures-macro v0.3.19 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling postgres-derive v0.4.1 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling http-range-header v0.3.0 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling humansize v1.1.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling futures-executor v0.3.19 [INFO] [stderr] Compiling axum-core v0.1.1 [INFO] [stderr] Compiling futures v0.3.19 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling deadpool-runtime v0.1.2 [INFO] [stderr] Compiling tokio-postgres v0.7.5 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling tower v0.4.11 [INFO] [stderr] Compiling tower-http v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling sync_wrapper v0.1.1 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling matchit v0.4.4 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tokio-pg-mapper v0.2.0 [INFO] [stderr] Compiling hyper v0.14.16 [INFO] [stderr] Compiling tokio-pg-mapper-derive v0.2.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling deadpool v0.9.2 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling deadpool-postgres v0.10.1 [INFO] [stderr] Compiling askama_shared v0.12.0 [INFO] [stderr] Compiling tracing-subscriber v0.2.25 [INFO] [stderr] Compiling axum v0.4.4 [INFO] [stderr] Compiling config v0.11.0 [INFO] [stderr] Compiling askama_derive v0.11.0 [INFO] [stderr] Compiling askama v0.11.0 [INFO] [stderr] Compiling proxy-subscriber v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `cf` and `co` are never read [INFO] [stdout] --> src/args.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 36 | pub struct ArgsForSub { [INFO] [stdout] | ---------- fields in this struct [INFO] [stdout] ... [INFO] [stdout] 40 | pub cf: String, [INFO] [stdout] | ^^ [INFO] [stdout] 41 | /// 是否只获取优选IP的节点 [INFO] [stdout] 42 | pub co: u8, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `ArgsForSub` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `co` and `cfs` are never used [INFO] [stdout] --> src/args.rs:45:12 [INFO] [stdout] | [INFO] [stdout] 44 | impl ArgsForSub { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] 45 | pub fn co(&self) -> bool { [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn cfs(&self) -> Option> { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `total_record` and `page_size` are never read [INFO] [stdout] --> src/db/mod.rs:125:9 [INFO] [stdout] | [INFO] [stdout] 124 | pub struct Paginate { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 125 | pub total_record: u64, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 126 | pub page: u32, [INFO] [stdout] 127 | pub page_size: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `CfipList` is never used [INFO] [stdout] --> src/db/cfip.rs:5:10 [INFO] [stdout] | [INFO] [stdout] 5 | pub enum CfipList { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `get` is never used [INFO] [stdout] --> src/db/cfip.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | pub async fn get(client: &Client, cfs: &Vec) -> Result { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `change_name` is never used [INFO] [stdout] --> src/db/group.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | pub(crate) async fn change_name(client: &Client, name: String, id: i32) -> Result { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `change_url` is never used [INFO] [stdout] --> src/db/group.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | pub(crate) async fn change_url(client: &Client, id: i32) -> Result { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `find` is never used [INFO] [stdout] --> src/db/group.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | pub(crate) async fn find(client: &Client, id: i32) -> Result { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `cause` and `types` are never read [INFO] [stdout] --> src/error.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct AppError { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 14 | pub message: Option, [INFO] [stdout] 15 | pub cause: Option>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 16 | pub types: AppErrorType, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AppError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `not_found_msg`, `not_found`, and `invalid_param` are never used [INFO] [stdout] --> src/error.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl AppError { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn not_found_msg(msg: &str) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 47 | pub fn not_found() -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 53 | pub fn invalid_param() -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `redirect` is never used [INFO] [stdout] --> src/handler.rs:53:4 [INFO] [stdout] | [INFO] [stdout] 53 | fn redirect(url: &str) -> RedirectResult { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ToClash` is never used [INFO] [stdout] --> src/types.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | pub trait ToClash { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ToV2ray` is never used [INFO] [stdout] --> src/types.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait ToV2ray { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ToSub` is never used [INFO] [stdout] --> src/types.rs:13:11 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait ToSub: ToClash + ToV2ray {} [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/rustc8pKrnJ/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libtracing_subscriber-25cbeb250f54952b.rlib,libchrono-13419cf8f4896064.rlib,libnum_integer-f0f410ff67500ebc.rlib,libthread_local-f3100146a9d14467.rlib,libsharded_slab-5513b71284fab34e.rlib,libtracing_serde-0c3df3d71687857d.rlib,libtracing_log-daeb466867e37195.rlib,libansi_term-bdfff57b5fb49171.rlib,libmatchers-535395ccb0a7669c.rlib,libregex_automata-a34e99598e24ddb3.rlib,libserde_yaml-61169070698ea0b5.rlib,libindexmap-301be7ca683bf9bd.rlib,libhashbrown-f6484c11bf24e065.rlib,libconfig-8a7e76053e8a781f.rlib,libini-b0ff09685cc04c7f.rlib,libserde_hjson-d294b86c4be8a04e.rlib,libserde-b4ec51007dec9d31.rlib,libregex-61abb5ead9fe6390.rlib,libaho_corasick-c2a7e5a13a42a59f.rlib,libregex_syntax-ae12054508fb30be.rlib,libnum_traits-3be44a6eef49d2d9.rlib,libyaml_rust-5a77fab4494a7e90.rlib,liblinked_hash_map-606dc3728cba933f.rlib,libnom-c84bde96344d78f6.rlib,liblexical_core-6f4ac0c2e8f50827.rlib,libstatic_assertions-df27c3b343cf637f.rlib,libarrayvec-fd19332b40a1becd.rlib,libuuid-f119a4b1428925bb.rlib,libdeadpool_postgres-1d3a6b830ae750c3.rlib,libdeadpool-f8ee7c6b9cd4c1f2.rlib,libdeadpool_runtime-b90ae2afb64cd134.rlib,libaskama-ececa1d4fbf65193.rlib,libaskama_shared-d1b6bb3657f9acc6.rlib,libtoml-f208c13936b4e091.rlib,libsyn-71ab87449ae704e4.rlib,libnom-e0dff13df3ea765f.rlib,libquote-b43d9754b12ff217.rlib,libproc_macro2-d51c57469844ea0e.rlib,libunicode_xid-99c60e23599e750f.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libnum_traits-e187c9543899d750.rlib,libhumansize-362782cae4935017.rlib,libaskama_escape-209995de5bddecc9.rlib,libtokio_pg_mapper-70384de1a08e818c.rlib,libtokio_postgres-690212235dc247c9.rlib,libphf-24a018de17f1e777.rlib,libphf_shared-05e1b0c0871e73be.rlib,libsiphasher-f3fbdfe4fd51f810.rlib,libpostgres_types-66aa37370ec36868.rlib,libpostgres_protocol-f003612ffb952ed0.rlib,libbase64-1447dfff012d42f8.rlib,libstringprep-503f886cc740e713.rlib,libunicode_normalization-b999db1f4766a6ba.rlib,libtinyvec-4bc788528a02b60f.rlib,libtinyvec_macros-c54c30cfa88e68f0.rlib,libunicode_bidi-fb711a4a1fa89e19.rlib,libsha2-5d74526e81ab6839.rlib,libcpufeatures-03d302c468f0d4ec.rlib,librand-79d5ddf3f6eed9eb.rlib,librand_chacha-b8fa1281717b48e7.rlib,libppv_lite86-a9f3c9ee76597f1e.rlib,librand_core-f5a7c99dc41a1a29.rlib,libgetrandom-d2b6e344dddd824c.rlib,libhmac-d92270e70b34a54b.rlib,libmd5-83f664bdc630b0fb.rlib,libdigest-bb31616c1297fb9e.rlib,libsubtle-af5f0d59ba7ae801.rlib,libblock_buffer-4f221d0970abcf2a.rlib,libcrypto_common-e399dab95fb1367f.rlib,libgeneric_array-e4abed14fe55019c.rlib,libtypenum-dfaa696d06b304f0.rlib,libfallible_iterator-da18290346318e11.rlib,libfutures-c45d8eac103d45c9.rlib,libfutures_executor-0547cae9ac277fcf.rlib,libbyteorder-c7092f68299ac016.rlib,libdotenv-071ec522f34dd5ab.rlib,libaxum-20763045a5d86749.rlib,libmatchit-5ebdff6a626aa331.rlib,libserde_urlencoded-0f9ab48b38c5bea5.rlib,libform_urlencoded-08b32e4d9c417640.rlib,libmatches-210e485a89affeee.rlib,libserde_json-b033ebe1972db0a3.rlib,libryu-653032556b772f2f.rlib,libtower_http-f5fb44a43f68b0e3.rlib,libmime_guess-0f39f268d4b293e8.rlib,libunicase-8147ee5a701eb6bd.rlib,libpercent_encoding-3f452dc5e318e927.rlib,libhttp_range_header-c51669b51099b2b6.rlib,libbitflags-e274cd04b58a060d.rlib,libtower-3954785e0328bf6b.rlib,libpin_project-8f14c3816beb8f5c.rlib,libtokio_util-451e53bfa239f677.rlib,libaxum_core-7d2bdf57c1e5b98e.rlib,libmime-2517c84452183460.rlib,libhyper-2e68b26b9e1f05fc.rlib,libsocket2-9d30beb063976ff8.rlib,libitoa-7c9a83f6047c872a.rlib,libhttparse-d0c202cec822a6f8.rlib,libtracing-41427c891628731b.rlib,libtracing_core-cb9ff8edd824c994.rlib,liblazy_static-4b136fc9bfbd2c4b.rlib,libtokio-ee85c8fec6cb917d.rlib,libsignal_hook_registry-db88c77fa579aa5f.rlib,libnum_cpus-2c9a8123eaa3c231.rlib,libonce_cell-aa4d53ed7caf4352.rlib,libmio-ec0c70146e696191.rlib,liblog-ac2d7cc7e3389574.rlib,libparking_lot-533b8b3bc0ec95c6.rlib,libparking_lot_core-2e20d1584cc6db48.rlib,liblibc-7253a04f790802a5.rlib,libsmallvec-39c23b8b078c47c3.rlib,liblock_api-c3c95a699de46305.rlib,libscopeguard-73056285f12cb829.rlib,libinstant-e23fa3fb52ce1101.rlib,libcfg_if-66d55f6b302e88c8.rlib,libhttpdate-ec7670c9b4625e21.rlib,libhttp_body-c86ea10ce3ff97f6.rlib,libsync_wrapper-5581e2983fea7c5c.rlib,libfutures_util-d667c32e03f4a582.rlib,libmemchr-81b381f232779c95.rlib,libfutures_io-c37adbf38ba7e010.rlib,libslab-93074f6ff5a0b7db.rlib,libfutures_channel-5b34d7161cfa1a7c.rlib,libfutures_sink-c9f7a3542fd7e063.rlib,libfutures_task-8d01264ee8be7a4a.rlib,libpin_utils-b08f1197f0cdae19.rlib,libfutures_core-e674cac6d3f3e322.rlib,libpin_project_lite-049930466ef9967f.rlib,libserde-11885aced385085a.rlib,libtower_service-a4da4ae722e0ce46.rlib,libtower_layer-56a4d8cbb7cb04c4.rlib,libhttp-784c741ce327a90a.rlib,libitoa-158d7e21e599682f.rlib,libbytes-37e68ee094a72681.rlib,libfnv-81596130b397d5c3.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/rustc8pKrnJ/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/proxy_subscriber-1f90b46af9dcaa88" "-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-d2b6e344dddd824c.rlib(getrandom-d2b6e344dddd824c.getrandom.16c0f50a993c899a-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_readonly17hc7a2ecb2264fccc9E+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 `proxy-subscriber` (bin "proxy-subscriber") due to 1 previous error; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "577efcc1fdb4a01413bb32f514817eeccd4e3dc4e1c083b52dd94ead1688f720", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "577efcc1fdb4a01413bb32f514817eeccd4e3dc4e1c083b52dd94ead1688f720", kill_on_drop: false }` [INFO] [stdout] 577efcc1fdb4a01413bb32f514817eeccd4e3dc4e1c083b52dd94ead1688f720