Azure-pipelines-tasks: Building module images in Azure DevOps Fail

Created on 29 May 2019  路  4Comments  路  Source: microsoft/azure-pipelines-tasks

I'm having problem on my pipeline at Azure DevOps after a few builds. It was working normally and now i'm with this problem at "Azure IoT Edge - Build module images". Full Erros bellow:

[error]Error: iotedgedev installation failed, see detailed error in debug mode

In Debug mode isn't more information to know about the error.

Release

Most helpful comment

I encountered the same error message, on a build pipeline that had been working until today.

I followed the workaround detailed here (scroll down to the "Solution" section) and that worked for me.

All 4 comments

Same issue here:

Starting: Azure IoT Edge - Build module images

Task : Azure IoT Edge
Description : Azure IoT Edge pipelines tasks for continuous integration(build and push docker image) and continuous deployment(create Edge deployment on Azure)
Version : 2.0.5
Author : Microsoft Corporation
Help : Visit the documentation for help

Building module images...
/home/vsts/work/1/s /home/vsts/work/1/s
[error]Error: iotedgedev installation failed, see detailed error in debug mode

[section]Finishing: Azure IoT Edge - Build module images

@laSanchezVazquez thanks for reply, The microsoft documentation doesn't mention this kind of error. After a few months working perfectly Azure DevOps + IoT Hub/Edge, the pipeline broke.

I encountered the same error message, on a build pipeline that had been working until today.

I followed the workaround detailed here (scroll down to the "Solution" section) and that worked for me.

Thank you so much @bastienmenis , your tip was so important to solve my issue.

Issue Solved.

Was this page helpful?
0 / 5 - 0 ratings