Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Async Operation for ConnectedEnvironment SubResources #30782

Fixes for comments

986837b
Select commit
Loading
Failed to load commit list.
Merged

Enable Async Operation for ConnectedEnvironment SubResources #30782

Fixes for comments
986837b
Select commit
Loading
Failed to load commit list.
openapi-pipeline-app / SDK azure-sdk-for-java failed Oct 11, 2024 in 5m 8s

SDK azure-sdk-for-java failed

Details

Note

For more instructions, please refer to the FAQ .

  • Code Generator Failed in generating from 4cf803d. SDK Automation 14.0.0
    command	./eng/automation/init.sh ../azure-sdk-for-java_tmp/initInput.json ../azure-sdk-for-java_tmp/initOutput.json
    command	./eng/automation/generate.py ../azure-sdk-for-java_tmp/generateInput.json ../azure-sdk-for-java_tmp/generateOutput.json
    cmdout	[Java-Sdk-Automation] 2024-10-11 05:28:50 [ERROR] [GENERATE] Code generation failed.
    cmdout	[Java-Sdk-Automation] 2024-10-11 05:28:50 [ERROR] Please first check if the failure happens only to Java automation, or for all SDK automations. If it happens for all SDK automations, please double check your Swagger, and check whether there is errors in ModelValidation and LintDiff. If it happens to Java alone, you can open an issue to https://github.com/Azure/autorest.java/issues. Please include the link of this Pull Request in the issue.
    cmderr	[Java-Sdk-Automation] Traceback (most recent call last):
    cmderr	[Java-Sdk-Automation]   File "/mnt/vss/_work/1/s/azure-sdk-for-java/./eng/automation/generate.py", line 429, in <module>
    cmderr	[Java-Sdk-Automation]     main()
    cmderr	[Java-Sdk-Automation]   File "/mnt/vss/_work/1/s/azure-sdk-for-java/./eng/automation/generate.py", line 340, in main
    cmderr	[Java-Sdk-Automation]     return sdk_automation(args["config"][0], args["config"][1])
    cmderr	[Java-Sdk-Automation]   File "/mnt/vss/_work/1/s/azure-sdk-for-java/./eng/automation/generate.py", line 118, in sdk_automation
    cmderr	[Java-Sdk-Automation]     packages = sdk_automation_autorest(config)
    cmderr	[Java-Sdk-Automation]   File "/mnt/vss/_work/1/s/azure-sdk-for-java/./eng/automation/generate.py", line 206, in sdk_automation_autorest
    cmderr	[Java-Sdk-Automation]     "changelog": {"content": changelog, "hasBreakingChange": breaking},
    cmderr	[Java-Sdk-Automation] UnboundLocalError: local variable 'changelog' referenced before assignment
    error	Script return with result [failed] code [1] signal [null] cwd [azure-sdk-for-java]: ./eng/automation/generate.py
    warn	Warning: File azure-sdk-for-java_tmp/generateOutput.json not found to read. Please re-run the pipeline if the error is transitient error or report this issue through https://aka.ms/azsdk/support/specreview-channel.
    warn	Warning: Package processing is skipped as the SDK generation fails. Please look into the above generation errors or report this issue through https://aka.ms/azsdk/support/specreview-channel.