>>> certstrap: Building testing/certstrap 1.3.0-r22 (using abuild 3.14.1-r7) started Wed, 19 Mar 2025 11:42:20 +0000
>>> certstrap: Validating /home/buildozer/aports/testing/certstrap/APKBUILD...
>>> certstrap: Analyzing dependencies...
>>> certstrap: Installing for build: build-base go
(1/3) Installing binutils-gold (2.44-r0)
(2/3) Installing go (1.24.1-r0)
(3/3) Installing .makedepends-certstrap (20250319.114221)
Executing busybox-1.37.0-r14.trigger
OK: 517 MiB in 106 packages
>>> certstrap: Cleaning up srcdir
>>> certstrap: Cleaning up pkgdir
>>> certstrap: Cleaning up tmpdir
>>> certstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/certstrap-1.3.0.tar.gz
>>> certstrap: Fetching https://distfiles.alpinelinux.org/distfiles/edge/certstrap-1.3.0.tar.gz
>>> certstrap: Checking sha512sums...
certstrap-1.3.0.tar.gz: OK
update-go-deps.patch: OK
fix-test-parse-invalid-expiry.patch: OK
>>> certstrap: Unpacking /var/cache/distfiles/edge/certstrap-1.3.0.tar.gz...
>>> certstrap: update-go-deps.patch
patching file go.mod
patching file go.sum
>>> certstrap: fix-test-parse-invalid-expiry.patch
patching file cmd/expiry.go
go: downloading github.com/urfave/cli v1.22.9
go: downloading github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
go: downloading go.step.sm/crypto v0.16.2
go: downloading golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
go: downloading github.com/pkg/errors v0.9.1
go: downloading filippo.io/edwards25519 v1.0.0-rc.1
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
go: downloading golang.org/x/sys v0.6.0
?   	github.com/square/certstrap	[no test files]
=== RUN   TestParseExpiryWithSeconds
--- PASS: TestParseExpiryWithSeconds (0.00s)
=== RUN   TestParseExpiryWithMinutes
--- PASS: TestParseExpiryWithMinutes (0.00s)
=== RUN   TestParseExpiryWithHours
--- PASS: TestParseExpiryWithHours (0.00s)
=== RUN   TestParseExpiryWithDays
--- PASS: TestParseExpiryWithDays (0.00s)
=== RUN   TestParseExpiryWithMonths
--- PASS: TestParseExpiryWithMonths (0.00s)
=== RUN   TestParseExpiryWithYears
--- PASS: TestParseExpiryWithYears (0.00s)
=== RUN   TestParseExpiryWithMixed
--- PASS: TestParseExpiryWithMixed (0.00s)
=== RUN   TestParseInvalidExpiry
--- PASS: TestParseInvalidExpiry (0.00s)
=== RUN   TestRevokeCmd
--- PASS: TestRevokeCmd (2.32s)
PASS
ok  	github.com/square/certstrap/cmd	2.327s
=== RUN   TestDepotCRUD
--- PASS: TestDepotCRUD (0.00s)
=== RUN   TestDepotPutNil
--- PASS: TestDepotPutNil (0.00s)
=== RUN   TestDepotCheckFailure
--- PASS: TestDepotCheckFailure (0.00s)
=== RUN   TestDepotGetFailure
--- PASS: TestDepotGetFailure (0.00s)
=== RUN   TestDepotList
--- PASS: TestDepotList (0.00s)
=== RUN   TestDepotGetFile
--- PASS: TestDepotGetFile (0.00s)
=== RUN   TestCheckPermissions
--- PASS: TestCheckPermissions (0.00s)
PASS
ok  	github.com/square/certstrap/depot	0.009s
=== RUN   TestCreateCertificateAuthority
--- PASS: TestCreateCertificateAuthority (0.12s)
=== RUN   TestCreateCertificateAuthorityWithOptions
=== RUN   TestCreateCertificateAuthorityWithOptions/pathlen:_0,_excludePathlen:_false
=== RUN   TestCreateCertificateAuthorityWithOptions/pathlen:_1,_excludePathlen:_false
=== RUN   TestCreateCertificateAuthorityWithOptions/pathlen:_0,_excludePathlen:_true
=== RUN   TestCreateCertificateAuthorityWithOptions/pathlen:_1,_excludePathlen:_true
--- PASS: TestCreateCertificateAuthorityWithOptions (0.92s)
    --- PASS: TestCreateCertificateAuthorityWithOptions/pathlen:_0,_excludePathlen:_false (0.18s)
    --- PASS: TestCreateCertificateAuthorityWithOptions/pathlen:_1,_excludePathlen:_false (0.33s)
    --- PASS: TestCreateCertificateAuthorityWithOptions/pathlen:_0,_excludePathlen:_true (0.16s)
    --- PASS: TestCreateCertificateAuthorityWithOptions/pathlen:_1,_excludePathlen:_true (0.26s)
=== RUN   TestCreateCertificateHost
--- PASS: TestCreateCertificateHost (0.00s)
=== RUN   TestWrongCertificate
--- PASS: TestWrongCertificate (0.00s)
=== RUN   TestBadCertificate
--- PASS: TestBadCertificate (0.00s)
=== RUN   TestCreateCertificateRevocationList
--- PASS: TestCreateCertificateRevocationList (0.29s)
=== RUN   TestCertificateRevocationList
--- PASS: TestCertificateRevocationList (0.00s)
=== RUN   TestCreateCertificateSigningRequest
--- PASS: TestCreateCertificateSigningRequest (0.07s)
=== RUN   TestCertificateSigningRequest
--- PASS: TestCertificateSigningRequest (0.00s)
=== RUN   TestOldStyleCertificateSigningRequest
--- PASS: TestOldStyleCertificateSigningRequest (0.00s)
=== RUN   TestWrongCertificateSigningRequest
--- PASS: TestWrongCertificateSigningRequest (0.00s)
=== RUN   TestBadCertificateSigningRequest
--- PASS: TestBadCertificateSigningRequest (0.00s)
=== RUN   TestCreateRSAKey
--- PASS: TestCreateRSAKey (0.12s)
=== RUN   TestRSAKey
--- PASS: TestRSAKey (0.00s)
=== RUN   TestWrongRSAKey
--- PASS: TestWrongRSAKey (0.00s)
=== RUN   TestBadRSAKey
--- PASS: TestBadRSAKey (0.00s)
=== RUN   TestRSAKeyExport
--- PASS: TestRSAKeyExport (0.00s)
=== RUN   TestRSAKeyExportEncrypted
--- PASS: TestRSAKeyExportEncrypted (0.00s)
=== RUN   TestRSAKeyGenerateSubjectKeyID
--- PASS: TestRSAKeyGenerateSubjectKeyID (0.00s)
=== RUN   TestCreateECDSAKey
--- PASS: TestCreateECDSAKey (0.00s)
=== RUN   TestCreateEd25519Key
--- PASS: TestCreateEd25519Key (0.01s)
=== RUN   TestECCExportImport
=== RUN   TestECCExportImport/ECDSA_P256
=== RUN   TestECCExportImport/Ed25519
--- PASS: TestECCExportImport (0.00s)
    --- PASS: TestECCExportImport/ECDSA_P256 (0.00s)
    --- PASS: TestECCExportImport/Ed25519 (0.00s)
=== RUN   TestEncryptedECCImportExport
=== RUN   TestEncryptedECCImportExport/ECDSA_P256
=== RUN   TestEncryptedECCImportExport/Ed25519
--- PASS: TestEncryptedECCImportExport (0.84s)
    --- PASS: TestEncryptedECCImportExport/ECDSA_P256 (0.42s)
    --- PASS: TestEncryptedECCImportExport/Ed25519 (0.42s)
PASS
ok  	github.com/square/certstrap/pkix	2.407s
>>> certstrap: Entering fakeroot...
>>> certstrap*: Running postcheck for certstrap
>>> certstrap*: Preparing package certstrap...
>>> certstrap*: Stripping binaries
>>> certstrap*: Scanning shared objects
>>> certstrap*: Tracing dependencies...
	so:libc.musl-armhf.so.1
>>> certstrap*: Package size: 5.7 MB
>>> certstrap*: Compressing data...
>>> certstrap*: Create checksum...
>>> certstrap*: Create certstrap-1.3.0-r22.apk
>>> certstrap: Build complete at Wed, 19 Mar 2025 11:42:38 +0000 elapsed time 0h 0m 18s
>>> certstrap: Cleaning up srcdir
>>> certstrap: Cleaning up pkgdir
>>> certstrap: Uninstalling dependencies...
(1/3) Purging .makedepends-certstrap (20250319.114221)
(2/3) Purging go (1.24.1-r0)
(3/3) Purging binutils-gold (2.44-r0)
Executing busybox-1.37.0-r14.trigger
OK: 322 MiB in 103 packages
>>> certstrap: Updating the testing/armhf repository index...
>>> certstrap: Signing the index...