-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[REGRESSION]: AzureFileCopy@6 failing to load Az.Accounts v3.0.0 module #19910
Comments
@MSylvia - Could you please run the pipeline with debug log enabled and share the logs. |
@v-snalawade With warning (Both Az and AzureRM on machine): Without warning (Only Az): Both runs in this pipeline have debug logs enabled. |
@MSylvia - I dont see debug logs enabled, please add variable system.debug to true and run pipeline again. |
@v-snalawade Here is a new run with debug logs enabled. With warning (Both Az and AzureRM on machine): Without warning (Only Az): |
@MSylvia - |
@v-snalawade Here is a new run with debug logs actually enabled this time. I mistakenly thought that enabling diagnostics also set debug to true before. With warning (Both Az and AzureRM on machine): Without warning (Only Az): |
I'm running into the same issue: It seems like both 240 and 239 are broken when using Az.Accounts v3.0.0 |
@DmitriiBobreshev I see you made some changes recently to the Azure File Copy tasks. Do you know what might cause the issues we are seeing? |
Thanks for the logs, will check and keep you posted on updates |
Hi @MSylvia, @jonathanjyi, Most probably the changes not causing the issue as the changes FF for AzureRM migration were ON for a while for both organizations. |
@DmitriiBobreshev While switching pools / images worked for @jonathanjyi there still may be a problem because that pool is loading the older version of
If/when that pool updates it could still be a problem. |
Hi all any update on this? getting same issue |
Since pinning the task version also fails, it seems like it could be related to this issue: #16505 |
#20079 This is the fix created for the above issue. Will update here once the fixes are deployed to all the rings. |
Fix is deployed to all the rings with task version 6.242.2. Could you all please check and update if you are still facing the issues? |
New issue checklist
Task name
AzureFileCopy
Breaking task version
6.240.1
Last working task version
6.239.x
Regression Description
We have a pipeline that is using
AzureFileCopy@6
with a managed identity. It has been in place for about 2 weeks and has been running without issue. On Tuesday the task started failing with the only visible change in the logs being theAz.Accounts
module updating fromv2.9.1
tov3.0.0
.When it fails, we get this error:
In failed runs the listed
Az.Accounts
module version is alwaysv3.0.0
.Runs that executed earlier which passed have a version of
v2.9.1
.Cross contamination of jobs is not possible because a fresh machine with the exact same configuration is used for each run and that configuration has not changed.
I believe it may have been caused by this change from
AzureRM
toAz
: f5b22d9Example runs:
Pass:
v2.9.1
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9600629&view=logs&j=4736f78b-748e-51a8-c3dc-ea7706a06c3d&t=f124d820-a316-55db-635e-ba56d272505a
Fail:
v3.0.0
https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=9613411&view=logs&j=4736f78b-748e-51a8-c3dc-ea7706a06c3d&t=f124d820-a316-55db-635e-ba56d272505a
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Windows 11
Relevant log output
Full task logs with system.debug enabled
We don't have full task logs with system.debug enabled.
Repro steps
The text was updated successfully, but these errors were encountered: