=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/endbasic", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for endbasic-0.11.1 Locking 221 packages to latest compatible versions Adding getrandom v0.2.16 (available: v0.3.3) Compiling proc-macro2 v1.0.95 Compiling unicode-ident v1.0.18 Compiling libc v0.2.172 Compiling cfg-if v1.0.0 Compiling smallvec v1.15.0 Compiling pin-project-lite v0.2.16 Compiling autocfg v1.4.0 Compiling stable_deref_trait v1.2.0 Compiling futures-core v0.3.31 Compiling quote v1.0.40 Compiling lock_api v0.4.12 Compiling itoa v1.0.15 Compiling syn v2.0.101 Compiling parking_lot_core v0.9.10 Compiling signal-hook-registry v1.4.5 Compiling shlex v1.3.0 Compiling scopeguard v1.2.0 Compiling cc v1.2.24 Compiling pkg-config v0.3.32 Compiling crossbeam-utils v0.8.21 Compiling vcpkg v0.2.15 Compiling bytes v1.10.1 Compiling openssl-sys v0.9.108 Compiling synstructure v0.13.2 Compiling parking_lot v0.12.3 Compiling once_cell v1.21.3 Compiling socket2 v0.5.9 Compiling mio v1.0.3 Compiling zerofrom-derive v0.1.6 Compiling yoke-derive v0.8.0 Compiling zerovec-derive v0.11.1 Compiling zerofrom v0.1.6 Compiling displaydoc v0.2.5 Compiling yoke v0.8.0 Compiling tokio-macros v2.5.0 Compiling zerovec v0.11.2 Compiling parking v2.2.1 Compiling litemap v0.8.0 Compiling log v0.4.27 Compiling zerocopy v0.8.25 Compiling writeable v0.6.1 Compiling tinystr v0.8.1 Compiling potential_utf v0.1.2 Compiling icu_locale_core v2.0.0 Compiling tokio v1.45.0 Compiling zerotrie v0.2.2 Compiling concurrent-queue v2.5.0 Compiling bitflags v2.9.1 Compiling icu_properties_data v2.0.1 Compiling icu_normalizer_data v2.0.0 Compiling event-listener v5.4.0 Compiling icu_provider v2.0.0 Compiling icu_collections v2.0.0 Compiling slab v0.4.9 Compiling getrandom v0.2.16 Compiling openssl v0.10.72 Compiling fnv v1.0.7 Compiling thiserror v1.0.69 Compiling foreign-types-shared v0.1.1 Compiling foreign-types v0.3.2 Compiling ppv-lite86 v0.2.21 Compiling http v0.2.12 Compiling rand_core v0.6.4 Compiling event-listener-strategy v0.5.4 Compiling thiserror-impl v1.0.69 Compiling openssl-macros v0.1.1 Compiling tracing-core v0.1.33 Compiling pin-utils v0.1.0 Compiling equivalent v1.0.2 Compiling native-tls v0.2.14 Compiling httparse v1.10.1 Compiling powerfmt v0.2.0 Compiling hashbrown v0.15.3 Compiling serde v1.0.219 Compiling futures-sink v0.3.31 Compiling futures-task v0.3.31 Compiling futures-util v0.3.31 Compiling indexmap v2.9.0 Compiling tokio-util v0.7.15 Compiling deranged v0.4.0 Compiling tracing v0.1.41 Compiling icu_normalizer v2.0.0 Compiling icu_properties v2.0.1 Compiling async-channel v2.3.1 Compiling rand_chacha v0.3.1 Compiling async-trait v0.1.88 Compiling serde_derive v1.0.219 Compiling nibble_vec v0.1.0 Compiling percent-encoding v2.3.1 Compiling num-conv v0.1.0 Compiling futures-io v0.3.31 Compiling signal-hook v0.3.18 Compiling num_threads v0.1.7 Compiling endian-type v0.1.2 Compiling fastrand v2.3.0 Compiling try-lock v0.2.5 Compiling openssl-probe v0.1.6 Compiling time-core v0.1.4 Compiling time v0.3.41 Compiling want v0.3.1 Compiling futures-lite v2.6.0 Compiling radix_trie v0.2.1 Compiling form_urlencoded v1.2.1 Compiling endbasic-core v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/core) Compiling idna_adapter v1.2.1 Compiling rand v0.8.5 Compiling h2 v0.3.26 Compiling http-body v0.4.6 Compiling futures-channel v0.3.31 Compiling httpdate v1.0.3 Compiling utf8_iter v1.0.4 Compiling ryu v1.0.20 Compiling tower-service v0.3.3 Compiling idna v1.0.3 Compiling hyper v0.14.32 Compiling endbasic-std v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/std) warning: hiding a lifetime that's elided elsewhere is confusing --> std/src/console/linebuffer.rs:47:18 | 47 | pub fn chars(&self) -> Chars { | ^^^^^ ^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 47 | pub fn chars(&self) -> Chars<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> std/src/help.rs:401:15 | 401 | fn values(&self) -> radix_trie::iter::Values> { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 401 | fn values(&self) -> radix_trie::iter::Values<'_, String, Box> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> std/src/testutils.rs:510:33 | 510 | pub fn run>(&mut self, script: S) -> Checker { | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 510 | pub fn run>(&mut self, script: S) -> Checker<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> std/src/testutils.rs:523:18 | 523 | pub fn run_n(&mut self, scripts: &[&str]) -> Checker { | ^^^^^^^^^ ^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 523 | pub fn run_n(&mut self, scripts: &[&str]) -> Checker<'_> { | ++++ Compiling tokio-native-tls v0.3.1 Compiling mio v0.8.11 Compiling base64 v0.21.7 Compiling serde_json v1.0.140 Compiling rustls-pemfile v1.0.4 Compiling signal-hook-mio v0.2.4 Compiling hyper-tls v0.5.0 Compiling url v2.5.4 Compiling serde_urlencoded v0.7.1 Compiling encoding_rs v0.8.35 Compiling sync_wrapper v0.1.2 Compiling mime v0.3.17 Compiling anyhow v1.0.98 Compiling ipnet v2.11.0 Compiling option-ext v0.2.0 Compiling memchr v2.7.4 Compiling dirs-sys v0.4.1 warning: `endbasic-std` (lib) generated 4 warnings (run `cargo fix --lib -p endbasic-std` to apply 4 suggestions) Compiling reqwest v0.11.27 Compiling crossterm v0.27.0 Compiling unicode-width v0.1.14 Compiling endbasic v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/cli) Compiling getopts v0.2.21 Compiling endbasic-client v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/client) Compiling endbasic-terminal v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/terminal) Compiling dirs v5.0.1 Compiling endbasic-repl v0.11.1 (/tmp/work/lang/endbasic/work/endbasic-endbasic-0.11.1/repl) Finished `release` profile [optimized] target(s) in 4m 24s *** Please use pkgtools/verifypc to sanity check dependencies.