>>> writefreely: Building community/writefreely 0.12.0-r5 (using abuild 3.8.0_rc4-r0) started Thu, 14 Apr 2022 23:53:38 +0000 >>> writefreely: Checking sanity of /home/buildozer/aports/community/writefreely/APKBUILD... >>> writefreely: Analyzing dependencies... >>> writefreely: Installing for build: build-base go go-bindata sqlite-dev nodejs-less nodejs-less-plugin-clean-css (1/8) Installing go (1.16.15-r0) (2/8) Installing go-bindata (3.1.3-r7) (3/8) Installing sqlite-libs (3.35.5-r0) (4/8) Installing sqlite-dev (3.35.5-r0) (5/8) Installing nodejs (14.19.0-r0) (6/8) Installing nodejs-less (4.1.1-r0) (7/8) Installing nodejs-less-plugin-clean-css (1.5.1-r1) (8/8) Installing .makedepends-writefreely (20220414.235339) Executing busybox-1.33.1-r7.trigger OK: 709 MiB in 98 packages >>> writefreely: Cleaning up srcdir >>> writefreely: Cleaning up pkgdir >>> writefreely: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/writefreely-0.12.0.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 100 2294k 100 2294k 0 0 16.5M 0 --:--:-- --:--:-- --:--:-- 16.5M >>> writefreely: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/writefreely-0.12.0.tar.gz >>> writefreely: Checking sha512sums... writefreely-0.12.0.tar.gz: OK config.ini: OK >>> writefreely: Unpacking /var/cache/distfiles/v3.14/writefreely-0.12.0.tar.gz... true cd less/; make -j24 --jobserver-auth=6,7 make[1]: warning: -j24 forced in submake: resetting jobserver mode. make[1]: Entering directory '/home/buildozer/aports/community/writefreely/src/writefreely-0.12.0/less' lessc app.less --clean-css="--s1 --advanced" ../static/css/write.css lessc fonts.less --clean-css="--s1 --advanced" ../static/css/fonts.css lessc icons.less --clean-css="--s1 --advanced" ../static/css/icons.css make[1]: Leaving directory '/home/buildozer/aports/community/writefreely/src/writefreely-0.12.0/less' go get -tags='sqlite' -d -v ./... go-bindata -pkg writefreely -ignore=\\.gitignore -tags="!wflib" schema.sql sqlite.sql go: downloading github.com/mattn/go-sqlite3 v1.14.12 cd cmd/writefreely; go build -ldflags="-X 'github.com/writeas/writefreely.softwareVer=`git describe | cut -c 2-`'" -v -tags='sqlite' github.com/writeas/web-core/i18n github.com/writeas/web-core/stringmanip golang.org/x/net/html/atom github.com/writeas/web-core/l10n github.com/shurcooL/sanitized_anchor_name golang.org/x/text/transform golang.org/x/crypto/blowfish golang.org/x/crypto/ripemd160 github.com/writeas/web-core/bots github.com/mattn/go-isatty golang.org/x/sys/cpu golang.org/x/crypto/sha3 github.com/writeas/go-strip-markdown github.com/writeas/writefreely/parse github.com/juju/ansiterm/tabwriter github.com/writeas/web-core/memo github.com/writeas/web-core/log github.com/kylemcc/twitter-text-go/extract github.com/fatih/structs github.com/manifoldco/promptui/list github.com/manifoldco/promptui/screenbuf github.com/gorilla/schema github.com/gologme/log github.com/beevik/etree code.as/core/socks github.com/russross/blackfriday/v2 golang.org/x/net/html github.com/guregu/null github.com/guregu/null/zero github.com/dustin/go-humanize github.com/gorilla/feeds github.com/mattn/go-colorable gopkg.in/ini.v1 github.com/gorilla/securecookie github.com/dchest/uniuri github.com/writeas/monday github.com/writeas/nerds/store github.com/writeas/saturday github.com/writeas/openssl-go github.com/rainycape/unidecode github.com/go-sql-driver/mysql golang.org/x/crypto/blake2b golang.org/x/crypto/blake2s github.com/writeas/web-core/activitystreams github.com/writeas/web-core/converter github.com/writeas/web-core/activitypub github.com/captncraig/cors github.com/gorilla/mux github.com/writeas/httpsig github.com/juju/ansiterm github.com/writeas/impart golang.org/x/crypto/bcrypt github.com/writeas/web-core/data github.com/writeas/slug github.com/writeas/web-core/id github.com/writeas/web-core/passgen github.com/writeas/web-core/query github.com/writeas/web-core/tags github.com/writeas/writefreely/appstats github.com/fatih/color github.com/writeas/go-webfinger github.com/writeas/writefreely/db github.com/writeas/writefreely/key golang.org/x/crypto/acme github.com/writeas/go-writeas/v2 github.com/gorilla/sessions golang.org/x/text/unicode/norm golang.org/x/text/unicode/bidi github.com/mattn/go-sqlite3 github.com/writeas/web-core/auth github.com/manifoldco/promptui github.com/writefreely/go-nodeinfo github.com/go-fed/httpsig github.com/writeas/activity/vocab github.com/writeas/import github.com/writeas/writefreely/migrations github.com/ikeikeikeike/go-sitemap-generator/v2/stm golang.org/x/text/secure/bidirule github.com/writeas/writefreely/config github.com/writeas/activityserve github.com/cpuguy83/go-md2man/v2/md2man golang.org/x/net/idna github.com/urfave/cli/v2 github.com/writeas/writefreely/author github.com/writeas/writefreely/page github.com/microcosm-cc/bluemonday golang.org/x/crypto/acme/autocert github.com/writeas/web-core/posts github.com/writeas/activity/streams # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:123303:10: warning: function may return address of local variable [-Wreturn-local-addr] 123303 | return pNew; | ^~~~ sqlite3-binding.c:123263:10: note: declared here 123263 | Select standin; | ^~~~~~~ github.com/writeas/writefreely github.com/writeas/writefreely/cmd/writefreely >>> writefreely: Entering fakeroot... >>> writefreely*: Running postcheck for writefreely >>> writefreely*: Preparing package writefreely... >>> writefreely*: Stripping binaries >>> writefreely*: Script found. /bin/sh added as a dependency for writefreely-0.12.0-r5.apk >>> writefreely*: Adding .pre-install >>> writefreely*: Scanning shared objects >>> writefreely*: Tracing dependencies... /bin/sh so:libc.musl-x86_64.so.1 >>> writefreely*: Package size: 39.6 MB >>> writefreely*: Compressing data... >>> writefreely*: Create checksum... >>> writefreely*: Create writefreely-0.12.0-r5.apk >>> writefreely: Build complete at Thu, 14 Apr 2022 23:55:40 +0000 elapsed time 0h 2m 2s >>> writefreely: Cleaning up srcdir >>> writefreely: Cleaning up pkgdir >>> writefreely: Uninstalling dependencies... (1/8) Purging .makedepends-writefreely (20220414.235339) (2/8) Purging go (1.16.15-r0) (3/8) Purging go-bindata (3.1.3-r7) (4/8) Purging sqlite-dev (3.35.5-r0) (5/8) Purging sqlite-libs (3.35.5-r0) (6/8) Purging nodejs-less (4.1.1-r0) (7/8) Purging nodejs-less-plugin-clean-css (1.5.1-r1) (8/8) Purging nodejs (14.19.0-r0) Executing busybox-1.33.1-r7.trigger OK: 337 MiB in 90 packages >>> writefreely: Updating the community/x86_64 repository index... >>> writefreely: Signing the index...