Skip to content

[ci] Error with 'windows-strix-halo-gpu-rocm-3 runner (gfx1151): OSError: [WinError 4551] An Application Control policy has blocked this file` #2607

Description

@geomin12

Ran into this error during hiprand and rocrand tests (https://github.com/ROCm/rocm-libraries/actions/runs/20309365266/job/58345717451?pr=3319)

Prepare all required actions
Getting action download info
Download action repository 'actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c' (SHA:e797f83bcb11b83ae66e0230d6156d7c80228e7c)
Run ./.github/actions/setup_test_environment
Run actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
Installed versions
Run if [[ "$RUNNER_OS" == "Windows" ]]; then
Downloading uv 0.9.18 (x86_64-pc-windows-msvc)
Installing to C:\WINDOWS\system32\config\systemprofile\.local\bin
  uv.exe
  uvx.exe
  uvw.exe
everything's installed!
Run python build_tools/setup_venv.py ${VENV_DIR} \
Creating venv at 'C:\runner\_work\rocm-libraries\rocm-libraries\.venv'
  Relative dir: '.venv'
  Resolved dir: 'C:\runner\_work\rocm-libraries\rocm-libraries\.venv'

++ Exec [C:\runner\_work\rocm-libraries\rocm-libraries]$ uv venv 'C:\runner\_work\rocm-libraries\rocm-libraries\.venv'
Traceback (most recent call last):
  File "C:\runner\_work\rocm-libraries\rocm-libraries\build_tools\setup_venv.py", line 326, in <module>
    main(sys.argv[1:])
  File "C:\runner\_work\rocm-libraries\rocm-libraries\build_tools\setup_venv.py", line 322, in main
    run(args)
  File "C:\runner\_work\rocm-libraries\rocm-libraries\build_tools\setup_venv.py", line 208, in run
    create_venv(venv_dir, py_cmd)
  File "C:\runner\_work\rocm-libraries\rocm-libraries\build_tools\setup_venv.py", line 105, in create_venv
    exec(py_cmd + ["venv", str(venv_dir_resolved)])
  File "C:\runner\_work\rocm-libraries\rocm-libraries\build_tools\setup_venv.py", line 68, in exec
    subprocess.check_call(args, cwd=str(cwd), stdin=subprocess.DEVNULL)
  File "C:\runner\_work\_tool\Python\3.12.10\x64\Lib\subprocess.py", line 408, in check_call
    retcode = call(*popenargs, **kwargs)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\runner\_work\_tool\Python\3.12.10\x64\Lib\subprocess.py", line 389, in call
    with Popen(*popenargs, **kwargs) as p:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\runner\_work\_tool\Python\3.12.10\x64\Lib\subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\runner\_work\_tool\Python\3.12.10\x64\Lib\subprocess.py", line 1538, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [WinError 4551] An Application Control policy has blocked this file
Error: Process completed with exit code 1.

Metadata

Metadata

Labels

disabled-testThis label indicates that an issue includes a disabled test, and needs to be re-enabled after fixing

Type

No type

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions