>>> tcf-agent 1.7.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-3/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.nO82bL/output' 'http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/snapshot/org.eclipse.tcf.agent-1.7.0.tar.gz' URL transformed to HTTPS due to an HSTS policy --2023-02-23 15:11:52-- https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/snapshot/org.eclipse.tcf.agent-1.7.0.tar.gz Resolving git.eclipse.org (git.eclipse.org)... 198.41.30.196 Connecting to git.eclipse.org (git.eclipse.org)|198.41.30.196|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-3/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.nO82bL/output' 0K .......... .......... .......... .......... .......... 860K 50K .......... .......... .......... .......... .......... 856K 100K .......... .......... .......... .......... .......... 252M 150K .......... .......... .......... .......... .......... 58.9M 200K .......... .......... .......... .......... .......... 857K 250K .......... .......... .......... .......... .......... 39.4M 300K .......... .......... .......... .......... .......... 26.2M 350K .......... .......... .......... .......... .......... 160M 400K .......... .......... .......... .......... .......... 943K 450K .......... .......... .......... .......... .......... 149M 500K .......... .......... .......... .......... .......... 115M 550K .......... .......... .......... .......... .......... 102M 600K .......... .......... .......... .......... .......... 112M 650K .......... .......... .......... .......... .......... 92.1M 700K .......... .......... .......... .......... .......... 117M 750K .......... . 90.2M=0.2s 2023-02-23 15:11:53 (3.16 MB/s) - '/tmp/instance-3/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.nO82bL/output' saved [779419] org.eclipse.tcf.agent-1.7.0.tar.gz: OK (sha256: 2f8c7be8a0bf7c86c72fd5680bc19a9e8f98792d40c94a0fee30ceb6428b8f33) >>> tcf-agent 1.7.0 Extracting gzip -d -c /tmp/instance-3/dl/tcf-agent/org.eclipse.tcf.agent-1.7.0.tar.gz | tar --strip-components=1 -C /tmp/instance-3/output-1/build/tcf-agent-1.7.0 -xf - >>> tcf-agent 1.7.0 Patching >>> tcf-agent 1.7.0 Configuring (mkdir -p /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent && cd /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent && rm -f CMakeCache.txt && PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/output-1/host/bin/cmake /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-3/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DTCF_MACHINE=microblaze ) CMake Deprecation Warning at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.8.12 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. -- The C compiler identification is GNU 10.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/microblazeel-buildroot-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- operating system:GNU/Linux -- machine:microblaze -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent >>> tcf-agent 1.7.0 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent make[1]: Entering directory '/tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent' [ 1%] Building C object CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/cpudefs-mdep.c.o In file included from /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:20: /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c: In function 'microblaze_create_reg_definitions': /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:92:42: error: 'struct user_regs_struct' has no member named 'gpr'; did you mean 'grp'? 92 | r->offset = REG_OFFSET(user.regs.gpr) + i * 4; | ^~~ /tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:92:21: note: in expansion of macro 'REG_OFFSET' 92 | r->offset = REG_OFFSET(user.regs.gpr) + i * 4; | ^~~~~~~~~~ make[3]: *** [CMakeFiles/tcf-agent.dir/build.make:76: CMakeFiles/tcf-agent.dir/machine/microblaze/tcf/cpudefs-mdep.c.o] Error 1 make[2]: *** [CMakeFiles/Makefile2:85: CMakeFiles/tcf-agent.dir/all] Error 2 make[1]: *** [Makefile:136: all] Error 2 make[1]: Leaving directory '/tmp/instance-3/output-1/build/tcf-agent-1.7.0/agent' make: *** [package/pkg-generic.mk:293: /tmp/instance-3/output-1/build/tcf-agent-1.7.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-3/buildroot'