>>> purism-ectool: Building community/purism-ectool 1.12-r1 (using abuild 3.16.0_rc4-r0) started Thu, 23 Oct 2025 15:02:37 +0000 >>> purism-ectool: Validating /home/buildozer/aports/community/purism-ectool/APKBUILD... >>> purism-ectool: Analyzing dependencies... >>> purism-ectool: Installing for build: build-base cargo eudev-dev linux-headers cargo-auditable ( 1/12) Installing libffi (3.5.2-r0) ( 2/12) Installing xz-libs (5.8.1-r0) ( 3/12) Installing libxml2 (2.13.9-r0) ( 4/12) Installing llvm21-libs (21.1.2-r1) ( 5/12) Installing scudo-malloc (21.1.2-r0) ( 6/12) Installing rust (1.90.0-r1) ( 7/12) Installing cargo (1.90.0-r1) ( 8/12) Installing eudev-libs (3.2.14-r5) ( 9/12) Installing eudev-dev (3.2.14-r5) (10/12) Installing linux-headers (6.16.12-r0) (11/12) Installing cargo-auditable (0.7.1-r0) (12/12) Installing .makedepends-purism-ectool (20251023.150318) busybox-1.37.0-r24.trigger: Executing script... OK: 852 MiB in 117 packages >>> purism-ectool: Cleaning up srcdir >>> purism-ectool: Cleaning up pkgdir >>> purism-ectool: Cleaning up tmpdir >>> purism-ectool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/purism-ectool-1.12.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> purism-ectool: Fetching purism-ectool-1.12.tar.gz::https://source.puri.sm/firmware/librem-ec/-/archive/1.12/librem-ec-1.12.tar.gz Connecting to source.puri.sm (5.161.203.213:443) saving to '/var/cache/distfiles/v3.23/purism-ectool-1.12.tar.gz.part' purism-ectool-1.12.t 89193 --:--:-- ETA purism-ectool-1.12.t 163k --:--:-- ETA purism-ectool-1.12.t 100% |********************************| 190k 0:00:00 ETA '/var/cache/distfiles/v3.23/purism-ectool-1.12.tar.gz.part' saved /var/cache/distfiles/v3.23/purism-ectool-1.12.tar.gz: OK >>> purism-ectool: Fetching https://distfiles.alpinelinux.org/distfiles/v3.23/purism-ectool-1.12.tar.gz /var/cache/distfiles/v3.23/purism-ectool-1.12.tar.gz: OK >>> purism-ectool: Unpacking /var/cache/distfiles/v3.23/purism-ectool-1.12.tar.gz... Updating crates.io index Downloading crates ... Downloaded vec_map v0.8.2 Downloaded unicode-width v0.1.8 Downloaded downcast-rs v1.2.0 Downloaded atty v0.2.14 Downloaded clap v2.33.3 Downloaded ansi_term v0.11.0 Downloaded bitflags v1.2.1 Downloaded strsim v0.8.0 Downloaded textwrap v0.11.0 Downloaded cc v1.0.67 Downloaded pkg-config v0.3.19 Downloaded redox_hwio v0.1.3 Downloaded hidapi v1.2.5 Downloaded libc v0.2.89 Compiling libc v0.2.89 Compiling bitflags v1.2.1 Compiling pkg-config v0.3.19 Compiling cc v1.0.67 Compiling unicode-width v0.1.8 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling vec_map v0.8.2 Compiling downcast-rs v1.2.0 Compiling textwrap v0.11.0 Compiling hidapi v1.2.5 Compiling atty v0.2.14 Compiling clap v2.33.3 Compiling purism_ectool v0.3.5 (/home/buildozer/aports/community/purism-ectool/src/librem-ec-1.12/tool) warning: hiding a lifetime that's elided elsewhere is confusing --> src/ec.rs:143:23 | 143 | pub unsafe fn spi(&mut self, target: SpiTarget, scratch: bool) -> Result, Error> { | ^^^^^^^^^ the lifetime is elided here -------- the same lifetime is hidden 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 | 143 | pub unsafe fn spi(&mut self, target: SpiTarget, scratch: bool) -> Result, Error> { | +++ warning: `purism_ectool` (lib) generated 1 warning Finished `release` profile [optimized] target(s) in 20.71s Compiling libc v0.2.89 Compiling cc v1.0.67 Compiling pkg-config v0.3.19 Compiling bitflags v1.2.1 Compiling unicode-width v0.1.8 Compiling vec_map v0.8.2 Compiling strsim v0.8.0 Compiling ansi_term v0.11.0 Compiling downcast-rs v1.2.0 Compiling textwrap v0.11.0 Compiling hidapi v1.2.5 Compiling atty v0.2.14 Compiling clap v2.33.3 Compiling purism_ectool v0.3.5 (/home/buildozer/aports/community/purism-ectool/src/librem-ec-1.12/tool) warning: hiding a lifetime that's elided elsewhere is confusing --> src/ec.rs:143:23 | 143 | pub unsafe fn spi(&mut self, target: SpiTarget, scratch: bool) -> Result, Error> { | ^^^^^^^^^ the lifetime is elided here -------- the same lifetime is hidden 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 | 143 | pub unsafe fn spi(&mut self, target: SpiTarget, scratch: bool) -> Result, Error> { | +++ warning: `purism_ectool` (lib) generated 1 warning warning: `purism_ectool` (lib test) generated 1 warning (1 duplicate) Finished `test` profile [unoptimized + debuginfo] target(s) in 7.95s Running unittests src/lib.rs (target/debug/deps/ectool-c0e399cdf673b39c) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Running unittests src/main.rs (target/debug/deps/purism_ectool-12cb64354eb155b3) running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests ectool running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s >>> purism-ectool: Entering fakeroot... >>> purism-ectool*: Running postcheck for purism-ectool >>> purism-ectool*: Preparing package purism-ectool... >>> purism-ectool*: Stripping binaries >>> purism-ectool*: Scanning shared objects >>> purism-ectool*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libudev.so.1 >>> purism-ectool*: Package size: 645.1 KB >>> purism-ectool*: Compressing data... >>> purism-ectool*: Create checksum... >>> purism-ectool*: Create purism-ectool-1.12-r1.apk >>> purism-ectool: Build complete at Thu, 23 Oct 2025 15:03:55 +0000 elapsed time 0h 1m 18s >>> purism-ectool: Cleaning up srcdir >>> purism-ectool: Cleaning up pkgdir >>> purism-ectool: Uninstalling dependencies... ( 1/12) Purging .makedepends-purism-ectool (20251023.150318) ( 2/12) Purging eudev-dev (3.2.14-r5) ( 3/12) Purging eudev-libs (3.2.14-r5) ( 4/12) Purging linux-headers (6.16.12-r0) ( 5/12) Purging cargo-auditable (0.7.1-r0) ( 6/12) Purging cargo (1.90.0-r1) ( 7/12) Purging rust (1.90.0-r1) ( 8/12) Purging llvm21-libs (21.1.2-r1) ( 9/12) Purging scudo-malloc (21.1.2-r0) (10/12) Purging libffi (3.5.2-r0) (11/12) Purging libxml2 (2.13.9-r0) (12/12) Purging xz-libs (5.8.1-r0) busybox-1.37.0-r24.trigger: Executing script... OK: 440 MiB in 105 packages >>> purism-ectool: Updating the community/x86_64 repository index... >>> purism-ectool: Signing the index...