=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/net/asuka", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for asuka-0.8.5nb2 Compiling autocfg v1.1.0 Compiling libc v0.2.125 Compiling proc-macro2 v1.0.37 Compiling unicode-xid v0.2.3 Compiling syn v1.0.92 Compiling memchr v2.5.0 Compiling pkg-config v0.3.25 Compiling quote v1.0.18 Compiling cc v1.0.73 Compiling cfg-if v1.0.0 Compiling num-traits v0.2.15 Compiling num-integer v0.1.45 Compiling ident_case v1.0.1 Compiling fnv v1.0.7 Compiling openssl-sys v0.9.73 Compiling aho-corasick v0.7.18 Compiling num-rational v0.4.0 Compiling num-iter v0.1.43 Compiling log v0.4.17 Compiling once_cell v1.10.0 Compiling regex-syntax v0.6.25 Compiling darling_core v0.13.4 Compiling crossbeam-utils v0.8.8 Compiling version_check v0.9.4 Compiling darling_macro v0.13.4 Compiling ahash v0.7.6 Compiling regex v1.5.5 Compiling darling v0.13.4 Compiling lazy_static v1.4.0 Compiling tinyvec_macros v0.1.0 Compiling tinyvec v1.6.0 Compiling enumset_derive v0.6.0 Compiling unicode-linebreak v0.1.2 Compiling enum-map-derive v0.8.0 Compiling num-complex v0.4.1 Compiling ncurses v5.101.0 Compiling getrandom v0.2.6 Compiling openssl v0.10.40 Compiling foreign-types-shared v0.1.1 Compiling unicode-width v0.1.9 Compiling num_threads v0.1.6 Compiling signal-hook v0.3.13 Compiling stable_deref_trait v1.2.0 Compiling matches v0.1.9 Compiling itoa v1.0.1 Compiling owning_ref v0.4.1 Compiling foreign-types v0.3.2 Compiling time v0.3.9 Compiling enum-map v2.1.0 Compiling num v0.4.0 Compiling enumset v1.0.11 Compiling crossbeam-channel v0.5.4 Compiling unicode-normalization v0.1.19 Compiling openssl-macros v0.1.0 Compiling signal-hook-registry v1.4.0 Compiling xi-unicode v0.3.0 Compiling unicode-bidi v0.3.8 Compiling bitflags v1.3.2 Compiling native-tls v0.2.10 Compiling unicode-segmentation v1.9.0 Compiling percent-encoding v2.1.0 Compiling form_urlencoded v1.0.1 Compiling cursive_core v0.3.2 Compiling idna v0.2.3 Compiling term_size v0.3.2 Compiling dirs-sys v0.3.7 Compiling remove_dir_all v0.5.3 Compiling fastrand v1.7.0 Compiling openssl-probe v0.1.5 Compiling pathdiff v0.2.1 Compiling maplit v1.0.2 Compiling smawk v0.3.1 Compiling cursive v0.18.0 Compiling textwrap v0.15.0 Compiling open v2.1.2 Compiling tempfile v3.3.0 Compiling dirs v4.0.0 Compiling url v2.2.2 Compiling json v0.12.4 Compiling asuka v0.8.5 (/tmp/work/net/asuka/work/asuka-0.8.5) warning: field `0` is never read --> src/status.rs:11:42 | 11 | SuccessEndOfClientCertificateSession(String), | ------------------------------------ ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 11 - SuccessEndOfClientCertificateSession(String), 11 + SuccessEndOfClientCertificateSession(()), | warning: field `0` is never read --> src/status.rs:14:22 | 14 | TemporaryFailure(String), | ---------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 14 - TemporaryFailure(String), 14 + TemporaryFailure(()), | warning: field `0` is never read --> src/status.rs:15:23 | 15 | ServerUnavailable(String), | ----------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 15 - ServerUnavailable(String), 15 + ServerUnavailable(()), | warning: field `0` is never read --> src/status.rs:16:14 | 16 | CGIError(String), | -------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 16 - CGIError(String), 16 + CGIError(()), | warning: field `0` is never read --> src/status.rs:17:16 | 17 | ProxyError(String), | ---------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 17 - ProxyError(String), 17 + ProxyError(()), | warning: field `0` is never read --> src/status.rs:18:14 | 18 | SlowDown(String), | -------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 18 - SlowDown(String), 18 + SlowDown(()), | warning: field `0` is never read --> src/status.rs:19:22 | 19 | PermanentFailure(String), | ---------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 19 - PermanentFailure(String), 19 + PermanentFailure(()), | warning: field `0` is never read --> src/status.rs:20:14 | 20 | NotFound(String), | -------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 20 - NotFound(String), 20 + NotFound(()), | warning: field `0` is never read --> src/status.rs:22:25 | 22 | ProxyRequestRefused(String), | ------------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 22 - ProxyRequestRefused(String), 22 + ProxyRequestRefused(()), | warning: field `0` is never read --> src/status.rs:23:16 | 23 | BadRequest(String), | ---------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 23 - BadRequest(String), 23 + BadRequest(()), | warning: field `0` is never read --> src/status.rs:24:31 | 24 | ClientCertificateRequired(String), | ------------------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 24 - ClientCertificateRequired(String), 24 + ClientCertificateRequired(()), | warning: field `0` is never read --> src/status.rs:27:28 | 27 | CertificateNotAccepted(String), | ---------------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 27 - CertificateNotAccepted(String), 27 + CertificateNotAccepted(()), | warning: field `0` is never read --> src/status.rs:28:31 | 28 | FutureCertificateRejected(String), | ------------------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 28 - FutureCertificateRejected(String), 28 + FutureCertificateRejected(()), | warning: field `0` is never read --> src/status.rs:29:32 | 29 | ExpiredCertificateRejected(String), | -------------------------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 29 - ExpiredCertificateRejected(String), 29 + ExpiredCertificateRejected(()), | warning: field `0` is never read --> src/status.rs:30:13 | 30 | Unknown(String), | ------- ^^^^^^ | | | field in this variant | = note: `Status` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field | 30 - Unknown(String), 30 + Unknown(()), | warning: fields `0` and `1` are never read --> src/link.rs:13:13 | 13 | Unknown(Url, String), | ------- ^^^ ^^^^^^ | | | fields in this variant | = note: `Link` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields | 13 - Unknown(Url, String), 13 + Unknown((), ()), | warning: `asuka` (bin "asuka") generated 16 warnings Finished `release` profile [optimized] target(s) in 1m 49s warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40 note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` *** Please use pkgtools/verifypc to sanity check dependencies.