Skip to content

Test SYCL :: KernelAndProgram/kernel-bundle-merge-options-env.cpp failed with Linux SYCL-E2E testing #9804

@asudarsa

Description

@asudarsa

Describe the bug

Test 'SYCL :: KernelAndProgram/kernel-bundle-merge-options-env.cpp' failed during testing for DPCPP PD WW23

Log file

https://github.com/intel/llvm/actions/runs/5216686456?pr=9631

DPCPP Pulldown branch:

#9631

Error output log (contains basic steps to reproduce)

Command Output (stdout):
$ ":" "RUN: at line 3"
note: command had no output on stdout or stderr
$ "/__w/llvm/llvm/toolchain/bin/clang++" "-fsycl" "-fsycl-targets=spir64" "/__w/llvm/llvm/llvm/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp" "-DSYCL_DISABLE_FALLBACK_ASSERT=1" "-o" "/__w/llvm/llvm/build-e2e/KernelAndProgram/Output/kernel-bundle-merge-options-env.cpp.tmp.out" "-g"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 4"
note: command had no output on stdout or stderr
$ "env" "SYCL_PI_TRACE=-1" "SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS" "SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS" "env" "ONEAPI_DEVICE_SELECTOR=ext_oneapi_level_zero:gpu" "/__w/llvm/llvm/build-e2e/KernelAndProgram/Output/kernel-bundle-merge-options-env.cpp.tmp.out"
command stderr:
SYCL_PI_TRACE[basic]: Plugin found and successfully loaded: libpi_level_zero.so [ PluginVersion: 13.32.1 ]
SYCL_PI_TRACE[basic]: Plugin found and successfully loaded: libpi_unified_runtime.so [ PluginVersion: 13.32.1 ]
UR ---> Platform->initialize()
UR <--- Platform->initialize()(UR_RESULT_SUCCESS)
UR ---> Device->initialize()
UR <--- Device->initialize()(UR_RESULT_SUCCESS)
UR ---> urQueueReleaseInternal(reinterpret_cast<ur_queue_handle_t>(Queue))
UR <--- urQueueReleaseInternal(reinterpret_cast<ur_queue_handle_t>(Queue))(UR_RESULT_SUCCESS)

$ "/__w/llvm/llvm/toolchain/bin/FileCheck" "/__w/llvm/llvm/llvm/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 4"
note: command had no output on stdout or stderr
$ "env" "SYCL_PI_TRACE=-1" "SYCL_PROGRAM_COMPILE_OPTIONS=-DENV_COMPILE_OPTS" "SYCL_PROGRAM_LINK_OPTIONS=-DENV_LINK_OPTS" "env" "ONEAPI_DEVICE_SELECTOR=opencl:gpu" "/__w/llvm/llvm/build-e2e/KernelAndProgram/Output/kernel-bundle-merge-options-env.cpp.tmp.out"
command stderr:
SYCL_PI_TRACE[basic]: Plugin found and successfully loaded: libpi_opencl.so [ PluginVersion: 13.32.1 ]
SYCL_PI_TRACE[basic]: Plugin found and successfully loaded: libpi_unified_runtime.so [ PluginVersion: 13.32.1 ]

$ "/__w/llvm/llvm/toolchain/bin/FileCheck" "/__w/llvm/llvm/llvm/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp"
note: command had no output on stdout or stderr
$ ":" "RUN: at line 6"
note: command had no output on stdout or stderr
$ "/__w/llvm/llvm/toolchain/bin/clang++" "-fsycl" "-fsycl-targets=spir64" "/__w/llvm/llvm/llvm/sycl/test-e2e/KernelAndProgram/kernel-bundle-merge-options-env.cpp" "-DSYCL_DISABLE_FALLBACK_ASSERT=1" "-Xsycl-target-linker=spir64" "-bar" "-Xsycl-target-frontend=spir64" "-bar_compile" "-o" "/__w/llvm/llvm/build-e2e/KernelAndProgram/Output/kernel-bundle-merge-options-env.cpp.tmp.out"
command stderr:
clang++: error: unsupported option '-b' for target 'spir64-unknown-unknown'

error: command failed with exit status: 1

Environment

OS: [Linux]
Target device and vendor: [Intel CPU/GEN9 GPU]

Comments

Test passes locally with my changes, Also, failing with #9797

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions