2025-07-02T07:56:17.3837620Z Current runner version: '2.325.0' 2025-07-02T07:56:17.3844288Z Runner name: 'i-01d950e907bd7a8d0' 2025-07-02T07:56:17.3845088Z Runner group name: 'default' 2025-07-02T07:56:17.3845877Z Machine name: 'EC2AMAZ-IFQ8336' 2025-07-02T07:56:17.3848527Z ##[group]GITHUB_TOKEN Permissions 2025-07-02T07:56:17.3850746Z Contents: read 2025-07-02T07:56:17.3851290Z Metadata: read 2025-07-02T07:56:17.3851754Z ##[endgroup] 2025-07-02T07:56:17.3853853Z Secret source: Actions 2025-07-02T07:56:17.3854495Z Prepare workflow directory 2025-07-02T07:56:17.4380280Z Prepare all required actions 2025-07-02T07:56:17.4422183Z Getting action download info 2025-07-02T07:56:17.6790569Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-07-02T07:56:18.0830686Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-07-02T07:56:18.4035015Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-07-02T07:56:18.6442263Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-07-02T07:56:19.0169434Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-07-02T07:56:19.3664771Z Uses: pytorch/test-infra/.github/workflows/windows_job.yml@refs/heads/main (4e43bd8700fb3fac32b6155020e13e6033eb4bcb) 2025-07-02T07:56:19.3670312Z ##[group] Inputs 2025-07-02T07:56:19.3673726Z script: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:19.3677601Z timeout: 60 2025-07-02T07:56:19.3678308Z runner: windows.4xlarge 2025-07-02T07:56:19.3679029Z upload-artifact: 2025-07-02T07:56:19.3680104Z upload-artifact-to-s3: false 2025-07-02T07:56:19.3680844Z download-artifact: 2025-07-02T07:56:19.3681558Z repository: pytorch/rl 2025-07-02T07:56:19.3682236Z fetch-depth: 1 2025-07-02T07:56:19.3682917Z submodules: 2025-07-02T07:56:19.3683565Z ref: 2025-07-02T07:56:19.3684264Z test-infra-repository: pytorch/test-infra 2025-07-02T07:56:19.3685073Z test-infra-ref: main 2025-07-02T07:56:19.3685759Z job-name: windows-job 2025-07-02T07:56:19.3686432Z continue-on-error: false 2025-07-02T07:56:19.3687123Z binary-matrix: 2025-07-02T07:56:19.3687817Z gpu-arch-type: cpu 2025-07-02T07:56:19.3688505Z gpu-arch-version: 2025-07-02T07:56:19.3689189Z ##[endgroup] 2025-07-02T07:56:19.3690025Z Complete job name: unittests-cpu (3.10, windows.4xlarge, cpu) / windows-job 2025-07-02T07:56:19.4359875Z ##[group]Run echo "::group::Cleanup debug output" 2025-07-02T07:56:19.4360983Z echo "::group::Cleanup debug output" 2025-07-02T07:56:19.4361763Z rm -rfv "${GITHUB_WORKSPACE}" 2025-07-02T07:56:19.4362552Z mkdir -p "${GITHUB_WORKSPACE}" 2025-07-02T07:56:19.4363307Z echo "::endgroup::" 2025-07-02T07:56:19.4389670Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2025-07-02T07:56:19.4390866Z env: 2025-07-02T07:56:19.4391514Z REPOSITORY: pytorch/rl 2025-07-02T07:56:19.4394529Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:19.4398974Z ##[endgroup] 2025-07-02T07:56:20.2136637Z ##[group]Cleanup debug output 2025-07-02T07:56:20.2225617Z removed directory 'C:\actions-runner\_work\rl\rl' 2025-07-02T07:56:20.2372698Z ##[endgroup] 2025-07-02T07:56:20.2613761Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:20.2614398Z with: 2025-07-02T07:56:20.2614715Z repository: pytorch/test-infra 2025-07-02T07:56:20.2615108Z ref: main 2025-07-02T07:56:20.2615380Z path: test-infra 2025-07-02T07:56:20.2615917Z token: *** 2025-07-02T07:56:20.2616251Z ssh-strict: true 2025-07-02T07:56:20.2616532Z ssh-user: git 2025-07-02T07:56:20.2616849Z persist-credentials: true 2025-07-02T07:56:20.2617217Z clean: true 2025-07-02T07:56:20.2617560Z sparse-checkout-cone-mode: true 2025-07-02T07:56:20.2617918Z fetch-depth: 1 2025-07-02T07:56:20.2618304Z fetch-tags: false 2025-07-02T07:56:20.2618630Z show-progress: true 2025-07-02T07:56:20.2618884Z lfs: false 2025-07-02T07:56:20.2619175Z submodules: false 2025-07-02T07:56:20.2619442Z set-safe-directory: true 2025-07-02T07:56:20.2619755Z env: 2025-07-02T07:56:20.2620021Z REPOSITORY: pytorch/rl 2025-07-02T07:56:20.2622342Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:20.2624710Z ##[endgroup] 2025-07-02T07:56:20.4219950Z Syncing repository: pytorch/test-infra 2025-07-02T07:56:20.4220764Z ##[group]Getting Git version info 2025-07-02T07:56:20.4221190Z Working directory is 'C:\actions-runner\_work\rl\rl\test-infra' 2025-07-02T07:56:20.4221847Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-02T07:56:20.4412343Z git version 2.49.0.windows.1 2025-07-02T07:56:20.4457590Z ##[endgroup] 2025-07-02T07:56:20.4474389Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\d7558327-cdfe-4dc4-a64d-4cbad362bd65' before making global git config changes 2025-07-02T07:56:20.4475367Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:20.4485591Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\rl\rl\test-infra 2025-07-02T07:56:20.4733672Z ##[group]Initializing the repository 2025-07-02T07:56:20.4745636Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\rl\rl\test-infra 2025-07-02T07:56:20.5075838Z Initialized empty Git repository in C:/actions-runner/_work/rl/rl/test-infra/.git/ 2025-07-02T07:56:20.5118776Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/test-infra 2025-07-02T07:56:20.5370614Z ##[endgroup] 2025-07-02T07:56:20.5371103Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:20.5383451Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-02T07:56:20.5613409Z ##[endgroup] 2025-07-02T07:56:20.5613922Z ##[group]Setting up auth 2025-07-02T07:56:20.5627993Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:20.5884575Z [command]"C:\Program Files\Git\cmd\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-02T07:56:20.9727007Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:20.9970651Z [command]"C:\Program Files\Git\cmd\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-02T07:56:21.3798573Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-02T07:56:21.4044065Z ##[endgroup] 2025-07-02T07:56:21.4058148Z ##[group]Fetching the repository 2025-07-02T07:56:21.4059168Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main* 2025-07-02T07:56:22.4370519Z From https://github.com/pytorch/test-infra 2025-07-02T07:56:22.4371020Z * [new branch] main -> origin/main 2025-07-02T07:56:22.4514116Z ##[endgroup] 2025-07-02T07:56:22.4514531Z ##[group]Determining the checkout info 2025-07-02T07:56:22.4527119Z [command]"C:\Program Files\Git\cmd\git.exe" branch --list --remote origin/main 2025-07-02T07:56:22.4727381Z origin/main 2025-07-02T07:56:22.4758686Z ##[endgroup] 2025-07-02T07:56:22.4768865Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-02T07:56:22.5057532Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:22.5286809Z ##[group]Checking out the ref 2025-07-02T07:56:22.5297464Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main 2025-07-02T07:56:23.3828750Z branch 'main' set up to track 'origin/main'. 2025-07-02T07:56:23.3831169Z Switched to a new branch 'main' 2025-07-02T07:56:23.3875806Z ##[endgroup] 2025-07-02T07:56:23.4143188Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-02T07:56:23.4351266Z 4e43bd8700fb3fac32b6155020e13e6033eb4bcb 2025-07-02T07:56:23.4704436Z Prepare all required actions 2025-07-02T07:56:23.4790380Z ##[group]Run ./test-infra/.github/actions/setup-windows 2025-07-02T07:56:23.4790725Z with: 2025-07-02T07:56:23.4790903Z env: 2025-07-02T07:56:23.4791086Z REPOSITORY: pytorch/rl 2025-07-02T07:56:23.4793190Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:23.4795446Z ##[endgroup] 2025-07-02T07:56:23.4937776Z ##[group]Run set -euo pipefail 2025-07-02T07:56:23.4938100Z set -euo pipefail 2025-07-02T07:56:23.4938428Z function get_ec2_metadata() { 2025-07-02T07:56:23.4938799Z  # Pulled from instance metadata endpoint for EC2 2025-07-02T07:56:23.4939399Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-07-02T07:56:23.4939928Z  category=$1 2025-07-02T07:56:23.4940772Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-07-02T07:56:23.4941647Z } 2025-07-02T07:56:23.4941864Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-07-02T07:56:23.4942256Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-07-02T07:56:23.4942694Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-07-02T07:56:23.4943242Z echo "system info $(uname -a)" 2025-07-02T07:56:23.4964153Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:23.4964609Z env: 2025-07-02T07:56:23.4964789Z REPOSITORY: pytorch/rl 2025-07-02T07:56:23.4966898Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:23.4969051Z ##[endgroup] 2025-07-02T07:56:23.5525025Z ami-id: ami-0d9ca55f96fe08fd6 2025-07-02T07:56:23.5878409Z instance-id: i-01d950e907bd7a8d0 2025-07-02T07:56:23.6376069Z instance-type: c5d.4xlarge 2025-07-02T07:56:23.6569268Z system info MSYS_NT-10.0-17763 EC2AMAZ-IFQ8336 3.5.7-463ebcdc.x86_64 2025-03-03 17:26 UTC x86_64 Msys 2025-07-02T07:56:23.6676304Z ##[group]Run if(-not (Test-Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem")) { 2025-07-02T07:56:23.6676943Z if(-not (Test-Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem")) { 2025-07-02T07:56:23.6677802Z  New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force 2025-07-02T07:56:23.6678497Z } else { 2025-07-02T07:56:23.6679014Z  Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2025-07-02T07:56:23.6679660Z } 2025-07-02T07:56:23.6694863Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-02T07:56:23.6695431Z env: 2025-07-02T07:56:23.6695614Z REPOSITORY: pytorch/rl 2025-07-02T07:56:23.6699372Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:23.6701571Z ##[endgroup] 2025-07-02T07:56:24.0551111Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T07:56:24.0630949Z Finished 2025-07-02T07:56:24.0989938Z ##[group]Run git config --global core.longpaths true 2025-07-02T07:56:24.0990347Z git config --global core.longpaths true 2025-07-02T07:56:24.0990693Z git config --global core.symlinks true 2025-07-02T07:56:24.0991112Z git config --global core.fsmonitor false 2025-07-02T07:56:24.1009693Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:24.1010172Z env: 2025-07-02T07:56:24.1010408Z REPOSITORY: pytorch/rl 2025-07-02T07:56:24.1012556Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:24.1014709Z ##[endgroup] 2025-07-02T07:56:24.2209794Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2025-07-02T07:56:24.2210753Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2025-07-02T07:56:24.2211441Z Add-MpPreference -ExclusionPath C:\\Users\\runneruser -ErrorAction Ignore 2025-07-02T07:56:24.2212118Z Add-MpPreference -ExclusionPath C:\\actions-runner\\_work -ErrorAction Ignore 2025-07-02T07:56:24.2227968Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-02T07:56:24.2228532Z env: 2025-07-02T07:56:24.2228778Z REPOSITORY: pytorch/rl 2025-07-02T07:56:24.2230910Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:24.2233115Z ##[endgroup] 2025-07-02T07:56:24.5464501Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T07:56:24.5543899Z Finished 2025-07-02T07:56:25.5303784Z ##[group]Run RUNNER_ARTIFACT_DIR="$(cygpath ${RUNNER_TEMP})/artifacts" 2025-07-02T07:56:25.5304301Z RUNNER_ARTIFACT_DIR="$(cygpath ${RUNNER_TEMP})/artifacts" 2025-07-02T07:56:25.5304698Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-07-02T07:56:25.5305109Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:25.5305502Z  2025-07-02T07:56:25.5305759Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-07-02T07:56:25.5306139Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-07-02T07:56:25.5306569Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-07-02T07:56:25.5325772Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2025-07-02T07:56:25.5326200Z env: 2025-07-02T07:56:25.5326399Z REPOSITORY: pytorch/rl 2025-07-02T07:56:25.5328473Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:25.5330593Z ##[endgroup] 2025-07-02T07:56:25.6040072Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-07-02T07:56:25.6040493Z with: 2025-07-02T07:56:25.6040985Z github-secret: *** 2025-07-02T07:56:25.6041287Z activate-with-label: false 2025-07-02T07:56:25.6041524Z label: with-ssh 2025-07-02T07:56:25.6041771Z remove-existing-keys: true 2025-07-02T07:56:25.6042054Z fail-silently: true 2025-07-02T07:56:25.6042236Z env: 2025-07-02T07:56:25.6042463Z REPOSITORY: pytorch/rl 2025-07-02T07:56:25.6044822Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:25.6047310Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:25.6048571Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T07:56:25.6048982Z ##[endgroup] 2025-07-02T07:56:25.7368223Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-07-02T07:56:26.1711848Z Grabbing public ssh keys from https://github.com/vmoens.keys 2025-07-02T07:56:26.2459480Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2025-07-02T07:56:26.2505115Z Login using: ssh runneruser@ec2-184-73-147-241.compute-1.amazonaws.com 2025-07-02T07:56:26.2761511Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-07-02T07:56:26.2761948Z with: 2025-07-02T07:56:26.2762144Z repository: pytorch/rl 2025-07-02T07:56:26.2762377Z ref: refs/pull/3030/merge 2025-07-02T07:56:26.2762604Z path: pytorch/rl 2025-07-02T07:56:26.2762792Z fetch-depth: 1 2025-07-02T07:56:26.2763123Z token: *** 2025-07-02T07:56:26.2763293Z ssh-strict: true 2025-07-02T07:56:26.2763501Z ssh-user: git 2025-07-02T07:56:26.2763714Z persist-credentials: true 2025-07-02T07:56:26.2763941Z clean: true 2025-07-02T07:56:26.2764149Z sparse-checkout-cone-mode: true 2025-07-02T07:56:26.2764397Z fetch-tags: false 2025-07-02T07:56:26.2764595Z show-progress: true 2025-07-02T07:56:26.2764781Z lfs: false 2025-07-02T07:56:26.2764968Z set-safe-directory: true 2025-07-02T07:56:26.2765173Z env: 2025-07-02T07:56:26.2765351Z REPOSITORY: pytorch/rl 2025-07-02T07:56:26.2767462Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:26.2769678Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:26.2770147Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T07:56:26.2770518Z ##[endgroup] 2025-07-02T07:56:26.3994866Z Syncing repository: pytorch/rl 2025-07-02T07:56:26.4006014Z ##[group]Getting Git version info 2025-07-02T07:56:26.4006820Z Working directory is 'C:\actions-runner\_work\rl\rl\pytorch\rl' 2025-07-02T07:56:26.4153626Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-02T07:56:26.4362138Z git version 2.49.0.windows.1 2025-07-02T07:56:26.4405046Z ##[endgroup] 2025-07-02T07:56:26.4415116Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\50234d70-9f1c-48c4-90be-222ec6dc2f9a\.gitconfig' 2025-07-02T07:56:26.4432844Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\50234d70-9f1c-48c4-90be-222ec6dc2f9a' before making global git config changes 2025-07-02T07:56:26.4433734Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T07:56:26.4443290Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\rl\rl\pytorch\rl 2025-07-02T07:56:26.4703419Z ##[group]Initializing the repository 2025-07-02T07:56:26.4714618Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\rl\rl\pytorch\rl 2025-07-02T07:56:26.5035748Z Initialized empty Git repository in C:/actions-runner/_work/rl/rl/pytorch/rl/.git/ 2025-07-02T07:56:26.5080990Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/rl 2025-07-02T07:56:26.5333933Z ##[endgroup] 2025-07-02T07:56:26.5334363Z ##[group]Disabling automatic garbage collection 2025-07-02T07:56:26.5347246Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2025-07-02T07:56:26.5589092Z ##[endgroup] 2025-07-02T07:56:26.5589510Z ##[group]Setting up auth 2025-07-02T07:56:26.5605758Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T07:56:26.5851674Z [command]"C:\Program Files\Git\cmd\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-02T07:56:27.0020568Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T07:56:27.0272029Z [command]"C:\Program Files\Git\cmd\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-02T07:56:27.4048309Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2025-07-02T07:56:27.4319304Z ##[endgroup] 2025-07-02T07:56:27.4319692Z ##[group]Fetching the repository 2025-07-02T07:56:27.4333548Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/pull/3030/merge:refs/remotes/pull/3030/merge 2025-07-02T07:56:28.0402246Z From https://github.com/pytorch/rl 2025-07-02T07:56:28.0402655Z * [new ref] refs/pull/3030/merge -> pull/3030/merge 2025-07-02T07:56:28.0549742Z ##[endgroup] 2025-07-02T07:56:28.0550110Z ##[group]Determining the checkout info 2025-07-02T07:56:28.0553648Z ##[endgroup] 2025-07-02T07:56:28.0567468Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable 2025-07-02T07:56:28.0837940Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig 2025-07-02T07:56:28.1065218Z ##[group]Checking out the ref 2025-07-02T07:56:28.1075928Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/3030/merge 2025-07-02T07:56:28.5609750Z Note: switching to 'refs/remotes/pull/3030/merge'. 2025-07-02T07:56:28.5610062Z 2025-07-02T07:56:28.5610276Z You are in 'detached HEAD' state. You can look around, make experimental 2025-07-02T07:56:28.5610790Z changes and commit them, and you can discard any commits you make in this 2025-07-02T07:56:28.5611296Z state without impacting any branches by switching back to a branch. 2025-07-02T07:56:28.5611594Z 2025-07-02T07:56:28.5611783Z If you want to create a new branch to retain commits you create, you may 2025-07-02T07:56:28.5612271Z do so (now or later) by using -c with the switch command. Example: 2025-07-02T07:56:28.5612539Z 2025-07-02T07:56:28.5612665Z git switch -c 2025-07-02T07:56:28.5612839Z 2025-07-02T07:56:28.5612928Z Or undo this operation with: 2025-07-02T07:56:28.5613092Z 2025-07-02T07:56:28.5613160Z git switch - 2025-07-02T07:56:28.5613273Z 2025-07-02T07:56:28.5613488Z Turn off this advice by setting config variable advice.detachedHead to false 2025-07-02T07:56:28.5613823Z 2025-07-02T07:56:28.5614200Z HEAD is now at 2e8d943 Merge 995ff0d9fa6d4cdbe0120a55642106276bf80342 into 773c366c7b29f5ea26de0215119fb15055714525 2025-07-02T07:56:28.5652777Z ##[endgroup] 2025-07-02T07:56:28.5915632Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H 2025-07-02T07:56:28.6117958Z 2e8d943922590c2356bc44a7af6da18a8d68787e 2025-07-02T07:56:28.6380939Z ##[group]Run EXEC_SCRIPT="${RUNNER_TEMP}/exec_script" 2025-07-02T07:56:28.6381413Z EXEC_SCRIPT="${RUNNER_TEMP}/exec_script" 2025-07-02T07:56:28.6381712Z { 2025-07-02T07:56:28.6381902Z  echo "#!/usr/bin/env bash"; 2025-07-02T07:56:28.6382265Z  echo "set -eou pipefail"; 2025-07-02T07:56:28.6382806Z  # Without this specific version of pywin32 conda the default conda installation does not work 2025-07-02T07:56:28.6383388Z  # See https://github.com/conda/conda/issues/11503 2025-07-02T07:56:28.6383921Z  echo "/c/Jenkins/Miniconda3/python.exe -m pip install --upgrade pywin32==300" 2025-07-02T07:56:28.6384626Z  # Source conda so it's available to the script environment 2025-07-02T07:56:28.6385101Z  echo "source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh"; 2025-07-02T07:56:28.6385570Z  echo 'export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}"' 2025-07-02T07:56:28.6385978Z } > "${EXEC_SCRIPT}" 2025-07-02T07:56:28.6386215Z if [[ cpu == cuda ]]; then 2025-07-02T07:56:28.6386453Z  { 2025-07-02T07:56:28.6386797Z  echo 'export CUDA_HOME="/c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v"' 2025-07-02T07:56:28.6387274Z  echo 'export CUDA_PATH="${CUDA_HOME}"' 2025-07-02T07:56:28.6387628Z  echo 'export PATH="${CUDA_PATH}/bin:${PATH}"' 2025-07-02T07:56:28.6387937Z  } >> "${EXEC_SCRIPT}" 2025-07-02T07:56:28.6388220Z fi 2025-07-02T07:56:28.6388417Z echo "${SCRIPT}" >> "${EXEC_SCRIPT}" 2025-07-02T07:56:28.6388705Z while read line; do 2025-07-02T07:56:28.6388984Z  eval "export ${line}" 2025-07-02T07:56:28.6389288Z done < "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-07-02T07:56:28.6389624Z bash "${EXEC_SCRIPT}" 2025-07-02T07:56:28.6407977Z shell: C:\Program Files\Git\usr\bin\bash.EXE -l {0} 2025-07-02T07:56:28.6408297Z env: 2025-07-02T07:56:28.6408491Z REPOSITORY: pytorch/rl 2025-07-02T07:56:28.6410588Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:28.6412783Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T07:56:28.6413253Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T07:56:28.6413622Z ##[endgroup] 2025-07-02T07:56:28.8578798Z C:\actions-runner\_work\_temp\539bdb21-1805-4900-ac15-e3cafe3e6813.sh: line 22: C:\actions-runner\_work\_temp/github_env_16019399432: No such file or directory 2025-07-02T07:56:39.8593410Z Collecting pywin32==300 2025-07-02T07:56:40.0603738Z Downloading pywin32-300-cp39-cp39-win_amd64.whl.metadata (968 bytes) 2025-07-02T07:56:40.0736973Z Downloading pywin32-300-cp39-cp39-win_amd64.whl (9.2 MB) 2025-07-02T07:56:40.6303152Z ---------------------------------------- 9.2/9.2 MB 16.9 MB/s eta 0:00:00 2025-07-02T07:56:41.9309579Z Installing collected packages: pywin32 2025-07-02T07:56:44.0721195Z Successfully installed pywin32-300 2025-07-02T07:56:44.5410700Z + export PYTHON_VERSION=3.10 2025-07-02T07:56:44.5411028Z + PYTHON_VERSION=3.10 2025-07-02T07:56:44.5411239Z + export CU_VERSION=cpu 2025-07-02T07:56:44.5411478Z + CU_VERSION=cpu 2025-07-02T07:56:44.5411668Z + export torch_cuda=False 2025-07-02T07:56:44.5411882Z + torch_cuda=False 2025-07-02T07:56:44.5416343Z + export 'PATH=/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:56:44.5421466Z + PATH='/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:56:44.5424290Z + echo 'PYTHON_VERSION: 3.10' 2025-07-02T07:56:44.5424564Z + echo 'CU_VERSION: cpu' 2025-07-02T07:56:44.5424795Z + [[ refs/pull/3030/merge =~ release/* ]] 2025-07-02T07:56:44.5425069Z + export RELEASE=0 2025-07-02T07:56:44.5425248Z + RELEASE=0 2025-07-02T07:56:44.5425446Z + export TORCH_VERSION=nightly 2025-07-02T07:56:44.5425678Z + TORCH_VERSION=nightly 2025-07-02T07:56:44.5425911Z + export TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:56:44.5426171Z + TD_GET_DEFAULTS_TO_NONE=1 2025-07-02T07:56:44.5426463Z + ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:44.5426797Z PYTHON_VERSION: 3.10 2025-07-02T07:56:44.5426997Z CU_VERSION: cpu 2025-07-02T07:56:44.5801448Z +++ dirname ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T07:56:44.5868189Z ++ cd ./.github/unittest/windows_optdepts/scripts 2025-07-02T07:56:44.5876242Z ++ pwd 2025-07-02T07:56:44.5881291Z + this_dir=/c/actions-runner/_work/rl/rl/pytorch/rl/.github/unittest/windows_optdepts/scripts 2025-07-02T07:56:44.5934631Z ++ git rev-parse --show-toplevel 2025-07-02T07:56:44.6234647Z + root_dir=C:/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:44.6235091Z + env_dir=C:/actions-runner/_work/rl/rl/pytorch/rl/env 2025-07-02T07:56:44.6235448Z + cd C:/actions-runner/_work/rl/rl/pytorch/rl 2025-07-02T07:56:44.6361045Z +++ which conda 2025-07-02T07:56:44.6428050Z ++ /c/Jenkins/Miniconda3/Scripts/conda shell.bash hook 2025-07-02T07:56:50.2690910Z + eval 'export CONDA_EXE='\''/c/Jenkins/Miniconda3/Scripts/conda.exe'\'' 2025-07-02T07:56:50.2691490Z export _CE_M='\'''\'' 2025-07-02T07:56:50.2691702Z export _CE_CONDA='\'''\'' 2025-07-02T07:56:50.2692080Z export CONDA_PYTHON_EXE='\''C:\Jenkins\Miniconda3\python.exe'\'' 2025-07-02T07:56:50.2692362Z 2025-07-02T07:56:50.2692447Z # Copyright (C) 2012 Anaconda, Inc 2025-07-02T07:56:50.2692734Z # SPDX-License-Identifier: BSD-3-Clause 2025-07-02T07:56:50.2692940Z 2025-07-02T07:56:50.2693020Z __conda_exe() ( 2025-07-02T07:56:50.2693261Z "$CONDA_EXE" $_CE_M $_CE_CONDA "$@" 2025-07-02T07:56:50.2693603Z ) 2025-07-02T07:56:50.2693734Z 2025-07-02T07:56:50.2693828Z __conda_hashr() { 2025-07-02T07:56:50.2694125Z if [ -n "${ZSH_VERSION:+x}" ]; then 2025-07-02T07:56:50.2694522Z \rehash 2025-07-02T07:56:50.2694732Z elif [ -n "${POSH_VERSION:+x}" ]; then 2025-07-02T07:56:50.2694985Z : # pass 2025-07-02T07:56:50.2695162Z else 2025-07-02T07:56:50.2695315Z \hash -r 2025-07-02T07:56:50.2695485Z fi 2025-07-02T07:56:50.2695627Z } 2025-07-02T07:56:50.2695719Z 2025-07-02T07:56:50.2695792Z __conda_activate() { 2025-07-02T07:56:50.2696029Z if [ -n "${CONDA_PS1_BACKUP:+x}" ]; then 2025-07-02T07:56:50.2696492Z # Handle transition from shell activated with conda <= 4.3 to a subsequent activation 2025-07-02T07:56:50.2696984Z # after conda updated to >= 4.4. See issue #6173. 2025-07-02T07:56:50.2697290Z PS1="$CONDA_PS1_BACKUP" 2025-07-02T07:56:50.2698309Z \unset CONDA_PS1_BACKUP 2025-07-02T07:56:50.2698540Z fi 2025-07-02T07:56:50.2698708Z \local ask_conda 2025-07-02T07:56:50.2698994Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix "$@")" || \return 2025-07-02T07:56:50.2699353Z \eval "$ask_conda" 2025-07-02T07:56:50.2699554Z __conda_hashr 2025-07-02T07:56:50.2699737Z } 2025-07-02T07:56:50.2699822Z 2025-07-02T07:56:50.2699897Z __conda_reactivate() { 2025-07-02T07:56:50.2700104Z \local ask_conda 2025-07-02T07:56:50.2700412Z ask_conda="$(PS1="${PS1:-}" __conda_exe shell.posix reactivate)" || \return 2025-07-02T07:56:50.2700771Z \eval "$ask_conda" 2025-07-02T07:56:50.2701505Z __conda_hashr 2025-07-02T07:56:50.2701678Z } 2025-07-02T07:56:50.2701779Z 2025-07-02T07:56:50.2701842Z conda() { 2025-07-02T07:56:50.2702012Z \local cmd="${1-__missing__}" 2025-07-02T07:56:50.2702260Z case "$cmd" in 2025-07-02T07:56:50.2702450Z activate|deactivate) 2025-07-02T07:56:50.2702690Z __conda_activate "$@" 2025-07-02T07:56:50.2702915Z ;; 2025-07-02T07:56:50.2703131Z install|update|upgrade|remove|uninstall) 2025-07-02T07:56:50.2703432Z __conda_exe "$@" || \return 2025-07-02T07:56:50.2703684Z __conda_reactivate 2025-07-02T07:56:50.2703906Z ;; 2025-07-02T07:56:50.2704067Z *) 2025-07-02T07:56:50.2704238Z __conda_exe "$@" 2025-07-02T07:56:50.2704446Z ;; 2025-07-02T07:56:50.2704616Z esac 2025-07-02T07:56:50.2704766Z } 2025-07-02T07:56:50.2704861Z 2025-07-02T07:56:50.2704950Z if [ -z "${CONDA_SHLVL+x}" ]; then 2025-07-02T07:56:50.2705192Z \export CONDA_SHLVL=0 2025-07-02T07:56:50.2705565Z # In dev-mode CONDA_EXE is python.exe and on Windows 2025-07-02T07:56:50.2705970Z # it is in a different relative location to condabin. 2025-07-02T07:56:50.2706323Z if [ -n "${_CE_CONDA:+x}" ] && [ -n "${WINDIR+x}" ]; then 2025-07-02T07:56:50.2706795Z PATH="$(\dirname "$CONDA_EXE")/condabin${PATH:+":${PATH}"}" 2025-07-02T07:56:50.2707113Z else 2025-07-02T07:56:50.2707414Z PATH="$(\dirname "$(\dirname "$CONDA_EXE")")/condabin${PATH:+":${PATH}"}" 2025-07-02T07:56:50.2707762Z fi 2025-07-02T07:56:50.2707928Z \export PATH 2025-07-02T07:56:50.2708045Z 2025-07-02T07:56:50.2708222Z # We'\''re not allowing PS1 to be unbound. It must at least be set. 2025-07-02T07:56:50.2708742Z # However, we'\''re not exporting it, which can cause problems when starting a second shell 2025-07-02T07:56:50.2709231Z # via a first shell (i.e. starting zsh from bash). 2025-07-02T07:56:50.2709535Z if [ -z "${PS1+x}" ]; then 2025-07-02T07:56:50.2709837Z PS1= 2025-07-02T07:56:50.2710010Z fi 2025-07-02T07:56:50.2710160Z fi 2025-07-02T07:56:50.2710245Z 2025-07-02T07:56:50.2710325Z conda activate base' 2025-07-02T07:56:50.2710598Z ++ export CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:56:50.2710998Z ++ CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:56:50.2711288Z ++ export _CE_M= 2025-07-02T07:56:50.2711463Z ++ _CE_M= 2025-07-02T07:56:50.2711624Z ++ export _CE_CONDA= 2025-07-02T07:56:50.2711825Z ++ _CE_CONDA= 2025-07-02T07:56:50.2712092Z ++ export 'CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe' 2025-07-02T07:56:50.2712483Z ++ CONDA_PYTHON_EXE='C:\Jenkins\Miniconda3\python.exe' 2025-07-02T07:56:50.2712784Z ++ '[' -z x ']' 2025-07-02T07:56:50.2712969Z ++ conda activate base 2025-07-02T07:56:50.2713175Z ++ local cmd=activate 2025-07-02T07:56:50.2713364Z ++ case "$cmd" in 2025-07-02T07:56:50.2713565Z ++ __conda_activate activate base 2025-07-02T07:56:50.2713803Z ++ '[' -n '' ']' 2025-07-02T07:56:50.2713987Z ++ local ask_conda 2025-07-02T07:56:50.2756738Z +++ PS1= 2025-07-02T07:56:50.2756983Z +++ __conda_exe shell.posix activate base 2025-07-02T07:56:50.2812386Z +++ /c/Jenkins/Miniconda3/Scripts/conda.exe shell.posix activate base 2025-07-02T07:56:51.1804166Z ++ ask_conda='PS1='\''(base) '\'' 2025-07-02T07:56:51.1808654Z export PATH='\''/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:56:51.1812450Z export CONDA_PREFIX='\''C:\Jenkins\Miniconda3'\'' 2025-07-02T07:56:51.1812773Z export CONDA_SHLVL='\''1'\'' 2025-07-02T07:56:51.1813037Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T07:56:51.1813385Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T07:56:51.1813812Z export CONDA_EXE='\''/c/Jenkins/Miniconda3/Scripts/conda.exe'\'' 2025-07-02T07:56:51.1814300Z export _CE_M='\'''\'' 2025-07-02T07:56:51.1814515Z export _CE_CONDA='\'''\'' 2025-07-02T07:56:51.1814872Z export CONDA_PYTHON_EXE='\''/c/Jenkins/Miniconda3/python.exe'\'' 2025-07-02T07:56:51.1815414Z . "/c/Jenkins/Miniconda3/etc/conda/activate.d/anaconda-anon-usage_activate.sh" 2025-07-02T07:56:51.1815986Z . "/c/Jenkins/Miniconda3/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:56:51.1816366Z ++ eval 'PS1='\''(base) '\'' 2025-07-02T07:56:51.1819958Z export PATH='\''/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:56:51.1823572Z export CONDA_PREFIX='\''C:\Jenkins\Miniconda3'\'' 2025-07-02T07:56:51.1823875Z export CONDA_SHLVL='\''1'\'' 2025-07-02T07:56:51.1824126Z export CONDA_DEFAULT_ENV='\''base'\'' 2025-07-02T07:56:51.1824417Z export CONDA_PROMPT_MODIFIER='\''(base) '\'' 2025-07-02T07:56:51.1824803Z export CONDA_EXE='\''/c/Jenkins/Miniconda3/Scripts/conda.exe'\'' 2025-07-02T07:56:51.1825195Z export _CE_M='\'''\'' 2025-07-02T07:56:51.1825396Z export _CE_CONDA='\'''\'' 2025-07-02T07:56:51.1825740Z export CONDA_PYTHON_EXE='\''/c/Jenkins/Miniconda3/python.exe'\'' 2025-07-02T07:56:51.1826307Z . "/c/Jenkins/Miniconda3/etc/conda/activate.d/anaconda-anon-usage_activate.sh" 2025-07-02T07:56:51.1826875Z . "/c/Jenkins/Miniconda3/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:56:51.1827235Z +++ PS1='(base) ' 2025-07-02T07:56:51.1830909Z +++ export 'PATH=/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:56:51.1837735Z +++ PATH='/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:56:51.1841400Z +++ export 'CONDA_PREFIX=C:\Jenkins\Miniconda3' 2025-07-02T07:56:51.1841755Z +++ CONDA_PREFIX='C:\Jenkins\Miniconda3' 2025-07-02T07:56:51.1842025Z +++ export CONDA_SHLVL=1 2025-07-02T07:56:51.1842241Z +++ CONDA_SHLVL=1 2025-07-02T07:56:51.1842474Z +++ export CONDA_DEFAULT_ENV=base 2025-07-02T07:56:51.1842727Z +++ CONDA_DEFAULT_ENV=base 2025-07-02T07:56:51.1843001Z +++ export 'CONDA_PROMPT_MODIFIER=(base) ' 2025-07-02T07:56:51.1843279Z +++ CONDA_PROMPT_MODIFIER='(base) ' 2025-07-02T07:56:51.1843613Z +++ export CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:56:51.1843993Z +++ CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:56:51.1844295Z +++ export _CE_M= 2025-07-02T07:56:51.1844470Z +++ _CE_M= 2025-07-02T07:56:51.1844636Z +++ export _CE_CONDA= 2025-07-02T07:56:51.1844827Z +++ _CE_CONDA= 2025-07-02T07:56:51.1845092Z +++ export CONDA_PYTHON_EXE=/c/Jenkins/Miniconda3/python.exe 2025-07-02T07:56:51.1845470Z +++ CONDA_PYTHON_EXE=/c/Jenkins/Miniconda3/python.exe 2025-07-02T07:56:51.1845952Z +++ . /c/Jenkins/Miniconda3/etc/conda/activate.d/anaconda-anon-usage_activate.sh 2025-07-02T07:56:51.1846427Z ++++ pbin='C:\Jenkins\Miniconda3/python.exe' 2025-07-02T07:56:51.1846737Z ++++ '[' -f 'C:\Jenkins\Miniconda3/python.exe' ']' 2025-07-02T07:56:51.1847213Z ++++ 'C:\Jenkins\Miniconda3/python.exe' -m anaconda_anon_usage.install --enable --quiet 2025-07-02T07:56:51.2547827Z +++ . /c/Jenkins/Miniconda3/etc/conda/activate.d/openssl_activate.sh 2025-07-02T07:56:51.2550025Z ++++ [[ '' == '' ]] 2025-07-02T07:56:51.2550396Z ++++ export 'SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem' 2025-07-02T07:56:51.2550882Z ++++ SSL_CERT_FILE='C:\Jenkins\Miniconda3\Library\ssl\cacert.pem' 2025-07-02T07:56:51.2551252Z ++++ export __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:56:51.2551548Z ++++ __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:56:51.2551814Z ++ __conda_hashr 2025-07-02T07:56:51.2552005Z ++ '[' -n '' ']' 2025-07-02T07:56:51.2552182Z ++ '[' -n '' ']' 2025-07-02T07:56:51.2552358Z ++ hash -r 2025-07-02T07:56:51.2552517Z + set -x 2025-07-02T07:56:51.2552732Z + printf '* Creating a test environment\n' 2025-07-02T07:56:51.2553040Z + conda create --name ci -y python=3.10 2025-07-02T07:56:51.2553321Z * Creating a test environment 2025-07-02T07:56:51.2553560Z + local cmd=create 2025-07-02T07:56:51.2553764Z + case "$cmd" in 2025-07-02T07:56:51.2553972Z + __conda_exe create --name ci -y python=3.10 2025-07-02T07:56:51.2611016Z + /c/Jenkins/Miniconda3/Scripts/conda.exe create --name ci -y python=3.10 2025-07-02T07:56:57.4465480Z Collecting package metadata (current_repodata.json): ...working... done 2025-07-02T07:56:57.4970023Z Solving environment: ...working... done 2025-07-02T07:56:58.7505596Z 2025-07-02T07:56:58.7505610Z 2025-07-02T07:56:58.7506006Z ==> WARNING: A newer version of conda exists. <== 2025-07-02T07:56:58.7506377Z current version: 22.9.0 2025-07-02T07:56:58.7506610Z latest version: 25.5.1 2025-07-02T07:56:58.7506749Z 2025-07-02T07:56:58.7506848Z Please update conda by running 2025-07-02T07:56:58.7507017Z 2025-07-02T07:56:58.7508023Z $ conda update -n base -c defaults conda 2025-07-02T07:56:58.7508300Z 2025-07-02T07:56:58.7508312Z 2025-07-02T07:56:59.4545977Z 2025-07-02T07:56:59.4546322Z ## Package Plan ## 2025-07-02T07:56:59.4546516Z 2025-07-02T07:56:59.4546663Z environment location: C:\Jenkins\Miniconda3\envs\ci 2025-07-02T07:56:59.4546935Z 2025-07-02T07:56:59.4547028Z added / updated specs: 2025-07-02T07:56:59.4547251Z - python=3.10 2025-07-02T07:56:59.4547369Z 2025-07-02T07:56:59.4547374Z 2025-07-02T07:56:59.4547488Z The following packages will be downloaded: 2025-07-02T07:56:59.4547701Z 2025-07-02T07:56:59.4547804Z package | build 2025-07-02T07:56:59.4548191Z ---------------------------|----------------- 2025-07-02T07:56:59.4548778Z expat-2.7.1 | h8ddb27b_0 259 KB 2025-07-02T07:56:59.4549156Z libffi-3.4.4 | hd77b12b_1 122 KB 2025-07-02T07:56:59.4549522Z pip-25.1 | pyhc872135_2 1.3 MB 2025-07-02T07:56:59.4549890Z python-3.10.18 | h981015d_0 16.2 MB 2025-07-02T07:56:59.4550277Z setuptools-78.1.1 | py310haa95532_0 1.7 MB 2025-07-02T07:56:59.4550634Z tk-8.6.14 | h5e9d12e_1 3.5 MB 2025-07-02T07:56:59.4550980Z tzdata-2025b | h04d1e81_0 116 KB 2025-07-02T07:56:59.4551320Z vc-14.42 | haa95532_5 11 KB 2025-07-02T07:56:59.4551668Z wheel-0.45.1 | py310haa95532_0 145 KB 2025-07-02T07:56:59.4552009Z xz-5.6.4 | h4754444_1 280 KB 2025-07-02T07:56:59.4552340Z ------------------------------------------------------------ 2025-07-02T07:56:59.4552668Z Total: 23.6 MB 2025-07-02T07:56:59.4552869Z 2025-07-02T07:56:59.4552986Z The following NEW packages will be INSTALLED: 2025-07-02T07:56:59.4553216Z 2025-07-02T07:56:59.4558850Z bzip2 pkgs/main/win-64::bzip2-1.0.8-h2bbff1b_6 None 2025-07-02T07:56:59.4559400Z ca-certificates pkgs/main/win-64::ca-certificates-2025.2.25-haa95532_0 None 2025-07-02T07:56:59.4559907Z expat pkgs/main/win-64::expat-2.7.1-h8ddb27b_0 None 2025-07-02T07:56:59.4560328Z libffi pkgs/main/win-64::libffi-3.4.4-hd77b12b_1 None 2025-07-02T07:56:59.4560746Z openssl pkgs/main/win-64::openssl-3.0.16-h3f729d1_0 None 2025-07-02T07:56:59.4561178Z pip pkgs/main/noarch::pip-25.1-pyhc872135_2 None 2025-07-02T07:56:59.4561582Z python pkgs/main/win-64::python-3.10.18-h981015d_0 None 2025-07-02T07:56:59.4562047Z setuptools pkgs/main/win-64::setuptools-78.1.1-py310haa95532_0 None 2025-07-02T07:56:59.4562537Z sqlite pkgs/main/win-64::sqlite-3.45.3-h2bbff1b_0 None 2025-07-02T07:56:59.4562917Z tk pkgs/main/win-64::tk-8.6.14-h5e9d12e_1 None 2025-07-02T07:56:59.4563311Z tzdata pkgs/main/noarch::tzdata-2025b-h04d1e81_0 None 2025-07-02T07:56:59.4563684Z vc pkgs/main/win-64::vc-14.42-haa95532_5 None 2025-07-02T07:56:59.4564142Z vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.42.34433-hbfb602d_5 None 2025-07-02T07:56:59.4564630Z wheel pkgs/main/win-64::wheel-0.45.1-py310haa95532_0 None 2025-07-02T07:56:59.4565012Z xz pkgs/main/win-64::xz-5.6.4-h4754444_1 None 2025-07-02T07:56:59.4565374Z zlib pkgs/main/win-64::zlib-1.2.13-h8cc25b3_1 None 2025-07-02T07:56:59.4565620Z 2025-07-02T07:56:59.4565625Z 2025-07-02T07:56:59.4565629Z 2025-07-02T07:56:59.4565733Z Downloading and Extracting Packages 2025-07-02T07:56:59.4565922Z 2025-07-02T07:57:00.5614983Z tk-8.6.14 | 3.5 MB | | 0% 2025-07-02T07:57:00.5618513Z tk-8.6.14 | 3.5 MB | ########## | 100% 2025-07-02T07:57:00.5620841Z tk-8.6.14 | 3.5 MB | ########## | 100% 2025-07-02T07:57:00.5621059Z 2025-07-02T07:57:01.2813330Z tzdata-2025b | 116 KB | | 0% 2025-07-02T07:57:01.2816753Z tzdata-2025b | 116 KB | ########## | 100% 2025-07-02T07:57:01.2818496Z tzdata-2025b | 116 KB | ########## | 100% 2025-07-02T07:57:01.2818729Z 2025-07-02T07:57:01.3637979Z xz-5.6.4 | 280 KB | | 0% 2025-07-02T07:57:01.3639244Z xz-5.6.4 | 280 KB | ########## | 100% 2025-07-02T07:57:01.3639457Z 2025-07-02T07:57:02.5445789Z setuptools-78.1.1 | 1.7 MB | | 0% 2025-07-02T07:57:02.5451354Z setuptools-78.1.1 | 1.7 MB | ########## | 100% 2025-07-02T07:57:02.5451738Z setuptools-78.1.1 | 1.7 MB | ########## | 100% 2025-07-02T07:57:02.5452180Z 2025-07-02T07:57:03.0001992Z libffi-3.4.4 | 122 KB | | 0% 2025-07-02T07:57:03.0005216Z libffi-3.4.4 | 122 KB | ########## | 100% 2025-07-02T07:57:03.0006932Z libffi-3.4.4 | 122 KB | ########## | 100% 2025-07-02T07:57:03.0007182Z 2025-07-02T07:57:03.6559223Z pip-25.1 | 1.3 MB | | 0% 2025-07-02T07:57:03.6562563Z pip-25.1 | 1.3 MB | ########## | 100% 2025-07-02T07:57:03.6564545Z pip-25.1 | 1.3 MB | ########## | 100% 2025-07-02T07:57:03.6564761Z 2025-07-02T07:57:03.6947783Z vc-14.42 | 11 KB | | 0% 2025-07-02T07:57:03.6948953Z vc-14.42 | 11 KB | ########## | 100% 2025-07-02T07:57:03.6949167Z 2025-07-02T07:57:03.7582516Z expat-2.7.1 | 259 KB | | 0% 2025-07-02T07:57:03.7583647Z expat-2.7.1 | 259 KB | ########## | 100% 2025-07-02T07:57:03.7583872Z 2025-07-02T07:57:03.8509730Z wheel-0.45.1 | 145 KB | | 0% 2025-07-02T07:57:03.8511184Z wheel-0.45.1 | 145 KB | ########## | 100% 2025-07-02T07:57:03.8511457Z 2025-07-02T07:57:03.9514589Z python-3.10.18 | 16.2 MB | | 0% 2025-07-02T07:57:07.2949220Z python-3.10.18 | 16.2 MB | #######4 | 74% 2025-07-02T07:57:07.2951682Z python-3.10.18 | 16.2 MB | ########## | 100% 2025-07-02T07:57:07.5254678Z Preparing transaction: ...working... done 2025-07-02T07:57:12.4678317Z Verifying transaction: ...working... done 2025-07-02T07:57:18.3862932Z Executing transaction: ...working... done 2025-07-02T07:57:18.3991638Z # 2025-07-02T07:57:18.3991923Z # To activate this environment, use 2025-07-02T07:57:18.3992240Z # 2025-07-02T07:57:18.3992427Z # $ conda activate ci 2025-07-02T07:57:18.3992650Z # 2025-07-02T07:57:18.3992848Z # To deactivate an active environment, use 2025-07-02T07:57:18.3993132Z # 2025-07-02T07:57:18.3993308Z # $ conda deactivate 2025-07-02T07:57:18.3993484Z 2025-07-02T07:57:18.4571145Z Retrieving notices: ...working... done 2025-07-02T07:57:18.7340237Z + printf '* Activating the environment' 2025-07-02T07:57:18.7340788Z + conda activate ci 2025-07-02T07:57:18.7341156Z + local cmd=activate 2025-07-02T07:57:18.7341494Z + case "$cmd" in 2025-07-02T07:57:18.7341843Z + __conda_activate activate ci 2025-07-02T07:57:18.7342096Z + '[' -n '' ']' 2025-07-02T07:57:18.7342276Z + local ask_conda 2025-07-02T07:57:18.7402160Z ++ PS1='(base) ' 2025-07-02T07:57:18.7402418Z ++ __conda_exe shell.posix activate ci 2025-07-02T07:57:18.7459372Z ++ /c/Jenkins/Miniconda3/Scripts/conda.exe shell.posix activate ci 2025-07-02T07:57:19.6250595Z + ask_conda='. "/c/Jenkins/Miniconda3/etc/conda/deactivate.d/openssl_deactivate.sh" 2025-07-02T07:57:19.6251104Z PS1='\''(ci) '\'' 2025-07-02T07:57:19.6255284Z export PATH='\''/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:57:19.6259245Z export CONDA_PREFIX='\''C:\Jenkins\Miniconda3\envs\ci'\'' 2025-07-02T07:57:19.6259616Z export CONDA_SHLVL='\''2'\'' 2025-07-02T07:57:19.6259877Z export CONDA_DEFAULT_ENV='\''ci'\'' 2025-07-02T07:57:19.6260183Z export CONDA_PROMPT_MODIFIER='\''(ci) '\'' 2025-07-02T07:57:19.6260519Z export CONDA_PREFIX_1='\''C:\Jenkins\Miniconda3'\'' 2025-07-02T07:57:19.6261073Z export CONDA_EXE='\''/c/Jenkins/Miniconda3/Scripts/conda.exe'\'' 2025-07-02T07:57:19.6261446Z export _CE_M='\'''\'' 2025-07-02T07:57:19.6261661Z export _CE_CONDA='\'''\'' 2025-07-02T07:57:19.6261998Z export CONDA_PYTHON_EXE='\''/c/Jenkins/Miniconda3/python.exe'\'' 2025-07-02T07:57:19.6262518Z . "/c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:57:19.6263122Z + eval '. "/c/Jenkins/Miniconda3/etc/conda/deactivate.d/openssl_deactivate.sh" 2025-07-02T07:57:19.6263544Z PS1='\''(ci) '\'' 2025-07-02T07:57:19.6267328Z export PATH='\''/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:57:19.6271249Z export CONDA_PREFIX='\''C:\Jenkins\Miniconda3\envs\ci'\'' 2025-07-02T07:57:19.6271608Z export CONDA_SHLVL='\''2'\'' 2025-07-02T07:57:19.6271862Z export CONDA_DEFAULT_ENV='\''ci'\'' 2025-07-02T07:57:19.6272165Z export CONDA_PROMPT_MODIFIER='\''(ci) '\'' 2025-07-02T07:57:19.6272496Z export CONDA_PREFIX_1='\''C:\Jenkins\Miniconda3'\'' 2025-07-02T07:57:19.6272907Z export CONDA_EXE='\''/c/Jenkins/Miniconda3/Scripts/conda.exe'\'' 2025-07-02T07:57:19.6273259Z export _CE_M='\'''\'' 2025-07-02T07:57:19.6273492Z export _CE_CONDA='\'''\'' 2025-07-02T07:57:19.6273817Z export CONDA_PYTHON_EXE='\''/c/Jenkins/Miniconda3/python.exe'\'' 2025-07-02T07:57:19.6274350Z . "/c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:57:19.6274925Z ++ . /c/Jenkins/Miniconda3/etc/conda/deactivate.d/openssl_deactivate.sh 2025-07-02T07:57:19.6275339Z +++ [[ 1 == \1 ]] 2025-07-02T07:57:19.6275540Z +++ unset SSL_CERT_FILE 2025-07-02T07:57:19.6275768Z +++ unset __CONDA_OPENSLL_CERT_FILE_SET 2025-07-02T07:57:19.6276040Z ++ PS1='(ci) ' 2025-07-02T07:57:19.6279931Z ++ export 'PATH=/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:57:19.6287342Z ++ PATH='/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:57:19.6291253Z ++ export 'CONDA_PREFIX=C:\Jenkins\Miniconda3\envs\ci' 2025-07-02T07:57:19.6291611Z ++ CONDA_PREFIX='C:\Jenkins\Miniconda3\envs\ci' 2025-07-02T07:57:19.6291915Z ++ export CONDA_SHLVL=2 2025-07-02T07:57:19.6292125Z ++ CONDA_SHLVL=2 2025-07-02T07:57:19.6292342Z ++ export CONDA_DEFAULT_ENV=ci 2025-07-02T07:57:19.6292580Z ++ CONDA_DEFAULT_ENV=ci 2025-07-02T07:57:19.6292823Z ++ export 'CONDA_PROMPT_MODIFIER=(ci) ' 2025-07-02T07:57:19.6293204Z ++ CONDA_PROMPT_MODIFIER='(ci) ' 2025-07-02T07:57:19.6293493Z ++ export 'CONDA_PREFIX_1=C:\Jenkins\Miniconda3' 2025-07-02T07:57:19.6293829Z ++ CONDA_PREFIX_1='C:\Jenkins\Miniconda3' 2025-07-02T07:57:19.6294181Z ++ export CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:57:19.6294586Z ++ CONDA_EXE=/c/Jenkins/Miniconda3/Scripts/conda.exe 2025-07-02T07:57:19.6294896Z ++ export _CE_M= 2025-07-02T07:57:19.6295108Z ++ _CE_M= 2025-07-02T07:57:19.6295283Z ++ export _CE_CONDA= 2025-07-02T07:57:19.6295544Z ++ _CE_CONDA= 2025-07-02T07:57:19.6295810Z ++ export CONDA_PYTHON_EXE=/c/Jenkins/Miniconda3/python.exe 2025-07-02T07:57:19.6296221Z ++ CONDA_PYTHON_EXE=/c/Jenkins/Miniconda3/python.exe 2025-07-02T07:57:19.6296708Z ++ . /c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh 2025-07-02T07:57:19.6297120Z +++ [[ '' == '' ]] 2025-07-02T07:57:19.6297470Z +++ export 'SSL_CERT_FILE=C:\Jenkins\Miniconda3\envs\ci\Library\ssl\cacert.pem' 2025-07-02T07:57:19.6297982Z +++ SSL_CERT_FILE='C:\Jenkins\Miniconda3\envs\ci\Library\ssl\cacert.pem' 2025-07-02T07:57:19.6298392Z +++ export __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:57:19.6298679Z +++ __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:57:19.6298938Z + __conda_hashr 2025-07-02T07:57:19.6299137Z + '[' -n '' ']' 2025-07-02T07:57:19.6299316Z + '[' -n '' ']' 2025-07-02T07:57:19.6299506Z + hash -r 2025-07-02T07:57:19.6299686Z + printf 'Python version' 2025-07-02T07:57:19.6321072Z ++ which python 2025-07-02T07:57:19.6402564Z + echo /c/Jenkins/Miniconda3/envs/ci/python 2025-07-02T07:57:19.6403085Z * Activating the environmentPython version/c/Jenkins/Miniconda3/envs/ci/python 2025-07-02T07:57:19.6457045Z ++ python --version 2025-07-02T07:57:19.6547812Z + echo Python 3.10.18 2025-07-02T07:57:19.6548076Z Python 3.10.18 2025-07-02T07:57:19.6602980Z ++ conda info -e 2025-07-02T07:57:19.6603288Z ++ local cmd=info 2025-07-02T07:57:19.6603484Z ++ case "$cmd" in 2025-07-02T07:57:19.6603723Z ++ __conda_exe info -e 2025-07-02T07:57:19.6657561Z ++ /c/Jenkins/Miniconda3/Scripts/conda.exe info -e 2025-07-02T07:57:20.4709868Z + echo '#' conda $'environments:\r' '# 2025-07-02T07:57:20.4710243Z ' base 'C:\Jenkins\Miniconda3 2025-07-02T07:57:20.4711512Z ' ci benchmarks build_tools CITATION.cff CODE_OF_CONDUCT.md CONTRIBUTING.md docs examples gallery knowledge_base LICENSE mypy.ini packaging pyproject.toml pytest.ini README.md setup.cfg setup.py sota-check sota-implementations test torchrl tutorials version.txt 'C:\Jenkins\Miniconda3\envs\ci' 2025-07-02T07:57:20.4712835Z # conda environments: 2025-07-02T07:57:20.4713063Z # 2025-07-02T07:57:20.4713237Z base C:\Jenkins\Miniconda3 2025-07-02T07:57:20.4715331Z ci benchmarks build_tools CITATION.cff CODE_OF_CONDUCT.md CONTRIBUTING.md docs examples gallery knowledge_base LICENSE mypy.ini packaging pyproject.toml pytest.ini README.md setup.cfg setup.py sota-check sota-implementations test torchrl tutorials version.txt C:\Jenkins\Miniconda3\envs\ci 2025-07-02T07:57:20.4717114Z + python -m pip install hypothesis future cloudpickle pytest pytest-cov pytest-mock pytest-instafail pytest-rerunfailures expecttest pyyaml scipy coverage 2025-07-02T07:57:21.9203592Z Collecting hypothesis 2025-07-02T07:57:21.9354797Z Downloading hypothesis-6.135.22-py3-none-any.whl.metadata (5.6 kB) 2025-07-02T07:57:21.9732713Z Collecting future 2025-07-02T07:57:21.9775690Z Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) 2025-07-02T07:57:22.0053507Z Collecting cloudpickle 2025-07-02T07:57:22.0094918Z Downloading cloudpickle-3.1.1-py3-none-any.whl.metadata (7.1 kB) 2025-07-02T07:57:22.0658734Z Collecting pytest 2025-07-02T07:57:22.0703170Z Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB) 2025-07-02T07:57:22.0997308Z Collecting pytest-cov 2025-07-02T07:57:22.1043397Z Downloading pytest_cov-6.2.1-py3-none-any.whl.metadata (30 kB) 2025-07-02T07:57:22.1444971Z Collecting pytest-mock 2025-07-02T07:57:22.1487224Z Downloading pytest_mock-3.14.1-py3-none-any.whl.metadata (3.9 kB) 2025-07-02T07:57:22.1743334Z Collecting pytest-instafail 2025-07-02T07:57:22.1794352Z Downloading pytest_instafail-0.5.0-py3-none-any.whl.metadata (2.2 kB) 2025-07-02T07:57:22.2021592Z Collecting pytest-rerunfailures 2025-07-02T07:57:22.2094289Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-07-02T07:57:22.2302894Z Collecting expecttest 2025-07-02T07:57:22.2343204Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-07-02T07:57:22.2869688Z Collecting pyyaml 2025-07-02T07:57:22.2918584Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl.metadata (2.1 kB) 2025-07-02T07:57:22.4552451Z Collecting scipy 2025-07-02T07:57:22.4604699Z Downloading scipy-1.15.3-cp310-cp310-win_amd64.whl.metadata (60 kB) 2025-07-02T07:57:22.9121196Z Collecting coverage 2025-07-02T07:57:22.9167511Z Downloading coverage-7.9.1-cp310-cp310-win_amd64.whl.metadata (9.1 kB) 2025-07-02T07:57:22.9601829Z Collecting attrs>=22.2.0 (from hypothesis) 2025-07-02T07:57:22.9644907Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-07-02T07:57:23.0134757Z Collecting exceptiongroup>=1.0.0 (from hypothesis) 2025-07-02T07:57:23.0189247Z Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-07-02T07:57:23.0556357Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis) 2025-07-02T07:57:23.0604324Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-07-02T07:57:23.0975984Z Collecting colorama>=0.4 (from pytest) 2025-07-02T07:57:23.1021727Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-07-02T07:57:23.1314988Z Collecting iniconfig>=1 (from pytest) 2025-07-02T07:57:23.1361710Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-07-02T07:57:23.1751054Z Collecting packaging>=20 (from pytest) 2025-07-02T07:57:23.1791509Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-07-02T07:57:23.2116159Z Collecting pluggy<2,>=1.5 (from pytest) 2025-07-02T07:57:23.2178043Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T07:57:23.2593559Z Collecting pygments>=2.7.2 (from pytest) 2025-07-02T07:57:23.2638313Z Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-07-02T07:57:23.3056845Z Collecting tomli>=1 (from pytest) 2025-07-02T07:57:23.3106885Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-07-02T07:57:23.7190471Z Collecting numpy<2.5,>=1.23.5 (from scipy) 2025-07-02T07:57:23.7239195Z Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl.metadata (60 kB) 2025-07-02T07:57:23.7738495Z Collecting typing-extensions>=4.6.0 (from exceptiongroup>=1.0.0->hypothesis) 2025-07-02T07:57:23.7780364Z Downloading typing_extensions-4.14.0-py3-none-any.whl.metadata (3.0 kB) 2025-07-02T07:57:23.8011624Z Downloading hypothesis-6.135.22-py3-none-any.whl (519 kB) 2025-07-02T07:57:23.8205339Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-07-02T07:57:23.8354883Z Downloading future-1.0.0-py3-none-any.whl (491 kB) 2025-07-02T07:57:23.8523839Z Downloading cloudpickle-3.1.1-py3-none-any.whl (20 kB) 2025-07-02T07:57:23.8657175Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB) 2025-07-02T07:57:23.8835090Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-07-02T07:57:23.8977103Z Downloading pytest_cov-6.2.1-py3-none-any.whl (24 kB) 2025-07-02T07:57:23.9124552Z Downloading pytest_mock-3.14.1-py3-none-any.whl (9.9 kB) 2025-07-02T07:57:23.9295131Z Downloading pytest_instafail-0.5.0-py3-none-any.whl (4.2 kB) 2025-07-02T07:57:23.9429767Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-07-02T07:57:23.9571716Z Downloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-07-02T07:57:23.9701951Z Downloading PyYAML-6.0.2-cp310-cp310-win_amd64.whl (161 kB) 2025-07-02T07:57:23.9862884Z Downloading scipy-1.15.3-cp310-cp310-win_amd64.whl (41.3 MB) 2025-07-02T07:57:24.4370998Z ---------------------------------------- 41.3/41.3 MB 93.8 MB/s eta 0:00:00 2025-07-02T07:57:24.4419156Z Downloading numpy-2.2.6-cp310-cp310-win_amd64.whl (12.9 MB) 2025-07-02T07:57:24.5268799Z ---------------------------------------- 12.9/12.9 MB 162.1 MB/s eta 0:00:00 2025-07-02T07:57:24.5332439Z Downloading coverage-7.9.1-cp310-cp310-win_amd64.whl (215 kB) 2025-07-02T07:57:24.5441830Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-07-02T07:57:24.5541682Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-07-02T07:57:24.5634803Z Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-07-02T07:57:24.5732539Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-07-02T07:57:24.5818582Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-07-02T07:57:24.5932920Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-07-02T07:57:24.6583955Z ---------------------------------------- 1.2/1.2 MB 15.5 MB/s eta 0:00:00 2025-07-02T07:57:24.6630961Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-07-02T07:57:24.6732854Z Downloading typing_extensions-4.14.0-py3-none-any.whl (43 kB) 2025-07-02T07:57:25.0238130Z Installing collected packages: sortedcontainers, typing-extensions, tomli, pyyaml, pygments, pluggy, packaging, numpy, iniconfig, future, expecttest, coverage, colorama, cloudpickle, attrs, scipy, exceptiongroup, pytest, hypothesis, pytest-rerunfailures, pytest-mock, pytest-instafail, pytest-cov 2025-07-02T07:57:39.0046305Z 2025-07-02T07:57:39.0147370Z Successfully installed attrs-25.3.0 cloudpickle-3.1.1 colorama-0.4.6 coverage-7.9.1 exceptiongroup-1.3.0 expecttest-0.3.0 future-1.0.0 hypothesis-6.135.22 iniconfig-2.1.0 numpy-2.2.6 packaging-25.0 pluggy-1.6.0 pygments-2.19.2 pytest-8.4.1 pytest-cov-6.2.1 pytest-instafail-0.5.0 pytest-mock-3.14.1 pytest-rerunfailures-15.1 pyyaml-6.0.2 scipy-1.15.3 sortedcontainers-2.4.0 tomli-2.2.1 typing-extensions-4.14.0 2025-07-02T07:57:39.3465696Z + '[' cpu == cpu ']' 2025-07-02T07:57:39.3465996Z + cudatoolkit=cpuonly 2025-07-02T07:57:39.3466204Z + version=cpu 2025-07-02T07:57:39.3466407Z + torch_cuda=False 2025-07-02T07:57:39.3466599Z + git submodule sync 2025-07-02T07:57:39.7492657Z + git submodule update --init --recursive 2025-07-02T07:57:40.1864390Z + python -m pip install 'numpy<2.0' 2025-07-02T07:57:41.3974985Z Collecting numpy<2.0 2025-07-02T07:57:41.4267482Z Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl.metadata (61 kB) 2025-07-02T07:57:41.4533628Z Downloading numpy-1.26.4-cp310-cp310-win_amd64.whl (15.8 MB) 2025-07-02T07:57:41.5607432Z ---------------------------------------- 15.8/15.8 MB 141.3 MB/s eta 0:00:00 2025-07-02T07:57:41.7081692Z Installing collected packages: numpy 2025-07-02T07:57:41.7083558Z Attempting uninstall: numpy 2025-07-02T07:57:41.7105477Z Found existing installation: numpy 2.2.6 2025-07-02T07:57:41.8891225Z Uninstalling numpy-2.2.6: 2025-07-02T07:57:42.0498866Z Successfully uninstalled numpy-2.2.6 2025-07-02T07:57:45.7983881Z Successfully installed numpy-1.26.4 2025-07-02T07:57:45.8848613Z + printf 'Installing PyTorch with %s\n' cpuonly 2025-07-02T07:57:45.8848987Z Installing PyTorch with cpuonly 2025-07-02T07:57:45.8849260Z + [[ nightly == \n\i\g\h\t\l\y ]] 2025-07-02T07:57:45.8849511Z + False 2025-07-02T07:57:45.8991408Z + python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu -U 2025-07-02T07:57:46.7376462Z Looking in indexes: https://download.pytorch.org/whl/nightly/cpu 2025-07-02T07:57:47.1136639Z Collecting torch 2025-07-02T07:57:47.1190997Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp310-cp310-win_amd64.whl.metadata (29 kB) 2025-07-02T07:57:47.1853924Z Collecting filelock (from torch) 2025-07-02T07:57:47.1896028Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T07:57:47.2050670Z Requirement already satisfied: typing-extensions>=4.10.0 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch) (4.14.0) 2025-07-02T07:57:47.2301235Z Collecting sympy>=1.13.3 (from torch) 2025-07-02T07:57:47.2345142Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl.metadata (12 kB) 2025-07-02T07:57:47.2727606Z Collecting networkx (from torch) 2025-07-02T07:57:47.2772390Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.5-py3-none-any.whl.metadata (6.3 kB) 2025-07-02T07:57:47.3236235Z Collecting jinja2 (from torch) 2025-07-02T07:57:47.3279091Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB) 2025-07-02T07:57:47.3664331Z Collecting fsspec (from torch) 2025-07-02T07:57:47.3709021Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl.metadata (11 kB) 2025-07-02T07:57:47.4574207Z Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->torch) 2025-07-02T07:57:47.4616638Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-07-02T07:57:47.4834296Z ------------------------------------- 536.2/536.2 kB 17.1 MB/s eta 0:00:00 2025-07-02T07:57:47.5261111Z Collecting MarkupSafe>=2.0 (from jinja2->torch) 2025-07-02T07:57:47.5324617Z Downloading https://download.pytorch.org/whl/nightly/MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl (17 kB) 2025-07-02T07:57:47.5464259Z 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-02T07:57:47.5470761Z Collecting networkx (from torch) 2025-07-02T07:57:47.5517959Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.4.2-py3-none-any.whl (1.7 MB) 2025-07-02T07:57:47.5728916Z ---------------------------------------- 1.7/1.7 MB 91.3 MB/s eta 0:00:00 2025-07-02T07:57:47.7742978Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.9.0.dev20250701%2Bcpu-cp310-cp310-win_amd64.whl (619.6 MB) 2025-07-02T07:58:08.7078163Z --------------------------------------- 619.6/619.6 MB 20.2 MB/s eta 0:00:00 2025-07-02T07:58:08.7131438Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.14.0-py3-none-any.whl (6.3 MB) 2025-07-02T07:58:08.7458916Z ---------------------------------------- 6.3/6.3 MB 194.7 MB/s eta 0:00:00 2025-07-02T07:58:08.7526155Z Downloading https://download.pytorch.org/whl/nightly/filelock-3.18.0-py3-none-any.whl (16 kB) 2025-07-02T07:58:08.7611585Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2025.5.1-py3-none-any.whl (199 kB) 2025-07-02T07:58:08.7719139Z Downloading https://download.pytorch.org/whl/nightly/jinja2-3.1.6-py3-none-any.whl (134 kB) 2025-07-02T07:58:10.9103235Z Installing collected packages: mpmath, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-07-02T07:59:02.7886276Z 2025-07-02T07:59:02.8008750Z Successfully installed MarkupSafe-2.1.5 filelock-3.18.0 fsspec-2025.5.1 jinja2-3.1.6 mpmath-1.3.0 networkx-3.4.2 sympy-1.14.0 torch-2.9.0.dev20250701+cpu 2025-07-02T07:59:02.9350191Z ++ python -c 'import torch; print(torch.cuda.is_available())' 2025-07-02T07:59:05.2533197Z + torch_cuda=False 2025-07-02T07:59:05.2533709Z + echo torch.cuda.is_available is False 2025-07-02T07:59:05.2534080Z torch.cuda.is_available is False 2025-07-02T07:59:05.2534454Z + '[' '!' -z '' ']' 2025-07-02T07:59:05.2534835Z + [[ 0 == 0 ]] 2025-07-02T07:59:05.2535266Z + conda install anaconda::cmake -y 2025-07-02T07:59:05.2535732Z + local cmd=install 2025-07-02T07:59:05.2536224Z + case "$cmd" in 2025-07-02T07:59:05.2536748Z + __conda_exe install anaconda::cmake -y 2025-07-02T07:59:05.2595166Z + /c/Jenkins/Miniconda3/Scripts/conda.exe install anaconda::cmake -y 2025-07-02T07:59:08.7251159Z Collecting package metadata (current_repodata.json): ...working... done 2025-07-02T07:59:08.8272132Z Solving environment: ...working... done 2025-07-02T07:59:09.0933799Z 2025-07-02T07:59:09.0934034Z 2025-07-02T07:59:09.0934525Z ==> WARNING: A newer version of conda exists. <== 2025-07-02T07:59:09.0934967Z current version: 22.9.0 2025-07-02T07:59:09.0935223Z latest version: 25.5.1 2025-07-02T07:59:09.0935406Z 2025-07-02T07:59:09.0935562Z Please update conda by running 2025-07-02T07:59:09.0935743Z 2025-07-02T07:59:09.0935876Z $ conda update -n base -c defaults conda 2025-07-02T07:59:09.0936166Z 2025-07-02T07:59:09.0936170Z 2025-07-02T07:59:09.1524740Z 2025-07-02T07:59:09.1525171Z ## Package Plan ## 2025-07-02T07:59:09.1525374Z 2025-07-02T07:59:09.1525564Z environment location: C:\Jenkins\Miniconda3\envs\ci 2025-07-02T07:59:09.1525862Z 2025-07-02T07:59:09.1525960Z added / updated specs: 2025-07-02T07:59:09.1526278Z - anaconda::cmake 2025-07-02T07:59:09.1526426Z 2025-07-02T07:59:09.1526430Z 2025-07-02T07:59:09.1526591Z The following packages will be downloaded: 2025-07-02T07:59:09.1526852Z 2025-07-02T07:59:09.1526970Z package | build 2025-07-02T07:59:09.1527353Z ---------------------------|----------------- 2025-07-02T07:59:09.1527718Z cmake-3.31.2 | h53b1909_0 14.0 MB anaconda 2025-07-02T07:59:09.1528149Z zstd-1.5.6 | h8880b57_0 708 KB 2025-07-02T07:59:09.1528534Z ------------------------------------------------------------ 2025-07-02T07:59:09.1528900Z Total: 14.7 MB 2025-07-02T07:59:09.1529110Z 2025-07-02T07:59:09.1529245Z The following NEW packages will be INSTALLED: 2025-07-02T07:59:09.1529494Z 2025-07-02T07:59:09.1529662Z cmake anaconda/win-64::cmake-3.31.2-h53b1909_0 None 2025-07-02T07:59:09.1530097Z libuv pkgs/main/win-64::libuv-1.48.0-h827c3e9_0 None 2025-07-02T07:59:09.1530506Z lz4-c pkgs/main/win-64::lz4-c-1.9.4-h2bbff1b_1 None 2025-07-02T07:59:09.1530930Z zstd pkgs/main/win-64::zstd-1.5.6-h8880b57_0 None 2025-07-02T07:59:09.1531187Z 2025-07-02T07:59:09.1531191Z 2025-07-02T07:59:09.1531195Z 2025-07-02T07:59:09.1531322Z Downloading and Extracting Packages 2025-07-02T07:59:09.1531526Z 2025-07-02T07:59:09.2632492Z cmake-3.31.2 | 14.0 MB | | 0% 2025-07-02T07:59:15.5527245Z cmake-3.31.2 | 14.0 MB | ###### | 60% 2025-07-02T07:59:15.5528772Z cmake-3.31.2 | 14.0 MB | ########## | 100% 2025-07-02T07:59:15.5529039Z 2025-07-02T07:59:15.6348614Z zstd-1.5.6 | 708 KB | | 0% 2025-07-02T07:59:15.6351043Z zstd-1.5.6 | 708 KB | ########## | 100% 2025-07-02T07:59:15.9585488Z Preparing transaction: ...working... done 2025-07-02T07:59:16.5330619Z Verifying transaction: ...working... done 2025-07-02T07:59:17.9531092Z Executing transaction: ...working... done 2025-07-02T07:59:18.0130457Z Retrieving notices: ...working... done 2025-07-02T07:59:18.4946647Z + __conda_reactivate 2025-07-02T07:59:18.4946957Z + local ask_conda 2025-07-02T07:59:18.5010580Z ++ PS1='(ci) ' 2025-07-02T07:59:18.5010890Z ++ __conda_exe shell.posix reactivate 2025-07-02T07:59:18.5069884Z ++ /c/Jenkins/Miniconda3/Scripts/conda.exe shell.posix reactivate 2025-07-02T07:59:19.3513249Z + ask_conda='. "/c/Jenkins/Miniconda3/envs/ci/etc/conda/deactivate.d/openssl_deactivate.sh" 2025-07-02T07:59:19.3513854Z PS1='\''(ci) '\'' 2025-07-02T07:59:19.3517776Z export PATH='\''/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:59:19.3521882Z export CONDA_SHLVL='\''2'\'' 2025-07-02T07:59:19.3522175Z export CONDA_PROMPT_MODIFIER='\''(ci) '\'' 2025-07-02T07:59:19.3522676Z . "/c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:59:19.3523352Z + eval '. "/c/Jenkins/Miniconda3/envs/ci/etc/conda/deactivate.d/openssl_deactivate.sh" 2025-07-02T07:59:19.3523835Z PS1='\''(ci) '\'' 2025-07-02T07:59:19.3527688Z export PATH='\''/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl'\'' 2025-07-02T07:59:19.3531625Z export CONDA_SHLVL='\''2'\'' 2025-07-02T07:59:19.3531915Z export CONDA_PROMPT_MODIFIER='\''(ci) '\'' 2025-07-02T07:59:19.3532400Z . "/c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh"' 2025-07-02T07:59:19.3533060Z ++ . /c/Jenkins/Miniconda3/envs/ci/etc/conda/deactivate.d/openssl_deactivate.sh 2025-07-02T07:59:19.3533532Z +++ [[ 1 == \1 ]] 2025-07-02T07:59:19.3533777Z +++ unset SSL_CERT_FILE 2025-07-02T07:59:19.3534037Z +++ unset __CONDA_OPENSLL_CERT_FILE_SET 2025-07-02T07:59:19.3534351Z ++ PS1='(ci) ' 2025-07-02T07:59:19.3538163Z ++ export 'PATH=/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:59:19.3545671Z ++ PATH='/c/Jenkins/Miniconda3/envs/ci:/c/Jenkins/Miniconda3/envs/ci/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/envs/ci/Library/usr/bin:/c/Jenkins/Miniconda3/envs/ci/Library/bin:/c/Jenkins/Miniconda3/envs/ci/Scripts:/c/Jenkins/Miniconda3/envs/ci/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/Scripts:C:/Jenkins/Miniconda3/condabin:/c/Users/runneruser/bin:/usr/local/bin:/usr/bin:/usr/bin:/opt/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps:/usr/bin/vendor_perl:/usr/bin/core_perl' 2025-07-02T07:59:19.3549544Z ++ export CONDA_SHLVL=2 2025-07-02T07:59:19.3549778Z ++ CONDA_SHLVL=2 2025-07-02T07:59:19.3550034Z ++ export 'CONDA_PROMPT_MODIFIER=(ci) ' 2025-07-02T07:59:19.3550349Z ++ CONDA_PROMPT_MODIFIER='(ci) ' 2025-07-02T07:59:19.3550790Z ++ . /c/Jenkins/Miniconda3/envs/ci/etc/conda/activate.d/openssl_activate.sh 2025-07-02T07:59:19.3551217Z +++ [[ '' == '' ]] 2025-07-02T07:59:19.3551594Z +++ export 'SSL_CERT_FILE=C:\Jenkins\Miniconda3\envs\ci\Library\ssl\cacert.pem' 2025-07-02T07:59:19.3552128Z +++ SSL_CERT_FILE='C:\Jenkins\Miniconda3\envs\ci\Library\ssl\cacert.pem' 2025-07-02T07:59:19.3552571Z +++ export __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:59:19.3552913Z +++ __CONDA_OPENSLL_CERT_FILE_SET=1 2025-07-02T07:59:19.3553183Z + __conda_hashr 2025-07-02T07:59:19.3553425Z + '[' -n '' ']' 2025-07-02T07:59:19.3553605Z + '[' -n '' ']' 2025-07-02T07:59:19.3553819Z + hash -r 2025-07-02T07:59:19.3554046Z + python -m pip install 'pybind11[global]' 2025-07-02T07:59:20.2285945Z Collecting pybind11[global] 2025-07-02T07:59:20.2420226Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-07-02T07:59:20.2766814Z Collecting pybind11-global==2.13.6 (from pybind11[global]) 2025-07-02T07:59:20.2820798Z Downloading pybind11_global-2.13.6-py3-none-any.whl.metadata (9.4 kB) 2025-07-02T07:59:20.2994079Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-07-02T07:59:20.5842402Z Downloading pybind11_global-2.13.6-py3-none-any.whl (439 kB) 2025-07-02T07:59:20.9392315Z Installing collected packages: pybind11-global, pybind11 2025-07-02T07:59:21.1678910Z 2025-07-02T07:59:21.1837686Z Successfully installed pybind11-2.13.6 pybind11-global-2.13.6 2025-07-02T07:59:21.2512545Z + python -m pip install git+https://github.com/pytorch/tensordict 2025-07-02T07:59:22.0988011Z Collecting git+https://github.com/pytorch/tensordict 2025-07-02T07:59:22.0999781Z Cloning https://github.com/pytorch/tensordict to c:\users\runneruser\appdata\local\temp\pip-req-build-4hitkmnl 2025-07-02T07:59:22.1230004Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/tensordict 'C:\Users\runneruser\AppData\Local\Temp\pip-req-build-4hitkmnl' 2025-07-02T07:59:23.6128035Z Resolved https://github.com/pytorch/tensordict to commit c9f0e4069323c6181035cfb2b4339db89e236062 2025-07-02T07:59:23.6405563Z Installing build dependencies: started 2025-07-02T07:59:26.4162436Z Installing build dependencies: finished with status 'done' 2025-07-02T07:59:26.4177832Z Getting requirements to build wheel: started 2025-07-02T07:59:27.0403206Z Getting requirements to build wheel: finished with status 'done' 2025-07-02T07:59:27.0457950Z Preparing metadata (pyproject.toml): started 2025-07-02T07:59:27.9388458Z Preparing metadata (pyproject.toml): finished with status 'done' 2025-07-02T07:59:27.9463418Z Requirement already satisfied: torch in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from tensordict==0.9.0) (2.9.0.dev20250701+cpu) 2025-07-02T07:59:27.9468758Z Requirement already satisfied: numpy in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from tensordict==0.9.0) (1.26.4) 2025-07-02T07:59:27.9474405Z Requirement already satisfied: cloudpickle in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from tensordict==0.9.0) (3.1.1) 2025-07-02T07:59:27.9479573Z Requirement already satisfied: packaging in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from tensordict==0.9.0) (25.0) 2025-07-02T07:59:28.0358376Z Collecting importlib_metadata (from tensordict==0.9.0) 2025-07-02T07:59:28.0493492Z Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) 2025-07-02T07:59:28.4044678Z Collecting orjson (from tensordict==0.9.0) 2025-07-02T07:59:28.4102506Z Downloading orjson-3.10.18-cp310-cp310-win_amd64.whl.metadata (43 kB) 2025-07-02T07:59:28.4520521Z Collecting zipp>=3.20 (from importlib_metadata->tensordict==0.9.0) 2025-07-02T07:59:28.4564491Z Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) 2025-07-02T07:59:28.4772740Z Requirement already satisfied: filelock in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (3.18.0) 2025-07-02T07:59:28.4779385Z Requirement already satisfied: typing-extensions>=4.10.0 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (4.14.0) 2025-07-02T07:59:28.4785840Z Requirement already satisfied: sympy>=1.13.3 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (1.14.0) 2025-07-02T07:59:28.4791042Z Requirement already satisfied: networkx in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (3.4.2) 2025-07-02T07:59:28.4796209Z Requirement already satisfied: jinja2 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (3.1.6) 2025-07-02T07:59:28.4801395Z Requirement already satisfied: fsspec in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from torch->tensordict==0.9.0) (2025.5.1) 2025-07-02T07:59:28.4822614Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from sympy>=1.13.3->torch->tensordict==0.9.0) (1.3.0) 2025-07-02T07:59:28.5390540Z Requirement already satisfied: MarkupSafe>=2.0 in c:\jenkins\miniconda3\envs\ci\lib\site-packages (from jinja2->torch->tensordict==0.9.0) (2.1.5) 2025-07-02T07:59:28.5523706Z Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) 2025-07-02T07:59:28.5656416Z Downloading zipp-3.23.0-py3-none-any.whl (10 kB) 2025-07-02T07:59:28.5802212Z Downloading orjson-3.10.18-cp310-cp310-win_amd64.whl (134 kB) 2025-07-02T07:59:28.6167577Z Building wheels for collected packages: tensordict 2025-07-02T07:59:28.6193951Z Building wheel for tensordict (pyproject.toml): started 2025-07-02T07:59:50.4061664Z Building wheel for tensordict (pyproject.toml): finished with status 'done' 2025-07-02T07:59:50.4092564Z Created wheel for tensordict: filename=tensordict-0.9.0-cp310-cp310-win_amd64.whl size=459733 sha256=38a74d7571a3cbed125aaf642c681be73121f3435f7c939b79645cbcf3f03af8 2025-07-02T07:59:50.4094873Z Stored in directory: C:\Users\runneruser\AppData\Local\Temp\pip-ephem-wheel-cache-ciq1elk5\wheels\0c\a6\23\a63f989e5be2ef356374e6ee12d8a1c5c821ff1e6a7a3a8285 2025-07-02T07:59:50.4135831Z Successfully built tensordict 2025-07-02T07:59:50.4911144Z Installing collected packages: zipp, orjson, importlib_metadata, tensordict 2025-07-02T07:59:50.9652229Z 2025-07-02T07:59:50.9795834Z Successfully installed importlib_metadata-8.7.0 orjson-3.10.18 tensordict-0.9.0 zipp-3.23.0 2025-07-02T07:59:51.2106361Z + python -c ' 2025-07-02T07:59:51.2106660Z from tensordict import TensorDict 2025-07-02T07:59:51.2107029Z print('\''successfully imported tensordict'\'') 2025-07-02T07:59:51.2107429Z ' 2025-07-02T07:59:54.1180530Z successfully imported tensordict 2025-07-02T07:59:54.5777759Z + source /c/actions-runner/_work/rl/rl/pytorch/rl/.github/unittest/windows_optdepts/scripts/set_cuda_envs.sh 2025-07-02T07:59:54.5778871Z ++ set -ex 2025-07-02T07:59:54.5779130Z ++ echo CU_VERSION is cpu 2025-07-02T07:59:54.5779396Z CU_VERSION is cpu 2025-07-02T07:59:54.5779659Z ++ echo CUDA_VERSION is '' 2025-07-02T07:59:54.5779931Z CUDA_VERSION is 2025-07-02T07:59:54.5780141Z ++ version=cpu 2025-07-02T07:59:54.5780396Z ++ [[ ! -z '' ]] 2025-07-02T07:59:54.5780853Z ++ [[ 3 -eq 5 ]] 2025-07-02T07:59:54.5781208Z ++ [[ cpu != \c\p\u ]] 2025-07-02T07:59:54.5781552Z + printf '* Installing torchrl\n' 2025-07-02T07:59:54.5781866Z * Installing torchrl 2025-07-02T07:59:54.5782106Z + python setup.py develop 2025-07-02T07:59:57.0084903Z C:\Jenkins\Miniconda3\envs\ci\lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-07-02T07:59:57.0085636Z !! 2025-07-02T07:59:57.0085783Z 2025-07-02T07:59:57.0085915Z ******************************************************************************** 2025-07-02T07:59:57.0086468Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-07-02T07:59:57.0087178Z 2025-07-02T07:59:57.0087338Z License :: OSI Approved :: MIT License 2025-07-02T07:59:57.0087696Z License :: OSI Approved :: BSD License 2025-07-02T07:59:57.0087913Z 2025-07-02T07:59:57.0088303Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-07-02T07:59:57.0088903Z ******************************************************************************** 2025-07-02T07:59:57.0089140Z 2025-07-02T07:59:57.0089209Z !! 2025-07-02T07:59:57.0089445Z self._finalize_license_expression() 2025-07-02T07:59:57.0677472Z INFO:root:running develop 2025-07-02T07:59:57.0680358Z C:\Jenkins\Miniconda3\envs\ci\lib\site-packages\setuptools\command\develop.py:41: EasyInstallDeprecationWarning: easy_install command is deprecated. 2025-07-02T07:59:57.0681085Z !! 2025-07-02T07:59:57.0681197Z 2025-07-02T07:59:57.0681352Z ******************************************************************************** 2025-07-02T07:59:57.0681805Z Please avoid running ``setup.py`` and ``easy_install``. 2025-07-02T07:59:57.0682250Z Instead, use pypa/build, pypa/installer or other 2025-07-02T07:59:57.0682597Z standards-based tools. 2025-07-02T07:59:57.0682808Z 2025-07-02T07:59:57.0683028Z See https://github.com/pypa/setuptools/issues/917 for details. 2025-07-02T07:59:57.0683465Z ******************************************************************************** 2025-07-02T07:59:57.0683696Z 2025-07-02T07:59:57.0683770Z !! 2025-07-02T07:59:57.0684077Z easy_install.initialize_options(self) 2025-07-02T07:59:57.0791529Z C:\Jenkins\Miniconda3\envs\ci\lib\site-packages\setuptools\_distutils\cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-07-02T07:59:57.0792304Z !! 2025-07-02T07:59:57.0792408Z 2025-07-02T07:59:57.0792560Z ******************************************************************************** 2025-07-02T07:59:57.0792957Z Please avoid running ``setup.py`` directly. 2025-07-02T07:59:57.0793376Z Instead, use pypa/build, pypa/installer or other 2025-07-02T07:59:57.0793732Z standards-based tools. 2025-07-02T07:59:57.0793943Z 2025-07-02T07:59:57.0794249Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-07-02T07:59:57.0794796Z ******************************************************************************** 2025-07-02T07:59:57.0795032Z 2025-07-02T07:59:57.0795114Z !! 2025-07-02T07:59:57.0795345Z self.initialize_options() 2025-07-02T07:59:57.1612100Z INFO:root:running egg_info 2025-07-02T07:59:57.1674069Z INFO:root:creating torchrl.egg-info 2025-07-02T07:59:57.1677942Z INFO:root:writing torchrl.egg-info\PKG-INFO 2025-07-02T07:59:57.1807797Z INFO:root:writing dependency_links to torchrl.egg-info\dependency_links.txt 2025-07-02T07:59:57.1874684Z INFO:root:writing requirements to torchrl.egg-info\requires.txt 2025-07-02T07:59:57.1878043Z INFO:root:writing top-level names to torchrl.egg-info\top_level.txt 2025-07-02T07:59:57.1881186Z INFO:root:writing manifest file 'torchrl.egg-info\SOURCES.txt' 2025-07-02T07:59:57.3119004Z INFO:root:reading manifest file 'torchrl.egg-info\SOURCES.txt' 2025-07-02T07:59:57.3125731Z INFO:root:adding license file 'LICENSE' 2025-07-02T07:59:57.3215793Z INFO:root:writing manifest file 'torchrl.egg-info\SOURCES.txt' 2025-07-02T07:59:57.3218725Z INFO:root:running build_ext 2025-07-02T07:59:57.3244367Z W0702 07:59:57.317000 3828 site-packages\torch\utils\cpp_extension.py:466] Error checking compiler version for cl: [WinError 2] The system cannot find the file specified 2025-07-02T07:59:57.3253950Z INFO:root:building 'torchrl._torchrl' extension 2025-07-02T07:59:58.5542134Z INFO:root:creating C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc 2025-07-02T07:59:58.6255632Z W0702 07:59:58.614000 3828 site-packages\torch\utils\cpp_extension.py:466] Error checking compiler version for cl: [WinError 2] The system cannot find the file specified 2025-07-02T07:59:58.6264668Z C:\Jenkins\Miniconda3\envs\ci\lib\site-packages\setuptools\_distutils\_msvccompiler.py:12: UserWarning: _get_vc_env is private; find an alternative (pypa/distutils#340) 2025-07-02T07:59:58.6265454Z warnings.warn( 2025-07-02T08:00:16.9613009Z [1/2] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\rl\rl\pytorch\rl -IC:\Jenkins\Miniconda3\envs\ci\lib\site-packages\torch\include -IC:\Jenkins\Miniconda3\envs\ci\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\envs\ci\include -IC:\Jenkins\Miniconda3\envs\ci\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -c C:\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\utils.cpp /FoC:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\utils.obj -O3 -std=c++17 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_torchrl /std:c++17 2025-07-02T08:00:16.9618997Z cl : Command line warning D9002 : ignoring unknown option '-O3' 2025-07-02T08:00:16.9619494Z cl : Command line warning D9002 : ignoring unknown option '-std=c++17' 2025-07-02T08:00:16.9620087Z cl : Command line warning D9002 : ignoring unknown option '-fdiagnostics-color=always' 2025-07-02T08:00:17.8482090Z [2/2] cl /showIncludes /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\actions-runner\_work\rl\rl\pytorch\rl -IC:\Jenkins\Miniconda3\envs\ci\lib\site-packages\torch\include -IC:\Jenkins\Miniconda3\envs\ci\lib\site-packages\torch\include\torch\csrc\api\include -IC:\Jenkins\Miniconda3\envs\ci\include -IC:\Jenkins\Miniconda3\envs\ci\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /wd4624 /wd4067 /wd4068 /EHsc -c C:\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\pybind.cpp /FoC:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\pybind.obj -O3 -std=c++17 -fdiagnostics-color=always -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=_torchrl /std:c++17 2025-07-02T08:00:17.8487286Z cl : Command line warning D9002 : ignoring unknown option '-O3' 2025-07-02T08:00:17.8487751Z cl : Command line warning D9002 : ignoring unknown option '-std=c++17' 2025-07-02T08:00:17.8488404Z cl : Command line warning D9002 : ignoring unknown option '-fdiagnostics-color=always' 2025-07-02T08:00:17.8581273Z INFO:root:creating C:\actions-runner\_work\rl\rl\pytorch\rl\build\lib.win-amd64-cpython-310\torchrl 2025-07-02T08:00:17.8594420Z INFO:root:"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\bin\HostX86\x64\link.exe" /nologo /INCREMENTAL:NO /LTCG /DLL /MANIFEST:EMBED,ID=2 /MANIFESTUAC:NO /LIBPATH:C:\Jenkins\Miniconda3\envs\ci\lib\site-packages\torch\lib /LIBPATH:C:\Jenkins\Miniconda3\envs\ci\libs /LIBPATH:C:\Jenkins\Miniconda3\envs\ci /LIBPATH:C:\Jenkins\Miniconda3\envs\ci\PCbuild\amd64 "/LIBPATH:C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.38.33130\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.19041.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.19041.0\\um\x64" c10.lib torch.lib torch_cpu.lib torch_python.lib sleef.lib /EXPORT:PyInit__torchrl C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\pybind.obj C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\utils.obj /OUT:build\lib.win-amd64-cpython-310\torchrl\_torchrl.cp310-win_amd64.pyd /IMPLIB:C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\_torchrl.cp310-win_amd64.lib 2025-07-02T08:00:18.5162133Z Creating library C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\_torchrl.cp310-win_amd64.lib and object C:\actions-runner\_work\rl\rl\pytorch\rl\build\temp.win-amd64-cpython-310\Release\actions-runner\_work\rl\rl\pytorch\rl\torchrl\csrc\_torchrl.cp310-win_amd64.exp 2025-07-02T08:00:18.5266152Z Generating code 2025-07-02T08:00:21.4799819Z Finished generating code 2025-07-02T08:00:21.9212016Z INFO:root:copying build\lib.win-amd64-cpython-310\torchrl\_torchrl.cp310-win_amd64.pyd -> torchrl 2025-07-02T08:00:21.9222282Z INFO:root:Creating c:\jenkins\miniconda3\envs\ci\lib\site-packages\torchrl.egg-link (link to .) 2025-07-02T08:00:21.9231475Z INFO:root:Adding torchrl 0.9.0+2e8d943 to easy-install.pth file 2025-07-02T08:00:21.9274553Z INFO:root: 2025-07-02T08:00:21.9274890Z Installed c:\actions-runner\_work\rl\rl\pytorch\rl 2025-07-02T08:00:21.9280728Z INFO:root:Processing dependencies for torchrl==0.9.0+2e8d943 2025-07-02T08:00:22.0204559Z INFO:root:Searching for tensordict==0.9.0 2025-07-02T08:00:22.0206733Z INFO:root:Best match: tensordict 0.9.0 2025-07-02T08:00:22.0207782Z INFO:root:Adding tensordict 0.9.0 to easy-install.pth file 2025-07-02T08:00:22.0215295Z INFO:root: 2025-07-02T08:00:22.0215589Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0221462Z INFO:root:Searching for cloudpickle==3.1.1 2025-07-02T08:00:22.0223156Z INFO:root:Best match: cloudpickle 3.1.1 2025-07-02T08:00:22.0224118Z INFO:root:Adding cloudpickle 3.1.1 to easy-install.pth file 2025-07-02T08:00:22.0230316Z INFO:root: 2025-07-02T08:00:22.0230573Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0236849Z INFO:root:Searching for packaging==25.0 2025-07-02T08:00:22.0238706Z INFO:root:Best match: packaging 25.0 2025-07-02T08:00:22.0239701Z INFO:root:Adding packaging 25.0 to easy-install.pth file 2025-07-02T08:00:22.0245961Z INFO:root: 2025-07-02T08:00:22.0246223Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0252025Z INFO:root:Searching for numpy==1.26.4 2025-07-02T08:00:22.0253875Z INFO:root:Best match: numpy 1.26.4 2025-07-02T08:00:22.0254701Z INFO:root:Adding numpy 1.26.4 to easy-install.pth file 2025-07-02T08:00:22.0266212Z INFO:root:Installing f2py-script.py script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0278208Z INFO:root:Installing f2py.exe script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0283491Z INFO:root: 2025-07-02T08:00:22.0283771Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0289688Z INFO:root:Searching for torch==2.9.0.dev20250701+cpu 2025-07-02T08:00:22.0291652Z INFO:root:Best match: torch 2.9.0.dev20250701+cpu 2025-07-02T08:00:22.0292464Z INFO:root:Adding torch 2.9.0.dev20250701+cpu to easy-install.pth file 2025-07-02T08:00:22.0302357Z INFO:root:Installing torchfrtrace-script.py script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0308426Z INFO:root:Installing torchfrtrace.exe script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0316026Z INFO:root:Installing torchrun-script.py script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0322134Z INFO:root:Installing torchrun.exe script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0327784Z INFO:root: 2025-07-02T08:00:22.0328033Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0333721Z INFO:root:Searching for orjson==3.10.18 2025-07-02T08:00:22.0335558Z INFO:root:Best match: orjson 3.10.18 2025-07-02T08:00:22.0336531Z INFO:root:Adding orjson 3.10.18 to easy-install.pth file 2025-07-02T08:00:22.0342836Z INFO:root: 2025-07-02T08:00:22.0343076Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0348788Z INFO:root:Searching for importlib-metadata==8.7.0 2025-07-02T08:00:22.0350444Z INFO:root:Best match: importlib-metadata 8.7.0 2025-07-02T08:00:22.0351429Z INFO:root:Adding importlib-metadata 8.7.0 to easy-install.pth file 2025-07-02T08:00:22.0357992Z INFO:root: 2025-07-02T08:00:22.0358391Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0363761Z INFO:root:Searching for fsspec==2025.5.1 2025-07-02T08:00:22.0365318Z INFO:root:Best match: fsspec 2025.5.1 2025-07-02T08:00:22.0366266Z INFO:root:Adding fsspec 2025.5.1 to easy-install.pth file 2025-07-02T08:00:22.0372363Z INFO:root: 2025-07-02T08:00:22.0372604Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0378363Z INFO:root:Searching for jinja2==3.1.6 2025-07-02T08:00:22.0380013Z INFO:root:Best match: jinja2 3.1.6 2025-07-02T08:00:22.0381350Z INFO:root:Adding jinja2 3.1.6 to easy-install.pth file 2025-07-02T08:00:22.0389355Z INFO:root: 2025-07-02T08:00:22.0389628Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0395359Z INFO:root:Searching for networkx==3.4.2 2025-07-02T08:00:22.0397015Z INFO:root:Best match: networkx 3.4.2 2025-07-02T08:00:22.0398148Z INFO:root:Adding networkx 3.4.2 to easy-install.pth file 2025-07-02T08:00:22.0405345Z INFO:root: 2025-07-02T08:00:22.0405624Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0411300Z INFO:root:Searching for sympy==1.14.0 2025-07-02T08:00:22.0412968Z INFO:root:Best match: sympy 1.14.0 2025-07-02T08:00:22.0413948Z INFO:root:Adding sympy 1.14.0 to easy-install.pth file 2025-07-02T08:00:22.0423428Z INFO:root:Installing isympy-script.py script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0429329Z INFO:root:Installing isympy.exe script to C:\Jenkins\Miniconda3\envs\ci\Scripts 2025-07-02T08:00:22.0435217Z INFO:root: 2025-07-02T08:00:22.0435472Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0441276Z INFO:root:Searching for typing-extensions==4.14.0 2025-07-02T08:00:22.0442933Z INFO:root:Best match: typing-extensions 4.14.0 2025-07-02T08:00:22.0444304Z INFO:root:Adding typing-extensions 4.14.0 to easy-install.pth file 2025-07-02T08:00:22.0450302Z INFO:root: 2025-07-02T08:00:22.0450561Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0462362Z INFO:root:Searching for filelock==3.18.0 2025-07-02T08:00:22.0462696Z INFO:root:Best match: filelock 3.18.0 2025-07-02T08:00:22.0463053Z INFO:root:Adding filelock 3.18.0 to easy-install.pth file 2025-07-02T08:00:22.0468306Z INFO:root: 2025-07-02T08:00:22.0468579Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0474080Z INFO:root:Searching for zipp==3.23.0 2025-07-02T08:00:22.0475643Z INFO:root:Best match: zipp 3.23.0 2025-07-02T08:00:22.0476595Z INFO:root:Adding zipp 3.23.0 to easy-install.pth file 2025-07-02T08:00:22.0482741Z INFO:root: 2025-07-02T08:00:22.0482996Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0488686Z INFO:root:Searching for MarkupSafe==2.1.5 2025-07-02T08:00:22.0506788Z INFO:root:Best match: MarkupSafe 2.1.5 2025-07-02T08:00:22.0507171Z INFO:root:Adding MarkupSafe 2.1.5 to easy-install.pth file 2025-07-02T08:00:22.0507523Z INFO:root: 2025-07-02T08:00:22.0507773Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0508116Z INFO:root:Searching for mpmath==1.3.0 2025-07-02T08:00:22.0508408Z INFO:root:Best match: mpmath 1.3.0 2025-07-02T08:00:22.0508727Z INFO:root:Adding mpmath 1.3.0 to easy-install.pth file 2025-07-02T08:00:22.0514168Z INFO:root: 2025-07-02T08:00:22.0514416Z Using c:\jenkins\miniconda3\envs\ci\lib\site-packages 2025-07-02T08:00:22.0517047Z INFO:root:Finished processing dependencies for torchrl==0.9.0+2e8d943 2025-07-02T08:00:22.5186514Z ++ ls -rtlh ./torchrl 2025-07-02T08:00:22.5305964Z + whatsinside='total 509K 2025-07-02T08:00:22.5306414Z -rw-r--r-- 1 runneruser 197121 2.4K Jul 2 07:56 _extension.py 2025-07-02T08:00:22.5306846Z -rw-r--r-- 1 runneruser 197121 3.0K Jul 2 07:56 __init__.py 2025-07-02T08:00:22.5307283Z -rw-r--r-- 1 runneruser 197121 42K Jul 2 07:56 _utils.py 2025-07-02T08:00:22.5307682Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 collectors 2025-07-02T08:00:22.5308068Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 csrc 2025-07-02T08:00:22.5308458Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 data 2025-07-02T08:00:22.5308811Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 envs 2025-07-02T08:00:22.5309178Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 modules 2025-07-02T08:00:22.5309552Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 objectives 2025-07-02T08:00:22.5309942Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 record 2025-07-02T08:00:22.5310307Z drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 trainers 2025-07-02T08:00:22.5310693Z -rw-r--r-- 1 runneruser 197121 89 Jul 2 07:59 version.py 2025-07-02T08:00:22.5311161Z -rwxr-xr-x 1 runneruser 197121 429K Jul 2 08:00 _torchrl.cp310-win_amd64.pyd' 2025-07-02T08:00:22.5314002Z + echo total 509K -rw-r--r-- 1 runneruser 197121 2.4K Jul 2 07:56 _extension.py -rw-r--r-- 1 runneruser 197121 3.0K Jul 2 07:56 __init__.py -rw-r--r-- 1 runneruser 197121 42K Jul 2 07:56 _utils.py drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 collectors drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 csrc drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 data drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 envs drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 modules drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 objectives drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 record drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 trainers -rw-r--r-- 1 runneruser 197121 89 Jul 2 07:59 version.py -rwxr-xr-x 1 runneruser 197121 429K Jul 2 08:00 _torchrl.cp310-win_amd64.pyd 2025-07-02T08:00:22.5316654Z + python -c ' 2025-07-02T08:00:22.5316869Z from torchrl.data import ReplayBuffer 2025-07-02T08:00:22.5317186Z print('\''successfully imported torchrl'\'') 2025-07-02T08:00:22.5317471Z ' 2025-07-02T08:00:22.5320056Z total 509K -rw-r--r-- 1 runneruser 197121 2.4K Jul 2 07:56 _extension.py -rw-r--r-- 1 runneruser 197121 3.0K Jul 2 07:56 __init__.py -rw-r--r-- 1 runneruser 197121 42K Jul 2 07:56 _utils.py drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 collectors drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 csrc drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 data drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 envs drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 modules drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 objectives drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 record drwxr-xr-x 1 runneruser 197121 0 Jul 2 07:56 trainers -rw-r--r-- 1 runneruser 197121 89 Jul 2 07:59 version.py -rwxr-xr-x 1 runneruser 197121 429K Jul 2 08:00 _torchrl.cp310-win_amd64.pyd 2025-07-02T08:00:26.1199212Z successfully imported torchrl 2025-07-02T08:00:26.6174301Z + source /c/actions-runner/_work/rl/rl/pytorch/rl/.github/unittest/windows_optdepts/scripts/set_cuda_envs.sh 2025-07-02T08:00:26.6175588Z ++ set -ex 2025-07-02T08:00:26.6175801Z ++ echo CU_VERSION is cpu 2025-07-02T08:00:26.6176329Z ++ echo CUDA_VERSION is '' 2025-07-02T08:00:26.6176555Z CU_VERSION is cpu 2025-07-02T08:00:26.6176766Z CUDA_VERSION is 2025-07-02T08:00:26.6177021Z ++ version=cpu 2025-07-02T08:00:26.6177205Z ++ [[ ! -z '' ]] 2025-07-02T08:00:26.6177400Z ++ [[ 3 -eq 5 ]] 2025-07-02T08:00:26.6177947Z ++ [[ cpu != \c\p\u ]] 2025-07-02T08:00:26.6178226Z + export CKPT_BACKEND=torch 2025-07-02T08:00:26.6178482Z + CKPT_BACKEND=torch 2025-07-02T08:00:26.6178796Z + export MAX_IDLE_COUNT=60 2025-07-02T08:00:26.6179077Z + MAX_IDLE_COUNT=60 2025-07-02T08:00:26.6179356Z + export BATCHED_PIPE_TIMEOUT=60 2025-07-02T08:00:26.6179647Z + BATCHED_PIPE_TIMEOUT=60 2025-07-02T08:00:26.6179936Z + export LAZY_LEGACY_OP=False 2025-07-02T08:00:26.6180197Z + LAZY_LEGACY_OP=False 2025-07-02T08:00:26.6180480Z + python -m torch.utils.collect_env 2025-07-02T08:00:28.5917753Z C:\Jenkins\Miniconda3\envs\ci\lib\runpy.py:126: RuntimeWarning: 'torch.utils.collect_env' found in sys.modules after import of package 'torch.utils', but prior to execution of 'torch.utils.collect_env'; this may result in unpredictable behaviour 2025-07-02T08:00:28.5919019Z warn(RuntimeWarning(msg)) 2025-07-02T08:00:34.6632661Z Collecting environment information... 2025-07-02T08:00:34.6633054Z PyTorch version: 2.9.0.dev20250701+cpu 2025-07-02T08:00:34.6633457Z Is debug build: False 2025-07-02T08:00:34.6633707Z CUDA used to build PyTorch: None 2025-07-02T08:00:34.6634048Z ROCM used to build PyTorch: N/A 2025-07-02T08:00:34.6634246Z 2025-07-02T08:00:34.6634572Z OS: Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T08:00:34.6635033Z 2025-07-02T08:00:34.6635116Z Finished 2025-07-02T08:00:34.6635290Z 2025-07-02T08:00:34.6635373Z { 2025-07-02T08:00:34.6635473Z 2025-07-02T08:00:34.6635630Z "Caption": "Microsoft Windows Server 2019 Datacenter", 2025-07-02T08:00:34.6635913Z 2025-07-02T08:00:34.6636015Z "OSArchitecture": "64-bit", 2025-07-02T08:00:34.6636200Z 2025-07-02T08:00:34.6636328Z "Version": "10.0.17763" 2025-07-02T08:00:34.6636492Z 2025-07-02T08:00:34.6636566Z } 2025-07-02T08:00:34.6636802Z Expecting value: line 1 column 1 (char 0) 2025-07-02T08:00:34.6637111Z GCC version: Could not collect 2025-07-02T08:00:34.6637409Z Clang version: Could not collect 2025-07-02T08:00:34.6637694Z CMake version: version 3.31.2 2025-07-02T08:00:34.6637971Z Libc version: N/A 2025-07-02T08:00:34.6638104Z 2025-07-02T08:00:34.6638478Z Python version: 3.10.18 | packaged by Anaconda, Inc. | (main, Jun 5 2025, 13:08:55) [MSC v.1929 64 bit (AMD64)] (64-bit runtime) 2025-07-02T08:00:34.6639092Z Python platform: Windows-10-10.0.17763-SP0 2025-07-02T08:00:34.6639423Z Is CUDA available: False 2025-07-02T08:00:34.6639672Z CUDA runtime version: No CUDA 2025-07-02T08:00:34.6639964Z CUDA_MODULE_LOADING set to: N/A 2025-07-02T08:00:34.6640256Z GPU models and configuration: No CUDA 2025-07-02T08:00:34.6640583Z Nvidia driver version: No CUDA 2025-07-02T08:00:34.6640896Z cuDNN version: No CUDA 2025-07-02T08:00:34.6641208Z HIP runtime version: N/A 2025-07-02T08:00:34.6641459Z MIOpen runtime version: N/A 2025-07-02T08:00:34.6641751Z Is XNNPACK available: True 2025-07-02T08:00:34.6641920Z 2025-07-02T08:00:34.6642022Z CPU: 2025-07-02T08:00:34.6642643Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T08:00:34.6643047Z 2025-07-02T08:00:34.6643152Z Finished 2025-07-02T08:00:34.6643263Z 2025-07-02T08:00:34.6643336Z { 2025-07-02T08:00:34.6643459Z 2025-07-02T08:00:34.6643615Z "Name": "Intel(R) Xeon(R) Platinum 8275CL CPU @ 3.00GHz", 2025-07-02T08:00:34.6643876Z 2025-07-02T08:00:34.6643981Z "Manufacturer": "GenuineIntel", 2025-07-02T08:00:34.6644208Z 2025-07-02T08:00:34.6644289Z "Family": 179, 2025-07-02T08:00:34.6644421Z 2025-07-02T08:00:34.6644540Z "Architecture": 9, 2025-07-02T08:00:34.6644687Z 2025-07-02T08:00:34.6644781Z "ProcessorType": 3, 2025-07-02T08:00:34.6644943Z 2025-07-02T08:00:34.6645185Z "DeviceID": "CPU0", 2025-07-02T08:00:34.6645339Z 2025-07-02T08:00:34.6645441Z "CurrentClockSpeed": 3000, 2025-07-02T08:00:34.6645649Z 2025-07-02T08:00:34.6645745Z "MaxClockSpeed": 3000, 2025-07-02T08:00:34.6645909Z 2025-07-02T08:00:34.6646029Z "L2CacheSize": 24576, 2025-07-02T08:00:34.6646192Z 2025-07-02T08:00:34.6646286Z "L2CacheSpeed": null, 2025-07-02T08:00:34.6646452Z 2025-07-02T08:00:34.6646606Z "Revision": 21767 2025-07-02T08:00:34.6646757Z 2025-07-02T08:00:34.6646832Z } 2025-07-02T08:00:34.6647112Z Expecting value: line 1 column 1 (char 0) 2025-07-02T08:00:34.6647335Z 2025-07-02T08:00:34.6647438Z Versions of relevant libraries: 2025-07-02T08:00:34.6647726Z [pip3] numpy==1.26.4 2025-07-02T08:00:34.6647969Z [pip3] torch==2.9.0.dev20250701+cpu 2025-07-02T08:00:34.6648268Z [pip3] torchrl==0.9.0+2e8d943 2025-07-02T08:00:34.6648617Z [conda] numpy 1.26.4 pypi_0 pypi 2025-07-02T08:00:34.6649061Z [conda] torch 2.9.0.dev20250701+cpu pypi_0 pypi 2025-07-02T08:00:34.6649554Z [conda] torchrl 0.9.0+2e8d943 dev_0 2025-07-02T08:00:34.9377808Z + pytest --junitxml=test-results/junit.xml -v --durations 200 --ignore test/test_distributed.py --ignore test/test_rlhf.py 2025-07-02T08:00:38.4567423Z ============================= test session starts ============================= 2025-07-02T08:00:38.4568096Z platform win32 -- Python 3.10.18, pytest-8.4.1, pluggy-1.6.0 -- C:\Jenkins\Miniconda3\envs\ci\python.exe 2025-07-02T08:00:38.4568613Z cachedir: .pytest_cache 2025-07-02T08:00:38.4569253Z hypothesis profile 'ci' -> database=None, deadline=None, print_blob=True, derandomize=True, suppress_health_check=(HealthCheck.too_slow,) 2025-07-02T08:00:38.4569965Z rootdir: C:\actions-runner\_work\rl\rl\pytorch\rl 2025-07-02T08:00:38.4570330Z configfile: pytest.ini 2025-07-02T08:00:38.4570565Z testpaths: test 2025-07-02T08:00:38.4571039Z plugins: hypothesis-6.135.22, cov-6.2.1, instafail-0.5.0, mock-3.14.1, rerunfailures-15.1 2025-07-02T08:00:53.2763678Z collecting ... collected 26190 items / 3 errors 2025-07-02T08:00:53.2763985Z 2025-07-02T08:00:53.2764191Z =================================== ERRORS ==================================== 2025-07-02T08:00:53.2764672Z ___________________ ERROR collecting test/llm/test_envs.py ____________________ 2025-07-02T08:00:53.2765376Z ImportError while importing test module 'C:\actions-runner\_work\rl\rl\pytorch\rl\test\llm\test_envs.py'. 2025-07-02T08:00:53.2766067Z Hint: make sure your test modules/packages have valid Python names. 2025-07-02T08:00:53.2766458Z Traceback: 2025-07-02T08:00:53.2766828Z C:\Jenkins\Miniconda3\envs\ci\lib\importlib\__init__.py:126: in import_module 2025-07-02T08:00:53.2767374Z return _bootstrap._gcd_import(name[level:], package, level) 2025-07-02T08:00:53.2767760Z test\llm\test_envs.py:41: in 2025-07-02T08:00:53.2768090Z from transformers import AutoTokenizer 2025-07-02T08:00:53.2768468Z E ModuleNotFoundError: No module named 'transformers' 2025-07-02T08:00:53.2768962Z __________________ ERROR collecting test/llm/test_wrapper.py __________________ 2025-07-02T08:00:53.2769939Z ImportError while importing test module 'C:\actions-runner\_work\rl\rl\pytorch\rl\test\llm\test_wrapper.py'. 2025-07-02T08:00:53.2770644Z Hint: make sure your test modules/packages have valid Python names. 2025-07-02T08:00:53.2771007Z Traceback: 2025-07-02T08:00:53.2771380Z C:\Jenkins\Miniconda3\envs\ci\lib\importlib\__init__.py:126: in import_module 2025-07-02T08:00:53.2771910Z return _bootstrap._gcd_import(name[level:], package, level) 2025-07-02T08:00:53.2772306Z test\llm\test_wrapper.py:34: in 2025-07-02T08:00:53.2772652Z from transformers import AutoTokenizer 2025-07-02T08:00:53.2773023Z E ModuleNotFoundError: No module named 'transformers' 2025-07-02T08:00:53.2773502Z _____________________ ERROR collecting test/smoke_test.py _____________________ 2025-07-02T08:00:53.2774024Z import file mismatch: 2025-07-02T08:00:53.2774342Z imported module 'smoke_test' has this __file__ attribute: 2025-07-02T08:00:53.2774810Z C:\actions-runner\_work\rl\rl\pytorch\rl\test\llm\smoke_test.py 2025-07-02T08:00:53.2775305Z which is not the same as the test file we want to collect: 2025-07-02T08:00:53.2775811Z C:\actions-runner\_work\rl\rl\pytorch\rl\test\smoke_test.py 2025-07-02T08:00:53.2776361Z HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules 2025-07-02T08:00:53.2776905Z ============================== warnings summary =============================== 2025-07-02T08:00:53.2777263Z test\llm\test_collectors.py:73 2025-07-02T08:00:53.2778484Z C:\actions-runner\_work\rl\rl\pytorch\rl\test\llm\test_collectors.py:73: PytestUnknownMarkWarning: Unknown pytest.mark.skip_if_nightly - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2025-07-02T08:00:53.2779792Z @pytest.mark.skip_if_nightly 2025-07-02T08:00:53.2779983Z 2025-07-02T08:00:53.2780089Z test\llm\test_collectors.py:159 2025-07-02T08:00:53.2781340Z C:\actions-runner\_work\rl\rl\pytorch\rl\test\llm\test_collectors.py:159: PytestUnknownMarkWarning: Unknown pytest.mark.skip_if_nightly - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html 2025-07-02T08:00:53.2782536Z @pytest.mark.skip_if_nightly 2025-07-02T08:00:53.2782722Z 2025-07-02T08:00:53.2782811Z test\test_env.py:3164 2025-07-02T08:00:53.2784119Z C:\actions-runner\_work\rl\rl\pytorch\rl\test\test_env.py:3164: FutureWarning: Decorating classes is deprecated and will be disabled in future versions. You should only decorate functions or methods. To preserve the current behavior of class decoration, you can directly decorate the `__init__` method and nothing else. 2025-07-02T08:00:53.2785487Z class TestTerminatedOrTruncated: 2025-07-02T08:00:53.2785700Z 2025-07-02T08:00:53.2785921Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-07-02T08:00:53.2786583Z - generated xml file: C:\actions-runner\_work\rl\rl\pytorch\rl\test-results\junit.xml - 2025-07-02T08:00:53.2787226Z =========================== short test summary info =========================== 2025-07-02T08:00:53.2787602Z ERROR test/llm/test_envs.py 2025-07-02T08:00:53.2787866Z ERROR test/llm/test_wrapper.py 2025-07-02T08:00:53.2788159Z ERROR test/smoke_test.py 2025-07-02T08:00:53.2788492Z !!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!! 2025-07-02T08:00:53.2788945Z ======================= 3 warnings, 3 errors in 14.51s ======================== 2025-07-02T08:00:55.0035798Z ##[error]Process completed with exit code 2. 2025-07-02T08:00:55.0172679Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-07-02T08:00:55.0173197Z with: 2025-07-02T08:00:55.0173429Z path: C:\actions-runner\_work\_temp/test-results 2025-07-02T08:00:55.0173773Z fail-on-empty: false 2025-07-02T08:00:55.0173971Z env: 2025-07-02T08:00:55.0174157Z REPOSITORY: pytorch/rl 2025-07-02T08:00:55.0176347Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T08:00:55.0178637Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T08:00:55.0179099Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T08:00:55.0179482Z ##[endgroup] 2025-07-02T08:00:55.1042827Z Prepare all required actions 2025-07-02T08:00:55.1098423Z ##[group]Run ./test-infra/.github/actions/teardown-windows 2025-07-02T08:00:55.1098863Z with: 2025-07-02T08:00:55.1099088Z env: 2025-07-02T08:00:55.1099346Z REPOSITORY: pytorch/rl 2025-07-02T08:00:55.1101708Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T08:00:55.1104201Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T08:00:55.1104839Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T08:00:55.1105282Z ##[endgroup] 2025-07-02T08:00:55.1188733Z ##[group]Run function Get-SSH-Users { 2025-07-02T08:00:55.1189067Z function Get-SSH-Users { 2025-07-02T08:00:55.1189392Z  # Gets ssh sessions for all users not named SYSTEM 2025-07-02T08:00:55.1189893Z  Get-CimInstance -ClassName Win32_Process -Filter "Name = 'sshd.exe'" | 2025-07-02T08:00:55.1190563Z  Get-CimAssociatedInstance -Association Win32_SessionProcess | 2025-07-02T08:00:55.1191141Z  Get-CimAssociatedInstance -Association Win32_LoggedOnUser | 2025-07-02T08:00:55.1191579Z  Where-Object {$_.Name -ne 'SYSTEM'} | 2025-07-02T08:00:55.1191876Z  Measure-Object 2025-07-02T08:00:55.1192111Z } 2025-07-02T08:00:55.1192268Z  2025-07-02T08:00:55.1192463Z $usersLoggedOn = Get-SSH-Users 2025-07-02T08:00:55.1192714Z  2025-07-02T08:00:55.1193047Z Write-Output "Holding runner until all ssh sessions have logged out" 2025-07-02T08:00:55.1193509Z while ($usersLoggedOn.Count -gt 0) { 2025-07-02T08:00:55.1193823Z  $usersLoggedOn = Get-SSH-Users 2025-07-02T08:00:55.1194120Z  Write-Output "." 2025-07-02T08:00:55.1194355Z  Start-Sleep -s 5 2025-07-02T08:00:55.1194572Z } 2025-07-02T08:00:55.1209508Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-02T08:00:55.1209952Z env: 2025-07-02T08:00:55.1210125Z REPOSITORY: pytorch/rl 2025-07-02T08:00:55.1212227Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T08:00:55.1214540Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T08:00:55.1215004Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T08:00:55.1215374Z ##[endgroup] 2025-07-02T08:00:55.4501831Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T08:00:55.4571865Z Finished 2025-07-02T08:00:55.5662045Z Holding runner until all ssh sessions have logged out 2025-07-02T08:00:55.5900775Z ##[group]Run function Get-SSH-Sessions { 2025-07-02T08:00:55.5901108Z function Get-SSH-Sessions { 2025-07-02T08:00:55.5901386Z  try { 2025-07-02T08:00:55.5901720Z  Get-Process sshd -IncludeUserName -ErrorAction 'Stop' | 2025-07-02T08:00:55.5903929Z  Where-Object UserName -notLike "*SYSTEM*" | 2025-07-02T08:00:55.5904387Z  Select-Object Id 2025-07-02T08:00:55.5904852Z  } catch { @() } 2025-07-02T08:00:55.5905090Z } 2025-07-02T08:00:55.5905264Z  2025-07-02T08:00:55.5905492Z $runningSessions = Get-SSH-Sessions 2025-07-02T08:00:55.5905769Z  2025-07-02T08:00:55.5906005Z foreach ($session in $runningSessions) { 2025-07-02T08:00:55.5906347Z  Stop-Process -id $session.Id 2025-07-02T08:00:55.5906611Z } 2025-07-02T08:00:55.5922189Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-02T08:00:55.5922691Z env: 2025-07-02T08:00:55.5922874Z REPOSITORY: pytorch/rl 2025-07-02T08:00:55.5924986Z SCRIPT: set -euxo pipefail export PYTHON_VERSION=3.10 export CU_VERSION="cpu" export torch_cuda="False" # TODO: Port this to pytorch/test-infra/.github/workflows/windows_job.yml export PATH="/c/Jenkins/Miniconda3/Scripts:${PATH}" echo "PYTHON_VERSION: $PYTHON_VERSION" echo "CU_VERSION: $CU_VERSION" if [[ "refs/pull/3030/merge" =~ release/* ]]; then export RELEASE=1 export TORCH_VERSION=stable else export RELEASE=0 export TORCH_VERSION=nightly fi export TD_GET_DEFAULTS_TO_NONE=1 ./.github/unittest/windows_optdepts/scripts/unittest.sh 2025-07-02T08:00:55.5927278Z RUNNER_ARTIFACT_DIR: /c/actions-runner/_work/_temp/artifacts 2025-07-02T08:00:55.5927744Z RUNNER_TEST_RESULTS_DIR: C:\actions-runner\_work\_temp/test-results 2025-07-02T08:00:55.5928159Z ##[endgroup] 2025-07-02T08:00:55.9116817Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T08:00:55.9187360Z Finished 2025-07-02T08:00:55.9538960Z Post job cleanup. 2025-07-02T08:00:56.0888057Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-02T08:00:56.1101453Z git version 2.49.0.windows.1 2025-07-02T08:00:56.1159381Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\80bf67c1-1e3b-47a1-b6ae-3476ad4f5399\.gitconfig' 2025-07-02T08:00:56.1177521Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\80bf67c1-1e3b-47a1-b6ae-3476ad4f5399' before making global git config changes 2025-07-02T08:00:56.1178361Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:00:56.1188706Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\rl\rl\pytorch\rl 2025-07-02T08:00:56.1440764Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:00:56.1682827Z [command]"C:\Program Files\Git\cmd\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:00:56.5477816Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:00:56.5712880Z http.https://github.com/.extraheader 2025-07-02T08:00:56.5757562Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-02T08:00:56.5999354Z [command]"C:\Program Files\Git\cmd\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:00:57.0556868Z Post job cleanup. 2025-07-02T08:00:57.1937556Z [command]"C:\Program Files\Git\cmd\git.exe" version 2025-07-02T08:00:57.2166466Z git version 2.49.0.windows.1 2025-07-02T08:00:57.2228218Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\f6cbf25c-1753-4e66-a998-eb6ef2ef313e\.gitconfig' 2025-07-02T08:00:57.2246495Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f6cbf25c-1753-4e66-a998-eb6ef2ef313e' before making global git config changes 2025-07-02T08:00:57.2247394Z Adding repository directory to the temporary git global config as a safe directory 2025-07-02T08:00:57.2258189Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\rl\rl\test-infra 2025-07-02T08:00:57.2514243Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2025-07-02T08:00:57.2772995Z [command]"C:\Program Files\Git\cmd\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:00:57.7303879Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-07-02T08:00:57.7502979Z http.https://github.com/.extraheader 2025-07-02T08:00:57.7550512Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2025-07-02T08:00:57.7808730Z [command]"C:\Program Files\Git\cmd\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:00:58.1814239Z A job completed hook has been configured by the self-hosted runner administrator 2025-07-02T08:00:58.1848194Z ##[group]Run 'C:\actions-runner\jobcompleted.ps1' 2025-07-02T08:00:58.1862771Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2025-07-02T08:00:58.1863225Z ##[endgroup] 2025-07-02T08:00:58.5086515Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2025-07-02T08:00:58.5157377Z Finished 2025-07-02T08:00:59.9492450Z Cleaning up orphan processes 2025-07-02T08:00:59.9864463Z Terminate orphan process: pid (3764) (vctip)