>>> prometheus-wireguard-exporter: Building community/prometheus-wireguard-exporter 3.6.6-r3 (using abuild 3.14.1-r1) started Sun, 03 Nov 2024 13:18:03 +0000 >>> prometheus-wireguard-exporter: Validating /home/buildozer/aports/community/prometheus-wireguard-exporter/APKBUILD... >>> prometheus-wireguard-exporter: Analyzing dependencies... >>> prometheus-wireguard-exporter: Installing for build: build-base cargo cargo-auditable (1/8) Installing libffi (3.4.6-r0) (2/8) Installing xz-libs (5.6.3-r0) (3/8) Installing libxml2 (2.13.4-r3) (4/8) Installing llvm19-libs (19.1.2-r0) (5/8) Installing rust (1.82.0-r1) (6/8) Installing cargo (1.82.0-r1) (7/8) Installing cargo-auditable (0.6.4-r0) (8/8) Installing .makedepends-prometheus-wireguard-exporter (20241103.131811) Executing busybox-1.37.0-r5.trigger OK: 508 MiB in 109 packages >>> prometheus-wireguard-exporter: Cleaning up srcdir >>> prometheus-wireguard-exporter: Cleaning up pkgdir >>> prometheus-wireguard-exporter: Cleaning up tmpdir >>> prometheus-wireguard-exporter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/prometheus_wireguard_exporter-3.6.6.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.21/prometheus_wireguard_exporter-3.6.6.tar.gz.part' prometheus_wireguard 100% |********************************| 233k 0:00:00 ETA '/var/cache/distfiles/v3.21/prometheus_wireguard_exporter-3.6.6.tar.gz.part' saved >>> prometheus-wireguard-exporter: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/prometheus_wireguard_exporter-3.6.6.tar.gz >>> prometheus-wireguard-exporter: Checking sha512sums... prometheus_wireguard_exporter-3.6.6.tar.gz: OK prometheus-wireguard-exporter.initd: OK prometheus-wireguard-exporter.confd: OK >>> prometheus-wireguard-exporter: Unpacking /var/cache/distfiles/v3.21/prometheus_wireguard_exporter-3.6.6.tar.gz... Updating crates.io index Downloading crates ... Downloaded serde_json v1.0.88 Downloaded bytes v1.3.0 Downloaded regex v1.7.0 Downloaded tokio v1.22.0 Downloaded libc v0.2.137 Downloaded clippy v0.0.302 Downloaded hyper-rustls v0.23.1 Downloaded prometheus_exporter_base v1.4.0 Compiling autocfg v1.1.0 Compiling libc v0.2.137 Compiling proc-macro2 v1.0.47 Compiling log v0.4.17 Compiling quote v1.0.21 Compiling cfg-if v1.0.0 Compiling unicode-ident v1.0.5 Compiling once_cell v1.16.0 Compiling cc v1.0.77 Compiling syn v1.0.103 Compiling pin-project-lite v0.2.9 Compiling spin v0.5.2 Compiling untrusted v0.7.1 Compiling futures-core v0.3.25 Compiling itoa v1.0.4 Compiling futures-task v0.3.25 Compiling memchr v2.5.0 Compiling futures-channel v0.3.25 Compiling httparse v1.8.0 Compiling fnv v1.0.7 Compiling rustls v0.20.7 Compiling futures-util v0.3.25 Compiling bytes v1.3.0 Compiling pin-utils v0.1.0 Compiling try-lock v0.2.3 Compiling serde v1.0.147 Compiling base64 v0.13.1 Compiling openssl-probe v0.1.5 Compiling regex-syntax v0.6.28 Compiling termcolor v1.1.3 Compiling serde_json v1.0.88 Compiling tower-service v0.3.2 Compiling thiserror v1.0.37 Compiling httpdate v1.0.2 Compiling os_str_bytes v6.4.1 Compiling ryu v1.0.11 Compiling humantime v2.1.0 Compiling anyhow v1.0.66 Compiling bitflags v1.3.2 Compiling strsim v0.10.0 Compiling tracing-core v0.1.30 Compiling clap_lex v0.3.0 Compiling num-traits v0.2.15 Compiling num-integer v0.1.45 Compiling tokio v1.22.0 Compiling num-bigint v0.4.3 Compiling num-rational v0.4.1 Compiling num-iter v0.1.43 Compiling want v0.3.0 Compiling rustls-pemfile v1.0.1 Compiling rustls-native-certs v0.6.2 Compiling aho-corasick v0.7.19 Compiling http v0.2.8 Compiling tracing v0.1.37 Compiling socket2 v0.4.7 Compiling mio v0.8.5 Compiling atty v0.2.14 Compiling clap v4.0.26 Compiling ring v0.16.20 Compiling http-body v0.4.5 Compiling num-complex v0.4.2 Compiling regex v1.7.0 Compiling env_logger v0.9.3 Compiling num v0.4.0 Compiling sct v0.7.0 Compiling webpki v0.22.0 Compiling tokio-macros v1.8.0 Compiling thiserror-impl v1.0.37 Compiling tokio-rustls v0.23.4 Compiling hyper v0.14.23 Compiling hyper-rustls v0.23.1 Compiling prometheus_exporter_base v1.4.0 Compiling prometheus_wireguard_exporter v3.6.6 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.6) warning: field `0` is never read --> src/wireguard.rs:63:11 | 63 | Local(LocalEndpoint), | ----- ^^^^^^^^^^^^^ | | | field in this variant | = note: `Endpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` 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 | 63 | Local(()), | ~~ warning: `prometheus_wireguard_exporter` (bin "prometheus_wireguard_exporter") generated 1 warning Finished `release` profile [optimized] target(s) in 48.21s warning: prometheus_wireguard_exporter v3.6.6 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.6) ignoring invalid dependency `clippy` which is missing a lib target Compiling autocfg v1.1.0 Compiling libc v0.2.137 Compiling proc-macro2 v1.0.47 Compiling quote v1.0.21 Compiling cfg-if v1.0.0 Compiling log v0.4.17 Compiling unicode-ident v1.0.5 Compiling once_cell v1.16.0 Compiling cc v1.0.77 Compiling syn v1.0.103 Compiling pin-project-lite v0.2.9 Compiling untrusted v0.7.1 Compiling spin v0.5.2 Compiling futures-core v0.3.25 Compiling itoa v1.0.4 Compiling memchr v2.5.0 Compiling futures-task v0.3.25 Compiling futures-util v0.3.25 Compiling bytes v1.3.0 Compiling futures-channel v0.3.25 Compiling httparse v1.8.0 Compiling rustls v0.20.7 Compiling fnv v1.0.7 Compiling base64 v0.13.1 Compiling pin-utils v0.1.0 Compiling try-lock v0.2.3 Compiling serde v1.0.147 Compiling termcolor v1.1.3 Compiling thiserror v1.0.37 Compiling tower-service v0.3.2 Compiling openssl-probe v0.1.5 Compiling regex-syntax v0.6.28 Compiling httpdate v1.0.2 Compiling serde_json v1.0.88 Compiling ryu v1.0.11 Compiling anyhow v1.0.66 Compiling os_str_bytes v6.4.1 Compiling humantime v2.1.0 Compiling strsim v0.10.0 Compiling bitflags v1.3.2 Compiling tracing-core v0.1.30 Compiling clap_lex v0.3.0 Compiling rustls-pemfile v1.0.1 Compiling want v0.3.0 Compiling num-traits v0.2.15 Compiling num-integer v0.1.45 Compiling tokio v1.22.0 Compiling num-bigint v0.4.3 Compiling num-rational v0.4.1 Compiling num-iter v0.1.43 Compiling rustls-native-certs v0.6.2 Compiling aho-corasick v0.7.19 Compiling http v0.2.8 Compiling tracing v0.1.37 Compiling mio v0.8.5 Compiling socket2 v0.4.7 Compiling atty v0.2.14 Compiling clap v4.0.26 Compiling ring v0.16.20 Compiling http-body v0.4.5 Compiling num-complex v0.4.2 Compiling regex v1.7.0 Compiling env_logger v0.9.3 Compiling num v0.4.0 Compiling webpki v0.22.0 Compiling sct v0.7.0 Compiling tokio-macros v1.8.0 Compiling thiserror-impl v1.0.37 Compiling hyper v0.14.23 Compiling tokio-rustls v0.23.4 Compiling hyper-rustls v0.23.1 Compiling prometheus_exporter_base v1.4.0 Compiling prometheus_wireguard_exporter v3.6.6 (/home/buildozer/aports/community/prometheus-wireguard-exporter/src/prometheus_wireguard_exporter-3.6.6) warning: field `0` is never read --> src/wireguard.rs:63:11 | 63 | Local(LocalEndpoint), | ----- ^^^^^^^^^^^^^ | | | field in this variant | = note: `Endpoint` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` 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 | 63 | Local(()), | ~~ warning: `prometheus_wireguard_exporter` (bin "prometheus_wireguard_exporter" test) generated 1 warning Finished `test` profile [unoptimized + debuginfo] target(s) in 18.37s Running unittests src/main.rs (target/debug/deps/prometheus_wireguard_exporter-ad65006b65327529) 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_public_key - should panic ... ok test wireguard_config::tests::test_parse_friendly_description_json ... 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::tests::test_render_to_prometheus_simple ... ok test wireguard_config::tests::test_parse_ok ... ok test wireguard::tests::test_parse ... ok test wireguard::tests::test_render_to_prometheus_complex ... 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.01s >>> prometheus-wireguard-exporter: Entering fakeroot... >>> prometheus-wireguard-exporter-openrc*: Running split function openrc... 'etc/conf.d' -> '/home/buildozer/aports/community/prometheus-wireguard-exporter/pkg/prometheus-wireguard-exporter-openrc/etc/conf.d' 'etc/init.d' -> '/home/buildozer/aports/community/prometheus-wireguard-exporter/pkg/prometheus-wireguard-exporter-openrc/etc/init.d' >>> 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: 521.0 B >>> prometheus-wireguard-exporter-openrc*: Compressing data... >>> prometheus-wireguard-exporter-openrc*: Create checksum... >>> prometheus-wireguard-exporter-openrc*: Create prometheus-wireguard-exporter-openrc-3.6.6-r3.apk >>> prometheus-wireguard-exporter*: Tracing dependencies... so:libc.musl-armv7.so.1 so:libgcc_s.so.1 >>> prometheus-wireguard-exporter*: Package size: 1.2 MB >>> prometheus-wireguard-exporter*: Compressing data... >>> prometheus-wireguard-exporter*: Create checksum... >>> prometheus-wireguard-exporter*: Create prometheus-wireguard-exporter-3.6.6-r3.apk >>> prometheus-wireguard-exporter: Build complete at Sun, 03 Nov 2024 13:19:22 +0000 elapsed time 0h 1m 19s >>> prometheus-wireguard-exporter: Cleaning up srcdir >>> prometheus-wireguard-exporter: Cleaning up pkgdir >>> prometheus-wireguard-exporter: Uninstalling dependencies... (1/8) Purging .makedepends-prometheus-wireguard-exporter (20241103.131811) (2/8) Purging cargo-auditable (0.6.4-r0) (3/8) Purging cargo (1.82.0-r1) (4/8) Purging rust (1.82.0-r1) (5/8) Purging llvm19-libs (19.1.2-r0) (6/8) Purging libffi (3.4.6-r0) (7/8) Purging libxml2 (2.13.4-r3) (8/8) Purging xz-libs (5.6.3-r0) Executing busybox-1.37.0-r5.trigger OK: 271 MiB in 101 packages >>> prometheus-wireguard-exporter: Updating the community/armv7 repository index... >>> prometheus-wireguard-exporter: Signing the index...