>>> prometheus-wireguard-exporter: Building community/prometheus-wireguard-exporter 3.6.3-r0 (using abuild 3.9.0-r0) started Mon, 09 May 2022 09:57:42 +0000 >>> prometheus-wireguard-exporter: Checking sanity of /home/buildozer/aports/community/prometheus-wireguard-exporter/APKBUILD... >>> prometheus-wireguard-exporter: Analyzing dependencies... >>> prometheus-wireguard-exporter: Installing for build: build-base cargo (1/8) Installing rust-stdlib (1.60.0-r2) (2/8) Installing libffi (3.4.2-r1) (3/8) Installing xz-libs (5.2.5-r1) (4/8) Installing libxml2 (2.9.13-r0) (5/8) Installing llvm13-libs (13.0.1-r2) (6/8) Installing rust (1.60.0-r2) (7/8) Installing cargo (1.60.0-r2) (8/8) Installing .makedepends-prometheus-wireguard-exporter (20220509.095743) Executing busybox-1.35.0-r12.trigger OK: 996 MiB in 96 packages >>> prometheus-wireguard-exporter: Cleaning up srcdir >>> prometheus-wireguard-exporter: Cleaning up pkgdir >>> prometheus-wireguard-exporter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/prometheus_wireguard_exporter-3.6.3.tar.gz >>> prometheus-wireguard-exporter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/prometheus_wireguard_exporter-3.6.3.tar.gz >>> prometheus-wireguard-exporter: Checking sha512sums... prometheus_wireguard_exporter-3.6.3.tar.gz: OK prometheus-wireguard-exporter.initd: OK prometheus-wireguard-exporter.confd: OK >>> prometheus-wireguard-exporter: Unpacking /var/cache/distfiles/v3.16/prometheus_wireguard_exporter-3.6.3.tar.gz... Downloading crates ... Downloaded hyper-rustls v0.22.1 Downloaded tracing-core v0.1.23 Downloaded ct-logs v0.8.0 Downloaded clippy v0.0.302 Downloaded mio v0.8.1 Downloaded prometheus_exporter_base v1.3.0 Downloaded tokio-rustls v0.22.0 Downloaded rustls-native-certs v0.5.0 Downloaded httparse v1.6.0 Downloaded hyper v0.14.17 Downloaded term v0.5.2 Downloaded sct v0.6.1 Downloaded webpki v0.21.4 Downloaded rustls v0.19.1 Compiling autocfg v1.1.0 Compiling libc v0.2.119 Compiling proc-macro2 v1.0.36 Compiling cfg-if v1.0.0 Compiling unicode-xid v0.2.2 Compiling log v0.4.14 Compiling syn v1.0.86 Compiling cc v1.0.73 Compiling spin v0.5.2 Compiling once_cell v1.10.0 Compiling untrusted v0.7.1 Compiling memchr v2.4.1 Compiling pin-project-lite v0.2.8 Compiling futures-core v0.3.21 Compiling itoa v1.0.1 Compiling lazy_static v1.4.0 Compiling futures-task v0.3.21 Compiling futures-util v0.3.21 Compiling httparse v1.6.0 Compiling bytes v1.1.0 Compiling futures-channel v0.3.21 Compiling base64 v0.13.0 Compiling fnv v1.0.7 Compiling regex-syntax v0.6.25 Compiling slab v0.4.5 Compiling pin-utils v0.1.0 Compiling try-lock v0.2.3 Compiling termcolor v1.1.3 Compiling serde v1.0.136 Compiling quick-error v1.2.3 Compiling serde_json v1.0.79 Compiling bitflags v1.3.2 Compiling openssl-probe v0.1.5 Compiling unicode-width v0.1.9 Compiling tower-service v0.3.1 Compiling httpdate v1.0.2 Compiling ryu v1.0.9 Compiling vec_map v0.8.2 Compiling hashbrown v0.11.2 Compiling ansi_term v0.12.1 Compiling strsim v0.8.0 Compiling anyhow v1.0.56 Compiling strsim v0.10.0 Compiling textwrap v0.15.0 Compiling humantime v2.1.0 Compiling tracing-core v0.1.23 Compiling humantime v1.3.0 Compiling textwrap v0.11.0 Compiling want v0.3.0 Compiling num-traits v0.2.14 Compiling num-integer v0.1.44 Compiling num-bigint v0.2.6 Compiling num-rational v0.2.4 Compiling num-complex v0.2.4 Compiling num-iter v0.1.42 Compiling indexmap v1.8.0 Compiling tracing v0.1.32 Compiling http v0.2.6 Compiling aho-corasick v0.7.18 Compiling os_str_bytes v6.0.0 Compiling quote v1.0.15 Compiling mio v0.8.1 Compiling socket2 v0.4.4 Compiling atty v0.2.14 Compiling clap v2.34.0 Compiling clap v3.1.6 Compiling ring v0.16.20 Compiling http-body v0.4.4 Compiling regex v1.5.5 Compiling num v0.2.1 Compiling env_logger v0.7.1 Compiling env_logger v0.9.0 Compiling sct v0.6.1 Compiling webpki v0.21.4 Compiling ct-logs v0.8.0 Compiling rustls v0.19.1 Compiling tokio-macros v1.7.0 Compiling futures-macro v0.3.21 Compiling thiserror-impl v1.0.30 Compiling tokio v1.17.0 Compiling rustls-native-certs v0.5.0 Compiling thiserror v1.0.30 Compiling tokio-rustls v0.22.0 Compiling hyper v0.14.17 Compiling hyper-rustls v0.22.1 Compiling prometheus_exporter_base v1.3.0 Compiling prometheus_wireguard_exporter v3.6.3 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.3) warning: field is never read: `public_key` --> src/wireguard.rs:39:5 | 39 | pub public_key: String, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `private_key` --> src/wireguard.rs:40:5 | 40 | pub private_key: SecureString, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `local_port` --> src/wireguard.rs:41:5 | 41 | pub local_port: u16, | ^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `persistent_keepalive` --> src/wireguard.rs:42:5 | 42 | pub persistent_keepalive: bool, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `persistent_keepalive` --> src/wireguard.rs:54:5 | 54 | pub persistent_keepalive: bool, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `RemoteEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:45:10 | 45 | #[derive(Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `allowed_ips` --> src/wireguard_config.rs:11:5 | 11 | pub allowed_ips: &'a str, | ^^^^^^^^^^^^^^^^^^^^^^^^ | note: `PeerEntry` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard_config.rs:8:10 | 8 | #[derive(Debug, Default, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `prometheus_wireguard_exporter` (bin "prometheus_wireguard_exporter") generated 6 warnings Finished release [optimized] target(s) in 1m 17s warning: prometheus_wireguard_exporter v3.6.3 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.3) ignoring invalid dependency `clippy` which is missing a lib target Compiling autocfg v1.1.0 Compiling libc v0.2.119 Compiling proc-macro2 v1.0.36 Compiling cfg-if v1.0.0 Compiling unicode-xid v0.2.2 Compiling log v0.4.14 Compiling syn v1.0.86 Compiling cc v1.0.73 Compiling untrusted v0.7.1 Compiling memchr v2.4.1 Compiling once_cell v1.10.0 Compiling spin v0.5.2 Compiling pin-project-lite v0.2.8 Compiling futures-core v0.3.21 Compiling futures-task v0.3.21 Compiling lazy_static v1.4.0 Compiling itoa v1.0.1 Compiling base64 v0.13.0 Compiling bytes v1.1.0 Compiling fnv v1.0.7 Compiling futures-channel v0.3.21 Compiling futures-util v0.3.21 Compiling httparse v1.6.0 Compiling serde v1.0.136 Compiling pin-utils v0.1.0 Compiling try-lock v0.2.3 Compiling termcolor v1.1.3 Compiling regex-syntax v0.6.25 Compiling slab v0.4.5 Compiling httpdate v1.0.2 Compiling quick-error v1.2.3 Compiling tower-service v0.3.1 Compiling serde_json v1.0.79 Compiling bitflags v1.3.2 Compiling unicode-width v0.1.9 Compiling openssl-probe v0.1.5 Compiling strsim v0.8.0 Compiling ansi_term v0.12.1 Compiling vec_map v0.8.2 Compiling ryu v1.0.9 Compiling anyhow v1.0.56 Compiling hashbrown v0.11.2 Compiling humantime v2.1.0 Compiling strsim v0.10.0 Compiling textwrap v0.15.0 Compiling tracing-core v0.1.23 Compiling humantime v1.3.0 Compiling textwrap v0.11.0 Compiling want v0.3.0 Compiling tracing v0.1.32 Compiling http v0.2.6 Compiling num-traits v0.2.14 Compiling num-integer v0.1.44 Compiling num-bigint v0.2.6 Compiling num-complex v0.2.4 Compiling num-rational v0.2.4 Compiling num-iter v0.1.42 Compiling indexmap v1.8.0 Compiling aho-corasick v0.7.18 Compiling os_str_bytes v6.0.0 Compiling quote v1.0.15 Compiling mio v0.8.1 Compiling socket2 v0.4.4 Compiling atty v0.2.14 Compiling clap v2.34.0 Compiling clap v3.1.6 Compiling ring v0.16.20 Compiling regex v1.5.5 Compiling http-body v0.4.4 Compiling num v0.2.1 Compiling env_logger v0.7.1 Compiling env_logger v0.9.0 Compiling sct v0.6.1 Compiling webpki v0.21.4 Compiling ct-logs v0.8.0 Compiling rustls v0.19.1 Compiling rustls-native-certs v0.5.0 Compiling tokio-macros v1.7.0 Compiling futures-macro v0.3.21 Compiling thiserror-impl v1.0.30 Compiling tokio v1.17.0 Compiling thiserror v1.0.30 Compiling tokio-rustls v0.22.0 Compiling hyper v0.14.17 Compiling hyper-rustls v0.22.1 Compiling prometheus_exporter_base v1.3.0 Compiling prometheus_wireguard_exporter v3.6.3 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.3) warning: field is never read: `public_key` --> src/wireguard.rs:39:5 | 39 | pub public_key: String, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `private_key` --> src/wireguard.rs:40:5 | 40 | pub private_key: SecureString, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `local_port` --> src/wireguard.rs:41:5 | 41 | pub local_port: u16, | ^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `persistent_keepalive` --> src/wireguard.rs:42:5 | 42 | pub persistent_keepalive: bool, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `LocalEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:37:19 | 37 | #[derive(Default, Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: field is never read: `persistent_keepalive` --> src/wireguard.rs:54:5 | 54 | pub persistent_keepalive: bool, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | note: `RemoteEndpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis --> src/wireguard.rs:45:10 | 45 | #[derive(Debug, Clone)] | ^^^^^ ^^^^^ = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) warning: `prometheus_wireguard_exporter` (bin "prometheus_wireguard_exporter" test) generated 5 warnings Finished test [unoptimized + debuginfo] target(s) in 33.69s Running unittests (target/debug/deps/prometheus_wireguard_exporter-d4344d5035ac60a6) running 13 tests test friendly_description::tests::test_escape_friendly_name ... ok test friendly_description::tests::test_no_escape_friendly_name ... ok test wireguard_config::tests::test_from_pound_line_to_key_value ... ok test wireguard_config::tests::test_parse_no_allowed_ips - should panic ... ok test wireguard_config::tests::test_parse_friendly_description_name ... ok test wireguard_config::tests::test_parse_no_public_key - should panic ... ok test wireguard_config::tests::test_parse_friendly_description_json ... ok test wireguard::tests::test_render_to_prometheus_simple ... ok test wireguard_config::tests::test_parse_ok ... ok test wireguard::tests::test_render_to_prometheus_complex ... ok test wireguard::tests::test_parse ... ok test wireguard::tests::test_parse_and_serialize ... ok test wireguard::tests::test_parse_issue_19 ... ok test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s >>> prometheus-wireguard-exporter: Entering fakeroot... >>> prometheus-wireguard-exporter-openrc*: Running split function openrc... >>> prometheus-wireguard-exporter-openrc*: Preparing subpackage prometheus-wireguard-exporter-openrc... >>> prometheus-wireguard-exporter-openrc*: Running postcheck for prometheus-wireguard-exporter-openrc >>> prometheus-wireguard-exporter*: Running postcheck for prometheus-wireguard-exporter >>> prometheus-wireguard-exporter*: Preparing package prometheus-wireguard-exporter... >>> prometheus-wireguard-exporter*: Stripping binaries >>> prometheus-wireguard-exporter-openrc*: Scanning shared objects >>> prometheus-wireguard-exporter*: Scanning shared objects >>> prometheus-wireguard-exporter-openrc*: Tracing dependencies... >>> prometheus-wireguard-exporter-openrc*: Package size: 24.0 KB >>> prometheus-wireguard-exporter-openrc*: Compressing data... >>> prometheus-wireguard-exporter-openrc*: Create checksum... >>> prometheus-wireguard-exporter-openrc*: Create prometheus-wireguard-exporter-openrc-3.6.3-r0.apk >>> prometheus-wireguard-exporter*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> prometheus-wireguard-exporter*: Package size: 1.6 MB >>> prometheus-wireguard-exporter*: Compressing data... >>> prometheus-wireguard-exporter*: Create checksum... >>> prometheus-wireguard-exporter*: Create prometheus-wireguard-exporter-3.6.3-r0.apk >>> prometheus-wireguard-exporter: Build complete at Mon, 09 May 2022 09:59:41 +0000 elapsed time 0h 1m 59s >>> prometheus-wireguard-exporter: Cleaning up srcdir >>> prometheus-wireguard-exporter: Cleaning up pkgdir >>> prometheus-wireguard-exporter: Uninstalling dependencies... (1/8) Purging .makedepends-prometheus-wireguard-exporter (20220509.095743) (2/8) Purging cargo (1.60.0-r2) (3/8) Purging rust (1.60.0-r2) (4/8) Purging rust-stdlib (1.60.0-r2) (5/8) Purging llvm13-libs (13.0.1-r2) (6/8) Purging libffi (3.4.2-r1) (7/8) Purging libxml2 (2.9.13-r0) (8/8) Purging xz-libs (5.2.5-r1) Executing busybox-1.35.0-r12.trigger OK: 297 MiB in 88 packages >>> prometheus-wireguard-exporter: Updating the community/armhf repository index... >>> prometheus-wireguard-exporter: Signing the index...