>>> piglit 2affee53f3ad7a96f5b397a2b6d6408af8a374b0 Downloading GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git init . hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /nvmedata/autobuild/instance-30/dl/piglit/git/.git/ GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git remote add origin 'https://gitlab.freedesktop.org/mesa/piglit.git' GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git remote set-url origin 'https://gitlab.freedesktop.org/mesa/piglit.git' Fetching all references GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git fetch origin From https://gitlab.freedesktop.org/mesa/piglit * [new branch] dither -> origin/dither * [new branch] glean-master -> origin/glean-master * [new branch] glsl2 -> origin/glsl2 * [new branch] main -> origin/main * [new branch] master -> origin/master * [new branch] ppgtt -> origin/ppgtt * [new branch] shader_runner -> origin/shader_runner * [new tag] piglit-v1 -> piglit-v1 GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git fetch origin -t GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git checkout -f -q '2affee53f3ad7a96f5b397a2b6d6408af8a374b0' warning: refname '2affee53f3ad7a96f5b397a2b6d6408af8a374b0' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git switch -c $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" GIT_DIR=/nvmedata/autobuild/instance-30/dl/piglit/git/.git git clean -ffdx piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0-br1.tar.gz: OK (sha256: ec2a80c49f10761980334f1591be54ee6f365165d7ac637270b4ca15a12ad674) >>> piglit 2affee53f3ad7a96f5b397a2b6d6408af8a374b0 Extracting gzip -d -c /nvmedata/autobuild/instance-30/dl/piglit/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0-br1.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0 -xf - >>> piglit 2affee53f3ad7a96f5b397a2b6d6408af8a374b0 Patching >>> piglit 2affee53f3ad7a96f5b397a2b6d6408af8a374b0 Configuring (mkdir -p /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/ && cd /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/ && rm -f CMakeCache.txt && PATH="/nvmedata/autobuild/instance-30/output-1/host/bin:/nvmedata/autobuild/instance-30/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/ -DCMAKE_TOOLCHAIN_FILE="/nvmedata/autobuild/instance-30/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 -DPIGLIT_USE_WAFFLE=ON -DPIGLIT_BUILD_CL_TESTS=OFF -DPIGLIT_BUILD_WGL_TESTS=OFF -DPYTHON_EXECUTABLE=/nvmedata/autobuild/instance-30/output-1/host/bin/python3 -DPIGLIT_BUILD_GL_TESTS=OFF -DPIGLIT_BUILD_GLX_TESTS=OFF -DPIGLIT_BUILD_GLES1_TESTS=ON -DPIGLIT_BUILD_GLES2_TESTS=ON -DPIGLIT_BUILD_GLES3_TESTS=ON ) CMake Warning (dev) at /usr/share/cmake-3.22/Modules/GNUInstallDirs.cmake:239 (message): Unable to determine default CMAKE_INSTALL_LIBDIR directory because no target architecture is known. Please enable at least one language before including GNUInstallDirs. Call Stack (most recent call first): CMakeLists.txt:5 (INCLUDE) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: /nvmedata/autobuild/instance-30/output-1/host/bin/pkg-config (found version "1.6.3") CMake Deprecation Warning at CMakeLists.txt:19 (cmake_policy): The OLD behavior for policy CMP0072 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- The C compiler identification is GNU 11.3.0 -- The CXX compiler identification is Clang 11.1.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nvmedata/autobuild/instance-30/output-1/host/bin/aarch64-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - failed -- Check for working CXX compiler: /nvmedata/autobuild/instance-30/output-1/host/bin/clang++ -- Check for working CXX compiler: /nvmedata/autobuild/instance-30/output-1/host/bin/clang++ - broken CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message): The C++ compiler "/nvmedata/autobuild/instance-30/output-1/host/bin/clang++" is not able to compile a simple test program. It fails with the following output: Change Dir: /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_32c60/fast && gmake[1]: Entering directory '/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_32c60.dir/build.make CMakeFiles/cmTC_32c60.dir/build gmake[2]: Entering directory '/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_32c60.dir/testCXXCompiler.cxx.o /nvmedata/autobuild/instance-30/output-1/host/bin/clang++ --sysroot=/nvmedata/autobuild/instance-30/output-1/host/aarch64-buildroot-linux-gnu/sysroot -g -MD -MT CMakeFiles/cmTC_32c60.dir/testCXXCompiler.cxx.o -MF CMakeFiles/cmTC_32c60.dir/testCXXCompiler.cxx.o.d -o CMakeFiles/cmTC_32c60.dir/testCXXCompiler.cxx.o -c /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp/testCXXCompiler.cxx clang-11: warning: -Wl,-z,max-page-size=4096: 'linker' input unused [-Wunused-command-line-argument] clang-11: warning: -Wl,--build-id=none: 'linker' input unused [-Wunused-command-line-argument] Linking CXX executable cmTC_32c60 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32c60.dir/link.txt --verbose=1 /nvmedata/autobuild/instance-30/output-1/host/bin/clang++ --sysroot=/nvmedata/autobuild/instance-30/output-1/host/aarch64-buildroot-linux-gnu/sysroot -g CMakeFiles/cmTC_32c60.dir/testCXXCompiler.cxx.o -o cmTC_32c60 /nvmedata/autobuild/instance-30/output-1/host/bin/aarch64-buildroot-linux-gnu-ld: cannot find -lstdc++: No such file or directory clang-11: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [CMakeFiles/cmTC_32c60.dir/build.make:100: cmTC_32c60] Error 1 gmake[2]: Leaving directory '/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:127: cmTC_32c60/fast] Error 2 gmake[1]: Leaving directory '/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeTmp' CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:22 (project) -- Configuring incomplete, errors occurred! See also "/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeOutput.log". See also "/nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/CMakeFiles/CMakeError.log". make: *** [package/pkg-generic.mk:283: /nvmedata/autobuild/instance-30/output-1/build/piglit-2affee53f3ad7a96f5b397a2b6d6408af8a374b0/.stamp_configured] Error 1 make: Leaving directory '/nvmedata/autobuild/instance-30/buildroot'