>>> thinkfan: Building community/thinkfan 1.3.1-r2 (using abuild 3.14.1-r1) started Wed, 13 Nov 2024 06:33:47 +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/13) Installing libarchive (3.7.7-r0) (2/13) Installing rhash-libs (1.4.5-r0) (3/13) Installing libuv (1.49.2-r0) (4/13) Installing cmake (3.30.5-r0) (5/13) Installing yaml-cpp (0.8.0-r0) (6/13) Installing yaml-cpp-dev (0.8.0-r0) (7/13) Installing eudev-libs (3.2.14-r5) (8/13) Installing eudev-dev (3.2.14-r5) (9/13) Installing libatasmart (0.19-r4) (10/13) Installing libatasmart-dev (0.19-r4) (11/13) Installing openrc-dev (0.55.1-r2) (12/13) Installing samurai (1.2-r6) (13/13) Installing .makedepends-thinkfan (20241113.063348) Executing busybox-1.37.0-r6.trigger OK: 470 MiB in 128 packages >>> thinkfan: Cleaning up srcdir >>> thinkfan: Cleaning up pkgdir >>> thinkfan: Cleaning up tmpdir >>> thinkfan: Fetching https://distfiles.alpinelinux.org/distfiles/edge/thinkfan-1.3.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> thinkfan: Fetching thinkfan-1.3.1.tar.gz::https://github.com/vmatare/thinkfan/archive/refs/tags/1.3.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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87239 0 87239 0 0 211k 0 --:--:-- --:--:-- --:--:-- 211k >>> thinkfan: Fetching https://distfiles.alpinelinux.org/distfiles/edge/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/edge/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/gcc - 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/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Deprecation Warning at CMakeLists.txt:6 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- Found PkgConfig: /usr/bin/pkg-config (found version "2.3.0") -- 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.55.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 Wed, 13 Nov 2024 06:33:57 +0000 elapsed time 0h 0m 10s >>> thinkfan: Cleaning up srcdir >>> thinkfan: Cleaning up pkgdir >>> thinkfan: Uninstalling dependencies... (1/13) Purging .makedepends-thinkfan (20241113.063348) (2/13) Purging cmake (3.30.5-r0) (3/13) Purging yaml-cpp-dev (0.8.0-r0) (4/13) Purging yaml-cpp (0.8.0-r0) (5/13) Purging libatasmart-dev (0.19-r4) (6/13) Purging eudev-dev (3.2.14-r5) (7/13) Purging libatasmart (0.19-r4) (8/13) Purging openrc-dev (0.55.1-r2) (9/13) Purging samurai (1.2-r6) (10/13) Purging eudev-libs (3.2.14-r5) (11/13) Purging libarchive (3.7.7-r0) (12/13) Purging libuv (1.49.2-r0) (13/13) Purging rhash-libs (1.4.5-r0) Executing busybox-1.37.0-r6.trigger OK: 404 MiB in 115 packages >>> thinkfan: Updating the community/x86 repository index... >>> thinkfan: Signing the index...