Applying /builder/shared-workdir/build/sdk/feeds/routing/hnetd/patches/010-openssl-deprecated.patch using plaintext: patching file src/dtls.c Applying /builder/shared-workdir/build/sdk/feeds/routing/hnetd/patches/020-unused.patch using plaintext: patching file src/hnetd.h CMake Deprecation Warning at CMakeLists.txt:1 (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. Not searching for unused variables given on the command line. -- The C compiler identification is GNU 14.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /builder/shared-workdir/build/sdk/staging_dir/toolchain-mipsel_74kc_gcc-14.2.0_musl/bin/mipsel-openwrt-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found PkgConfig: /builder/shared-workdir/build/sdk/staging_dir/host/bin/pkg-config (found version "2.2.0") -- Checking for module 'json-c' -- Found json-c, version 0.18 fatal: not a git repository (or any of the parent directories): .git -- Found OpenSSL: /builder/shared-workdir/build/sdk/staging_dir/target-mipsel_74kc_musl/usr/lib/libcrypto.so (found version "3.0.16") -- Configuring done (1.0s) -- Generating done (0.1s) -- Build files have been written to: /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661 ninja: Entering directory `/builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661' [1/88] Building C object CMakeFiles/dncp.dir/src/hnetd_time.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/hnetd_time.c: In function 'hnetd_time_timeout_remaining': /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/hnetd_time.c:40:3: warning: 'uloop_timeout_remaining' is deprecated: use uloop_timeout_remaining64 [-Wdeprecated-declarations] 40 | return uloop_timeout_remaining(timeout); | ^~~~~~ In file included from /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/hnetd_time.h:21, from /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/hnetd_time.c:12: /builder/shared-workdir/build/sdk/staging_dir/target-mipsel_74kc_musl/usr/include/libubox/uloop.h:125:5: note: declared here 125 | int uloop_timeout_remaining(struct uloop_timeout *timeout) __attribute__((deprecated("use uloop_timeout_remaining64"))); | ^~~~~~~~~~~~~~~~~~~~~~~ At top level: cc1: note: unrecognized command-line option '-Wno-gnu' may have been intended to silence earlier diagnostics [2/88] Building C object CMakeFiles/dncp.dir/src/prefix.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times [3/88] Building C object CMakeFiles/dncp.dir/src/tlv.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times [4/88] Building C object CMakeFiles/dncp.dir/src/dncp.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times [5/88] Building C object CMakeFiles/dncp.dir/src/dncp_notify.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times [6/88] Building C object CMakeFiles/dncp.dir/src/dncp_timeout.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times [7/88] Building C object CMakeFiles/dncp.dir/src/dncp_proto.c.o cc1: note: someone does not honour COPTS correctly, passed 2 times /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/dncp_proto.c: In function '_push_tlv': /builder/shared-workdir/build/sdk/build_dir/target-mipsel_74kc_musl/hnetd-openssl/hnetd-2018.12.21~c4376661/src/dncp_proto.c:59:67: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 59 | if ((tlv_len(tb->head) + len + sizeof(struct tlv_attr)) > (1<