>>> thinkfan: Building community/thinkfan 1.3.1-r2 (using abuild 3.15.0_rc3-r1) started Thu, 24 Apr 2025 00:34:29 +0000 >>> thinkfan: Validating /home/buildozer/aports/community/thinkfan/APKBUILD... >>> thinkfan: Analyzing dependencies... >>> thinkfan: Installing for build: build-base cmake yaml-cpp-dev libatasmart-dev openrc-dev samurai (1/15) Installing libbz2 (1.0.8-r6) (2/15) Installing xz-libs (5.8.1-r0) (3/15) Installing libarchive (3.7.9-r0) (4/15) Installing rhash-libs (1.4.5-r0) (5/15) Installing libuv (1.50.0-r0) (6/15) Installing cmake (3.31.6-r1) (7/15) Installing yaml-cpp (0.8.0-r1) (8/15) Installing yaml-cpp-dev (0.8.0-r1) (9/15) Installing eudev-libs (3.2.14-r5) (10/15) Installing eudev-dev (3.2.14-r5) (11/15) Installing libatasmart (0.19-r4) (12/15) Installing libatasmart-dev (0.19-r4) (13/15) Installing openrc-dev (0.60.1-r4) (14/15) Installing samurai (1.2-r6) (15/15) Installing .makedepends-thinkfan (20250424.003443) Executing busybox-1.37.0-r16.trigger OK: 458 MiB in 118 packages >>> thinkfan: Cleaning up srcdir >>> thinkfan: Cleaning up pkgdir >>> thinkfan: Cleaning up tmpdir >>> thinkfan: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/thinkfan-1.3.1.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> thinkfan: Fetching thinkfan-1.3.1.tar.gz::https://github.com/vmatare/thinkfan/archive/refs/tags/1.3.1.tar.gz Connecting to github.com (140.82.121.4:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/v3.22/thinkfan-1.3.1.tar.gz.part' thinkfan-1.3.1.tar.g 100% |********************************| 87239 0:00:00 ETA '/var/cache/distfiles/v3.22/thinkfan-1.3.1.tar.gz.part' saved >>> thinkfan: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/thinkfan-1.3.1.tar.gz >>> thinkfan: Checking sha512sums... thinkfan-1.3.1.tar.gz: OK thinkfan-modprobe.conf: OK thinkfan.conf: OK >>> thinkfan: Unpacking /var/cache/distfiles/v3.22/thinkfan-1.3.1.tar.gz... CMake Warning (dev) at CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. -- The C compiler identification is GNU 14.2.0 -- The CXX compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- Found PkgConfig: /usr/bin/pkg-config (found version "2.4.3") -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Checking for module 'systemd' -- Package 'systemd' not found -- Checking for module 'openrc' -- Found openrc, version 0.60.1 -- Checking for module 'yaml-cpp' -- Found yaml-cpp, version 0.8.0 -- Checking for module 'libatasmart' -- Found libatasmart, version 0.19 -- Configuring done (0.6s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/build [1/9] Building CXX object CMakeFiles/thinkfan.dir/src/yamlconfig.cpp.o [2/9] Building CXX object CMakeFiles/thinkfan.dir/src/error.cpp.o [3/9] Building CXX object CMakeFiles/thinkfan.dir/src/parser.cpp.o [4/9] Building CXX object CMakeFiles/thinkfan.dir/src/message.cpp.o [5/9] Building CXX object CMakeFiles/thinkfan.dir/src/sensors.cpp.o [6/9] Building CXX object CMakeFiles/thinkfan.dir/src/fans.cpp.o [7/9] Building CXX object CMakeFiles/thinkfan.dir/src/config.cpp.o [8/9] Building CXX object CMakeFiles/thinkfan.dir/src/thinkfan.cpp.o /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/error.cpp: In constructor 'thinkfan::SyntaxError::SyntaxError(thinkfan::string, std::ptrdiff_t, const thinkfan::string&)': /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/error.cpp:150:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'const std::ptrdiff_t' {aka 'const int'} [-Wsign-compare] 150 | for (i = 0; i < offset; ++i) { | ~~^~~~~~~~ In file included from /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/config.cpp:34: /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/yamlconfig.h:28:20: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 28 | wtf_ptr(wtf_ptr &&ptr) | ^~~~~~~~~~~ /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/yamlconfig.h:28:20: note: remove the '< >' In file included from /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/yamlconfig.cpp:1: /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/yamlconfig.h:28:20: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] 28 | wtf_ptr(wtf_ptr &&ptr) | ^~~~~~~~~~~ /home/buildozer/aports/community/thinkfan/src/thinkfan-1.3.1/src/yamlconfig.h:28:20: note: remove the '< >' [9/9] Linking CXX executable thinkfan >>> thinkfan: Entering fakeroot... -- Install configuration: "MinSizeRel" -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/sbin/thinkfan -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/doc/thinkfan/COPYING -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/doc/thinkfan/README.md -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/doc/thinkfan/thinkfan.yaml -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/man/man1/thinkfan.1 -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/man/man5/thinkfan.conf.5 -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/usr/share/man/man5/thinkfan.conf.legacy.5 -- Installing: /home/buildozer/aports/community/thinkfan/pkg/thinkfan/etc/init.d/thinkfan >>> thinkfan-doc*: Running split function doc... 'usr/share/doc' -> '/home/buildozer/aports/community/thinkfan/pkg/thinkfan-doc/usr/share/doc' 'usr/share/man' -> '/home/buildozer/aports/community/thinkfan/pkg/thinkfan-doc/usr/share/man' >>> thinkfan-doc*: Preparing subpackage thinkfan-doc... >>> thinkfan-doc*: Running postcheck for thinkfan-doc >>> thinkfan-openrc*: Running split function openrc... 'etc/init.d' -> '/home/buildozer/aports/community/thinkfan/pkg/thinkfan-openrc/etc/init.d' >>> thinkfan-openrc*: Preparing subpackage thinkfan-openrc... >>> thinkfan-openrc*: Running postcheck for thinkfan-openrc >>> thinkfan*: Running postcheck for thinkfan >>> thinkfan*: Preparing package thinkfan... >>> thinkfan*: Stripping binaries >>> thinkfan-doc*: Scanning shared objects >>> thinkfan-openrc*: Scanning shared objects >>> thinkfan*: Scanning shared objects >>> thinkfan-doc*: Tracing dependencies... >>> thinkfan-doc*: Package size: 55.0 KB >>> thinkfan-doc*: Compressing data... >>> thinkfan-doc*: Create checksum... >>> thinkfan-doc*: Create thinkfan-doc-1.3.1-r2.apk >>> thinkfan-openrc*: Tracing dependencies... >>> thinkfan-openrc*: Package size: 313.0 B >>> thinkfan-openrc*: Compressing data... >>> thinkfan-openrc*: Create checksum... >>> thinkfan-openrc*: Create thinkfan-openrc-1.3.1-r2.apk >>> thinkfan*: Tracing dependencies... so:libc.musl-x86.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libyaml-cpp.so.0.8 >>> thinkfan*: Package size: 302.2 KB >>> thinkfan*: Compressing data... >>> thinkfan*: Create checksum... >>> thinkfan*: Create thinkfan-1.3.1-r2.apk >>> thinkfan: Build complete at Thu, 24 Apr 2025 00:34:52 +0000 elapsed time 0h 0m 23s >>> thinkfan: Cleaning up srcdir >>> thinkfan: Cleaning up pkgdir >>> thinkfan: Uninstalling dependencies... (1/15) Purging .makedepends-thinkfan (20250424.003443) (2/15) Purging cmake (3.31.6-r1) (3/15) Purging yaml-cpp-dev (0.8.0-r1) (4/15) Purging yaml-cpp (0.8.0-r1) (5/15) Purging libatasmart-dev (0.19-r4) (6/15) Purging eudev-dev (3.2.14-r5) (7/15) Purging libatasmart (0.19-r4) (8/15) Purging openrc-dev (0.60.1-r4) (9/15) Purging samurai (1.2-r6) (10/15) Purging eudev-libs (3.2.14-r5) (11/15) Purging libarchive (3.7.9-r0) (12/15) Purging libbz2 (1.0.8-r6) (13/15) Purging libuv (1.50.0-r0) (14/15) Purging rhash-libs (1.4.5-r0) (15/15) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r16.trigger OK: 400 MiB in 103 packages >>> thinkfan: Updating the community/x86 repository index... >>> thinkfan: Signing the index...