Matrix of truth daily pipeline broken
See original GitHub issue- This issue is blocking
- This issue is causing unreasonable pain
The pipeline is broken: https://dev.azure.com/dnceng/internal/_build/results?buildId=2007037&view=results
The pipeline doesn’t give enough information to make a guess at what could be wrong.
Starting: Run Matrix Of Truth CLI
==============================================================================
Task : Command line
Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
Version : 2.201.1
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
==============================================================================
Generating script.
========================== Starting Command Output ===========================
"C:\Windows\system32\cmd.exe" /D /E:ON /V:OFF /S /C "CALL "D:\a\_work\_temp\648b8a47-e1aa-4686-a337-9639992db87a.cmd""
The system cannot find the path specified.
##[error]Cmd.exe exited with code '1'.
Finishing: Run Matrix Of Truth CLI
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Matrix support is broken, matrix is always invalid 😅 #4885
Expected Behavior Given the following Pipeline (simple adaptation from the documentation), the Pipeline gets created.
Read more >CI pipeline broken? (#6) · Issues - Olm
Re-trying the failed pipeline still fails. When I check out that commit and test locally, it succeeds. I even tried using the same...
Read more >6 Years After Exxon's Oil Pipeline Burst in an Arkansas ...
Crude oil from the broken Pegasus pipeline spilled across yards and streets and into a creek in Mayflower. Residents began to complain of ......
Read more >Whittier residents angry over leak of oil pipeline
In the broken pipe were water, natural gas and oil pumped from a nearby well, ... from the pipeline's owner, Matrix Oil, were...
Read more >Water Main Break Rates In the USA and Canada
The comprehensive nature of this study has provided a national water infrastructure condition assessment and review comparing pipe material performance.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think this will be okay once we get a green CI build on main.
This pipeline does not build the MoT CLI, instead it grabs the binaries built from the last successful main build. The last successful main build was still using netcore3.1, but this definition expects net6.0 paths. (The delay in green-ness is due to capacity problems, not code.)
I’ll move this to tracking and give it another run once main is green.
The pipeline is no longer blocked. Closing.