actions-setup-perl icon indicating copy to clipboard operation
actions-setup-perl copied to clipboard

tar doesn't uncompress on Windows

Open shogo82148 opened this issue 3 years ago • 0 comments

Wed, 28 Oct 2020 00:59:33 GMT
Run shogo82148/actions-setup-perl@v1
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]isExplicit: 5.28.3
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]explicit? true
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]checking cache: C:\hostedtoolcache\windows\perl\5.28.3\x64
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]not found
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]Downloading https://shogo82148-actions-setup-perl.s3.amazonaws.com/v1.7.3/perl-5.28.3-win32-x64.tar.xz
Wed, 28 Oct 2020 00:59:33 GMT
##[debug]Destination D:\a\_temp\2a8824be-8c43-4a7a-ad18-6219bf11101b
Wed, 28 Oct 2020 00:59:34 GMT
##[debug]download complete
Wed, 28 Oct 2020 00:59:34 GMT
##[debug]Checking tar --version
Wed, 28 Oct 2020 00:59:34 GMT
##[debug]bsdtar 3.3.2 - libarchive 3.3.2 zlib/1.2.5.f-ipp
Wed, 28 Oct 2020 00:59:34 GMT
C:\windows\system32\tar.exe xJ -v -C D:\a\_temp\aaa92fe1-f9ce-48ec-91d4-1dbc3d6bab5b -f D:\a\_temp\2a8824be-8c43-4a7a-ad18-6219bf11101b
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]Re-evaluate condition on job cancellation for step: 'Setup perl'.
Wed, 28 Oct 2020 01:17:25 GMT
Error: The operation was canceled.
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]System.OperationCanceledException: The operation was canceled.
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at System.Threading.CancellationToken.ThrowOperationCanceledException()
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Sdk.ProcessInvoker.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Channel`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Common.ProcessInvokerWrapper.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Channel`1 redirectStandardIn, Boolean inheritConsoleHandler, Boolean keepStandardInOpen, Boolean highPriorityProcess, CancellationToken cancellationToken)
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Worker.Handlers.DefaultStepHost.ExecuteAsync(String workingDirectory, String fileName, String arguments, IDictionary`2 environment, Boolean requireExitCodeZero, Encoding outputEncoding, Boolean killProcessOnCancel, Boolean inheritConsoleHandler, CancellationToken cancellationToken)
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Worker.Handlers.NodeScriptActionHandler.RunAsync(ActionRunStage stage)
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Worker.ActionRunner.RunAsync()
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]   at GitHub.Runner.Worker.StepsRunner.RunStepAsync(IStep step, CancellationToken jobCancellationToken)
Wed, 28 Oct 2020 01:17:25 GMT
##[debug]Finishing: Setup perl

shogo82148 avatar Oct 28 '20 03:10 shogo82148