Forum Discussion
qsys-generate outputs Info as Error
Hi everybody,
I implemented a CI pipeline for Quartus projects in Azure DevOps / TFS that also runs qsys-generate.exe.
One of the first outputs, namely "Info: Parallel IP Generation is enabled." gets marked as an error:
##[error]2026.04.28.14:01:10 Info: Parallel IP Generation is enabled.
That leads to a fail of the whole pipeline (even though everything is fine). I can solve this by redirecting stderr to stdout, by calling qsys-generate.exe with the argument "2>&1". But of course this would also "hide" real errors.
Could this issue please be fixed at some time?
Thanks,
Thomas
3 Replies
- RichardT_altera
Super Contributor
From what I understand, the Quartus is supported in Microsoft Azure Platform.
https://docs.altera.com/r/docs/683498/17.1/quick-start-guide-for-development-tools-on-the-microsoft-azure-platform/setting-up-an-intel-quartus-prime-project
Correct me if I am wrong, it seem that Azure DevOps / TFS and Microsoft Azure Platform are related but not the same thing.
https://www.knowledgehut.com/blog/cloud-computing/azure-vs-azure-devops
If that is the case, the Quartus is not officially supported using the Azure DevOps / TFS.
Regards,
Richard Tan- thomasegger
New Contributor
Hi Richard, thank you!
But as far as I unterstand this error, it should not be platform-dependend or -triggered. Each console running qsys-generate should see this "Info: Parallel IP Generation is enabled." as an error. Or am I wrong?
- RichardT_altera
Super Contributor
This appears to be an informational message rather than an error message. Normally, errors are reported in the format:
Error: <error message>
In your case, it seems possible that all messages are being treated as errors. You may want to disable the Parallel IP Generation feature and check whether subsequent informational messages are also reported as errors.
Example qsys generation error
https://community.altera.com/discussions/ip-and-transceiver/qsys-system-error-while-generating-qsys-file/158047
Regards,
Richard Tan