2025-07-02T08:01:21.6496436Z Current runner version: '2.325.0' 2025-07-02T08:01:21.6518177Z ##[group]Operating System 2025-07-02T08:01:21.6518899Z Microsoft Windows Server 2022 2025-07-02T08:01:21.6519411Z 10.0.20348 2025-07-02T08:01:21.6519933Z Datacenter 2025-07-02T08:01:21.6520365Z ##[endgroup] 2025-07-02T08:01:21.6520846Z ##[group]Runner Image 2025-07-02T08:01:21.6521317Z Image: windows-2022 2025-07-02T08:01:21.6521825Z Version: 20250623.1.0 2025-07-02T08:01:21.6522819Z Included Software: https://github.com/actions/runner-images/blob/win22/20250623.1/images/windows/Windows2022-Readme.md 2025-07-02T08:01:21.6524121Z Image Release: https://github.com/actions/runner-images/releases/tag/win22%2F20250623.1 2025-07-02T08:01:21.6524966Z ##[endgroup] 2025-07-02T08:01:21.6525397Z ##[group]Runner Image Provisioner 2025-07-02T08:01:21.6525921Z 2.0.449.1 2025-07-02T08:01:21.6526300Z ##[endgroup] 2025-07-02T08:01:21.6527198Z ##[group]GITHUB_TOKEN Permissions 2025-07-02T08:01:21.6529232Z Contents: read 2025-07-02T08:01:21.6529752Z Metadata: read 2025-07-02T08:01:21.6530223Z ##[endgroup] 2025-07-02T08:01:21.6532065Z Secret source: Actions 2025-07-02T08:01:21.6532661Z Prepare workflow directory 2025-07-02T08:01:21.6823545Z Prepare all required actions 2025-07-02T08:01:21.6859759Z Getting action download info 2025-07-02T08:01:22.1590133Z ##[group]Download immutable action package 'actions/setup-python@v5' 2025-07-02T08:01:22.1592065Z Version: 5.6.0 2025-07-02T08:01:22.1593077Z Digest: sha256:0b35a0c11c97499e4e0576589036d450b9f5f9da74b7774225b3614b57324404 2025-07-02T08:01:22.1594169Z Source commit SHA: a26af69be951a213d495a4c3e4e4022e16d87065 2025-07-02T08:01:22.1594879Z ##[endgroup] 2025-07-02T08:01:22.6799672Z ##[group]Download immutable action package 'actions/checkout@v4' 2025-07-02T08:01:22.6800390Z Version: 4.2.2 2025-07-02T08:01:22.6801053Z Digest: sha256:ccb2698953eaebd21c7bf6268a94f9c26518a7e38e27e0b83c1fe1ad049819b1 2025-07-02T08:01:22.6801972Z Source commit SHA: 11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T08:01:22.6802596Z ##[endgroup] 2025-07-02T08:01:22.7767589Z ##[group]Download immutable action package 'actions/download-artifact@v4' 2025-07-02T08:01:22.7768361Z Version: 4.3.0 2025-07-02T08:01:22.7769004Z Digest: sha256:552a5b9ad918f62ec0c2e8f42f3c694d4ebd1b4036b18c39b14168fcdfc0e4f2 2025-07-02T08:01:22.7769892Z Source commit SHA: d3f86a106a0bac45b974a628896c90dbdf5c8093 2025-07-02T08:01:22.7770505Z ##[endgroup] 2025-07-02T08:01:23.2321550Z Complete job name: test-wheel-windows (3.10, 3.10.3) 2025-07-02T08:01:23.3282147Z ##[group]Run actions/setup-python@v5 2025-07-02T08:01:23.3283560Z with: 2025-07-02T08:01:23.3284278Z python-version: 3.10.3 2025-07-02T08:01:23.3285093Z check-latest: false 2025-07-02T08:01:23.3286182Z token: *** 2025-07-02T08:01:23.3286970Z update-environment: true 2025-07-02T08:01:23.3287840Z allow-prereleases: false 2025-07-02T08:01:23.3288757Z freethreaded: false 2025-07-02T08:01:23.3289780Z ##[endgroup] 2025-07-02T08:01:23.8372028Z ##[group]Installed versions 2025-07-02T08:01:23.8377126Z Version 3.10.3 was not found in the local cache 2025-07-02T08:01:24.6898158Z Version 3.10.3 is available for downloading 2025-07-02T08:01:24.6900670Z Download from "https://github.com/actions/python-versions/releases/download/3.10.3-2000219088/python-3.10.3-win32-x64.zip" 2025-07-02T08:01:25.6423266Z Extract downloaded archive 2025-07-02T08:01:25.7321240Z [command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ; try { [System.IO.Compression.ZipFile]::ExtractToDirectory('D:\a\_temp\python-3.10.3-win32-x64.zip', 'D:\a\_temp\f23c1e84-dcdc-4e7b-9e61-a4158d8753c0', $true) } catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath 'D:\a\_temp\python-3.10.3-win32-x64.zip' -DestinationPath 'D:\a\_temp\f23c1e84-dcdc-4e7b-9e61-a4158d8753c0' -Force } else { throw $_ } } ;" 2025-07-02T08:01:26.5955649Z Execute installation script 2025-07-02T08:01:27.0142548Z Check if Python hostedtoolcache folder exist... 2025-07-02T08:01:27.0143235Z 2025-07-02T08:01:27.0167715Z Check if current Python version is installed... 2025-07-02T08:01:27.0168704Z 2025-07-02T08:01:27.0348615Z Python3.10 (x64) was found in C:\hostedtoolcache\windows\Python... 2025-07-02T08:01:27.0349973Z 2025-07-02T08:01:27.0384778Z Deleting C:\hostedtoolcache\windows\Python\3.10.11\x64... 2025-07-02T08:01:27.0386337Z 2025-07-02T08:01:35.0020014Z VERBOSE: Performing the operation "Remove File" on target "C:\hostedtoolcache\windows\Python\3.10.11\x64.complete". 2025-07-02T08:01:35.0020883Z 2025-07-02T08:01:35.0029936Z Remove registry entries for Python 3.10(x64)... 2025-07-02T08:01:35.0031202Z 2025-07-02T08:01:35.5804885Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5806594Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\714D8016115ECFA42AD4C 2025-07-02T08:01:35.5808011Z 7EED19C3DEE". 2025-07-02T08:01:35.5808495Z 2025-07-02T08:01:35.5835874Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5837251Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\914DABD617A6699419C27 2025-07-02T08:01:35.5838392Z E382EB164AA". 2025-07-02T08:01:35.5838876Z 2025-07-02T08:01:35.5857467Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5859362Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\A0FD38D7D880837408211 2025-07-02T08:01:35.5860272Z 7226BB792C4". 2025-07-02T08:01:35.5860511Z 2025-07-02T08:01:35.5880774Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5882013Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\C56878D83750EC04CBA19 2025-07-02T08:01:35.5883048Z A1C7413023C". 2025-07-02T08:01:35.5883288Z 2025-07-02T08:01:35.5899441Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5900890Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D178235667F1C804BA0D3 2025-07-02T08:01:35.5901920Z 67C23313715". 2025-07-02T08:01:35.5902152Z 2025-07-02T08:01:35.5919949Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5921182Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D1C7C95D7A2963849BF0F 2025-07-02T08:01:35.5922114Z 205EB03E11E". 2025-07-02T08:01:35.5922303Z 2025-07-02T08:01:35.5935950Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5937398Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D417AA8F37093CC4DA164 2025-07-02T08:01:35.5938701Z 7E358848893". 2025-07-02T08:01:35.5938946Z 2025-07-02T08:01:35.5954478Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5955731Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\D8CA750A077809847A126 2025-07-02T08:01:35.5956711Z E7F63B89C0D". 2025-07-02T08:01:35.5956912Z 2025-07-02T08:01:35.5975840Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.5977276Z HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\F818F3C55FE9C44439687 2025-07-02T08:01:35.5978222Z 70A60A383A3". 2025-07-02T08:01:35.5978477Z 2025-07-02T08:01:35.7009516Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7010568Z HKEY_CLASSES_ROOT\Installer\Products\714D8016115ECFA42AD4C7EED19C3DEE". 2025-07-02T08:01:35.7011071Z 2025-07-02T08:01:35.7265712Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7267883Z HKEY_CLASSES_ROOT\Installer\Products\914DABD617A6699419C27E382EB164AA". 2025-07-02T08:01:35.7268372Z 2025-07-02T08:01:35.7383923Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7384429Z HKEY_CLASSES_ROOT\Installer\Products\A0FD38D7D8808374082117226BB792C4". 2025-07-02T08:01:35.7385579Z 2025-07-02T08:01:35.7611984Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7612878Z HKEY_CLASSES_ROOT\Installer\Products\C56878D83750EC04CBA19A1C7413023C". 2025-07-02T08:01:35.7613361Z 2025-07-02T08:01:35.7734381Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7735014Z HKEY_CLASSES_ROOT\Installer\Products\D178235667F1C804BA0D367C23313715". 2025-07-02T08:01:35.7735525Z 2025-07-02T08:01:35.7756004Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7756976Z HKEY_CLASSES_ROOT\Installer\Products\D1C7C95D7A2963849BF0F205EB03E11E". 2025-07-02T08:01:35.7757517Z 2025-07-02T08:01:35.7800967Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7801847Z HKEY_CLASSES_ROOT\Installer\Products\D417AA8F37093CC4DA1647E358848893". 2025-07-02T08:01:35.7802324Z 2025-07-02T08:01:35.7852189Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.7852927Z HKEY_CLASSES_ROOT\Installer\Products\D8CA750A077809847A126E7F63B89C0D". 2025-07-02T08:01:35.7853439Z 2025-07-02T08:01:35.8063247Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8064108Z HKEY_CLASSES_ROOT\Installer\Products\F818F3C55FE9C4443968770A60A383A3". 2025-07-02T08:01:35.8064575Z 2025-07-02T08:01:35.8342174Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8343386Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{5C3F818F-9EF5-444C-9386-77A0063A383A}". 2025-07-02T08:01:35.8344097Z 2025-07-02T08:01:35.8370203Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8371356Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{6108D417-E511-4AFC-A24D-7CEE1DC9D3EE}". 2025-07-02T08:01:35.8372074Z 2025-07-02T08:01:35.8394335Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8395363Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{6532871D-1F76-408C-ABD0-63C732137351}". 2025-07-02T08:01:35.8397413Z 2025-07-02T08:01:35.8424315Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8425382Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{6DBAD419-6A71-4996-912C-E783E21B46AA}". 2025-07-02T08:01:35.8426094Z 2025-07-02T08:01:35.8463236Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8464344Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{7D83DF0A-088D-4738-8012-7122B67B294C}". 2025-07-02T08:01:35.8464959Z 2025-07-02T08:01:35.8511427Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8512115Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{8D87865C-0573-40CE-BC1A-A9C1473120C3}". 2025-07-02T08:01:35.8512818Z 2025-07-02T08:01:35.8558962Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8559910Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{A057AC8D-8770-4890-A721-E6F7368BC9D0}". 2025-07-02T08:01:35.8560373Z 2025-07-02T08:01:35.8657560Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8659269Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{D59C7C1D-92A7-4836-B90F-2F50BE301EE1}". 2025-07-02T08:01:35.8660127Z 2025-07-02T08:01:35.8742580Z VERBOSE: Performing the operation "Remove Key" on target "Item: 2025-07-02T08:01:35.8744010Z HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\{F8AA714D-9073-4CC3-AD61-743E85488839}". 2025-07-02T08:01:35.8745136Z 2025-07-02T08:01:35.9712482Z Create Python 3.10.3 folder in C:\hostedtoolcache\windows\Python 2025-07-02T08:01:35.9712974Z 2025-07-02T08:01:35.9750247Z Copy Python binaries to C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:01:35.9752363Z 2025-07-02T08:01:35.9896810Z Install Python 3.10.3 in C:\hostedtoolcache\windows\Python... 2025-07-02T08:01:35.9897271Z 2025-07-02T08:02:04.1407598Z Create python3 symlink 2025-07-02T08:02:04.1407982Z 2025-07-02T08:02:04.1605025Z 2025-07-02T08:02:04.1605175Z 2025-07-02T08:02:04.1608784Z Directory: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:04.1609396Z 2025-07-02T08:02:04.1620707Z Mode LastWriteTime Length Name 2025-07-02T08:02:04.1626378Z ---- ------------- ------ ---- 2025-07-02T08:02:04.1639566Z -a---l 7/2/2025 8:02 AM 0 python3.exe 2025-07-02T08:02:04.1645686Z Install and upgrade Pip 2025-07-02T08:02:04.1647663Z 2025-07-02T08:02:06.3650162Z Looking in links: c:\Users\RUNNER~1\AppData\Local\Temp\tmp0f_qtw03 2025-07-02T08:02:06.3651361Z Requirement already satisfied: setuptools in c:\hostedtoolcache\windows\python\3.10.3\x64\lib\site-packages (58.1.0) 2025-07-02T08:02:06.3721206Z Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.10.3\x64\lib\site-packages (22.0.4) 2025-07-02T08:02:07.4116698Z Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.10.3\x64\lib\site-packages (22.0.4) 2025-07-02T08:02:07.5061738Z Collecting pip 2025-07-02T08:02:07.5374070Z Downloading pip-25.1.1-py3-none-any.whl (1.8 MB) 2025-07-02T08:02:07.5815251Z ---------------------------------------- 1.8/1.8 MB 56.7 MB/s eta 0:00:00 2025-07-02T08:02:07.5816250Z 2025-07-02T08:02:07.6112850Z Installing collected packages: pip 2025-07-02T08:02:07.6113307Z Attempting uninstall: pip 2025-07-02T08:02:07.6120128Z Found existing installation: pip 22.0.4 2025-07-02T08:02:08.0250049Z Uninstalling pip-22.0.4: 2025-07-02T08:02:08.0445587Z Successfully uninstalled pip-22.0.4 2025-07-02T08:02:10.5994674Z Successfully installed pip-25.1.1 2025-07-02T08:02:11.2753243Z Create complete file 2025-07-02T08:02:11.2753492Z 2025-07-02T08:02:11.2765610Z 2025-07-02T08:02:11.2765986Z 2025-07-02T08:02:11.2990946Z Successfully set up CPython (3.10.3) 2025-07-02T08:02:11.2991841Z ##[endgroup] 2025-07-02T08:02:11.3323544Z ##[group]Run actions/checkout@v4 2025-07-02T08:02:11.3323824Z with: 2025-07-02T08:02:11.3323989Z repository: pytorch/rl 2025-07-02T08:02:11.3324329Z token: *** 2025-07-02T08:02:11.3324484Z ssh-strict: true 2025-07-02T08:02:11.3324645Z ssh-user: git 2025-07-02T08:02:11.3324806Z persist-credentials: true 2025-07-02T08:02:11.3324999Z clean: true 2025-07-02T08:02:11.3325169Z sparse-checkout-cone-mode: true 2025-07-02T08:02:11.3325370Z fetch-depth: 1 2025-07-02T08:02:11.3325527Z fetch-tags: false 2025-07-02T08:02:11.3325684Z show-progress: true 2025-07-02T08:02:11.3325861Z lfs: false 2025-07-02T08:02:11.3326004Z submodules: false 2025-07-02T08:02:11.3326173Z set-safe-directory: true 2025-07-02T08:02:11.3326343Z env: 2025-07-02T08:02:11.3326560Z pythonLocation: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:11.3326964Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.10.3\x64/lib/pkgconfig 2025-07-02T08:02:11.3327378Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:11.3327730Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:11.3328076Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:11.3328358Z ##[endgroup] 2025-07-02T08:02:11.4672678Z Syncing repository: pytorch/rl 2025-07-02T08:02:11.4673313Z ##[group]Getting Git version info 2025-07-02T08:02:11.4673701Z Working directory is 'D:\a\rl\rl' 2025-07-02T08:02:11.5556618Z [command]"C:\Program Files\Git\bin\git.exe" version 2025-07-02T08:02:11.5775754Z git version 2.50.0.windows.1 2025-07-02T08:02:11.5818172Z ##[endgroup] 2025-07-02T08:02:11.5842579Z Temporarily overriding HOME='D:\a\_temp\56dddaf3-d476-4000-9027-48e8c62c9ad5' before making global git config changes 2025-07-02T08:02:11.5843265Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:02:11.5854152Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\rl\rl 2025-07-02T08:02:11.6330435Z Deleting the contents of 'D:\a\rl\rl' 2025-07-02T08:02:11.6335688Z ##[group]Initializing the repository 2025-07-02T08:02:11.6346205Z [command]"C:\Program Files\Git\bin\git.exe" init D:\a\rl\rl 2025-07-02T08:02:11.7096693Z Initialized empty Git repository in D:/a/rl/rl/.git/ 2025-07-02T08:02:11.7136237Z [command]"C:\Program Files\Git\bin\git.exe" remote add origin https://github.com/pytorch/rl 2025-07-02T08:02:11.7663439Z ##[endgroup] 2025-07-02T08:02:11.7664307Z ##[group]Disabling automatic garbage collection 2025-07-02T08:02:11.7679895Z [command]"C:\Program Files\Git\bin\git.exe" config --local gc.auto 0 2025-07-02T08:02:11.7965527Z ##[endgroup] 2025-07-02T08:02:11.7966043Z ##[group]Setting up auth 2025-07-02T08:02:11.7980328Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:02:11.8240986Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-07-02T08:02:13.1276619Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:02:13.1504771Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-07-02T08:02:13.5823233Z [command]"C:\Program Files\Git\bin\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-02T08:02:13.6051401Z ##[endgroup] 2025-07-02T08:02:13.6051764Z ##[group]Fetching the repository 2025-07-02T08:02:13.6066926Z [command]"C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2e8d943922590c2356bc44a7af6da18a8d68787e:refs/remotes/pull/3030/merge 2025-07-02T08:02:15.6545355Z From https://github.com/pytorch/rl 2025-07-02T08:02:15.6546193Z * [new ref] 2e8d943922590c2356bc44a7af6da18a8d68787e -> pull/3030/merge 2025-07-02T08:02:15.6743504Z ##[endgroup] 2025-07-02T08:02:15.6743848Z ##[group]Determining the checkout info 2025-07-02T08:02:15.6746513Z ##[endgroup] 2025-07-02T08:02:15.6756981Z [command]"C:\Program Files\Git\bin\git.exe" sparse-checkout disable 2025-07-02T08:02:15.7115409Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-02T08:02:15.7332717Z ##[group]Checking out the ref 2025-07-02T08:02:15.7342429Z [command]"C:\Program Files\Git\bin\git.exe" checkout --progress --force refs/remotes/pull/3030/merge 2025-07-02T08:02:16.0226683Z Note: switching to 'refs/remotes/pull/3030/merge'. 2025-07-02T08:02:16.0227784Z 2025-07-02T08:02:16.0229094Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-02T08:02:16.0230196Z changes and commit them, and you can discard any commits you make in this 2025-07-02T08:02:16.0230852Z state without impacting any branches by switching back to a branch. 2025-07-02T08:02:16.0231264Z 2025-07-02T08:02:16.0231533Z If you want to create a new branch to retain commits you create, you may 2025-07-02T08:02:16.0232175Z do so (now or later) by using -c with the switch command. Example: 2025-07-02T08:02:16.0232548Z 2025-07-02T08:02:16.0232717Z git switch -c 2025-07-02T08:02:16.0232976Z 2025-07-02T08:02:16.0233105Z Or undo this operation with: 2025-07-02T08:02:16.0234500Z 2025-07-02T08:02:16.0234618Z git switch - 2025-07-02T08:02:16.0234776Z 2025-07-02T08:02:16.0235082Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-02T08:02:16.0235551Z 2025-07-02T08:02:16.0236077Z HEAD is now at 2e8d943 Merge 995ff0d9fa6d4cdbe0120a55642106276bf80342 into 773c366c7b29f5ea26de0215119fb15055714525 2025-07-02T08:02:16.0271368Z ##[endgroup] 2025-07-02T08:02:16.0648009Z [command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H 2025-07-02T08:02:16.0872035Z 2e8d943922590c2356bc44a7af6da18a8d68787e 2025-07-02T08:02:16.1186302Z ##[group]Run python3 -mpip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:02:16.1187086Z python3 -mpip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T08:02:16.1203454Z shell: C:\Program Files\Git\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-02T08:02:16.1203804Z env: 2025-07-02T08:02:16.1204059Z pythonLocation: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:16.1204452Z PKG_CONFIG_PATH: C:\hostedtoolcache\windows\Python\3.10.3\x64/lib/pkgconfig 2025-07-02T08:02:16.1204840Z Python_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:16.1205178Z Python2_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:16.1205513Z Python3_ROOT_DIR: C:\hostedtoolcache\windows\Python\3.10.3\x64 2025-07-02T08:02:16.1205779Z ##[endgroup] 2025-07-02T08:02:17.2796359Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu 2025-07-02T08:02:17.7698960Z Collecting torch 2025-07-02T08:02:17.7761379Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp310-cp310-win_amd64.whl.metadata (29 kB) 2025-07-02T08:02:18.0332881Z Collecting filelock (from torch) 2025-07-02T08:02:18.0385578Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:02:18.1504174Z Collecting typing-extensions>=4.10.0 (from torch) 2025-07-02T08:02:18.1575131Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T08:02:18.2629579Z Collecting sympy>=1.13.3 (from torch) 2025-07-02T08:02:18.2681029Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T08:02:18.3777503Z Collecting networkx (from torch) 2025-07-02T08:02:18.3835918Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-02T08:02:18.4977396Z Collecting jinja2 (from torch) 2025-07-02T08:02:18.5029241Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T08:02:18.6128800Z Collecting fsspec (from torch) 2025-07-02T08:02:18.6191520Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-02T08:02:18.7663651Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-07-02T08:02:18.7729722Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-02T08:02:18.7961138Z -------------------------------------- 536.2/536.2 kB 8.8 MB/s eta 0:00:00 2025-07-02T08:02:18.9023288Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-07-02T08:02:18.9079399Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl (17 kB) 2025-07-02T08:02:18.9258710Z INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while. 2025-07-02T08:02:18.9264091Z Collecting networkx (from torch) 2025-07-02T08:02:18.9320124Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-07-02T08:02:18.9650776Z ---------------------------------------- 1.7/1.7 MB 47.1 MB/s eta 0:00:00 2025-07-02T08:02:18.9844109Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp310-cp310-win_amd64.whl (619.6 MB) 2025-07-02T08:02:30.0950257Z --------------------------------------- 619.6/619.6 MB 25.9 MB/s eta 0:00:00 2025-07-02T08:02:30.1654581Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-02T08:02:30.9315547Z ---------------------------------------- 6.3/6.3 MB 7.9 MB/s eta 0:00:00 2025-07-02T08:02:30.9370145Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.14.0-py3-none-any.whl (43 kB) 2025-07-02T08:02:30.9548600Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-02T08:02:30.9806586Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-02T08:02:31.0005476Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-02T08:02:31.8106107Z Installing collected packages: mpmath, typing-extensions, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-07-02T08:03:31.3737246Z ##[error]The operation was canceled. 2025-07-02T08:03:31.4466490Z Post job cleanup. 2025-07-02T08:03:31.7398845Z [command]"C:\Program Files\Git\bin\git.exe" version 2025-07-02T08:03:31.7621086Z git version 2.50.0.windows.1 2025-07-02T08:03:31.7698767Z Temporarily overriding HOME='D:\a\_temp\6b989886-4605-44cd-90e6-831ad53bb9a9' before making global git config changes 2025-07-02T08:03:31.7699851Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:03:31.7711110Z [command]"C:\Program Files\Git\bin\git.exe" config --global --add safe.directory D:\a\rl\rl 2025-07-02T08:03:31.8003318Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:03:31.8239256Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\"" 2025-07-02T08:03:32.2322641Z [command]"C:\Program Files\Git\bin\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:03:32.2528202Z http.https://github.com/.extraheader 2025-07-02T08:03:32.2563368Z [command]"C:\Program Files\Git\bin\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-02T08:03:32.2796720Z [command]"C:\Program Files\Git\bin\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\"" 2025-07-02T08:03:32.7374556Z Cleaning up orphan processes