Skip to content
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

playbook: update to latest WDK #45

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Wenzel
Copy link
Contributor

@Wenzel Wenzel commented Aug 28, 2024

Fix WDK VSIX extension setup

    qemu.windows: TASK [Install WDK] *************************************************************
    qemu.windows: changed: [default] => changed=true
    qemu.windows:   cmd: wdk_setup.exe /q /norestart
    qemu.windows:   delta: '0:05:47.968779'
    qemu.windows:   end: '2024-08-28 12:03:20.734030'
    qemu.windows:   rc: 0
    qemu.windows:   start: '2024-08-28 11:57:32.765250'
    qemu.windows:   stderr: ''
    qemu.windows:   stderr_lines: <omitted>
    qemu.windows:   stdout: ''
    qemu.windows:   stdout_lines: <omitted>
    qemu.windows:
    qemu.windows: TASK [install WDK VSIX extension] **********************************************
    qemu.windows: fatal: [default]: FAILED! => changed=true
    qemu.windows:   cmd: '"C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VSIXInstaller.exe" /quiet /admin /logFile:C:\wdk_vsix.log WDK.vsix'
    qemu.windows:   delta: '0:00:27.625007'
    qemu.windows:   end: '2024-08-28 12:03:58.343276'
    qemu.windows:   msg: non-zero return code
    qemu.windows:   rc: 2148734217
    qemu.windows:   start: '2024-08-28 12:03:30.718269'
    qemu.windows:   stderr: ''
    qemu.windows:   stderr_lines: <omitted>
    qemu.windows:   stdout: ''
    qemu.windows:   stdout_lines: <omitted>
    qemu.windows:
    qemu.windows: PLAY RECAP *********************************************************************
    qemu.windows: default                    : ok=12   changed=11   unreachable=0    failed=1    skipped=4    rescued=0    ignored=0
    qemu.windows:
==> qemu.windows: Error executing Ansible: Non-zero exit status: exit status 2
==> qemu.windows: Step "StepProvision" failed
==> qemu.windows: [c] Clean up and exit, [a] abort without cleanup, or [r] retry step (build may fail even if retry succeeds)? c
==> qemu.windows: Provisioning step had errors: Running the cleanup provisioner, if present...
==> qemu.windows: Deleting output directory...
Build 'qemu.windows' errored after 54 minutes 22 seconds: Error executing Ansible: Non-zero exit status: exit status 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant