Guest User

azure debug

a guest
Aug 19th, 2020
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. ##[debug]Evaluating condition for step: 'Start the script'
  2. ##[debug]Evaluating: SucceededNode()
  3. ##[debug]Evaluating SucceededNode:
  4. ##[debug]=> True
  5. ##[debug]Result: True
  6. Starting: Start the script
  7. ==============================================================================
  8. Task : Bash
  9. Description : Run a Bash script on macOS, Linux, or Windows
  10. Version : 3.171.1
  11. Author : Microsoft Corporation
  12. Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
  13. ==============================================================================
  14. ##[debug]agent.TempDirectory=/home/ubuntu/azagent/_work/_temp
  15. ##[debug]loading inputs and endpoints
  16. ##[debug]loading INPUT_TARGETTYPE
  17. ##[debug]loading INPUT_FILEPATH
  18. ##[debug]loading INPUT_SCRIPT
  19. ##[debug]loading INPUT_WORKINGDIRECTORY
  20. ##[debug]loading INPUT_FAILONSTDERR
  21. ##[debug]loading INPUT_NOPROFILE
  22. ##[debug]loading INPUT_NORC
  23. ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
  24. ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
  25. ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
  26. ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
  27. ##[debug]loaded 11
  28. ##[debug]Agent.ProxyUrl=undefined
  29. ##[debug]Agent.CAInfo=undefined
  30. ##[debug]Agent.ClientCert=undefined
  31. ##[debug]Agent.SkipCertValidation=undefined
  32. ##[debug]noProfile=true
  33. ##[debug]noRc=true
  34. ##[debug]check path : /home/ubuntu/azagent/_work/_tasks/Bash_6c731c3c-3c68-459a-a5c9-bde6e6595b5b/3.171.1/task.json
  35. ##[debug]adding resource file: /home/ubuntu/azagent/_work/_tasks/Bash_6c731c3c-3c68-459a-a5c9-bde6e6595b5b/3.171.1/task.json
  36. ##[debug]system.culture=en-US
  37. ##[debug]failOnStderr=false
  38. ##[debug]workingDirectory=/home/ubuntu/azagent/_work/2/s
  39. ##[debug]check path : /home/ubuntu/azagent/_work/2/s
  40. ##[debug]targetType=inline
  41. ##[debug]script=python3 /home/ubuntu/pykarjus/fmi_data_collector/s/forecasts.py &
  42. Generating script.
  43. ##[debug]which 'bash'
  44. ##[debug]found: '/bin/bash'
  45. Script contents:
  46. python3 /home/ubuntu/pykarjus/fmi_data_collector/s/forecasts.py &
  47. ##[debug]Agent.Version=2.173.0
  48. ##[debug]agent.tempDirectory=/home/ubuntu/azagent/_work/_temp
  49. ##[debug]check path : /home/ubuntu/azagent/_work/_temp
  50. ========================== Starting Command Output ===========================
  51. ##[debug]which '/bin/bash'
  52. ##[debug]found: '/bin/bash'
  53. ##[debug]/bin/bash arg: --noprofile
  54. ##[debug]/bin/bash arg: --norc
  55. ##[debug]/bin/bash arg: /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
  56. ##[debug]exec tool: /bin/bash
  57. ##[debug]arguments:
  58. ##[debug] --noprofile
  59. ##[debug] --norc
  60. ##[debug] /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
  61. /bin/bash --noprofile --norc /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
  62. ##[debug]Exit code 0 received from tool '/bin/bash'
  63. The STDIO streams did not close within 10 seconds of the exit event from process '/bin/bash'. This may indicate a child process inherited the STDIO streams and has not yet exited.
  64. ##[debug]The STDIO streams did not close within 10 seconds of the exit event from process '/bin/bash'. This may indicate a child process inherited the STDIO streams and has not yet exited.
  65. ##[debug]task result: Succeeded
  66. ##[debug]Processed: ##vso[task.complete result=Succeeded;done=true;]
  67. ##[debug]The task was marked as "done", but the process has not closed after 5 seconds. Treating the task as complete.
  68. Finishing: Start the script
  69.  
Add Comment
Please, Sign In to add comment