>>> tcf-agent 1.7.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.F9Pt7Y/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-03-30 09:45:36-- 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-5/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.F9Pt7Y/output' 0K .......... .......... .......... .......... .......... 833K 50K .......... .......... .......... .......... .......... 894K 100K .......... .......... .......... .......... .......... 12.1M 150K .......... .......... .......... .......... .......... 1.02M 200K .......... .......... .......... .......... .......... 12.0M 250K .......... .......... .......... .......... .......... 12.2M 300K .......... .......... .......... .......... .......... 226M 350K .......... .......... .......... .......... .......... 229M 400K .......... .......... .......... .......... .......... 1.03M 450K .......... .......... .......... .......... .......... 12.2M 500K .......... .......... .......... .......... .......... 250M 550K .......... .......... .......... .......... .......... 13.0M 600K .......... .......... .......... .......... .......... 232M 650K .......... .......... .......... .......... .......... 259M 700K .......... .......... .......... .......... .......... 256M 750K .......... . 242M=0.2s 2023-03-30 09:45:37 (3.20 MB/s) - '/tmp/instance-5/output-1/build/.org.eclipse.tcf.agent-1.7.0.tar.gz.F9Pt7Y/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-5/dl/tcf-agent/org.eclipse.tcf.agent-1.7.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/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-5/output-1/build/tcf-agent-1.7.0/agent && cd /tmp/instance-5/output-1/build/tcf-agent-1.7.0/agent && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-5/output-1/host/bin/cmake /tmp/instance-5/output-1/build/tcf-agent-1.7.0/agent -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/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-5/output-1/host/bin/microblaze-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-5/output-1/build/tcf-agent-1.7.0/agent >>> tcf-agent 1.7.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/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-5/output-1/build/tcf-agent-1.7.0/agent make[1]: Entering directory '/tmp/instance-5/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-5/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c:20: /tmp/instance-5/output-1/build/tcf-agent-1.7.0/agent/machine/microblaze/tcf/cpudefs-mdep.c: In function 'microblaze_create_reg_definitions': /tmp/instance-5/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-5/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-5/output-1/build/tcf-agent-1.7.0/agent' make: *** [package/pkg-generic.mk:293: /tmp/instance-5/output-1/build/tcf-agent-1.7.0/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-5/buildroot'