Skip to content

[REGRESSION]: UsePythonVersion@0 installs partial Python files #20999

Open
@mmaitre314

Description

@mmaitre314

New issue checklist

Task name

UsePythonVersion

Breaking task version

0.248.1

Last working task version

0.248.1

Regression Description

The UsePythonVersion@0 task started installing partial Python installations on Windows, which are missing python312.lib. In the task logs we see warnings Could not find platform independent libraries <prefix>.

Environment type (Please select at least one enviroment where you face this issue)

  • Self-Hosted
    Microsoft Hosted
    VMSS Pool
    Container

Azure DevOps Server type

dev.azure.com (formerly visualstudio.com)

Azure DevOps Server Version (if applicable)

No response

Operation system

Windows

Relevant log output

2025-04-25T22:43:43.1736427Z ##[section]Starting: Use Python 3.12 (windows_build_container)
2025-04-25T22:43:43.1741410Z ==============================================================================
2025-04-25T22:43:43.1741503Z Task         : Use Python version
2025-04-25T22:43:43.1741556Z Description  : Use the specified version of Python from the tool cache, optionally adding it to the PATH
2025-04-25T22:43:43.1741653Z Version      : 0.248.1
2025-04-25T22:43:43.1741696Z Author       : Microsoft Corporation
2025-04-25T22:43:43.1741750Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/use-python-version
2025-04-25T22:43:43.1741823Z ==============================================================================
2025-04-25T22:43:43.5931956Z ##[warning]You should provide GitHub token if you want to download a python release. Otherwise you may hit the GitHub anonymous download limit.
2025-04-25T22:43:43.7895381Z Downloading: https://github.com/actions/python-versions/releases/download/3.12.10-14343898437/python-3.12.10-win32-x64.zip
2025-04-25T22:43:44.5469548Z Extracting archive
2025-04-25T22:43:44.5888879Z [command]C:\Windows\system32\chcp.com 65001
2025-04-25T22:43:44.8529879Z Active code page: 65001
2025-04-25T22:43:44.8534515Z 
2025-04-25T22:43:44.9004800Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\__w\_temp\python-3.12.10-win32-x64.zip', 'C:\__w\_temp\e7381365-3130-414a-9191-7fbe7bd281b9')"
2025-04-25T22:44:09.7601961Z 
2025-04-25T22:44:09.7702702Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ./setup.ps1
2025-04-25T22:44:11.5545112Z Check if Python hostedtoolcache folder exist...
2025-04-25T22:44:11.5603107Z Create Python toolcache folder
2025-04-25T22:44:11.5644061Z Check if current Python version is installed...
2025-04-25T22:44:11.5711201Z No Python3.12.* found
2025-04-25T22:44:11.5717899Z Remove registry entries for Python 3.12(x64)...
2025-04-25T22:44:12.6303200Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6303532Z HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\{316e3b12
2025-04-25T22:44:12.6303806Z -1191-47df-b9d4-dcf0bf2f6cc4}".
2025-04-25T22:44:12.6356027Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6356311Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{08A1963
2025-04-25T22:44:12.6356687Z D-07D1-4620-929C-385F6A307772}".
2025-04-25T22:44:12.6428038Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6428424Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{1D520CE
2025-04-25T22:44:12.6430355Z 1-F09A-4A26-B110-52081FEA0AB9}".
2025-04-25T22:44:12.6449253Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6449624Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{1DAEF82
2025-04-25T22:44:12.6450929Z 4-881A-49C6-B91E-1D28877FF18D}".
2025-04-25T22:44:12.6528800Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6529054Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{2F4E993
2025-04-25T22:44:12.6530871Z 3-7587-4D85-9BA1-F2903AFB36D8}".
2025-04-25T22:44:12.6566775Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6566975Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{3C52413
2025-04-25T22:44:12.6568253Z 6-E47A-45C7-BB2C-242EAC3F4C32}".
2025-04-25T22:44:12.6598754Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6599628Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{46673E6
2025-04-25T22:44:12.6600625Z 3-1CA8-43EA-B73B-AC20DDD77C5A}".
2025-04-25T22:44:12.6634872Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6636556Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{537B2AF
2025-04-25T22:44:12.6636732Z 5-504B-4303-99CB-FDE56F47AA51}".
2025-04-25T22:44:12.6788216Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-25T22:44:12.6788483Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{901B913
2025-04-25T22:44:12.6788834Z C-FA63-48D2-9842-7D7676739378}".
2025-04-25T22:44:12.8354483Z Create Python 3.12.10 folder in C:\__t\Python
2025-04-25T22:44:12.8379465Z Copy Python binaries to C:\__t\Python\3.12.10\x64
2025-04-25T22:44:12.8535696Z Install Python 3.12.10 in C:\__t\Python...
2025-04-25T22:46:51.3487915Z Files in C:\__t\Python\3.12.10\x64
2025-04-25T22:46:51.3711457Z 
2025-04-25T22:46:51.3711742Z 
2025-04-25T22:46:51.3715333Z     Directory: C:\__t\Python\3.12.10\x64
2025-04-25T22:46:51.3715625Z 
2025-04-25T22:46:51.3715859Z 
2025-04-25T22:46:51.3720902Z Mode                LastWriteTime         Length Name                          
2025-04-25T22:46:51.3727468Z ----                -------------         ------ ----                          
2025-04-25T22:46:51.3733290Z -a----         4/8/2025  12:57 PM          36874 LICENSE.txt                   
2025-04-25T22:46:51.3745726Z -a----         4/8/2025   1:00 PM        1790373 NEWS.txt                      
2025-04-25T22:46:51.3754101Z -a----         4/8/2025  10:30 PM       26964224 python-3.12.10-amd64.exe      
2025-04-25T22:46:51.3762980Z -a----         4/8/2025  12:57 PM         104952 python.exe                    
2025-04-25T22:46:51.3772953Z -a----         4/8/2025  12:57 PM          70376 python3.dll                   
2025-04-25T22:46:51.3783009Z -a----         4/8/2025  12:57 PM        6945272 python312.dll                 
2025-04-25T22:46:51.3791338Z -a----         4/8/2025  12:57 PM         104304 pythonw.exe                   
2025-04-25T22:46:51.3799872Z -a----         4/8/2025  12:57 PM         120400 vcruntime140.dll              
2025-04-25T22:46:51.3809963Z -a----         4/8/2025  12:57 PM          49776 vcruntime140_1.dll            
2025-04-25T22:46:51.3814079Z 
2025-04-25T22:46:51.3814419Z 
2025-04-25T22:46:51.3816816Z     Directory: C:\__t\Python\3.12.10\x64\DLLs
2025-04-25T22:46:51.3818709Z 
2025-04-25T22:46:51.3818851Z 
2025-04-25T22:46:51.3825793Z Mode                LastWriteTime         Length Name                          
2025-04-25T22:46:51.3833438Z ----                -------------         ------ ----                          
2025-04-25T22:46:51.3836768Z -a----         4/8/2025  12:56 PM          75809 py.ico                        
2025-04-25T22:46:51.3845824Z -a----         4/8/2025  12:56 PM          78396 pyc.ico                       
2025-04-25T22:46:51.3879437Z -a----         4/8/2025  12:56 PM          83351 pyd.ico                       
2025-04-25T22:46:51.3888767Z Create python3 symlink
2025-04-25T22:46:51.3915342Z 
2025-04-25T22:46:51.3915486Z 
2025-04-25T22:46:51.3917448Z     Directory: C:\__t\Python\3.12.10\x64
2025-04-25T22:46:51.3917574Z 
2025-04-25T22:46:51.3918083Z 
2025-04-25T22:46:51.3924186Z Mode                LastWriteTime         Length Name                          
2025-04-25T22:46:51.3929195Z ----                -------------         ------ ----                          
2025-04-25T22:46:51.3936948Z -a---l        4/25/2025  10:46 PM              0 python3.exe                   
2025-04-25T22:46:51.3944794Z Install and upgrade Pip
2025-04-25T22:46:51.4913247Z Could not find platform independent libraries <prefix>
2025-04-25T22:46:51.6211888Z Could not find platform independent libraries <prefix>
2025-04-25T22:46:54.8679989Z Looking in links: c:\Users\ContainerAdministrator\AppData\Local\Temp\tmp6pgzdj5o
2025-04-25T22:46:54.8978617Z Processing c:\users\containeradministrator\appdata\local\temp\tmp6pgzdj5o\pip-25.0.1-py3-none-any.whl
2025-04-25T22:46:54.9132744Z Installing collected packages: pip
2025-04-25T22:46:56.5228151Z   WARNING: The scripts pip3.12.exe and pip3.exe are installed in 'C:\__w\_temp\e7381365-3130-414a-9191-7fbe7bd281b9\Scripts' which is not on PATH.
2025-04-25T22:46:56.5229354Z   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
2025-04-25T22:46:56.5342049Z Successfully installed pip-25.0.1
2025-04-25T22:46:56.6064118Z Could not find platform independent libraries <prefix>
2025-04-25T22:46:57.7936612Z Looking in indexes: https://build:***@msazure.pkgs.visualstudio.com/RiskIQ/_packaging/RiskIQ/pypi/simple
2025-04-25T22:46:58.2208811Z Collecting pip
2025-04-25T22:46:58.4890554Z   Downloading https://msazure.pkgs.visualstudio.com/6f152d3b-c928-4c50-a90f-cf212ea0d6c5/_packaging/3737d7f6-647e-49ae-b23d-5284dd009836/pypi/download/pip/25.0.1/pip-25.0.1-py3-none-any.whl (1.8 MB)
2025-04-25T22:46:58.5378882Z      ---------------------------------------- 1.8/1.8 MB 50.9 MB/s eta 0:00:00
2025-04-25T22:46:58.5714518Z Installing collected packages: pip
2025-04-25T22:46:58.5714864Z   Attempting uninstall: pip
2025-04-25T22:46:58.5775768Z     Found existing installation: pip 25.0.1
2025-04-25T22:46:58.7589495Z     Uninstalling pip-25.0.1:
2025-04-25T22:46:58.7835088Z       Successfully uninstalled pip-25.0.1
2025-04-25T22:47:00.6289608Z Successfully installed pip-25.0.1
2025-04-25T22:47:01.1442829Z Create complete file
2025-04-25T22:47:01.1455750Z 
2025-04-25T22:47:01.1456021Z 
2025-04-25T22:47:01.1543278Z 
2025-04-25T22:47:01.1674200Z Found tool in cache: Python 3.12.10 x64
2025-04-25T22:47:01.1744077Z Prepending PATH environment variable with directory: C:\__t\Python\3.12.10\x64
2025-04-25T22:47:01.1745195Z Prepending PATH environment variable with directory: C:\__t\Python\3.12.10\x64\Scripts
2025-04-25T22:47:01.1745920Z Prepending PATH environment variable with directory: C:\Users\ContainerAdministrator\AppData\Roaming\Python\Python312\Scripts
2025-04-25T22:47:01.2032569Z ##[section]Finishing: Use Python 3.12 (windows_build_container)

Full task logs with system.debug enabled

Not able to get a successful run anymore.

Repro steps

- task: UsePythonVersion@0
            displayName: Use Python 3.12
            inputs:
              versionSpec: '3.12'

Activity

added
regressionThis used to work, but a change in the service/tasks broke it.
on Apr 25, 2025
changed the title [-][REGRESSION]:[/-] [+][REGRESSION]: UsePythonVersion@0 installs partial Python files[/+] on Apr 25, 2025
mmaitre314

mmaitre314 commented on Apr 26, 2025

@mmaitre314
Author

Debug logs:

2025-04-26T00:29:16.2163179Z ##[debug]Evaluating condition for step: 'Use Python 3.12 (windows_build_container)'
2025-04-26T00:29:16.2164121Z ##[debug]Evaluating: SucceededNode()
2025-04-26T00:29:16.2164365Z ##[debug]Evaluating SucceededNode:
2025-04-26T00:29:16.2164835Z ##[debug]=> True
2025-04-26T00:29:16.2165079Z ##[debug]Result: True
2025-04-26T00:29:16.2165399Z ##[section]Starting: Use Python 3.12 (windows_build_container)
2025-04-26T00:29:16.2171432Z ==============================================================================
2025-04-26T00:29:16.2171555Z Task         : Use Python version
2025-04-26T00:29:16.2171634Z Description  : Use the specified version of Python from the tool cache, optionally adding it to the PATH
2025-04-26T00:29:16.2171741Z Version      : 0.248.1
2025-04-26T00:29:16.2171802Z Author       : Microsoft Corporation
2025-04-26T00:29:16.2171871Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/use-python-version
2025-04-26T00:29:16.2171979Z ==============================================================================
2025-04-26T00:29:16.2532111Z ##[debug]Using node path: C:\vss-agent\onebranch\externals\node20_1\bin\node.exe
2025-04-26T00:29:16.4315765Z ##[debug]Handler: C:\__a\externals\node20_1\bin\node.exe
2025-04-26T00:29:16.4316261Z ##[debug]HandlerArg: C:\__w\_tasks\UsePythonVersion_33c63b11-352b-45a2-ba1b-54cb568a29ca\0.248.1\main.js
2025-04-26T00:29:16.4316690Z ##[debug]HandlerWorkDir: C:\__w\1\s
2025-04-26T00:29:16.4317059Z ##[debug]Set env: COMMAND_CORRELATION_ID=7c55bc48-10a4-4283-9cd0-30ded0d0573e
2025-04-26T00:29:16.4318690Z ##[debug]Set env: INPUT_VERSIONSPEC=3.12.9
2025-04-26T00:29:16.4319989Z ##[debug]Set env: INPUT_DISABLEDOWNLOADFROMREGISTRY=false
2025-04-26T00:29:16.4320480Z ##[debug]Set env: INPUT_ALLOWUNSTABLE=false
2025-04-26T00:29:16.4320986Z ##[debug]Set env: INPUT_GITHUBTOKEN=
2025-04-26T00:29:16.4321569Z ##[debug]Set env: INPUT_ADDTOPATH=true
2025-04-26T00:29:16.4322340Z ##[debug]Set env: INPUT_ARCHITECTURE=x64
2025-04-26T00:29:16.4323149Z ##[debug]Set env: ENDPOINT_URL_SYSTEMVSSCONNECTION=https://msazure.visualstudio.com/
2025-04-26T00:29:16.4325064Z ##[debug]Set env: ENDPOINT_AUTH_SYSTEMVSSCONNECTION={"parameters":{"AccessToken":***
2025-04-26T00:29:16.4325661Z ##[debug]Set env: ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION=OAuth
2025-04-26T00:29:16.4327765Z ##[debug]Set env: ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN=***
2025-04-26T00:29:16.4328151Z ##[debug]Set env: OB_ROLLOUT_BYPIPELINE=40
2025-04-26T00:29:16.4328484Z ##[debug]Set env: OB_OUTPUTDIRECTORY=C:\__w\1\s\ModelScan\out
2025-04-26T00:29:16.4328837Z ##[debug]Set env: BUILD_SOURCEVERSION=f002cea99e6df568b4a752b50128f90f94cf7372
2025-04-26T00:29:16.4329179Z ##[debug]Set env: AGENT_ROOTDIRECTORY=C:\__w
2025-04-26T00:29:16.4329534Z ##[debug]Set env: BUILD_REQUESTEDFORID=92220a4a-06d3-40b0-852b-3fa7b3785cc7
2025-04-26T00:29:16.4331172Z ##[debug]Set env: CDP_DEFAULT_CLIENT_PACKAGE_PAT=***
2025-04-26T00:29:16.4331550Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VERSION_PATH=c:\obtools_host\onebranch.version\1.1.13\x64
2025-04-26T00:29:16.4331926Z ##[debug]Set env: CDP_CACHE_OBTOOLS_CONTAINER_PATH=c:\obtools_container
2025-04-26T00:29:16.4332270Z ##[debug]Set env: BUILD_DEFINITIONNAME=OneBranch.ModelScan.Buddy
2025-04-26T00:29:16.4332598Z ##[debug]Set env: OB_SDL_BINSKIM_BREAK=true
2025-04-26T00:29:16.4333193Z ##[debug]Set env: SYSTEM_JOBATTEMPT=1
2025-04-26T00:29:16.4333870Z ##[debug]Set env: SYSTEM_OIDCREQUESTURI=https://msazure.visualstudio.com/6f152d3b-c928-4c50-a90f-cf212ea0d6c5/_apis/distributedtask/hubs/build/plans/fb187e4b-2d05-4e23-89b6-fde669e2ee94/jobs/7ad9442b-9ce1-5d47-ca96-409e8d8274b6/oidctoken
2025-04-26T00:29:16.4335516Z ##[debug]Set env: QUICKBUILDUPDATERPAT=***
2025-04-26T00:29:16.4335870Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_VERSION=1.0.223922
2025-04-26T00:29:16.4336231Z ##[debug]Set env: DISTRIBUTEDTASK_TASKS_NODE_SKIPDEBUGLOGSWHENDEBUGMODEOFF=True
2025-04-26T00:29:16.4336638Z ##[debug]Set env: CDP_MANAGED_HOST=true
2025-04-26T00:29:16.4338344Z ##[debug]Set env: DISTRIBUTEDTASK_TASKS_COPYFILESOVERSSHV0USEQUEUE=True
2025-04-26T00:29:16.4338700Z ##[debug]Set env: DISTRIBUTEDTASK_TASKS_RETIREAZURERMPOWERSHELLMODULE=True
2025-04-26T00:29:16.4339065Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USELATESTGITVERSION=False
2025-04-26T00:29:16.4339425Z ##[debug]Set env: SYSTEM_TIMELINEID=fb187e4b-2d05-4e23-89b6-fde669e2ee94
2025-04-26T00:29:16.4340064Z ##[debug]Set env: VSTSAGENT_DOCKER_ACTION_RETRIES=true
2025-04-26T00:29:16.4340584Z ##[debug]Set env: TASK_DISPLAYNAME=Use Python 3.12 (windows_build_container)
2025-04-26T00:29:16.4341026Z ##[debug]Set env: SYSTEM_JOBPARALLELISMTAG=Private
2025-04-26T00:29:16.4341584Z ##[debug]Set env: AGENT_UPLOADTIMELINEATTACHMENTSTOBLOB=true
2025-04-26T00:29:16.4342335Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_SIGN_PATH=c:\obtools_host\onebranch.sign\3.0.2943678\x64
2025-04-26T00:29:16.4342724Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_UPLOADBUILDARTIFACTSTOBLOB=True
2025-04-26T00:29:16.4343317Z ##[debug]Set env: BUILD_SOURCEREPOSITORY_ID=1cb0cc91-1e7c-4381-b33f-2846db45daf0
2025-04-26T00:29:16.4343877Z ##[debug]Set env: SYSTEM_TEAMFOUNDATIONSERVERURI=https://msazure.visualstudio.com/
2025-04-26T00:29:16.4344568Z ##[debug]Set env: CDP_TOOL_DEPENDENCYANALYZER_VERSION=1.2.48
2025-04-26T00:29:16.4344940Z ##[debug]Set env: BUILD_STAGEREQUESTEDBYID=00000002-0000-8888-8000-000000000000
2025-04-26T00:29:16.4345275Z ##[debug]Set env: OBVALIDATIONSERVICEENVIRONMENT=prod
2025-04-26T00:29:16.4345638Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_MISCBUILD_TOOLS_VERSION=1.6.220131001
2025-04-26T00:29:16.4345999Z ##[debug]Set env: BUILD_STAGINGDIRECTORY=C:\__w\1\a
2025-04-26T00:29:16.4346337Z ##[debug]Set env: BUILD_REPOSITORY_GIT_SUBMODULECHECKOUT=True
2025-04-26T00:29:16.4346685Z ##[debug]Set env: AGENT_DISABLELOGPLUGIN_TESTRESULTLOGPLUGIN=true
2025-04-26T00:29:16.4347034Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_READONLYVARIABLES=False
2025-04-26T00:29:16.4347362Z ##[debug]Set env: MINOR=6
2025-04-26T00:29:16.4347710Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ENABLERESOURCEMONITORDEBUGOUTPUT=True
2025-04-26T00:29:16.4348084Z ##[debug]Set env: NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=60
2025-04-26T00:29:16.4348429Z ##[debug]Set env: SYSTEM_JOBIDENTIFIER=main.windows.__default
2025-04-26T00:29:16.4348768Z ##[debug]Set env: SYSTEM_PHASEID=7a9815c9-11be-5f71-bdb7-7117ff358526
2025-04-26T00:29:16.4349128Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_FIXPOSSIBLEGITOUTOFMEMORYPROBLEM=False
2025-04-26T00:29:16.4349625Z ##[debug]Set env: AGENT_DISABLELOGPLUGIN_TESTFILEPUBLISHERPLUGIN=true
2025-04-26T00:29:16.4350069Z ##[debug]Set env: AGENT_HOMEDIRECTORY=C:\__a
2025-04-26T00:29:16.4350607Z ##[debug]Set env: POLICY_SERVICE_YAML_STAGE_CLASSIFICATION=nonproduction
2025-04-26T00:29:16.4350954Z ##[debug]Set env: SYSTEM_WORKFOLDER=C:\__w
2025-04-26T00:29:16.4351271Z ##[debug]Set env: CDP_TOOL_VSSNUGET_PUSH_VERSION=0.20.0
2025-04-26T00:29:16.4352317Z ##[debug]Set env: BUILD_REPOSITORY_URI=https://msazure.visualstudio.com/RiskIQ/_git/riq-analytics
2025-04-26T00:29:16.4352711Z ##[debug]Set env: SYSTEM_ARTIFACTSDIRECTORY=C:\__w\1\a
2025-04-26T00:29:16.4353063Z ##[debug]Set env: SYSTEM_PLANID=fb187e4b-2d05-4e23-89b6-fde669e2ee94
2025-04-26T00:29:16.4353403Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_METRICS_VERSION=1.21218.2
2025-04-26T00:29:16.4353748Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USESPARSECHECKOUTINCHECKOUTTASK=True
2025-04-26T00:29:16.4354111Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_FAILJOBWHENAGENTDIES=True
2025-04-26T00:29:16.4354462Z ##[debug]Set env: SYSTEM_TASKDISPLAYNAME=Use Python 3.12 (windows_build_container)
2025-04-26T00:29:16.4354795Z ##[debug]Set env: FAIL_DEPRECATED_TASK=true
2025-04-26T00:29:16.4355127Z ##[debug]Set env: VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT=true
2025-04-26T00:29:16.4355654Z ##[debug]Set env: AGENT_CONTAINERMAPPING={
  "windows_build_container": {
    "id": "c9b14c5f5d837af9bad76362601ffc6f2c6a895ac1a610d9096f9b2cd452e522"
  },
  "windows_onebranch_container_signing": {
    "id": "f1cc3955412575e4246e1f3dc912bbd6581112013d8ca972ec6a3f3bced2e499"
  }
}
2025-04-26T00:29:16.4356664Z ##[debug]Set env: CDP_TOOL_ARTIFACTTOOL_VERSION=0.0.1
2025-04-26T00:29:16.4357017Z ##[debug]Set env: SYSTEM_TEAMFOUNDATIONCOLLECTIONURI=https://msazure.visualstudio.com/
2025-04-26T00:29:16.4357666Z ##[debug]Set env: OB_ROLLOUT_BYPROJECT=3997
2025-04-26T00:29:16.4358014Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_CLOUDVAULT_VERSION=4.2.2655105
2025-04-26T00:29:16.4358612Z ##[debug]Set env: VSTS_PROCESS_LOOKUP_ID=vsts_04b95234-3112-4935-82ef-80bcefabd00e
2025-04-26T00:29:16.4359506Z ##[debug]Set env: CDP_SERVICE_TREE_ID=314f9606-f419-4979-a54d-9a57b9db7a13
2025-04-26T00:29:16.4360073Z ##[debug]Set env: PIPELINE_REPOSITORY_NAME=riq-analytics
2025-04-26T00:29:16.4360417Z ##[debug]Set env: AZP_75787_ENABLE_COLLECT=true
2025-04-26T00:29:16.4360873Z ##[debug]Set env: OB_BUILD_CONTAINER_IMAGES=onebranch.azurecr.io/windows/ltsc2019/vse2022:latest;$(WindowsContainerImage2);mcr.microsoft.com/onebranch/azurelinux/build:3.0;$(LinuxContainerImage2)
2025-04-26T00:29:16.4361303Z ##[debug]Set env: SYSTEM_SERVERTYPE=Hosted
2025-04-26T00:29:16.4361628Z ##[debug]Set env: BUILD_CONTAINERID=233813525
2025-04-26T00:29:16.4361953Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LOCPAYLOAD_VERSION=1.0.162117
2025-04-26T00:29:16.4362277Z ##[debug]Set env: AGENT_OS=Windows_NT
2025-04-26T00:29:16.4363022Z ##[debug]Set env: VSS_NUGET_URI_PREFIXES=https://pkgsprodwus21.pkgs.visualstudio.com/A41bf5486-7392-4b7a-a7e3-a735c767e3b3/;https://msazure.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/msazure/;https://pkgs.dev.azure.com/;https://dev.azure.com/;https://msazure.pkgs.visualstudio.com/;https://ossmsft.pkgs.visualstudio.com/;https://microsoft.pkgs.visualstudio.com/;https://devdiv.pkgs.visualstudio.com/;https://msdata.pkgs.visualstudio.com/;https://onebranch.pkgs.visualstudio.com/;https://cloudbuild.pkgs.visualstudio.com/;https://securitytools.pkgs.visualstudio.com/;https://msasg.pkgs.visualstudio.com/;https://msblox.pkgs.visualstudio.com/;https://onebranch.pkgs.visualstudio.com/
2025-04-26T00:29:16.4363785Z ##[debug]Set env: COPYFILESOVERSSHV0_USE_QUEUE=true
2025-04-26T00:29:16.4364103Z ##[debug]Set env: SYSTEM_PHASEDISPLAYNAME=windows
2025-04-26T00:29:16.4364417Z ##[debug]Set env: SSCTASKNODEVERSION=20.18.2
2025-04-26T00:29:16.4364748Z ##[debug]Set env: SYSTEM_CANISSUEOIDCTOKENFORWORKLOADIDENTITYFEDERATION=false
2025-04-26T00:29:16.4365341Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_FEATUREFLAGS_VERSION=1.0.86
2025-04-26T00:29:16.4366216Z ##[debug]Set env: MSDEPLOY_HTTP_USER_AGENT=VSTS_41bf5486-7392-4b7a-a7e3-a735c767e3b3_build_382633_0
2025-04-26T00:29:16.4366658Z ##[debug]Set env: WINDOWSCONTAINERIMAGE=onebranch.azurecr.io/windows/ltsc2019/vse2022:latest
2025-04-26T00:29:16.4367031Z ##[debug]Set env: AGENT_JOBNAME=windows
2025-04-26T00:29:16.4367423Z ##[debug]Set env: CDP_TOOL_SYMUPLOADER_PATH=c:\obtools_host\symuploader\1.1.206105\x64
2025-04-26T00:29:16.4367962Z ##[debug]Set env: SYSTEM_PHASENAME=windows
2025-04-26T00:29:16.4368312Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_LOGTOBLOBSTORAGESERVICE=True
2025-04-26T00:29:16.4368644Z ##[debug]Set env: CODEQL_SKIPTASKAUTOINJECTION=true
2025-04-26T00:29:16.4368951Z ##[debug]Set env: PIPELINE_WORKSPACE=C:\__w\1
2025-04-26T00:29:16.4369285Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USEWORKSPACEID=True
2025-04-26T00:29:16.4369616Z ##[debug]Set env: SYSTEM_STAGENAME=main
2025-04-26T00:29:16.4369956Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USENODE20TOSTARTCONTAINER=False
2025-04-26T00:29:16.4370307Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_FORCEUPDATETOLATEST2VERSION=False
2025-04-26T00:29:16.4372025Z ##[debug]Set env: VSS_NUGET_ACCESSTOKEN=***
2025-04-26T00:29:16.4372653Z ##[debug]Set env: BUILD_REASON=Manual
2025-04-26T00:29:16.4373352Z ##[debug]Set env: SYSTEM_TASKDEFINITIONSURI=https://msazure.visualstudio.com/
2025-04-26T00:29:16.4374217Z ##[debug]Set env: BUILD_DEFINITIONFOLDERPATH=\OneBranch\riq-analytics
2025-04-26T00:29:16.4375070Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LOCPAYLOAD_PATH=c:\obtools_host\onebranch.locpayload\1.0.162117\x64
2025-04-26T00:29:16.4376185Z ##[debug]Set env: SERVICETREEADMINS_FROMOPS=badrelsaid;joerattazzi;esolisgracia;mmaitre;suraks
2025-04-26T00:29:16.4376953Z ##[debug]Set env: SYSTEM_DEFAULTWORKINGDIRECTORY=C:\__w\1\s
2025-04-26T00:29:16.4377630Z ##[debug]Set env: BUILD_SOURCEBRANCHNAME=modelscan-azl3
2025-04-26T00:29:16.4378105Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ENABLEISSUESOURCEVALIDATION=True
2025-04-26T00:29:16.4378825Z ##[debug]Set env: AGENT_SERVEROMDIRECTORY=C:\__a\externals\vstsom
2025-04-26T00:29:16.4379643Z ##[debug]Set env: AZURE_HTTP_USER_AGENT=VSTS_41bf5486-7392-4b7a-a7e3-a735c767e3b3_build_382633_0
2025-04-26T00:29:16.4380406Z ##[debug]Set env: OB_SDL_CODESIGNVALIDATION_EXCLUDES=-|**\*.js;-|**\*.ps1;-|**\*.psm1
2025-04-26T00:29:16.4381265Z ##[debug]Set env: AGENT_DIAGNOSTIC=True
2025-04-26T00:29:16.4381976Z ##[debug]Set env: AZP_AGENT_IGNORE_VSTSTASKLIB=true
2025-04-26T00:29:16.4382696Z ##[debug]Set env: SYSTEM_PREFERREDIRECTGETCONTAINERITEM=true
2025-04-26T00:29:16.4383390Z ##[debug]Set env: SKIPCOMPONENTGOVERNANCEDETECTION=true
2025-04-26T00:29:16.4384123Z ##[debug]Set env: SYSTEM_JOBTIMEOUT=1440
2025-04-26T00:29:16.4384522Z ##[debug]Set env: AGENT_ID=2038139
2025-04-26T00:29:16.4385184Z ##[debug]Set env: SYSTEM_JOBPOSITIONINPHASE=1
2025-04-26T00:29:16.4385773Z ##[debug]Set env: BUILD_STAGEREQUESTEDBY=Microsoft.VisualStudio.Services.TFS
2025-04-26T00:29:16.4386328Z ##[debug]Set env: AZP_AGENT_LOG_TASKNAME_IN_USERAGENT=true
2025-04-26T00:29:16.4386955Z ##[debug]Set env: SYSTEM_DEBUG=True
2025-04-26T00:29:16.4387681Z ##[debug]Set env: BUILD_REQUESTEDFOREMAIL=mmaitre@microsoft.com
2025-04-26T00:29:16.4388223Z ##[debug]Set env: BUILD_SOURCEREPOSITORY_URI=https://msazure.visualstudio.com/RiskIQ/_git/riq-analytics
2025-04-26T00:29:16.4388970Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VERSION_VERSION=1.1.13
2025-04-26T00:29:16.4389469Z ##[debug]Set env: PIPELINE_TYPE=onebranchbuild
2025-04-26T00:29:16.4390243Z ##[debug]Set env: AZP_75787_ENABLE_NEW_LOGIC=false
2025-04-26T00:29:16.4390599Z ##[debug]Set env: DISTRIBUTEDTASK_TASKS_USELATESTOPENSSLVERSION=True
2025-04-26T00:29:16.4390952Z ##[debug]Set env: SYSTEM_PULLREQUEST_ISFORK=False
2025-04-26T00:29:16.4415358Z ##[debug]Set env: RESOURCES_TRIGGERINGALIAS=
2025-04-26T00:29:16.4421854Z ##[debug]Set env: AGENT_OSARCHITECTURE=X64
2025-04-26T00:29:16.4425565Z ##[debug]Set env: PREFAST_ENABLED=False
2025-04-26T00:29:16.4426704Z ##[debug]Set env: SYSTEM_PIPELINESTARTTIME=2025-04-26 00:23:27+00:00
2025-04-26T00:29:16.4427352Z ##[debug]Set env: AGENT_TEMPDIRECTORY=C:\__w\_temp
2025-04-26T00:29:16.4427704Z ##[debug]Set env: BUILD_QUEUEDBY=Matthieu Maitre
2025-04-26T00:29:16.4428196Z ##[debug]Set env: AZP_ENABLE_RESOURCE_MONITOR_DEBUG_OUTPUT=true
2025-04-26T00:29:16.4430120Z ##[debug]Set env: SYSTEM_DEFINITIONID=382633
2025-04-26T00:29:16.4430706Z ##[debug]Set env: SYSTEM=build
2025-04-26T00:29:16.4431031Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_MOUNTWORKSPACE=True
2025-04-26T00:29:16.4431391Z ##[debug]Set env: TASK_PUBLISHTELEMETRY=True
2025-04-26T00:29:16.4431707Z ##[debug]Set env: SYSTEM_STAGEATTEMPT=1
2025-04-26T00:29:16.4432025Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_SIGN_VERSION=3.0.2943678
2025-04-26T00:29:16.4432398Z ##[debug]Set env: ONEBRANCHPIPELINEPREBUILDVALIDATION_CDP_SERVICE_TREE_ID_OUTPUT=314f9606-f419-4979-a54d-9a57b9db7a13
2025-04-26T00:29:16.4432783Z ##[debug]Set env: SYSTEM_COLLECTIONURI=https://msazure.visualstudio.com/
2025-04-26T00:29:16.4433120Z ##[debug]Set env: RESOURCES_TRIGGERINGCATEGORY=
2025-04-26T00:29:16.4433531Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_MISCBUILD_TOOLS_PATH=c:\obtools_host\onebranch.launchtools.miscbuild_tools\1.6.220131001\x64
2025-04-26T00:29:16.4434028Z ##[debug]Set env: SYSTEM_CULTURE=en-US
2025-04-26T00:29:16.4434346Z ##[debug]Set env: AGENT_USE_FETCH_FILTER_IN_CHECKOUT_TASK=true
2025-04-26T00:29:16.4434768Z ##[debug]Set env: BUILD_SOURCESDIRECTORY=C:\__w\1\s
2025-04-26T00:29:16.4435094Z ##[debug]Set env: OBSKIPOFFICIALVALIDATION=false
2025-04-26T00:29:16.4435539Z ##[debug]Set env: ONEBRANCH_PIPELINES=true
2025-04-26T00:29:16.4435887Z ##[debug]Set env: SYSTEM_COLLECTIONID=41bf5486-7392-4b7a-a7e3-a735c767e3b3
2025-04-26T00:29:16.4436241Z ##[debug]Set env: AGENT_CLOUDID=7bea95af-da2b-46ac-a8db-c2bfc71eb1e0
2025-04-26T00:29:16.4436618Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_AGENTENABLEPIPELINEARTIFACTLARGECHUNKSIZE=True
2025-04-26T00:29:16.4436985Z ##[debug]Set env: ENABLECONTAINERSECURITYBYDEFAULT=true
2025-04-26T00:29:16.4437315Z ##[debug]Set env: OB_AFTER_OPENSSL_SIGNING_STEPS=False
2025-04-26T00:29:16.4437643Z ##[debug]Set env: TASK_SKIPTRANSLATORFORCHECKOUT=False
2025-04-26T00:29:16.4437961Z ##[debug]Set env: USE_AKS_CREDENTIAL_API=true
2025-04-26T00:29:16.4438277Z ##[debug]Set env: BUILD_REPOSITORY_LOCALPATH=C:\__w\1\s
2025-04-26T00:29:16.4438611Z ##[debug]Set env: BUILD_SOURCEREPOSITORY_PROVIDER=TfsGit
2025-04-26T00:29:16.4438968Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_DSS_PATH=c:\obtools_host\onebranch.dss\2.0.264256\x64
2025-04-26T00:29:16.4439323Z ##[debug]Set env: AZP_PS_ENABLE_INVOKE_PROCESS=true
2025-04-26T00:29:16.4439667Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USENEWNODEHANDLERTELEMETRY=True
2025-04-26T00:29:16.4440133Z ##[debug]Set env: CDP_TOOL_DEPENDENCYANALYZER_PATH=c:\obtools_host\dependencyanalyzer\1.2.48\x64
2025-04-26T00:29:16.4440626Z ##[debug]Set env: SYSTEM_ISDOCKERCONTAINER=0
2025-04-26T00:29:16.4444155Z ##[debug]Set env: PIP_INDEX_URL=https://build:***
2025-04-26T00:29:16.4444642Z ##[debug]Set env: RETIRE_AZURERM_POWERSHELL_MODULE=true
2025-04-26T00:29:16.4445023Z ##[debug]Set env: LINUXCONTAINERIMAGE=mcr.microsoft.com/onebranch/azurelinux/build:3.0
2025-04-26T00:29:16.4445357Z ##[debug]Set env: OBBUILDTYPE=Buddy
2025-04-26T00:29:16.4445679Z ##[debug]Set env: SYSTEM_JOBID=7ad9442b-9ce1-5d47-ca96-409e8d8274b6
2025-04-26T00:29:16.4446019Z ##[debug]Set env: USE_GIT_LONG_PATHS=true
2025-04-26T00:29:16.4446334Z ##[debug]Set env: ENABLE_ISSUE_SOURCE_VALIDATION=true
2025-04-26T00:29:16.4446662Z ##[debug]Set env: SYSTEM_PHASEATTEMPT=1
2025-04-26T00:29:16.4446991Z ##[debug]Set env: BUILD_SOURCEBRANCH=refs/heads/users/mmaitre/modelscan-azl3
2025-04-26T00:29:16.4447337Z ##[debug]Set env: AGENT_ISSELFHOSTED=0
2025-04-26T00:29:16.4447655Z ##[debug]Set env: SYSTEM_DEFINITIONNAME=OneBranch.ModelScan.Buddy
2025-04-26T00:29:16.4448017Z ##[debug]Set env: AGENT_USE_SPARSE_CHECKOUT_IN_CHECKOUT_TASK=true
2025-04-26T00:29:16.4448377Z ##[debug]Set env: SYSTEM_TASKINSTANCEID=bf66f865-1f55-5c1a-37f3-8119cb285825
2025-04-26T00:29:16.4448698Z ##[debug]Set env: SYSTEM_TEAMPROJECT=RiskIQ
2025-04-26T00:29:16.4449024Z ##[debug]Set env: ONEBRANCH_CSV_GDN_BREAK=false
2025-04-26T00:29:16.4449345Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_IGNOREVSTSTASKLIB=True
2025-04-26T00:29:16.4449672Z ##[debug]Set env: SYSTEM_JOBDISPLAYNAME=windows
2025-04-26T00:29:16.4450218Z ##[debug]Set env: BUILD_REQUESTEDFOR=Matthieu Maitre
2025-04-26T00:29:16.4450559Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_UPLOADTIMELINEATTACHMENTSTOBLOB=True
2025-04-26T00:29:16.4450902Z ##[debug]Set env: BUILD_BUILDNUMBER=0.6.11-buddy
2025-04-26T00:29:16.4451493Z ##[debug]Set env: BUILD_QUEUEDBYID=92220a4a-06d3-40b0-852b-3fa7b3785cc7
2025-04-26T00:29:16.4452079Z ##[debug]Set env: CDP_SKIP_OFFICIAL_VALIDATION=false
2025-04-26T00:29:16.4452420Z ##[debug]Set env: BUILD_REPOSITORY_PROVIDER=TfsGit
2025-04-26T00:29:16.4452747Z ##[debug]Set env: OBVALIDATIONSKIPSERVICETREEVARIABLE=False
2025-04-26T00:29:16.4453081Z ##[debug]Set env: OB_ROLLOUT_BYORG=26
2025-04-26T00:29:16.4453403Z ##[debug]Set env: SYSTEM_HOSTTYPE=build
2025-04-26T00:29:16.4453727Z ##[debug]Set env: SYSTEM_TASKINSTANCENAME=UsePythonVersion
2025-04-26T00:29:16.4454083Z ##[debug]Set env: CDP_TOOL_SPGOTOOLS_PATH=c:\obtools_host\spgotools\14.36.32532\x64
2025-04-26T00:29:16.4454430Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_FAILDEPRECATEDBUILDTASK=True
2025-04-26T00:29:16.4454806Z ##[debug]Set env: CDP_CACHE_OBTOOLS_HOST_PATH=c:\obtools_host
2025-04-26T00:29:16.4455131Z ##[debug]Set env: USE_MSAL=true
2025-04-26T00:29:16.4456081Z ##[debug]Set env: OBVALIDATIONSKIPREDDOGVALIDATION=true
2025-04-26T00:29:16.4456408Z ##[debug]Set env: USE_FIXED_AZ_CONFIG_INIT=true
2025-04-26T00:29:16.4456712Z ##[debug]Set env: SYSTEM_STAGEDISPLAYNAME=main
2025-04-26T00:29:16.4457024Z ##[debug]Set env: OB_RESTORE_PHASE_STEPS=False
2025-04-26T00:29:16.4457413Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_FEATUREFLAGS_DIALTONE_PATH=c:\obtools_host\onebranch.featureflags.dialtone\2.0.24\x64
2025-04-26T00:29:16.4457791Z ##[debug]Set env: BUILD_BUILDID=122359788
2025-04-26T00:29:16.4458145Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_CHECKIFTASKNODERUNNERISDEPRECATED246=False
2025-04-26T00:29:16.4458494Z ##[debug]Set env: AZP_AGENT_CHECK_FOR_TASK_DEPRECATION=true
2025-04-26T00:29:16.4458834Z ##[debug]Set env: SYSTEM_POSTLINESSPEED=2000
2025-04-26T00:29:16.4459171Z ##[debug]Set env: AGENT_USEWORKSPACEID=true
2025-04-26T00:29:16.4459502Z ##[debug]Set env: SYSTEM_TEAMPROJECTID=6f152d3b-c928-4c50-a90f-cf212ea0d6c5
2025-04-26T00:29:16.4459855Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_FAILDEPRECATEDTASK=True
2025-04-26T00:29:16.4460176Z ##[debug]Set env: AZP_AGENT_MOUNT_WORKSPACE=true
2025-04-26T00:29:16.4460506Z ##[debug]Set env: SYSTEM_TOTALJOBSINPHASE=1
2025-04-26T00:29:16.4460830Z ##[debug]Set env: AGENT_LOGTOBLOBSTORAGESERVICE=true
2025-04-26T00:29:16.4461170Z ##[debug]Set env: BUILD_ARTIFACTSTAGINGDIRECTORY=C:\__w\1\a
2025-04-26T00:29:16.4461516Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VERSIONBUMP_VERSION=30.0.1493147
2025-04-26T00:29:16.4462250Z ##[debug]Set env: CDP_TOOL_ARTIFACTTOOL_PATH=c:\obtools_host\artifacttool\0.0.1\x64
2025-04-26T00:29:16.4462887Z ##[debug]Set env: AGENT_SKIP_POST_EXECUTION_IF_CONTAINER_STOPPED=true
2025-04-26T00:29:16.4463243Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USEDOCKERCOMPOSEV2COMPATIBLEMODE=False
2025-04-26T00:29:16.4463594Z ##[debug]Set env: BUILD_REPOSITORY_CLEAN=False
2025-04-26T00:29:16.4463986Z ##[debug]Set env: BUILD_SOURCEVERSIONAUTHOR=Matthieu Maitre
2025-04-26T00:29:16.4464367Z ##[debug]Set env: AGENT_CONTAINERID=f1cc3955412575e4246e1f3dc912bbd6581112013d8ca972ec6a3f3bced2e499
2025-04-26T00:29:16.4464732Z ##[debug]Set env: MODIFY_NUMBER_OF_RETRIES_IN_ROBOCOPY=true
2025-04-26T00:29:16.4465059Z ##[debug]Set env: AGENT_BUILDDIRECTORY=C:\__w\1
2025-04-26T00:29:16.4465425Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_DIALTONE_VERSION=1.0.2823449
2025-04-26T00:29:16.4465769Z ##[debug]Set env: GIT_TERMINAL_PROMPT=0
2025-04-26T00:29:16.4466099Z ##[debug]Set env: BUILD_SOURCEVERSIONMESSAGE=3.12.9
2025-04-26T00:29:16.4466449Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_CHECKIFTASKNODERUNNERISDEPRECATED=False
2025-04-26T00:29:16.4468021Z ##[debug]Set env: OBP_SIGNING_MODULE_ROOT_FOLDER_PATH=c:\obtools_container\onebranch.sign\3.0.2943678\x64
2025-04-26T00:29:16.4468792Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_DOCKERACTIONRETRIES=True
2025-04-26T00:29:16.4469375Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USEGITLONGPATHS=True
2025-04-26T00:29:16.4469717Z ##[debug]Set env: COMMON_TESTRESULTSDIRECTORY=C:\__w\1\TestResults
2025-04-26T00:29:16.4470101Z ##[debug]Set env: AGENT_RETAINDEFAULTENCODING=false
2025-04-26T00:29:16.4470458Z ##[debug]Set env: BUILD_BUILDURI=vstfs:///Build/Build/122359788
2025-04-26T00:29:16.4470981Z ##[debug]Set env: AZP_75787_ENABLE_NEW_PH_LOGIC=true
2025-04-26T00:29:16.4471356Z ##[debug]Set env: CDP_TOOL_SPGOTOOLS_VERSION=14.36.32532
2025-04-26T00:29:16.4471720Z ##[debug]Set env: AGENT_CONTAINERNETWORK=vsts_network_af0a9230cb22407ab1bdc626704b6724
2025-04-26T00:29:16.4473054Z ##[debug]Set env: DISTRIBUTEDTASK_TASKS_MODIFYNUMBEROFRETRIESINROBOCOPY=True
2025-04-26T00:29:16.4473509Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_PACKAGENAMESPACE_PATH=c:\obtools_host\onebranch.packagenamespace\1.0.139048\x64
2025-04-26T00:29:16.4473960Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VERSIONBUMP_PATH=c:\obtools_host\onebranch.versionbump\30.0.1493147\x64
2025-04-26T00:29:16.4474338Z ##[debug]Set env: FAIL_DEPRECATED_BUILD_TASK=true
2025-04-26T00:29:16.4474660Z ##[debug]Set env: agent.jobstatus=Succeeded
2025-04-26T00:29:16.4475150Z ##[debug]Set env: AGENT_JOBSTATUS=Succeeded
2025-04-26T00:29:16.4475507Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ENABLERESOURCEUTILIZATIONWARNINGS=True
2025-04-26T00:29:16.4475860Z ##[debug]Set env: OBCUSTOMTAGS=
2025-04-26T00:29:16.4476214Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_FEATUREFLAGS_DIALTONE_VERSION=2.0.24
2025-04-26T00:29:16.4476572Z ##[debug]Set env: SYSTEM_ENABLEACCESSTOKEN=SecretVariable
2025-04-26T00:29:16.4476955Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_CLOUDVAULT_PATH=c:\obtools_host\onebranch.cloudvault\4.2.2655105\x64
2025-04-26T00:29:16.4477310Z ##[debug]Set env: BUILD_SOURCEREPOSITORY_NAME=riq-analytics
2025-04-26T00:29:16.4477671Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VHD_VERSION=2.0.15381
2025-04-26T00:29:16.4478006Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_DSS_VERSION=2.0.264256
2025-04-26T00:29:16.4479702Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_METRICS_PATH=c:\obtools_host\onebranch.metrics\1.21218.2\x64
2025-04-26T00:29:16.4480150Z ##[debug]Set env: BUILD_DEFINITIONVERSION=1
2025-04-26T00:29:16.4480497Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ADDFORCECREDENTIALSTOGITCHECKOUT=True
2025-04-26T00:29:16.4480898Z ##[debug]Set env: CDP_TOOL_DOTNETRUNTIME_PATH=c:\obtools_host\dotnetruntime\3.1.10-pre1\x64
2025-04-26T00:29:16.4481239Z ##[debug]Set env: USE_OPENSSL_LATEST_VERSION=true
2025-04-26T00:29:16.4481604Z ##[debug]Set env: BUILD_REPOSITORY_NAME=riq-analytics
2025-04-26T00:29:16.4481949Z ##[debug]Set env: BUILD_BINARIESDIRECTORY=C:\__w\1\b
2025-04-26T00:29:16.4482270Z ##[debug]Set env: MAJOR=0
2025-04-26T00:29:16.4483467Z ##[debug]Set env: CDP_BUILD_TYPE=Buddy
2025-04-26T00:29:16.4484557Z ##[debug]Set env: AGENT_VERSION=4.254.0
2025-04-26T00:29:16.4484983Z ##[debug]Set env: CDP_TOOL_VSSNUGET_PUSH_PATH=c:\obtools_host\vssnuget.push\0.20.0\x64
2025-04-26T00:29:16.4485363Z ##[debug]Set env: SYSTEM_ISAZUREVM=1
2025-04-26T00:29:16.4485725Z ##[debug]Set env: OB_SIGNING_SETUP_COMPLETED=true
2025-04-26T00:29:16.4486069Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USEMSALLIBRARY=True
2025-04-26T00:29:16.4486417Z ##[debug]Set env: CDP_TOOL_DSTS_PATH=c:\obtools_host\dsts\3.0.2405\x64
2025-04-26T00:29:16.4486800Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_USEFETCHFILTERINCHECKOUTTASK=True
2025-04-26T00:29:16.4487153Z ##[debug]Set env: AGENT_WORKFOLDER=C:\__w
2025-04-26T00:29:16.4487650Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_CONTINUEAFTERCANCELPROCESSTREEKILLATTEMPT=True
2025-04-26T00:29:16.4488012Z ##[debug]Set env: AGENT_MACHINENAME=7931e907c000002
2025-04-26T00:29:16.4488383Z ##[debug]Set env: SYSTEM_ISSCHEDULED=False
2025-04-26T00:29:16.4488745Z ##[debug]Set env: CDP_TOOL_DOTNETRUNTIME_VERSION=3.1.10-pre1
2025-04-26T00:29:16.4489363Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_LOGTASKNAMEINUSERAGENT=True
2025-04-26T00:29:16.4489739Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_VHD_PATH=c:\obtools_host\onebranch.vhd\2.0.15381\x64
2025-04-26T00:29:16.4490874Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_DIALTONE_PATH=c:\obtools_host\onebranch.launchtools.dialtone\1.0.2823449\x64
2025-04-26T00:29:16.4491330Z ##[debug]Set env: OB_ROLLOUT_BYRUN=40
2025-04-26T00:29:16.4491737Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ENABLEADDITIONALMASKINGREGEXES=True
2025-04-26T00:29:16.4492105Z ##[debug]Set env: CDP_TOOL_DSTS_VERSION=3.0.2405
2025-04-26T00:29:16.4492472Z ##[debug]Set env: NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=300
2025-04-26T00:29:16.4492807Z ##[debug]Set env: USE_MSDEPLOY_TOKEN_AUTH=true
2025-04-26T00:29:16.4493157Z ##[debug]Set env: FAIL_JOB_WHEN_AGENT_DIES=true
2025-04-26T00:29:16.4493484Z ##[debug]Set env: SYSTEM_STAGEID=7cadbae7-7533-548a-becd-a2da10fc0146
2025-04-26T00:29:16.4493857Z ##[debug]Set env: AGENT_TASKRESTRICTIONSENFORCEMENTMODE=Enabled
2025-04-26T00:29:16.4494253Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_FEATUREFLAGS_PATH=c:\obtools_host\onebranch.featureflags\1.0.86\x64
2025-04-26T00:29:16.4495422Z ##[debug]Set env: ROSETTA2_WARNING=true
2025-04-26T00:29:16.4495807Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_PACKAGENAMESPACE_VERSION=1.0.139048
2025-04-26T00:29:16.4496995Z ##[debug]Set env: AZP_ENABLE_RESOURCE_UTILIZATION_WARNINGS=true
2025-04-26T00:29:16.4497491Z ##[debug]Set env: CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_PATH=c:\obtools_host\onebranch.launchtools\1.0.223922\x64
2025-04-26T00:29:16.4497898Z ##[debug]Set env: SYSTEM_JOBNAME=__default
2025-04-26T00:29:16.4498217Z ##[debug]Set env: AGENT_NAME=OneBranchPipelinesV2 620
2025-04-26T00:29:16.4498700Z ##[debug]Set env: AGENT_TOOLSDIRECTORY=C:\__t
2025-04-26T00:29:16.4499120Z ##[debug]Set env: AZP_75787_ENABLE_NEW_LOGIC_LOG=false
2025-04-26T00:29:16.4499472Z ##[debug]Set env: AGENT_UPLOADBUILDARTIFACTSTOBLOB=true
2025-04-26T00:29:16.4499813Z ##[debug]Set env: DISTRIBUTEDTASK_AGENT_ROSETTA2WARNING=True
2025-04-26T00:29:16.4500319Z ##[debug]Set env: CDP_TOOL_SYMUPLOADER_VERSION=1.1.206105
2025-04-26T00:29:16.4563971Z ##[debug]Set env: AGENT_ENABLE_PIPELINEARTIFACT_LARGE_CHUNK_SIZE=true
2025-04-26T00:29:16.4565871Z ##[debug]Set env: CDP-DEFAULT-CLIENT-PAT=***
2025-04-26T00:29:16.4566264Z ##[debug]Set env: PATCH=11
2025-04-26T00:29:16.4566610Z ##[debug]Set env: BUILD_REPOSITORY_ID=1cb0cc91-1e7c-4381-b33f-2846db45daf0
2025-04-26T00:29:16.4572771Z ##[debug]Set env: VSTS_PUBLIC_VARIABLES=["ob_rollout_byPipeline","ob_outputDirectory","build.sourceVersion","agent.RootDirectory","build.requestedForId","CDP_DEFAULT_CLIENT_PACKAGE_PAT","CDP_TOOL_ONEBRANCH_VERSION_PATH","CDP_CACHE_OBTOOLS_CONTAINER_PATH","build.definitionName","ob_sdl_binskim_break","system.jobAttempt","System.OidcRequestUri","QuickBuildUpdaterPat","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_VERSION","DistributedTask.Tasks.Node.SkipDebugLogsWhenDebugModeOff","CDP_MANAGED_HOST","DistributedTask.Tasks.CopyFilesOverSSHV0UseQueue","DistributedTask.Tasks.RetireAzureRMPowerShellModule","DistributedTask.Agent.UseLatestGitVersion","system.timelineId","VSTSAGENT_DOCKER_ACTION_RETRIES","task.displayname","system.jobParallelismTag","agent.UploadTimelineAttachmentsToBlob","CDP_TOOL_ONEBRANCH_SIGN_PATH","DistributedTask.Agent.UploadBuildArtifactsToBlob","Build.SourceRepository.ID","system.TeamFoundationServerUri","CDP_TOOL_DEPENDENCYANALYZER_VERSION","build.stageRequestedById","OBValidationServiceEnvironment","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_MISCBUILD_TOOLS_VERSION","build.stagingdirectory","build.repository.git.submodulecheckout","agent.disablelogplugin.TestResultLogPlugin","DistributedTask.Agent.ReadOnlyVariables","minor","DistributedTask.Agent.EnableResourceMonitorDebugOutput","NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS","system.jobIdentifier","system.phaseId","DistributedTask.Agent.FixPossibleGitOutOfMemoryProblem","agent.disablelogplugin.TestFilePublisherPlugin","agent.homedirectory","policy_service.yaml_stage_classification","system.workfolder","CDP_TOOL_VSSNUGET_PUSH_VERSION","build.repository.uri","system.artifactsdirectory","system.planId","CDP_TOOL_ONEBRANCH_METRICS_VERSION","DistributedTask.Agent.UseSparseCheckoutInCheckoutTask","DistributedTask.Agent.FailJobWhenAgentDies","system.taskDisplayName","FAIL_DEPRECATED_TASK","VSTSAGENT_CONTINUE_AFTER_CANCEL_PROCESSTREEKILL_ATTEMPT","agent.containermapping","CDP_TOOL_ARTIFACTTOOL_VERSION","system.teamFoundationCollectionUri","ob_rollout_byProject","CDP_TOOL_ONEBRANCH_CLOUDVAULT_VERSION","VSTS_PROCESS_LOOKUP_ID","CDP_SERVICE_TREE_ID","pipeline.repository.name","AZP_75787_ENABLE_COLLECT","OB_BUILD_CONTAINER_IMAGES","system.servertype","build.containerId","CDP_TOOL_ONEBRANCH_LOCPAYLOAD_VERSION","agent.os","VSS_NUGET_URI_PREFIXES","COPYFILESOVERSSHV0_USE_QUEUE","system.phaseDisplayName","SscTaskNodeVersion","System.CanIssueOidcTokenForWorkloadIdentityFederation","CDP_TOOL_ONEBRANCH_FEATUREFLAGS_VERSION","MSDEPLOY_HTTP_USER_AGENT","WindowsContainerImage","agent.jobname","CDP_TOOL_SYMUPLOADER_PATH","system.phaseName","DistributedTask.Agent.LogToBlobstorageService","Codeql.SkipTaskAutoInjection","pipeline.workspace","DistributedTask.Agent.UseWorkspaceId","system.stageName","DistributedTask.Agent.UseNode20ToStartContainer","DistributedTask.Agent.ForceUpdateToLatest2Version","VSS_NUGET_ACCESSTOKEN","build.reason","system.taskDefinitionsUri","build.definitionFolderPath","CDP_TOOL_ONEBRANCH_LOCPAYLOAD_PATH","SERVICETREEADMINS_FROMOPS","system.defaultworkingdirectory","build.sourceBranchName","DistributedTask.Agent.EnableIssueSourceValidation","agent.ServerOMDirectory","AZURE_HTTP_USER_AGENT","ob_sdl_codeSignValidation_excludes","agent.diagnostic","AZP_AGENT_IGNORE_VSTSTASKLIB","system.preferRedirectGetContainerItem","skipComponentGovernanceDetection","system.jobTimeout","agent.id","System.JobPositionInPhase","build.stageRequestedBy","AZP_AGENT_LOG_TASKNAME_IN_USERAGENT","system.debug","build.requestedForEmail","Build.SourceRepository.Uri","CDP_TOOL_ONEBRANCH_VERSION_VERSION","PIPELINE_TYPE","AZP_75787_ENABLE_NEW_LOGIC","DistributedTask.Tasks.UseLatestOpensslVersion","system.pullRequest.isFork","resources.triggeringAlias","agent.osarchitecture","PREFAST_ENABLED","system.pipelineStartTime","agent.TempDirectory","build.queuedBy","AZP_ENABLE_RESOURCE_MONITOR_DEBUG_OUTPUT","system.definitionId","system","DistributedTask.Agent.MountWorkspace","task.publishTelemetry","system.stageAttempt","CDP_TOOL_ONEBRANCH_SIGN_VERSION","onebranchpipelineprebuildvalidation.CDP_SERVICE_TREE_ID_OUTPUT","system.collectionUri","resources.triggeringCategory","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_MISCBUILD_TOOLS_PATH","system.culture","AGENT_USE_FETCH_FILTER_IN_CHECKOUT_TASK","build.sourcesdirectory","OBSkipOfficialValidation","ONEBRANCH_PIPELINES","system.collectionId","agent.cloudid","DistributedTask.Agent.AgentEnablePipelineArtifactLargeChunkSize","enableContainerSecurityByDefault","ob_after_openssl_signing_steps","task.skipTranslatorForCheckout","USE_AKS_CREDENTIAL_API","build.repository.localpath","Build.SourceRepository.Provider","CDP_TOOL_ONEBRANCH_DSS_PATH","AZP_PS_ENABLE_INVOKE_PROCESS","DistributedTask.Agent.USENEWNODEHANDLERTELEMETRY","CDP_TOOL_DEPENDENCYANALYZER_PATH","system.isdockercontainer","PIP_INDEX_URL","RETIRE_AZURERM_POWERSHELL_MODULE","LinuxContainerImage","OBBuildType","system.jobId","USE_GIT_LONG_PATHS","ENABLE_ISSUE_SOURCE_VALIDATION","system.phaseAttempt","build.sourceBranch","agent.isselfhosted","system.definitionName","AGENT_USE_SPARSE_CHECKOUT_IN_CHECKOUT_TASK","system.taskInstanceId","system.teamProject","ONEBRANCH_CSV_GDN_BREAK","DistributedTask.Agent.IgnoreVSTSTaskLib","system.jobDisplayName","build.requestedFor","DistributedTask.Agent.UploadTimelineAttachmentsToBlob","build.buildNumber","build.queuedById","CDP_SKIP_OFFICIAL_VALIDATION","build.repository.provider","OBValidationSkipServiceTreeVariable","ob_rollout_byOrg","system.hosttype","system.taskInstanceName","CDP_TOOL_SPGOTOOLS_PATH","DistributedTask.Agent.FailDeprecatedBuildTask","CDP_CACHE_OBTOOLS_HOST_PATH","USE_MSAL","OBValidationSkipReddogValidation","USE_FIXED_AZ_CONFIG_INIT","system.stageDisplayName","ob_restore_phase_steps","CDP_TOOL_ONEBRANCH_FEATUREFLAGS_DIALTONE_PATH","build.buildId","DistributedTask.Agent.CheckIfTaskNodeRunnerIsDeprecated246","AZP_AGENT_CHECK_FOR_TASK_DEPRECATION","system.postLinesSpeed","agent.useWorkspaceId","system.teamProjectId","DistributedTask.Agent.FailDeprecatedTask","AZP_AGENT_MOUNT_WORKSPACE","System.TotalJobsInPhase","agent.LogToBlobstorageService","build.artifactstagingdirectory","CDP_TOOL_ONEBRANCH_VERSIONBUMP_VERSION","CDP_TOOL_ARTIFACTTOOL_PATH","AGENT_SKIP_POST_EXECUTION_IF_CONTAINER_STOPPED","DistributedTask.Agent.UseDockerComposeV2CompatibleMode","build.repository.clean","build.sourceVersionAuthor","agent.containerid","MODIFY_NUMBER_OF_RETRIES_IN_ROBOCOPY","agent.builddirectory","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_DIALTONE_VERSION","GIT_TERMINAL_PROMPT","build.sourceVersionMessage","DistributedTask.Agent.CheckIfTaskNodeRunnerIsDeprecated","OBP_SIGNING_MODULE_ROOT_FOLDER_PATH","DistributedTask.Agent.DockerActionRetries","DistributedTask.Agent.UseGitLongPaths","common.testresultsdirectory","agent.retainDefaultEncoding","build.buildUri","AZP_75787_ENABLE_NEW_PH_LOGIC","CDP_TOOL_SPGOTOOLS_VERSION","agent.containernetwork","DistributedTask.Tasks.ModifyNumberOfRetriesInRobocopy","CDP_TOOL_ONEBRANCH_PACKAGENAMESPACE_PATH","CDP_TOOL_ONEBRANCH_VERSIONBUMP_PATH","FAIL_DEPRECATED_BUILD_TASK","agent.jobstatus","DistributedTask.Agent.EnableResourceUtilizationWarnings","OBCustomTags","CDP_TOOL_ONEBRANCH_FEATUREFLAGS_DIALTONE_VERSION","system.enableAccessToken","CDP_TOOL_ONEBRANCH_CLOUDVAULT_PATH","Build.SourceRepository.Name","CDP_TOOL_ONEBRANCH_VHD_VERSION","CDP_TOOL_ONEBRANCH_DSS_VERSION","CDP_TOOL_ONEBRANCH_METRICS_PATH","build.definitionVersion","DistributedTask.Agent.AddForceCredentialsToGitCheckout","CDP_TOOL_DOTNETRUNTIME_PATH","USE_OPENSSL_LATEST_VERSION","build.Repository.name","build.binariesdirectory","major","CDP_BUILD_TYPE","agent.version","CDP_TOOL_VSSNUGET_PUSH_PATH","system.isazurevm","ob_signing_setup_completed","DistributedTask.Agent.UseMsalLibrary","CDP_TOOL_DSTS_PATH","DistributedTask.Agent.UseFetchFilterInCheckoutTask","agent.workfolder","DistributedTask.Agent.ContinueAfterCancelProcessTreeKillAttempt","agent.machinename","system.isScheduled","CDP_TOOL_DOTNETRUNTIME_VERSION","DistributedTask.Agent.LogTaskNameInUserAgent","CDP_TOOL_ONEBRANCH_VHD_PATH","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_DIALTONE_PATH","ob_rollout_byRun","DistributedTask.Agent.EnableAdditionalMaskingRegexes","CDP_TOOL_DSTS_VERSION","NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS","USE_MSDEPLOY_TOKEN_AUTH","FAIL_JOB_WHEN_AGENT_DIES","system.stageId","agent.taskRestrictionsEnforcementMode","CDP_TOOL_ONEBRANCH_FEATUREFLAGS_PATH","ROSETTA2_WARNING","CDP_TOOL_ONEBRANCH_PACKAGENAMESPACE_VERSION","AZP_ENABLE_RESOURCE_UTILIZATION_WARNINGS","CDP_TOOL_ONEBRANCH_LAUNCHTOOLS_PATH","system.jobName","agent.name","agent.ToolsDirectory","AZP_75787_ENABLE_NEW_LOGIC_LOG","agent.UploadBuildArtifactsToBlob","DistributedTask.Agent.Rosetta2Warning","CDP_TOOL_SYMUPLOADER_VERSION","AGENT_ENABLE_PIPELINEARTIFACT_LARGE_CHUNK_SIZE","CDP-DEFAULT-CLIENT-PAT","patch","build.repository.id"]
2025-04-26T00:29:16.4580608Z ##[debug]Set env: SECRET_SYSTEM_ACCESSTOKEN=***
2025-04-26T00:29:16.4581929Z ##[debug]Set env: SECRET_VSS_NUGET_ACCESSTOKEN_MASK=***
2025-04-26T00:29:16.4583213Z ##[debug]Set env: SECRET_CDP_DEFAULT_CLIENT_PACKAGE_PAT_MASK=***
2025-04-26T00:29:16.4584464Z ##[debug]Set env: SECRET_QUICKBUILDUPDATERPAT_MASK=***
2025-04-26T00:29:16.4584870Z ##[debug]Set env: VSTS_SECRET_VARIABLES=["system.accessToken","VSS_NUGET_ACCESSTOKEN_MASK","CDP_DEFAULT_CLIENT_PACKAGE_PAT_MASK","QuickBuildUpdaterPat_MASK"]
2025-04-26T00:29:16.4587014Z ##[debug]Prepend Path: C:\__a\externals\git\cmd;C:\__a\externals\git\mingw64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\7-Zip;C:\Program Files\CMake\bin;C:\NuGet;C:\Program Files\Git;C:\Program Files\Git\cmd;C:\Program Files\Git\bin;C:\tools;C:\go\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\powershell-7;C:\helm;C:\oras;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Users\ContainerAdministrator\go\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\strawberry\perl\bin;C:\Program Files\Miniconda3\condabin;C:\Program Files\Miniconda3;C:\nodejs;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Launcher\;C:\Users\ContainerAdministrator\.dotnet\tools
2025-04-26T00:29:16.4589614Z ##[debug]Handler Setup Complete
2025-04-26T00:29:16.5833530Z ##[debug]system.debug=True
2025-04-26T00:29:16.5834144Z ##[debug]DistributedTask.Tasks.Node.SkipDebugLogsWhenDebugModeOff=True
2025-04-26T00:29:16.5900561Z ##[debug]agent.TempDirectory=C:\__w\_temp
2025-04-26T00:29:16.5916790Z ##[debug]loading inputs and endpoints
2025-04-26T00:29:16.5979743Z ##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
2025-04-26T00:29:16.6004035Z ##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
2025-04-26T00:29:16.6004556Z ##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
2025-04-26T00:29:16.6008334Z ##[debug]loading INPUT_ADDTOPATH
2025-04-26T00:29:16.6011828Z ##[debug]loading INPUT_ALLOWUNSTABLE
2025-04-26T00:29:16.6016086Z ##[debug]loading INPUT_ARCHITECTURE
2025-04-26T00:29:16.6022355Z ##[debug]loading INPUT_DISABLEDOWNLOADFROMREGISTRY
2025-04-26T00:29:16.6027413Z ##[debug]loading INPUT_VERSIONSPEC
2025-04-26T00:29:16.6046219Z ##[debug]loading SECRET_CDP_DEFAULT_CLIENT_PACKAGE_PAT_MASK
2025-04-26T00:29:16.6051845Z ##[debug]loading SECRET_QUICKBUILDUPDATERPAT_MASK
2025-04-26T00:29:16.6057766Z ##[debug]loading SECRET_SYSTEM_ACCESSTOKEN
2025-04-26T00:29:16.6070257Z ##[debug]loading SECRET_VSS_NUGET_ACCESSTOKEN_MASK
2025-04-26T00:29:16.6095966Z ##[debug]loaded 12
2025-04-26T00:29:16.6102903Z ##[debug]Agent.ProxyUrl=undefined
2025-04-26T00:29:16.6104526Z ##[debug]Agent.CAInfo=undefined
2025-04-26T00:29:16.6105465Z ##[debug]Agent.ClientCert=undefined
2025-04-26T00:29:16.6105873Z ##[debug]Agent.SkipCertValidation=undefined
2025-04-26T00:29:16.6910125Z ##[debug]Agent.ProxyUrl=undefined
2025-04-26T00:29:16.6911172Z ##[debug]Agent.CAInfo=undefined
2025-04-26T00:29:16.6911589Z ##[debug]Agent.ClientCert=undefined
2025-04-26T00:29:16.6913701Z ##[debug]check path : C:\__w\_tasks\UsePythonVersion_33c63b11-352b-45a2-ba1b-54cb568a29ca\0.248.1\node_modules\azure-pipelines-tool-lib\lib.json
2025-04-26T00:29:16.6917409Z ##[debug]adding resource file: C:\__w\_tasks\UsePythonVersion_33c63b11-352b-45a2-ba1b-54cb568a29ca\0.248.1\node_modules\azure-pipelines-tool-lib\lib.json
2025-04-26T00:29:16.6918225Z ##[debug]system.culture=en-US
2025-04-26T00:29:16.6980238Z ##[debug]check path : C:\__w\_tasks\UsePythonVersion_33c63b11-352b-45a2-ba1b-54cb568a29ca\0.248.1\task.json
2025-04-26T00:29:16.6980877Z ##[debug]adding resource file: C:\__w\_tasks\UsePythonVersion_33c63b11-352b-45a2-ba1b-54cb568a29ca\0.248.1\task.json
2025-04-26T00:29:16.6981385Z ##[debug]system.culture=en-US
2025-04-26T00:29:16.7002645Z ##[debug]versionSpec=3.12.9
2025-04-26T00:29:16.7004250Z ##[debug]disableDownloadFromRegistry=false
2025-04-26T00:29:16.7006990Z ##[debug]allowUnstable=false
2025-04-26T00:29:16.7010194Z ##[debug]addToPath=true
2025-04-26T00:29:16.7013028Z ##[debug]architecture=x64
2025-04-26T00:29:16.7013394Z ##[debug]githubToken=undefined
2025-04-26T00:29:16.7017656Z ##[debug]Semantic version spec of 3.12.9 is 3.12.9
2025-04-26T00:29:16.7085137Z ##[warning]Specifying an exact version is not recommended on Microsoft-Hosted agents. Patch versions of Python can be replaced by new ones on Hosted agents without notice, which will cause builds to fail unexpectedly. It is recommended to specify only major or major and minor version (Example: `3` or `3.9`)
2025-04-26T00:29:16.7092249Z ##[debug]Processed: ##vso[task.issue type=warning;source=TaskInternal;correlationId=7c55bc48-10a4-4283-9cd0-30ded0d0573e;]Specifying an exact version is not recommended on Microsoft-Hosted agents. Patch versions of Python can be replaced by new ones on Hosted agents without notice, which will cause builds to fail unexpectedly. It is recommended to specify only major or major and minor version (Example: `3` or `3.9`)
2025-04-26T00:29:16.7093145Z ##[debug]isExplicit: 3.12.9
2025-04-26T00:29:16.7093473Z ##[debug]explicit? true
2025-04-26T00:29:16.7093775Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:29:16.7094068Z ##[debug]Agent.ToolsDirectory=C:\__t
2025-04-26T00:29:16.7094393Z ##[debug]checking cache: C:\__t\Python\3.12.9\x64
2025-04-26T00:29:16.7094690Z ##[debug]not found
2025-04-26T00:29:16.7094997Z ##[debug]Could not find a local python installation matching 3.12.9.
2025-04-26T00:29:16.7095333Z ##[debug]Trying to download python from registry.
2025-04-26T00:29:16.7096149Z ##[warning]You should provide GitHub token if you want to download a python release. Otherwise you may hit the GitHub anonymous download limit.
2025-04-26T00:29:16.7096702Z ##[debug]Processed: ##vso[task.issue type=warning;source=TaskInternal;correlationId=7c55bc48-10a4-4283-9cd0-30ded0d0573e;]You should provide GitHub token if you want to download a python release. Otherwise you may hit the GitHub anonymous download limit.
2025-04-26T00:29:16.7097170Z ##[debug]Downloading manifest
2025-04-26T00:29:16.8163433Z ##[debug]Found matching file for system: python-3.12.9-win32-x64.zip
2025-04-26T00:29:16.8165019Z ##[debug]python-3.12.9-win32-x64.zip
2025-04-26T00:29:16.8165462Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:29:16.8166880Z ##[debug]Agent.TempDirectory=C:\__w\_temp
2025-04-26T00:29:16.8168744Z ##[debug]testing directory 'C:\__w\_temp'
2025-04-26T00:29:16.8179782Z Downloading: https://github.com/actions/python-versions/releases/download/3.12.9-13149478207/python-3.12.9-win32-x64.zip
2025-04-26T00:29:16.8182320Z ##[debug]destination C:\__w\_temp\python-3.12.9-win32-x64.zip
2025-04-26T00:29:16.8184756Z ##[debug]downloading
2025-04-26T00:29:17.0753230Z ##[debug]Agent environment resources - Disk: D:\ Available 604138.18 MB out of 614398.00 MB, Memory: Used 6397.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:29:17.2995551Z ##[debug]Content-Length of downloaded file: 26633486
2025-04-26T00:29:17.2996552Z ##[debug]creating stream
2025-04-26T00:29:17.5433620Z ##[debug]download complete
2025-04-26T00:29:17.5434208Z ##[debug]Downloaded file size: 26633486 bytes
2025-04-26T00:29:17.5434747Z ##[debug]Downloaded python archive to C:\__w\_temp\python-3.12.9-win32-x64.zip
2025-04-26T00:29:17.5439974Z Extracting archive
2025-04-26T00:29:17.5442402Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:29:17.5445665Z ##[debug]Agent.TempDirectory=C:\__w\_temp
2025-04-26T00:29:17.5446418Z ##[debug]testing directory 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce'
2025-04-26T00:29:17.5450260Z ##[debug]testing directory 'C:\__w\_temp'
2025-04-26T00:29:17.5452835Z ##[debug]mkdir 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce'
2025-04-26T00:29:17.5464626Z ##[debug]which 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.5753133Z ##[debug]found: 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.5753649Z ##[debug]C:\Windows\system32\chcp.com arg: 65001
2025-04-26T00:29:17.5754781Z ##[debug]C:\Windows\system32\chcp.com arg: 65001
2025-04-26T00:29:17.5757578Z ##[debug]exec tool: C:\Windows\system32\chcp.com
2025-04-26T00:29:17.5758708Z ##[debug]exec tool: C:\Windows\system32\chcp.com
2025-04-26T00:29:17.5759151Z ##[debug]arguments:
2025-04-26T00:29:17.5759751Z ##[debug]arguments:
2025-04-26T00:29:17.5760161Z ##[debug]   65001
2025-04-26T00:29:17.5760693Z ##[debug]   65001
2025-04-26T00:29:17.5768108Z [command]C:\Windows\system32\chcp.com 65001
2025-04-26T00:29:17.7658071Z Active code page: 65001
2025-04-26T00:29:17.7666370Z 
2025-04-26T00:29:17.7677280Z ##[debug]Exit code 0 received from tool 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.7677923Z ##[debug]Exit code 0 received from tool 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.7682551Z ##[debug]STDIO streams have closed for tool 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.7683148Z ##[debug]STDIO streams have closed for tool 'C:\Windows\system32\chcp.com'
2025-04-26T00:29:17.7695923Z ##[debug]which 'powershell'
2025-04-26T00:29:17.8091503Z ##[debug]found: 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:29:17.8092338Z ##[debug]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe arg: -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command
2025-04-26T00:29:17.8093245Z ##[debug]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe arg: $ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\__w\_temp\python-3.12.9-win32-x64.zip', 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce')
2025-04-26T00:29:17.8094061Z ##[debug]exec tool: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
2025-04-26T00:29:17.8094480Z ##[debug]arguments:
2025-04-26T00:29:17.8094847Z ##[debug]   -NoLogo
2025-04-26T00:29:17.8095312Z ##[debug]   -Sta
2025-04-26T00:29:17.8095676Z ##[debug]   -NoProfile
2025-04-26T00:29:17.8096132Z ##[debug]   -NonInteractive
2025-04-26T00:29:17.8096526Z ##[debug]   -ExecutionPolicy
2025-04-26T00:29:17.8096903Z ##[debug]   Unrestricted
2025-04-26T00:29:17.8097390Z ##[debug]   -Command
2025-04-26T00:29:17.8097994Z ##[debug]   $ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\__w\_temp\python-3.12.9-win32-x64.zip', 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce')
2025-04-26T00:29:17.8099041Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\__w\_temp\python-3.12.9-win32-x64.zip', 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce')"
2025-04-26T00:29:22.0798285Z ##[debug]Agent environment resources - Disk: C:\ Available 671842.70 MB out of 1048074.00 MB, Memory: Used 6532.00 MB out of 65535.00 MB, CPU: Usage 8.00%
2025-04-26T00:29:27.0898757Z ##[debug]Agent environment resources - Disk: C:\ Available 671842.58 MB out of 1048074.00 MB, Memory: Used 6500.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:29:32.0942435Z ##[debug]Agent environment resources - Disk: C:\ Available 671810.57 MB out of 1048074.00 MB, Memory: Used 6457.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:29:37.0953795Z ##[debug]Agent environment resources - Disk: C:\ Available 671810.57 MB out of 1048074.00 MB, Memory: Used 6473.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:29:38.7283197Z 
2025-04-26T00:29:38.7370364Z ##[debug]Exit code 0 received from tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:29:38.7370830Z ##[debug]STDIO streams have closed for tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:29:38.7371246Z ##[debug]Extracted python archive to C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce; running installation script
2025-04-26T00:29:38.7371642Z ##[debug]which 'powershell'
2025-04-26T00:29:38.7419443Z ##[debug]found: 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:29:38.7419942Z ##[debug]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe arg: ./setup.ps1
2025-04-26T00:29:38.7420322Z ##[debug]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe arg: ./setup.ps1
2025-04-26T00:29:38.7420685Z ##[debug]exec tool: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
2025-04-26T00:29:38.7421063Z ##[debug]exec tool: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
2025-04-26T00:29:38.7421387Z ##[debug]arguments:
2025-04-26T00:29:38.7421673Z ##[debug]arguments:
2025-04-26T00:29:38.7421948Z ##[debug]   ./setup.ps1
2025-04-26T00:29:38.7422243Z ##[debug]   ./setup.ps1
2025-04-26T00:29:38.7422452Z [command]C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ./setup.ps1
2025-04-26T00:29:40.1942606Z Check if Python hostedtoolcache folder exist...
2025-04-26T00:29:40.1978639Z Create Python toolcache folder
2025-04-26T00:29:40.2033229Z Check if current Python version is installed...
2025-04-26T00:29:40.2142346Z No Python3.12.* found
2025-04-26T00:29:40.2153104Z Remove registry entries for Python 3.12(x64)...
2025-04-26T00:29:41.4213906Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4214274Z HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\{316e3b12
2025-04-26T00:29:41.4214459Z -1191-47df-b9d4-dcf0bf2f6cc4}".
2025-04-26T00:29:41.4315476Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4316177Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{08A1963
2025-04-26T00:29:41.4316414Z D-07D1-4620-929C-385F6A307772}".
2025-04-26T00:29:41.4411669Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4411956Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{1D520CE
2025-04-26T00:29:41.4412390Z 1-F09A-4A26-B110-52081FEA0AB9}".
2025-04-26T00:29:41.4456774Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4457403Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{1DAEF82
2025-04-26T00:29:41.4457645Z 4-881A-49C6-B91E-1D28877FF18D}".
2025-04-26T00:29:41.4567702Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4568019Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{2F4E993
2025-04-26T00:29:41.4568992Z 3-7587-4D85-9BA1-F2903AFB36D8}".
2025-04-26T00:29:41.4616184Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4616542Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{3C52413
2025-04-26T00:29:41.4616815Z 6-E47A-45C7-BB2C-242EAC3F4C32}".
2025-04-26T00:29:41.4655606Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4656305Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{46673E6
2025-04-26T00:29:41.4656532Z 3-1CA8-43EA-B73B-AC20DDD77C5A}".
2025-04-26T00:29:41.4702615Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4702968Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{537B2AF
2025-04-26T00:29:41.4703239Z 5-504B-4303-99CB-FDE56F47AA51}".
2025-04-26T00:29:41.4901134Z VERBOSE: Performing the operation "Remove Key" on target "Item: 
2025-04-26T00:29:41.4901633Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{901B913
2025-04-26T00:29:41.4901857Z C-FA63-48D2-9842-7D7676739378}".
2025-04-26T00:29:41.6686600Z Create Python 3.12.9 folder in C:\__t\Python
2025-04-26T00:29:41.6716394Z Copy Python binaries to C:\__t\Python\3.12.9\x64
2025-04-26T00:29:41.6936518Z Install Python 3.12.9 in C:\__t\Python...
2025-04-26T00:29:42.1105378Z ##[debug]Agent environment resources - Disk: C:\ Available 671810.57 MB out of 1048074.00 MB, Memory: Used 6492.00 MB out of 65535.00 MB, CPU: Usage 13.00%
2025-04-26T00:29:47.1171248Z ##[debug]Agent environment resources - Disk: C:\ Available 671784.77 MB out of 1048074.00 MB, Memory: Used 6534.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:29:52.1275522Z ##[debug]Agent environment resources - Disk: C:\ Available 671784.77 MB out of 1048074.00 MB, Memory: Used 6552.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:29:57.1334769Z ##[debug]Agent environment resources - Disk: C:\ Available 671752.72 MB out of 1048074.00 MB, Memory: Used 6562.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:30:02.1444968Z ##[debug]Agent environment resources - Disk: C:\ Available 671752.72 MB out of 1048074.00 MB, Memory: Used 6569.00 MB out of 65535.00 MB, CPU: Usage 13.00%
2025-04-26T00:30:07.1519188Z ##[debug]Agent environment resources - Disk: C:\ Available 671752.72 MB out of 1048074.00 MB, Memory: Used 6596.00 MB out of 65535.00 MB, CPU: Usage 14.00%
2025-04-26T00:30:12.1589995Z ##[debug]Agent environment resources - Disk: C:\ Available 671743.64 MB out of 1048074.00 MB, Memory: Used 6595.00 MB out of 65535.00 MB, CPU: Usage 14.00%
2025-04-26T00:30:17.1651593Z ##[debug]Agent environment resources - Disk: C:\ Available 671711.58 MB out of 1048074.00 MB, Memory: Used 6602.00 MB out of 65535.00 MB, CPU: Usage 9.00%
2025-04-26T00:30:22.1736012Z ##[debug]Agent environment resources - Disk: C:\ Available 671711.58 MB out of 1048074.00 MB, Memory: Used 6605.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:30:27.1806678Z ##[debug]Agent environment resources - Disk: C:\ Available 671679.57 MB out of 1048074.00 MB, Memory: Used 6621.00 MB out of 65535.00 MB, CPU: Usage 7.00%
2025-04-26T00:30:32.1925383Z ##[debug]Agent environment resources - Disk: C:\ Available 671647.56 MB out of 1048074.00 MB, Memory: Used 6616.00 MB out of 65535.00 MB, CPU: Usage 10.00%
2025-04-26T00:30:37.1890243Z ##[debug]Agent environment resources - Disk: C:\ Available 671615.50 MB out of 1048074.00 MB, Memory: Used 6616.00 MB out of 65535.00 MB, CPU: Usage 10.00%
2025-04-26T00:30:42.1996438Z ##[debug]Agent environment resources - Disk: C:\ Available 671615.43 MB out of 1048074.00 MB, Memory: Used 6638.00 MB out of 65535.00 MB, CPU: Usage 7.00%
2025-04-26T00:30:47.2083396Z ##[debug]Agent environment resources - Disk: C:\ Available 671583.37 MB out of 1048074.00 MB, Memory: Used 6664.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:30:52.2217662Z ##[debug]Agent environment resources - Disk: C:\ Available 671583.37 MB out of 1048074.00 MB, Memory: Used 6664.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:30:57.2263526Z ##[debug]Agent environment resources - Disk: C:\ Available 671519.37 MB out of 1048074.00 MB, Memory: Used 6689.00 MB out of 65535.00 MB, CPU: Usage 8.00%
2025-04-26T00:31:02.2331805Z ##[debug]Agent environment resources - Disk: C:\ Available 671391.38 MB out of 1048074.00 MB, Memory: Used 6740.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:31:07.2337583Z ##[debug]Agent environment resources - Disk: C:\ Available 671391.38 MB out of 1048074.00 MB, Memory: Used 6796.00 MB out of 65535.00 MB, CPU: Usage 13.00%
2025-04-26T00:31:12.2372880Z ##[debug]Agent environment resources - Disk: C:\ Available 671327.38 MB out of 1048074.00 MB, Memory: Used 6838.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:31:17.2441346Z ##[debug]Agent environment resources - Disk: C:\ Available 671311.38 MB out of 1048074.00 MB, Memory: Used 6858.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:31:22.2446916Z ##[debug]Agent environment resources - Disk: C:\ Available 671311.32 MB out of 1048074.00 MB, Memory: Used 6888.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:31:27.2569805Z ##[debug]Agent environment resources - Disk: C:\ Available 671311.32 MB out of 1048074.00 MB, Memory: Used 6922.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:31:32.2616676Z ##[debug]Agent environment resources - Disk: C:\ Available 671279.32 MB out of 1048074.00 MB, Memory: Used 7048.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:31:37.2724502Z ##[debug]Agent environment resources - Disk: C:\ Available 671279.32 MB out of 1048074.00 MB, Memory: Used 7237.00 MB out of 65535.00 MB, CPU: Usage 7.00%
2025-04-26T00:31:42.2752285Z ##[debug]Agent environment resources - Disk: C:\ Available 671279.32 MB out of 1048074.00 MB, Memory: Used 7381.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:31:47.2852961Z ##[debug]Agent environment resources - Disk: C:\ Available 671247.32 MB out of 1048074.00 MB, Memory: Used 7255.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:31:52.2935099Z ##[debug]Agent environment resources - Disk: C:\ Available 671247.26 MB out of 1048074.00 MB, Memory: Used 7314.00 MB out of 65535.00 MB, CPU: Usage 5.00%
2025-04-26T00:31:57.2989798Z ##[debug]Agent environment resources - Disk: C:\ Available 671215.26 MB out of 1048074.00 MB, Memory: Used 7346.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:32:02.3054268Z ##[debug]Agent environment resources - Disk: C:\ Available 671215.26 MB out of 1048074.00 MB, Memory: Used 7915.00 MB out of 65535.00 MB, CPU: Usage 19.00%
2025-04-26T00:32:07.3083063Z ##[debug]Agent environment resources - Disk: C:\ Available 671215.13 MB out of 1048074.00 MB, Memory: Used 6992.00 MB out of 65535.00 MB, CPU: Usage 17.00%
2025-04-26T00:32:12.3148642Z ##[debug]Agent environment resources - Disk: C:\ Available 670575.07 MB out of 1048074.00 MB, Memory: Used 6814.00 MB out of 65535.00 MB, CPU: Usage 9.00%
2025-04-26T00:32:14.2306285Z Create python3 symlink
2025-04-26T00:32:14.2556439Z 
2025-04-26T00:32:14.2556945Z 
2025-04-26T00:32:14.2557773Z     Directory: C:\__t\Python\3.12.9\x64
2025-04-26T00:32:14.2559440Z 
2025-04-26T00:32:14.2560265Z 
2025-04-26T00:32:14.2573450Z Mode                LastWriteTime         Length Name                          
2025-04-26T00:32:14.2580967Z ----                -------------         ------ ----                          
2025-04-26T00:32:14.2593208Z -a---l        4/26/2025  12:32 AM              0 python3.exe                   
2025-04-26T00:32:14.2605944Z Install and upgrade Pip
2025-04-26T00:32:14.3899946Z Could not find platform independent libraries <prefix>
2025-04-26T00:32:14.5463483Z Could not find platform independent libraries <prefix>
2025-04-26T00:32:17.3302031Z ##[debug]Agent environment resources - Disk: C:\ Available 670158.95 MB out of 1048074.00 MB, Memory: Used 6808.00 MB out of 65535.00 MB, CPU: Usage 6.00%
2025-04-26T00:32:17.7260357Z Looking in links: c:\Users\ContainerAdministrator\AppData\Local\Temp\tmpw0dstw65
2025-04-26T00:32:17.7613094Z Processing c:\users\containeradministrator\appdata\local\temp\tmpw0dstw65\pip-24.3.1-py3-none-any.whl
2025-04-26T00:32:17.7886019Z Installing collected packages: pip
2025-04-26T00:32:19.7104986Z   WARNING: The scripts pip3.12.exe and pip3.exe are installed in 'C:\__w\_temp\e36b50b2-5cbb-4b50-aa19-5c09146b4dce\Scripts' which is not on PATH.
2025-04-26T00:32:19.7105517Z   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
2025-04-26T00:32:19.7258814Z Successfully installed pip-24.3.1
2025-04-26T00:32:19.8267119Z Could not find platform independent libraries <prefix>
2025-04-26T00:32:21.1690226Z Looking in indexes: https://build:***@msazure.pkgs.visualstudio.com/RiskIQ/_packaging/RiskIQ/pypi/simple
2025-04-26T00:32:21.7067649Z Collecting pip
2025-04-26T00:32:21.8539291Z   Downloading https://msazure.pkgs.visualstudio.com/6f152d3b-c928-4c50-a90f-cf212ea0d6c5/_packaging/3737d7f6-647e-49ae-b23d-5284dd009836/pypi/download/pip/25.0.1/pip-25.0.1-py3-none-any.whl (1.8 MB)
2025-04-26T00:32:21.9034214Z      ---------------------------------------- 1.8/1.8 MB 33.6 MB/s eta 0:00:00
2025-04-26T00:32:21.9476109Z Installing collected packages: pip
2025-04-26T00:32:21.9476557Z   Attempting uninstall: pip
2025-04-26T00:32:21.9532326Z     Found existing installation: pip 24.3.1
2025-04-26T00:32:22.1133473Z     Uninstalling pip-24.3.1:
2025-04-26T00:32:22.1370065Z       Successfully uninstalled pip-24.3.1
2025-04-26T00:32:22.3457615Z ##[debug]Agent environment resources - Disk: C:\ Available 670062.82 MB out of 1048074.00 MB, Memory: Used 6799.00 MB out of 65535.00 MB, CPU: Usage 16.00%
2025-04-26T00:32:24.2390590Z Successfully installed pip-25.0.1
2025-04-26T00:32:24.8437941Z Create complete file
2025-04-26T00:32:24.8459381Z 
2025-04-26T00:32:24.8459517Z 
2025-04-26T00:32:24.8561674Z 
2025-04-26T00:32:24.8679716Z ##[debug]Exit code 0 received from tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:32:24.8680203Z ##[debug]Exit code 0 received from tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:32:24.8680596Z ##[debug]STDIO streams have closed for tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:32:24.8681001Z ##[debug]STDIO streams have closed for tool 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe'
2025-04-26T00:32:24.8683870Z ##[debug]isExplicit: 3.12.9
2025-04-26T00:32:24.8684417Z ##[debug]explicit? true
2025-04-26T00:32:24.8686804Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:32:24.8687223Z ##[debug]Agent.ToolsDirectory=C:\__t
2025-04-26T00:32:24.8687556Z ##[debug]checking cache: C:\__t\Python\3.12.9\x64
2025-04-26T00:32:24.8691583Z Found tool in cache: Python 3.12.9 x64
2025-04-26T00:32:24.8692155Z ##[debug]Successfully installed python from registry to C:\__t\Python\3.12.9\x64.
2025-04-26T00:32:24.8693716Z ##[debug]set pythonLocation=C:\__t\Python\3.12.9\x64
2025-04-26T00:32:24.8793735Z ##[debug]Processed: ##vso[task.setvariable variable=pythonLocation;isOutput=false;issecret=false;]C:\__t\Python\3.12.9\x64
2025-04-26T00:32:24.8794414Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:32:24.8794636Z Prepending PATH environment variable with directory: C:\__t\Python\3.12.9\x64
2025-04-26T00:32:24.8796861Z ##[debug]new Path: C:\__t\Python\3.12.9\x64;C:\__a\externals\git\cmd;C:\__a\externals\git\mingw64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\7-Zip;C:\Program Files\CMake\bin;C:\NuGet;C:\Program Files\Git;C:\Program Files\Git\cmd;C:\Program Files\Git\bin;C:\tools;C:\go\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\powershell-7;C:\helm;C:\oras;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Users\ContainerAdministrator\go\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\strawberry\perl\bin;C:\Program Files\Miniconda3\condabin;C:\Program Files\Miniconda3;C:\nodejs;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Launcher\;C:\Users\ContainerAdministrator\.dotnet\tools
2025-04-26T00:32:24.8801431Z ##[debug]Processed: ##vso[task.prependpath]C:\__t\Python\3.12.9\x64
2025-04-26T00:32:24.8801837Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:32:24.8802054Z Prepending PATH environment variable with directory: C:\__t\Python\3.12.9\x64\Scripts
2025-04-26T00:32:24.8804414Z ##[debug]new Path: C:\__t\Python\3.12.9\x64\Scripts;C:\__t\Python\3.12.9\x64;C:\__a\externals\git\cmd;C:\__a\externals\git\mingw64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\7-Zip;C:\Program Files\CMake\bin;C:\NuGet;C:\Program Files\Git;C:\Program Files\Git\cmd;C:\Program Files\Git\bin;C:\tools;C:\go\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\powershell-7;C:\helm;C:\oras;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Users\ContainerAdministrator\go\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\strawberry\perl\bin;C:\Program Files\Miniconda3\condabin;C:\Program Files\Miniconda3;C:\nodejs;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Launcher\;C:\Users\ContainerAdministrator\.dotnet\tools
2025-04-26T00:32:24.8807427Z ##[debug]Processed: ##vso[task.prependpath]C:\__t\Python\3.12.9\x64\Scripts
2025-04-26T00:32:24.8807812Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:32:24.8808461Z Prepending PATH environment variable with directory: C:\Users\ContainerAdministrator\AppData\Roaming\Python\Python312\Scripts
2025-04-26T00:32:24.8810789Z ##[debug]new Path: C:\Users\ContainerAdministrator\AppData\Roaming\Python\Python312\Scripts;C:\__t\Python\3.12.9\x64\Scripts;C:\__t\Python\3.12.9\x64;C:\__a\externals\git\cmd;C:\__a\externals\git\mingw64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Users\ContainerAdministrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\7-Zip;C:\Program Files\CMake\bin;C:\NuGet;C:\Program Files\Git;C:\Program Files\Git\cmd;C:\Program Files\Git\bin;C:\tools;C:\go\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\powershell-7;C:\helm;C:\oras;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin;C:\AZCopy;C:\WindowsResourceKitTools;C:\SysInternalsSuite;C:\powershell-7;C:\Program Files\CMake\bin;C:\7-Zip;C:\helm;C:\oras;C:\Program Files\Azure Cosmos DB Emulator;C:\Program Files\Microsoft Service Fabric\bin;C:\Program Files\Microsoft SDKs\Service Fabric;C:\Program Files\Microsoft Identity Extensions\1.0;C:\go\bin;C:\strawberry\perl\bin;C:\Java\bin;C:\Maven\bin;C:\Gradle\bin;C:\apache-ant\bin;C:\Users\ContainerAdministrator\AppData\Roaming\npm;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Users\ContainerAdministrator\go\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools;C:\Program Files\dotnet;C:\Program Files\Git\mingw64\bin;C:\strawberry\perl\bin;C:\Program Files\Miniconda3\condabin;C:\Program Files\Miniconda3;C:\nodejs;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\Scripts\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Python312\;C:\Users\ContainerAdministrator\AppData\Local\Programs\Python\Launcher\;C:\Users\ContainerAdministrator\.dotnet\tools
2025-04-26T00:32:24.8813596Z ##[debug]Processed: ##vso[task.prependpath]C:\Users\ContainerAdministrator\AppData\Roaming\Python\Python312\Scripts
2025-04-26T00:32:24.8813979Z ##[debug]task result: Succeeded
2025-04-26T00:32:24.8815140Z ##[debug]Processed: ##vso[task.complete result=Succeeded;]
2025-04-26T00:32:24.8815483Z ##[debug]Agent.Version=4.254.0
2025-04-26T00:32:24.8815819Z ##[debug]SYSTEM_TASKINSTANCEID=bf66f865-1f55-5c1a-37f3-8119cb285825
2025-04-26T00:32:24.8816161Z ##[debug]SYSTEM_JOBID=7ad9442b-9ce1-5d47-ca96-409e8d8274b6
2025-04-26T00:32:24.8816504Z ##[debug]SYSTEM_PLANID=fb187e4b-2d05-4e23-89b6-fde669e2ee94
2025-04-26T00:32:24.8816845Z ##[debug]SYSTEM_COLLECTIONID=41bf5486-7392-4b7a-a7e3-a735c767e3b3
2025-04-26T00:32:24.8817151Z ##[debug]AGENT_ID=2038139
2025-04-26T00:32:24.8817864Z ##[debug]AGENT_MACHINENAME=7931e907c000002
2025-04-26T00:32:24.8818196Z ##[debug]AGENT_NAME=OneBranchPipelinesV2 620
2025-04-26T00:32:24.8818542Z ##[debug]AGENT_JOBSTATUS=Succeeded
2025-04-26T00:32:24.8818849Z ##[debug]AGENT_OS=Windows_NT
2025-04-26T00:32:24.8819162Z ##[debug]AGENT_VERSION=4.254.0
2025-04-26T00:32:24.8819475Z ##[debug]BUILD_BUILDID=122359788
2025-04-26T00:32:24.8819794Z ##[debug]BUILD_BUILDNUMBER=0.6.11-buddy
2025-04-26T00:32:24.8820098Z ##[debug]BUILD_BUILDURI=vstfs:///Build/Build/122359788
2025-04-26T00:32:24.8820427Z ##[debug]BUILD_CONTAINERID=233813525
2025-04-26T00:32:24.8820733Z ##[debug]BUILD_DEFINITIONNAME=OneBranch.ModelScan.Buddy
2025-04-26T00:32:24.8821061Z ##[debug]BUILD_DEFINITIONVERSION=1
2025-04-26T00:32:24.8821353Z ##[debug]BUILD_REASON=Manual
2025-04-26T00:32:24.8821639Z ##[debug]BUILD_REPOSITORY_CLEAN=False
2025-04-26T00:32:24.8821956Z ##[debug]BUILD_REPOSITORY_GIT_SUBMODULECHECKOUT=True
2025-04-26T00:32:24.8822278Z ##[debug]BUILD_REPOSITORY_NAME=riq-analytics
2025-04-26T00:32:24.8822598Z ##[debug]BUILD_REPOSITORY_PROVIDER=TfsGit
2025-04-26T00:32:24.8822918Z ##[debug]BUILD_SOURCEVERSION=f002cea99e6df568b4a752b50128f90f94cf7372
2025-04-26T00:32:24.9133346Z ##[debug]Processed: ##vso[telemetry.publish area=TaskHub;feature=UsePythonVersionV0]{"SYSTEM_TASKINSTANCEID":"bf66f865-1f55-5c1a-37f3-8119cb285825","SYSTEM_JOBID":"7ad9442b-9ce1-5d47-ca96-409e8d8274b6","SYSTEM_PLANID":"fb187e4b-2d05-4e23-89b6-fde669e2ee94","SYSTEM_COLLECTIONID":"41bf5486-7392-4b7a-a7e3-a735c767e3b3","AGENT_ID":"2038139","AGENT_MACHINENAME":"7931e907c000002","AGENT_NAME":"OneBranchPipelinesV2 620","AGENT_JOBSTATUS":"Succeeded","AGENT_OS":"Windows_NT","AGENT_VERSION":"4.254.0","BUILD_BUILDID":"122359788","BUILD_BUILDNUMBER":"0.6.11-buddy","BUILD_BUILDURI":"vstfs:///Build/Build/122359788","BUILD_CONTAINERID":"233813525","BUILD_DEFINITIONNAME":"OneBranch.ModelScan.Buddy","BUILD_DEFINITIONVERSION":"1","BUILD_REASON":"Manual","BUILD_REPOSITORY_CLEAN":"False","BUILD_REPOSITORY_GIT_SUBMODULECHECKOUT":"True","BUILD_REPOSITORY_NAME":"riq-analytics","BUILD_REPOSITORY_PROVIDER":"TfsGit","BUILD_SOURCEVERSION":"f002cea99e6df568b4a752b50128f90f94cf7372","versionSpec":"3.12.9","addToPath":true,"architecture":"x64"}
2025-04-26T00:32:24.9137320Z ##[debug]Handler exit code: 0
2025-04-26T00:32:24.9139372Z ##[section]Finishing: Use Python 3.12 (windows_build_container)
added
Area: ABTTAkvelon Build Tasks Team area of work
and removed on Apr 28, 2025
self-assigned this
on Apr 29, 2025
blackbirdmsft

blackbirdmsft commented on May 14, 2025

@blackbirdmsft

Hi team do we have any update on this? Is there any workaround on this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Area: ABTTAkvelon Build Tasks Team area of workbugregressionThis used to work, but a change in the service/tasks broke it.triage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @mmaitre314@v-schhabra@blackbirdmsft@sanjuyadav24

    Issue actions

      [REGRESSION]: UsePythonVersion@0 installs partial Python files · Issue #20999 · microsoft/azure-pipelines-tasks