===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ratman-0.3.1nb12 Compiling libc v0.2.112 Compiling proc-macro2 v1.0.26 Compiling unicode-xid v0.2.1 Compiling syn v1.0.80 Compiling cfg-if v1.0.0 Compiling memchr v2.4.1 Compiling value-bag v1.0.0-alpha.6 Compiling quote v1.0.9 Compiling log v0.4.14 Compiling autocfg v1.0.1 Compiling serde_derive v1.0.125 Compiling serde v1.0.125 Compiling typenum v1.13.0 Compiling getrandom v0.2.2 Compiling version_check v0.9.3 Compiling generic-array v0.14.4 Compiling pin-project-lite v0.2.6 Compiling futures-core v0.3.19 Compiling ppv-lite86 v0.2.10 Compiling lazy_static v1.4.0 Compiling getrandom v0.1.16 Compiling once_cell v1.7.2 Compiling cache-padded v1.1.1 Compiling concurrent-queue v1.2.2 Compiling futures-io v0.3.14 Compiling parking v2.0.0 Compiling waker-fn v1.1.0 Compiling event-listener v2.5.1 Compiling fastrand v1.4.0 Compiling rand_core v0.5.1 Compiling futures-lite v1.11.3 Compiling digest v0.9.0 Compiling subtle v2.4.0 Compiling crypto-mac v0.8.0 Compiling rand_chacha v0.2.2 Compiling socket2 v0.4.0 Compiling opaque-debug v0.3.0 Compiling vec-arena v1.1.0 Compiling protobuf v2.25.2 Compiling nb-connect v1.1.0 Compiling rand v0.7.3 Compiling async-task v4.0.3 Compiling signal-hook v0.3.8 Compiling rand_core v0.6.2 Compiling async-channel v1.6.1 Compiling crossbeam-utils v0.8.3 Compiling signal-hook-registry v1.3.0 Compiling atomic-waker v1.0.0 Compiling rand_chacha v0.3.0 Compiling blocking v1.0.2 Compiling ctor v0.1.20 Compiling async-executor v1.4.0 Compiling polling v2.0.3 Compiling async-io v1.3.1 Compiling blake2 v0.9.1 Compiling async-mutex v1.4.0 Compiling num_cpus v1.13.0 Compiling either v1.6.1 Compiling hex v0.4.3 Compiling which v4.2.2 Compiling async-global-executor v2.0.2 Compiling async-process v1.0.2 Compiling kv-log-macro v1.0.7 Compiling async-attributes v1.1.2 Compiling rand v0.8.3 Compiling async-lock v2.3.0 Compiling tracing-core v0.1.17 Compiling pin-utils v0.1.0 Compiling slab v0.4.2 Compiling remove_dir_all v0.5.3 Compiling tempfile v3.2.0 Compiling async-std v1.9.0 Compiling ratman-identity v0.6.2 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/ratman/identity) warning: unexpected `cfg` condition name: `features` --> ratman/identity/src/lib.rs:34:14 | 34 | if #[cfg(features = "aligned")] { | ^^^^^^^^^^^^^^^^^^^^ | = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default help: there is a config with a similar name and value | 34 - if #[cfg(features = "aligned")] { 34 + if #[cfg(feature = "aligned")] { | warning: `ratman-identity` (lib) generated 1 warning Compiling protobuf-codegen v2.25.2 Compiling protoc v2.25.2 Compiling protoc-rust v2.25.2 Compiling tracing-attributes v0.1.15 Compiling async-trait v0.1.49 Compiling byteorder v1.4.3 Compiling tracing v0.1.25 Compiling aho-corasick v0.7.18 Compiling thiserror-impl v1.0.30 Compiling num-traits v0.2.14 Compiling regex-syntax v0.6.25 Compiling static_assertions v1.1.0 Compiling cfg-if v0.1.10 Compiling pnet_base v0.28.0 Compiling twox-hash v1.6.0 Compiling thiserror v1.0.30 Compiling regex v1.5.4 Compiling num-integer v0.1.44 Compiling pnet_macros v0.28.0 Compiling ratman-netmod v0.5.1 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/ratman/netmod) Compiling pnet_macros_support v0.28.0 Compiling ratman-types v0.3.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/ratman/types) Compiling pnet_sys v0.28.0 Compiling ryu v1.0.5 Compiling bitflags v1.2.1 Compiling pnet_packet v0.28.0 Compiling ipnetwork v0.18.0 Compiling bincode v1.3.3 Compiling memoffset v0.6.5 Compiling time v0.1.43 Compiling pnet v0.28.0 Compiling serde_json v1.0.64 Compiling chrono v0.4.19 Compiling pnet_datalink v0.28.0 Compiling pnet_transport v0.28.0 warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:11:10 | 11 | #![allow(box_pointers)] | ^^^^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:383:30 | 383 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default help: remove these parentheses | 383 - fn as_any(&self) -> &dyn (::std::any::Any) { 383 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:384:22 | 384 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 384 - self as &dyn (::std::any::Any) 384 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:386:42 | 386 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 386 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 386 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:387:26 | 387 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 387 - self as &mut dyn (::std::any::Any) 387 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:389:73 | 389 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 389 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 389 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:11:10 | 11 | #![allow(box_pointers)] | ^^^^^^^^^^^^ warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:382:30 | 382 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 382 - fn as_any(&self) -> &dyn (::std::any::Any) { 382 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:383:22 | 383 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 383 - self as &dyn (::std::any::Any) 383 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:385:42 | 385 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 385 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 385 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:386:26 | 386 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 386 - self as &mut dyn (::std::any::Any) 386 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:388:73 | 388 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 388 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 388 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:599:30 | 599 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 599 - fn as_any(&self) -> &dyn (::std::any::Any) { 599 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:600:22 | 600 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 600 - self as &dyn (::std::any::Any) 600 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:602:42 | 602 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 602 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 602 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:603:26 | 603 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 603 - self as &mut dyn (::std::any::Any) 603 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:605:73 | 605 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 605 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 605 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:854:30 | 854 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 854 - fn as_any(&self) -> &dyn (::std::any::Any) { 854 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:855:22 | 855 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 855 - self as &dyn (::std::any::Any) 855 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:857:42 | 857 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 857 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 857 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:858:26 | 858 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 858 - self as &mut dyn (::std::any::Any) 858 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:860:73 | 860 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 860 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 860 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1209:30 | 1209 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 1209 - fn as_any(&self) -> &dyn (::std::any::Any) { 1209 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1210:22 | 1210 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 1210 - self as &dyn (::std::any::Any) 1210 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1212:42 | 1212 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 1212 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 1212 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1213:26 | 1213 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 1213 - self as &mut dyn (::std::any::Any) 1213 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1215:73 | 1215 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 1215 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 1215 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1460:30 | 1460 | fn as_any(&self) -> &dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 1460 - fn as_any(&self) -> &dyn (::std::any::Any) { 1460 + fn as_any(&self) -> &dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1461:22 | 1461 | self as &dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 1461 - self as &dyn (::std::any::Any) 1461 + self as &dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1463:42 | 1463 | fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { | ^ ^ | help: remove these parentheses | 1463 - fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) { 1463 + fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any { | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1464:26 | 1464 | self as &mut dyn (::std::any::Any) | ^ ^ | help: remove these parentheses | 1464 - self as &mut dyn (::std::any::Any) 1464 + self as &mut dyn ::std::any::Any | warning: unnecessary parentheses around type --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1466:73 | 1466 | ...elf>) -> ::std::boxed::Box { | ^ ^ | help: remove these parentheses | 1466 - fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { 1466 + fn into_any(self: ::std::boxed::Box) -> ::std::boxed::Box { | warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/message.rs:468:15 | 468 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 468 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:455:15 | 455 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 455 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:660:15 | 660 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 660 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:710:15 | 710 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 710 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:915:15 | 915 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 915 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:965:15 | 965 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 965 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1276:15 | 1276 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 1276 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1332:15 | 1332 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 1332 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1521:15 | 1521 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 1521 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: hiding a lifetime that's elided elsewhere is confusing --> /tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/ratman-types-42da203127b48fba/out/proto_gen/api.rs:1574:15 | 1574 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef { | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 | 1574 | fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> { | ++++ warning: `ratman-types` (lib) generated 42 warnings (run `cargo fix --lib -p ratman-types` to apply 40 suggestions) Compiling regex-automata v0.1.9 Compiling pin-project-internal v1.0.6 Compiling term_size v0.3.2 Compiling unicode-width v0.1.8 Compiling itoa v0.4.7 Compiling textwrap v0.11.0 Compiling pin-project v1.0.6 Compiling matchers v0.0.1 Compiling ratman-client v0.3.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/ratman/client-lib) Compiling tracing-log v0.1.2 Compiling tracing-serde v0.1.2 Compiling thread_local v1.1.3 Compiling sharded-slab v0.1.1 Compiling atty v0.2.14 Compiling dirs-sys v0.3.6 Compiling vec_map v0.8.2 Compiling ansi_term v0.11.0 Compiling smallvec v1.6.1 Compiling strsim v0.8.0 Compiling ansi_term v0.12.1 Compiling task-notify v0.1.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/utils/task-notify) Compiling netmod-lan v0.2.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/netmods/netmod-lan) Compiling tracing-subscriber v0.2.17 Compiling clap v2.33.3 Compiling directories v4.0.1 Compiling nix v0.23.1 Compiling tracing-futures v0.2.5 Compiling netmod-inet v0.4.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/netmods/netmod-inet) warning: field `pessimistic` is never read --> netmods/netmod-inet/src/server.rs:24:5 | 22 | pub(crate) struct Server { | ------ field in this struct 23 | alive: Arc, 24 | pessimistic: Arc, | ^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default Compiling clockctrl v0.1.0 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/utils/clockctrl) Compiling ratman v0.3.1 (/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/ratman) Compiling pkg-config v0.3.19 Compiling cc v1.0.67 warning: `netmod-inet` (lib) generated 1 warning Compiling libsodium-sys v0.2.6 Compiling block-buffer v0.9.0 Compiling sha2 v0.9.3 error: failed to run custom build command for `libsodium-sys v0.2.6` Caused by: process didn't exit successfully: `/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/libsodium-sys-515ca6bd75f8d071/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-env-changed=SODIUM_LIB_DIR cargo:rerun-if-env-changed=SODIUM_SHARED cargo:rerun-if-env-changed=SODIUM_USE_PKG_CONFIG cargo:rerun-if-env-changed=SODIUM_DISABLE_PIE OPT_LEVEL = Some("3") TARGET = Some("aarch64_be-unknown-netbsd") HOST = Some("aarch64_be-unknown-netbsd") CC_aarch64_be-unknown-netbsd = None CC_aarch64_be_unknown_netbsd = None HOST_CC = None CC = Some("gcc") CFLAGS_aarch64_be-unknown-netbsd = None CFLAGS_aarch64_be_unknown_netbsd = None HOST_CFLAGS = None CFLAGS = Some("-O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/sodium") CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CARGO_CFG_TARGET_FEATURE = Some("neon") checking build system type... --- stderr Invalid configuration `aarch64eb-unknown-netbsd11.0': machine `aarch64eb-unknown' not recognized configure: error: /bin/sh build-aux/config.sub aarch64eb-unknown-netbsd11.0 failed thread 'main' (17374) panicked at /tmp/pkgbuild/net/ratman/work/vendor/libsodium-sys-0.2.6/build.rs:240:9: Failed to configure libsodium using cd "/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/libsodium-sys-bb0259672f51613f/out/source/libsodium" && CC="gcc" CFLAGS="-O3 -ffunction-sections -fdata-sections -fPIC -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/sodium" "/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/libsodium-sys-bb0259672f51613f/out/source/libsodium/configure" "--prefix=/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/libsodium-sys-bb0259672f51613f/out/installed" "--libdir=/tmp/pkgbuild/net/ratman/work/irdest-ratman-0.3.1/target/release/build/libsodium-sys-bb0259672f51613f/out/installed/lib" "--host=aarch64_be-unknown-netbsd" "--enable-shared=no" CFLAGS=-O3 -ffunction-sections -fdata-sections -fPIC -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/sodium CC=gcc note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. make[1]: stopped making "all" in /usr/pkgsrc/net/ratman *** Error code 1 Stop. make: stopped making "all" in /usr/pkgsrc/net/ratman