Skip to content

SYCL::Basic/accessor/accessor.cpp timed out on unrelated change #5641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexbatashev opened this issue Feb 23, 2022 · 2 comments
Closed

SYCL::Basic/accessor/accessor.cpp timed out on unrelated change #5641

alexbatashev opened this issue Feb 23, 2022 · 2 comments
Labels
bug Something isn't working confirmed

Comments

@alexbatashev
Copy link
Contributor

Link to PR #5639
Link to full logs: http://pre-commit.llvm.intel.com:8013/data?file=intel/PR5639/dc6fd8d0f0/Linux_LLVM-Test-Suite_FAILURE.log

[2022-02-23T09:12:10.627Z] ******************** TEST 'SYCL :: Basic/accessor/accessor.cpp' FAILED ********************
[2022-02-23T09:12:10.627Z] Script:
[2022-02-23T09:12:10.627Z] --
[2022-02-23T09:12:10.627Z] : 'RUN: at line 1';    /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/clang++      -fsycl -fsycl-targets=spir64 /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp -o /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out
[2022-02-23T09:12:10.627Z] : 'RUN: at line 2';   env SYCL_DEVICE_FILTER=host  /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out
[2022-02-23T09:12:10.627Z] : 'RUN: at line 3';   env SYCL_DEVICE_FILTER=opencl:cpu,host  /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out
[2022-02-23T09:12:10.627Z] : 'RUN: at line 4';    env SYCL_DEVICE_FILTER=opencl:gpu,host  /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out
[2022-02-23T09:12:10.627Z] : 'RUN: at line 5';    env SYCL_DEVICE_FILTER=acc  /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out
[2022-02-23T09:12:10.627Z] --
[2022-02-23T09:12:10.627Z] Exit Code: -9
[2022-02-23T09:12:10.627Z] Timeout: Reached timeout of 600 seconds
[2022-02-23T09:12:10.627Z] 
[2022-02-23T09:12:10.627Z] Command Output (stdout):
[2022-02-23T09:12:10.627Z] --
[2022-02-23T09:12:10.627Z] $ ":" "RUN: at line 1"
[2022-02-23T09:12:10.627Z] note: command had no output on stdout or stderr
[2022-02-23T09:12:10.627Z] $ "/CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/clang++" "-fsycl" "-fsycl-targets=spir64" "/CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp" "-o" "/CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out"
[2022-02-23T09:12:10.627Z] # command stderr:
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:80:20: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]     assert(acc_src.get_count() == 2);
[2022-02-23T09:12:10.627Z]                    ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.627Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.627Z]   ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.627Z]                                        ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.627Z]                                      ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:108:18: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]       assert(acc.get_count() == 24);
[2022-02-23T09:12:10.627Z]                  ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.627Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.627Z]   ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.627Z]                                        ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.627Z]                                      ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:132:18: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]       assert(acc.get_count() == 1);
[2022-02-23T09:12:10.627Z]                  ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.627Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.627Z]   ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.627Z]                                        ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.627Z]                                      ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:184:23: warning: 'atomic<int, sycl::access::address_space::local_space>' is deprecated: sycl::atomic is deprecated since SYCL 2020 [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]                 sycl::atomic<int, sycl::access::address_space::local_space>
[2022-02-23T09:12:10.627Z]                       ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/atomic.hpp:171:7: note: 'atomic<int, sycl::access::address_space::local_space>' has been explicitly marked deprecated here
[2022-02-23T09:12:10.627Z] class __SYCL2020_DEPRECATED(
[2022-02-23T09:12:10.627Z]       ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.627Z]                                        ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.627Z]                                      ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:306:34: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]               sycl::range<1>(buf.get_count()), [=](sycl::item<1> it) {
[2022-02-23T09:12:10.627Z]                                  ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/buffer.hpp:365:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.627Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.627Z]   ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.627Z]                                        ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.627Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.627Z]                                      ^
[2022-02-23T09:12:10.627Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:381:34: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.627Z]               sycl::range<1>(buf.get_count()), [=](sycl::item<1> it) {
[2022-02-23T09:12:10.627Z]                                  ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/buffer.hpp:365:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:616:26: warning: 'invalid_object_error' is deprecated: use sycl::exception with a sycl::errc enum value instead. [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]     } catch (const sycl::invalid_object_error &e) {
[2022-02-23T09:12:10.628Z]                          ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/exception.hpp:258:7: note: 'invalid_object_error' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z] class __SYCL2020_DEPRECATED(
[2022-02-23T09:12:10.628Z]       ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:617:16: warning: 'get_cl_code' is deprecated: use sycl::exception.code() instead. [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]       assert(e.get_cl_code() == CL_INVALID_VALUE);
[2022-02-23T09:12:10.628Z]                ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/exception.hpp:95:3: note: 'get_cl_code' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("use sycl::exception.code() instead.")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] 8 warnings generated.
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:80:20: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]     assert(acc_src.get_count() == 2);
[2022-02-23T09:12:10.628Z]                    ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:108:18: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]       assert(acc.get_count() == 24);
[2022-02-23T09:12:10.628Z]                  ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:132:18: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]       assert(acc.get_count() == 1);
[2022-02-23T09:12:10.628Z]                  ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/accessor.hpp:1640:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:184:23: warning: 'atomic<int, sycl::access::address_space::local_space>' is deprecated: sycl::atomic is deprecated since SYCL 2020 [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]                 sycl::atomic<int, sycl::access::address_space::local_space>
[2022-02-23T09:12:10.628Z]                       ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/atomic.hpp:171:7: note: 'atomic<int, sycl::access::address_space::local_space>' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z] class __SYCL2020_DEPRECATED(
[2022-02-23T09:12:10.628Z]       ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:306:34: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]               sycl::range<1>(buf.get_count()), [=](sycl::item<1> it) {
[2022-02-23T09:12:10.628Z]                                  ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/buffer.hpp:365:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:381:34: warning: 'get_count' is deprecated: get_count() is deprecated, please use size() instead [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]               sycl::range<1>(buf.get_count()), [=](sycl::item<1> it) {
[2022-02-23T09:12:10.628Z]                                  ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/buffer.hpp:365:3: note: 'get_count' has been explicitly marked deprecated here
[2022-02-23T09:12:10.628Z]   __SYCL2020_DEPRECATED("get_count() is deprecated, please use size() instead")
[2022-02-23T09:12:10.628Z]   ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.628Z]                                        ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.628Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.628Z]                                      ^
[2022-02-23T09:12:10.628Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:616:26: warning: 'invalid_object_error' is deprecated: use sycl::exception with a sycl::errc enum value instead. [-Wdeprecated-declarations]
[2022-02-23T09:12:10.628Z]     } catch (const sycl::invalid_object_error &e) {
[2022-02-23T09:12:10.628Z]                          ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/exception.hpp:258:7: note: 'invalid_object_error' has been explicitly marked deprecated here
[2022-02-23T09:12:10.629Z] class __SYCL2020_DEPRECATED(
[2022-02-23T09:12:10.629Z]       ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.629Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.629Z]                                        ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.629Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.629Z]                                      ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm-test-suite/SYCL/Basic/accessor/accessor.cpp:617:16: warning: 'get_cl_code' is deprecated: use sycl::exception.code() instead. [-Wdeprecated-declarations]
[2022-02-23T09:12:10.629Z]       assert(e.get_cl_code() == CL_INVALID_VALUE);
[2022-02-23T09:12:10.629Z]                ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/exception.hpp:95:3: note: 'get_cl_code' has been explicitly marked deprecated here
[2022-02-23T09:12:10.629Z]   __SYCL2020_DEPRECATED("use sycl::exception.code() instead.")
[2022-02-23T09:12:10.629Z]   ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:54:40: note: expanded from macro '__SYCL2020_DEPRECATED'
[2022-02-23T09:12:10.629Z] #define __SYCL2020_DEPRECATED(message) __SYCL_DEPRECATED(message)
[2022-02-23T09:12:10.629Z]                                        ^
[2022-02-23T09:12:10.629Z] /CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/llvm.obj/bin/../include/sycl/CL/sycl/detail/defines_elementary.hpp:45:38: note: expanded from macro '__SYCL_DEPRECATED'
[2022-02-23T09:12:10.629Z] #define __SYCL_DEPRECATED(message) [[deprecated(message)]]
[2022-02-23T09:12:10.629Z]                                      ^
[2022-02-23T09:12:10.629Z] 8 warnings generated.
[2022-02-23T09:12:10.629Z] 
[2022-02-23T09:12:10.629Z] $ ":" "RUN: at line 2"
[2022-02-23T09:12:10.629Z] note: command had no output on stdout or stderr
[2022-02-23T09:12:10.629Z] $ "env" "SYCL_DEVICE_FILTER=host" "/CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out"
[2022-02-23T09:12:10.629Z] # command output:
[2022-02-23T09:12:10.629Z] Test passed
[2022-02-23T09:12:10.629Z] 
[2022-02-23T09:12:10.629Z] $ ":" "RUN: at line 3"
[2022-02-23T09:12:10.629Z] note: command had no output on stdout or stderr
[2022-02-23T09:12:10.629Z] $ "env" "SYCL_DEVICE_FILTER=opencl:cpu,host" "/CI_SYSTEMS/CI_DISPATCHER2503704_00/runDir/jenkins-dir/workspace/SYCL_CI/intel/Lin/Basic_E2E/build/SYCL/Basic/accessor/Output/accessor.cpp.tmp.out"
[2022-02-23T09:12:10.629Z] note: command had no output on stdout or stderr
[2022-02-23T09:12:10.629Z] error: command failed with exit status: -9
[2022-02-23T09:12:10.629Z] error: command reached timeout: True
[2022-02-23T09:12:10.629Z] 
[2022-02-23T09:12:10.629Z] --
[2022-02-23T09:12:10.629Z] 
[2022-02-23T09:12:10.629Z] ********************
@alexbatashev alexbatashev added bug Something isn't working confirmed labels Feb 23, 2022
@cperkinsintel
Copy link
Contributor

The reported test has been running fine for several months without a reoccurrence. Unable to reproduce. Closing

@aelovikov-intel
Copy link
Contributor

Timed out in #7599 on OpenCL:CPU / Linux while passed on earlier revisions of the PR. The PR is NFCI for non-Level Zero backends and all changes in such were done in earlier revisions that didn't have this failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

3 participants