=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/xtop", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for xtop-0.3.8 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.44 Compiling unicode-ident v1.0.24 Compiling libc v0.2.182 Compiling cfg-if v1.0.4 Compiling rustversion v1.0.22 Compiling ident_case v1.0.1 Compiling strsim v0.11.1 Compiling allocator-api2 v0.2.21 Compiling foldhash v0.2.0 Compiling equivalent v1.0.2 Compiling bitflags v2.11.0 Compiling thiserror v2.0.18 Compiling hashbrown v0.16.1 Compiling errno v0.3.14 Compiling heck v0.5.0 Compiling either v1.15.0 Compiling parking_lot_core v0.9.12 Compiling signal-hook v0.3.18 Compiling castaway v0.2.4 Compiling itertools v0.14.0 Compiling indoc v2.0.7 Compiling unicode-segmentation v1.12.0 Compiling syn v2.0.117 Compiling static_assertions v1.1.0 Compiling itoa v1.0.17 Compiling instability v0.3.11 Compiling ryu v1.0.23 Compiling unicode-width v0.2.2 Compiling convert_case v0.10.0 Compiling compact_str v0.9.0 Compiling lru v0.16.3 Compiling signal-hook-registry v1.4.8 Compiling powerfmt v0.2.0 Compiling scopeguard v1.2.0 Compiling smallvec v1.15.1 Compiling log v0.4.29 Compiling rustix v1.1.4 Compiling unicode-truncate v2.0.1 Compiling mio v1.1.1 Compiling deranged v0.5.8 Compiling lock_api v0.4.14 Compiling num_threads v0.1.7 Compiling time-core v0.1.8 Compiling litrs v1.0.0 Compiling num-conv v0.2.0 Compiling signal-hook-mio v0.2.5 Compiling parking_lot v0.12.5 Compiling line-clipping v0.3.5 Compiling darling_core v0.23.0 Compiling time v0.3.47 Compiling document-features v0.2.12 Compiling memchr v2.8.0 Compiling default-net v0.22.0 error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:173:46 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 173 | x if x == InterfaceType::Unknown.value() => Ok(InterfaceType::Unknown), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:174:47 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 174 | x if x == InterfaceType::Ethernet.value() => Ok(InterfaceType::Ethernet), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:175:48 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 175 | x if x == InterfaceType::TokenRing.value() => Ok(InterfaceType::TokenRing), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:176:43 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 176 | x if x == InterfaceType::Fddi.value() => Ok(InterfaceType::Fddi), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:177:48 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 177 | x if x == InterfaceType::BasicIsdn.value() => Ok(InterfaceType::BasicIsdn), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:178:50 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 178 | x if x == InterfaceType::PrimaryIsdn.value() => Ok(InterfaceType::PrimaryIsdn), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:179:42 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 179 | x if x == InterfaceType::Ppp.value() => Ok(InterfaceType::Ppp), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:180:47 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 180 | x if x == InterfaceType::Loopback.value() => Ok(InterfaceType::Loopback), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:181:55 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 181 | x if x == InterfaceType::Ethernet3Megabit.value() => { | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:184:43 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 184 | x if x == InterfaceType::Slip.value() => Ok(InterfaceType::Slip), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:185:42 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 185 | x if x == InterfaceType::Atm.value() => Ok(InterfaceType::Atm), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:186:51 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 186 | x if x == InterfaceType::GenericModem.value() => Ok(InterfaceType::GenericModem), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:187:52 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 187 | x if x == InterfaceType::FastEthernetT.value() => Ok(InterfaceType::FastEthernetT), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:188:43 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 188 | x if x == InterfaceType::Isdn.value() => Ok(InterfaceType::Isdn), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:189:53 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 189 | x if x == InterfaceType::FastEthernetFx.value() => Ok(InterfaceType::FastEthernetFx), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:190:52 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 190 | x if x == InterfaceType::Wireless80211.value() => Ok(InterfaceType::Wireless80211), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:191:52 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 191 | x if x == InterfaceType::AsymmetricDsl.value() => Ok(InterfaceType::AsymmetricDsl), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:192:51 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 192 | x if x == InterfaceType::RateAdaptDsl.value() => Ok(InterfaceType::RateAdaptDsl), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:193:51 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 193 | x if x == InterfaceType::SymmetricDsl.value() => Ok(InterfaceType::SymmetricDsl), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:194:55 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 194 | x if x == InterfaceType::VeryHighSpeedDsl.value() => { | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:197:48 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 197 | x if x == InterfaceType::IPOverAtm.value() => Ok(InterfaceType::IPOverAtm), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:198:54 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 198 | x if x == InterfaceType::GigabitEthernet.value() => Ok(InterfaceType::GigabitEthernet), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:199:45 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 199 | x if x == InterfaceType::Tunnel.value() => Ok(InterfaceType::Tunnel), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:200:60 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 200 | x if x == InterfaceType::MultiRateSymmetricDsl.value() => { | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:203:63 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 203 | x if x == InterfaceType::HighPerformanceSerialBus.value() => { | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:206:43 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 206 | x if x == InterfaceType::Wman.value() => Ok(InterfaceType::Wman), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:207:45 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 207 | x if x == InterfaceType::Wwanpp.value() => Ok(InterfaceType::Wwanpp), | ^^^^^ method not found in `types::InterfaceType` error[E0599]: no method named `value` found for enum `types::InterfaceType` in the current scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/types.rs:208:46 | 9 | pub enum InterfaceType { | ---------------------- method `value` not found for this enum ... 208 | x if x == InterfaceType::Wwanpp2.value() => Ok(InterfaceType::Wwanpp2), | ^^^^^ method not found in `types::InterfaceType` error[E0425]: cannot find function `interfaces` in this scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/mod.rs:88:42 | 88 | let interfaces: Vec = interfaces(); | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `interfaces` in this scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/mod.rs:154:38 | 154 | let interfaces: Vec = interfaces(); | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `interfaces` in this scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/mod.rs:178:22 | 178 | let interfaces = interfaces(); | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `interfaces` in this scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/mod.rs:202:22 | 202 | let interfaces = interfaces(); | ^^^^^^^^^^ not found in this scope error[E0425]: cannot find function `interfaces` in this scope --> /tmp/work/sysutils/xtop/work/vendor/default-net-0.22.0/src/interface/mod.rs:222:5 | 222 | interfaces() | ^^^^^^^^^^ not found in this scope Some errors have detailed explanations: E0425, E0599. For more information about an error, try `rustc --explain E0425`. error: could not compile `default-net` (lib) due to 33 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/xtop *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/xtop