How to fix failure at Run_ML_Pipeline job

naeimeh 0 Reputation points
2024-09-20T22:08:27.1966667+00:00

I'm new to azure ml services. I'm using MLOpsPython repo and added my code there and now i'm trying to run the pipeline but it fails at the Trigger ML Training Pipeline. Can someone help me to trboubleshoot the issue?

Here is part of error:

##[debug] /__w/_temp/azureclitaskscript1726870043448.sh

/bin/bash /__w/_temp/azureclitaskscript1726870043448.sh Model was not registered for this run. ##[debug]Exit code 1 received from tool '/bin/bash' ##[debug]STDIO streams have closed for tool '/bin/bash' ##[debug]task result: Failed ##[error]Script failed with error: Error: The process '/bin/bash' failed with exit code 1 at ExecState._setResult (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1219:25) at ExecState.CheckComplete (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1202:18) at ChildProcess.<anonymous> (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1115:19) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Socket.<anonymous> (node:internal/child_process:458:11) at Socket.emit (node:events:513:28) at Pipe.<anonymous> (node:net:301:12) ##[debug]Processed: ##vso[task.issue type=error;source=TaskInternal;correlationId=ae073d38-90d6-4917-b14b-b1b158fe8373;]Script failed with error: Error: The process '/bin/bash' failed with exit code 1 at ExecState._setResult (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1219:25) at ExecState.CheckComplete (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1202:18) at ChildProcess.<anonymous> (/__w/_tasks/AzureCLI_46e4be58-730b-4389-8a2f-ea10b3e5e815/1.245.5/node_modules/azure-pipelines-task-lib/toolrunner.js:1115:19) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1100:16) at Socket.<anonymous> (node:internal/child_process:458:11) at Socket.emit (node:events:513:28) at Pipe.<anonymous> (node:net:301:12)User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,929 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.