[Pkg-opencl-devel] Bug#984064: intel-compute-runtime: ftbfs with GCC-11

Matthias Klose doko at debian.org
Wed Mar 3 16:13:32 GMT 2021


Package: src:intel-compute-runtime
Version: 20.44.18297-1
Severity: normal
Tags: sid bookworm
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/intel-compute-runtime_20.44.18297-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/command_stream/scratch_space_controller.cpp.o -c /<<PKGBUILDDIR>>/shared/source/command_stream/scratch_space_controller.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/command_stream/scratch_space_controller_base.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/command_stream/scratch_space_controller_base.cpp.o -c /<<PKGBUILDDIR>>/shared/source/command_stream/scratch_space_controller_base.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/command_stream/submissions_aggregator.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/command_stream/submissions_aggregator.cpp.o -c /<<PKGBUILDDIR>>/shared/source/command_stream/submissions_aggregator.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/debugger/debugger.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/debugger/debugger.cpp.o -c /<<PKGBUILDDIR>>/shared/source/debugger/debugger.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/debug_settings/debug_settings_manager.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/debug_settings/debug_settings_manager.cpp.o -c /<<PKGBUILDDIR>>/shared/source/debug_settings/debug_settings_manager.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/debug_settings/definitions/translate_debug_settings.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/debug_settings/definitions/translate_debug_settings.cpp.o -c /<<PKGBUILDDIR>>/shared/source/debug_settings/definitions/translate_debug_settings.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/debug_settings/linux/debug_variables_helper.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/debug_settings/linux/debug_variables_helper.cpp.o -c /<<PKGBUILDDIR>>/shared/source/debug_settings/linux/debug_variables_helper.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/device.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/device.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/device.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/device_caps.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/device_caps.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/device_caps.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/device_get_engine.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/device_get_engine.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/device_get_engine.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/root_device.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/root_device.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/root_device.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/sub_device.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/sub_device.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/sub_device.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/device/device_get_device_name.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/device/device_get_device_name.cpp.o -c /<<PKGBUILDDIR>>/shared/source/device/device_get_device_name.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/direct_submission/direct_submission_hw_diagnostic_mode.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/direct_submission/direct_submission_hw_diagnostic_mode.cpp.o -c /<<PKGBUILDDIR>>/shared/source/direct_submission/direct_submission_hw_diagnostic_mode.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/execution_environment/execution_environment.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/execution_environment/execution_environment.cpp.o -c /<<PKGBUILDDIR>>/shared/source/execution_environment/execution_environment.cpp
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/execution_environment/root_device_environment.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/execution_environment/root_device_environment.cpp.o -c /<<PKGBUILDDIR>>/shared/source/execution_environment/root_device_environment.cpp
[  7%] Linking CXX static library ../../lib/libgmock-gtest.a
cd /<<PKGBUILDDIR>>/build/third_party/gtest && /usr/bin/cmake -P CMakeFiles/gmock-gtest.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/build/third_party/gtest && /usr/bin/cmake -E cmake_link_script CMakeFiles/gmock-gtest.dir/link.txt --verbose=1
/usr/bin/ar qc ../../lib/libgmock-gtest.a CMakeFiles/gmock-gtest.dir/gmock-gtest-all.cc.o
/usr/bin/ranlib ../../lib/libgmock-gtest.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
[  7%] Built target gmock-gtest
[  7%] Building CXX object shared/source/CMakeFiles/neo_shared_mockable.dir/gmm_helper/client_context/gmm_client_context_base.cpp.o
cd /<<PKGBUILDDIR>>/build/shared/source && /usr/bin/c++ -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -DDEFAULT_PLATFORM=SKL -DGL_TARGET_OPENGL_VERSION=210 -DGMM_LIB_DLL -DGMM_OCL -DIGC_CLEANUP -DLIBVA -DMOCKABLE_VIRTUAL=virtual -DOGL=1 -DSUPPORT_ADLS -DSUPPORT_BDW -DSUPPORT_BXT -DSUPPORT_CFL -DSUPPORT_EHL -DSUPPORT_GEN11 -DSUPPORT_GEN12LP -DSUPPORT_GEN8 -DSUPPORT_GEN9 -DSUPPORT_GLK -DSUPPORT_ICLLP -DSUPPORT_KBL -DSUPPORT_LKF -DSUPPORT_RKL -DSUPPORT_SKL -DSUPPORT_TGLLP -I/<<PKGBUILDDIR>>/third_party/metrics_library -I/<<PKGBUILDDIR>>/third_party/metrics_discovery -I/<<PKGBUILDDIR>>/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/shared/source/built_ins/builtinops -I/<<PKGBUILDDIR>>/shared/source/command_stream/definitions -I/<<PKGBUILDDIR>>/shared/source/compiler_interface/compiler_options -I/<<PKGBUILDDIR>>/shared/source/debug_settings/definitions -I/<<PKGBUILDDIR>>/shared/source/gen_common -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context -I/<<PKGBUILDDIR>>/shared/source/gmm_helper/windows/gmm_memory -I/<<PKGBUILDDIR>>/shared/source/helpers/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/shared/source/memory_properties -I/<<PKGBUILDDIR>>/shared/source/sku_info/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_queue/definitions -I/<<PKGBUILDDIR>>/opencl/source/command_stream/definitions -I/<<PKGBUILDDIR>>/opencl/source/mem_obj/definitions -I/<<PKGBUILDDIR>>/opencl/source/memory_manager/definitions -I/<<PKGBUILDDIR>>/third_party/aub_stream/headers -I/usr/include/igdgmm -I/usr/include/igdgmm/GmmLib -I/usr/include/igdgmm/GmmLib/inc -I/usr/include/igdgmm/inc -I/usr/include/igdgmm/inc/common -I/usr/include/igdgmm/util -I/usr/include/igc -I/usr/include/igc/cif -I/usr/include/igc/ocl_igc_shared/executable_format -I/usr/include/igc/ocl_igc_shared/device_enqueue -I/<<PKGBUILDDIR>>/third_party/opencl_headers -I/<<PKGBUILDDIR>>/third_party/source_level_debugger -I/<<PKGBUILDDIR>>/third_party/uapi -I/<<PKGBUILDDIR>>/shared/source/os_interface/linux -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -mindirect-branch=thunk -mfunction-return=thunk -mindirect-branch-register -ftemplate-depth=1024 -Wall -Wempty-body -Wignored-qualifiers -Wtype-limits -Wuninitialized -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Winvalid-pch -Wno-unused-local-typedefs -Wno-unused-but-set-variable -Wclobbered -Wimplicit-fallthrough=4 -Wno-noexcept-type -Werror -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fpermissive -fPIC -O3 -DNDEBUG -std=gnu++14 -o CMakeFiles/neo_shared_mockable.dir/gmm_helper/client_context/gmm_client_context_base.cpp.o -c /<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context/gmm_client_context_base.cpp
In file included from /<<PKGBUILDDIR>>/shared/source/gmm_helper/gmm_helper.h:10,
                 from /<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context/gmm_client_context_base.cpp:10:
/<<PKGBUILDDIR>>/shared/source/helpers/basic_math.h: In function ‘constexpr T Math::ffs(T)’:
/<<PKGBUILDDIR>>/shared/source/helpers/basic_math.h:162:21: error: ‘numeric_limits’ is not a member of ‘std’
  162 |         return std::numeric_limits<T>::max();
      |                     ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/shared/source/helpers/basic_math.h:162:37: error: expected primary-expression before ‘>’ token
  162 |         return std::numeric_limits<T>::max();
      |                                     ^
/<<PKGBUILDDIR>>/shared/source/helpers/basic_math.h:162:40: error: ‘::max’ has not been declared; did you mean ‘std::max’?
  162 |         return std::numeric_limits<T>::max();
      |                                        ^~~
      |                                        std::max
In file included from /usr/include/c++/11/algorithm:62,
                 from /<<PKGBUILDDIR>>/shared/source/helpers/basic_math.h:11,
                 from /<<PKGBUILDDIR>>/shared/source/gmm_helper/gmm_helper.h:10,
                 from /<<PKGBUILDDIR>>/shared/source/gmm_helper/client_context/gmm_client_context_base.cpp:10:
/usr/include/c++/11/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
make[3]: *** [shared/source/CMakeFiles/neo_shared_mockable.dir/build.make:787: shared/source/CMakeFiles/neo_shared_mockable.dir/gmm_helper/client_context/gmm_client_context_base.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [CMakeFiles/Makefile2:7515: shared/source/CMakeFiles/neo_shared_mockable.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[1]: *** [Makefile:174: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: error: cd build && make -j4 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2



More information about the Pkg-opencl-devel mailing list