>>> simpleiot: Building testing/simpleiot 0.18.3-r3 (using abuild 3.15.0-r3) started Fri, 05 Sep 2025 08:50:07 +0000 >>> simpleiot: Validating /home/buildozer/aports/testing/simpleiot/APKBUILD... >>> simpleiot: Analyzing dependencies... >>> simpleiot: Installing for build: build-base go npm ( 1/11) Installing go (1.25.1-r0) ( 2/11) Installing ca-certificates (20250619-r0) ( 3/11) Installing ada-libs (2.9.2-r5) ( 4/11) Installing icu-data-en (76.1-r1) icu-data-en-76.1-r1.post-install: Executing script... icu-data-en-76.1-r1.post-install: * icu-data-en-76.1-r1.post-install: * If you need ICU with non-English locales and legacy charset support, install icu-data-en-76.1-r1.post-install: * package icu-data-full. icu-data-en-76.1-r1.post-install: * ( 5/11) Installing icu-libs (76.1-r1) ( 6/11) Installing simdjson (3.12.0-r0) ( 7/11) Installing simdutf (7.3.6-r0) ( 8/11) Installing sqlite-libs (3.50.4-r1) ( 9/11) Installing nodejs (22.16.0-r3) (10/11) Installing npm (11.6.0-r0) (11/11) Installing .makedepends-simpleiot (20250905.085008) busybox-1.37.0-r23.trigger: Executing script... ca-certificates-20250619-r0.trigger: Executing script... OK: 659 MiB in 117 packages >>> simpleiot: Cleaning up srcdir >>> simpleiot: Cleaning up pkgdir >>> simpleiot: Cleaning up tmpdir >>> simpleiot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/simpleiot-0.18.3.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/simpleiot-0.18.3.tar.gz.part' simpleiot-0.18.3.tar 100% |********************************| 7679k 0:00:00 ETA '/var/cache/distfiles/edge/simpleiot-0.18.3.tar.gz.part' saved >>> simpleiot: Fetching https://distfiles.alpinelinux.org/distfiles/edge/simpleiot-0.18.3.tar.gz >>> simpleiot: Checking sha512sums... simpleiot-0.18.3.tar.gz: OK dont-run-golangci.patch: OK >>> simpleiot: Unpacking /var/cache/distfiles/edge/simpleiot-0.18.3.tar.gz... >>> simpleiot: dont-run-golangci.patch patching file envsetup.sh Go version 1.25.1 is greater than 1.22 added 271 packages, and audited 272 packages in 4s 64 packages are looking for funding run `npm fund` for details 11 vulnerabilities (2 low, 1 moderate, 8 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.18.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-format 0.8.7 link created: node_modules/.bin/elm-format -> /home/buildozer/.elm/elm-tooling/elm-format/0.8.7/elm-format To run: npx elm-format 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 elm-test-rs 3.0.0 link created: node_modules/.bin/elm-test-rs -> /home/buildozer/.elm/elm-tooling/elm-test-rs/3.0.0/elm-test-rs To run: npx elm-test-rs added 83 packages, and audited 84 packages in 944ms 20 packages are looking for funding run `npm fund` for details 6 vulnerabilities (1 low, 3 moderate, 2 high) To address all issues, run: npm audit fix Run `npm audit` for details. 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! (7028ms) ✓ Build successful! (5645ms) fatal: not a git repository (or any of the parent directories): .git Build frontend ... ✓ Build successful! (5900ms) Test frontend ... Compiling Compiling > Starting tests elm-test 0.19.1-revision10 -------------------------- Running 48 tests. To reproduce these results, run: elm-test --fuzz 100 --seed 401591124490268 TEST RUN PASSED Duration: 305 ms Passed: 48 Failed: 0 (node:26344) [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:26344) [DEP0174] DeprecationWarning: Calling promisify on a function that returns a Promise is likely a mistake. I found no errors! Test backend ... ? 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 10.504s ? 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/test-resp-reader-close [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 6.010s ? github.com/simpleiot/simpleiot/file [no test files] ok github.com/simpleiot/simpleiot/frontend 0.004s ? 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 0.078s ? github.com/simpleiot/simpleiot/msg [no test files] ok github.com/simpleiot/simpleiot/network 0.006s ok github.com/simpleiot/simpleiot/node 0.009s ? github.com/simpleiot/simpleiot/particle [no test files] ok github.com/simpleiot/simpleiot/respreader 1.309s ? github.com/simpleiot/simpleiot/sensors [no test files] ok github.com/simpleiot/simpleiot/server 0.011s ? github.com/simpleiot/simpleiot/sim [no test files] ok github.com/simpleiot/simpleiot/store 1.519s ok github.com/simpleiot/simpleiot/system 0.005s ok github.com/simpleiot/simpleiot/test 0.014s ? github.com/simpleiot/simpleiot/tools [no test files] Testing passed :-) >>> 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: 32.0 MB >>> simpleiot*: Compressing data... >>> simpleiot*: Create checksum... >>> simpleiot*: Create simpleiot-0.18.3-r3.apk >>> simpleiot: Build complete at Fri, 05 Sep 2025 08:52:06 +0000 elapsed time 0h 1m 59s >>> simpleiot: Cleaning up srcdir >>> simpleiot: Cleaning up pkgdir >>> simpleiot: Uninstalling dependencies... ( 1/11) Purging .makedepends-simpleiot (20250905.085008) ( 2/11) Purging go (1.25.1-r0) ( 3/11) Purging npm (11.6.0-r0) ( 4/11) Purging nodejs (22.16.0-r3) ( 5/11) Purging ca-certificates (20250619-r0) ca-certificates-20250619-r0.post-deinstall: Executing script... ( 6/11) Purging ada-libs (2.9.2-r5) ( 7/11) Purging icu-libs (76.1-r1) ( 8/11) Purging simdjson (3.12.0-r0) ( 9/11) Purging simdutf (7.3.6-r0) (10/11) Purging sqlite-libs (3.50.4-r1) (11/11) Purging icu-data-en (76.1-r1) busybox-1.37.0-r23.trigger: Executing script... OK: 441 MiB in 106 packages >>> simpleiot: Updating the testing/x86_64 repository index... >>> simpleiot: Signing the index...