>>> ejson: Building testing/ejson 1.2.1-r7 (using abuild 3.9.0-r0) started Sun, 20 Mar 2022 05:04:25 +0000 >>> ejson: Checking sanity of /home/buildozer/aports/testing/ejson/APKBUILD... >>> ejson: Analyzing dependencies... >>> ejson: Installing for build: build-base mandoc go ronn (1/14) Installing mandoc (1.14.6-r1) (2/14) Installing go (1.18-r0) (3/14) Installing groff (1.22.4-r1) (4/14) Installing libffi (3.4.2-r1) (5/14) Installing gdbm (1.23-r0) (6/14) Installing readline (8.1.2-r0) (7/14) Installing yaml (0.2.5-r0) (8/14) Installing ruby-libs (3.0.3-r0) (9/14) Installing ruby (3.0.3-r0) (10/14) Installing ruby-hpricot (0.8.6-r5) (11/14) Installing ruby-mustache (1.1.1-r4) (12/14) Installing ruby-rdiscount (2.2.0.2-r0) (13/14) Installing ronn (0.7.3-r5) (14/14) Installing .makedepends-ejson (20220320.050426) Executing busybox-1.35.0-r5.trigger OK: 642 MiB in 104 packages >>> ejson: Cleaning up srcdir >>> ejson: Cleaning up pkgdir >>> ejson: Fetching https://distfiles.alpinelinux.org/distfiles/edge//ejson-1.2.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 166k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 166k 100 166k 0 0 123k 0 0:00:01 0:00:01 --:--:-- 123k >>> ejson: Fetching https://distfiles.alpinelinux.org/distfiles/edge//ejson-1.2.1.tar.gz >>> ejson: Checking sha512sums... ejson-1.2.1.tar.gz: OK >>> ejson: Unpacking /var/cache/distfiles/edge/ejson-1.2.1.tar.gz... github.com/Shopify/ejson/vendor/golang.org/x/crypto/curve25519 github.com/Shopify/ejson/vendor/golang.org/x/crypto/salsa20/salsa github.com/Shopify/ejson/vendor/golang.org/x/crypto/poly1305 github.com/Shopify/ejson/vendor/github.com/dustin/gojson github.com/Shopify/ejson/vendor/github.com/codegangsta/cli github.com/Shopify/ejson/vendor/golang.org/x/crypto/nacl/secretbox github.com/Shopify/ejson/vendor/golang.org/x/crypto/nacl/box github.com/Shopify/ejson/crypto github.com/Shopify/ejson/json github.com/Shopify/ejson github.com/Shopify/ejson/cmd/ejson mkdir -p "build/man/man5" set -euo pipefail ; exec ronn -r --pipe "man/man5/ejson.5.ronn" | gzip > "build/man/man5/ejson.5.gz" || (rm -f "man/man5/ejson.5.ronn" ; false) mkdir -p "build/man/man1" set -euo pipefail ; exec ronn -r --pipe "man/man1/ejson-decrypt.1.ronn" | gzip > "build/man/man1/ejson-decrypt.1.gz" || (rm -f "man/man1/ejson-decrypt.1.ronn" ; false) mkdir -p "build/man/man1" set -euo pipefail ; exec ronn -r --pipe "man/man1/ejson-encrypt.1.ronn" | gzip > "build/man/man1/ejson-encrypt.1.gz" || (rm -f "man/man1/ejson-encrypt.1.ronn" ; false) mkdir -p "build/man/man1" set -euo pipefail ; exec ronn -r --pipe "man/man1/ejson-keygen.1.ronn" | gzip > "build/man/man1/ejson-keygen.1.gz" || (rm -f "man/man1/ejson-keygen.1.ronn" ; false) mkdir -p "build/man/man1" set -euo pipefail ; exec ronn -r --pipe "man/man1/ejson.1.ronn" | gzip > "build/man/man1/ejson.1.gz" || (rm -f "man/man1/ejson.1.ronn" ; false) === RUN TestGenerateKeypair GenerateKeypair should return two strings that look key-like ✔✔✔✔ 4 assertions thus far --- PASS: TestGenerateKeypair (0.00s) === RUN TestEncryptFileInPlace EncryptFileInPlace called with a non-existent file should fail with ENOEXIST ✔ called with an invalid JSON file should fail ✔✔ called with an invalid keypair should fail ✔✔ called with a valid keypair ✔ should encrypt the file ✔✔ 12 assertions thus far --- PASS: TestEncryptFileInPlace (0.03s) === RUN TestDecryptFile DecryptFile called with a non-existent file should fail with ENOEXIST ✔ called with an invalid JSON file should fail ✔✔ called with an invalid keypair should fail ✔✔ called with a valid keypair but no corresponding entry in keydir should fail and describe that the key could not be found ✔✔ called with a valid keypair and a corresponding entry in keydir should succeed and output the decrypted secrets ✔✔ called with a valid public key and an short private key supplied via CLI should fail with invalid private key message ✔✔ called with a valid public key and an incorrect private key supplied via CLI should fail with could not decrypt message ✔✔ called with a valid public key and valid private key supplied via CLI should succeed and output the decrypted secrets ✔✔ 27 assertions thus far --- PASS: TestDecryptFile (0.05s) PASS ok github.com/Shopify/ejson 0.087s ? github.com/Shopify/ejson/cmd/ejson [no test files] === RUN TestBoxedMessageRoundtripping BoxedMessage Dump ✔ Load ✔✔✔✔ IsBoxedMessage ✔✔✔✔ 9 assertions thus far --- PASS: TestBoxedMessageRoundtripping (0.00s) === RUN TestKeypairGeneration Generating keypairs should generate something that looks vaguely key-like ✔✔✔✔ should not leave the keys zeroed ✔✔ 15 assertions thus far --- PASS: TestKeypairGeneration (0.00s) === RUN TestNonceGeneration Generating a nonce should be unique ✔ should complete successfully ✔✔ 18 assertions thus far --- PASS: TestNonceGeneration (0.00s) === RUN TestRoundtrip Roundtripping ✔✔✔✔✔✔✔ 25 assertions thus far --- PASS: TestRoundtrip (0.00s) PASS ok github.com/Shopify/ejson/crypto 0.011s === RUN TestKeyExtraction Key extraction succeeds when given properly-formatted EJSON ✔✔ fails if key is too short ✔ or if key is invalid hex ✔ or if key is missing ✔ 5 assertions thus far --- PASS: TestKeyExtraction (0.00s) === RUN TestWalker Walker passes the provided test-cases ✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔✔ 31 assertions thus far --- PASS: TestWalker (0.00s) PASS ok github.com/Shopify/ejson/json 0.008s >>> ejson: Entering fakeroot... >>> ejson*: Running postcheck for ejson >>> WARNING: ejson*: Found /usr/share/man but package name doesn't end with -doc >>> ejson*: Preparing package ejson... >>> ejson*: Stripping binaries >>> ejson*: Scanning shared objects >>> ejson*: Tracing dependencies... >>> ejson*: Package size: 3.1 MB >>> ejson*: Compressing data... >>> ejson*: Create checksum... >>> ejson*: Create ejson-1.2.1-r7.apk >>> ejson: Build complete at Sun, 20 Mar 2022 05:04:34 +0000 elapsed time 0h 0m 9s >>> ejson: Cleaning up srcdir >>> ejson: Cleaning up pkgdir >>> ejson: Uninstalling dependencies... (1/14) Purging .makedepends-ejson (20220320.050426) (2/14) Purging mandoc (1.14.6-r1) Executing mandoc-1.14.6-r1.post-deinstall (3/14) Purging go (1.18-r0) (4/14) Purging ronn (0.7.3-r5) (5/14) Purging groff (1.22.4-r1) (6/14) Purging ruby-hpricot (0.8.6-r5) (7/14) Purging ruby-mustache (1.1.1-r4) (8/14) Purging ruby (3.0.3-r0) (9/14) Purging ruby-rdiscount (2.2.0.2-r0) (10/14) Purging ruby-libs (3.0.3-r0) (11/14) Purging libffi (3.4.2-r1) (12/14) Purging gdbm (1.23-r0) (13/14) Purging readline (8.1.2-r0) (14/14) Purging yaml (0.2.5-r0) Executing busybox-1.35.0-r5.trigger OK: 230 MiB in 90 packages >>> ejson: Updating the testing/ppc64le repository index... >>> ejson: Signing the index...