Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##[debug]Evaluating condition for step: 'Start the script'
- ##[debug]Evaluating: SucceededNode()
- ##[debug]Evaluating SucceededNode:
- ##[debug]=> True
- ##[debug]Result: True
- Starting: Start the script
- ==============================================================================
- Task : Bash
- Description : Run a Bash script on macOS, Linux, or Windows
- Version : 3.171.1
- Author : Microsoft Corporation
- Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/bash
- ==============================================================================
- ##[debug]agent.TempDirectory=/home/ubuntu/azagent/_work/_temp
- ##[debug]loading inputs and endpoints
- ##[debug]loading INPUT_TARGETTYPE
- ##[debug]loading INPUT_FILEPATH
- ##[debug]loading INPUT_SCRIPT
- ##[debug]loading INPUT_WORKINGDIRECTORY
- ##[debug]loading INPUT_FAILONSTDERR
- ##[debug]loading INPUT_NOPROFILE
- ##[debug]loading INPUT_NORC
- ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
- ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
- ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
- ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
- ##[debug]loaded 11
- ##[debug]Agent.ProxyUrl=undefined
- ##[debug]Agent.CAInfo=undefined
- ##[debug]Agent.ClientCert=undefined
- ##[debug]Agent.SkipCertValidation=undefined
- ##[debug]noProfile=true
- ##[debug]noRc=true
- ##[debug]check path : /home/ubuntu/azagent/_work/_tasks/Bash_6c731c3c-3c68-459a-a5c9-bde6e6595b5b/3.171.1/task.json
- ##[debug]adding resource file: /home/ubuntu/azagent/_work/_tasks/Bash_6c731c3c-3c68-459a-a5c9-bde6e6595b5b/3.171.1/task.json
- ##[debug]system.culture=en-US
- ##[debug]failOnStderr=false
- ##[debug]workingDirectory=/home/ubuntu/azagent/_work/2/s
- ##[debug]check path : /home/ubuntu/azagent/_work/2/s
- ##[debug]targetType=inline
- ##[debug]script=python3 /home/ubuntu/pykarjus/fmi_data_collector/s/forecasts.py &
- Generating script.
- ##[debug]which 'bash'
- ##[debug]found: '/bin/bash'
- Script contents:
- python3 /home/ubuntu/pykarjus/fmi_data_collector/s/forecasts.py &
- ##[debug]Agent.Version=2.173.0
- ##[debug]agent.tempDirectory=/home/ubuntu/azagent/_work/_temp
- ##[debug]check path : /home/ubuntu/azagent/_work/_temp
- ========================== Starting Command Output ===========================
- ##[debug]which '/bin/bash'
- ##[debug]found: '/bin/bash'
- ##[debug]/bin/bash arg: --noprofile
- ##[debug]/bin/bash arg: --norc
- ##[debug]/bin/bash arg: /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
- ##[debug]exec tool: /bin/bash
- ##[debug]arguments:
- ##[debug] --noprofile
- ##[debug] --norc
- ##[debug] /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
- /bin/bash --noprofile --norc /home/ubuntu/azagent/_work/_temp/8ec52227-a6b8-444c-9530-a4cd091bbddc.sh
- ##[debug]Exit code 0 received from tool '/bin/bash'
- 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.
- ##[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.
- ##[debug]task result: Succeeded
- ##[debug]Processed: ##vso[task.complete result=Succeeded;done=true;]
- ##[debug]The task was marked as "done", but the process has not closed after 5 seconds. Treating the task as complete.
- Finishing: Start the script
Add Comment
Please, Sign In to add comment