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

Test failure on windows #85

Open
mdavidsaver opened this issue Oct 22, 2023 · 0 comments
Open

Test failure on windows #85

mdavidsaver opened this issue Oct 22, 2023 · 0 comments

Comments

@mdavidsaver
Copy link
Member

This appears to be separate from #84.

...
======================================================================
ERROR: test_AddMsiTo314 (__main__.TestAddDependencyOptions)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\ci-scripts\ci-scripts\cue-test.py", line 307, in test_AddMsiTo314
    cue.add_dependency('BASE')
  File "D:\a\ci-scripts\ci-scripts\cue.py", line 602, in add_dependency
    sp.check_call(['patch', '-p1', '-i', os.path.join(ci['scriptsdir'], 'add-msi-to-314.patch')],
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['patch', '-p1', '-i', 'D:\\a\\ci-scripts\\ci-scripts\\add-msi-to-314.patch']' returned non-zero exit status 2.

======================================================================
ERROR: test_patchfile (__main__.TestHooks)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\ci-scripts\ci-scripts\cue-test.py", line 871, in test_patchfile
    cue.apply_patch(hook, cwd=self.location)
  File "D:\a\ci-scripts\ci-scripts\cue.py", line 486, in apply_patch
    sp.check_call(['patch', '-p1', '-i', file], cwd=place)
  File "C:\hostedtoolcache\windows\Python\3.9.13\x64\lib\subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['patch', '-p1', '-i', 'D:\\a\\ci-scripts\\ci-scripts\\test.patch']' returned non-zero 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

No branches or pull requests

1 participant