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

[CI] AppVeyor build fails inexplicably #67

Open
vexx32 opened this issue Aug 20, 2020 · 0 comments
Open

[CI] AppVeyor build fails inexplicably #67

vexx32 opened this issue Aug 20, 2020 · 0 comments

Comments

@vexx32
Copy link
Contributor

vexx32 commented Aug 20, 2020

👻 Brief Description

AppVeyor builds are failing completely due to a missing path.

Version

Current latest commit.

Environment

Looks like we're running against a Win2012R2 client in AppVeyor, not sure what OS is actually running the task though.

Steps to Reproduce

AppVeyor runner invoking the standard test run.

Expected Result

Tests pass, or at least we get an indication of specific failing tests if there are actually any.

Actual Result

Test Kitchen fails with a missing directory error:

-----> Starting Test Kitchen (v2.6.0)
-----> Creating <default-windows-2012R2>...
       Resetting instance state with command: exit 0
       Finished creating <default-windows-2012R2> (0m2.57s).
-----> Converging <default-windows-2012R2>...
$$$$$$ Running legacy converge for 'Proxy' Driver
       Preparing files for transfer
       Preparing script
       Transferring files to <default-windows-2012R2>
       Downloading files from <default-windows-2012R2>
       Finished converging <default-windows-2012R2> (0m1.75s).
-----> Setting up <default-windows-2012R2>...
$$$$$$ Running legacy setup for 'Proxy' Driver
       Finished setting up <default-windows-2012R2> (0m1.33s).
-----> Verifying <default-windows-2012R2>...
       Preparing files for transfer
       Preparing to copy specified folders to C:/Users/appveyor/AppData/Local/Temp/1/default-windows-2012R2-sandbox-20200820-1404-16jg0hr/modules.
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 1 actions failed.
>>>>>>     Failed to complete #verify action: [No such file or directory @ realpath_rec - C:/projects/kitchen-pester/tests] on default-windows-2012R2
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
Command exited with code 20
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