>>> simpleiot: Building testing/simpleiot 0.14.3-r1 (using abuild 3.12.0-r4) started Wed, 13 Mar 2024 21:16:03 +0000 >>> simpleiot: Checking sanity of /home/buildozer/aports/testing/simpleiot/APKBUILD... >>> simpleiot: Analyzing dependencies... >>> simpleiot: Installing for build: build-base go npm (1/8) Installing go (1.22.1-r0) (2/8) Installing ada-libs (2.7.4-r0) (3/8) Installing icu-data-en (74.2-r0) Executing icu-data-en-74.2-r0.post-install * * If you need ICU with non-English locales and legacy charset support, install * package icu-data-full. * (4/8) Installing icu-libs (74.2-r0) (5/8) Installing libuv (1.48.0-r0) (6/8) Installing nodejs-current (21.7.1-r0) (7/8) Installing npm (10.5.0-r0) (8/8) Installing .makedepends-simpleiot (20240313.211604) Executing busybox-1.36.1-r21.trigger OK: 627 MiB in 114 packages >>> simpleiot: Cleaning up srcdir >>> simpleiot: Cleaning up pkgdir >>> simpleiot: Cleaning up tmpdir >>> simpleiot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/simpleiot-0.14.3.tar.gz >>> simpleiot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/simpleiot-0.14.3.tar.gz >>> simpleiot: Checking sha512sums... simpleiot-0.14.3.tar.gz: OK dont-run-golangci.patch: OK >>> simpleiot: Unpacking /var/cache/distfiles/edge/simpleiot-0.14.3.tar.gz... >>> simpleiot: dont-run-golangci.patch patching file envsetup.sh added 248 packages, and audited 249 packages in 4s 51 packages are looking for funding run `npm fund` for details 5 vulnerabilities (1 low, 2 moderate, 2 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. /home/buildozer/aports/testing/simpleiot/src/simpleiot-0.14.3/frontend/elm-tooling.json elm 0.19.1 link created: node_modules/.bin/elm -> /home/buildozer/.elm/elm-tooling/elm/0.19.1/elm To run: npx elm elm-json 0.2.13 link created: node_modules/.bin/elm-json -> /home/buildozer/.elm/elm-tooling/elm-json/0.2.13/elm-json To run: npx elm-json added 82 packages, and audited 83 packages in 2s 20 packages are looking for funding run `npm fund` for details found 0 vulnerabilities Hi, thank you for trying out Elm 0.19.1. I hope you like it! ------------------------------------------------------------------------------- I highly recommend working through to get started. It teaches many important concepts, including how to use `elm` in the terminal. ------------------------------------------------------------------------------- The most common commands are: elm repl Open up an interactive programming session. Type in Elm expressions like (2 + 2) or (String.length "test") and see if they equal four! elm init Start an Elm project. It creates a starter elm.json file and provides a link explaining what to do from there. elm reactor Compile code with a click. It opens a file viewer in your browser, and when you click on an Elm file, it compiles and you see the result. There are a bunch of other commands as well though. Here is a full list: elm repl --help elm init --help elm reactor --help elm make --help elm install --help elm bump --help elm diff --help elm publish --help Adding the --help flag gives a bunch of additional details about each one. Be sure to ask on the Elm slack if you run into trouble! Folks are friendly and happy to help out. They hang out there because it is fun, so be kind to get the best results! ✓ Build successful! (9656ms) ✓ Build successful! (8704ms) fatal: not a git repository (or any of the parent directories): .git ✓ Build successful! (8732ms) Compiling Compiling > Starting tests elm-test 0.19.1-revision10 -------------------------- Running 48 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 122848120548218 TEST RUN PASSED Duration: 475 ms Passed: 48 Failed: 0 (node:39261) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake. (Use `node --trace-deprecation ...` to show where the warning was created) (node:39261) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake. (node:39261) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake. I found no errors! ? github.com/simpleiot/simpleiot [no test files] ? github.com/simpleiot/simpleiot/api [no test files] ? github.com/simpleiot/simpleiot/assets [no test files] ? github.com/simpleiot/simpleiot/assets/files [no test files] ok github.com/simpleiot/simpleiot/client (cached) ? github.com/simpleiot/simpleiot/cmd/edge [no test files] ? github.com/simpleiot/simpleiot/cmd/fetch [no test files] ? github.com/simpleiot/simpleiot/cmd/mdns-test [no test files] ? github.com/simpleiot/simpleiot/cmd/modbus [no test files] ? github.com/simpleiot/simpleiot/cmd/modbus-client [no test files] ? github.com/simpleiot/simpleiot/cmd/modbus-server [no test files] ? github.com/simpleiot/simpleiot/cmd/point-size [no test files] ? github.com/simpleiot/simpleiot/cmd/send-sms [no test files] ? github.com/simpleiot/simpleiot/cmd/serial-encode [no test files] ? github.com/simpleiot/simpleiot/cmd/siot [no test files] ? github.com/simpleiot/simpleiot/cmd/tof10120 [no test files] ? github.com/simpleiot/simpleiot/contrib [no test files] ok github.com/simpleiot/simpleiot/data (cached) ? github.com/simpleiot/simpleiot/file [no test files] ok github.com/simpleiot/simpleiot/frontend (cached) ? github.com/simpleiot/simpleiot/gps [no test files] ? github.com/simpleiot/simpleiot/install [no test files] ? github.com/simpleiot/simpleiot/internal [no test files] ? github.com/simpleiot/simpleiot/internal/pb [no test files] ok github.com/simpleiot/simpleiot/modbus (cached) ? github.com/simpleiot/simpleiot/msg [no test files] ? github.com/simpleiot/simpleiot/network [no test files] ok github.com/simpleiot/simpleiot/node (cached) ? github.com/simpleiot/simpleiot/particle [no test files] ok github.com/simpleiot/simpleiot/respreader 1.307s ? github.com/simpleiot/simpleiot/sensors [no test files] ok github.com/simpleiot/simpleiot/server (cached) ? github.com/simpleiot/simpleiot/sim [no test files] ok github.com/simpleiot/simpleiot/store (cached) ok github.com/simpleiot/simpleiot/system (cached) ok github.com/simpleiot/simpleiot/test (cached) ? github.com/simpleiot/simpleiot/tools [no test files] >>> simpleiot: Entering fakeroot... >>> simpleiot*: Running postcheck for simpleiot >>> simpleiot*: Preparing package simpleiot... >>> simpleiot*: Stripping binaries >>> simpleiot*: Scanning shared objects >>> simpleiot*: Tracing dependencies... >>> simpleiot*: Package size: 30.2 MB >>> simpleiot*: Compressing data... >>> simpleiot*: Create checksum... >>> simpleiot*: Create simpleiot-0.14.3-r1.apk >>> simpleiot: Build complete at Wed, 13 Mar 2024 21:17:10 +0000 elapsed time 0h 1m 7s >>> simpleiot: Cleaning up srcdir >>> simpleiot: Cleaning up pkgdir >>> simpleiot: Uninstalling dependencies... (1/8) Purging .makedepends-simpleiot (20240313.211604) (2/8) Purging go (1.22.1-r0) (3/8) Purging npm (10.5.0-r0) (4/8) Purging nodejs-current (21.7.1-r0) (5/8) Purging ada-libs (2.7.4-r0) (6/8) Purging icu-libs (74.2-r0) (7/8) Purging icu-data-en (74.2-r0) (8/8) Purging libuv (1.48.0-r0) Executing busybox-1.36.1-r21.trigger OK: 378 MiB in 106 packages >>> simpleiot: Updating the testing/x86_64 repository index... >>> simpleiot: Signing the index...