Created
December 15, 2023 12:58
-
-
Save cmin764/0c8e667b57b1c9f11bc536e142ca263d to your computer and use it in GitHub Desktop.
No internet access VSCode automation run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows PowerShell | |
| Copyright (C) Microsoft Corporation. All rights reserved. | |
| Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows | |
| PS Z:\Repos\Portal\example-windows-calc-notepad> & 'C:\Users\cmin\AppData\Local\robocorp\temp\fcda250b518ee165\rf-ls-run\run_env_00_h4967sxm.bat' 'c:\Users\cmin\.vscode\extensions\robocorp.robocorp-code-1.10.0\bin\rcc.exe' 'task' 'run' '--robot' 'z:\Repos\Portal\example-windows-calc-notepad\robot.yaml' '--space' 'vscode-09' '--workspace' 'd6b65aa4-0c45-4fd7-8bec-d68a29896e78' '--account' 'robocorp-code' '--task' 'Compute Numbers' '--controller' 'RobocorpCode' | |
| "z:\\Repos\\Portal\\example-windows-calc-notepad\\robot.yaml" as robot.yaml is: | |
| # For more details on the format and content: | |
| # https://github.com/robocorp/rcc/blob/master/docs/recipes.md#what-is-in-robotyaml | |
| tasks: | |
| Compute Numbers: | |
| shell: python -m robocorp.tasks run tasks.py | |
| environmentConfigs: | |
| - environment_windows_amd64_freeze.yaml | |
| - environment_linux_amd64_freeze.yaml | |
| - environment_darwin_amd64_freeze.yaml | |
| - conda.yaml | |
| artifactsDir: output | |
| PATH: | |
| - . | |
| PYTHONPATH: | |
| - . | |
| ignoreFiles: | |
| - .gitignore | |
| #### Progress: 01/15 v14.15.4 0.043s Fresh [shared mode] holotree environment 904c7969-add5-24dd-5b55-eb7f1612d5f5. (parent/pid: 6520/9912) | |
| #### Progress: 02/15 v14.15.4 0.006s Holotree blueprint is "1589b2b919a038ea" [windows_amd64 with 3 workers]. | |
| #### Progress: 14/15 v14.15.4 0.221s Restore space from library [with 3 workers]. | |
| Installation plan is: c:\ProgramData\robocorp\ht\b395beb_b1f3c24_91bb43ea\rcc_plan.log | |
| Environment configuration descriptor is: c:\ProgramData\robocorp\ht\b395beb_b1f3c24_91bb43ea\identity.yaml | |
| #### Progress: 15/15 v14.15.4 0.238s Fresh holotree done [with 3 workers]. | |
| Error [http.Do]: Put "https://telemetry.robocorp.com/metric-v1/rcc.robocorpcode/1702645050447999000/904c7969-add5-24dd-5b55-eb7f1612d5f5/rcc.cli.run/v14.15.4": context deadline exceeded (Client.Timeout exceeded while awaiting headers) | |
| Error [http.Do]: Put "https://telemetry.robocorp.com/metric-v1/rcc.robocorpcode/1702645050449672400/904c7969-add5-24dd-5b55-eb7f1612d5f5/rcc.capabilityset.runrobot/v14.15.4": context deadline exceeded (Client.Timeout exceeded while awaiting headers) | |
| Error [http.Do]: Post "https://api.eu1.robocorp.com/token-vendor-v1/workspaces/d6b65aa4-0c45-4fd7-8bec-d68a29896e78/tokenrequest": dial tcp: lookup api.eu1.robocorp.com: no such host | |
| Error: Could not authorize: 9002: | |
| [rcc] exit status will be: 8! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment